/* ── Variables ── */
:root{
  --bg:#06152c;--bg2:#081d3a;--panel:rgba(18,34,60,.72);--panel-2:rgba(16,28,50,.88);
  --line:rgba(118,175,255,.14);--text:#eef5ff;--muted:#a8b8d6;--muted-2:#8397b8;
  --brand:#59dce2;--brand2:#8ca3ff;--brand3:#6fa9ff;--danger:#ff8f8f;
  --radius:26px;--shadow:0 24px 80px rgba(0,0,0,.35);--max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{margin:0;font-size:16px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 20% 0%,rgba(89,220,226,.12),transparent 24%),radial-gradient(circle at 80% 10%,rgba(140,163,255,.18),transparent 24%),linear-gradient(180deg,#07172f 0%,#08162f 35%,#051226 100%);min-height:100vh;max-width:100%;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.7;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 78%)}
img,svg,video,canvas{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:Manrope,Inter,sans-serif;margin:0;letter-spacing:-.04em}

/* ── Layout ── */
.container{width:min(calc(100% - 32px),var(--max));margin:0 auto;min-width:0}
.section{padding:64px 0}
.section-tight{padding:42px 0}
.center{text-align:center}
.muted{color:var(--muted)}
.hidden{display:none !important}
.mini{font-size:.95rem;color:var(--muted)}
.small{font-size:.9rem;color:var(--muted)}
.hr{height:1px;background:rgba(255,255,255,.08);margin:24px 0}

/* ── Typography ── */
.kicker,.section-label{display:inline-block;color:#c7dcff;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}
.section-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:end;margin-bottom:24px}
.section-head p,.rich-copy p,.legal-intro{max-width:68ch;color:var(--muted);line-height:1.82;font-size:18px}
.rich-copy{padding:24px 26px}

/* ── Nav ── */
.topbar{position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:rgba(6,18,38,.78);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:18px;min-width:0}
.logo-link{display:flex;align-items:center;gap:16px}
.logo-link img.horizontal{height:34px;width:auto;display:block}
.logo-link img.icon{display:none;width:42px;height:42px;object-fit:contain}
.nav-links{display:flex;gap:24px;color:var(--muted);align-items:center;font-size:15px;flex-wrap:nowrap}
.nav-links a{white-space:nowrap}
.nav-links a:hover{color:var(--text)}
.nav-links a.active{color:#fff;font-weight:700}
.cta-row{display:flex;gap:12px;align-items:center;flex-wrap:nowrap}

/* ── Buttons ── */
.button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:52px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,#64b1ff,#5adce3);color:#04111f;font-weight:800;letter-spacing:.01em;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 36px rgba(74,122,255,.24)}
.button.secondary{background:rgba(255,255,255,.02);color:var(--text);border:1px solid rgba(255,255,255,.1);box-shadow:none}
.button.small{min-height:48px;padding:0 18px}
.badge{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:0 14px;border-radius:999px;color:#cbebff;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}

/* ── Glass ── */
.glass{background:linear-gradient(180deg,rgba(18,34,60,.72),rgba(16,28,50,.88));border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius);backdrop-filter:blur(18px);min-width:0}
.glass.card,.glass{background:linear-gradient(180deg,rgba(18,34,60,.72),rgba(16,28,50,.88));border:1px solid var(--line);box-shadow:var(--shadow)}

/* ── Cards ── */
.card{padding:26px;min-width:0}
.card h3{font-size:1.45rem;margin-bottom:10px}
.card p{color:var(--muted);line-height:1.8;font-size:1.03rem}
.metric{font-size:2rem;font-weight:800;font-family:Manrope,Inter,sans-serif;margin-bottom:8px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}

/* ── Hero ── */
.hero{padding:72px 0 48px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;min-width:0}
.hero h1{font-size:clamp(46px,6vw,78px);line-height:.95;letter-spacing:-.04em;max-width:10ch}
.page-hero h1{font-size:clamp(36px,4.5vw,62px);line-height:1.0;letter-spacing:-.03em;max-width:none}
.hero p.lead,.hero .lead{font-size:1.18rem;line-height:1.7;color:#d5e5ff;max-width:62ch;margin:20px 0 0}
.page-hero .lead{font-size:1.1rem;line-height:1.75;color:var(--muted);max-width:68ch;margin:16px 0 0}
.hero-points{display:grid;gap:14px;margin:28px 0 0}
.hero-points div{display:flex;align-items:flex-start;gap:12px;color:var(--muted)}
.dot{width:10px;height:10px;border-radius:50%;margin-top:8px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 0 18px rgba(89,220,226,.45)}
.hero-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.strip-card{padding:20px}

/* ── Page hero ── */
.page-hero{padding:72px 0 48px}
.page-section .container{width:min(calc(100% - 32px),var(--max));margin:0 auto}

/* ── Device stack ── */
.device-stack{position:relative;min-height:660px}
.device{position:absolute;background:rgba(255,255,255,.02);border-radius:42px;padding:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 100px rgba(0,0,0,.35),0 0 90px rgba(108,167,255,.12);overflow:hidden}
.device img{border-radius:30px}
.device.one{right:0;top:40px;width:52%;transform:rotate(5deg)}
.device.two{left:10%;top:0;width:46%;transform:rotate(-6deg)}
.device.three{left:22%;bottom:10px;width:38%;transform:rotate(1deg)}

/* ── Screenshot cards ── */
.screenshot-card{padding:18px}
.screenshot-card .caption{padding:18px 8px 2px}
.screenshot-card h3{font-size:1.25rem;margin-bottom:6px}
.screenshot-card .phone-frame{max-width:300px;margin:0 auto}
.phone-frame{padding:12px;border-radius:40px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08)}
.phone-frame img{border-radius:28px}

/* ── Mode grid ── */
.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mode-card{padding:18px;min-height:174px}
.mode-card .tier{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#9fc5ff;margin-bottom:12px}
.mode-card h4{font-size:1.12rem;margin-bottom:8px}
.mode-card p{color:var(--muted);line-height:1.65;font-size:.97rem}

/* ── Pricing ── */
.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.compare{width:100%;border-collapse:collapse;min-width:480px}
.compare th,.compare td{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}
.compare th{color:var(--text);font-family:Manrope,Inter,sans-serif}
.compare td{color:var(--muted)}
.check{color:var(--brand)}
.cross{color:#ff9c9c}
ul.clean{list-style:none;padding:0;margin:0;display:grid;gap:12px}

/* ── Legal ── */
.legal-wrap{display:grid;grid-template-columns:280px 1fr;gap:24px}
.side-nav{position:sticky;top:110px;align-self:start;padding:18px}
.side-nav a{display:block;padding:10px 0;color:var(--muted)}
.side-nav a:hover{color:var(--text)}
.legal-doc{padding:28px 28px 36px}
.legal-doc h1{font-size:3rem;margin-bottom:12px}
.legal-doc h2{font-size:1.55rem;margin:28px 0 10px}
.legal-doc h3{font-size:1.1rem;margin:16px 0 10px}
.legal-doc p,.legal-doc li{color:var(--muted);line-height:1.9;font-size:1.02rem}
.legal-doc ul{padding-left:22px}

/* ── Footer ── */
.footer{padding:54px 0 64px;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:36px;min-width:0}
.footer p,.footer a,.footer li{color:var(--muted);line-height:1.8}
.footer-links{display:grid;gap:10px}
.footer small{display:block;color:var(--muted-2);margin-top:16px}
.footer-brand p{max-width:38ch;color:var(--muted);line-height:1.72;margin:16px 0}
.footer-logo-horizontal{height:36px;width:auto;max-width:240px;display:block}
.footer-note{color:var(--muted-2);font-size:.93rem;line-height:1.5;margin-top:14px;max-width:34ch}

/* ── Forms ── */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:grid;gap:8px;color:#dce7ff;font-weight:600}
input,textarea{width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(5,12,24,.45);color:var(--text);padding:15px 16px;font:inherit}
input:focus,textarea:focus{outline:none;border-color:rgba(100,177,255,.5);box-shadow:0 0 0 4px rgba(100,177,255,.12)}
textarea{min-height:150px;resize:vertical}
.notice-box{padding:20px;border-radius:22px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}

/* ── Media kit ── */
.logo-row{display:flex;flex-wrap:wrap;gap:16px}
.logo-box{padding:22px;min-height:120px;display:flex;align-items:center;justify-content:center}
.logo-box img{max-height:120px;width:auto}
.download-list{display:grid;gap:12px}
.tag-list{display:flex;flex-wrap:wrap;gap:10px}
.tag{padding:8px 12px;border-radius:999px;font-size:13px;color:#d7e7ff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}

/* ── Blocked / 404 ── */
.blocked{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px}
.blocked-card{max-width:760px;padding:34px}

/* ── About ── */
.about-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) 340px;gap:28px;align-items:start}
.meta-card .hr{height:1px;background:rgba(255,255,255,.08);margin:18px 0}
.uspto-note{font-size:.95rem;color:var(--muted);line-height:1.6}
.social-grid-clean{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.social-card-clean{display:flex;align-items:center;gap:14px;padding:18px}
.social-icon-clean{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);font-weight:800;flex:0 0 46px}

/* ── FAQ cards ── */
.faq-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 10px;border-radius:6px;margin-bottom:10px;background:rgba(255,255,255,.06);color:var(--muted)}
.faq-card{padding:22px;min-width:0}
.faq-card h3{font-size:1.1rem;margin-bottom:10px}
.faq-card p{color:var(--muted);line-height:1.72}
.faq-card-accent-privacy{border-left:3px solid var(--brand)}
.faq-card-accent-plans{border-left:3px solid var(--brand2)}
.faq-card-accent-product{border-left:3px solid var(--brand3)}
.faq-card-accent-use{border-left:3px solid rgba(168,212,255,.6)}
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
/* ── FAQ page wrap ── */
.faq-page-wrap{width:min(960px,100%);margin:0 auto}

.cta-band{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.cta-band .card{padding:24px}
.cta-band .card p{color:var(--muted);line-height:1.72}

/* ── Language cards ── */
.lang-card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.lang-card-v{display:flex;flex-direction:column;align-items:center;text-align:center;padding:18px 12px 14px;gap:6px;min-width:0}
.lang-flag-lg{font-size:30px;line-height:1;margin-bottom:2px}
.lang-card-name{font-size:.95rem;font-weight:700;color:var(--text)}
.lang-card-native{font-size:.82rem;color:var(--muted)}
.lang-voice-tag{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand);background:rgba(89,220,226,.08);border:1px solid rgba(89,220,226,.18);border-radius:6px;padding:2px 8px;margin-top:4px}
/* ── Language card square fix ── */
.lang-card-v{aspect-ratio:1;justify-content:center}


/* ── Mock conversation ── */
.mock-conversation{padding:28px 28px 24px;display:flex;flex-direction:column;gap:16px}
.mock-mode-tag{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:rgba(89,220,226,.08);border:1px solid rgba(89,220,226,.16);border-radius:8px;padding:4px 12px;align-self:flex-start;margin-bottom:4px}
.mock-msg{display:flex}
.mock-msg-user{justify-content:flex-end}
.mock-msg-lordan{justify-content:flex-start}
.mock-bubble{max-width:76%;padding:14px 18px;border-radius:18px;font-size:.97rem;line-height:1.7}
.mock-bubble p{margin:6px 0 0;color:var(--muted)}
.mock-bubble p:first-child{margin-top:4px}
.mock-bubble strong{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);font-weight:700}
.mock-bubble-user{background:rgba(100,177,255,.12);border:1px solid rgba(100,177,255,.2);color:var(--text);border-bottom-right-radius:4px}
.mock-bubble-lordan{background:rgba(18,34,60,.9);border:1px solid var(--line);color:var(--text);border-bottom-left-radius:4px}

/* ── Social proof ── */
.social-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.proof-card{padding:24px 26px}
.proof-quote{font-size:1.05rem;line-height:1.75;color:var(--text);margin-bottom:16px;font-style:italic}
.proof-author{font-size:.88rem;color:var(--muted);font-weight:600}
.proof-stars{color:var(--brand);font-size:1rem;letter-spacing:2px;margin-bottom:10px}

/* ── Consent modal ── */
.consent-gate{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(2,8,18,.82);backdrop-filter:blur(16px)}
.consent-card{width:min(100%,680px);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(18,34,60,.92),rgba(10,22,44,.97));border:1px solid rgba(118,175,255,.14);box-shadow:0 40px 120px rgba(0,0,0,.6)}
.consent-head{padding:32px 36px 0}
.consent-head h2{font-size:1.6rem;font-family:Manrope,Inter,sans-serif;font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0}
.consent-body{padding:20px 36px 32px}
.consent-body .lead2{font-size:1rem;color:var(--muted);line-height:1.65;margin:0 0 20px}
.consent-copy{border:1px solid rgba(118,175,255,.12);border-radius:16px;background:rgba(255,255,255,.03);padding:18px 20px;margin-bottom:24px}
.consent-copy p{margin:0 0 14px;color:var(--muted);font-size:.95rem;line-height:1.72}
.consent-copy p:last-child{margin-bottom:0}
.consent-copy a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}
.consent-actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(255,255,255,.06);padding-top:20px}
.consent-actions .button{min-height:48px;padding:0 24px}

/* ── Hamburger ── */
.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;margin-left:auto;flex-shrink:0}
.hamburger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-drawer{position:fixed;top:0;right:-320px;width:300px;height:100%;z-index:200;background:rgba(6,18,38,.97);backdrop-filter:blur(24px);border-left:1px solid rgba(255,255,255,.07);padding:100px 28px 40px;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}
.nav-drawer.open{right:0}
.nav-drawer .nav-links-drawer{display:flex;flex-direction:column;gap:0}
.nav-drawer .nav-links-drawer a{display:block;padding:14px 0;font-size:1.08rem;font-weight:600;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.06);transition:color .15s}
.nav-drawer .nav-links-drawer a:hover,.nav-drawer .nav-links-drawer a.active{color:#fff;font-weight:700}
.drawer-cta{margin-top:28px}
.drawer-cta .button{width:100%;justify-content:center;min-height:52px}
.nav-overlay{position:fixed;inset:0;z-index:199;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:opacity .3s}
.nav-overlay.open{opacity:1;pointer-events:all}

/* ── Scroll animations ── */
.anim-hidden{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
.anim-visible{opacity:1;transform:translateY(0)}

/* ════════ RESPONSIVE ════════ */
@media(max-width:980px){
  .nav{min-height:72px}
  .nav-links{display:none}
  .topbar .cta-row{display:none}
  .hamburger{display:flex}
  .button.small{min-height:44px;padding:0 14px;font-size:14px}
  .hero{padding:48px 0 32px}
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero h1{font-size:clamp(38px,8vw,56px);max-width:none}
  .page-hero h1{font-size:clamp(32px,6vw,48px);max-width:none}
  .hero p.lead,.hero .lead{font-size:17px;max-width:100%}
  .page-hero .lead{font-size:16px;max-width:100%}
  .device-stack{min-height:auto;display:flex;flex-direction:column;gap:16px;align-items:center}
  .device{position:relative;width:75%;left:auto;right:auto;top:auto;bottom:auto;transform:none;margin-bottom:8px}
  .hero-strip{grid-template-columns:repeat(2,1fr)}
  .page-hero{padding:56px 0 36px}
  .section{padding:48px 0}
  .section-tight{padding:32px 0}
  .section-head{grid-template-columns:1fr;gap:12px;margin-bottom:20px}
  .section-head p,.rich-copy p{font-size:17px;max-width:100%}
  .grid-2,.grid-3{grid-template-columns:1fr}
  .mode-grid{grid-template-columns:repeat(2,1fr)}
  .faq-grid{grid-template-columns:1fr}
  .lang-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .social-proof-strip{grid-template-columns:1fr}
  .about-hero-grid{grid-template-columns:1fr}
  .social-grid-clean{grid-template-columns:repeat(2,1fr)}
  .cta-band{grid-template-columns:1fr}
  .legal-wrap{grid-template-columns:1fr}
  .side-nav{display:none}
  .form-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-logo-horizontal{height:30px}
  .footer-brand p{max-width:100%}
}

@media(max-width:600px){
  .nav{min-height:64px}
  .logo-link img.horizontal{height:28px}
  .nav-drawer{width:100%;right:-100%}
  .hero{padding:36px 0 24px}
  .hero h1{font-size:clamp(32px,9vw,46px)}
  .page-hero h1{font-size:clamp(28px,7vw,38px)}
  .hero p.lead,.hero .lead{font-size:16px}
  .page-hero .lead{font-size:15px}
  .hero-strip{grid-template-columns:repeat(2,1fr);gap:10px}
  .strip-card{padding:14px}
  .device{width:88%}
  .hero-points div{font-size:15px}
  .page-hero{padding:44px 0 28px}
  .section{padding:36px 0}
  .section-tight{padding:24px 0}
  .section-head p,.rich-copy p{font-size:16px}
  .lang-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mode-grid{grid-template-columns:1fr}
  .social-grid-clean{grid-template-columns:1fr}
  .card{padding:18px}
  .card h3{font-size:1.2rem}
  .lang-card-v{padding:14px 10px 12px}
  .mode-card{min-height:auto;padding:16px}
  .screenshot-card{padding:12px}
  .screenshot-card .phone-frame{max-width:260px}
  .metric{font-size:1.6rem}
  .faq-card{padding:16px}
  .faq-grid{grid-template-columns:1fr}
  .cta-row{flex-direction:column;align-items:stretch}
  .cta-row .button{text-align:center;justify-content:center}
  .button{min-height:48px;font-size:15px}
  .footer{padding:36px 0 48px}
  .footer-grid{gap:28px}
  .footer-note{max-width:100%}
  .about-hero-grid{gap:20px}
  .meta-card{padding:18px}
  .cta-band{gap:12px}
  .mock-bubble{max-width:92%}
  .mock-conversation{padding:18px 16px}
  .consent-head{padding:24px 22px 0}
  .consent-body{padding:16px 22px 24px}
  .consent-head h2{font-size:1.3rem}
  .consent-actions{flex-direction:column-reverse}
  .consent-actions .button{width:100%;justify-content:center}

  .consent-gate{align-items:flex-end;padding:0}
  .consent-card{width:100%;border-radius:24px 24px 0 0;max-height:92vh;overflow-y:auto}
}

/* ── Skip to content ── */
.skip-link{position:fixed;top:0;left:16px;z-index:9999;padding:12px 20px;background:var(--brand);color:#04111f;font-weight:700;border-radius:0 0 12px 12px;text-decoration:none;transform:translateY(-100%);transition:transform .2s ease;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;overflow:hidden;width:1px;height:1px}
.skip-link:focus{transform:translateY(0);clip:auto;clip-path:none;width:auto;height:auto;overflow:visible}

/* ── Button interactions ── */
.button{transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;cursor:pointer}
.button:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(74,122,255,.32);filter:brightness(1.08)}
.button:active{transform:translateY(0);box-shadow:0 8px 20px rgba(74,122,255,.18)}
.button.secondary:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);box-shadow:0 12px 32px rgba(0,0,0,.2)}
.button.secondary:active{background:rgba(255,255,255,.04)}

/* ── Focus styles ── */
.button:focus-visible,.nav-links a:focus-visible,.footer-links a:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:8px}

/* ── Card hover ── */
.glass.card:not(.lang-card-v){transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.glass.card:not(.lang-card-v):hover{border-color:rgba(118,175,255,.24);box-shadow:0 28px 90px rgba(0,0,0,.4),0 0 0 1px rgba(118,175,255,.1)}
.glass.card.lang-card-v{transition:border-color .15s ease}
.glass.card.lang-card-v:hover{border-color:rgba(89,220,226,.35)}
.glass.mode-card{transition:border-color .2s ease,transform .2s ease}
.glass.mode-card:hover{border-color:rgba(118,175,255,.22);transform:translateY(-3px)}
.glass.faq-card{transition:border-color .2s ease,transform .15s ease}
.glass.faq-card:hover{border-color:rgba(118,175,255,.22);transform:translateY(-2px)}
.social-card-clean{transition:border-color .2s ease,transform .15s ease}
.social-card-clean:hover{border-color:rgba(118,175,255,.22);transform:translateY(-2px)}

/* ── Nav link hover ── */
.nav-links a{transition:color .15s ease}

/* ── Muted-2 contrast fix ── */
:root{--muted-2:#92a8c8}


/* Lordan conversion polish */
.accent-feature-card{
  border:1px solid rgba(126,168,255,.34);
  box-shadow:0 18px 52px rgba(74,122,255,.16), inset 0 0 0 1px rgba(90,220,227,.10);
  position:relative;
}
.accent-feature-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(100,177,255,.12), rgba(90,220,227,.05));
}
.social-grid-clean{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.social-card-clean{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.02);
}
.social-icon-clean{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);font-weight:800;flex:0 0 42px;
}
@media (max-width:1100px){
  .social-grid-clean{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:720px){
  .social-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ── Spacing clarity fix for card titles/body ── */
.mode-card h4,
.mode-card p,
.card h3,
.card p{
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  word-spacing: 0.04em;
}

.mode-card h4{
  letter-spacing: 0;
}

.mode-card p{
  letter-spacing: 0;
}


/* Balance cards */
.grid-4{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.mode-summary-card{
  border:1px solid rgba(126,168,255,.34);
  box-shadow:0 18px 52px rgba(74,122,255,.16), inset 0 0 0 1px rgba(90,220,227,.10);
  position:relative;
  background:linear-gradient(135deg, rgba(73,112,185,.24), rgba(26,46,85,.72));
}
.mode-summary-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(100,177,255,.12), rgba(90,220,227,.05));
}
.mode-summary-card > *{position:relative}
@media (max-width:1100px){
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .grid-4{grid-template-columns:1fr}
}


.mode-card-accent{
  border:1px solid rgba(126,168,255,.32);
  box-shadow:0 16px 42px rgba(74,122,255,.14), inset 0 0 0 1px rgba(90,220,227,.08);
  background:linear-gradient(135deg, rgba(73,112,185,.18), rgba(13,29,57,.94));
}


.mode-card-summary{
  border:1px solid rgba(126,168,255,.34);
  box-shadow:0 18px 52px rgba(74,122,255,.16), inset 0 0 0 1px rgba(90,220,227,.10);
  background:linear-gradient(135deg, rgba(73,112,185,.24), rgba(26,46,85,.72));
  position:relative;
}
.mode-card-summary::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(100,177,255,.12), rgba(90,220,227,.05));
}
.mode-card-summary > *{position:relative}
.mode-card-summary .summary-label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#c7dcff;
  margin-bottom:14px;
  font-weight:800;
}
.mode-card-summary h4{
  margin-bottom:10px;
}


/* Hero utility cards */
.hero-grid-compact{
  align-items:start;
}
.hero-info-card{
  padding:24px;
  max-width:460px;
  justify-self:end;
}
.hero-info-label{
  display:inline-block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#c7dcff;
  margin-bottom:12px;
  font-weight:800;
}
.hero-info-card h3{
  font-size:1.5rem;
  margin-bottom:12px;
}
.hero-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.hero-list li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
}
.hero-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  box-shadow:0 0 16px rgba(89,220,226,.38);
}
.hero-device-plain{
  display:flex;
  justify-content:center;
}
.phone-frame-large{
  max-width:320px;
  margin:0 auto;
}
.faq-hero-grid{
  align-items:center;
}
.faq-page-wrap-left{
  width:100%;
  margin:0;
}
.device-front{
  z-index:4;
}
.device.one{z-index:2}
.device.two{z-index:1}
.device.three{z-index:3}
.device-front img{
  box-shadow:0 0 40px rgba(89,220,226,.14);
}
@media (max-width:960px){
  .hero-info-card{
    max-width:none;
    justify-self:stretch;
  }
  .faq-hero-grid{
    grid-template-columns:1fr;
  }
}


/* --- Hero layout refinement --- */
.hero-grid.hero-grid-compact{align-items:start}
.hero-grid.hero-grid-compact > div:first-child{padding-top:6px}

.hero-showcase{
  min-height:620px;
}
.hero-glow{
  position:absolute;
  inset:10% 4% 6% 8%;
  background:radial-gradient(circle at 55% 50%, rgba(97,145,255,.16), rgba(29,50,95,.06) 44%, transparent 72%);
  filter:blur(8px);
  pointer-events:none;
}
.hero-showcase .device{
  background:rgba(255,255,255,.02);
  border-radius:42px;
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 100px rgba(0,0,0,.35),0 0 90px rgba(108,167,255,.12);
  overflow:hidden;
}
.hero-showcase .device img{border-radius:30px}
.hero-showcase .back-left{left:8%; top:18px; width:30%; transform:rotate(-7deg); z-index:1; opacity:.58}
.hero-showcase .back-right{right:-2%; top:64px; width:38%; transform:rotate(8deg); z-index:2; opacity:.62}
.hero-showcase .center-front{left:31%; bottom:8px; width:40%; transform:none; z-index:4}
.hero-showcase .center-front img{box-shadow:0 0 60px rgba(89,220,226,.22)}

.hero-device-clean{
  align-items:center;
  justify-content:center;
  min-height:600px;
}
.hero-screen-float{
  position:relative;
  display:flex;
  justify-content:center;
  width:100%;
}
.hero-screen-float::before{
  content:"";
  position:absolute;
  width:72%;
  height:72%;
  inset:14% auto auto 14%;
  border-radius:999px;
  background:radial-gradient(circle, rgba(97,145,255,.14), rgba(29,50,95,.04) 55%, transparent 75%);
  filter:blur(10px);
  pointer-events:none;
}
.phone-frame-tall{
  max-width:300px;
  width:100%;
  background:none;
  border:0;
  padding:0;
  box-shadow:none;
}
.phone-frame-tall img{
  width:100%;
  border-radius:36px;
  box-shadow:0 32px 90px rgba(0,0,0,.42), 0 0 110px rgba(89,220,226,.08);
}

.hero-side-panel{
  display:grid;
  gap:14px;
  max-width:520px;
  justify-self:end;
  align-self:center;
}
.hero-mini-card{
  padding:20px 22px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 48px rgba(0,0,0,.16);
}
.hero-mini-card h3{
  font-size:1.28rem;
  margin-bottom:8px;
}
.hero-mini-card p{
  color:var(--muted);
  line-height:1.72;
  margin:0;
}
.hero-mini-card-accent{
  border-color:rgba(126,168,255,.34);
  box-shadow:0 18px 52px rgba(74,122,255,.16), inset 0 0 0 1px rgba(90,220,227,.08);
  background:linear-gradient(135deg, rgba(73,112,185,.18), rgba(18,35,69,.88));
}
.faq-side-panel{max-width:500px}
.faq-side-panel .hero-mini-card h3{font-size:1.18rem}

@media (max-width:1100px){
  .hero-showcase{min-height:540px}
  .hero-showcase .back-left{left:4%; width:28%}
  .hero-showcase .back-right{right:-1%; width:36%}
  .hero-showcase .center-front{left:28%; width:42%}
}
@media (max-width:960px){
  .hero-grid,
  .hero-grid.hero-grid-compact,
  .faq-hero-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .hero-side-panel,
  .faq-side-panel{
    justify-self:stretch;
    max-width:none;
  }
  .hero-showcase{
    min-height:500px;
    max-width:620px;
    margin:0 auto;
  }
  .hero-device-clean{
    min-height:auto;
  }
}
@media (max-width:720px){
  .hero-showcase{
    min-height:420px;
  }
  .hero-showcase .back-left{left:0; top:18px; width:28%}
  .hero-showcase .back-right{right:0; top:42px; width:36%}
  .hero-showcase .center-front{left:26%; width:44%; bottom:0}
  .phone-frame-tall{
    max-width:280px;
  }
  .hero-mini-card{
    padding:18px;
    border-radius:18px;
  }
}


/* How It Works hero only */
.how-hero-phone{
  max-width:294px; /* ~70% of prior visual size */
  margin:0 auto;
  transform:rotate(-3deg);
  transform-origin:center center;
}
.how-hero-phone img{
  border-radius:32px;
}
@media (max-width:980px){
  .how-hero-phone{
    max-width:260px;
    transform:rotate(-2deg);
  }
}


/* ── User manual ── */
.manual-hero-panel{max-width:560px}
.manual-icon-xl{width:56px;height:56px;display:block;margin-bottom:18px}
.manual-icon-sm{width:22px;height:22px;flex:0 0 22px;display:block}
.manual-state-card{display:flex;flex-direction:column;justify-content:flex-start}
.manual-method-card,.manual-state-card,.manual-note-panel{height:100%}
.manual-method-top p{margin:0}
.manual-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.manual-step-chip{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.manual-step-chip div{display:grid;gap:2px}
.manual-step-chip strong{font-size:1rem;color:var(--text)}
.manual-step-chip span{font-size:.92rem;color:var(--muted)}
.manual-step-chip-wide{width:100%}
.manual-flow-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.95fr);gap:22px;align-items:start}
.manual-flow-steps{display:grid;gap:12px}
.manual-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.manual-list li{position:relative;padding-left:18px;color:var(--muted);line-height:1.75}
.manual-list li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 0 16px rgba(89,220,226,.38)}
.manual-control-group + .manual-control-group{margin-top:26px}
.manual-subhead{font-size:1.15rem;margin-bottom:14px}
.manual-control-grid,.manual-button-grid{align-items:stretch}
.manual-control-card{display:flex;gap:14px;align-items:flex-start}
.manual-control-card h4{font-size:1.05rem;margin-bottom:6px}
.manual-control-card p{margin:0;font-size:.98rem;line-height:1.7}
.manual-note-panel{margin-top:24px}
.manual-trust-strip{display:flex;align-items:flex-start;gap:14px;margin-top:18px}
.manual-trust-strip p{margin:0}
.manual-trust-card{display:flex;gap:14px;align-items:flex-start}
.manual-trust-card h3{font-size:1.14rem;margin-bottom:6px}
.manual-trust-card p{margin:0}
.manual-streak-card{border-color:rgba(255,136,58,.22);box-shadow:0 18px 52px rgba(255,136,58,.08), inset 0 0 0 1px rgba(255,136,58,.08)}
@media (max-width:1100px){
  .manual-flow-grid{grid-template-columns:1fr}
  .manual-button-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .manual-step-grid{grid-template-columns:1fr}
  .manual-button-grid,.manual-control-grid{grid-template-columns:1fr}
  .manual-trust-strip,.manual-trust-card,.manual-control-card{gap:12px}
}


.manual-icon-xl,
.manual-icon-sm{
  filter: drop-shadow(0 0 10px rgba(89,220,226,.08));
}
.manual-state-card .manual-icon-xl{
  padding: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.manual-control-card .manual-icon-sm,
.manual-trust-card .manual-icon-sm,
.manual-trust-strip .manual-icon-sm,
.manual-step-chip .manual-icon-sm{
  padding: 6px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}


/* User manual exact icon sizing */
.manual-icon-xl{
  width:64px;
  height:64px;
  display:block;
  margin-bottom:18px;
}
.manual-icon-sm{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:block;
}
.manual-state-card .manual-icon-xl{
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}
.manual-control-card .manual-icon-sm,
.manual-trust-card .manual-icon-sm,
.manual-trust-strip .manual-icon-sm,
.manual-step-chip .manual-icon-sm{
  padding:6px;
  border-radius:12px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  width:34px;
  height:34px;
  flex:0 0 34px;
}


/* User manual icon final correction */
.manual-icon-xl,
.manual-icon-sm{
  box-sizing:border-box;
  object-fit:contain;
  background:none !important;
  border:none !important;
  border-radius:0 !important;
  padding:0 !important;
  filter:none !important;
}

.manual-icon-xl{
  width:56px !important;
  height:56px !important;
  margin-bottom:16px !important;
}

.manual-icon-sm{
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
}

.manual-control-card .manual-icon-sm,
.manual-trust-card .manual-icon-sm,
.manual-trust-strip .manual-icon-sm,
.manual-step-chip .manual-icon-sm{
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
}

.manual-state-card .manual-icon-xl{
  width:64px !important;
  height:64px !important;
  margin-bottom:18px !important;
}

.manual-control-card,
.manual-trust-card,
.manual-trust-strip,
.manual-step-chip{
  align-items:center;
}


/* Final user manual refinements */
.topbar .logo-link img.horizontal{
  height: 38px;
}

.manual-flow-grid{
  gap: 28px;
}
.manual-flow-steps{
  gap: 14px;
  margin-top: 6px;
}
.manual-trust-grid-top{
  margin-bottom: 18px;
}
.manual-trust-grid-bottom{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  width:min(760px,100%);
  margin:0 auto;
}
.manual-note-panel{
  padding: 18px 22px;
}
.manual-note-panel h3{
  margin-bottom: 10px;
}
@media (max-width: 720px){
  .topbar .logo-link img.horizontal{
    height: 34px;
  }
  .manual-trust-grid-bottom{
    grid-template-columns:1fr;
    width:100%;
  }
}


/* User manual trust section fix */
.manual-about-section{
  padding-bottom: 72px;
}
.manual-trust-grid-top{
  margin-bottom: 18px;
}
.manual-trust-grid-bottom{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  width:min(860px,100%);
  margin:0 auto;
}
.manual-trust-grid-bottom .manual-trust-card{
  min-height: 112px;
}
.manual-trust-card{
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.manual-trust-card .manual-icon-sm{
  margin-top: 2px;
}
.footer{
  padding-top: 70px;
}
@media (max-width: 720px){
  .manual-about-section{
    padding-bottom: 54px;
  }
  .manual-trust-grid-bottom{
    grid-template-columns:1fr;
    width:100%;
  }
}


/* Why Lordan nav highlight */
.nav-links .nav-special{
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(104, 173, 255, .24);
  background: linear-gradient(135deg, rgba(91, 128, 255, .16), rgba(90, 220, 227, .08));
  color: #eef6ff;
  box-shadow: 0 0 24px rgba(90,220,227,.10), inset 0 0 0 1px rgba(255,255,255,.03);
}
.nav-links .nav-special:hover,
.nav-links .nav-special.active{
  color: #ffffff;
  border-color: rgba(117, 188, 255, .36);
  box-shadow: 0 0 30px rgba(96,177,255,.16), 0 0 16px rgba(90,220,227,.10);
}
.nav-links-drawer .nav-special{
  display:inline-flex;
  justify-content:center;
  margin-top:4px;
}

/* Mobile sticky app store CTA */
.mobile-store-cta{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg,#64b1ff,#7b74ff);
  color: #04111f;
  font-weight: 800;
  letter-spacing: .01em;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 40px rgba(74,122,255,.28);
}

/* Why Lordan page */
@media(max-width:980px){
  .mobile-store-cta{display:flex}
  body{padding-bottom:88px}
  .nav-links-drawer .nav-special{
    width:100%;
  }
}



/* Mobile sticky App Store CTA aligned to Gizlen structure */
.mobile-store-cta{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(135deg, rgba(126,168,255,0.95), rgba(123,109,255,0.95));
  color: #061120;
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: .01em;
  box-shadow: 0 10px 30px rgba(68, 98, 255, 0.30);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mobile-store-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(68, 98, 255, 0.35);
}
.mobile-store-cta:active{
  transform: translateY(0) scale(0.98);
}
@media(max-width:980px){
  .mobile-store-cta{
    display:flex;
  }
  body{
    padding-bottom:86px;
  }
}
@media(max-width:600px){
  .mobile-store-cta{
    min-height: 54px;
    font-size: 1rem;
  }
  body{
    padding-bottom:90px;
  }
}


/* Mobile CTA aligned to Gizlen bottom behavior */
.mobile-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  background: linear-gradient(to top, rgba(6,18,38,0.78), rgba(6,18,38,0));
}
.mobile-cta .button{
  width: 100%;
  min-height: 50px;
  pointer-events: auto;
  background: linear-gradient(135deg, rgba(126,168,255,0.95), rgba(123,109,255,0.95));
  color: #061120;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(68, 98, 255, 0.30);
}
.mobile-cta .button::before{
  opacity: 0;
}
.mobile-cta .button:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(68, 98, 255, 0.35);
}
@media(max-width:980px){
  .mobile-store-cta{display:none !important;}
  .mobile-cta{display:block;}
  body{padding-bottom:86px;}
}
@media(max-width:600px){
  .mobile-cta{
    padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-cta .button{
    min-height: 52px;
    font-size: 0.98rem;
  }
  body{padding-bottom:90px;}
}


/* Dock mobile CTA closer to screen edge like Gizlen */
.mobile-cta{
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 6px 16px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
  background: linear-gradient(to top, rgba(6,18,38,0.88), rgba(6,18,38,0.22) 58%, rgba(6,18,38,0));
}
.mobile-cta .button{
  min-height: 50px !important;
  margin: 0 !important;
}
@media(max-width:980px){
  body{
    padding-bottom: 72px !important;
  }
}
@media(max-width:600px){
  .mobile-cta{
    padding: 6px 16px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .mobile-cta .button{
    min-height: 50px !important;
    font-size: 0.98rem !important;
  }
  body{
    padding-bottom: 74px !important;
  }
}


/* Narrower mobile CTA to match Gizlen proportions */
.mobile-cta{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.mobile-cta .button{
  width: min(86vw, 760px) !important;
  max-width: 86vw !important;
  margin: 0 auto !important;
}
@media(max-width:600px){
  .mobile-cta .button{
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 0 auto !important;
  }
}



/* Mobile menu refinement */
.nav-drawer{
  width: min(100%, 420px);
  right: -440px;
  padding: 86px 28px 30px;
  background:
    linear-gradient(180deg, rgba(8,20,44,.985), rgba(5,16,36,.995));
  border-left: 1px solid rgba(255,255,255,.06);
  box-shadow: -18px 0 48px rgba(0,0,0,.34);
}
.nav-drawer .nav-links-drawer{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.nav-drawer .nav-links-drawer a{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:16px 18px;
  font-size:1.14rem;
  font-weight:700;
  color:var(--muted);
  border-bottom:none;
  border-radius:22px;
  min-height:58px;
  letter-spacing:-.01em;
}
.nav-drawer .nav-links-drawer a:hover,
.nav-drawer .nav-links-drawer a.active{
  color:#fff;
  background:linear-gradient(180deg, rgba(20,38,70,.72), rgba(16,30,58,.82));
  border:1px solid rgba(126,168,255,.18);
  box-shadow:0 10px 28px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02);
}
.nav-links-drawer .nav-special{
  width:100%;
  justify-content:center;
  margin-top:0;
  border-radius:24px;
}
.drawer-cta{
  margin-top:18px;
}
.drawer-cta .button{
  width:100%;
  justify-content:center;
  min-height:54px;
}
.nav-overlay{
  background:rgba(2,8,18,.62);
  backdrop-filter: blur(2px);
}
@media(max-width:600px){
  .nav-drawer{
    width:100%;
    right:-100%;
    padding:84px 22px 26px;
  }
  .nav-drawer .nav-links-drawer a{
    font-size:1.08rem;
    min-height:56px;
    padding:15px 16px;
  }
}
