/* ── NAV ───────────────────────────────────────────── */
nav{position:sticky;top:0;z-index:100;background:var(--navy-dark);border-bottom:1px solid rgba(255,255,255,.07);}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;height:60px;gap:16px;}
.nav-logo{font-size:18px;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px;}
.nav-logo-dot{width:8px;height:8px;border-radius:50%;background:var(--terra);}
.nav-links{display:flex;gap:28px;}
.nav-links a{font-size:14px;color:rgba(255,255,255,.65);transition:color .15s;padding:8px 12px;display:block;outline:2px solid transparent;outline-offset:2px;border-radius:4px;}
.nav-links a:hover{color:#fff;}
.nav-links a:focus-visible{outline-color:var(--sky);}
.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0;width:44px;height:44px;align-items:center;justify-content:center;}
.nav-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;}
.mob-menu{display:none;background:var(--navy-dark);border-top:1px solid rgba(255,255,255,.08);padding:16px 24px 24px;}
.mob-menu.open{display:block;}
.mob-menu ul li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);}
.mob-menu ul li a{color:rgba(255,255,255,.8);font-size:15px;}
.mob-menu .btn{margin-top:16px;width:100%;}

/* ── HERO ──────────────────────────────────────────– */
#hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);padding:80px 0 0;overflow:hidden;}
.hero-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:56px;align-items:end;}
.hero-copy{padding-bottom:80px;}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(196,90,54,.15);border:1px solid rgba(196,90,54,.35);color:#e88a6a;padding:6px 14px;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px;}
.hero-badge-pulse{width:6px;height:6px;border-radius:50%;background:var(--terra);animation:blink 2s infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.3;}}
.hero-h1{font-size:52px;font-weight:800;color:#fff;line-height:1.09;letter-spacing:-.025em;margin-bottom:20px;}
.hero-h1 i{font-style:italic;font-family:'PT Serif',Georgia,serif;font-weight:400;color:var(--sky);}
.hero-sub{font-size:18px;color:rgba(255,255,255,.68);line-height:1.65;margin-bottom:32px;max-width:520px;}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px;}
.hero-chips{display:flex;flex-wrap:wrap;gap:16px;}
.hero-chip{font-size:13px;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:6px;}
.hero-chip::before{content:'·';color:var(--terra);font-size:18px;line-height:1;}

/* ── CALENDAR MOCKUP ───────────────────────────────– */
.hero-mockup{background:var(--navy);border:1px solid rgba(255,255,255,.12);border-bottom:none;border-radius:16px 16px 0 0;padding:18px 16px 0;max-width:320px;margin:0 auto;box-shadow:0 -12px 48px rgba(0,0,0,.3);}
.hm-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
.hm-title{font-size:12px;font-weight:700;color:rgba(255,255,255,.85);}
.hm-meta{font-size:11px;color:rgba(255,255,255,.35);}
.hm-label{font-size:10px;font-weight:600;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;}
.hm-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;margin-bottom:5px;}
.hm-row.r{background:rgba(196,90,54,.15);}
.hm-row.b{background:rgba(181,199,220,.08);}
.hm-row.g{background:rgba(255,255,255,.03);}
.hm-name{font-size:13px;font-weight:500;color:rgba(255,255,255,.85);flex:1;}
.hm-sub{font-size:10px;color:rgba(255,255,255,.3);}
.hm-day{font-size:10px;color:rgba(255,255,255,.3);min-width:26px;}
.hm-badge{font-size:10px;padding:2px 8px;border-radius:100px;font-weight:600;}
.hm-badge.r{background:rgba(196,90,54,.3);color:#f09070;}
.hm-badge.b{background:rgba(181,199,220,.2);color:var(--sky);}
.hm-badge.g{background:rgba(100,180,120,.2);color:#80c898;}
.hm-footer{display:flex;justify-content:space-between;align-items:center;padding:11px 0 0;margin-top:4px;border-top:1px solid rgba(255,255,255,.07);}
.hm-stat{font-size:11px;color:rgba(255,255,255,.3);}
.hm-stat b{color:var(--sky);}
.hm-pwa{font-size:10px;color:var(--terra);}

/* ── PROOF BAR ─────────────────────────────────────– */
#proof-bar{background:var(--navy);border-top:1px solid rgba(255,255,255,.07);padding:16px 0;text-align:center;}
#proof-bar p{font-size:14px;font-style:italic;font-family:'PT Serif',Georgia,serif;color:rgba(255,255,255,.5);}
#proof-bar strong{font-style:normal;font-family:'Inter',sans-serif;font-weight:600;color:rgba(255,255,255,.7);}

/* ── SECTIONS ──────────────────────────────────────– */
.section{padding:80px 0;}
.s-label{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--terra);margin-bottom:12px;display:block;}
.s-h2{font-size:38px;font-weight:800;color:var(--navy);line-height:1.13;letter-spacing:-.02em;margin-bottom:16px;}
.s-h2 i{font-style:italic;font-family:'PT Serif',Georgia,serif;font-weight:400;}
.s-sub{font-size:17px;color:var(--slate);line-height:1.65;}
.s-h2.light{color:#fff;}
.s-sub.light{color:rgba(255,255,255,.6);}

/* ── PAIN SECTION ──────────────────────────────────– */
#pain{background:var(--section-bg);}
.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;}
.pain-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px 24px;box-shadow:0 1px 4px rgba(0,0,0,.04);}
.pain-emoji{font-size:28px;margin-bottom:14px;display:block;}
.pain-time{font-size:12px;font-weight:600;color:var(--terra);margin-bottom:8px;letter-spacing:.2px;}
.pain-title{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.3;}
.pain-text{font-size:14px;color:var(--slate);line-height:1.65;}
.pain-footer-text{margin-top:36px;text-align:center;font-style:italic;font-family:'PT Serif',Georgia,serif;font-size:16px;color:var(--slate);}

/* ── SOLUTION SECTION ──────────────────────────────– */
#solution{background:#fff;}
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px;}
.sol-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.sol-card-top{padding:24px 24px 20px;}
.sol-num{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--terra);background:rgba(196,90,54,.08);padding:4px 10px;border-radius:100px;margin-bottom:14px;}
.sol-title{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.3;}
.sol-text{font-size:14px;color:var(--slate);line-height:1.65;margin-bottom:14px;}
.sol-feats{display:flex;flex-direction:column;gap:7px;}
.sol-feat{font-size:13px;color:var(--slate);display:flex;align-items:flex-start;gap:8px;}
.sol-feat::before{content:'✓';color:var(--terra);font-weight:700;font-size:13px;flex-shrink:0;margin-top:1px;}
.sol-screen{border-top:1px solid var(--border);background:#f8fafc;flex:1;}

/* ── DASHBOARD SCREEN ──────────────────────────────– */
.sd-top{background:var(--navy);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;}
.sd-logo{font-size:12px;font-weight:700;color:#fff;}
.sd-logo span{color:var(--sky);font-weight:400;}
.sd-meta{font-size:10px;color:rgba(255,255,255,.35);}
.sd-body{padding:14px 16px;}
.sd-section{font-size:10px;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;}
.sd-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#fff;border-radius:7px;margin-bottom:5px;border:1px solid var(--border);}
.sd-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.sd-dot.r{background:var(--terra);}
.sd-dot.b{background:var(--sky);}
.sd-dot.g{background:#5cb85c;}
.sd-info{flex:1;min-width:0;}
.sd-name{font-size:12px;font-weight:600;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sd-type{font-size:10px;color:var(--slate);}
.sd-right{text-align:right;flex-shrink:0;}
.sd-days{font-size:11px;font-weight:700;}
.sd-days.r{color:var(--terra);}
.sd-days.b{color:#5a87b5;}
.sd-days.g{color:#4a8a64;}
.sd-date{font-size:10px;color:var(--slate);}
.sd-footer{display:flex;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid var(--border);}
.sd-stat{font-size:10px;color:var(--slate);}
.sd-stat b{color:var(--navy);}

/* ── CALENDAR SCREEN ───────────────────────────────– */
.sc-top{background:var(--navy);padding:12px 16px;}
.sc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.sc-title{font-size:12px;font-weight:700;color:#fff;}
.sc-nav{display:flex;gap:4px;}
.sc-nav span{width:20px;height:20px;background:rgba(255,255,255,.1);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;color:rgba(255,255,255,.6);cursor:pointer;}
.sc-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;}
.sc-day-head{text-align:center;font-size:9px;color:rgba(255,255,255,.35);font-weight:600;padding-bottom:3px;}
.sc-day{text-align:center;font-size:11px;font-weight:600;color:rgba(255,255,255,.6);padding:4px 2px;border-radius:4px;position:relative;}
.sc-day.today{background:var(--terra);color:#fff;}
.sc-day.ev::after{content:'';width:3px;height:3px;background:var(--sky);border-radius:50%;position:absolute;bottom:1px;left:50%;transform:translateX(-50%);}
.sc-body{padding:12px 16px;}
.sc-ev-label{font-size:10px;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.5px;margin-bottom:7px;}
.sc-ev{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:7px;margin-bottom:5px;}
.sc-ev.r{background:rgba(196,90,54,.07);border-left:3px solid var(--terra);}
.sc-ev.b{background:rgba(181,199,220,.12);border-left:3px solid var(--sky);}
.sc-ev-date{font-size:10px;color:var(--slate);min-width:28px;font-weight:600;}
.sc-ev-info{flex:1;min-width:0;}
.sc-ev-name{font-size:12px;font-weight:600;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sc-ev-sub{font-size:10px;color:var(--slate);}
.sc-ev-badge{font-size:9px;padding:2px 7px;border-radius:100px;font-weight:700;flex-shrink:0;}
.sc-ev-badge.r{background:rgba(196,90,54,.15);color:var(--terra);}
.sc-ev-badge.b{background:rgba(181,199,220,.25);color:#5a87b5;}

/* ── REMINDERS SCREEN ──────────────────────────────– */
.sr-top{background:var(--navy);padding:12px 16px;display:flex;align-items:center;gap:10px;}
.sr-back{font-size:11px;color:rgba(255,255,255,.35);cursor:pointer;}
.sr-title{font-size:12px;font-weight:700;color:#fff;}
.sr-body{padding:12px 16px;}
.sr-client{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px 14px;margin-bottom:12px;}
.sr-client-name{font-size:13px;font-weight:700;color:var(--navy);}
.sr-client-type{font-size:11px;color:var(--slate);}
.sr-section-title{font-size:10px;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;}
.sr-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--border);border-radius:7px;padding:9px 12px;margin-bottom:5px;}
.sr-row-label{font-size:12px;font-weight:500;color:var(--navy);}
.sr-row-sub{font-size:10px;color:var(--slate);}
.sr-toggle{width:34px;height:19px;border-radius:100px;position:relative;flex-shrink:0;}
.sr-toggle.on{background:var(--terra);}
.sr-toggle.off{background:#cbd5e1;}
.sr-toggle::after{content:'';width:15px;height:15px;background:#fff;border-radius:50%;position:absolute;top:2px;transition:.15s;box-shadow:0 1px 3px rgba(0,0,0,.2);}
.sr-toggle.on::after{right:2px;}
.sr-toggle.off::after{left:2px;}
.sr-channels{display:flex;gap:6px;margin-top:10px;}
.sr-ch{flex:1;background:#fff;border:1px solid var(--border);border-radius:8px;padding:8px 6px;text-align:center;}
.sr-ch.active{border-color:var(--terra);background:rgba(196,90,54,.05);}
.sr-ch-icon{font-size:14px;margin-bottom:3px;}
.sr-ch-name{font-size:10px;font-weight:600;color:var(--slate);}
.sr-ch.active .sr-ch-name{color:var(--terra);}

/* ── HOW IT WORKS SECTION ──────────────────────────– */
#how-it-works{background:var(--section-bg);}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:44px;}
.step{position:relative;}
.step-num{width:52px;height:52px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:18px;font-style:italic;font-family:'PT Serif',Georgia,serif;font-weight:700;color:var(--terra);}
.step-title{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.3;}
.step-text{font-size:14px;color:var(--slate);line-height:1.7;}

/* ── BETA FORM SECTION ─────────────────────────────– */
#beta-form{background:linear-gradient(150deg,var(--navy-dark),var(--navy));padding:80px 0;}
.beta-form-card{background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.1);border-radius:20px;padding:40px;max-width:580px;margin-top:40px;}
.f-label{display:block;font-size:13px;font-weight:600;color:rgba(255,255,255,.7);margin-bottom:7px;}
.f-input{width:100%;padding:11px 14px;border:1.5px solid rgba(255,255,255,.15);border-radius:7px;background:rgba(255,255,255,.07);color:#fff;font-size:15px;outline:none;transition:border .15s;outline:2px solid transparent;outline-offset:2px;}
.f-input::placeholder{color:rgba(255,255,255,.25);}
.f-input:focus{border-color:rgba(181,199,220,.5);outline-color:var(--sky);}
.f-field{margin-bottom:20px;}
.f-helper{font-size:12px;color:rgba(255,255,255,.35);margin-bottom:8px;}
.f-options{display:flex;flex-direction:column;gap:8px;}
.f-opt{display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,.7);cursor:pointer;padding:8px 0;}
.f-opt input{width:20px;height:20px;accent-color:var(--terra);flex-shrink:0;cursor:pointer;}
.f-opt input:focus{outline:2px solid var(--sky);outline-offset:2px;}
.f-consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:rgba(255,255,255,.4);line-height:1.5;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);margin-top:4px;}
.f-consent input{margin-top:2px;flex-shrink:0;accent-color:var(--terra);}
.f-note{font-size:12px;color:rgba(255,255,255,.3);text-align:center;margin-top:12px;line-height:1.5;}
.f-note a{color:var(--sky);text-decoration:underline;}
.beta-ty{display:none;background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.1);border-radius:20px;padding:40px;max-width:580px;margin-top:40px;text-align:center;}
.beta-ty.show{display:block;}
.beta-ty h3{font-size:22px;font-weight:700;color:#fff;margin-bottom:14px;line-height:1.3;}
.beta-ty p{font-size:15px;color:rgba(255,255,255,.6);line-height:1.65;margin-bottom:24px;}

/* ── ABOUT SECTION ─────────────────────────────────– */
#about{background:var(--section-bg);}
.about-grid{display:grid;grid-template-columns:160px 1fr;gap:48px;align-items:start;margin-top:12px;}
.about-avatar{width:160px;height:160px;border-radius:50%;background:#e2e8f0;border:3px solid var(--sky);display:flex;align-items:center;justify-content:center;font-size:48px;flex-shrink:0;}
.about-quote{font-size:21px;font-style:italic;font-family:'PT Serif',Georgia,serif;color:var(--navy);line-height:1.45;border-left:3px solid var(--terra);padding-left:18px;margin-bottom:20px;}
.about-bio{font-size:15px;color:var(--slate);line-height:1.75;}
.about-name{margin-top:20px;font-size:13px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px;}
.about-name::before{content:'Л';width:28px;height:28px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;}

/* ── FAQ SECTION ───────────────────────────────────– */
#faq{background:#fff;}
.faq-list{max-width:680px;margin-top:40px;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-q{width:100%;background:none;border:none;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:16px;font-weight:600;color:var(--navy);cursor:pointer;font-family:inherit;line-height:1.4;outline:2px solid transparent;outline-offset:2px;}
.faq-q:focus-visible{outline-color:var(--terra);}
.faq-icon{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;font-weight:400;transition:all .2s;}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--navy);border-color:var(--navy);color:#fff;}
.faq-a{display:none;padding-bottom:18px;font-size:15px;color:var(--slate);line-height:1.7;}
.faq-item.open .faq-a{display:block;}

/* ── FINAL CTA ─────────────────────────────────────– */
#final-cta{padding:72px 0;text-align:center;}
#final-cta .s-h2{margin-bottom:12px;}
#final-cta .s-sub{margin:0 auto 32px;max-width:460px;}
.final-note{margin-top:16px;font-size:13px;color:var(--slate);}

/* ── FOOTER ────────────────────────────────────────– */
footer{background:var(--navy-dark);padding:52px 0 28px;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-brand p{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px;}
.footer-brand span{font-size:14px;color:rgba(255,255,255,.4);line-height:1.6;}
.footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:rgba(255,255,255,.3);margin-bottom:14px;}
.footer-links li{margin-bottom:9px;}
.footer-links a{font-size:14px;color:rgba(255,255,255,.5);transition:color .15s;}
.footer-links a:hover{color:#fff;}
.footer-bottom{font-size:13px;color:rgba(255,255,255,.25);}

/* ── COOKIE BANNER ──────────────────────────────────– */
#cookie{position:fixed;bottom:0;left:0;right:0;background:var(--navy-dark);border-top:1px solid rgba(255,255,255,.1);padding:14px 24px;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;color:rgba(255,255,255,.55);}
#cookie.gone{display:none;}
#cookie a{color:var(--sky);text-decoration:underline;}
.cookie-btn{background:var(--terra);color:#fff;border:none;padding:8px 18px;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;}

/* ── MOBILE STICKY BUTTON ──────────────────────────– */
.mob-sticky{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--navy-dark);border-top:1px solid rgba(255,255,255,.1);padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));z-index:90;}
.mob-sticky .btn{width:100%;}
body.kbopen .mob-sticky{display:none!important;}
