 :root { --bg: #031A33; --bg-2: #0A2E57; --surface: #0F3C72; --surface-2: #14518F; --line: #1D5FA3; --line-strong: #2E77BF; --ink: #EAF4FF; --ink-soft: #CBE3FA; --ink-muted: #9CC3E9; --ink-faint: #6E9CCB; --amber: #F4D21F; --orange: #0B5FA5; --orange-2: #084C8D; --lime: #F4D21F; --crimson: #B42318; --serif: 'Roboto', sans-serif; --sans: 'Roboto', sans-serif; --mono: 'Roboto', sans-serif; --max: 1280px; --gutter: clamp(20px, 4vw, 56px); --section-y: clamp(72px, 9vw, 128px); }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
body::before { animation: ambientShift 10s ease-in-out infinite alternate; content: ''; position: fixed; inset: 0; background-image: radial-gradient(ellipse 80% 50% at 20% 0%, rgba(11, 95, 165, 0.1), transparent 60%),
 radial-gradient(ellipse 60% 40% at 100% 20%, rgba(244, 210, 31, 0.14), transparent 60%); pointer-events: none; z-index: 0; }
body > * { position: relative; z-index: 1; }
.mono { font-family: var(--mono); font-weight: 500; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); }
.display { font-family: var(--serif); font-weight: 500; letter-spacing: -0.025em; line-height: 0.98; color: var(--ink); font-variation-settings: "SOFT" 30; }
.display em { font-style: italic; font-weight: 400; color: var(--amber); }
.h-display { font-size: clamp(44px, 7vw, 88px); }
.h2-display { font-size: clamp(34px, 5vw, 54px);  line-height: 1.18;}
.body-lede { font-size: clamp(17px, 1.6vw, 19px); line-height: 1.55; color: var(--ink-soft); font-weight: 400; max-width: 56ch; }


.nav { position: sticky; top: 0; z-index: 50; width: 100%; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid rgba(0,0,0,0.08); box-shadow: 0 6px 18px rgba(0,0,0,0.06); transition: border-color 0.2s, background 0.2s; }
.nav .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; overflow: hidden; }
.nav .logo { display: flex; align-items: center; height: 100%; max-width: 240px; overflow: hidden; }
.nav .logo-img { display: block; width: auto; height: 60px; max-width: 100%; object-fit: contain; }
.nav .nav-right { display: flex; align-items: center; gap: 24px; }
.nav .nav-phone { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; color: #5a6b7b; }
.nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 100px; background: #0a2e57; color: #ffffff; font-size: 13.5px; font-weight: 600; transition: all 0.25s ease; box-shadow: 0 4px 12px rgba(10,46,87,0.25); }
.nav .nav-cta:hover { background: #F4C430; color: #0a2e57; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(244,196,48,0.35); }
@media (max-width: 640px) {
.nav .nav-inner { height: 64px; }
.nav .logo { max-width: 140px; }
.nav .logo-img { height: 42px; }
.nav .nav-phone { display: none; }
.nav .nav-cta { padding: 9px 14px; font-size: 12px; }
}

.hero { position: relative; padding-top: clamp(60px, 8vw, 100px); padding-bottom: clamp(60px, 8vw, 100px); overflow: hidden; }
.hero::before { animation: gridFloat 14s linear infinite; content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(11, 95, 165, 0.06) 1px, transparent 1px),
 linear-gradient(90deg, rgba(11, 95, 165, 0.06) 1px, transparent 1px); background-size: 72px 72px; pointer-events: none; }
.hero-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-meta .pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 100px; background: var(--bg-2); font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); }
.hero-meta .pill .dot { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; animation: pulse 2.2s infinite; }
.hero-meta .pill.amber .dot { background: var(--amber); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(244, 210, 31, 0.55); }
70% { box-shadow: 0 0 0 8px rgba(244, 210, 31, 0); }
100% { box-shadow: 0 0 0 0 rgba(244, 210, 31, 0); }
 }
.hero-h1 { max-width: 18ch; margin-bottom: 24px; }
.hero-sub { max-width: 56ch; margin-bottom: 36px; font-size: clamp(17px, 1.65vw, 20px); color: var(--ink-soft); line-height: 1.5; }
.hero-bullets { display: flex; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.hero-bullets li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-soft); font-weight: 500; }
.hero-bullets .check { width: 20px; height: 20px; background: rgba(198, 244, 50, 0.12); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-bullets .check svg { width: 11px; height: 11px; }
.hero-cta-block { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.btn-cta { animation: ctaPulse 2.8s ease-in-out infinite; display: inline-flex; align-items: center; gap: 12px; background: var(--orange); color: #FFF; padding: 17px 30px; border-radius: 100px; font-size: 15.5px; font-weight: 600; letter-spacing: -0.005em; transition: transform 0.18s, background 0.18s, box-shadow 0.18s; box-shadow: 0 0 0 1px rgba(255, 107, 53, 0.4),
 0 18px 40px -12px rgba(255, 107, 53, 0.5); }
.btn-cta:hover { background: var(--orange-2); transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(255, 107, 53, 0.5), 0 24px 48px -12px rgba(255, 107, 53, 0.6); }
.btn-cta .arrow { transition: transform 0.18s; }
.btn-cta:hover .arrow { transform: translateX(4px); }
.cta-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); line-height: 1.5; }
.cta-tag strong { color: var(--ink); font-weight: 500; display: block; }
.hero-canvas { margin-top: 80px; position: relative; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; box-shadow: 0 50px 100px -30px rgba(0, 0, 0, 0.6), 0 20px 40px -20px rgba(0, 0, 0, 0.4); }
.hc-bar { height: 42px; background: var(--surface-2); border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 18px; gap: 14px; }
.hc-bar .dots { display: flex; gap: 6px; }
.hc-bar .dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); }
.hc-bar .crumb { font-family: var(--mono); font-size: 11px; color: var(--ink-muted); letter-spacing: 0.06em; }
.hc-bar .crumb strong { color: var(--ink-soft); }
.hc-body { display: grid; grid-template-columns: 220px 1fr; min-height: 380px; }
@media (max-width: 720px) { .hc-body { grid-template-columns: 1fr; min-height: 0; }
 }
.hc-side { background: var(--bg-2); border-right: 1px solid var(--line); padding: 20px 16px; }
@media (max-width: 720px) { .hc-side { display: none; }
 }
.hc-side-title { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--ink-faint); text-transform: uppercase; margin-bottom: 14px; }
.hc-side li { padding: 9px 12px; border-radius: 6px; font-size: 13px; color: var(--ink-soft); margin-bottom: 2px; display: flex; align-items: center; gap: 10px; }
.hc-side li.active { background: var(--surface-2); color: var(--ink); }
.hc-side li svg { width: 14px; height: 14px; opacity: 0.7; }
.hc-main { padding: 24px; }
.hc-main-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; }
.hc-main-title { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -0.015em; color: var(--ink); }
.hc-live { display: inline-flex; align-items: center; gap: 8px; background: rgba(198, 244, 50, 0.1); border: 1px solid rgba(198, 244, 50, 0.25); padding: 5px 10px; border-radius: 100px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--lime); text-transform: uppercase; }
.hc-live .dot { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; animation: pulse 2.2s infinite; }
.hc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
@media (max-width: 640px) { .hc-stats { grid-template-columns: repeat(2, 1fr); }
 }
.stat-cell { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 14px; }
.stat-cell .label { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.1em; color: var(--ink-muted); text-transform: uppercase; margin-bottom: 8px; }
.stat-cell .val { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.stat-cell .delta { font-family: var(--mono); font-size: 10px; margin-top: 6px; color: var(--lime); }
.stat-cell .delta.warn { color: var(--amber); }
.stat-cell .delta.alert { color: var(--orange); }
.hc-feed { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 16px; }
.hc-feed-title { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--ink-muted); text-transform: uppercase; margin-bottom: 12px; }
.feed-row { display: grid; grid-template-columns: 60px 1fr 100px 80px; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; align-items: center; }
@media (max-width: 540px) { .feed-row { grid-template-columns: 60px 1fr 80px; }
.feed-row .loc { display: none; }
 }
.feed-row:last-child { border-bottom: none; }
.feed-row .ts { font-family: var(--mono); font-size: 11px; color: var(--ink-faint); }
.feed-row .desc { color: var(--ink-soft); }
.feed-row .desc strong { color: var(--ink); font-weight: 500; }
.feed-row .loc { font-family: var(--mono); font-size: 11px; color: var(--amber); }
.feed-row .qty { font-family: var(--mono); font-size: 11px; color: var(--ink); text-align: right; font-weight: 500; }
.feed-row .qty.neg { color: var(--orange); }
.feed-row .qty.pos { color: var(--lime); }
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 36px 0; background: var(--bg-2); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 700px) { .trust-grid { grid-template-columns: 1fr; }
 }
.trust-item { display: flex; align-items: baseline; gap: 16px; }
.trust-num { font-family: var(--serif); font-size: 70px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--ink); font-variation-settings: "SOFT" 50; }
.trust-num em { color: var(--amber); font-style: normal; }
.trust-lbl { font-family: var(--mono); font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted);  line-height: 1.8; }
section { padding: var(--section-y) 0; position: relative; }
.section-head { margin-bottom: clamp(48px, 6vw, 50px); max-width: 760px; }
.section-head .mono { margin-bottom: 24px; display: inline-flex; align-items: center; gap: 10px; }
.section-head .mono::before { content: ''; width: 32px; height: 1px; background: var(--line-strong); }
.section-head .body-lede { margin-top: 24px; }
.problem-intro { margin-bottom: 56px; padding: 28px 32px; border: 1px solid var(--line); border-left: 3px solid var(--orange); background: var(--bg-2); border-radius: 0 12px 12px 0; max-width: 60ch; }
.problem-intro p { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.4; color: var(--ink-soft); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
@media (max-width: 840px) { .problem-grid { grid-template-columns: repeat(2, 1fr); }
 }
@media (max-width: 540px) { .problem-grid { grid-template-columns: 1fr; }
 }
.problem-card { padding: 36px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg); transition: background 0.2s; position: relative; }
.problem-card:hover { background: var(--bg-2); color: #ffffff; }
.problem-num { font-family: var(--mono); font-size: 11px; color: var(--orange); letter-spacing: 0.12em; margin-bottom: 20px; }
.problem-card h4 { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 12px; color: var(--ink); line-height: 1.15; }
.problem-card p { font-size: 14.5px; color: var(--ink-muted); line-height: 1.55; }
.bridge { text-align: center; margin-top: 64px; font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-weight: 400; font-style: italic; color: var(--ink-soft); font-variation-settings: "SOFT" 40; max-width: 24ch; margin-left: auto; margin-right: auto; line-height: 1.25; }
.bridge strong { color: var(--amber); font-style: normal; font-weight: 600; }
.intro-band { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .intro-grid { grid-template-columns: 1fr; gap: 40px; }
 }
.intro-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 36px; position: relative; overflow: hidden; }
.intro-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--amber), var(--orange), var(--lime)); }
.intro-card .badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin-bottom: 20px; }
.intro-card h3 { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 38px); font-weight: 500; letter-spacing: -0.02em; margin-bottom: 20px; color: var(--ink); line-height: 1.1; }
.intro-card h3 em { font-style: italic; color: var(--amber); }
.intro-card p { font-size: 16px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 24px; }
.intro-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
@media (max-width: 540px) { .intro-checklist { grid-template-columns: 1fr; }
 }
.intro-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.4; }
.intro-checklist .check { width: 18px; height: 18px; background: rgba(198, 244, 50, 0.1); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.intro-checklist .check svg { width: 10px; height: 10px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
@media (max-width: 840px) { .benefits-grid { grid-template-columns: 1fr 1fr; }
 }
@media (max-width: 540px) { .benefits-grid { grid-template-columns: 1fr; }
 }
.benefit-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 28px 26px; transition: border-color 0.25s, transform 0.25s; }
.benefit-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.benefit-card.featured { grid-column: span 2; background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%); border: 1px solid var(--line-strong); position: relative; overflow: hidden; }
@media (max-width: 540px) { .benefit-card.featured { grid-column: span 1; }
 }
.benefit-card.featured::after { content: ''; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; background: radial-gradient(circle, rgba(240, 180, 65, 0.15), transparent 70%); }
.benefit-card .big-num { font-family: var(--serif); font-size: clamp(56px, 8vw, 88px); font-weight: 600; letter-spacing: -0.04em; line-height: 0.9; color: var(--amber); margin-bottom: 8px; position: relative; z-index: 1; }
.benefit-card .big-num span { color: var(--ink); font-size: 0.55em; vertical-align: top; letter-spacing: -0.02em; }
.benefit-card .icon { width: 36px; height: 36px; color: var(--amber); margin-bottom: 20px; }
.benefit-card .mono { margin-bottom: 10px; font-size: 10.5px; }
.benefit-card h4 { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 8px; color: var(--ink); line-height: 1.15; position: relative; z-index: 1; }
.benefit-card.featured h4 { font-size: 26px;  }
.benefit-card p { font-size: 14.5px; color: var(--ink-muted); line-height: 1.55; position: relative; z-index: 1; }
.how-bg { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-layout { display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: start; }
@media (max-width: 900px) { .how-layout { grid-template-columns: 1fr; gap: 56px; }
 }
.how-side { position: sticky; top: 100px; }
@media (max-width: 900px) { .how-side { position: static; }
 }
.step-list { border-top: 1px solid var(--line); }
.step-item { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr 56px; gap: 28px; align-items: start; transition: padding-left 0.3s; }
.step-item:hover { padding-left: 12px; }
@media (max-width: 540px) { .step-item { grid-template-columns: 60px 1fr; gap: 18px; }
.step-item .step-icon { display: none; }
 }
.step-marker { font-family: var(--mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.12em; padding-top: 6px; }
.step-title { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 28px); font-weight: 500; letter-spacing: -0.015em; color: var(--ink); line-height: 1.15; margin-bottom: 8px; }
.step-desc { font-size: 15px; color: var(--ink-muted); max-width: 50ch; line-height: 1.55; }
.step-icon { width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--amber); }
.fail-wrap { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: clamp(36px, 5vw, 56px); position: relative; overflow: hidden; }
.fail-wrap::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--crimson), var(--orange)); }
.fail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 840px) { .fail-grid { grid-template-columns: 1fr; gap: 32px; }
 }
.fail-list { display: flex; flex-direction: column; gap: 4px; }
.fail-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 16px; line-height: 1.4; }
.fail-item:last-child { border-bottom: none; }
.fail-item .x { width: 22px; height: 22px; background: rgba(226, 72, 58, 0.12); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--crimson); flex-shrink: 0; font-weight: 700; font-size: 13px; }
.fail-cta { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 32px; }
.fail-cta .lbl { font-family: var(--mono); font-size: 11px; color: var(--amber); letter-spacing: 0.12em; margin-bottom: 16px; text-transform: uppercase; }
.fail-cta h4 { font-family: var(--serif); font-size: clamp(24px, 2.8vw, 30px); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); line-height: 1.15; margin-bottom: 20px; }
.fail-cta h4 em { font-style: italic; color: var(--amber); }
.fail-cta p { font-size: 15px; color: var(--ink-muted); line-height: 1.55; margin-bottom: 24px; }
.cta-band { background: var(--amber); color: var(--bg); padding: clamp(64px, 8vw, 96px) 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0;
 background-size: 56px 56px; pointer-events: none; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band .mono { color: rgba(14, 13, 11, 0.7); margin-bottom: 24px; display: inline-flex; align-items: center; gap: 10px; }
.cta-band .mono::before { content: ''; width: 24px; height: 1px; background: rgba(14, 13, 11, 0.4); }
.cta-band h2 { font-family: var(--serif); font-size: clamp(34px, 5vw, 56px); font-weight: 500; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 20px; color: var(--bg);  margin-left: auto; margin-right: auto; }
.cta-band h2 em { font-style: italic; }
.cta-band p { font-size: 17px; color: rgba(14, 13, 11, 0.7); margin: 0 auto 36px; max-width: 50ch; }
.cta-band .btn-cta { animation: ctaPulse 2.8s ease-in-out infinite; background: var(--bg); color: var(--ink); box-shadow: 0 18px 40px -12px rgba(14, 13, 11, 0.4); }
.cta-band .btn-cta:hover { background: #000; }
.cap-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 840px) { .cap-layout { grid-template-columns: 1fr; }
 }
.cap-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 32px 30px; transition: border-color 0.25s, transform 0.25s; }
.cap-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.cap-card.feature { grid-column: span 2; background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%); padding: 40px; }
@media (max-width: 840px) { .cap-card.feature { grid-column: span 1; }
 }
.cap-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.cap-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--ink-muted); }
.cap-icon { width: 36px; height: 36px; color: var(--amber); }
.cap-card h3 { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 26px); font-weight: 500; letter-spacing: -0.015em; margin-bottom: 10px; color: var(--ink); line-height: 1.15; max-width: 22ch; }
.cap-card.feature h3 { font-size: clamp(26px, 3vw, 34px); max-width: 24ch; }
.cap-card p { font-size: 14.5px; color: var(--ink-muted); line-height: 1.55; max-width: 45ch; }
.cap-card.feature p { font-size: 16px; max-width: 60ch; }
.ind-bg { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
@media (max-width: 900px) { .industry-row { grid-template-columns: repeat(2, 1fr); }
 }
@media (max-width: 480px) { .industry-row { grid-template-columns: 1fr; }
 }
.industry-item { padding: 36px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg); transition: background 0.2s; text-align: left; }
.industry-item:hover { background: var(--surface); }
.industry-item .icon { width: 32px; height: 32px; color: var(--amber); margin-bottom: 16px; }
.industry-item .name { font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; line-height: 1.2; }
.industry-item .sub { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-top: 6px; }
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; }
 }
.why-visual { background: linear-gradient(135deg, var(--surface) 0%, var(--bg-2) 100%); border: 1px solid var(--line); border-radius: 18px; padding: 40px 36px; position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; }
.why-visual::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(245, 241, 230, 0.02) 1px, transparent 1px),
 linear-gradient(90deg, rgba(245, 241, 230, 0.02) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.why-visual .badge { display: inline-flex; align-items: center; gap: 8px; background: var(--bg); border: 1px solid var(--line); padding: 8px 14px; border-radius: 100px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); align-self: flex-start; position: relative; z-index: 1; }
.why-visual .big-stat { position: relative; z-index: 1; }
.why-visual .big-stat .num { font-family: var(--serif); font-size: clamp(72px, 10vw, 120px); font-weight: 600; line-height: 0.9; letter-spacing: -0.04em; color: var(--ink); font-variation-settings: "SOFT" 50; }
.why-visual .big-stat .num span { color: var(--amber); }
.why-visual .big-stat .lbl { font-size: 16px; color: var(--ink-soft); margin-top: 16px; max-width: 40ch; line-height: 1.5; }
.why-list { margin-top: 0; }
.why-list li { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.why-list li:last-child { border-bottom: none; }
.why-list .num { font-family: var(--mono); font-size: 15px; letter-spacing: 0.12em; color: var(--ink-faint); flex-shrink: 0; width: 32px; padding-top: 3px; }
.why-list h5 { font-family: var(--serif); font-size: 19px; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 6px; color: var(--ink); line-height: 1.2; }
.why-list p { font-size: 14.5px; color: var(--ink-muted); line-height: 1.5; }
.faq-bg { background: var(--bg-2); border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: start; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; }
 }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--ink); letter-spacing: -0.015em; line-height: 1.3; }
.faq-q .toggle { flex-shrink: 0; width: 28px; height: 28px; border: 1px solid var(--line-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ink-soft); transition: transform 0.2s, background 0.2s; }
.faq-item.open .faq-q .toggle { background: var(--amber); color: var(--bg); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, margin-top 0.3s ease; color: var(--ink-muted); font-size: 15px; line-height: 1.6; }
.faq-item.open .faq-a { max-height: 200px; margin-top: 14px; }
.final-cta { text-align: center; padding: clamp(64px, 8vw, 100px) 0; background: var(--bg); }
.final-cta .mono { margin-bottom: 24px; display: inline-flex; align-items: center; gap: 10px; color: var(--amber); }
.final-cta .mono::before { content: ''; width: 32px; height: 1px; background: var(--amber); opacity: 0.4; }
.final-cta .mono::after { content: ''; width: 32px; height: 1px; background: var(--amber); opacity: 0.4; }
.final-cta h2 { font-family: var(--serif); font-size: clamp(36px, 5.5vw, 64px); font-weight: 500; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 24px; color: var(--ink); max-width: 24ch; margin-left: auto; margin-right: auto; }
.final-cta h2 em { font-style: italic; color: var(--amber); }
.final-cta p { font-size: 17px; color: var(--ink-soft); margin: 0 auto 40px; max-width: 50ch; }
.final-cta-row { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.btn-ghost { display: inline-flex; align-items: center; gap: 12px; background: transparent; color: var(--ink); padding: 17px 30px; border-radius: 100px; font-size: 15.5px; font-weight: 600; border: 1px solid var(--line-strong); transition: border-color 0.2s, background 0.2s; }
.btn-ghost:hover { border-color: var(--ink-soft); background: var(--bg-2); }
.form-section { background: var(--bg-2); border-top: 1px solid var(--line); padding: clamp(72px, 9vw, 120px) 0; padding-bottom: clamp(100px, 12vw, 160px); }
.form-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
@media (max-width: 900px) { .form-wrap { grid-template-columns: 1fr; }
 }
.form-intro h2 { font-family: var(--serif); font-size: clamp(34px, 5vw, 56px); font-weight: 500; letter-spacing: -0.025em; margin-bottom: 24px; color: var(--ink); line-height: 1.05; }
.form-intro h2 em { font-style: italic; color: var(--amber); }
.form-intro .body-lede { margin-bottom: 32px; }
.demo-list { margin-top: 32px; }
.demo-list li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--ink-soft); }
.demo-list li:last-child { border-bottom: none; }
.demo-list .check { width: 26px; height: 26px; background: rgba(198, 244, 50, 0.1); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.demo-list .check svg { width: 14px; height: 11px; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: clamp(28px, 4vw, 40px); box-shadow: 0 50px 100px -30px rgba(0, 0, 0, 0.6); }
.form-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.form-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--amber); border-radius: 50%; }
.form-card h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 28px; color: var(--ink); line-height: 1.15; }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 8px; font-weight: 500; }
.field label .req { color: var(--orange); }
.field input,
 .field select,
 .field textarea { width: 100%; background: var(--bg-2); border: 1.5px solid var(--line); border-radius: 10px; padding: 14px 16px; font-size: 15px; color: var(--ink); transition: border-color 0.2s, background 0.2s; font-family: var(--sans); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); background: var(--bg); }
.field input.invalid { border-color: var(--crimson); }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23847E6C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 540px) { .field-row { grid-template-columns: 1fr; }
 }
.field textarea { resize: vertical; min-height: 70px; }
.form-submit { width: 100%; background: var(--orange); color: #FFF; padding: 18px 24px; border-radius: 12px; font-size: 15.5px; font-weight: 700; letter-spacing: -0.005em; margin-top: 8px; transition: background 0.18s, transform 0.18s, box-shadow 0.18s; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 12px 28px -8px rgba(255, 107, 53, 0.5); }
.form-submit:hover { background: var(--orange-2); transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(255, 107, 53, 0.6); }
.form-trust { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.form-trust div { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em;  text-transform: uppercase; }
.form-trust svg { width: 14px; height: 14px; color: var(--lime); flex-shrink: 0; }
.form-success { display: none; text-align: center; padding: 40px 20px; }
.form-success.show { display: block; }
.form-success .icon { width: 64px; height: 64px; background: rgba(198, 244, 50, 0.1); border: 1px solid rgba(198, 244, 50, 0.3); border-radius: 50%; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; }
.form-success h4 { font-family: var(--serif); font-size: 26px; font-weight: 500; margin-bottom: 12px; color: var(--ink); letter-spacing: -0.015em; }
.form-success p { color: var(--ink-muted); font-size: 15px; }
footer { background: #084C8D; color: var(--ink-muted); padding: 56px 0 32px; border-top: 1px solid var(--line); }
.foot-top { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
@media (max-width: 700px) { .foot-top { grid-template-columns: 1fr; }
 }
.foot-top h4 { font-family: var(--serif); color: var(--ink); font-size: 22px; margin-bottom: 12px; font-weight: 500; letter-spacing: -0.015em; }
.foot-top p { font-size: 14px; max-width: 50ch; line-height: 1.5; }
.foot-contact { display: flex; flex-direction: column; gap: 14px; font-size: 14px; }
.foot-contact a { color: var(--ink-soft); display: flex; align-items: center; gap: 10px; }
.foot-contact a:hover { color: var(--amber); }
.foot-contact .label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.foot-bottom { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--ink-faint); flex-wrap: wrap; gap: 12px; text-transform: uppercase; }
.sticky-mobile-cta { display: none; position: fixed; bottom: 12px; left: 12px; right: 12px; z-index: 100; background: var(--orange); color: #FFF; padding: 16px 22px; border-radius: 100px; font-size: 15px; font-weight: 700; text-align: center; box-shadow: 0 12px 28px -8px rgba(255, 107, 53, 0.5); align-items: center; justify-content: center; gap: 8px; }
@media (max-width: 768px) { .sticky-mobile-cta.visible { display: flex; }
body.sticky-active { padding-bottom: 80px; }
 }
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.in { opacity: 1; transform: translateY(0); }
.fade-up.delay-1 { transition-delay: 0.1s; }
.fade-up.delay-2 { transition-delay: 0.2s; }
.fade-up.delay-3 { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
.fade-up { opacity: 1; transform: none; }
 }
@keyframes ambientShift { 0% { transform: translate3d(0,0,0) scale(1); opacity: 0.9; }
100% { transform: translate3d(0,-10px,0) scale(1.03); opacity: 1; }
 }
@keyframes gridFloat { 0% { background-position: 0 0, 0 0; }
100% { background-position: 72px 72px, 72px 72px; }
 }
@keyframes ctaPulse { 0%,100% { box-shadow: 0 10px 28px -10px rgba(244,210,31,0.5); }
50% { box-shadow: 0 18px 38px -10px rgba(244,210,31,0.75); }
 }

/* New logo-theme visual polish */
:root { --glow-blue: rgba(23,127,214,0.28); --glow-yellow: rgba(244,210,31,0.34); --deep-navy: #041a33; --mid-blue: #0a3a6d; --card-blue: #0f447f; }
body { background: radial-gradient(circle at 12% 0%, rgba(23,127,214,0.2), transparent 35%), radial-gradient(circle at 100% 0%, rgba(244,210,31,0.18), transparent 32%), linear-gradient(180deg, var(--deep-navy) 0%, #06284c 46%, #0a3a6d 100%); }
.nav, .nav.scrolled { background: rgba(4, 22, 43, 0.8); border-bottom-color: rgba(46,119,191,0.35); }
.hero-canvas, .intro-card, .benefit-card, .cap-card, .form-card, .why-visual, .fail-wrap { background: linear-gradient(160deg, rgba(9,50,94,0.94) 0%, rgba(16,72,132,0.96) 50%, rgba(8,44,83,0.96) 100%); border-color: rgba(69,146,223,0.45); box-shadow: 0 18px 45px rgba(2,11,21,0.38), 0 0 0 1px rgba(244,210,31,0.08) inset; }
.problem-card, .industry-item, .hc-feed, .stat-cell, .hc-side, .trust, .intro-band, .how-bg, .faq-bg, .form-section, .ind-bg { background: rgba(7,39,73,0.75); }
.btn-cta { background: linear-gradient(135deg, #0b5fa5 0%, #177fd6 52%, #f4d21f 140%); color: #f8fbff; box-shadow: 0 12px 30px rgba(8,54,101,0.6), 0 0 0 1px rgba(244,210,31,0.24) inset; }
.btn-cta:hover { background: linear-gradient(135deg, #084c8d 0%, #0b5fa5 45%, #f4d21f 125%); transform: translateY(-3px) scale(1.01); }
.nav-cta { background: rgba(244,210,31,0.14); color: #f4d21f; border: 1px solid rgba(244,210,31,0.35); }
.nav-cta:hover { background: #f4d21f; color: #0a2e57; }
.btn-ghost { border-color: rgba(244,210,31,0.45); color: #f4d21f; }
.btn-ghost:hover { background: rgba(244,210,31,0.12); border-color: #f4d21f; }
.display em, .mono, .problem-num, .cap-icon, .industry-item .icon { color: #f4d21f; }
.foot-contact .office-address { color: var(--ink-soft); font-size: 14px; line-height: 1.6; margin-top: 6px; max-width: 34ch; }
.foot-contact .label { color: #f4d21f; }
footer { background: linear-gradient(180deg, #06284c 0%, #041e39 100%); border-top-color: rgba(244,210,31,0.24); }
.foot-top, .foot-bottom { border-color: rgba(46,119,191,0.35); }

/* Hero right-side form + dark/light logo blended polish */
body { font-family: 'Roboto', sans-serif; }
.hero-split { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 28px; align-items: start; }
.hero-main { min-width: 0; }
.hero-form-card { background: linear-gradient(160deg, #f8fbff 0%, #e6f0fc 42%, #d9e9fb 100%); border: 1px solid rgba(23,127,214,0.28); border-radius: 18px; padding: clamp(18px, 2.6vw, 26px); box-shadow: 0 20px 40px rgba(2,16,30,0.3), 0 0 0 1px rgba(244,210,31,0.22) inset; }
.hero-form-card h3 { font-size: 24px; margin-bottom: 16px; color: #0a2e57; letter-spacing: -0.01em; }
.hero-form-card .form-eyebrow { color: #0b5fa5; }
.hero-form-card .field label { color: #0b5fa5; }
.hero-form-card .field input, .hero-form-card .field select, .hero-form-card .field textarea { background: #ffffff; border-color: #b8d2ef; color: #0f172a; }
.hero-form-card .field input::placeholder, .hero-form-card .field textarea::placeholder { color: #55779f; }
.hero-form-card .field input:focus, .hero-form-card .field select:focus, .hero-form-card .field textarea:focus { border-color: #0b5fa5; box-shadow: 0 0 0 3px rgba(11,95,165,0.14); background: #ffffff; }
.hero-form-card .form-submit { background: linear-gradient(135deg, #0b5fa5 0%, #084c8d 45%, #f4d21f 130%); color: #ffffff; box-shadow: 0 16px 30px rgba(8,49,94,0.34); }
.hero-form-card .form-submit:hover { filter: brightness(1.05); }
.hero-form-card .form-success h4 { color: #0a2e57; }
.hero-form-card .form-success p { color: #2f537d; }
.hero-canvas { margin-top: 36px; }
.benefit-card.featured, .cap-card.feature { background: linear-gradient(145deg, rgba(255,255,255,0.16) 0%, rgba(30,111,185,0.24) 65%, rgba(244,210,31,0.18) 100%); }
.nav-cta, .btn-ghost { backdrop-filter: blur(3px); }
@media (max-width: 1080px) { .hero-split { grid-template-columns: 1fr; } .hero-form-card { max-width: 760px; } }
@media (max-width: 640px) { .hero-form-card { padding: 16px; border-radius: 14px; } .hero-form-card h3 { font-size: 21px; } }

/* Header logo alignment */
.nav-inner { min-height: 78px; }
.logo { display: flex; align-items: center; }
.logo-img { width: clamp(128px, 18vw, 190px); height: auto; object-fit: contain; display: block;}
@media (max-width: 640px) { .logo-img { width: clamp(104px, 28vw, 138px); } }

/* Dark + light section rhythm */
.hero, .how-bg, .final-cta, footer { background: linear-gradient(180deg, #072c55 0%, #041e39 100%); }
.trust, .intro-band, .ind-bg, .faq-bg, .form-section { background: linear-gradient(180deg, #edf5fe 0%, #dcecff 100%); }
.trust .mono, .intro-band .mono, .ind-bg .mono, .faq-bg .mono, .form-section .mono { color: #0b5fa5; }
.trust .display, .intro-band .display, .ind-bg .display, .faq-bg .display, .form-section h2, .form-section h3 { color: #0a2e57; }
.trust .body-lede, .intro-band .body-lede, .ind-bg .body-lede, .faq-bg .body-lede, .form-section .body-lede { color: #2f537d; }
.trust .trust-lbl, .intro-band p, .ind-bg p, .faq-bg .faq-a, .form-section .demo-list li { color: #355f8f; }
.intro-card, .benefit-card, .cap-card, .industry-item, .faq-item, .form-card { background: linear-gradient(165deg, #ffffff 0%, #eff6ff 55%, #e0edfd 100%); border-color: #b8d2ef; }
.intro-card h3, .benefit-card h4, .cap-card h3, .industry-item .name, .faq-q, .form-card h3 { color: #0a2e57; }
.intro-card p, .benefit-card p, .cap-card p, .industry-item .sub, .field label { color: #3b6797; }

/* Modern UI upgrade layer */
:root { --brand-blue: #0b5fa5; --brand-blue-deep: #084c8d; --brand-navy: #04213f; --brand-sky: #2f8de0; --brand-yellow: #f4d21f; --light-surface: #f7fbff; --light-surface-2: #e8f2ff; }
body { background: radial-gradient(1200px 600px at -10% -10%, rgba(47,141,224,0.22), transparent 55%), radial-gradient(900px 500px at 110% 5%, rgba(244,210,31,0.2), transparent 50%), linear-gradient(180deg, #031a33 0%, #06284d 45%, #0a3d73 100%); color: #eaf4ff; }
body::before { opacity: 0.85; animation: ambientShift 14s ease-in-out infinite alternate; }

/* Header and logo */
.nav { position: sticky; top: 0; z-index: 80; background: #ffffff; border-bottom: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(12px) saturate(140%); }
.nav-inner { min-height: 84px; }
.logo-img { width: clamp(140px, 16vw, 250px); height: auto; display: block; object-fit: contain;  }

/* Section rhythm */
.hero, .how-bg, .final-cta, footer { background: linear-gradient(180deg, #052648 0%, #031a33 100%); }
.trust, .intro-band, .ind-bg, .faq-bg, .form-section { background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-surface-2) 100%); }
.section-head .mono::before, .final-cta .mono::before, .final-cta .mono::after { background: rgba(244,210,31,0.6); }

/* Card system */
.hero-canvas, .intro-card, .benefit-card, .cap-card, .form-card, .why-visual, .fail-wrap { border: 1px solid rgba(120,183,241,0.45); border-radius: 18px; background: linear-gradient(160deg, rgba(8,56,106,0.88) 0%, rgba(12,75,138,0.9) 60%, rgba(6,45,88,0.9) 100%); box-shadow: 0 24px 50px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.16); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.intro-card:hover, .benefit-card:hover, .cap-card:hover, .form-card:hover, .why-visual:hover, .fail-wrap:hover { transform: translateY(-4px); border-color: rgba(244,210,31,0.45); box-shadow: 0 32px 56px rgba(0,0,0,0.32), 0 0 0 1px rgba(244,210,31,0.18) inset; }
.industry-item, .problem-card, .faq-item, .stat-cell, .hc-feed { background: rgba(255,255,255,0.88); border-color: #bfd8f2; color: #12345c; }

/* Hero split polish */
.hero-split { gap: 34px; align-items: stretch; }
.hero-main { display: flex; flex-direction: column; justify-content: center; }
.hero-form-card { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 45%, #dcecff 100%); border: 1px solid rgba(11,95,165,0.3); box-shadow: 0 24px 50px rgba(4,26,51,0.26), 0 0 0 1px rgba(244,210,31,0.22) inset; animation: floatCard 5s ease-in-out infinite; }
.hero-form-card h3 { color: #0b315d; }

/* Buttons and accents */
.btn-cta, .form-submit { background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-deep) 45%, var(--brand-yellow) 140%); color: #fff; border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 14px 30px rgba(8,50,95,0.38); }
.btn-cta:hover, .form-submit:hover { transform: translateY(-3px) scale(1.01); filter: brightness(1.04); }
.nav-cta { background: rgba(244,210,31,0.16); color: #f4d21f; border: 1px solid rgba(244,210,31,0.4); }
.nav-cta:hover { background: #f4d21f; color: #063869; }
.btn-ghost { border-color: rgba(244,210,31,0.4); color: #f4d21f; }

/* Typography contrast in light sections */
.trust .display, .intro-band .display, .ind-bg .display, .faq-bg .display, .form-section h2, .form-section h3, .faq-q, .industry-item .name, .intro-card h3, .benefit-card h4, .cap-card h3 { color: #0a2e57; }
.trust .body-lede, .intro-band .body-lede, .ind-bg .body-lede, .faq-bg .body-lede, .form-section .body-lede, .intro-card p, .benefit-card p, .cap-card p, .faq-a { color: #355f8f; }

/* Motion */
.fade-up { transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.hero-meta .pill, .nav-cta, .btn-ghost { animation: softGlow 3.8s ease-in-out infinite; }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(244,210,31,.8), transparent); animation: sweep 4.8s linear infinite; }

@keyframes floatCard { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-6px); } }
@keyframes softGlow { 0%,100% { box-shadow: 0 0 0 rgba(244,210,31,0); } 50% { box-shadow: 0 0 24px rgba(244,210,31,0.2); } }
@keyframes sweep { 0% { transform: translateX(-100%); opacity: .35; } 50% { opacity: .9; } 100% { transform: translateX(100%); opacity: .35; } }

@media (max-width: 1080px) { .hero-split { grid-template-columns: 1fr; } .hero-form-card { max-width: 760px; animation: none; } .nav-inner { min-height: 76px; } }
@media (max-width: 640px) { .logo { padding: 6px 10px; border-radius: 10px; } .logo-img { width: clamp(112px, 32vw, 146px); } }



/* White section + gradient enhancement */
section:nth-of-type(odd):not(.hero):not(.final-cta):not(.cta-band):not(.how-bg):not(.form-section):not(.faq-bg):not(.ind-bg):not(.intro-band):not(.trust) { background: #ffffff; }
section:nth-of-type(even):not(.hero):not(.final-cta):not(.cta-band):not(.how-bg):not(.form-section):not(.faq-bg):not(.ind-bg):not(.intro-band):not(.trust) { background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%); }
.trust, .intro-band, .ind-bg, .faq-bg, .form-section { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 52%, #e3f0ff 100%); }
.how-bg, .final-cta, .hero { background: linear-gradient(165deg, #00579A 0%, #2A75B8 54%, #5FA8E3 100%); }
/*.hero::before { background-image: linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px); }*/
.hero-canvas, .intro-card, .benefit-card, .cap-card, .form-card, .why-visual, .fail-wrap, .industry-item, .faq-item, .problem-card { background: linear-gradient(165deg, #ffffff 0%, #f6fbff 45%, #eaf4ff 100%); border: 1px solid rgba(95,168,227,0.5); }
.section-head h2, .section-head .display, .problem-card h4, .faq-q, .intro-card h3, .benefit-card h4, .cap-card h3 { background: linear-gradient(120deg, #00579A 0%, #2A75B8 65%, #D9A520 120%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.btn-cta, .form-submit, .nav-cta { background: linear-gradient(135deg, #00579A 0%, #2A75B8 48%, #5FA8E3 100%); }
.btn-cta:hover, .form-submit:hover, .nav-cta:hover { background: linear-gradient(135deg, #2A75B8 0%, #5FA8E3 65%, #FFD95A 120%); }
footer { background: linear-gradient(180deg, #2A75B8 0%, #00579A 65%, #004a84 100%); }

/* Header dark logo tone */
.nav { background: #0a2e57; border-bottom: 1px solid rgba(255,217,90,0.32); }
.nav.scrolled { background: #0a2e57; border-bottom-color: rgba(255,217,90,0.46); }
.nav-phone { color: #ffffff; }

/* 2026 refresh: light-dominant brand theme + refined header */
:root { --brand-navy: #0a2e57; --brand-blue: #00579A; --brand-mid: #2A75B8; --brand-light: #5FA8E3; --brand-gold: #F4C430; --brand-gold-dark: #D9A520; --brand-gold-light: #FFD95A; --neutral-white: #FFFFFF; --neutral-light: #D9D9D9; --neutral-shadow: #4A4A4A; }
body { background: linear-gradient(180deg, #f2f8ff 0%, #ffffff 42%, #f3f9ff 100%); color: #1f4d78; }
body::before { background-image: radial-gradient(circle at 8% 0%, rgba(95,168,227,0.2), transparent 46%), radial-gradient(circle at 96% 3%, rgba(255,217,90,0.2), transparent 44%); }
.nav { background: linear-gradient(180deg, rgba(10,46,87,0.96) 0%, rgba(0,87,154,0.94) 100%); border-bottom: 1px solid rgba(255,217,90,0.35); backdrop-filter: blur(10px); }
.nav.scrolled { background: linear-gradient(180deg, rgba(10,46,87,0.98) 0%, rgba(0,87,154,0.98) 100%); border-bottom-color: rgba(255,217,90,0.48); box-shadow: 0 10px 24px rgba(74,74,74,0.22); }
.nav-inner { min-height: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo-img { width: 100%; height: auto; object-fit: contain;  }
.nav-right { display: flex; align-items: center; gap: 12px; padding: 8px 10px 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.26); }
.nav-phone { color: #ffffff; font-weight: 700; letter-spacing: 0.01em; }
.nav-cta { background: linear-gradient(135deg, #F4C430 0%, #FFD95A 100%); color: #0a2e57; border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 10px 20px rgba(74,74,74,0.2); }
.nav-cta:hover { background: linear-gradient(135deg, #FFD95A 0%, #F4C430 100%); color: #0a2e57; }
.hero, .final-cta, footer { background: linear-gradient(165deg, #00579A 0%, #2A75B8 55%, #5FA8E3 100%); }
.trust, .intro-band, .how-bg, .ind-bg, .faq-bg, .form-section, section { background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%); }
section:nth-of-type(3n) { background: #ffffff; }
.hero-canvas, .intro-card, .benefit-card, .cap-card, .form-card, .why-visual, .fail-wrap, .industry-item, .faq-item, .problem-card { background: linear-gradient(165deg, #ffffff 0%, #f7fbff 48%, #eaf3ff 100%); border: 1px solid rgba(95,168,227,0.5); box-shadow: 0 14px 28px rgba(74,74,74,0.14); }
.intro-card:hover, .benefit-card:hover, .cap-card:hover, .industry-item:hover, .problem-card:hover, .form-card:hover { transform: translateY(-3px); border-color: rgba(217,165,32,0.45); box-shadow: 0 18px 34px rgba(74,74,74,0.18); }
.section-head h2, .section-head .display, .intro-card h3, .benefit-card h4, .cap-card h3, .faq-q, .problem-card h4, .industry-item .name { color: #0a2e57; }
.body-lede, .intro-card p, .benefit-card p, .cap-card p, .faq-a, .problem-card p, .industry-item .sub { color: #2e5f90; }
.display em, .mono, .problem-num, .cap-icon, .industry-item .icon { color: #D9A520; }
.btn-cta, .form-submit { background: linear-gradient(135deg, #00579A 0%, #2A75B8 55%, #5FA8E3 100%); border: 1px solid rgba(255,255,255,0.45); box-shadow: 0 12px 24px rgba(42,117,184,0.35); }
.btn-cta:hover, .form-submit:hover { background: linear-gradient(135deg, #2A75B8 0%, #5FA8E3 80%, #FFD95A 130%); }
.btn-ghost { color: #0a2e57; border-color: rgba(10,46,87,0.35); background: rgba(255,255,255,0.92); }
footer { background: linear-gradient(180deg, #2A75B8 0%, #00579A 100%); border-top: 2px solid rgba(255,217,90,0.55); }
.foot-top h4, .foot-contact a { color: #ffffff; }
.foot-top p, .foot-bottom, .foot-contact .label { color: #dbeeff; }
@media (max-width: 900px) { .nav-inner { min-height: 78px; flex-direction: row; justify-content: center; gap: 10px; } .logo-img { width: clamp(120px, 30vw, 160px); } .nav-right { width: auto; } }

/* Nav matches form-card gradient (normal + scroll) */
.nav { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 45%, #dcecff 100%); }
.nav.scrolled { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 45%, #dcecff 100%); }


.dashboard{width: 100%;}
.dashboard img{width: 100%; height: 600px;}
/* Section spacing + dashboard polish */
section { padding: 50px 0 !important; }
.dashboard { display: flex; justify-content: center; align-items: center; padding: 50px 0 !important; background: linear-gradient(140deg, #ffffff 0%, #eef6ff 48%, #dcecff 100%); position: relative; overflow: hidden; }
.dashboard::before { content: ""; position: absolute; top: -120px; right: -120px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(95,168,227,0.25) 0%, rgba(95,168,227,0) 72%); pointer-events: none; }
.dashboard::after { content: ""; position: absolute; bottom: -140px; left: -140px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(244,196,48,0.2) 0%, rgba(244,196,48,0) 72%); pointer-events: none; }
.dashboard img { width: min(1160px, 92%); height: clamp(240px, 34vw, 460px); display: block; border-radius: 18px; border: 1px solid rgba(42,117,184,0.4); box-shadow: 0 16px 34px rgba(74,74,74,0.18), 0 0 0 1px rgba(255,217,90,0.28) inset; object-fit: cover; position: relative; z-index: 1; }
@media (max-width: 768px) { .dashboard img { width: 94%; height: clamp(200px, 52vw, 320px); border-radius: 12px; } }

/* Requested layout/theme refinements */
.hero-main { margin-top: 14px; }
.hero-h1 { max-width: 13ch; line-height: 1.03; }
.hero-form-card { padding-bottom: 30px; align-self: start; }
.hero-form-card form { margin-bottom: 0; }
.hero-form-card .field { margin-bottom: 10px; }
.hero-form-card .field-row { margin-bottom: 0; }
.hero-form-card .form-submit { margin-top: 2px; margin-bottom: 0; }
.hero-form-card .field:last-child, .hero-form-card .field-row:last-of-type { margin-bottom: 0; }
.hero-form-card .form-success { padding: 16px 10px 4px; }

/* Hero alignment fix: center form + 3-line heading */
.hero-split { align-items: center; }
.hero-main { margin-top: 0; }
.hero-h1 { max-width: 17ch; font-size: clamp(48px, 5.6vw, 74px); line-height: 1.03; }

/* No italic anywhere */
em, i, .display em, .final-cta h2 em, .intro-card h3 em, .form-intro h2 em, .fail-cta h4 em { font-style: normal !important; }

/* Trust section alignment */
.trust-grid { align-items: stretch; }
.trust-item { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; }
.trust-num { line-height: 1; margin: 0; }
.trust-lbl {  line-height: 1.4; margin: 0 auto; }

/* Force 2-line section headings from problem section onward */

.trust { background: linear-gradient(160deg, #0a2e57 0%, #00579A 55%, #2A75B8 100%) !important; border-top: 1px solid rgba(255,217,90,0.36); border-bottom: 1px solid rgba(255,217,90,0.36); }
.trust .trust-num, .trust .trust-lbl { color: #ffffff !important; }
.trust .trust-num em { color: #FFD95A; }

.intro-band { background: linear-gradient(165deg, #0a2e57 0%, #00579A 55%, #2A75B8 100%) !important; border-top: 1px solid rgba(255,217,90,0.32); border-bottom: 1px solid rgba(255,217,90,0.32); }
.intro-band .mono, .intro-band .display, .intro-band .h2-display, .intro-band .body-lede { color: #ffffff !important; }
.intro-band .display em, .intro-band .body-lede em { color: #FFD95A !important; }
.intro-card { background: linear-gradient(165deg, rgba(10,46,87,0.94) 0%, rgba(0,87,154,0.94) 58%, rgba(42,117,184,0.92) 100%) !important; border: 1px solid rgba(255,217,90,0.34); box-shadow: 0 18px 36px rgba(74,74,74,0.24); }
.intro-card h3, .intro-card p, .intro-checklist li { color: #ffffff !important; }
.intro-card .badge, .intro-checklist .check { color: #FFD95A !important; }

/* Outcomes section: attractive light gradient + dark text */
.benefits-grid { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 52%, #dfeeff 100%); border: 1px solid rgba(95,168,227,0.36); border-radius: 22px; padding: clamp(16px, 2.2vw, 26px); gap: 14px; box-shadow: 0 16px 34px rgba(74,74,74,0.12); }
.benefit-card { background: linear-gradient(165deg, #ffffff 0%, #f7fbff 62%, #ebf4ff 100%) !important; border: 1px solid rgba(95,168,227,0.42); border-radius: 16px; box-shadow: 0 10px 24px rgba(74,74,74,0.1); }
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(217,165,32,0.42); box-shadow: 0 16px 28px rgba(74,74,74,0.14); }
.benefit-card .mono, .benefit-card .icon { color: #2A75B8 !important; }
.benefit-card h4 { color: #0a2e57 !important; line-height: 1.28; }
.benefit-card p { color: #2e5f90 !important; line-height: 1.6; }
.benefit-card .big-num { color: #00579A; text-shadow: 0 4px 14px rgba(95,168,227,0.25); }
.benefit-card .big-num span { color: #D9A520 !important; }
.benefit-card.featured { background: linear-gradient(155deg, #ffffff 0%, #eef6ff 50%, #dcecff 100%) !important; border: 1px solid rgba(42,117,184,0.5); position: relative; overflow: hidden; }
.benefit-card.featured::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 92% 8%, rgba(255,217,90,0.25), transparent 42%); pointer-events: none; }

/* Outcomes layout cleanup: no outer border + last 4 cards in one row */
.benefits-grid { border: none; box-shadow: none; padding: 0; background: transparent; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefit-card.featured { grid-column: 1 / -1; }
.benefits-grid .benefit-card:nth-child(2) { grid-column: 1 / -1; }
.benefits-grid .benefit-card:nth-child(n+3) { grid-column: span 1; }
@media (max-width: 1100px) { .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .benefits-grid .benefit-card:nth-child(2), .benefit-card.featured { grid-column: 1 / -1; } }
@media (max-width: 640px) { .benefits-grid { grid-template-columns: 1fr; } .benefits-grid .benefit-card { grid-column: 1 / -1; } }

/* Outcomes: first 2 cards in one row */
.benefits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefits-grid .benefit-card.featured { grid-column: span 2; }
.benefits-grid .benefit-card:nth-child(2) { grid-column: span 2; }
.benefits-grid .benefit-card:nth-child(n+3) { grid-column: span 1; }
@media (max-width: 1100px) { .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .benefits-grid .benefit-card.featured, .benefits-grid .benefit-card:nth-child(2), .benefits-grid .benefit-card:nth-child(n+3) { grid-column: span 1; } }
@media (max-width: 640px) { .benefits-grid { grid-template-columns: 1fr; } .benefits-grid .benefit-card { grid-column: 1 / -1; } }

/* How It Works: dark attractive theme */
.how-bg { background: linear-gradient(165deg, #0a2e57 0%, #00579A 56%, #2A75B8 100%) !important; border-top: 1px solid rgba(255,217,90,0.34); border-bottom: 1px solid rgba(255,217,90,0.34); }
.how-bg .mono, .how-bg .h2-display, .how-bg .body-lede, .how-bg .step-title, .how-bg .step-desc, .how-bg .step-marker { color: #ffffff !important; }
.how-bg .h2-display em { color: #FFD95A !important; }
.how-bg .step-list { border-top: 1px solid rgba(255,255,255,0.24); }
.how-bg .step-item { background: linear-gradient(160deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.08) 100%); border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; margin-bottom: 12px; padding: 20px 16px; }
.how-bg .step-item:hover { background: linear-gradient(160deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.1) 100%); transform: translateY(-2px); }
.how-bg .step-icon { border-color: rgba(255,217,90,0.55); color: #FFD95A; background: rgba(10,46,87,0.32); }

/* Reality Check section: light gradient + dark text */
.fail-wrap { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 55%, #deecff 100%) !important; border: 1px solid rgba(95,168,227,0.45); box-shadow: 0 14px 30px rgba(74,74,74,0.14); }
.fail-wrap::before { background: linear-gradient(180deg, #2A75B8, #5FA8E3); }
.fail-grid { gap: 34px; }
.fail-item { color: #103b66; border-bottom: 1px solid rgba(42,117,184,0.22); font-weight: 500; }
.fail-item .x { background: rgba(217,165,32,0.16); color: #D9A520; border: 1px solid rgba(217,165,32,0.34); }
.fail-cta { background: linear-gradient(165deg, #ffffff 0%, #f5f9ff 62%, #e7f1ff 100%); border: 1px solid rgba(95,168,227,0.42); box-shadow: 0 10px 24px rgba(74,74,74,0.12); }
.fail-cta .lbl { color: #2A75B8; }
.fail-cta h4 { color: #0a2e57; }
.fail-cta h4 em { color: #D9A520 !important; }
.fail-cta p { color: #2e5f90; }

/* INVENTIX difference panel back to dark */
.fail-cta { background: linear-gradient(165deg, #0a2e57 0%, #00579A 58%, #2A75B8 100%); border: 1px solid rgba(255,217,90,0.32); box-shadow: 0 14px 28px rgba(74,74,74,0.2); }
.fail-cta .lbl, .fail-cta h4, .fail-cta p { color: #ffffff !important; }
.fail-cta h4 em { color: #FFD95A !important; }

/* Features section: new modern layout */
.cap-layout { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.cap-card { grid-column: span 4; background: linear-gradient(165deg, #ffffff 0%, #f5faff 55%, #e8f3ff 100%) !important; border: 1px solid rgba(95,168,227,0.45); border-radius: 18px; padding: 24px 22px; box-shadow: 0 12px 26px rgba(74,74,74,0.12); position: relative; overflow: hidden; }
.cap-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, #00579A 0%, #2A75B8 55%, #FFD95A 100%); opacity: 0.95; }
.cap-card:hover { transform: translateY(-5px); border-color: rgba(217,165,32,0.44); box-shadow: 0 18px 34px rgba(74,74,74,0.16); }
.cap-card.feature { grid-column: span 12; display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; align-items: center; background: linear-gradient(140deg, #0a2e57 0%, #00579A 58%, #2A75B8 100%) !important; border: 1px solid rgba(255,217,90,0.35); padding: 28px; }
.cap-card.feature::before { background: linear-gradient(90deg, #FFD95A 0%, #F4C430 50%, #ffffff 100%); }
.cap-card.feature .cap-num, .cap-card.feature h3, .cap-card.feature p { color: #ffffff !important; }
.cap-card.feature .cap-icon { color: #FFD95A !important; }
.cap-top { margin-bottom: 16px; }
.cap-num { color: #2A75B8; font-weight: 700; letter-spacing: 0.11em; }
.cap-icon { color: #00579A; background: rgba(95,168,227,0.15); border: 1px solid rgba(95,168,227,0.4); border-radius: 10px; padding: 7px; width: 40px; height: 40px; }
.cap-card h3 { color: #0a2e57; font-size: clamp(21px, 1.9vw, 26px); line-height: 1.22; margin-bottom: 10px; }
.cap-card p { color: #2f5f8f; line-height: 1.58; font-size: 14.5px; }
.cap-card:nth-child(3n+2), .cap-card:nth-child(3n+3) { margin-top: 8px; }
@media (max-width: 1100px) { .cap-card { grid-column: span 6; } .cap-card.feature { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .cap-layout { grid-template-columns: 1fr; } .cap-card, .cap-card.feature { grid-column: 1 / -1; margin-top: 0 !important; } .cap-card { padding: 20px 16px; } }

@media (max-width: 576px){.cap-layout{display: block;}}
/* Features grid: first 3 cards row 1, remaining cards row 2 */
.cap-layout { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.cap-layout .cap-card { grid-column: span 4; }

.ind-bg { background: linear-gradient(165deg, #08294d 0%, #0a2e57 55%, #114a80 100%) !important; border-top: 1px solid rgba(255, 217, 90, 0.34); border-bottom: 1px solid rgba(255, 217, 90, 0.34); }
.ind-bg .mono, .ind-bg .h2-display, .ind-bg .section-head .display { color: #ffffff !important; }
.ind-bg .section-head .display em { color: #ffd95a !important; }
.ind-bg .industry-item { background: linear-gradient(160deg, #9b6a06 0%, #b07a09 55%, #c18a10 100%) !important; border: 1px solid rgba(255, 229, 146, 0.55); box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26); }
.ind-bg .industry-item .icon, .ind-bg .industry-item .name, .ind-bg .industry-item .sub { color: #fff7dd !important; }
.ind-bg .industry-item:hover { transform: translateY(-4px); border-color: rgba(255, 242, 190, 0.75); }
.ind-bg + section { background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%) !important; }
.ind-bg + section .mono, .ind-bg + section .display, .ind-bg + section .h2-display, .ind-bg + section .why-list h5 { color: #0a2e57 !important; }
.ind-bg + section .display em, .ind-bg + section .why-list .num { color: #b07a09 !important; }
.ind-bg + section .body-lede, .ind-bg + section .why-list p { color: #2f5f8f !important; }
.ind-bg + section .why-visual { background: linear-gradient(165deg, #08294d 0%, #0a2e57 58%, #1f5f99 100%) !important; border: 1px solid rgba(255, 217, 90, 0.34); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24); }
.ind-bg + section .why-visual .badge { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 217, 90, 0.4); color: #ffd95a; }
.ind-bg + section .why-visual .big-stat .num { color: #ffffff !important; }
.ind-bg + section .why-visual .big-stat .num span { color: #ffd95a !important; }
.ind-bg + section .why-visual .big-stat .lbl { color: #dcecff !important; }
.faq-bg { background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%) !important; }
.faq-grid { grid-template-columns: minmax(280px, 360px) 1fr; gap: clamp(26px, 4vw, 52px); align-items: start; }
.faq-list { border-top: none; display: grid; gap: 14px; }
.faq-item { background: linear-gradient(165deg, #ffffff 0%, #f5faff 60%, #e8f2ff 100%) !important; border: 1px solid rgba(95, 168, 227, 0.42); border-radius: 14px; padding: 18px 18px; box-shadow: 0 10px 24px rgba(74, 74, 74, 0.1); }
.faq-item:hover { transform: translateY(-2px); border-color: rgba(217, 165, 32, 0.45); }
.faq-q { color: #0a2e57 !important; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.35; }
.faq-q .toggle { border-color: rgba(42, 117, 184, 0.45); color: #2a75b8; background: #ffffff; }
.faq-item.open .faq-q .toggle { background: #f4c430; color: #0a2e57; border-color: rgba(217, 165, 32, 0.6); }
.faq-a { color: #2f5f8f !important; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 22px; } }
.form-section { background: linear-gradient(180deg, #ffffff 0%, #eaf4ff 100%) !important; }
.form-wrap { gap: clamp(30px, 5vw, 64px); align-items: start; }
.form-intro { background: linear-gradient(165deg, #ffffff 0%, #f4f9ff 58%, #e5f0ff 100%); border: 1px solid rgba(95, 168, 227, 0.36); border-radius: 18px; padding: clamp(20px, 3vw, 30px); box-shadow: 0 14px 30px rgba(74, 74, 74, 0.1); }
.form-intro .mono, .form-intro h2 { color: #0a2e57 !important; }
.form-intro .body-lede, .form-intro .demo-list li { color: #2f5f8f !important; }
.form-intro .demo-list { margin-top: 24px; }
.form-intro .demo-list li { border-bottom: 1px solid rgba(42, 117, 184, 0.22); padding: 12px 0; }
.form-intro .demo-list .check { background: rgba(244, 196, 48, 0.2); }
.form-section .form-card { background: linear-gradient(160deg, #ffffff 0%, #eef6ff 45%, #dcecff 100%) !important; border: 1px solid rgba(11, 95, 165, 0.3); border-radius: 18px; box-shadow: 0 24px 50px rgba(4, 26, 51, 0.26), 0 0 0 1px rgba(244, 210, 31, 0.22) inset; }
.form-section .form-card h3, .form-section .form-eyebrow, .form-section .field label { color: #0b5fa5 !important; }
.form-section .field input, .form-section .field select, .form-section .field textarea { background: #ffffff; border-color: #b8d2ef; color: #0f172a; }
.form-section .field input::placeholder, .form-section .field textarea::placeholder { color: #55779f; }
.form-section .field input:focus, .form-section .field select:focus, .form-section .field textarea:focus { border-color: #0b5fa5; box-shadow: 0 0 0 3px rgba(11, 95, 165, 0.14); background: #ffffff; }
.form-section .form-submit { background: linear-gradient(135deg, #0b5fa5 0%, #084c8d 45%, #f4d21f 130%); color: #ffffff; box-shadow: 0 16px 30px rgba(8, 49, 94, 0.34); }
footer { background: linear-gradient(165deg, #114a80 0%, #0a2e57 45%, #08294d 100%) !important; border-top: 1px solid rgba(255, 217, 90, 0.34); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.foot-top { grid-template-columns: 1fr 1.4fr; gap: clamp(24px, 4vw, 48px); border-bottom: 1px solid rgba(95, 168, 227, 0.3); }
.foot-top h4, .foot-contact a { color: #ffffff !important; }
.foot-top p, .foot-contact .label, .foot-bottom, .foot-contact .office-address { color: #c7ddf7 !important; }
.foot-contact > div { background: linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%); border: 1px solid rgba(95, 168, 227, 0.35); border-radius: 12px; padding: 12px 14px; }
.foot-contact { gap: 12px; }
.foot-bottom { margin-top: 10px; padding-top: 18px; }
@media (max-width: 700px) { .form-intro, .form-section .form-card { border-radius: 14px; } .foot-top { grid-template-columns: 1fr; } }
.problem-card:hover { background: var(--bg-2) !important; color: #ffffff !important; }
.problem-card:hover .problem-num, .problem-card:hover h4, .problem-card:hover p { color: #ffffff !important; }
.problem-card:hover h4 { background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; }
.foot-contact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-areas: "office office office" "call email web"; gap: 12px 22px; align-items: start; }
.foot-contact > div { background: transparent !important; border: none !important; border-radius: 0 !important; padding: 0 !important; }
.foot-contact > div:nth-child(1) { grid-area: call; }
.foot-contact > div:nth-child(2) { grid-area: office; }
.foot-contact > div:nth-child(3) { grid-area: email; }
.foot-contact > div:nth-child(4) { grid-area: web; }
.foot-contact .office-address { max-width: none; }
@media (max-width: 900px) { .foot-contact { grid-template-columns: 1fr; grid-template-areas: "office" "call" "email" "web"; gap: 10px; } }
.why-grid { align-items: start; }
.why-visual { position: sticky; top: 96px; align-self: start; }
.why-list { max-height: 520px; overflow-y: auto; padding-right: 8px; scrollbar-width: none; -ms-overflow-style: none; }
.why-list::-webkit-scrollbar { width: 0; height: 0; }
.why-list::-webkit-scrollbar-track { background: transparent; }
.why-list::-webkit-scrollbar-thumb { background: transparent; }
@media (max-width: 900px) { .why-visual { position: static; } .why-list { max-height: none; overflow: visible; padding-right: 0; } }
footer .foot-top h4, footer .foot-top p, footer .foot-contact .label, footer .foot-contact a, footer .foot-contact .office-address, footer .foot-bottom { color: #ffffff !important; }
.ind-bg .industry-item { background: linear-gradient(165deg, #ffffff 0%, #f3f9ff 58%, #e6f1ff 100%) !important; border: 1px solid rgba(95,168,227,0.45); box-shadow: 0 10px 22px rgba(74,74,74,0.12); }
.ind-bg .industry-item .icon { color: #2a75b8 !important; }
.ind-bg .industry-item .name { color: #0a2e57 !important; }
.ind-bg .industry-item .sub { color: #2f5f8f !important; }
.benefits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefits-grid .benefit-card.featured { grid-column: span 3; }
.benefits-grid .benefit-card:nth-child(2) { grid-column: span 1; }
.benefits-grid .benefit-card:nth-child(n+3) { grid-column: span 1; }
@media (max-width: 1100px) { .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .benefits-grid .benefit-card.featured, .benefits-grid .benefit-card:nth-child(2), .benefits-grid .benefit-card:nth-child(n+3) { grid-column: span 1; } }
@media (max-width: 640px) { .benefits-grid { grid-template-columns: 1fr; } .benefits-grid .benefit-card { grid-column: 1 / -1; } }
.how-layout { align-items: start; }
.how-side { position: sticky; top: 96px; align-self: start; }
.how-bg .step-list { max-height: 72vh; overflow-y: auto; padding-right: 6px; scrollbar-width: none; -ms-overflow-style: none; }
.how-bg .step-list::-webkit-scrollbar { width: 0; height: 0; }
@media (max-width: 900px) { .how-side { position: static; } .how-bg .step-list { max-height: none; overflow: visible; padding-right: 0; } }
.benefits-grid .benefit-card.featured { background: linear-gradient(160deg, #08294d 0%, #0a2e57 58%, #1f5f99 100%) !important; border: 1px solid rgba(255,217,90,0.34) !important; box-shadow: 0 16px 30px rgba(0,0,0,0.22); }
.benefits-grid .benefit-card.featured .mono { color: #ffd95a !important; }
.benefits-grid .benefit-card.featured .big-num { color: #ffffff !important; text-shadow: none; }
.benefits-grid .benefit-card.featured .big-num span { color: #ffd95a !important; }
.benefits-grid .benefit-card.featured h4, .benefits-grid .benefit-card.featured p { color: #ffffff !important; }
.form-section { background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%) !important; }
.form-wrap { gap: clamp(26px, 4vw, 46px); align-items: start; }
.form-intro { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; }
.form-intro .mono, .form-intro h2 { color: #0a2e57 !important; }
.form-intro .body-lede { color: #2f5f8f !important; max-width: 56ch; }
.form-intro .demo-list { margin-top: 18px; }
.form-intro .demo-list li { color: #2f5f8f !important; border-bottom: 1px solid rgba(42,117,184,0.16); padding: 10px 0; }
.form-intro .demo-list .check { background: #0a2e57; }
.form-section .form-card { background: #ffffff !important; border: 1px solid rgba(95,168,227,0.34) !important; border-radius: 16px; box-shadow: 0 14px 28px rgba(74,74,74,0.12) !important; }
.form-section .form-card h3, .form-section .form-eyebrow, .form-section .field label { color: #0a2e57 !important; }
.form-section .field input, .form-section .field select, .form-section .field textarea { border-color: #c7dff6; background: #ffffff; }
.form-section .form-submit {  box-shadow: 0 10px 20px rgba(10,79,138,0.24); }
@media (max-width: 1024px) { section { padding: clamp(56px, 8vw, 84px) 0; } .container { padding-left: clamp(16px, 3.2vw, 28px); padding-right: clamp(16px, 3.2vw, 28px); } .hero-h1 { max-width: 100%; } .hero-sub, .body-lede { max-width: 100%; } .hero-form-card, .form-card { width: 100%; } }
@media (max-width: 900px) { .field-row { grid-template-columns: 1fr; gap: 12px; } .hero-cta-block { gap: 14px; } .hero-bullets { gap: 14px; } .faq-grid, .form-wrap, .why-grid, .intro-grid, .how-layout { gap: 24px; } .cap-layout { gap: 12px; } .industry-row { gap: 0; } }
@media (max-width: 640px) { .nav .nav-inner { height: 60px; } .nav .logo-img { height: 38px; } .btn-cta, .btn-ghost { width: 100%; justify-content: center; } .hero-form-card, .form-card { padding: 18px 14px; } .problem-card, .benefit-card, .cap-card, .industry-item, .faq-item { padding: 18px 14px; } .step-item { padding: 16px 12px !important; } .foot-contact { gap: 8px; } .foot-bottom { text-align: left; } }

/* Final forced nav contact styles */
.nav#nav .nav-right { display:flex !important; align-items:center !important; gap:10px !important; padding:0 !important; border-radius:0 !important; background:transparent !important; border:none !important; box-shadow:none !important; }
.nav#nav .nav-right .right-section { display:flex !important; align-items:center !important; gap:8px !important; }
.nav#nav .nav-right .whatsapp a,
.nav#nav .nav-right .mobile a { display:inline-flex !important; align-items:center !important; gap:8px !important; padding:0 !important; border-radius:0 !important; border:none !important; background:transparent !important; color:#0a2e57 !important; font-size:12px !important; font-weight:700 !important; line-height:1 !important; box-shadow:none !important; }
.nav#nav .nav-right .whatsapp a i { color:#ffffff !important; font-size:14px !important; }
.nav#nav .nav-right .mobile a i { color:#ffffff !important; font-size:13px !important; }
.nav#nav .nav-right .whatsapp a span,
.nav#nav .nav-right .mobile a span { color:#0a2e57 !important; }
.nav#nav .nav-right .whatsapp a i,
.nav#nav .nav-right .mobile a i {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px dashed #0a2e57 !important;
  background: #0a2e57 !important;
}
.nav#nav .nav-right .top-social-media-icon ul { display:flex !important; align-items:center !important; gap:6px !important; margin:0 !important; padding:0 !important; list-style:none !important; }
.nav#nav .nav-right .top-social-media-icon a { width:32px !important; height:32px !important; border-radius:50% !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; border:1px dashed #0a2e57 !important; background:#0a2e57 !important; }
.nav#nav .nav-right .top-social-media-icon .fb { color:#ffffff !important; }
.nav#nav .nav-right .top-social-media-icon .yt { color:#ffffff !important; }
.nav#nav .nav-right .top-social-media-icon .ld { color:#ffffff !important; }
.nav#nav .nav-right .whatsapp a:hover,
.nav#nav .nav-right .mobile a:hover { background:transparent !important; }

@media (max-width:1200px){
  .nav#nav .nav-right .whatsapp span,
  .nav#nav .nav-right .mobile span { display:none !important; }
  .nav#nav .nav-right .whatsapp a,
  .nav#nav .nav-right .mobile a { width:34px !important; height:34px !important; justify-content:center !important; padding:0 !important; }
}
@media (max-width:900px){
  .nav#nav .nav-right .top-social-media-icon { display:none !important; }
}


.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}