:root {
    --ink: #101735;
    --navy: #111b4d;
    --navy-deep: #070d2a;
    --cyan: #59d6ff;
    --cyan-soft: #ddf5ff;
    --cream: #edf3f9;
    --paper: #f8fafc;
    --line: rgba(16, 23, 53, 0.16);
    --muted: #5c6880;
    --error: #9f2f2f;
    --success: #155e9f;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --shadow: 0 26px 70px rgba(7, 13, 42, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 10;
    opacity: .028;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 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; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--cyan); color: var(--navy); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand .brand-symbol { width: 56px; height: 56px; flex: 0 0 56px; object-fit: contain; }
.brand-mark { position: relative; width: 36px; height: 38px; display: inline-block; }
.brand-mark i { position: absolute; width: 26px; height: 13px; border-left: 8px solid var(--cyan); border-bottom: 8px solid var(--cyan); transform: rotate(-45deg) skew(5deg, 5deg); }
.brand-mark i:first-child { top: 2px; left: 0; }
.brand-mark i:last-child { right: 0; bottom: 2px; opacity: .58; }
.brand-words { display: grid; line-height: 1; }
.brand-words strong { font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.brand-words small { margin-top: 4px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav > a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; text-decoration: none; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; color: white; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 54px; padding: 0 24px; border: 1px solid var(--cyan); border-radius: 2px; color: var(--navy-deep); background: var(--cyan); font-weight: 800; font-size: 14px; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); background: #8de2ff; border-color: #8de2ff; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #8de2ff; outline-offset: 3px; }
.button-small { min-height: 43px; padding: 0 18px; color: var(--navy-deep) !important; }
.button-light { background: transparent; color: white; border-color: rgba(255,255,255,.58); }
.button-light:hover { color: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 14px; font-weight: 750; text-underline-offset: 5px; }
.text-link.dark { color: var(--navy); }
.eyebrow, .section-number { margin: 0 0 22px; color: #185fae; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan); }

.hero { position: relative; overflow: hidden; padding: 185px 0 90px; color: white; background: var(--navy-deep); }
.hero::before { content: ''; position: absolute; width: 780px; height: 780px; top: -270px; right: -240px; border-radius: 50%; border: 1px solid rgba(89,214,255,.20); box-shadow: 0 0 0 90px rgba(89,214,255,.028), 0 0 0 180px rgba(89,214,255,.018); }
.hero::after { content: ''; position: absolute; right: 9%; bottom: -230px; width: 440px; height: 520px; transform: rotate(25deg); background: linear-gradient(135deg, rgba(49,108,255,.12), transparent 58%); border-left: 1px solid rgba(89,214,255,.18); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); align-items: center; gap: 100px; }
.hero-copy h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.2vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.052em; }
.hero-copy h1 em { color: var(--cyan); font-weight: 400; }
.hero-lead { max-width: 665px; margin: 32px 0 0; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; color: rgba(255,255,255,.66); font-size: 12px; }
.trust-list span { color: var(--cyan); margin-right: 7px; }
.hero-card { position: relative; padding: 30px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.hero-card::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(16,23,53,.12); pointer-events: none; }
.card-topline { position: relative; display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { color: #1b63b8; }
.status-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #22b8ee; }
.card-kicker { position: relative; margin: 27px 0 18px; font-family: var(--serif); font-size: 27px; letter-spacing: -.03em; }
.purpose-list { position: relative; }
.purpose-list > div { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.purpose-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid #8995ad; border-radius: 50%; color: #344976; font-family: var(--serif); font-size: 12px; }
.purpose-list p { display: grid; margin: 0; line-height: 1.3; }
.purpose-list strong { font-size: 14px; }
.purpose-list small { margin-top: 4px; color: var(--muted); }
.hero-card > a { position: relative; display: flex; justify-content: space-between; margin-top: 14px; padding: 17px 0 2px; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.hero-rule { position: absolute; left: 0; bottom: 0; width: 15%; height: 5px; background: var(--cyan); }

.statement { padding: 92px 0; background: var(--cream); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.statement blockquote { margin: 0; max-width: 870px; font-family: var(--serif); font-size: clamp(31px, 4vw, 53px); line-height: 1.2; letter-spacing: -.035em; }
.statement blockquote em { color: #1b63b8; font-weight: 400; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; margin-bottom: 62px; }
.section-heading h2, .process h2, .about-copy h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-grid article { min-height: 300px; padding: 28px 28px 35px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.solution-grid article:last-child { border-right: 0; }
.solution-grid article:hover { background: var(--cream); transform: translateY(-6px); }
.solution-grid article > span { display: block; margin-bottom: 80px; color: #1d6dc4; font-family: var(--serif); }
.solution-grid h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.2; }
.solution-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.process { position: relative; overflow: hidden; color: white; background: var(--navy); }
.process::after { content: 'TODAY'; position: absolute; right: -20px; bottom: -105px; color: rgba(255,255,255,.025); font-size: 200px; font-weight: 900; letter-spacing: -.08em; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.process-intro > p:not(.eyebrow) { max-width: 530px; margin: 30px 0 36px; color: rgba(255,255,255,.65); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span { color: var(--cyan); font-family: var(--serif); }
.steps h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; gap: 100px; }
.about-panel { position: relative; min-height: 520px; padding: 40px; overflow: hidden; color: white; background: #111b4d; }
.about-panel::before, .about-panel::after { content: ''; position: absolute; border: 1px solid rgba(89,214,255,.30); transform: rotate(45deg); }
.about-panel::before { width: 340px; height: 340px; right: -170px; top: -95px; }
.about-panel::after { width: 240px; height: 240px; left: -140px; bottom: -80px; }
.about-panel .section-number { color: var(--cyan); }
.monogram { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -55%); color: rgba(255,255,255,.10); font-family: var(--serif); font-size: 160px; letter-spacing: -.1em; }
.panel-note { position: absolute; left: 40px; bottom: 40px; margin: 0; color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.about-copy { align-self: center; }
.about-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 17px; }
.about-copy h2 { margin-bottom: 32px; }
.about-copy .text-link { margin-top: 18px; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 90px; }
.contact-copy { position: sticky; top: 40px; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0; color: var(--muted); }
.contact-note { display: flex; gap: 16px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.contact-note > span { color: #1b68bb; font-size: 24px; }
.contact-note p { margin: 0; }
.contact-note strong { color: var(--ink); }
.form-card { padding: 42px; background: white; box-shadow: 0 18px 55px rgba(10,20,58,.09); border-top: 4px solid var(--cyan); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.field label span { color: #1b68bb; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c4ccda; border-radius: 0; padding: 13px 14px; color: var(--ink); background-color: #fff; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.field input, .field select { min-height: 51px; }
.field select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 50px;
    border-color: #b8c2d1;
    border-radius: 3px;
    background-image:
        linear-gradient(45deg, transparent 50%, #182a67 50%),
        linear-gradient(135deg, #182a67 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 2px),
        calc(100% - 16px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.field select:hover { border-color: #7788a7; background-color: #f8fbff; }
.field select:required:invalid { color: #68748a; }
.field select option { color: var(--ink); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #1b6fd1; box-shadow: 0 0 0 3px rgba(27,111,209,.12); outline: none; }
.field [aria-invalid="true"] { border-color: var(--error); }
.field-hint, .field-error { display: block; min-height: 18px; margin-top: 5px; font-size: 11px; }
.field-hint { color: var(--muted); }
.field-error { color: var(--error); }
.field-hint + .field-error { margin-top: -18px; }
.field-hint + .field-error:not(:empty) { margin-top: 3px; }
.form-submit { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: center; gap: 26px; padding-top: 8px; }
.submit-button { min-width: 225px; justify-content: space-between; gap: 20px; white-space: nowrap; }
.submit-arrow { display: grid; place-items: center; align-self: stretch; padding-left: 19px; border-left: 1px solid rgba(7,13,42,.22); font-size: 19px; line-height: 1; }
.form-submit p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-status { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 28px; padding: 18px; border: 1px solid; }
.form-status > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: white; font-weight: 900; }
.form-status h3, .form-status p { margin: 0; }
.form-status h3 { font-family: var(--serif); font-size: 21px; }
.form-status p { margin-top: 2px; font-size: 13px; }
.form-status.success { color: var(--success); border-color: #b4d8f2; background: #edf7fd; }
.form-status.success > span { background: var(--success); }
.form-status.error { color: var(--error); border-color: #dfb7b7; background: #fff3f3; }
.form-status.error > span { background: var(--error); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 70px 0 24px; color: white; background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 60px; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.56); font-family: var(--serif); font-size: 18px; }
.brand-footer .brand-symbol { width: 56px; height: 56px; flex-basis: 56px; }
.back-top { font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.back-top span { margin-left: 8px; color: var(--cyan); }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; color: rgba(255,255,255,.42); font-size: 10px; }
.footer-legal p { margin: 0; }

@media (max-width: 980px) {
    .section { padding: 88px 0; }
    .hero { padding-top: 160px; }
    .hero-grid { grid-template-columns: 1fr; gap: 58px; }
    .hero-card { max-width: 600px; }
    .solution-grid { grid-template-columns: 1fr 1fr; }
    .solution-grid article:nth-child(2) { border-right: 0; }
    .solution-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .process-grid, .about-grid, .contact-grid { gap: 65px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .about-grid { grid-template-columns: .8fr 1.2fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-copy { position: static; max-width: 700px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .header-inner { min-height: 82px; }
    .brand .brand-symbol { width: 48px; height: 48px; flex-basis: 48px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: 82px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; color: white; background: #101943; box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a { padding: 13px 12px; }
    .primary-nav .button { margin-top: 6px; }
    .hero { padding: 132px 0 70px; }
    .hero-copy h1 { font-size: clamp(48px, 16vw, 69px); }
    .hero-lead { font-size: 17px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .trust-list { display: grid; }
    .statement { padding: 70px 0; }
    .statement-grid, .section-heading, .process-grid, .about-grid { grid-template-columns: 1fr; }
    .statement-grid { gap: 8px; }
    .section-heading { gap: 25px; }
    .solution-grid { grid-template-columns: 1fr; }
    .solution-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .solution-grid article > span { margin-bottom: 45px; }
    .process-grid { gap: 62px; }
    .about-panel { min-height: 430px; }
    .about-copy { order: -1; }
    .form-card { padding: 28px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .form-submit { grid-template-columns: 1fr; align-items: stretch; }
    .submit-button { width: 100%; }
    .footer-main { grid-template-columns: 1fr; gap: 28px; }
    .footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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