@charset "UTF-8";
:root{--bg:#100f0d;--bg-blur:rgba(16,15,13,.86);--card:#181613;--fg:#f4ede0;--fg2:rgba(244,237,224,.78);--muted:rgba(244,237,224,.62);--faint:rgba(244,237,224,.44);--line:rgba(244,237,224,.1);--line2:rgba(244,237,224,.22);--accent:#ffc531;--accent-hi:#ffd65e;--accent-soft:rgba(255,197,49,.12);--accent-ink:#ffc531;--on-accent:#100f0d;--red:#ff4438;--red-hi:#ff5c51;--footer:#0c0b0a;--input:#100f0d;--ok:#3ac178;--container:1240px;--narrow:820px;--radius:24px;--shadow:0 24px 60px rgba(0,0,0,.2);color-scheme:dark}
:root[data-theme="light"]{--bg:#faf6ee;--bg-blur:rgba(250,246,238,.9);--card:#fff;--fg:#1a1714;--fg2:rgba(26,23,20,.82);--muted:rgba(26,23,20,.64);--faint:rgba(26,23,20,.5);--line:rgba(26,23,20,.12);--line2:rgba(26,23,20,.24);--accent:#f2a81b;--accent-hi:#ffbe3d;--accent-soft:rgba(242,168,27,.14);--accent-ink:#8a5500;--on-accent:#231c0b;--red:#e5372b;--red-hi:#f04b3f;--footer:#f1e9da;--input:#fff;--ok:#1e9455;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--fg);font-family:Manrope,system-ui,sans-serif;font-weight:500;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}a{color:var(--accent);text-decoration:none}a:hover{color:var(--red)}button,input{font:inherit}button{color:inherit}img{max-width:100%;height:auto}.site-shell{display:flex;min-height:100vh;flex-direction:column;background:radial-gradient(1100px 560px at 50% -12%,rgba(255,197,49,.09),transparent 62%)}main{flex:1}.skip-link{position:fixed;left:16px;top:10px;z-index:200;padding:10px 14px;transform:translateY(-160%);border-radius:8px;background:var(--accent);color:var(--on-accent);font-weight:800}.skip-link:focus{transform:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:var(--bg-blur);backdrop-filter:blur(14px)}.site-header__inner,.site-footer__inner{display:flex;max-width:var(--container);margin:auto;padding:14px 20px;align-items:center;justify-content:space-between;gap:20px}.site-header__inner--narrow,.site-footer__inner--narrow{max-width:1000px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--fg)}.brand:hover{color:var(--fg)}.brand__mark{display:grid;width:38px;height:38px;flex:none;place-items:center;border-radius:12px;background:var(--accent);font-size:20px}.brand__name{font-family:Unbounded,sans-serif;font-size:15px;font-weight:800;letter-spacing:.02em;line-height:1.1}.site-header__actions,.site-header__nav{display:flex;align-items:center;gap:8px}.site-header__nav a{padding:9px 12px;color:var(--fg);font-size:14px;font-weight:600}.theme-toggle,.icon-button{display:grid;width:40px;height:40px;flex:none;place-items:center;border:1px solid var(--line2);border-radius:12px;background:transparent;cursor:pointer}.theme-toggle__moon{display:none}:root[data-theme="light"] .theme-toggle__sun{display:none}:root[data-theme="light"] .theme-toggle__moon{display:inline}
.button{display:inline-flex;min-height:52px;padding:14px 24px;align-items:center;justify-content:center;border:0;border-radius:15px;cursor:pointer;font-weight:800;text-align:center;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button--small{min-height:40px;padding:10px 18px;border-radius:999px;font-size:14px}.button--accent{background:var(--accent);color:var(--on-accent)}.button--accent:hover{background:var(--accent-hi);color:var(--on-accent)}.button--danger{background:var(--red);color:#fff;box-shadow:0 14px 34px rgba(255,68,56,.26)}.button--danger:hover{background:var(--red-hi);color:#fff}.button--outline{border:1px solid var(--line2);background:transparent;color:var(--fg)}.button--outline:hover{border-color:var(--accent);color:var(--fg)}.button--light{background:#fff;color:#14384a}.button:disabled{cursor:not-allowed;opacity:.62;transform:none}.section{max-width:var(--container);margin-inline:auto;padding-inline:20px}.eyebrow{margin:0;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow--pill{display:inline-flex;padding:7px 14px;border:1px solid var(--accent-soft);border-radius:999px;background:var(--accent-soft);font-size:13px}.section-heading{text-align:center}.section-heading h1,.section-heading h2{margin:16px 0 0;font-family:Unbounded,sans-serif;font-size:clamp(2rem,4.2vw,3rem);line-height:1.08}.section-heading>p:last-child{max-width:60ch;margin:14px auto 0;color:var(--muted);font-size:17px;line-height:1.6}
.hero{max-width:900px;margin:auto;padding:clamp(54px,7vw,80px) 20px 44px;text-align:center}.hero h1{margin:22px 0 0;font-family:Unbounded,sans-serif;font-size:clamp(2rem,5.3vw,4.1rem);font-weight:800;letter-spacing:-.02em;line-height:1.03}.hero h1 span{color:var(--accent)}.hero__lead{max-width:52ch;margin:18px auto 0;color:var(--muted);font-size:18px;line-height:1.6}.hero__actions{display:flex;margin-top:28px;flex-wrap:wrap;justify-content:center;gap:12px}.hero-banner{margin:0}.hero-banner img{display:block;width:100%;max-height:460px;object-fit:cover}.stats{padding-top:44px}.stats__grid{display:grid;margin:0;grid-template-columns:repeat(4,1fr);gap:16px}.stats__grid>div{padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.stats dt{color:var(--accent);font-family:Unbounded,sans-serif;font-size:28px;font-weight:700}.stats dd{margin:6px 0 0;color:var(--muted);font-size:13px}.telegram-cta{display:flex;margin-top:40px;padding-block:32px;align-items:center;gap:28px;border-radius:24px;background:linear-gradient(100deg,#1b4f6b,#227aa8);box-shadow:0 22px 50px rgba(34,122,168,.2)}.telegram-cta img{width:76px;height:76px;flex:none;border-radius:20px;object-fit:cover}.telegram-cta div{flex:1}.telegram-cta h2{margin:0;color:#fff;font-family:Unbounded,sans-serif;font-size:22px}.telegram-cta p{margin:6px 0 0;color:rgba(255,255,255,.78)}.pricing{padding-top:clamp(64px,8vw,90px)}.pricing__grid{display:grid;margin-top:44px;grid-template-columns:repeat(6,1fr);gap:20px}.product-card{position:relative;display:flex;grid-column:span 2;min-width:0;padding:28px;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:var(--card)}.product-card:nth-last-child(-n+2){grid-column:span 3}.product-card--featured{border-color:var(--accent);box-shadow:var(--shadow)}.product-card__badge{position:absolute;top:-13px;left:28px;padding:6px 14px;border-radius:999px;background:var(--red);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card__title{margin:0;font-family:Unbounded,sans-serif;font-size:23px}.product-card__subtitle{margin:8px 0 0;color:var(--faint);font-size:14px}.product-card__price{display:flex;margin:22px 0 0;align-items:baseline;flex-wrap:wrap;gap:12px}.product-card__price strong{font-family:Unbounded,sans-serif;font-size:36px}.product-card--featured .product-card__price strong{color:var(--accent)}.product-card__price del{color:var(--faint);font-size:19px}.product-card__features{display:flex;margin:24px 0 0;padding:22px 0 0;flex:1;flex-direction:column;gap:12px;border-top:1px solid var(--line);list-style:none}.product-card__features li{display:flex;color:var(--muted);font-size:15px;line-height:1.5}.product-card__features li::before{margin-right:10px;color:var(--accent);content:"▪"}.product-card__saving{padding:12px 14px;border-radius:12px;background:var(--accent-soft);color:var(--accent-ink);font-size:13px}.product-card__buy{width:100%;margin-top:26px}.product-card__terms{margin:12px 0 0;color:var(--faint);font-size:12px;text-align:center}.guarantee{display:flex;margin-block:clamp(64px,8vw,90px);padding-block:40px;align-items:center;gap:28px;border:1px solid var(--line);border-radius:28px;background:var(--card)}.guarantee__icon{display:grid;width:64px;height:64px;flex:none;place-items:center;border-radius:20px;background:rgba(58,193,120,.14);color:var(--ok);font-size:30px;font-weight:800}.guarantee h2{margin:0;font-family:Unbounded,sans-serif;font-size:clamp(20px,3vw,28px)}.guarantee p{max-width:64ch;margin:12px 0 0;color:var(--muted);line-height:1.6}
.dialog-backdrop{position:fixed;inset:0;z-index:90;display:flex;padding:20px;align-items:center;justify-content:center;overflow-y:auto;background:rgba(8,7,6,.74);backdrop-filter:blur(6px)}.dialog-backdrop[hidden]{display:none}.purchase-dialog{width:100%;max-width:460px;margin:auto;padding:28px;border:1px solid var(--line2);border-radius:24px;background:var(--card);box-shadow:0 40px 90px rgba(0,0,0,.42)}.purchase-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.purchase-dialog h2{margin:10px 0 0;font-family:Unbounded,sans-serif;font-size:22px}.purchase-dialog__price{margin:6px 0 0;color:var(--muted)}.purchase-dialog__form{display:flex;margin-top:24px;flex-direction:column;gap:16px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-size:13px;font-weight:700}.form-field label span{color:var(--faint);font-weight:500}.form-field input{width:100%;padding:14px 16px;border:1px solid var(--line2);border-radius:13px;background:var(--input);color:var(--fg);font-size:16px}.form-field input[aria-invalid="true"]{border-color:var(--red)}.form-check{display:flex;align-items:flex-start;gap:11px}.form-check input{width:20px;height:20px;flex:none;margin-top:2px;accent-color:var(--accent)}.form-check label{color:var(--muted);font-size:13px;line-height:1.55}.field-error{margin:0;color:var(--red);font-size:12px}.error-summary,.notice{padding:14px 16px;border:1px solid var(--line2);border-radius:14px;background:var(--accent-soft)}.error-summary{margin-top:20px;border-color:var(--red);color:var(--fg)}.error-summary ul{margin:8px 0 0;padding-left:20px}.purchase-dialog__submit{width:100%}.purchase-dialog__note{margin:0;color:var(--faint);font-size:12px;line-height:1.55;text-align:center}
.checkout{width:100%;max-width:1000px;margin:auto;padding:clamp(48px,7vw,64px) 20px 80px}.order-summary{display:flex;margin-top:40px;padding:20px 22px;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:20px;background:var(--card)}.order-summary h2{margin:9px 0 0;font-family:Unbounded,sans-serif;font-size:21px}.order-summary p:last-child{margin:6px 0 0;color:var(--muted);font-size:14px}.order-summary>strong{color:var(--accent);font-family:Unbounded,sans-serif;font-size:34px;white-space:nowrap}.payment-methods{display:grid;margin:20px 0 0;padding:0;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:16px;border:0}.payment-method{position:relative;display:block;cursor:pointer}.payment-method input{position:absolute;width:1px;height:1px;opacity:0}.payment-method__body{display:flex;height:100%;min-height:160px;padding:24px;align-items:center;justify-content:center;flex-direction:column;gap:15px;border:2px solid var(--line);border-radius:22px;background:var(--card);text-align:center}.payment-method input:checked+.payment-method__body{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.payment-method input:focus-visible+.payment-method__body{outline:3px solid var(--accent);outline-offset:3px}.payment-method__icon{display:grid;width:64px;height:64px;place-items:center;border-radius:20px;background:var(--accent-soft);font-size:30px}.payment-method__icon--usdt{background:rgba(38,161,123,.14);color:#26a17b;font-size:36px;font-weight:800}.payment-method strong,.payment-method small{display:block}.payment-method small{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.5}.button--pay{width:100%;margin-top:22px;background:var(--red);color:#fff;font-size:17px}.button--pay:disabled{border:1px solid var(--line2);background:transparent;color:var(--muted)}.payment-form__status{min-height:24px;margin:12px 0 0;color:var(--muted);text-align:center}.checkout__trust{display:flex;margin-top:16px;flex-wrap:wrap;justify-content:center;gap:12px 26px;color:var(--faint);font-size:13px}.notice{margin:24px auto;line-height:1.6}.notice h2{margin:0;font-family:Unbounded,sans-serif;font-size:20px}.notice p{margin:8px 0 0}.notice--error{border-color:var(--red)}
.status-page{display:flex;padding:clamp(44px,7vw,80px) 20px;align-items:center;justify-content:center}.status-card{width:100%;max-width:560px;text-align:center}.status-card__icon{display:grid;width:96px;height:96px;margin:auto;place-items:center;border-radius:32px;font-size:50px}.status-card__icon--success{border:1px solid rgba(58,193,120,.35);background:rgba(58,193,120,.14);color:var(--ok)}.status-card__icon--fail{border:1px solid rgba(255,68,56,.38);background:rgba(255,68,56,.14);color:var(--red)}.status-card>h1{margin:28px 0 0;font-family:Unbounded,sans-serif;font-size:clamp(28px,5vw,44px);line-height:1.08}.status-card>p{margin:16px auto 0;color:var(--muted);font-size:18px;line-height:1.6}.status-card__steps{margin-top:40px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--card);text-align:left}.status-card__steps h2{margin:0;color:var(--faint);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.status-card__steps ol,.status-card__steps ul{display:flex;margin:18px 0 0;padding:0;flex-direction:column;gap:14px;list-style:none;counter-reset:steps}.status-card__steps ol li{counter-increment:steps}.status-card__steps li{display:flex;color:var(--fg2);line-height:1.55}.status-card__steps ol li::before{display:grid;width:26px;height:26px;margin-right:13px;flex:none;place-items:center;border-radius:9px;background:var(--accent-soft);color:var(--accent);content:counter(steps);font-size:13px;font-weight:800}.status-card__steps ul li::before{margin-right:11px;color:var(--red);content:"▪"}.status-card__actions{display:flex;margin-top:26px;flex-wrap:wrap;gap:12px}.status-card__actions .button{flex:1 1 200px}
.legal-page{width:100%;max-width:var(--narrow);margin:auto;padding:clamp(44px,7vw,72px) 20px 88px}.legal-page>h1{margin:16px 0 0;font-family:Unbounded,sans-serif;font-size:clamp(28px,5vw,48px);line-height:1.08}.legal-page__date{margin:14px 0 0!important;color:var(--faint)!important;font-size:14px!important}.legal-page>p{margin:36px 0 0;color:var(--fg2);font-size:17px;line-height:1.75}.legal-list{display:flex;margin:40px 0 0;padding:0;flex-direction:column;gap:28px;list-style:none;counter-reset:legal}.legal-list>li{display:flex;counter-increment:legal;gap:16px}.legal-list>li::before{display:grid;width:30px;height:30px;flex:none;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);content:counter(legal);font-size:13px;font-weight:800}.legal-list p{margin:2px 0 0;color:var(--fg2);font-size:17px;line-height:1.7}.legal-list ul{display:flex;margin:14px 0 0;padding:0;flex-direction:column;gap:12px;list-style:none}.legal-list ul li{display:flex;color:var(--muted);font-size:15px;line-height:1.7}.legal-list ul li::before{margin-right:11px;color:var(--accent);content:"▪"}.legal-contact{display:flex;margin-top:48px;padding:28px;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:22px;background:var(--card)}.legal-contact h2{margin:0;font-family:Unbounded,sans-serif;font-size:18px}.legal-contact p{margin:8px 0 0;color:var(--muted);font-size:14px}
.site-footer{margin-top:auto;border-top:1px solid var(--line);background:var(--footer)}.site-footer__inner{padding-block:28px;align-items:flex-start}.brand--footer .brand__mark{width:34px;height:34px}.brand--footer .brand__name{font-size:14px}.site-footer__about p{margin:12px 0 0;color:var(--faint);font-size:13px;line-height:1.6}.site-footer__nav{display:flex;flex-direction:column;gap:10px}.site-footer__nav a{color:var(--muted);font-size:14px}
@media(max-width:1023px){.product-card{grid-column:span 3}.product-card:nth-last-child(-n+2){grid-column:span 3}.stats__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:639px){.site-header__nav{display:none}.site-header__inner{padding-inline:14px}.site-header__actions{gap:6px}.brand__name{font-size:12px}.brand__mark{width:36px;height:36px}.button--small{padding-inline:13px}.section{padding-inline:16px}.hero{padding-inline:16px}.hero__actions .button{width:100%}.telegram-cta{margin-inline:16px;padding:24px;align-items:flex-start}.telegram-cta img{width:58px;height:58px}.telegram-cta .button{width:100%}.pricing__grid{grid-template-columns:1fr}.product-card,.product-card:nth-last-child(-n+2){grid-column:auto}.guarantee{margin-inline:16px;padding:24px;align-items:flex-start;flex-direction:column}.purchase-dialog{padding:22px}.order-summary{align-items:flex-start;flex-direction:column}.order-summary>strong{font-size:30px}.status-card__steps{padding:22px}.legal-list>li{gap:11px}.legal-list p,.legal-page>p{font-size:16px}.legal-contact{align-items:flex-start;flex-direction:column}.site-footer__inner{align-items:flex-start;flex-direction:column}.site-footer__nav{width:100%}}
@media(max-width:449px){.site-header .button--small{display:none}.stats__grid{grid-template-columns:1fr}.telegram-cta{flex-direction:column}.product-card{padding:24px}.product-card__price strong{font-size:32px}.dialog-backdrop{padding:10px}.purchase-dialog{border-radius:18px}.checkout{padding-inline:14px}.status-card__actions .button{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.button:hover{transform:none}}
