:root {
  --navy-950: #041a36;
  --navy-900: #082b57;
  --navy-800: #0b376d;
  --blue-600: #2f78cf;
  --blue-500: #3d86da;
  --blue-100: #dcebfb;
  --blue-50: #f1f7fd;
  --ink: #101d2f;
  --text: #34455b;
  --muted: #6e7c8f;
  --line: #dce5ef;
  --surface: #f4f7fb;
  --white: #fff;
  --success: #1c8a64;
  --shadow-sm: 0 12px 35px rgba(9, 38, 73, .08);
  --shadow-lg: 0 30px 80px rgba(9, 38, 73, .16);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1200px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
h1, h2, h3, p, ul, ol, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--navy-900); box-shadow: var(--shadow-sm); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
.eyebrow-centered { justify-content: center; }
.eyebrow-light { color: #bcd9fb; }
.eyebrow-warm { color: var(--blue-600); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 15px; cursor: pointer; font-weight: 750; line-height: 1.15; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(61, 134, 218, .35); outline-offset: 4px; }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-500), #266cc1); box-shadow: 0 12px 28px rgba(47, 120, 207, .28); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(47, 120, 207, .36); }
.button-secondary { color: var(--navy-900); border-color: #bdd3ec; background: var(--white); }
.button-secondary:hover { border-color: var(--blue-500); background: var(--blue-50); }
.button-white { color: var(--navy-900); background: var(--white); box-shadow: 0 14px 35px rgba(0, 18, 42, .2); }
.button-white:hover { box-shadow: 0 18px 40px rgba(0, 18, 42, .26); }
.button-ghost { color: var(--text); border-color: var(--line); background: transparent; }
.button-large { min-height: 60px; padding-inline: 29px; border-radius: 17px; }
.button-small { min-height: 44px; padding-inline: 19px; border-radius: 13px; font-size: 14px; }
.button-arrow { fill: none !important; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-800); font-size: 14px; font-weight: 700; border-bottom: 1px solid #a9bdd5; transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: var(--blue-600); border-color: var(--blue-600); }
.text-link span { color: var(--blue-600); }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(10, 46, 88, .08); background: rgba(255, 255, 255, .86); backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .95); box-shadow: 0 8px 30px rgba(9, 38, 73, .07); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 11px; }
.brand img { width: 38px; height: 47px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; }
.brand-name { color: var(--navy-900); font-size: 20px; font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.brand-name em { color: var(--blue-600); font-style: normal; }
.brand-tagline { margin-top: 6px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: #33465e; font-size: 14px; font-weight: 650; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--blue-500); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; border-radius: 12px; background: var(--blue-50); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 720px; overflow: hidden; overflow: clip; background: linear-gradient(180deg, #f7faff 0%, #eef5fc 100%); }
.hero::before { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(26, 88, 155, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 88, 155, .045) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(to right, #000, transparent 83%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: -250px; left: -180px; background: radial-gradient(circle, rgba(61, 134, 218, .18), transparent 70%); }
.hero-glow-two { width: 600px; height: 600px; right: -280px; bottom: -360px; background: radial-gradient(circle, rgba(61, 134, 218, .25), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); align-items: center; gap: 70px; padding-top: 74px; padding-bottom: 78px; }
.hero-copy { max-width: 690px; }
.hero h1 { max-width: 690px; margin-bottom: 24px; color: var(--navy-950); font-size: clamp(45px, 5vw, 70px); font-weight: 850; letter-spacing: -.055em; line-height: 1.01; }
.hero h1 span { color: var(--blue-600); }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: #4a5e76; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-bottom: 36px; }
.hero-points { display: flex; gap: 24px; margin: 0; padding: 0; list-style: none; }
.hero-points li { display: flex; min-width: 0; align-items: flex-start; gap: 10px; }
.hero-points .check { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border: 1px solid #b8d3ef; border-radius: 8px; color: var(--blue-600); background: rgba(255,255,255,.62); font-size: 13px; font-weight: 900; }
.hero-points strong, .hero-points small { display: block; }
.hero-points strong { color: var(--navy-900); font-size: 13px; }
.hero-points small { margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-visual { position: relative; width: min(100%, 490px); justify-self: end; }
.portrait-frame { position: relative; height: 592px; overflow: hidden; border: 1px solid rgba(8,43,87,.12); border-radius: 32px; background: var(--navy-900); box-shadow: 0 32px 80px rgba(7,42,82,.18); }
.portrait-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.portrait-shade { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 43%; background: linear-gradient(transparent, rgba(3,21,43,.94)); }
.portrait-caption { position: absolute; z-index: 3; right: 28px; bottom: 27px; left: 28px; display: grid; grid-template-columns: 1fr 150px; align-items: end; gap: 23px; color: var(--white); }
.portrait-caption span, .portrait-caption strong { display: block; }
.portrait-caption span { margin-bottom: 5px; color: #9fc5ef; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.portrait-caption strong { max-width: 250px; font-size: 23px; letter-spacing: -.035em; line-height: 1.08; }
.portrait-caption > small { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.23); color: #bfd0e4; font-size: 10px; line-height: 1.5; }
.hero-visual-meta { display: flex; justify-content: space-between; gap: 16px; padding: 15px 5px 0; color: var(--navy-800); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-visual-meta span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-500); content: ""; }

.risk-disclosure { background: var(--navy-950); color: var(--white); }
.risk-disclosure-inner { display: flex; min-height: 110px; align-items: center; gap: 18px; padding-block: 22px; }
.risk-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #c9e2ff; font-size: 20px; font-weight: 850; }
.risk-disclosure p { margin: 0; color: #c9d5e5; font-size: 14px; line-height: 1.65; }
.risk-disclosure strong { color: var(--white); }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .split-heading h2, .about-copy h2, .warning-sticky h2, .faq-heading h2 { margin-bottom: 20px; color: var(--navy-950); font-size: clamp(36px, 4vw, 54px); font-weight: 830; letter-spacing: -.05em; line-height: 1.08; }
.section-heading h2 em, .about-copy h2 em, .warning-sticky h2 em { color: var(--blue-600); font-style: normal; }
.section-heading p:not(.eyebrow), .split-heading > p, .faq-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.intro-section { background: var(--white); }
.fit-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; }
.fit-card { position: relative; min-height: 510px; padding: 38px; border-radius: var(--radius-lg); overflow: hidden; }
.fit-card h3 { max-width: 440px; margin-bottom: 32px; font-size: 27px; letter-spacing: -.035em; line-height: 1.15; }
.fit-card-primary { color: var(--white); background: linear-gradient(145deg, var(--navy-900), #0b427f); box-shadow: var(--shadow-lg); }
.fit-card-primary::after { position: absolute; right: -100px; bottom: -140px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.02); content: ""; }
.fit-card-light { border: 1px solid var(--line); background: var(--surface); }
.card-index { margin-bottom: 42px; color: rgba(255,255,255,.6); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.fit-card-light .card-index { color: var(--blue-600); }
.clean-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.clean-list li { display: flex; align-items: flex-start; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.clean-list li > span { padding-top: 2px; color: #8fbbeb; font-size: 11px; font-weight: 800; }
.clean-list p { margin: 0; color: #e8f0f9; line-height: 1.48; }
.audit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.audit-grid > div { display: flex; min-height: 104px; align-items: center; gap: 14px; padding: 17px; border: 1px solid #e1e9f2; border-radius: 17px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.audit-grid > div:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.audit-icon { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 11px; color: var(--blue-600); background: var(--blue-50); font-size: 18px; font-weight: 800; }
.audit-grid p { margin: 0; }
.audit-grid strong, .audit-grid small { display: block; }
.audit-grid strong { color: var(--navy-900); font-size: 14px; }
.audit-grid small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.test-section { padding-top: 30px; background: var(--white); }
.test-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 570px; overflow: hidden; border-radius: 40px; color: var(--white); background: linear-gradient(135deg, #092c5b 0%, #0d4d94 62%, #256fc5 100%); box-shadow: 0 35px 90px rgba(8, 43, 87, .24); }
.test-panel::before { position: absolute; top: -270px; right: 22%; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); content: ""; }
.test-copy { position: relative; z-index: 1; align-self: center; padding: 68px 66px; }
.test-copy h2 { max-width: 580px; margin-bottom: 20px; font-size: clamp(38px, 4vw, 55px); font-weight: 820; letter-spacing: -.05em; line-height: 1.06; }
.test-copy > p:not(.eyebrow):not(.test-note) { max-width: 580px; margin-bottom: 30px; color: #c9dbef; font-size: 17px; line-height: 1.7; }
.test-note { display: flex; align-items: flex-start; gap: 8px; max-width: 510px; margin: 18px 0 0; color: #b8cee7; font-size: 11px; line-height: 1.5; }
.test-note span { color: #62d9a5; font-size: 9px; }
.test-ui { position: relative; z-index: 2; width: min(88%, 430px); align-self: center; justify-self: center; padding: 25px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 30px 70px rgba(0, 24, 54, .28); transform: rotate(1.5deg); }
.test-ui-top { display: flex; align-items: center; gap: 10px; }
.tg-plane { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--blue-600); }
.tg-plane svg { width: 21px; height: 21px; fill: white; }
.test-ui-top p { margin: 0; }
.test-ui-top strong, .test-ui-top small { display: block; }
.test-ui-top strong { color: var(--navy-900); font-size: 13px; }
.test-ui-top small { color: var(--muted); font-size: 10px; }
.test-step { margin-left: auto; color: var(--blue-600); font-size: 11px; font-weight: 800; }
.test-progress { height: 5px; margin: 18px 0 27px; overflow: hidden; border-radius: 10px; background: #e8eef5; }
.test-progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--blue-500); }
.test-question small { display: block; margin-bottom: 8px; color: var(--blue-600); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.test-question strong { display: block; max-width: 330px; margin-bottom: 17px; color: var(--navy-950); font-size: 19px; letter-spacing: -.02em; }
.test-options { display: grid; gap: 8px; }
.test-options span { display: flex; min-height: 45px; align-items: center; padding: 10px 13px; border: 1px solid #dfe7f0; border-radius: 11px; color: #46576b; background: #fbfcfe; font-size: 11px; }
.test-options .selected { border-color: #82b2e9; color: var(--navy-900); background: #ecf5ff; font-weight: 700; }
.test-options b { margin-left: auto; color: var(--blue-600); }
.test-security { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #e9eef4; color: #8490a0; font-size: 9px; }

.process-section { background: var(--surface); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 490px; margin-bottom: 6px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid #ccd8e6; list-style: none; }
.process-item { display: grid; grid-template-columns: 88px minmax(0,1fr) 260px; align-items: center; gap: 30px; min-height: 155px; padding: 27px 20px 27px 0; border-bottom: 1px solid #ccd8e6; transition: padding .25s ease, background .25s ease; }
.process-item:hover { padding-left: 18px; background: rgba(255,255,255,.7); }
.process-number { color: var(--blue-600); font-size: 15px; font-weight: 850; }
.process-body h3 { margin-bottom: 8px; color: var(--navy-900); font-size: 23px; letter-spacing: -.025em; }
.process-body p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.process-result { justify-self: end; padding: 8px 13px; border: 1px solid #c6d8eb; border-radius: 999px; color: var(--navy-800); background: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; white-space: nowrap; }
.process-item-final { color: var(--white); margin: 16px 0 0; padding: 32px 20px; border: 0; border-radius: 20px; background: var(--navy-900); }
.process-item-final:hover { padding-left: 36px; background: #0a356a; }
.process-item-final .process-number, .process-item-final .process-body h3 { color: var(--white); }
.process-item-final .process-body p { color: #bbcaDC; }
.process-item-final .process-result { border-color: rgba(255,255,255,.22); color: #d9e8f8; background: rgba(255,255,255,.08); }

.service-section { background: var(--white); }
.service-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 76px; max-width: none; }
.service-heading h2 { margin-bottom: 0; }
.service-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.service-card-wide { grid-column: span 2; }
.service-card-accent { border-color: transparent; color: var(--white); background: var(--navy-900); }
.service-num { position: absolute; top: 28px; right: 29px; color: #a7b4c4; font-size: 11px; font-weight: 800; }
.service-card-accent .service-num { color: #90add0; }
.service-icon { display: grid; width: 52px; height: 52px; margin-bottom: 65px; place-items: center; border-radius: 15px; color: var(--blue-600); background: var(--blue-50); }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card-accent .service-icon { color: var(--white); background: rgba(255,255,255,.1); }
.service-card h3 { margin-bottom: 11px; color: var(--navy-900); font-size: 23px; letter-spacing: -.03em; }
.service-card-accent h3 { color: var(--white); }
.service-card p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card-accent p { color: #bcd0e6; }
.service-summary { display: grid; grid-template-columns: 120px minmax(0,1fr) auto; align-items: center; gap: 28px; margin-top: 18px; padding: 24px 28px; border: 1px solid #c9dbef; border-radius: 20px; background: var(--blue-50); }
.service-summary > span { color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-summary strong { color: var(--navy-900); font-size: 18px; letter-spacing: -.02em; }
.service-summary p { margin: 0; color: var(--muted); font-size: 12px; }

.warning-section { background: linear-gradient(180deg, #f3f7fc 0%, #eaf2fb 100%); }
.warning-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 85px; }
.warning-sticky { position: sticky; top: calc(var(--header-height) + 40px); }
.warning-sticky > p:not(.eyebrow) { max-width: 450px; color: var(--text); font-size: 16px; line-height: 1.7; }
.warning-sticky h2 em { color: var(--blue-600); }
.warning-callout { display: flex; max-width: 430px; align-items: center; gap: 14px; margin-top: 34px; padding: 17px 18px; border: 1px solid #bed3ea; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); }
.warning-callout > span { display: grid; width: 37px; height: 37px; flex: 0 0 auto; place-items: center; border-radius: 11px; color: var(--white); background: var(--blue-600); font-weight: 850; }
.warning-callout p { margin: 0; color: var(--muted); font-size: 11px; }
.warning-callout strong { display: block; color: var(--navy-900); font-size: 13px; }
.dont-list { border-top: 1px solid #c7d8ea; }
.dont-item { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 20px; padding: 30px 0; border-bottom: 1px solid #c7d8ea; }
.dont-item > span { color: var(--blue-600); font-size: 12px; font-weight: 850; }
.dont-item h3 { margin-bottom: 9px; color: var(--navy-900); font-size: 21px; letter-spacing: -.025em; }
.dont-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.consequences-section { background: var(--white); }
.consequence-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.consequence-card { min-height: 570px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.consequence-card-dark { color: var(--white); border-color: transparent; background: var(--navy-900); }
.consequence-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 52px; }
.consequence-label { display: inline-block; padding: 8px 12px; border-radius: 999px; color: var(--blue-600); background: var(--blue-100); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.consequence-card-dark .consequence-label { color: #d2e6fd; background: rgba(255,255,255,.1); }
.consequence-index { color: #9bb0c7; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.consequence-card-dark .consequence-index { color: #7292b6; }
.consequence-card h3 { max-width: 500px; margin-bottom: 31px; color: var(--navy-900); font-size: 32px; letter-spacing: -.04em; line-height: 1.13; }
.consequence-card-dark h3 { color: var(--white); }
.consequence-list { margin: 0; padding: 0; list-style: none; }
.consequence-list li { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 18px; padding: 17px 0; border-top: 1px solid #d8e2ed; }
.consequence-list strong, .consequence-list span { display: block; }
.consequence-list strong { color: var(--blue-600); font-size: 16px; letter-spacing: -.01em; }
.consequence-list span { color: var(--text); font-size: 14px; line-height: 1.55; }
.consequence-card-dark .consequence-list li { border-top-color: rgba(255,255,255,.13); }
.consequence-card-dark .consequence-list strong { color: #87baf1; }
.consequence-card-dark .consequence-list span { color: #c4d3e4; }
.consequence-takeaway { display: grid; grid-template-columns: 120px minmax(0,1.3fr) minmax(260px,.7fr); align-items: center; gap: 30px; margin-top: 24px; padding: 31px 34px; border: 1px solid #c6d9ed; border-radius: 24px; background: linear-gradient(135deg, #edf6ff, #f8fbff); }
.consequence-takeaway > span { color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.consequence-takeaway strong { color: var(--navy-900); font-size: 22px; letter-spacing: -.03em; line-height: 1.3; }
.consequence-takeaway p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.about-section { background: var(--surface); }
.about-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.team-gallery { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.team-photo { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(8,43,87,.1); border-radius: 24px; background: #dfe9f5; box-shadow: 0 18px 50px rgba(9,38,73,.11); }
.team-photo-main { grid-column: 1 / -1; aspect-ratio: 1.86; }
.team-photo-small { aspect-ratio: 1.25; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.team-photo:hover img { transform: scale(1.025); }
.team-experience { position: absolute; top: 18px; left: 18px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.team-experience strong, .team-experience span { display: block; }
.team-experience strong { color: var(--blue-600); font-size: 26px; letter-spacing: -.05em; line-height: 1; }
.team-experience span { padding-left: 12px; border-left: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.35; text-transform: uppercase; }
.about-copy { max-width: 650px; }
.about-lead { margin-bottom: 30px; color: var(--text); font-size: 18px; line-height: 1.7; }
.about-principles { border-top: 1px solid #cbd8e6; }
.about-principles > div { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 10px; padding: 18px 0; border-bottom: 1px solid #cbd8e6; }
.about-principles > div > span { color: var(--blue-600); font-size: 11px; font-weight: 850; }
.about-principles p { margin: 0; }
.about-principles strong, .about-principles small { display: block; }
.about-principles strong { color: var(--navy-900); font-size: 15px; }
.about-principles small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.about-copy blockquote { position: relative; margin: 31px 0 20px; padding: 20px 23px 20px 47px; border-left: 3px solid var(--blue-500); color: var(--navy-800); background: rgba(255,255,255,.7); font-size: 14px; font-weight: 600; font-style: italic; line-height: 1.65; }
.about-copy blockquote::before { position: absolute; top: 7px; left: 16px; color: #a9c8e9; content: "“"; font-family: Georgia, serif; font-size: 42px; }
.owner-line { margin: 0; }
.owner-line span, .owner-line small { display: block; }
.owner-line span { color: var(--navy-900); font-size: 13px; font-weight: 750; }
.owner-line small { color: var(--muted); font-size: 11px; }

.price-section { padding-top: 32px; background: var(--surface); }
.price-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 62px 66px; border-radius: 34px; color: var(--white); background: linear-gradient(135deg, #061f40, #0a3a73); box-shadow: var(--shadow-lg); }
.price-intro h2 { margin-bottom: 19px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.05em; line-height: 1.08; }
.price-intro > p:not(.eyebrow) { margin: 0; color: #bccde1; font-size: 14px; line-height: 1.7; }
.price-features { display: grid; }
.price-features > div { display: grid; grid-template-columns: 45px minmax(0,1fr); gap: 12px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.price-features > div:first-child { padding-top: 0; }
.price-features > div:last-child { padding-bottom: 0; border-bottom: 0; }
.price-features > div > span { color: #75aee9; font-size: 11px; font-weight: 850; }
.price-features p { margin: 0; }
.price-features strong, .price-features small { display: block; }
.price-features strong { color: var(--white); font-size: 16px; }
.price-features small { margin-top: 4px; color: #afc3da; font-size: 12px; line-height: 1.55; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.faq-heading { position: sticky; top: calc(var(--header-height) + 40px); }
.faq-heading .button { margin-top: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 86px; padding: 22px 2px; color: var(--navy-900); cursor: pointer; font-size: 18px; font-weight: 730; letter-spacing: -.015em; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid #bfd1e5; border-radius: 50%; }
.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; background: var(--blue-600); content: ""; transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-item summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq-item > div { padding: 0 55px 25px 2px; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; overflow: clip; padding: 95px 0; color: var(--white); background: linear-gradient(115deg, #082b57, #0b4d92); }
.final-orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; pointer-events: none; }
.final-orbit-one { width: 430px; height: 430px; top: -250px; right: 17%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.015); }
.final-orbit-two { width: 280px; height: 280px; bottom: -220px; left: 10%; box-shadow: 0 0 0 55px rgba(255,255,255,.02); }
.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.final-cta h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(39px, 4.4vw, 60px); letter-spacing: -.055em; line-height: 1.05; }
.final-cta p:not(.eyebrow) { max-width: 700px; margin: 0; color: #bed2e8; font-size: 16px; }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 55px 0 24px; background: #051a35; color: var(--white); }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 65px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand-footer .brand-name { color: var(--white); }
.brand-footer .brand-tagline { color: #879eb9; }
.footer-description { max-width: 380px; margin: 0; color: #9cb0c8; font-size: 12px; line-height: 1.6; }
.footer-nav { display: flex; gap: 22px; }
.footer-nav a { color: #b3c4d7; font-size: 12px; }
.footer-nav a:hover { color: var(--white); }
.footer-legal { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 40px; padding-top: 24px; color: #7e94ae; font-size: 9px; line-height: 1.55; }
.footer-legal p { margin: 0; }
.footer-disclaimer { max-width: 620px; justify-self: center; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { text-decoration: underline; text-underline-offset: 3px; }
.footer-links a:hover { color: #c5d5e7; }

.mobile-cta { display: none; }
.modal[hidden], .cookie-banner[hidden] { display: none; }
.modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3, 18, 39, .72); backdrop-filter: blur(8px); }
.modal-dialog { position: relative; z-index: 1; width: min(100%, 500px); padding: 43px; border-radius: 28px; background: var(--white); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.modal-close { position: absolute; top: 14px; right: 14px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: var(--muted); background: var(--surface); cursor: pointer; font-size: 25px; line-height: 1; }
.modal-icon { display: grid; width: 58px; height: 58px; margin-bottom: 24px; place-items: center; border-radius: 17px; background: var(--blue-600); }
.modal-icon svg { width: 30px; height: 30px; fill: var(--white); }
.modal-dialog h2 { margin-bottom: 15px; color: var(--navy-950); font-size: 31px; letter-spacing: -.04em; line-height: 1.12; }
.modal-dialog > p:not(.eyebrow) { margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.cookie-banner { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: flex; width: min(calc(100% - 40px), 620px); align-items: center; gap: 22px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-lg); }
.cookie-banner p { margin: 0; color: var(--text); font-size: 11px; line-height: 1.55; }
.cookie-banner p a { color: var(--blue-600); text-decoration: underline; }
.cookie-banner > div { display: flex; flex: 0 0 auto; gap: 7px; }

.legal-page { min-height: 100vh; background: var(--surface); }
.legal-header { padding: 24px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-main { width: min(calc(100% - 48px), 860px); margin-inline: auto; padding: 80px 0 110px; }
.legal-main article { padding: 48px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-sm); }
.legal-main h1 { margin-bottom: 13px; color: var(--navy-950); font-size: clamp(35px, 5vw, 52px); letter-spacing: -.05em; line-height: 1.08; }
.legal-updated { margin-bottom: 38px; color: var(--muted); font-size: 12px; }
.legal-main h2 { margin: 36px 0 12px; color: var(--navy-900); font-size: 22px; letter-spacing: -.025em; }
.legal-main p, .legal-main li { color: var(--text); font-size: 14px; line-height: 1.75; }
.legal-main ul { padding-left: 20px; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--blue-500); background: var(--blue-50); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }

@media (max-width: 1080px) {
  :root { --header-height: 74px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 40px; }
  .hero h1 { font-size: 52px; }
  .hero-points { gap: 13px; }
  .warning-layout, .about-layout { gap: 55px; }
  .faq-layout { gap: 55px; }
  .footer-top { grid-template-columns: 1fr auto; gap: 30px; }
  .footer-description { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 880px) {
  .section { padding: 88px 0; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .menu-toggle { display: flex; margin-left: auto; }
  .main-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: grid; gap: 0; padding: 10px 18px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow-sm); transform: translateY(-130%); transition: transform .25s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid #edf1f6; font-size: 14px; }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { max-width: 780px; font-size: clamp(45px, 8vw, 64px); }
  .hero-visual { width: min(86%, 500px); justify-self: center; margin-top: 15px; }
  .fit-layout, .test-panel, .warning-layout, .about-layout, .price-panel, .faq-layout { grid-template-columns: 1fr; }
  .fit-card { min-height: 0; }
  .test-copy { padding: 56px 50px 30px; }
  .test-ui { margin: 0 auto 50px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .process-item { grid-template-columns: 60px minmax(0,1fr); }
  .process-result { grid-column: 2; justify-self: start; }
  .service-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-card-wide { grid-column: span 1; }
  .service-summary { grid-template-columns: 100px minmax(0,1fr); }
  .service-summary p { grid-column: 2; }
  .warning-sticky, .faq-heading { position: static; }
  .consequence-grid { grid-template-columns: 1fr; }
  .consequence-takeaway { grid-template-columns: 105px minmax(0,1fr); }
  .consequence-takeaway p { grid-column: 2; }
  .team-gallery { width: min(100%, 720px); justify-self: center; }
  .about-copy { max-width: none; }
  .price-panel { gap: 45px; padding: 50px; }
  .faq-layout { gap: 50px; }
  .final-cta-inner { display: grid; gap: 35px; }
  .final-cta .button { justify-self: start; }
  .footer-legal { grid-template-columns: 1fr; gap: 15px; }
  .footer-disclaimer { justify-self: start; }
}

@media (max-width: 620px) {
  :root { --header-height: 68px; }
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .brand img { width: 31px; height: 39px; }
  .brand-name { font-size: 17px; }
  .brand-tagline { font-size: 6.5px; }
  .eyebrow { margin-bottom: 14px; font-size: 9.5px; letter-spacing: .1em; }
  .eyebrow > span { width: 20px; }
  .hero { min-height: auto; }
  .hero-grid { gap: 34px; padding-top: 42px; padding-bottom: 52px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(38px, 11vw, 49px); line-height: 1.02; }
  .hero-lead { margin-bottom: 24px; font-size: 15px; line-height: 1.65; }
  .hero-actions { display: grid; justify-items: start; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
  .hero-points li:last-child { grid-column: 1 / -1; }
  .hero-visual { width: 100%; margin-top: 5px; }
  .portrait-frame { height: 500px; border-width: 1px; border-radius: 26px; }
  .portrait-caption { right: 21px; bottom: 21px; left: 21px; grid-template-columns: 1fr; gap: 9px; }
  .portrait-caption strong { max-width: 240px; font-size: 22px; }
  .portrait-caption > small { max-width: 250px; padding-left: 0; border-left: 0; }
  .hero-visual-meta { padding-top: 12px; font-size: 8px; }
  .risk-disclosure-inner { align-items: flex-start; gap: 13px; padding-block: 20px; }
  .risk-mark { width: 34px; height: 34px; }
  .risk-disclosure p { font-size: 11px; line-height: 1.55; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .split-heading h2, .about-copy h2, .warning-sticky h2, .faq-heading h2 { font-size: 35px; line-height: 1.09; }
  .section-heading p:not(.eyebrow), .split-heading > p, .faq-heading > p { font-size: 14px; }
  .fit-layout { gap: 15px; }
  .fit-card { padding: 27px 22px; border-radius: 24px; }
  .fit-card h3 { font-size: 23px; }
  .card-index { margin-bottom: 28px; }
  .clean-list li { gap: 12px; padding-block: 14px; }
  .clean-list p { font-size: 13px; }
  .audit-grid { grid-template-columns: 1fr; }
  .audit-grid > div { min-height: 85px; }
  .test-section { padding-top: 10px; }
  .test-panel { border-radius: 26px; }
  .test-copy { padding: 39px 23px 28px; }
  .test-copy h2 { font-size: 35px; }
  .test-copy > p:not(.eyebrow):not(.test-note) { font-size: 14px; }
  .test-copy .button { width: 100%; padding-inline: 15px; }
  .test-ui { width: calc(100% - 32px); margin-bottom: 32px; padding: 19px; transform: none; }
  .process-list { border-top: 0; }
  .process-item { grid-template-columns: 46px minmax(0,1fr); gap: 9px; min-height: 0; padding: 24px 0; }
  .process-item:hover { padding-left: 0; }
  .process-body h3 { font-size: 19px; }
  .process-body p { font-size: 12px; }
  .process-result { font-size: 8px; white-space: normal; }
  .process-item-final { margin-top: 12px; padding: 24px 16px; }
  .process-item-final:hover { padding-left: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; padding: 24px; }
  .service-icon { margin-bottom: 42px; }
  .service-heading > p { font-size: 14px; }
  .service-summary { grid-template-columns: 1fr; gap: 9px; padding: 22px; }
  .service-summary strong { font-size: 17px; }
  .service-summary p { grid-column: 1; }
  .warning-layout { gap: 40px; }
  .warning-callout { margin-top: 25px; }
  .dont-item { grid-template-columns: 38px minmax(0,1fr); gap: 10px; padding: 24px 0; }
  .dont-item h3 { font-size: 18px; }
  .dont-item p { font-size: 12px; }
  .consequence-card { min-height: 0; padding: 26px 22px; border-radius: 24px; }
  .consequence-card-top { margin-bottom: 34px; }
  .consequence-card h3 { font-size: 26px; }
  .consequence-list li { grid-template-columns: 1fr; gap: 5px; padding: 15px 0; }
  .consequence-list strong { font-size: 14px; }
  .consequence-list span { font-size: 12px; }
  .consequence-takeaway { grid-template-columns: 1fr; gap: 11px; padding: 24px 22px; }
  .consequence-takeaway strong { font-size: 19px; }
  .consequence-takeaway p { grid-column: 1; font-size: 12px; }
  .about-layout { gap: 55px; }
  .team-gallery { gap: 8px; }
  .team-photo { border-radius: 16px; }
  .team-photo-small { aspect-ratio: 1.05; }
  .team-experience { top: 9px; left: 9px; gap: 8px; padding: 9px 10px; border-radius: 11px; }
  .team-experience strong { font-size: 21px; }
  .team-experience span { padding-left: 8px; font-size: 7px; }
  .about-lead { font-size: 15px; }
  .about-principles > div { grid-template-columns: 32px minmax(0,1fr); }
  .about-copy blockquote { padding-left: 40px; font-size: 12px; }
  .price-section { padding-top: 10px; }
  .price-panel { gap: 35px; padding: 35px 23px; border-radius: 25px; }
  .price-intro h2 { font-size: 35px; }
  .faq-item summary { min-height: 76px; font-size: 15px; }
  .faq-item > div { padding-right: 30px; }
  .faq-item p { font-size: 12px; }
  .final-cta { padding: 70px 0; }
  .final-cta h2 { font-size: 38px; }
  .final-cta p:not(.eyebrow) { font-size: 14px; }
  .final-cta .button { width: 100%; }
  .site-footer { padding-top: 42px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-description { grid-column: 1; grid-row: auto; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
  .mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 10px; left: 12px; display: flex; height: 55px; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: var(--white); background: linear-gradient(135deg, var(--blue-500), #2266b8); box-shadow: 0 15px 35px rgba(15, 72, 135, .35); font-size: 14px; font-weight: 800; }
  .mobile-cta svg { width: 20px; height: 20px; fill: currentColor; }
  .modal-dialog { padding: 36px 24px 25px; }
  .modal-dialog h2 { font-size: 27px; }
  .cookie-banner { right: 12px; bottom: 77px; left: 12px; width: auto; align-items: stretch; flex-direction: column; }
  .cookie-banner > div { width: 100%; }
  .cookie-banner .button { flex: 1; }
  .legal-main { width: min(calc(100% - 28px), 860px); padding: 45px 0 80px; }
  .legal-main article { padding: 28px 21px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
