:root{
  --bg:#f6f7fb;--surface:#ffffff;--surface-soft:#eef1f7;--ink:#101828;--muted:#667085;--line:#d9deea;
  --brand:#1b4fd8;--brand-dark:#123a9f;--brand-soft:#e9efff;--shadow:0 22px 70px rgba(16,24,40,.10);
  --radius-xl:30px;--radius-lg:22px;--gold:#f6c453;--success:#168a5a;
}
html[data-theme="dark"], body[data-theme="dark"], body.dark{
  --bg:#07111f;--surface:#0d1b2d;--surface-soft:#12233a;--ink:#f8fbff;--muted:#b8c4d6;--line:rgba(255,255,255,.12);
  --brand:#78a6ff;--brand-dark:#a9c5ff;--brand-soft:rgba(120,166,255,.14);--shadow:0 22px 70px rgba(0,0,0,.35);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(27,79,216,.10),transparent 32%),linear-gradient(180deg,var(--bg),var(--surface-soft));line-height:1.6}a{color:inherit}.container{width:min(1180px,calc(100% - 34px));margin:0 auto}.topbar{position:sticky;top:0;z-index:80;backdrop-filter:blur(18px);background:color-mix(in srgb,var(--surface) 86%,transparent);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand-logo{width:210px;max-width:42vw;height:auto;display:block}.nav-links{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}.nav-links a,.dropbtn,.theme-toggle,.mobile-toggle{border:1px solid var(--line);border-radius:999px;padding:10px 14px;text-decoration:none;color:var(--muted);background:color-mix(in srgb,var(--surface) 80%,transparent);font-weight:800;font-size:13px;font-family:inherit;cursor:pointer}.nav-links a:hover,.dropbtn:hover,.theme-toggle:hover,.mobile-toggle:hover{color:var(--brand-dark);border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:var(--brand-soft)}.nav-links .cta,.cta{min-height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 20px;text-decoration:none;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-dark));border:1px solid transparent;box-shadow:0 14px 35px rgba(27,79,216,.25);cursor:pointer;font-family:inherit}.cta.ghost{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:none}.cta.gold{background:linear-gradient(135deg,#ffe29a,var(--gold));color:#1b1300}.drop{position:relative}.drop:after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}.dropmenu{position:absolute;right:0;top:100%;display:none;min-width:250px;padding:10px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow);z-index:300}.drop:hover .dropmenu,.drop:focus-within .dropmenu,.drop.open .dropmenu{display:block}.dropmenu a{display:block;margin:5px 0}.mobile-toggle{display:none}.mobile-panel{display:none;padding-bottom:14px}.mobile-panel.open{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mobile-panel a{border:1px solid var(--line);border-radius:16px;padding:12px;text-decoration:none;background:var(--surface);font-weight:800}.hero{padding:82px 0 44px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;border:1px solid var(--line);background:var(--brand-soft);color:var(--brand-dark);padding:9px 14px;border-radius:999px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}h1{margin:20px 0 18px;max-width:1000px;font-size:clamp(42px,7vw,82px);letter-spacing:-.055em;line-height:.98}h1 span{color:var(--brand-dark)}.lead{max-width:860px;margin:0 0 28px;color:var(--muted);font-size:clamp(18px,2vw,22px)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.micro-note{font-size:13px;color:var(--muted);font-weight:700;margin-top:14px}.hero-card,.card,.wizard,.proof-card,.cta-band{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.hero-card{padding:18px}.hero-card img{width:100%;display:block;border-radius:22px}.hero-card strong{display:block;font-size:28px;color:var(--brand-dark)}.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:28px}.trust-strip div{padding:16px;border-radius:18px;background:var(--surface);border:1px solid var(--line);font-weight:900;text-align:center;color:var(--brand-dark);box-shadow:0 10px 28px rgba(16,24,40,.06)}.section{padding:70px 0}.section.compact{padding:42px 0}.section-head{display:grid;grid-template-columns:1fr .85fr;gap:28px;align-items:end;margin-bottom:26px}.section-head h2,h2{font-size:clamp(32px,4.5vw,56px);line-height:1;letter-spacing:-.05em;margin:10px 0 0}.section-head p,p{color:var(--muted)}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{padding:24px}.card h3{font-size:22px;margin:0 0 10px}.small{font-size:13px;color:var(--muted);font-weight:800}.price-card{position:relative;display:flex;flex-direction:column;min-height:100%}.price-card.featured{border-color:color-mix(in srgb,var(--brand) 48%,var(--line));transform:translateY(-8px);background:radial-gradient(circle at top right,var(--brand-soft),transparent 38%),var(--surface)}.badge{position:absolute;right:18px;top:18px;background:linear-gradient(135deg,#ffe29a,var(--gold));color:#1b1300;border-radius:999px;padding:7px 10px;font-weight:1000;font-size:12px}.price{font-size:42px;font-weight:1000;letter-spacing:-.04em;color:var(--ink);margin:8px 0}.price-card .cta{margin-top:auto;width:100%}.compare-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.compare-table{width:100%;border-collapse:collapse;min-width:830px}.compare-table th,.compare-table td{padding:18px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}.compare-table th{background:var(--brand-soft);color:var(--brand-dark);font-size:12px;text-transform:uppercase;letter-spacing:.11em}.compare-table td:first-child{font-weight:1000;color:var(--ink)}.pill{display:inline-flex;padding:6px 10px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:900;color:var(--brand-dark);background:var(--brand-soft)}.icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));display:grid;place-items:center;color:#fff;font-weight:1000;margin-bottom:14px}.process{display:grid;gap:14px}.process-item{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.num{width:48px;height:48px;border-radius:16px;background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 35%,var(--line));display:grid;place-items:center;font-weight:1000;color:var(--brand-dark)}.proof-card{overflow:hidden}.proof-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--line)}.proof-card .card-body{padding:20px}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:16px;box-shadow:0 10px 28px rgba(16,24,40,.05)}.faq summary{font-weight:1000;cursor:pointer;color:var(--ink)}.faq p{margin-bottom:0}.cta-band{padding:28px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:radial-gradient(circle at top left,var(--brand-soft),transparent 40%),var(--surface)}.footer{padding:54px 0;border-top:1px solid var(--line);background:#07111f;color:#cfe0f3}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:26px}.footer h3{color:#fff;margin:0 0 10px}.footer a{display:block;color:#b8c4d6;margin:8px 0}.sticky-mobile-cta{position:fixed;left:12px;right:12px;bottom:12px;z-index:90;display:none;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px;border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.sticky-mobile-cta a{min-height:44px;padding:0 8px;font-size:12px}.floating-review{position:fixed;right:18px;bottom:18px;z-index:89}.contact-form{display:grid;gap:12px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:48px;border-radius:16px;border:1px solid var(--line);padding:12px 14px;background:var(--surface);color:var(--ink);font:inherit}.contact-form textarea{min-height:130px}.contact-form ::placeholder{color:color-mix(in srgb,var(--muted) 75%,transparent)}
.advisor-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:22px}.advisor-modal.open{display:flex}.advisor-backdrop{position:absolute;inset:0;background:rgba(7,17,31,.62);backdrop-filter:blur(8px)}.advisor-panel{position:relative;width:min(960px,100%);max-height:min(88vh,900px);overflow:auto;background:linear-gradient(180deg,var(--surface),var(--surface-soft));border:1px solid var(--line);border-radius:30px;box-shadow:0 34px 120px rgba(7,17,31,.38);padding:28px}.advisor-close{position:absolute;right:18px;top:18px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:9px 13px;font-weight:900;cursor:pointer}.advisor-intro{padding-right:80px}.advisor-intro p{max-width:760px}.wizard{padding:24px;margin-top:18px;box-shadow:none}.wizard-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:22px}.wizard-steps{display:grid;gap:10px}.wizard-step{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft);font-weight:900;color:var(--muted)}.wizard-step.active{color:var(--brand-dark);border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:var(--brand-soft)}.question{display:none}.question.active{display:block}.options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.option{padding:16px;border-radius:18px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-weight:900;text-align:left;cursor:pointer;font:inherit}.option:hover,.option.selected{border-color:color-mix(in srgb,var(--brand) 50%,var(--line));background:var(--brand-soft);color:var(--brand-dark)}.industry-select-wrap{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-top:18px}.industry-select{width:100%;min-height:56px;border-radius:18px;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:0 16px;font:inherit;font-weight:900;box-shadow:0 10px 26px rgba(16,24,40,.05)}.industry-select:focus{outline:3px solid color-mix(in srgb,var(--brand) 22%,transparent);border-color:color-mix(in srgb,var(--brand) 60%,var(--line))}.industry-select-error{border-color:#c0342b!important;outline:3px solid rgba(192,52,43,.18)}.industry-next{min-height:56px;white-space:nowrap}
.wizard-result{display:none;margin-top:20px;padding:20px;border-radius:22px;border:1px solid color-mix(in srgb,var(--success) 40%,var(--line));background:color-mix(in srgb,var(--success) 10%,var(--surface))}.wizard-result.show{display:block}.wizard-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1040px){.nav-links{display:none}.mobile-toggle{display:inline-flex}.hero-grid,.section-head,.wizard-grid,.grid-4,.footer-grid{grid-template-columns:1fr}.trust-strip{grid-template-columns:repeat(2,1fr)}.price-card.featured{transform:none}.floating-review{display:none}.sticky-mobile-cta{display:grid}.footer{padding-bottom:100px}.advisor-panel{padding:22px}.advisor-intro{padding-right:64px}}
@media(max-width:760px){.industry-select-wrap{grid-template-columns:1fr}.industry-next{width:100%}.hero{padding:54px 0 26px}.grid-2,.grid-3,.options{grid-template-columns:1fr}.brand-logo{width:170px}.cta-band{grid-template-columns:1fr}.hero-actions .cta,.hero-actions .btn{width:100%}.trust-strip{grid-template-columns:1fr}.section{padding:50px 0}.card,.wizard,.cta-band{padding:20px}h1,.hero h1{font-size:clamp(40px,13vw,58px)}.mobile-panel.open{grid-template-columns:1fr}.advisor-modal{padding:12px}.advisor-close{position:static;margin-left:auto;display:block}.advisor-intro{padding-right:0}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* Homepage comparison image enlargement */
.home-hero .hero-grid{grid-template-columns:.78fr 1.22fr;gap:44px;max-width:1360px;}
.home-comparison-hero-card{padding:10px;border-radius:34px;transform:translateX(18px);}
.home-comparison-hero-card img{width:100%;max-width:none;border-radius:28px;}
.home-comparison-hero-card .grid{margin-top:12px !important;}
.home-comparison-hero-card strong{font-size:34px;}
@media(max-width:1200px){.home-hero .hero-grid{grid-template-columns:.9fr 1.1fr;gap:28px}.home-comparison-hero-card{transform:none}}
@media(max-width:1040px){.home-hero .hero-grid{grid-template-columns:1fr}.home-comparison-hero-card{transform:none;max-width:900px;margin:0 auto}.home-comparison-hero-card strong{font-size:30px}}
@media(max-width:760px){.home-comparison-hero-card{padding:8px;border-radius:26px}.home-comparison-hero-card img{border-radius:20px}}

/* Index comparison image full-size production correction */
.home-hero {
  padding-top: 56px;
}
.home-hero > .container {
  width: min(1660px, calc(100% - 20px));
}
.home-hero .hero-grid {
  grid-template-columns: minmax(360px, .68fr) minmax(720px, 1.72fr);
  gap: 34px;
  align-items: center;
  max-width: none;
}
.home-comparison-hero-card {
  padding: 8px;
  border-radius: 30px;
  transform: none;
}
.home-comparison-hero-card img {
  width: 100%;
  max-width: none;
  border-radius: 24px;
}
.home-comparison-hero-card .grid {
  display: none;
}
@media (max-width: 1280px) {
  .home-hero > .container {
    width: min(1240px, calc(100% - 18px));
  }
  .home-hero .hero-grid {
    grid-template-columns: .8fr 1.2fr;
    gap: 24px;
  }
}
@media (max-width: 1040px) {
  .home-hero {
    padding-top: 24px;
  }
  .home-hero > .container {
    width: calc(100% - 8px);
  }
  .home-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-comparison-hero-card {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 4px;
    border-radius: 20px;
    order: -1;
  }
  .home-comparison-hero-card img {
    border-radius: 16px;
  }
}
@media (max-width: 640px) {
  .home-hero > .container {
    width: calc(100% - 4px);
  }
  .home-comparison-hero-card {
    padding: 3px;
    border-radius: 16px;
  }
  .home-comparison-hero-card img {
    border-radius: 12px;
  }
}


/* Production dark-mode readability correction - fixes light inline page sections/cards that became unreadable in dark mode. */
html.dark,
body.dark,
body[data-theme="dark"] {
  background:#07111f !important;
  color:#f8fbff !important;
}
body.dark main,
body[data-theme="dark"] main {
  background:radial-gradient(circle at 18% 8%, rgba(120,166,255,.12), transparent 34%), linear-gradient(180deg,#07111f 0%,#0b1424 45%,#07111f 100%) !important;
  color:#f8fbff !important;
}
body.dark .section,
body.dark .hero,
body.dark section[style*="background"],
body.dark .section[style*="background"],
body[data-theme="dark"] .section,
body[data-theme="dark"] .hero,
body[data-theme="dark"] section[style*="background"],
body[data-theme="dark"] .section[style*="background"] {
  background:linear-gradient(180deg,#07111f 0%,#0b1424 100%) !important;
  color:#f8fbff !important;
}
body.dark .section:nth-of-type(even),
body[data-theme="dark"] .section:nth-of-type(even) {
  background:linear-gradient(180deg,#0b1424 0%,#0f1d31 100%) !important;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .section-head h2,
body.dark .hero h1,
body.dark .hero h1 span,
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] h4,
body[data-theme="dark"] h5,
body[data-theme="dark"] h6,
body[data-theme="dark"] .section-head h2,
body[data-theme="dark"] .hero h1,
body[data-theme="dark"] .hero h1 span {
  color:#f8fbff !important;
}
body.dark p,
body.dark li,
body.dark .lead,
body.dark .small,
body.dark .section-head p,
body.dark .micro-note,
body[data-theme="dark"] p,
body[data-theme="dark"] li,
body[data-theme="dark"] .lead,
body[data-theme="dark"] .small,
body[data-theme="dark"] .section-head p,
body[data-theme="dark"] .micro-note {
  color:#cbd7ea !important;
}
body.dark .card,
body.dark .hero-card,
body.dark .price-card,
body.dark .proof-card,
body.dark .cta-band,
body.dark .wizard,
body.dark .compare-table-wrap,
body.dark .faq details,
body.dark .honor-card,
body.dark .eligibility-item,
body.dark .process-step,
body.dark .faq-mini details,
body.dark .team-member-card,
body.dark .team-contact-embed,
body[data-theme="dark"] .card,
body[data-theme="dark"] .hero-card,
body[data-theme="dark"] .price-card,
body[data-theme="dark"] .proof-card,
body[data-theme="dark"] .cta-band,
body[data-theme="dark"] .wizard,
body[data-theme="dark"] .compare-table-wrap,
body[data-theme="dark"] .faq details,
body[data-theme="dark"] .honor-card,
body[data-theme="dark"] .eligibility-item,
body[data-theme="dark"] .process-step,
body[data-theme="dark"] .faq-mini details,
body[data-theme="dark"] .team-member-card,
body[data-theme="dark"] .team-contact-embed {
  background:#0d1b2d !important;
  border-color:rgba(255,255,255,.14) !important;
  color:#f8fbff !important;
  box-shadow:0 22px 70px rgba(0,0,0,.38) !important;
}
body.dark .eyebrow,
body.dark .pill,
body.dark .micro-badge,
body.dark .num,
body.dark .team-role,
body[data-theme="dark"] .eyebrow,
body[data-theme="dark"] .pill,
body[data-theme="dark"] .micro-badge,
body[data-theme="dark"] .num,
body[data-theme="dark"] .team-role {
  background:rgba(120,166,255,.18) !important;
  border-color:rgba(120,166,255,.38) !important;
  color:#d7e5ff !important;
}
body.dark .topbar,
body[data-theme="dark"] .topbar {
  background:rgba(13,27,45,.94) !important;
  border-bottom-color:rgba(255,255,255,.14) !important;
}
body.dark .nav-links a,
body.dark .dropbtn,
body.dark .theme-toggle,
body.dark .mobile-toggle,
body.dark .mobile-panel a,
body[data-theme="dark"] .nav-links a,
body[data-theme="dark"] .dropbtn,
body[data-theme="dark"] .theme-toggle,
body[data-theme="dark"] .mobile-toggle,
body[data-theme="dark"] .mobile-panel a {
  background:#0d1b2d !important;
  border-color:rgba(255,255,255,.16) !important;
  color:#d7e0ee !important;
}
body.dark .nav-links a:hover,
body.dark .dropbtn:hover,
body.dark .theme-toggle:hover,
body.dark .mobile-toggle:hover,
body.dark .mobile-panel a:hover,
body[data-theme="dark"] .nav-links a:hover,
body[data-theme="dark"] .dropbtn:hover,
body[data-theme="dark"] .theme-toggle:hover,
body[data-theme="dark"] .mobile-toggle:hover,
body[data-theme="dark"] .mobile-panel a:hover {
  background:rgba(120,166,255,.18) !important;
  color:#ffffff !important;
}
body.dark .cta.ghost,
body[data-theme="dark"] .cta.ghost {
  background:#12233a !important;
  color:#ffffff !important;
  border-color:rgba(255,255,255,.18) !important;
}
body.dark .dropmenu,
body[data-theme="dark"] .dropmenu {
  background:#0d1b2d !important;
  border-color:rgba(255,255,255,.16) !important;
}
body.dark .compare-table th,
body[data-theme="dark"] .compare-table th {
  background:#12233a !important;
  color:#d7e5ff !important;
}
body.dark .compare-table td,
body[data-theme="dark"] .compare-table td {
  color:#d7e0ee !important;
  border-color:rgba(255,255,255,.12) !important;
}
body.dark input,
body.dark select,
body.dark textarea,
body[data-theme="dark"] input,
body[data-theme="dark"] select,
body[data-theme="dark"] textarea {
  background:#07111f !important;
  color:#f8fbff !important;
  border-color:rgba(255,255,255,.18) !important;
}
body.dark input::placeholder,
body.dark textarea::placeholder,
body[data-theme="dark"] input::placeholder,
body[data-theme="dark"] textarea::placeholder {
  color:#9fb0c7 !important;
}
/* Override any page-specific white/light inline text that becomes invisible on a dark background. */
body.dark [style*="color:#ffffff"],
body.dark [style*="color: #ffffff"],
body.dark [style*="color:white"],
body.dark [style*="color: white"],
body[data-theme="dark"] [style*="color:#ffffff"],
body[data-theme="dark"] [style*="color: #ffffff"],
body[data-theme="dark"] [style*="color:white"],
body[data-theme="dark"] [style*="color: white"] {
  color:#f8fbff !important;
}


/* Production default dark mode guard. Keeps every page dark on first paint and fixes inherited light sections. */
html[data-theme="dark"],
body[data-theme="dark"],
body.dark {
  color-scheme: dark;
  background: #07111f !important;
}
body[data-theme="dark"] {
  color: #f8fbff !important;
  background: radial-gradient(circle at top left, rgba(120,166,255,.16), transparent 32%), linear-gradient(180deg,#07111f,#0b1728) !important;
}
body[data-theme="dark"] main,
body[data-theme="dark"] section,
body[data-theme="dark"] .section,
body[data-theme="dark"] .hero {
  background-color: transparent;
}
body[data-theme="dark"] .card,
body[data-theme="dark"] .hero-card,
body[data-theme="dark"] .price-card,
body[data-theme="dark"] .cta-band,
body[data-theme="dark"] .compare-table-wrap,
body[data-theme="dark"] .faq details,
body[data-theme="dark"] .advisor-panel,
body[data-theme="dark"] .wizard,
body[data-theme="dark"] .team-member-card,
body[data-theme="dark"] .team-contact-embed {
  background: #0d1b2d !important;
  color: #f8fbff !important;
  border-color: rgba(255,255,255,.14) !important;
}
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] h4,
body[data-theme="dark"] h5,
body[data-theme="dark"] h6,
body[data-theme="dark"] summary,
body[data-theme="dark"] strong {
  color: #f8fbff !important;
}
body[data-theme="dark"] p,
body[data-theme="dark"] li,
body[data-theme="dark"] .lead,
body[data-theme="dark"] .small,
body[data-theme="dark"] .micro-note,
body[data-theme="dark"] .section-head p {
  color: #c8d5e6 !important;
}
body[data-theme="dark"] .topbar,
body[data-theme="dark"] .dropmenu,
body[data-theme="dark"] .mobile-panel a {
  background: rgba(7,17,31,.96) !important;
  color: #f8fbff !important;
  border-color: rgba(255,255,255,.14) !important;
}
body[data-theme="dark"] .nav-links a,
body[data-theme="dark"] .dropbtn,
body[data-theme="dark"] .theme-toggle,
body[data-theme="dark"] .mobile-toggle {
  background: rgba(13,27,45,.92) !important;
  color: #dbe7f7 !important;
  border-color: rgba(255,255,255,.14) !important;
}
body[data-theme="dark"] input,
body[data-theme="dark"] select,
body[data-theme="dark"] textarea {
  background: #07111f !important;
  color: #f8fbff !important;
  border-color: rgba(255,255,255,.18) !important;
}

body[data-theme="dark"] .executive-proof-panel,
body[data-theme="dark"] .executive-package-card,
body[data-theme="dark"] .executive-slim-section,
body[data-theme="dark"] .executive-proof-strip,
body[data-theme="dark"] .hero-value-stack .value-tile {
  background: #0d1b2d !important;
  color: #f8fbff !important;
  border-color: rgba(255,255,255,.14) !important;
}
body[data-theme="dark"] .executive-proof-panel *:not(.cta):not(.badge),
body[data-theme="dark"] .executive-package-card *:not(.cta):not(.badge) {
  color: inherit;
}
