@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --adn-dark: #071426;
  --adn-blue: #146bff;
  --adn-cyan: #27d7ff;
  --adn-white: #ffffff;
  --adn-light: #f6f8fc;
  --adn-text: #101828;
  --adn-muted: #667085;
  --adn-line: #e4eaf3;
  --adn-lime: #c8f169;
  --shadow-sm: 0 8px 24px rgba(7, 20, 38, .06);
  --shadow-lg: 0 24px 60px rgba(7, 20, 38, .14);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', sans-serif; color: var(--adn-text); background: var(--adn-white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--adn-line); }
.navbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--adn-dark); flex-shrink: 0; }
.site-header .logo { height: 72px; overflow: visible; }
.brand-logo { display: block; width: auto; max-width: 470px; height: 264px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 10px 18px rgba(11, 26, 39, 0.12)); background: transparent; border-radius: 0; }
.brand-logo-footer { max-width: 1120px; height: 200px; object-position: center bottom; }
.logo-mark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-weight: 800; letter-spacing: -.08em; background: linear-gradient(135deg, var(--adn-blue), var(--adn-cyan)); box-shadow: 0 8px 20px rgba(20,107,255,.25); }
.logo-copy { line-height: 1.05; font-size: 14px; font-weight: 800; letter-spacing: -.03em; }
.logo-copy small { display: block; margin-top: 4px; color: var(--adn-muted); font-size: 7px; letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #344054; font-size: 13px; font-weight: 700; }
.nav-links a:hover { color: var(--adn-blue); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 9px; padding: 13px 19px; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--adn-blue); box-shadow: 0 10px 22px rgba(20,107,255,.22); }
.btn-primary:hover { background: #0a5ce8; }
.btn-dark { color: white; background: var(--adn-dark); }
.btn-ghost { color: var(--adn-dark); background: transparent; }
.menu-toggle { display: none; border: 0; background: none; font-size: 25px; color: var(--adn-dark); }
.hero { min-height: 760px; padding: 176px 0 90px; overflow: hidden; position: relative; background: #f4f8ff; }
.hero:before { content: ''; position: absolute; width: 720px; height: 720px; right: -140px; top: 40px; border-radius: 50%; background: radial-gradient(circle, rgba(39,215,255,.2), transparent 64%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--adn-blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow:before { content: ''; width: 24px; height: 2px; background: var(--adn-cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin: 18px 0; color: var(--adn-dark); font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; }
h2 { color: var(--adn-dark); font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.06em; }
.hero h2 { max-width: 560px; color: #31506e; font-size: clamp(24px, 3vw, 37px); letter-spacing: -.05em; }
.hero-copy { max-width: 520px; color: #53677d; font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin: 28px 0 22px; flex-wrap: wrap; }
.trust-line { color: var(--adn-muted); font-size: 12px; font-weight: 700; }
.network-art { min-height: 475px; position: relative; border-radius: 38px; overflow: hidden; background: #0a1c34; box-shadow: var(--shadow-lg); isolation: isolate; }
.network-art:before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(39,215,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(39,215,255,.25) 1px, transparent 1px); background-size: 37px 37px; transform: perspective(400px) rotateX(58deg) scale(1.6); transform-origin: bottom; }
.network-art:after { content: ''; position: absolute; inset: 12% 8%; border: 1px solid rgba(39,215,255,.22); border-radius: 50%; transform: rotate(-23deg) skewY(-8deg); box-shadow: 0 0 80px rgba(39,215,255,.18), inset 0 0 60px rgba(20,107,255,.2); }
.network-core { position: absolute; width: 110px; height: 110px; top: 42%; left: 44%; border-radius: 50%; z-index: 2; background: radial-gradient(circle, white 0 2%, #27d7ff 8%, #146bff 29%, rgba(20,107,255,.1) 65%, transparent 67%); box-shadow: 0 0 48px #27d7ff; animation: pulse 3s ease-in-out infinite; }
.ray { position: absolute; height: 2px; transform-origin: left; z-index: 1; background: linear-gradient(90deg, #27d7ff, transparent); box-shadow: 0 0 12px #27d7ff; animation: ray 4s ease-in-out infinite; }
.ray.one { width: 390px; left: 12%; top: 37%; transform: rotate(20deg); }.ray.two { width: 340px; left: 46%; top: 50%; transform: rotate(-34deg); animation-delay: 1s; }.ray.three { width: 300px; left: 35%; top: 69%; transform: rotate(13deg); animation-delay: 2s; }.ray.four { width: 260px; left: 20%; top: 58%; transform: rotate(-49deg); animation-delay: .5s; }
.node { position: absolute; z-index: 3; width: 10px; height: 10px; background: var(--adn-cyan); border-radius: 50%; box-shadow: 0 0 20px var(--adn-cyan); }.node.a { left: 18%; top: 31%; }.node.b { right: 21%; top: 28%; }.node.c { right: 15%; bottom: 25%; }.node.d { left: 24%; bottom: 21%; }
.art-label { position: absolute; z-index: 4; left: 28px; bottom: 24px; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
@keyframes pulse { 50% { transform: scale(1.13); } } @keyframes ray { 50% { opacity: .35; transform: translateX(15px) rotate(var(--angle)); } }
.trust-bar { border-bottom: 1px solid var(--adn-line); background: white; }.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }.trust-item { display: flex; gap: 14px; padding: 27px 22px; border-right: 1px solid var(--adn-line); }.trust-item:last-child { border: 0; }.trust-item i { color: var(--adn-blue); font-size: 22px; }.trust-item strong { display: block; font-size: 14px; }.trust-item span { color: var(--adn-muted); font-size: 11px; }
.section { padding: 110px 0; }.section-soft { background: var(--adn-light); }.section-dark { color: white; background: var(--adn-dark); }.section-dark h2, .section-dark h3 { color: white; }.section-intro { max-width: 650px; margin-bottom: 45px; }.section-intro p { color: var(--adn-muted); font-size: 16px; }.section-dark .section-intro p { color: #a7b7ca; }
.stats-grid, .card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.stat-card, .feature-card, .plan-card, .use-card { padding: 27px; border: 1px solid var(--adn-line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }.stat-card:hover, .feature-card:hover, .plan-card:hover, .use-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }.stat-card strong { display: block; color: var(--adn-blue); font-size: 29px; letter-spacing: -.05em; }.stat-card span { color: var(--adn-muted); font-size: 12px; }.stat-card small { display: block; margin-top: 14px; color: var(--adn-muted); font-size: 11px; }
.plans-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.plan-card { position: relative; }.plan-card.popular { border: 2px solid var(--adn-blue); padding: 26px; }.plan-badge { position: absolute; right: 18px; top: 18px; padding: 4px 7px; color: var(--adn-dark); border-radius: 5px; background: var(--adn-lime); font-size: 9px; font-weight: 800; }.plan-card h3 { margin-bottom: 20px; color: var(--adn-dark); font-size: 13px; letter-spacing: .12em; }.plan-speed { color: var(--adn-dark); font-size: 42px; font-weight: 800; letter-spacing: -.07em; }.plan-speed span { color: var(--adn-muted); font-size: 14px; letter-spacing: 0; }.plan-price { margin: 8px 0 22px; color: var(--adn-blue); font-size: 14px; font-weight: 800; }.plan-card ul { min-height: 122px; padding: 0; margin: 0 0 24px; list-style: none; color: var(--adn-muted); font-size: 12px; }.plan-card li { margin: 9px 0; }.plan-card li:before { content: '✓'; margin-right: 7px; color: var(--adn-blue); font-weight: 800; }
.feature-card i { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 24px; color: var(--adn-blue); border-radius: 12px; background: #eaf1ff; font-size: 21px; }.feature-card h3, .use-card h3 { margin-bottom: 7px; font-size: 17px; }.feature-card p, .use-card p { margin: 0; color: var(--adn-muted); font-size: 13px; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }.split-visual { min-height: 420px; border-radius: 28px; background: linear-gradient(145deg, #0a1c34, #146bff); position: relative; overflow: hidden; }.split-visual:before { content: 'FIBER'; position: absolute; right: -30px; bottom: -25px; color: rgba(255,255,255,.08); font-size: 120px; font-weight: 800; letter-spacing: -.08em; }.fiber-strand { position: absolute; width: 130%; height: 26px; left: -20%; border: 2px solid #27d7ff; border-radius: 50%; transform: rotate(-23deg); box-shadow: 0 0 30px rgba(39,215,255,.75); }.fiber-strand:nth-child(1) { top: 29%; }.fiber-strand:nth-child(2) { top: 43%; transform: rotate(-29deg); opacity: .65; }.fiber-strand:nth-child(3) { top: 58%; transform: rotate(-18deg); opacity: .4; }.check-list { padding: 0; margin: 28px 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: #475467; font-size: 13px; }.check-list li:before { content: '✓'; margin-right: 8px; color: var(--adn-blue); font-weight: 800; }
.dark-panel { position: relative; overflow: hidden; border-radius: 28px; padding: 70px; background: linear-gradient(115deg, #071426, #12335b); }.dark-panel:after { content: ''; position: absolute; width: 360px; height: 360px; right: -100px; top: -130px; border: 1px solid rgba(39,215,255,.3); border-radius: 50%; box-shadow: 0 0 0 35px rgba(39,215,255,.04), 0 0 0 70px rgba(39,215,255,.03); }.dark-panel > * { position: relative; z-index: 1; }.dark-panel p { max-width: 590px; color: #aec0d5; }.dark-panel .btn { margin-top: 18px; }
.coverage-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }.coverage-form { padding: 30px; border: 1px solid var(--adn-line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-lg); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.field { margin-bottom: 15px; }.field.full { grid-column: 1/-1; }.field label { display: block; margin-bottom: 7px; color: #344054; font-size: 11px; font-weight: 800; }.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--adn-line); border-radius: 8px; padding: 12px; color: var(--adn-text); background: #fbfcfe; font: inherit; font-size: 13px; outline: none; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--adn-blue); box-shadow: 0 0 0 3px rgba(20,107,255,.1); }.form-status { margin: 15px 0 0; color: #14804a; font-size: 12px; font-weight: 700; }
.locations { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.location-card { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; border: 1px solid var(--adn-line); border-radius: 12px; color: var(--adn-dark); background: white; font-size: 13px; font-weight: 800; }.location-card i { color: var(--adn-blue); }.location-card:hover { border-color: var(--adn-blue); }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; }.step { position: relative; }.step:not(:last-child):after { content: ''; position: absolute; top: 25px; left: 65px; width: calc(100% - 40px); border-top: 1px dashed #b9c9dc; }.step-num { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 20px; border-radius: 50%; color: white; background: var(--adn-blue); font-size: 13px; font-weight: 800; }.step h3 { font-size: 16px; }.step p { color: var(--adn-muted); font-size: 12px; }
.faq-list { max-width: 820px; margin: auto; }.faq-item { border-bottom: 1px solid var(--adn-line); }.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; padding: 21px 0; text-align: left; color: var(--adn-dark); background: none; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }.faq-question i { color: var(--adn-blue); transition: transform .2s; }.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--adn-muted); font-size: 13px; }.faq-answer p { padding-bottom: 20px; }.faq-item.open .faq-answer { max-height: 120px; }.faq-item.open .faq-question i { transform: rotate(45deg); }
.testimonial { max-width: 680px; margin: auto; text-align: center; }.testimonial blockquote { margin: 0 0 18px; color: var(--adn-dark); font-size: 26px; line-height: 1.25; font-weight: 700; letter-spacing: -.04em; }.testimonial cite { color: var(--adn-muted); font-size: 12px; font-style: normal; }
.final-cta { padding: 70px 0; color: white; background: var(--adn-blue); }.final-cta .cta-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.final-cta h2 { max-width: 620px; margin: 0; color: white; font-size: 42px; }.final-cta .btn { color: var(--adn-dark); background: white; }
.site-footer { padding: 70px 0 25px; color: #a4b4c7; background: var(--adn-dark); }.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 55px; }.site-footer .logo { color: white; }.site-footer .logo-copy small { color: #8294a9; }.footer-about p { max-width: 250px; margin-top: 20px; font-size: 13px; }.footer-about .footer-contact { margin-top: 15px; line-height: 1.7; }.footer-contact strong, .footer-address strong { color: white; }.footer-contact a:hover { color: var(--adn-cyan); }.footer-about .footer-address { max-width: 310px; margin-top: 15px; line-height: 1.55; }.site-footer h3 { color: white; font-size: 12px; }.footer-links { display: grid; gap: 9px; font-size: 12px; }.footer-links a:hover { color: white; }.footer-social { display: flex; gap: 10px; margin-top: 18px; }.footer-social a { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; font-size: 16px; transition: color .2s, background .2s, border-color .2s; }.footer-social a:hover { color: var(--adn-dark); border-color: var(--adn-cyan); background: var(--adn-cyan); }.copyright { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.page-hero { padding: 170px 0 80px; background: #f4f8ff; }.page-hero h1 { max-width: 850px; font-size: clamp(43px, 6vw, 70px); }.page-hero p { max-width: 660px; color: var(--adn-muted); font-size: 17px; }.prose { max-width: 780px; }.prose h2 { margin-top: 45px; font-size: 34px; }.prose p, .prose li { color: #53677d; font-size: 16px; }.simple-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
.mobile-bar { display: none; }
.desktop-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 24; display: inline-flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 999px; color: #fff; background: #25d366; box-shadow: 0 10px 24px rgba(37,211,102,.3); font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.desktop-whatsapp:hover { color: #fff; background: #1fbd5b; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(37,211,102,.38); }
@media (max-width: 980px) { .nav-links { gap: 14px; }.nav-actions .btn-ghost { display: none; }.brand-logo { max-width: 470px; height: 72px; }.hero-grid, .split, .coverage-wrap { grid-template-columns: 1fr; }.network-art { min-height: 390px; }.stats-grid, .plans-grid { grid-template-columns: repeat(2,1fr); }.card-grid { grid-template-columns: repeat(2,1fr); }.dark-panel { padding: 45px; }.footer-grid { grid-template-columns: repeat(2,1fr); }.trust-grid { grid-template-columns: repeat(2,1fr); }.trust-item:nth-child(2) { border-right: 0; }.trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--adn-line); } }
@media (max-width: 700px) { .container { width: min(100% - 30px, 560px); }.navbar { min-height: 64px; height: auto; }.site-header .logo { height: 64px; }.brand-logo { max-width: 260px; height: 200px; } .logo { max-width: 260px; } .menu-toggle { display: block; }.nav-links { display: none; position: absolute; top: 64px; left: 15px; right: 15px; padding: 15px; border: 1px solid var(--adn-line); border-radius: 14px; background: white; box-shadow: var(--shadow-lg); }.nav-links.open { display: grid; gap: 0; }.nav-links a { padding: 13px 10px; border-bottom: 1px solid var(--adn-line); }.nav-actions .btn-primary { display: none; }.hero { min-height: auto; padding: 135px 0 65px; }.hero h1 { font-size: 48px; }.hero h2 { font-size: 26px; }.network-art { min-height: 330px; border-radius: 24px; }.section { padding: 75px 0; }.stats-grid, .plans-grid, .card-grid, .simple-grid { grid-template-columns: 1fr; }.trust-grid { grid-template-columns: 1fr; }.trust-item { border-right: 0; border-bottom: 1px solid var(--adn-line); }.trust-item:last-child { border-bottom: 0; }.check-list { grid-template-columns: 1fr; }.dark-panel { padding: 35px 25px; border-radius: 20px; }.locations { grid-template-columns: 1fr 1fr; }.timeline { grid-template-columns: 1fr 1fr; }.step:not(:last-child):after { display: none; }.form-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }.final-cta .cta-row { align-items: flex-start; flex-direction: column; }.final-cta h2 { font-size: 34px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 15px; }.footer-about { grid-column: 1/-1; }.mobile-bar { position: fixed; z-index: 25; display: grid; grid-template-columns: 1fr 1fr 1.5fr; right: 0; bottom: 0; left: 0; padding: 8px; gap: 6px; background: white; box-shadow: 0 -5px 20px rgba(7,20,38,.12); }.mobile-bar a { display: grid; place-items: center; padding: 8px 4px; border-radius: 7px; color: var(--adn-dark); font-size: 10px; font-weight: 800; }.mobile-bar a:last-child { color: white; background: var(--adn-blue); }.mobile-bar i { display: block; margin-bottom: 2px; font-size: 16px; } }

/* Violet night visual system */
:root {
  --adn-dark: #08030f;
  --adn-blue: #a642ff;
  --adn-cyan: #e9b6ff;
  --adn-white: #ffffff;
  --adn-light: #11081b;
  --adn-text: #f8f1ff;
  --adn-muted: #b5a8c2;
  --adn-line: rgba(221, 184, 255, .2);
  --adn-lime: #f0c8ff;
  --shadow-sm: 0 12px 36px rgba(109, 24, 179, .18);
  --shadow-lg: 0 24px 80px rgba(66, 10, 117, .3);
  --radius: 4px;
}
body { font-family: 'Space Grotesk', 'Manrope', sans-serif; color: var(--adn-text); background: #050207; }
.site-header.scrolled { background: rgba(5,2,7,.86); box-shadow: 0 1px 0 var(--adn-line); }
.logo { color: var(--adn-white); }
.logo-mark { border-radius: 50%; background: linear-gradient(135deg, #e8b2ff, #7620c7); box-shadow: 0 0 25px rgba(166,66,255,.55); }
.nav-links { color: #c9bed2; }
.nav-links a { position: relative; }
.nav-links a.active { color: #ffffff; }
.nav-links a.active:after { content: ''; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: #c24cff; box-shadow: 0 0 12px #c24cff; }
.page-marker { margin-left: auto; color: #d386ff; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.btn-primary { background: linear-gradient(100deg, #7220ca, #c24cff); box-shadow: 0 10px 28px rgba(166,66,255,.3); }
.btn-primary:hover { background: #c24cff; }
.btn-dark { background: #160b20; border: 1px solid var(--adn-line); }
.menu-toggle { color: var(--adn-white); }
.hero { background: radial-gradient(ellipse at 92% 32%, rgba(91,25,157,.42), transparent 32%), #050207; }
.hero:before { opacity: .55; background: repeating-radial-gradient(ellipse at 12% 45%, transparent 0 44px, rgba(166,66,255,.15) 45px 47px, transparent 48px 74px); transform: rotate(-14deg) scale(1.25); }
.eyebrow { color: #d386ff; }
.eyebrow:before { background: #be54ff; box-shadow: 0 0 10px #be54ff; }
h1, h2 { color: var(--adn-white); }
.hero h2 { color: #e4d9ec; }
.hero-copy { color: #b5a8c2; }
.network-art { background: #0b0314; }
.trust-bar { background: #09040d; }
.section-soft { background: #0c0612; }
.section-intro p, .section-dark .section-intro p { color: var(--adn-muted); }
.stat-card, .feature-card, .plan-card, .use-card { background: rgba(13,6,21,.8); }
.plan-speed { color: var(--adn-white); }
.plan-price { color: #d386ff; }
.feature-card i { background: rgba(166,66,255,.15); }
.split-visual { background: linear-gradient(145deg, #10051b, #6d1cb2); }
.dark-panel { background: linear-gradient(115deg, #08030f, #241039); }
.page-hero { background: radial-gradient(ellipse at 90% 15%, rgba(91,25,157,.38), transparent 38%), #050207; }
.page-hero p, .prose p, .prose li { color: var(--adn-muted); }
.coverage-form { background: #0d0615; }
.field label { color: #d9cce2; }
.field input, .field select, .field textarea { color: var(--adn-text); background: #11091a; border-color: var(--adn-line); }
.location-card { color: var(--adn-white); background: #0d0615; }
.plan-card h3, .faq-question, .testimonial blockquote, .step h3 { color: var(--adn-white); }
.check-list { color: #d9cce2; }
.nav-links { background: transparent; }
.site-footer { background: #030106; }
.mobile-bar { background: #0d0615; }
.mobile-bar a { color: var(--adn-white); }
@keyframes reveal-fallback { to { opacity: 1; transform: none; } }
.reveal { animation: reveal-fallback .9s ease forwards; }
.nav-links a { display: inline-flex; align-items: center; gap: 6px; }
.nav-links a i { color: #c56dff; font-size: 13px; }
.menu-toggle { position: relative; z-index: 3; flex: 0 0 auto; padding: 8px; border: 1px solid var(--adn-line); border-radius: 4px; }
.theme-toggle { display: inline-grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid var(--adn-line); border-radius: 50%; color: var(--adn-white); background: transparent; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.theme-toggle:hover { color: var(--adn-dark); background: var(--adn-cyan); }

html[data-theme='light'] body { color: #172033; background: #f7f9fc; }
html[data-theme='light'] { --adn-muted: #475467; }
html[data-theme='light'] .site-header.scrolled { background: rgba(255,255,255,.9); box-shadow: 0 1px 0 #dce3ee; }
html[data-theme='light'] .logo { color: #172033; }
html[data-theme='light'] .nav-links { color: #475467; }
html[data-theme='light'] .nav-links a.active { color: #146bff; }
html[data-theme='light'] .nav-links a.active:after { background: #146bff; box-shadow: none; }
html[data-theme='light'] .theme-toggle { color: #172033; background: #eef3fa; }
html[data-theme='light'] .theme-toggle:hover { color: #172033; background: #dce8f7; }
html[data-theme='light'] .menu-toggle { color: #172033; }
html[data-theme='light'] .hero, html[data-theme='light'] .page-hero { background: #eef5ff; }
html[data-theme='light'] h1, html[data-theme='light'] h2, html[data-theme='light'] .plan-speed,
html[data-theme='light'] .plan-card h3, html[data-theme='light'] .faq-question,
html[data-theme='light'] .testimonial blockquote, html[data-theme='light'] .step h3 { color: #172033; }
html[data-theme='light'] .hero h2 { color: #31506e; }
html[data-theme='light'] .hero-copy, html[data-theme='light'] .page-hero p,
html[data-theme='light'] .prose p, html[data-theme='light'] .prose li { color: #53677d; }
html[data-theme='light'] .trust-line, html[data-theme='light'] .trust-item span,
html[data-theme='light'] .stat-card span, html[data-theme='light'] .stat-card small,
html[data-theme='light'] .plan-speed span, html[data-theme='light'] .step p,
html[data-theme='light'] .faq-answer, html[data-theme='light'] .testimonial cite,
html[data-theme='light'] .feature-card p, html[data-theme='light'] .use-card p { color: #475467; }
html[data-theme='light'] .check-list { color: #475467; }
html[data-theme='light'] .trust-bar, html[data-theme='light'] .section-soft { background: #f7f9fc; }
html[data-theme='light'] .stat-card, html[data-theme='light'] .feature-card,
html[data-theme='light'] .plan-card, html[data-theme='light'] .use-card,
html[data-theme='light'] .coverage-form, html[data-theme='light'] .location-card { color: #172033; background: #ffffff; }
html[data-theme='light'] .field label { color: #344054; }
html[data-theme='light'] .field input, html[data-theme='light'] .field select,
html[data-theme='light'] .field textarea { color: #172033; background: #fbfcfe; border-color: #dce3ee; }
html[data-theme='light'] .location-card { color: #172033; }
html[data-theme='light'] .dark-panel { background: linear-gradient(115deg, #10284a, #2369c9); }
html[data-theme='light'] .site-footer { color: #667085; background: #e9eef6; }
html[data-theme='light'] .site-footer .logo, html[data-theme='light'] .site-footer h3 { color: #172033; }
html[data-theme='light'] .site-footer .logo-copy small,
html[data-theme='light'] .site-footer .footer-about p,
html[data-theme='light'] .site-footer .footer-links,
html[data-theme='light'] .site-footer .copyright { color: #475467; }
html[data-theme='light'] .footer-contact strong { color: #172033; }
html[data-theme='light'] .footer-contact a { color: #475467; }
html[data-theme='light'] .footer-contact a:hover { color: #146bff; }
html[data-theme='light'] .site-footer .footer-links a:hover { color: #146bff; }
html[data-theme='light'] .footer-address strong { color: #172033; }
html[data-theme='light'] .footer-social a { color: #172033; border-color: #c7d2e2; }
html[data-theme='light'] .footer-social a:hover { color: #fff; border-color: #146bff; background: #146bff; }
html[data-theme='light'] .nav-links.open { background: #ffffff; }

@media (max-width: 700px) {
  .theme-toggle { width: 36px; height: 36px; }
}

@media (max-width: 980px) {
  .navbar { gap: 14px; }
  .nav-links { gap: 12px; }
  .nav-links a { font-size: 12px; }
  .nav-links a i { display: none; }
  .container { width: min(100% - 32px, 900px); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, 560px); }
  .navbar { min-height: 64px; height: auto; padding: 6px 0; }
  .logo-copy small { font-size: 6px; }
  .nav-actions { margin-left: auto; }
  .nav-actions .btn-primary, .nav-actions .btn-ghost { display: none; }
  .navbar > .btn-primary { display: none; }
  .page-marker { display: none; }
  .nav-links { position: absolute; top: 64px; right: 15px; left: 15px; display: none; gap: 0; padding: 8px; border: 1px solid var(--adn-line); border-radius: 8px; background: rgba(13,6,21,.98); box-shadow: var(--shadow-lg); }
  .nav-links.open { display: grid; }
  .nav-links a { min-height: 44px; padding: 10px 12px; border-bottom: 1px solid rgba(221,184,255,.1); font-size: 13px; }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a i { display: inline-block; width: 18px; color: #c56dff; }
  .nav-links a.active:after { right: 8px; bottom: 8px; left: auto; width: 3px; height: 28px; }
  .menu-toggle { display: grid; place-items: center; color: var(--adn-white); background: #160b20; }
  .page-hero { padding: 130px 0 60px; }
  .page-hero h1 { font-size: clamp(38px, 11vw, 58px); }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-copy { font-size: 15px; }
  .hero-actions, .final-cta .cta-row { align-items: stretch; }
  .hero-actions .btn, .final-cta .btn { width: 100%; }
  .section { padding: 72px 0; }
  .split-visual { min-height: 300px; }
  .locations { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .mobile-bar { display: grid; }
  .desktop-whatsapp { display: none; }
}

@media (max-width: 700px) {
  .site-header .logo { max-width: min(62vw, 260px); }
  .site-header .brand-logo { max-width: 100%; }
  .nav-actions { gap: 8px; }
  .nav-links { max-height: calc(100vh - 80px); overflow-y: auto; }
  .footer-about .brand-logo-footer { max-width: 100%; }
  .footer-about .footer-address { max-width: none; overflow-wrap: anywhere; }
  .footer-contact a { display: inline-block; }
  .mobile-bar a { min-width: 0; overflow-wrap: anywhere; }
  html[data-theme='light'] .nav-links { background: #ffffff; }
  html[data-theme='light'] .nav-links a { color: #475467; border-bottom-color: #dce3ee; }
  html[data-theme='light'] .nav-links a.active { color: #146bff; }
  html[data-theme='light'] .menu-toggle { color: #172033; background: #eef3fa; }
  html[data-theme='light'] .mobile-bar { background: #ffffff; }
  html[data-theme='light'] .mobile-bar a { color: #172033; }
  html[data-theme='light'] .mobile-bar a:last-child { color: #ffffff; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 24px); }
  .site-header .logo { max-width: 55vw; }
  .theme-toggle { width: 34px; height: 34px; }
  .menu-toggle { padding: 6px; font-size: 22px; }
  .page-hero { padding-top: 120px; }
  .page-hero h1, .hero h1 { overflow-wrap: anywhere; }
  .form-grid { gap: 10px; }
  .coverage-form { padding: 20px 16px; }
  .footer-grid { gap: 26px 12px; }
  .mobile-bar { grid-template-columns: 1fr 1fr 1.35fr; }
  .mobile-bar a { font-size: 9px; }
}
