:root{
  --bg:#070707;
  --panel:#0d0d0d;
  --panel-2:#111;
  --line:#1b1b1b;
  --line-strong:#2a2a2a;
  --text:#f4f4f4;
  --muted:#8a8a8a;
  --muted-2:#5e5e5e;
  --red:#ff1635;
  --red-soft:rgba(255,22,53,.11);
  --shadow:0 30px 90px rgba(0,0,0,.42);
  --radius:18px;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 0%,rgba(255,22,53,.06),transparent 30%),linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px);background-size:auto,100% 4px;opacity:.24;z-index:10}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.section-pad{padding:140px 0;border-top:1px solid var(--line)}
.skip-link{position:fixed;left:14px;top:14px;transform:translateY(-180%);background:var(--text);color:#000;padding:10px 14px;border-radius:8px;z-index:1000;font-weight:700}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,7,7,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.04)}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:inline-flex;align-items:center;gap:10px}
.brand-mark{display:grid;place-items:center;width:32px;height:32px;border:1px solid #303030;border-radius:8px;font-weight:800;letter-spacing:-.05em}
.brand-word{font-weight:800;font-size:12px;letter-spacing:.1em}.brand-word small{font-weight:600;color:#727272;margin-left:4px;font-size:8px}
.desktop-nav{display:flex;align-items:center;gap:28px;font-size:12px;color:#9a9a9a}.desktop-nav a{transition:color .2s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:#fff}.desktop-nav .nav-cta{color:#fff;padding:10px 14px;border:1px solid #2d2d2d;border-radius:999px;background:#0c0c0c}.desktop-nav .nav-cta:hover{border-color:#555}
.eyebrow{margin:0 0 22px;font-size:10px;font-weight:800;letter-spacing:.17em;color:#6f6f6f}.signal{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px rgba(255,22,53,.08);margin-right:8px;vertical-align:middle}
.hero{border-top:0;padding-top:120px;padding-bottom:42px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:90px;align-items:center}.hero h1{font-size:clamp(56px,7.2vw,102px);line-height:.9;letter-spacing:-.075em;margin:0;max-width:800px}.hero h1 span{color:var(--red)}
.hero-lead{max-width:650px;color:#999;font-size:18px;margin:28px 0 30px}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:50px;padding:0 20px;border-radius:10px;border:1px solid #2c2c2c;font-size:12px;font-weight:800;transition:transform .2s ease,border-color .2s ease,background .2s ease}.btn:hover,.btn:focus-visible{transform:translateY(-2px);border-color:#555}.btn-primary{background:var(--red);border-color:var(--red);color:#fff}.btn-primary:hover,.btn-primary:focus-visible{background:#e91532;border-color:#e91532}.btn-ghost{background:#0c0c0c}.btn-whatsapp{background:#101010;border-color:#313131}
.hero-proof{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:28px;font-size:10px;color:#646464}.hero-proof span{display:inline-flex;gap:5px;align-items:center}.hero-proof b{color:#d9d9d9}
.hero-visual{position:relative;min-height:540px;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:360px;height:360px;background:radial-gradient(circle,rgba(255,22,53,.18),transparent 68%);top:60px;right:35px}.orb-two{width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.05),transparent 68%);bottom:10px;left:20px}
.browser-card{position:relative;width:min(600px,100%);transform:rotate(1.5deg);background:#0b0b0b;border:1px solid #252525;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;z-index:2}.browser-top{height:42px;border-bottom:1px solid #202020;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#666;font-size:9px}.browser-top div{display:flex;gap:6px}.browser-top i{width:7px;height:7px;border-radius:50%;background:#373737}.browser-top span{color:var(--red)}.browser-body{height:420px;background:linear-gradient(145deg,#f5f5f5,#dedede);color:#111;padding:26px 28px;position:relative;overflow:hidden}.mini-nav{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#565656}.mini-nav b{color:#111;letter-spacing:.1em}.mini-copy{position:absolute;left:12%;top:23%;z-index:2}.mini-copy small{font-size:8px;font-weight:800;color:#777;letter-spacing:.18em}.mini-copy h2{font-size:58px;line-height:.88;letter-spacing:-.07em;margin:12px 0}.mini-copy h2 em{font-style:normal;color:var(--red)}.mini-copy p{color:#666;font-size:12px}.mini-btn{display:inline-flex;margin-top:15px;padding:10px 14px;background:var(--red);color:#fff;border-radius:5px;font-size:8px;font-weight:800}.mini-grid{position:absolute;right:0;bottom:0;width:44%;height:62%;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:20px}.mini-grid span{background:#c9c9c9;border-radius:8px}.telegram-card{position:absolute;bottom:28px;right:-10px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#111;border:1px solid #2b2b2b;border-radius:12px;box-shadow:var(--shadow);z-index:3}.telegram-dot{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--red);font-size:8px;font-weight:900}.telegram-card b,.telegram-card small{display:block}.telegram-card b{font-size:9px}.telegram-card small{font-size:8px;color:#747474}.telegram-card strong{color:var(--red)}
.hero-bottom{display:flex;gap:10px;align-items:center;margin-top:70px;color:#4f4f4f;font-size:9px;font-weight:800;letter-spacing:.14em}.hero-bottom .line{width:70px;height:1px;background:#303030}
.statement-grid{display:grid;grid-template-columns:120px 1fr;gap:28px}.section-index{font-size:12px;font-weight:800;color:var(--red)}.statement h2,.section-head h2,.process h2,.local h2,.faq h2,.final-cta h2{font-size:clamp(46px,6vw,82px);line-height:.92;letter-spacing:-.07em;margin:0}.statement h2 span,.section-head h2 span,.process h2 span,.local h2 span,.faq h2 span,.final-cta h2 span{color:#9f9f9f}.measure{max-width:720px;margin:30px 0 0}.muted{color:#818181}
.problem-grid{display:grid;grid-template-columns:240px 1fr;gap:50px}.problem-meta{display:flex;flex-direction:column;justify-content:space-between;min-height:340px}.problem-meta span{font-size:10px;color:#474747;font-weight:800;letter-spacing:.14em}.problem-copy{font-size:clamp(44px,6vw,82px);line-height:.95;letter-spacing:-.06em}.problem-copy .dim{color:#2d2d2d}.problem-copy h2{font-size:clamp(34px,4.2vw,58px);font-weight:700;color:#707070;margin:42px 0 0;max-width:900px}.problem-copy h2 span{color:#f3f3f3}
.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:55px}.section-head>p{max-width:380px;color:#777;font-size:14px;margin:0}.offers{display:grid;grid-template-columns:1fr 1fr;gap:18px}.offer{position:relative;min-height:650px;padding:34px;border:1px solid #202020;border-radius:var(--radius);background:#0c0c0c;display:flex;flex-direction:column;overflow:hidden}.offer-featured{background:linear-gradient(145deg,#111 10%,#16090c);border-color:rgba(255,22,53,.45);box-shadow:0 30px 80px rgba(0,0,0,.28)}.offer-top{display:flex;justify-content:space-between;gap:20px;align-items:center;color:var(--red);font-weight:900;font-size:10px}.offer-top small{font-size:8px;color:#666;letter-spacing:.16em}.offer h3{font-size:clamp(52px,6vw,78px);line-height:.84;letter-spacing:-.075em;margin:50px 0 24px}.offer h3 span{color:var(--red)}.offer-lead{font-size:15px;line-height:1.6;color:#898989;max-width:520px}.price{font-size:35px;font-weight:900;letter-spacing:-.045em;color:var(--red);margin:24px 0 18px}.price small{display:block;font-size:8px;letter-spacing:.17em;color:#666;margin-bottom:2px}.price b{font-size:10px;color:#777;letter-spacing:.1em}.offer ul{list-style:none;padding:0;margin:0 0 28px}.offer li{padding:10px 0;border-top:1px solid #1c1c1c;font-size:12px;color:#c8c8c8}.offer li:before{content:"✓";color:var(--red);margin-right:9px;font-weight:900}.offer-cta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:900}.offer-cta span{color:var(--red)}.corner{position:absolute;right:-54px;top:44px;transform:rotate(38deg);background:var(--red);color:#fff;padding:9px 64px;text-align:center;font-size:7px;font-weight:900;letter-spacing:.14em}
.demo-head{margin-bottom:45px}.demo-stage{position:relative;min-height:620px;border:1px solid #1e1e1e;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 50% 50%,#171717,#090909 68%)}.demo-window{position:absolute;right:7%;top:74px;width:64%;height:410px;background:#d8d8d8;border-radius:14px;padding:8px;transform:rotate(2deg);box-shadow:var(--shadow)}.demo-window-bar{height:26px;display:flex;align-items:center;gap:5px;padding:0 6px;color:#777;font-size:7px}.demo-window-bar span{width:6px;height:6px;background:#9a9a9a;border-radius:50%}.demo-window-bar small{margin-left:10px}.demo-window-body{height:368px;background:#f7f7f7;color:#111;padding:55px 45px}.service-tag{font-size:8px;font-weight:900;letter-spacing:.17em;color:#6e6e6e}.demo-window-body h3{font-size:54px;line-height:.88;letter-spacing:-.065em;margin:12px 0}.demo-window-body em{font-style:normal;color:var(--red)}.demo-cards{display:flex;gap:10px;margin-top:40px}.demo-cards span{display:flex;flex-direction:column;gap:4px;width:110px;height:72px;padding:10px;background:#e5e5e5;border-radius:7px}.demo-cards b{font-size:8px}.demo-cards small{font-size:9px;color:#777}.demo-phone{position:absolute;left:10%;bottom:-62px;width:225px;height:455px;background:#141414;border:7px solid #232323;border-radius:35px;box-shadow:var(--shadow);transform:rotate(-7deg);z-index:3}.phone-speaker{width:70px;height:13px;border-radius:0 0 10px 10px;background:#080808;margin:0 auto}.phone-body{margin:14px;height:390px;background:#f5f5f5;color:#111;border-radius:25px;padding:28px 18px}.phone-body small{font-size:8px;font-weight:900;color:#777}.phone-body h4{font-size:29px;line-height:.9;letter-spacing:-.055em;margin:10px 0 30px}.phone-body h4 span{color:var(--red)}.product{display:grid;grid-template-columns:35px 1fr;gap:5px;margin:12px 0;font-size:8px}.product i{grid-row:span 2;width:35px;height:35px;background:#d3d3d3;border-radius:6px}.product b{grid-column:2;color:var(--red);font-size:9px}.phone-body button{width:100%;padding:11px;border:0;border-radius:5px;background:var(--red);color:#fff;font-size:8px;font-weight:900;margin-top:16px}.demo-note{position:absolute;right:30px;bottom:30px;width:250px;padding:16px;background:#101010;border:1px solid #2b2b2b;border-radius:10px;z-index:4}.demo-note b{font-size:9px;color:var(--red);letter-spacing:.12em}.demo-note p{font-size:11px;color:#8b8b8b;margin:6px 0 0}
.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.process-copy>p:last-child{max-width:330px;color:#777;margin-top:28px}.timeline{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#222}.step{display:grid;grid-template-columns:40px 1fr;gap:16px;padding:28px;background:#0b0b0b;min-height:190px}.step>span{font-size:10px;font-weight:900;color:var(--red)}.step h3{font-size:25px;letter-spacing:-.03em;margin:0 0 8px}.step p{font-size:12px;color:#747474;margin:0}
.local-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px}.local-copy{align-self:end}.local-copy p{max-width:520px;color:#858585;font-size:15px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.chips span{padding:8px 11px;border:1px solid #282828;border-radius:999px;color:#777;font-size:8px;font-weight:900;letter-spacing:.13em}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.faq-list{border-top:1px solid #242424}.faq-list details{border-bottom:1px solid #242424;padding:18px 0}.faq-list summary{cursor:pointer;list-style:none;font-size:14px;font-weight:800;display:flex;justify-content:space-between;gap:15px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--red);font-size:20px;line-height:1}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:#787878;max-width:700px;font-size:13px;margin:12px 28px 0 0}
.final-cta{border-top:1px solid var(--line);padding-bottom:105px}.cta-panel{position:relative;overflow:hidden;border:1px solid rgba(255,22,53,.35);border-radius:22px;background:linear-gradient(135deg,#0f0f0f,#12080a);padding:90px 70px;box-shadow:var(--shadow)}.cta-glow{position:absolute;width:440px;height:440px;border-radius:50%;right:-180px;top:-180px;background:radial-gradient(circle,rgba(255,22,53,.24),transparent 68%)}.cta-content{position:relative;z-index:2;max-width:820px}.cta-content p:not(.eyebrow){color:#8e8e8e;max-width:650px}.cta-note{font-size:10px;color:#5f5f5f!important;margin-top:12px}.site-footer{padding:32px 0 44px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center}.footer-links{display:flex;gap:18px;color:#7a7a7a;font-size:10px;font-weight:800}.footer-meta{display:flex;gap:18px;color:#555;font-size:9px;font-weight:900;letter-spacing:.09em}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.js .reveal.visible{opacity:1;transform:none}
@media (max-width:900px){.desktop-nav a:not(.nav-cta){display:none}.hero-grid,.process-grid,.local-grid,.faq-grid{grid-template-columns:1fr;gap:55px}.hero{padding-top:85px}.hero-visual{min-height:500px}.section-pad{padding:105px 0}.statement-grid,.problem-grid{grid-template-columns:1fr;gap:22px}.problem-meta{min-height:auto}.offers{grid-template-columns:1fr}.offer{min-height:auto}.demo-window{width:76%;right:2%}.demo-phone{left:4%;width:195px}.demo-note{right:18px;bottom:18px}.footer-grid{grid-template-columns:1fr;align-items:start}.footer-meta{flex-wrap:wrap}.section-head{align-items:start;flex-direction:column}}
@media (max-width:560px){.container{width:calc(100% - 32px)}.nav-wrap{height:68px}.nav-cta{padding:9px 11px}.brand-word{font-size:10px}.hero{padding-top:68px}.hero h1{font-size:53px}.hero-lead{font-size:16px}.hero-proof{gap:7px 12px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-visual{min-height:375px}.browser-body{height:280px;padding:18px}.mini-copy{left:9%;top:20%}.mini-copy h2{font-size:40px}.mini-copy p{font-size:10px}.telegram-card{right:0;bottom:8px;padding:9px 11px}.telegram-card small{font-size:7px}.section-pad{padding:90px 0}.statement h2,.section-head h2,.process h2,.local h2,.faq h2,.final-cta h2{font-size:44px}.problem-copy{font-size:44px}.problem-copy h2{font-size:30px}.offer{padding:25px}.offer h3{font-size:53px;margin-top:38px}.price{font-size:32px}.demo-stage{min-height:500px}.demo-window{width:107%;right:-14%;top:48px;height:315px}.demo-window-body{height:279px;padding:36px 28px}.demo-window-body h3{font-size:40px}.demo-cards{margin-top:25px}.demo-cards span{width:78px;height:58px}.demo-phone{width:168px;height:350px;bottom:-70px}.phone-body{height:300px;padding:20px 13px}.phone-body h4{font-size:25px;margin-bottom:20px}.demo-note{width:200px;right:10px;bottom:10px;padding:12px}.demo-note p{font-size:10px}.timeline{grid-template-columns:1fr}.step{min-height:145px}.cta-panel{padding:60px 24px}.footer-links{flex-wrap:wrap}.footer-meta{font-size:8px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{transition:none}.btn{transition:none}}
@media (pointer:fine) and (min-width:1000px){a,button{cursor:pointer}}

/* v1.0 FINAL — direct email CTA. */
.final-contact-email{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin:28px auto 0;max-width:760px;color:#777;font-size:11px}
.final-contact-email a{display:inline-flex;align-items:center;gap:8px;color:#f4f4f4;font-weight:900;text-decoration:none;border-bottom:1px solid #333;padding-bottom:4px}
.final-contact-email a:hover,.final-contact-email a:focus-visible{border-color:#fff;color:#fff}

/* v1.0 FINAL hardening: explicit visible email CTA. */
.footer-email-cta{display:flex;flex-direction:column;gap:6px;justify-content:center}
.footer-email-cta span{font-size:8px;font-weight:900;letter-spacing:.14em;color:#555}
.footer-email-cta a{color:#d8d8d8;font-size:11px;font-weight:800;text-decoration:none;overflow-wrap:anywhere}
.footer-email-cta a:hover,.footer-email-cta a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}
@media (max-width:700px){.footer-email-cta{grid-column:1/-1;padding-top:8px}}
