:root {
    --ink: #10202d;
    --navy: #0e2235;
    --navy-2: #163249;
    --blue: #1b6fa8;
    --blue-dark: #155b89;
    --accent: #d59839;
    --paper: #ffffff;
    --warm: #f4f2ed;
    --soft: #eef2f4;
    --line: #d9e0e4;
    --muted: #61707b;
    --success: #2b7450;
    --danger: #9b3434;
    --shadow: 0 18px 44px rgba(19, 38, 52, .10);
    --radius: 8px;
    --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 {
    margin: 0 0 1rem;
    color: var(--navy);
    line-height: 1.15;
    letter-spacing: -.025em;
}
h1 { font-size: clamp(2.55rem, 6vw, 5.15rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.25rem; }
ul { margin: 0; padding: 0; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.sr-only {
    position: absolute !important;
    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: 8px; left: 8px; z-index: 999;
    transform: translateY(-150%);
    background: #fff; color: var(--navy); padding: .65rem 1rem; border-radius: 4px;
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: #091a29; color: #d9e2e8; font-size: .82rem; }
.topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar__contact { display: flex; align-items: center; gap: 9px; }
.topbar a:hover { color: #fff; }

.site-header { position: relative; z-index: 100; }
.nav-shell {
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--line);
}
.site-header.is-sticky .nav-shell {
    position: fixed; top: 0; left: 0; right: 0;
    box-shadow: 0 6px 20px rgba(16,32,45,.08);
}
.nav { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand {
    position: relative;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    column-gap: 5px;
    min-width: 230px;
    font-weight: 800;
    line-height: 1;
}
.brand__name { color: var(--navy); letter-spacing: .03em; font-size: 1.18rem; }
.brand__degree { color: var(--blue); font-size: 1.15rem; }
.brand__claim {
    grid-column: 1 / -1;
    margin-top: 6px;
    color: var(--muted);
    font-size: .64rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.mainnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(13px, 1.65vw, 24px);
    margin-left: auto;
}
.mainnav a {
    position: relative;
    color: #314652;
    font-size: .92rem;
    font-weight: 650;
    white-space: nowrap;
}
.mainnav a::after {
    content: "";
    position: absolute;
    left: 0; right: 100%; bottom: -10px;
    height: 2px;
    background: var(--blue);
    transition: right .2s ease;
}
.mainnav a:hover::after { right: 0; }
.nav-toggle { display: none; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--blue);
    border-radius: 4px;
    background: var(--blue);
    color: #fff;
    font-weight: 750;
    line-height: 1.1;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button:active { transform: translateY(1px); }
.button--small { min-height: 42px; padding-inline: 17px; font-size: .9rem; }
.button--light {
    background: #fff;
    color: var(--navy);
    border-color: #fff;
}
.button--light:hover { background: var(--warm); border-color: var(--warm); }
.button--outline {
    background: transparent;
    border-color: #9db5c6;
    color: var(--navy);
}
.button--outline:hover { background: var(--soft); border-color: #7894a7; }
.button--text {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--blue);
    border-radius: 0;
}
.button--text:hover { background: transparent; color: var(--blue-dark); }

.hero {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, black 0%, transparent 80%);
}
.hero::after {
    content: "360°";
    position: absolute;
    right: -4vw;
    bottom: -4.5rem;
    color: rgba(255,255,255,.035);
    font-weight: 900;
    font-size: clamp(10rem, 26vw, 24rem);
    line-height: .8;
    letter-spacing: -.08em;
}
.hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
    gap: clamp(45px, 7vw, 100px);
    padding: clamp(70px, 10vw, 126px) 0;
    align-items: end;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--accent);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero h1 { max-width: 880px; color: #fff; font-weight: 780; }
.hero__lead { max-width: 760px; margin-top: 25px; color: #d3dee5; font-size: clamp(1.06rem, 2vw, 1.28rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero__trust {
    display: grid;
    gap: 0;
    align-self: stretch;
    border-top: 1px solid rgba(255,255,255,.2);
}
.hero__trust-item {
    padding: 21px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.hero__trust-item strong { display: block; color: #fff; font-size: 1.02rem; }
.hero__trust-item span { color: #9fb0bc; font-size: .91rem; }

.service-strip { background: var(--warm); border-bottom: 1px solid #e2ded5; }
.service-strip__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.service-strip a {
    position: relative;
    padding: 24px 20px;
    border-right: 1px solid #ddd8cf;
    color: #465862;
    font-size: .78rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.service-strip a:first-child { border-left: 1px solid #ddd8cf; }
.service-strip a:hover { background: #fff; color: var(--blue); }

.section { padding: clamp(76px, 9vw, 122px) 0; }
.section--soft { background: var(--soft); }
.section--warm { background: var(--warm); }
.section--navy { background: var(--navy); color: #dce5ea; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-heading {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 55px;
    margin-bottom: 48px;
    align-items: start;
}
.section-heading__label {
    color: var(--blue);
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.section-heading__copy { max-width: 780px; }
.section-heading__copy p { color: var(--muted); font-size: 1.05rem; }
.section--navy .section-heading__label { color: #e3b56e; }
.section--navy .section-heading__copy p { color: #aebdc7; }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.service-card {
    min-height: 310px;
    padding: 34px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    transition: background .18s ease;
}
.service-card:hover { background: #f9fbfc; }
.service-card__number {
    display: block;
    margin-bottom: 52px;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
}
.service-card h3 { max-width: 260px; font-size: 1.45rem; }
.service-card p { color: var(--muted); }
.service-card ul {
    list-style: none;
    margin: 24px 0 28px;
}
.service-card li { position: relative; padding-left: 16px; margin: 7px 0; color: #465963; font-size: .93rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; background: var(--accent); }

.value-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 8vw, 105px); align-items: start; }
.value-copy p { max-width: 650px; color: #aebdc7; font-size: 1.08rem; }
.value-list { border-top: 1px solid rgba(255,255,255,.16); }
.value-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
}
.value-item__no { color: #e3b56e; font-size: .78rem; font-weight: 850; }
.value-item h3 { margin-bottom: 6px; font-size: 1.08rem; }
.value-item p { margin: 0; color: #9eb0bc; font-size: .93rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d6dde1; border: 1px solid #d6dde1; }
.process-step { min-height: 260px; padding: 30px; background: #fff; }
.process-step__no {
    width: 38px; height: 38px;
    display: grid; place-items: center;
    margin-bottom: 45px;
    border: 1px solid #b7c7d0;
    color: var(--blue);
    font-weight: 800;
    font-size: .82rem;
}
.process-step p { color: var(--muted); font-size: .94rem; }

.audience {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}
.audience p { color: var(--muted); }
.audience__list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience__list span {
    padding: 18px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-weight: 700;
    color: #3d5360;
    background: #fff;
}

.faq { max-width: 900px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
    position: relative;
    list-style: none;
    padding: 23px 54px 23px 0;
    cursor: pointer;
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 760;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: "+";
    position: absolute;
    right: 8px; top: 18px;
    color: var(--blue);
    font-size: 1.55rem;
    font-weight: 400;
}
.faq details[open] summary::after { content: "–"; }
.faq__answer { padding: 0 54px 20px 0; color: var(--muted); }

.contact-section { background: var(--warm); }
.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(45px, 8vw, 100px);
    align-items: start;
}
.contact-copy h2 { max-width: 500px; }
.contact-copy > p { color: var(--muted); max-width: 520px; }
.contact-details { margin-top: 38px; border-top: 1px solid #d5d0c6; }
.contact-row {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid #d5d0c6;
}
.contact-row span { color: #7a827f; font-size: .86rem; }
.contact-row a, .contact-row strong { color: var(--navy); font-weight: 750; }

.form-card {
    background: #fff;
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid #ddd8cf;
    box-shadow: 0 16px 40px rgba(28,44,55,.06);
}
.form-card h3 { font-size: 1.55rem; }
.form-note { color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #324854; font-size: .87rem; font-weight: 750; }
.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    background: #fff;
    color: var(--ink);
    padding: 12px 13px;
    outline: none;
}
.field textarea { min-height: 138px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,111,168,.10); }
.field--hp { position: absolute; left: -9999px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 20px; color: var(--muted); font-size: .84rem; }
.consent input { margin-top: 4px; }
.consent a { color: var(--blue); text-decoration: underline; }
.alert { padding: 13px 15px; margin: 0 0 20px; border-left: 4px solid; font-size: .92rem; }
.alert--success { background: #eaf4ef; border-color: var(--success); color: #235f42; }
.alert--danger { background: #f8ebeb; border-color: var(--danger); color: #7e2c2c; }

.page-hero { background: var(--navy); color: #fff; }
.page-hero__inner {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: clamp(44px, 8vw, 100px);
    padding: clamp(55px, 8vw, 95px) 0;
    align-items: end;
}
.breadcrumbs { margin-bottom: 22px; color: #a9bac5; font-size: .83rem; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(2.55rem, 5.5vw, 4.75rem); }
.page-hero__lead { max-width: 760px; color: #d2dde4; font-size: 1.12rem; }
.promise-box {
    padding: 25px 0 0;
    border-top: 2px solid #d7a054;
}
.promise-box span { display: block; margin-bottom: 8px; color: #e2b471; font-size: .79rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.promise-box strong { display: block; margin-bottom: 9px; color: #fff; font-size: 1.18rem; }
.promise-box p { margin: 0; color: #aebdc7; font-size: .92rem; }

.content-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: clamp(50px, 8vw, 110px);
    align-items: start;
}
.content-copy > p { color: var(--muted); font-size: 1.05rem; }
.check-list { list-style: none; margin-top: 30px; border-top: 1px solid var(--line); }
.check-list li {
    position: relative;
    padding: 14px 10px 14px 30px;
    border-bottom: 1px solid var(--line);
    color: #40545f;
    font-weight: 650;
}
.check-list li::before {
    content: "";
    position: absolute; left: 3px; top: 19px;
    width: 9px; height: 5px;
    border-left: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: rotate(-45deg);
}
.info-panel {
    position: sticky;
    top: 110px;
    padding: 30px;
    background: var(--soft);
    border-top: 4px solid var(--blue);
}
.info-panel h3 { font-size: 1.2rem; }
.info-panel p { color: var(--muted); }
.info-panel .button { margin-top: 8px; }

.crosslinks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d4dce1;
    border-left: 1px solid #d4dce1;
}
.crosslink {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background: #fff;
    border-right: 1px solid #d4dce1;
    border-bottom: 1px solid #d4dce1;
}
.crosslink span { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.crosslink strong { color: var(--navy); font-size: 1.05rem; }
.crosslink:hover { background: #f7fafb; }

.cta-band { background: #17374d; color: #d8e2e8; }
.cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 48px 0; }
.cta-band h2 { margin-bottom: 9px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.cta-band p { margin: 0; color: #aebdc7; }

.legal-hero { padding: 55px 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.legal-wrap { max-width: 900px; }
.legal-content { padding: 70px 0 100px; }
.legal-content h2 { margin-top: 46px; font-size: 1.45rem; }
.legal-content h3 { margin-top: 30px; font-size: 1.1rem; }
.legal-content p, .legal-content li { color: #4f616b; }
.legal-content ul { padding-left: 20px; }
.legal-box { padding: 24px; background: var(--soft); border-left: 4px solid var(--blue); }
.legal-box p:last-child { margin-bottom: 0; }

.site-footer { background: #091a29; color: #aebdc7; }
.footer-main {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1fr;
    gap: 45px;
    padding: 60px 0 45px;
}
.brand--footer .brand__name { color: #fff; }
.footer-brand p { max-width: 350px; margin-top: 18px; font-size: .9rem; }
.footer-address { color: #8397a4; }
.site-footer h3 { color: #fff; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { list-style: none; }
.footer-links li { margin: 8px 0; font-size: .9rem; }
.footer-links a:hover { color: #fff; }
.footer-contact li { margin-bottom: 12px; }
.footer-bottom {
    display: flex; justify-content: space-between; gap: 20px;
    padding: 20px 0 24px;
    border-top: 1px solid rgba(255,255,255,.11);
    font-size: .8rem;
}
.footer-bottom div { display: flex; gap: 18px; }

@media (max-width: 1080px) {
    .mainnav { display: none; }
    .nav { min-height: 76px; }
    .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
        margin-left: auto;
        padding: 10px;
        border: 0;
        background: transparent;
        cursor: pointer;
    }
    .nav-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--navy); }
    .mainnav.is-open {
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        display: grid;
        padding: 18px 20px 28px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 14px 25px rgba(16,32,45,.10);
    }
    .mainnav.is-open a { padding: 10px 0; font-size: 1rem; }
    .mainnav a::after { display: none; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .crosslinks-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-main > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
    .topbar__inner > span:first-child { display: none; }
    .topbar__inner { justify-content: center; }
    .nav-cta { display: none; }
    .brand { min-width: auto; }
    .hero__grid, .page-hero__inner, .section-heading, .value-grid, .audience, .contact-grid, .content-grid {
        grid-template-columns: 1fr;
    }
    .hero__grid { align-items: start; }
    .hero__trust { margin-top: 10px; }
    .service-strip__grid { grid-template-columns: 1fr 1fr; }
    .service-strip a:nth-child(5) { grid-column: 1 / -1; }
    .service-strip a { border-bottom: 1px solid #ddd8cf; }
    .section-heading { gap: 15px; }
    .faq { margin-left: 0; }
    .info-panel { position: static; }
    .cta-band__inner { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
    .wrap { width: min(calc(100% - 28px), var(--wrap)); }
    .topbar__contact span { display: none; }
    .topbar__contact { gap: 16px; }
    .topbar__contact a:first-child { display: none; }
    .brand__claim { display: none; }
    .hero__grid { padding-block: 62px; }
    .hero__actions { align-items: stretch; }
    .hero__actions .button { width: 100%; }
    .service-strip__grid { grid-template-columns: 1fr; }
    .service-strip a, .service-strip a:first-child { border-left: 0; border-right: 0; }
    .services-grid, .process-grid, .audience__list, .crosslinks-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .service-card__number { margin-bottom: 28px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .field--full { grid-column: auto; }
    .contact-row { grid-template-columns: 86px 1fr; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}


.city-link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d9d4ca;
    border-left: 1px solid #d9d4ca;
}
.city-link {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7px;
    padding: 22px;
    background: rgba(255,255,255,.72);
    border-right: 1px solid #d9d4ca;
    border-bottom: 1px solid #d9d4ca;
    transition: background .18s ease, color .18s ease;
}
.city-link span {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.city-link strong {
    color: var(--navy);
    font-size: 1.08rem;
}
.city-link:hover {
    background: #fff;
}
.city-link:hover strong {
    color: var(--blue);
}

@media (max-width: 900px) {
    .city-link-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 650px) {
    .city-link-grid { grid-template-columns: repeat(2, 1fr); }
}
