@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-800.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
    --navy: #040080;
    --navy-deep: #1B1464;
    --navy-ink: #0b0a2e;
    --orange: #F56300;
    --orange-bright: #ff7a1a;
    --paper: #f4f6fb;
    --white: #fff;
    --mist: #e7ebf5;
    --grey: #5c6478;
    --line: #d5dbeb;
    --red: #b42318;
    --heading: "Barlow Condensed", sans-serif;
    --body: "Manrope", sans-serif;
    --shell: min(1180px, calc(100% - 40px));
    --header-offset: 118px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--navy-ink);
    background:
        radial-gradient(circle at top right, rgba(245, 99, 0, .08), transparent 28%),
        radial-gradient(circle at top left, rgba(4, 0, 128, .08), transparent 32%),
        var(--paper);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { width: 1.1em; height: 1.1em; stroke-width: 2; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: .98; letter-spacing: .01em; text-transform: uppercase; }
h1 { font-size: clamp(3.2rem, 8vw, 6.4rem); margin-bottom: 18px; }
h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 5vw, 4.2rem); }
h3 { font-size: 1.55rem; margin-bottom: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
    position: fixed; top: 0; left: 10px; z-index: 100;
    padding: 10px 16px; color: var(--white); background: var(--orange);
    transform: translateY(-120%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
    color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.lead { max-width: 720px; color: var(--grey); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button {
    display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
    padding: 12px 20px; border: 1px solid var(--orange); color: var(--white); background: var(--orange);
    font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { background: var(--orange-bright); border-color: var(--orange-bright); transform: translateY(-2px); }
.button--outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button--outline:hover { color: var(--navy-ink); background: var(--white); border-color: var(--white); }
.button--light { color: var(--navy-deep); background: var(--white); border-color: var(--white); }
.button--ghost { color: var(--navy-deep); background: transparent; border-color: rgba(27,20,100,.25); }
.button--ghost:hover { background: var(--mist); color: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; border-bottom: 1px solid currentColor; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; box-shadow: 0 10px 30px rgba(4,0,128,.12); }
.contact-strip { color: var(--white); background: linear-gradient(90deg, var(--navy-deep), var(--navy)); }
.contact-strip__inner {
    min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
    font-size: .8rem; font-weight: 700;
}
.contact-strip p { margin: 0; display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
.contact-strip p span { opacity: .82; font-weight: 600; }
.contact-strip__links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.contact-strip a { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.contact-strip a:hover { color: #ffd2b0; }
.nav-bar { color: var(--navy-ink); background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(27,20,100,.08); }
.nav-bar__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { width: auto; height: 52px; }
.brand--footer .brand__logo { height: 58px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .86rem; font-weight: 750; }
.site-nav > a { padding-block: 10px; }
.site-nav > a:hover, .site-nav > a.is-active { color: var(--orange); }
.site-nav .nav-cta {
    display: inline-flex; align-items: center; gap: 7px; padding: 11px 16px;
    color: var(--white); background: var(--orange); border: 1px solid var(--orange);
}
.site-nav .nav-cta:hover, .site-nav .nav-cta.is-active { color: var(--white); background: var(--orange-bright); }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); color: var(--navy-deep); background: var(--white); }
main { padding-top: var(--header-offset); }
.hero {
    position: relative; overflow: hidden; color: var(--white);
    background:
        radial-gradient(circle at 85% 20%, rgba(245,99,0,.28), transparent 24%),
        linear-gradient(135deg, #07062a 0%, var(--navy-deep) 48%, #15107a 100%);
    min-height: calc(100svh - var(--header-offset));
    display: grid; align-items: center;
}
.hero::before {
    content: ""; position: absolute; inset: auto -10% -30% 40%; height: 70%;
    background: radial-gradient(circle, rgba(245,99,0,.18), transparent 60%);
    pointer-events: none;
}
.hero__grid {
    position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: clamp(28px, 5vw, 60px); align-items: center; padding-block: clamp(56px, 9vh, 100px);
}
.hero h1 span { color: #ffb079; }
.hero p { max-width: 640px; color: rgba(255,255,255,.88); font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__panel {
    padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px;
    background: rgba(255,255,255,.06); backdrop-filter: blur(8px); box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.hero__panel h2 { font-size: 1.7rem; margin-bottom: 18px; }
.hero__list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.hero__list li {
    display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start;
    padding: 14px; border-radius: 16px; background: rgba(7,6,42,.28);
}
.hero__list strong { display: block; margin-bottom: 2px; }
.hero__list span { color: rgba(255,255,255,.78); font-size: .92rem; }
.hero__list svg { color: #ffb079; margin-top: 2px; }
.section { padding-block: clamp(64px, 9vw, 110px); }
.section--white { background: var(--white); }
.section--navy { color: var(--white); background: linear-gradient(160deg, var(--navy-ink), var(--navy-deep) 55%, #221a7a); }
.section--compact { padding-block: 58px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-head h2 { max-width: 720px; margin-bottom: 0; }
.services-grid, .card-grid, .feature-grid, .process, .stats, .area-grid { display: grid; gap: 18px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.card-grid { grid-template-columns: repeat(2, 1fr); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.process { grid-template-columns: repeat(4, 1fr); counter-reset: steps; }
.stats { grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.08); }
.area-grid { grid-template-columns: repeat(4, 1fr); }
.service-card, .feature-card, .mini-card, .area-card, .contact-form, .info-card {
    border: 1px solid var(--line); background: var(--white); box-shadow: 0 10px 30px rgba(27,20,100,.04);
}
.service-card {
    position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between;
    padding: 28px; border-top: 4px solid var(--orange); transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(27,20,100,.1); }
.service-card p, .feature-card p, .mini-card p { color: var(--grey); }
.service-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
.pill {
    display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px;
    background: var(--mist); color: var(--navy-deep); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.feature-card, .mini-card, .info-card { padding: 26px; }
.feature-card svg, .mini-card svg, .info-card svg { width: 28px; height: 28px; color: var(--orange); margin-bottom: 16px; }
.process article {
    padding: 24px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); counter-increment: steps;
}
.process article::before {
    content: "0" counter(steps); display: block; margin-bottom: 18px;
    color: #ffb079; font-family: var(--heading); font-size: 1.3rem;
}
.stat {
    padding: 28px 22px; background: rgba(255,255,255,.03);
}
.stat strong { display: block; color: #ffb079; font-family: var(--heading); font-size: 2.5rem; line-height: 1; }
.stat span { color: rgba(255,255,255,.78); font-size: .88rem; }
.area-card { padding: 18px 20px; font-weight: 800; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.check-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; }
.check-list svg { color: var(--orange); margin-top: 3px; }
.page-hero {
    position: relative; overflow: hidden; color: var(--white);
    background: linear-gradient(135deg, var(--navy-ink), var(--navy-deep) 55%, #2a1f8f);
}
.page-hero__content { position: relative; z-index: 1; padding-block: 72px 54px; }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.88); font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.breadcrumbs a { color: #ffb079; }
.story p:first-of-type { font-size: 1.18rem; font-weight: 650; }
.timeline { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.timeline li {
    display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding: 18px 20px;
    border: 1px solid var(--line); background: var(--white);
}
.timeline strong { color: var(--orange); font-family: var(--heading); font-size: 1.35rem; line-height: 1; }
.faq { max-width: 920px; }
.faq-list { margin-top: 34px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
    display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 22px;
    padding: 16px 4px; cursor: pointer; font-family: var(--heading); font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    font-weight: 700; line-height: 1.1; text-transform: uppercase; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--orange); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: 0; padding: 0 42px 22px 4px; color: var(--grey); }
.policy { max-width: 820px; }
.policy h2 { margin-top: 48px; margin-bottom: 16px; font-size: 2.2rem; }
.policy h3 { margin-top: 28px; margin-bottom: 10px; font-size: 1.3rem; }
.policy a { color: var(--navy-deep); font-weight: 700; text-decoration: underline; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 6vw, 72px); }
.contact-details { display: grid; gap: 16px; }
.contact-detail {
    display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 18px;
    border: 1px solid var(--line); background: var(--white);
}
.contact-detail svg { color: var(--orange); }
.contact-detail strong, .contact-detail span { display: block; }
.contact-detail span { color: var(--grey); font-size: .9rem; }
.contact-form { padding: clamp(24px, 4vw, 42px); border-top: 4px solid var(--orange); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea {
    width: 100%; padding: 13px 14px; border: 1px solid #c9d0e3; border-radius: 0;
    color: var(--navy-ink); background: #fbfcff;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
    outline: 3px solid rgba(245,99,0,.22); border-color: var(--orange);
}
.form-note { color: var(--grey); font-size: .78rem; }
.alert { margin-bottom: 22px; padding: 14px 18px; border-left: 4px solid; }
.alert--success { border-color: #1f7a43; background: #e8f7ee; }
.alert--error { border-color: var(--red); background: #fdeceb; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.quote-band { color: var(--navy-ink); background: linear-gradient(90deg, #ffd3b0, #ffb579 45%, #ff9a45); }
.quote-band__inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 48px; }
.quote-band .eyebrow { color: var(--navy-deep); }
.quote-band p { max-width: 620px; margin: 12px 0 0; }
.quote-band h2 { max-width: 680px; margin-bottom: 0; }
.quote-band__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.site-footer { padding-top: 70px; color: #d7dcf0; background: #07062a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-grid h3 { margin-bottom: 18px; color: var(--white); font-size: 1.05rem; }
.footer-subhead { margin-top: 28px; }
.footer-grid > div > a, .footer-grid > div > span {
    display: flex; align-items: center; gap: 6px; margin-bottom: 10px; color: #aeb6d6; font-size: .84rem;
}
.footer-grid > div > a:hover { color: #ffb079; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; font-size: .75rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.footer-bottom {
    display: flex; justify-content: space-between; gap: 18px; margin-top: 48px; padding-block: 22px;
    border-top: 1px solid rgba(255,255,255,.08); color: #8e97b8; font-size: .72rem;
}
.footer-bottom p { margin: 0; }
.cookie-banner {
    position: fixed; z-index: 80; right: 20px; bottom: 20px; left: 20px; max-width: 1120px; margin-inline: auto;
    padding: 22px; color: var(--white); background: var(--navy-ink); border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.cookie-banner:not([hidden]) { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cookie-banner strong { display: block; margin-bottom: 5px; font-family: var(--heading); font-size: 1.25rem; text-transform: uppercase; }
.cookie-banner p { max-width: 680px; margin-bottom: 4px; color: #d0d5e8; font-size: .82rem; line-height: 1.5; }
.cookie-banner a { color: #ffb079; font-size: .78rem; text-decoration: underline; }
.cookie-banner__actions { display: flex; flex-shrink: 0; gap: 10px; }
.cookie-banner .button { min-height: 44px; padding: 9px 14px; font-size: .75rem; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .hero__grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
    .services-grid, .feature-grid, .process { grid-template-columns: 1fr 1fr; }
    .stats, .area-grid { grid-template-columns: 1fr 1fr; }
    .site-nav {
        position: absolute; top: 76px; right: 0; left: 0; display: none; flex-direction: column;
        align-items: stretch; gap: 4px; padding: 18px; background: var(--white); border-bottom: 1px solid var(--line);
    }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 12px; }
    .nav-toggle { display: grid; }
    .split--reverse > :first-child { order: 0; }
}

@media (max-width: 640px) {
    :root { --shell: min(100% - 28px, 1180px); --header-offset: 132px; }
    h1 { font-size: 3.1rem; }
    h2 { font-size: 2.5rem; }
    .contact-strip__inner { min-height: 58px; flex-direction: column; justify-content: center; gap: 4px; padding-block: 8px; text-align: center; }
    .contact-strip p, .contact-strip__links { justify-content: center; }
    .nav-bar__inner { min-height: 70px; }
    .brand__logo { height: 44px; }
    .site-nav { top: 70px; }
    .services-grid, .card-grid, .feature-grid, .process, .stats, .area-grid, .form-grid, .timeline li { grid-template-columns: 1fr; }
    .section-head, .quote-band__inner, .footer-bottom, .cookie-banner:not([hidden]) { flex-direction: column; align-items: flex-start; }
    .cookie-banner__actions { width: 100%; display: grid; grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
