:root {
  --ink: #13243c;
  --ink-deep: #081525;
  --ink-soft: #263d59;
  --paper: #f7f8f9;
  --paper-strong: #ffffff;
  --line: rgba(19, 36, 60, .14);
  --orange: #ff7e20;
  --orange-soft: #ffad68;
  --sky: #9cc7ee;
  --text: #25364b;
  --muted: #69788b;
  --shell: min(1180px, calc(100% - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink-deep); }
body { margin: 0; color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.55; background: var(--paper); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 132px 0; overflow: clip; }
.section-dark { color: #f7fafc; background: var(--ink-deep); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; color: #081525; background: #fff; border-radius: 5px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; flex-direction: column; gap: 5px; text-decoration: none; color: #d5dce6; font-size: .68rem; letter-spacing: .075em; text-transform: uppercase; }
.brand-mark { position: relative; display: block; width: 188px; line-height: 0; }
.brand-logo { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.brand-accent { position: absolute; inset: 0; display: block; width: 100%; height: 100%; clip-path: inset(0 0 0 82.5%); }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .79rem; letter-spacing: .025em; }
.main-nav a { text-decoration: none; color: #d5dce6; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--orange-soft); }
.main-nav .nav-cta { padding: 10px 14px; border: 1px solid rgba(255,255,255,.44); color: #fff; }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { border-color: var(--orange); color: #fff; background: rgba(255,126,32,.17); }
.menu-toggle { display: none; color: #fff; border: 0; background: transparent; }

.hero { min-height: 770px; display: flex; flex-direction: column; padding-top: 185px; padding-bottom: 35px; }
.hero-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(151,180,210,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(151,180,210,.065) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero::before { content: ""; position: absolute; width: 70vw; aspect-ratio: 1; top: -35vw; right: -14vw; border-radius: 50%; background: radial-gradient(circle, rgba(69,121,175,.22), rgba(8,21,37,0) 67%); }
.hero-inner { position: relative; flex: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.hero-copy { padding-bottom: 28px; }
.eyebrow, .section-index { margin: 0 0 24px; display: flex; gap: 10px; align-items: center; color: var(--orange); font-size: .72rem; font-weight: 650; text-transform: uppercase; letter-spacing: .125em; }
.eyebrow span { width: 30px; height: 1px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 26px; color: #fff; font-family: var(--serif); font-weight: 400; font-size: clamp(3.35rem, 5.15vw, 5.55rem); line-height: .99; letter-spacing: -.057em; }
h1 em { color: var(--orange-soft); font-style: italic; }
.hero-lead { max-width: 590px; color: #c5d0dc; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 18px; border: 1px solid var(--orange); font-size: .78rem; font-weight: 650; letter-spacing: .025em; text-decoration: none; transition: transform .2s ease, background .2s ease, border .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #1a2431; background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: #ff9b4c; border-color: #ff9b4c; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .76rem; font-weight: 700; text-decoration: none; letter-spacing: .055em; text-transform: uppercase; }
.text-link span, .contact-email span { color: var(--orange); font-size: 1.1em; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span, .contact-email:hover span { transform: translate(3px, 3px); }
.text-link.light { color: #ecf1f6; }
.pathway-links { display: flex; gap: 32px; margin-top: 60px; }
.pathway-links a { display: inline-flex; align-items: center; gap: 10px; color: #b9c6d4; font-size: .75rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.23); padding-bottom: 6px; transition: color .2s ease, border .2s ease; }
.pathway-links span { color: var(--orange); font-size: .68rem; }
.pathway-links a:hover, .pathway-links a:focus-visible { color: #fff; border-color: var(--orange); }
.hero-art { position: relative; min-height: 540px; }
.hero-art svg { position: absolute; width: 110%; max-width: none; left: -6%; top: 2%; filter: drop-shadow(0 14px 26px rgba(0,0,0,.18)); }
.art-grid-line { stroke: rgba(160,192,223,.14); stroke-width: 1; }
.market-line { stroke-dasharray: 900; stroke-dashoffset: 0; animation: draw-line 2.2s ease-out both; }
.market-points circle { fill: var(--orange); stroke: #ffbb80; stroke-width: 5; animation: pulse 3.5s ease-in-out infinite; }
.market-points circle:nth-child(2) { animation-delay: .7s; }.market-points circle:nth-child(3) { animation-delay: 1.4s; }.market-points circle:nth-child(4) { animation-delay: 2.1s; }
.data-labels rect { fill: rgba(17,41,68,.7); stroke: rgba(182,210,236,.25); }.data-labels path { stroke: rgba(230,240,249,.56); stroke-width: 3; stroke-linecap: round; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { width: 360px; height: 360px; right: 7%; top: 17%; background: radial-gradient(circle at 35% 31%, rgba(91,152,211,.35), rgba(20,55,91,.05) 60%, transparent 72%); }.orb-two { width: 150px; height: 150px; left: 6%; bottom: 6%; background: radial-gradient(circle, rgba(255,126,32,.15), transparent 65%); }
.art-caption { position: absolute; display: grid; gap: 1px; padding: 13px 15px; min-width: 164px; background: rgba(10,27,47,.79); border: 1px solid rgba(172,201,230,.19); backdrop-filter: blur(7px); }.art-caption span { color: #b4c4d6; font-size: .59rem; text-transform: uppercase; letter-spacing: .11em; }.art-caption strong { color: #fff; font-family: var(--serif); font-weight: 400; font-size: 1.8rem; line-height: 1; }.art-caption small { color: #bcc9d7; font-size: .64rem; }.art-caption-top { top: 8%; right: -4%; }.art-caption-bottom { left: -5%; bottom: 5%; }
.hero-foot { position: relative; display: flex; justify-content: space-between; color: #9eafc1; font-size: .72rem; letter-spacing: .04em; }.hero-foot a { color: #fff; text-decoration: none; }.hero-foot a span { color: var(--orange); margin-left: 5px; }

.intro-section { background: var(--paper-strong); }
.split-heading { display: grid; grid-template-columns: .78fr 1.42fr; gap: 60px; }.section-index { color: var(--orange); }.section-index span { color: var(--muted); font-size: .67rem; font-weight: 650; }.light-index span { color: #bfcbda; }
h2 { margin-bottom: 26px; color: var(--ink); font-family: var(--serif); font-size: clamp(2.35rem, 3.6vw, 4.3rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.04; }.body-large { max-width: 735px; color: var(--ink-soft); font-size: 1.14rem; line-height: 1.72; }.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 90px; }.metric-row article { padding: 30px 0 18px; border-top: 1px solid var(--line); }.metric-row strong { display: block; margin-bottom: 17px; color: var(--ink); font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.065em; line-height: .85; }.metric-row strong small, .metric-row sup { font-size: .38em; letter-spacing: 0; }.metric-row p { max-width: 225px; margin: 0; color: var(--muted); font-size: .83rem; }

.route-section { padding: 0; }.route-layout { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8vw; }.route-intro { padding-block: 110px; }.route-intro h2 { max-width: 560px; }.route-intro > p:not(.section-index) { max-width: 520px; color: var(--ink-soft); }.route-intro .text-link { margin-top: 18px; }.route-list { border-left: 1px solid var(--line); }.route-list article { position: relative; padding: 31px 10px 31px 86px; border-bottom: 1px solid var(--line); }.route-list article:first-child { border-top: 1px solid var(--line); }.route-number { position: absolute; left: 22px; top: 37px; color: var(--orange); font-size: .75rem; font-weight: 700; }.route-list h3, .professional-points span { margin-bottom: 8px; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.035em; }.route-list p { max-width: 395px; margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.route-professional { color: #eff4f8; }.route-professional::before { content: ""; position: absolute; width: 65vw; height: 100%; right: -26vw; top: 0; background: radial-gradient(ellipse at center, rgba(37,83,129,.37), transparent 68%); }.route-professional h2 { color: #fff; }.route-professional .route-intro > p:not(.section-index) { color: #c2d0dd; }.professional-points { position: relative; }.professional-points > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 31px 0; border-top: 1px solid rgba(211,228,244,.19); }.professional-points > div:last-child { border-bottom: 1px solid rgba(211,228,244,.19); }.professional-points span { color: var(--orange-soft); font-size: 1.1rem; }.professional-points p { margin: 0; color: #c5d2de; font-size: .91rem; }.professional-signal { position: absolute; right: -2%; bottom: 14%; width: 310px; height: 230px; opacity: .18; display: flex; align-items: end; gap: 20px; transform: rotate(-14deg); }.professional-signal span { width: 27px; background: linear-gradient(to top, #ff7e20, rgba(255,126,32,.02)); }.professional-signal span:nth-child(1) { height: 37%; }.professional-signal span:nth-child(2) { height: 59%; }.professional-signal span:nth-child(3) { height: 45%; }.professional-signal span:nth-child(4) { height: 82%; }.professional-signal span:nth-child(5) { height: 100%; }

.methodology-section { background: #eef2f5; }.section-heading { display: grid; grid-template-columns: .78fr 1.42fr; gap: 60px; margin-bottom: 78px; }.section-heading h2 { max-width: 720px; }.method-stack { border-top: 1px solid var(--line); }.method-stack article { display: grid; grid-template-columns: 105px 1.15fr .95fr; gap: 26px; align-items: start; padding: 33px 0; border-bottom: 1px solid var(--line); }.method-number { color: var(--orange); font-size: .8rem; font-weight: 750; }.method-kicker { margin-bottom: 4px; color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.method-stack h3 { margin-bottom: 0; color: var(--ink); font-family: var(--serif); font-size: 1.48rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.14; }.method-stack article > p { max-width: 365px; margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.trust-section { background: var(--paper-strong); }.trust-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }.trust-art { position: relative; min-height: 500px; }.trust-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(39,72,109,.19); border-radius: 50%; transform: translate(-50%, -50%); }.ring-one { width: 425px; aspect-ratio: 1; }.ring-two { width: 290px; aspect-ratio: 1; border-color: rgba(255,126,32,.36); animation: ring-drift 8s ease-in-out infinite; }.ring-three { width: 156px; aspect-ratio: 1; border-style: dashed; }.trust-core { position: absolute; top: 50%; left: 50%; width: 126px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; color: #fff; background: var(--ink); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 20px 45px rgba(19,36,60,.22); }.trust-core span { color: var(--orange-soft); font-family: var(--serif); font-size: 2rem; line-height: 1; }.trust-core i { width: 22px; height: 1px; margin: 9px 0; background: rgba(255,255,255,.5); }.trust-core small { font-size: .55rem; line-height: 1.25; text-align: center; text-transform: uppercase; letter-spacing: .095em; }.trust-copy h2 { max-width: 670px; }.trust-copy > p:not(.section-index) { max-width: 670px; color: var(--ink-soft); }.trust-statements { margin-top: 34px; border-top: 1px solid var(--line); }.trust-statements p { display: flex; gap: 12px; margin: 0; padding: 14px 0; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: .89rem; }.trust-statements span { color: var(--orange); font-weight: 800; }.trust-statements strong { color: var(--ink); }

.contact-section { padding-block: 118px; }.contact-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; }.contact-copy h2 { color: #fff; }.contact-copy > p:not(.section-index) { max-width: 380px; color: #c6d1dd; font-size: 1.05rem; }.contact-email { display: inline-flex; gap: 11px; align-items: center; margin: 23px 0 82px; color: var(--orange-soft); font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2rem); text-decoration: none; }.contact-note { color: #9bafc2 !important; font-size: .75rem; line-height: 1.65; }.contact-note a { color: #d8e4ee; }.contact-form { padding: 34px; background: rgba(255,255,255,.055); border: 1px solid rgba(187,210,233,.18); }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 18px; }.field { display: grid; gap: 7px; }.field-full { grid-column: 1 / -1; }.field label, .consent { color: #d6e1eb; font-size: .75rem; }.field input, .field textarea, .field select { width: 100%; min-width: 0; padding: 11px 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(220,234,246,.38); border-radius: 0; outline: none; transition: border .2s ease; }.field select { color: #e7edf3; }.field select option { color: var(--ink); }.field textarea { resize: vertical; }.field input::placeholder, .field textarea::placeholder { color: #8397aa; }.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); }.anti-robot { max-width: 270px; margin-top: 6px; }.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px); white-space: nowrap; }.consent { display: flex; gap: 10px; align-items: flex-start; margin: 24px 0 21px; color: #bfcddd; line-height: 1.55; }.consent input { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 3px; accent-color: var(--orange); }.consent a { color: #fff; }.form-submit { border: 0; }.required-note { margin: 14px 0 0; color: #91a5b8; font-size: .69rem; }

.site-footer { color: #c3d0dc; background: #050e19; }.footer-main { display: grid; grid-template-columns: 1.35fr .8fr .85fr; gap: 60px; align-items: start; padding: 52px 0 39px; }.footer-brand { display: grid; gap: 10px; }.footer-brand .brand-mark { width: 176px; }.footer-brand span:not(.brand-mark) { color: #98a9bb; font-size: .65rem; text-transform: uppercase; letter-spacing: .095em; }.footer-finadoc img { width: 108px; margin-bottom: 15px; }.footer-finadoc p, .footer-links { margin: 0; color: #9aacbd; font-size: .76rem; }.footer-links { display: grid; justify-content: start; gap: 8px; }.footer-links a { text-decoration: none; }.footer-links a:hover, .footer-links a:focus-visible { color: var(--orange-soft); }.footer-bottom { display: flex; justify-content: space-between; gap: 32px; padding: 19px 0 25px; border-top: 1px solid rgba(204,224,243,.13); color: #899bad; font-size: .67rem; line-height: 1.55; }.footer-bottom p:first-child { max-width: 770px; }.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes draw-line { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } } @keyframes pulse { 50% { r: 10; opacity: .7; } } @keyframes ring-drift { 50% { transform: translate(-50%, -50%) scale(1.07); border-color: rgba(255,126,32,.18); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 680px); }.site-header { position: absolute; }.header-inner { min-height: 72px; }.brand-mark { width: 156px; }.main-nav { position: absolute; top: 72px; left: 0; width: 100%; display: none; padding: 20px max(20px, calc((100% - 680px) / 2)); align-items: stretch; flex-direction: column; gap: 17px; background: #0b1a2d; border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 16px 28px rgba(0,0,0,.2); }.main-nav.is-open { display: flex; }.main-nav .nav-cta { text-align: center; }.menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.menu-toggle-icon, .menu-toggle-icon::before, .menu-toggle-icon::after { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s ease; }.menu-toggle-icon { position: relative; }.menu-toggle-icon::before, .menu-toggle-icon::after { content: ""; position: absolute; left: 0; }.menu-toggle-icon::before { top: -6px; }.menu-toggle-icon::after { top: 6px; }.menu-toggle[aria-expanded="true"] .menu-toggle-icon { background: transparent; }.menu-toggle[aria-expanded="true"] .menu-toggle-icon::before { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-toggle-icon::after { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 145px; }.hero-inner, .split-heading, .section-heading, .trust-layout, .contact-layout { grid-template-columns: 1fr; }.hero-inner { gap: 10px; }.hero-copy { padding-bottom: 0; }.hero-art { min-height: 430px; max-width: 620px; width: 100%; margin: 0 auto; }.hero-foot { margin-top: 15px; }.split-heading, .section-heading { gap: 0; }.split-heading .section-index, .section-heading .section-index { margin-bottom: 38px; }.metric-row { margin-top: 64px; }.route-layout { min-height: auto; grid-template-columns: 1fr; gap: 0; }.route-intro { padding: 104px 0 56px; }.route-list { margin-bottom: 88px; }.route-professional .route-intro { padding-bottom: 43px; }.professional-points { padding-bottom: 90px; }.method-stack article { grid-template-columns: 70px 1fr; }.method-stack article > p { grid-column: 2; }.trust-art { min-height: 400px; order: 2; }.trust-copy { order: 1; }.contact-copy { padding-bottom: 48px; }.contact-email { margin-bottom: 26px; }.contact-note { display: none; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 1 / -1; grid-template-columns: repeat(3, max-content); gap: 18px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 36px); }.section { padding: 86px 0; }.hero { padding-top: 128px; }.brand span { font-size: .55rem; }.hero h1 { font-size: clamp(2.85rem, 13vw, 4.2rem); }.hero-lead { font-size: 1rem; }.hero-actions, .pathway-links { align-items: flex-start; flex-direction: column; }.pathway-links { gap: 14px; margin-top: 42px; }.hero-art { min-height: 314px; }.hero-art svg { width: 118%; left: -9%; top: 0; }.art-caption { padding: 9px 10px; min-width: 135px; }.art-caption strong { font-size: 1.4rem; }.art-caption-top { right: -3%; }.art-caption-bottom { left: -3%; }.hero-foot span { display: none; }.hero-foot { justify-content: flex-end; } h2 { font-size: clamp(2.25rem, 10vw, 3.3rem); }.metric-row { grid-template-columns: 1fr; gap: 5px; margin-top: 49px; }.metric-row article { padding-block: 23px; }.route-list article { padding-left: 63px; }.route-number { left: 4px; }.professional-points > div { grid-template-columns: 1fr; gap: 7px; }.methodology-section { padding-top: 87px; }.section-heading { margin-bottom: 50px; }.method-stack article { grid-template-columns: 1fr; gap: 13px; }.method-stack article > p { grid-column: auto; }.method-number { margin-bottom: 2px; }.trust-art { min-height: 315px; }.ring-one { width: 315px; }.ring-two { width: 210px; }.ring-three { width: 110px; }.trust-core { width: 95px; }.trust-core span { font-size: 1.65rem; }.contact-section { padding-top: 88px; }.contact-form { padding: 24px 19px; }.form-grid { grid-template-columns: 1fr; }.footer-main { grid-template-columns: 1fr; gap: 34px; }.footer-links { grid-column: auto; grid-template-columns: 1fr; gap: 9px; }.footer-bottom { flex-direction: column; gap: 11px; }.footer-bottom p:first-child { max-width: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; }.market-line, .market-points circle, .ring-two { animation: none; }.button, .text-link span, .contact-email span { transition: none; } }
