.seo-service-page,
.seo-contact-page {
    --seo-ink: #071827;
    --seo-copy: #4d606d;
    --seo-blue: #176da5;
    --seo-line: #dce6e8;
    --seo-mint: #e7f4f0;
    --seo-warm: #f8f4ed;
    color: var(--seo-ink);
    background: #fff;
}

.seo-service-page *,
.seo-contact-page * { box-sizing: border-box; }

.seo-service-hero,
.seo-contact-hero {
    padding: clamp(44px, 7vw, 96px) 0 clamp(72px, 9vw, 124px);
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(82, 200, 164, .16), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(95, 188, 230, .18), transparent 34%),
        #f8fbfa;
    border-bottom: 1px solid rgba(7, 24, 39, .06);
}

.seo-breadcrumb { margin-bottom: clamp(42px, 6vw, 72px); }
.seo-breadcrumb ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.seo-breadcrumb li { display: inline-flex; align-items: center; gap: 9px; color: #6c7e89; font-size: .78rem; }
.seo-breadcrumb li + li::before { content: "/"; color: #9aabb4; }
.seo-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; color: var(--seo-blue); font-weight: 700; }

.seo-service-hero-grid,
.seo-contact-grid,
.seo-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr);
    gap: clamp(42px, 8vw, 112px);
    align-items: center;
}

.seo-page-eyebrow,
.seo-page-index {
    color: var(--seo-blue);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.seo-service-hero h1,
.seo-contact-hero h1,
.seo-page-cta h2 {
    margin: 20px 0 24px;
    color: var(--seo-ink);
    font-size: clamp(3.2rem, 7vw, 6.6rem);
    line-height: .92;
    letter-spacing: -.068em;
}

.seo-service-hero h1 em,
.seo-contact-hero h1 em,
.seo-page-cta h2 em {
    color: var(--seo-blue);
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500;
}

.seo-answer-first {
    max-width: 720px;
    margin: 0;
    color: var(--seo-copy);
    font-size: clamp(1.06rem, 1.6vw, 1.26rem);
    line-height: 1.72;
}

.seo-page-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.seo-page-btn {
    min-height: 52px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 750;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.seo-page-btn:hover { transform: translateY(-2px); }
.seo-page-btn-primary { color: #fff; background: var(--seo-ink); }
.seo-page-btn-primary:hover { color: #fff; background: var(--seo-blue); }
.seo-page-btn-secondary { color: var(--seo-ink); border-color: var(--seo-line); background: rgba(255,255,255,.82); }
.seo-page-btn-secondary:hover { color: var(--seo-ink); background: #fff; }

.seo-service-summary {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(7, 24, 39, .1);
    border-radius: 28px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 30px 70px -48px rgba(7, 24, 39, .55);
}
.seo-service-summary > i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--seo-blue); background: #e7f4fa; font-size: 1.4rem; }
.seo-service-summary > span { margin-top: 28px; display: block; color: #6b7d88; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.seo-service-summary ul { margin: 18px 0 0; padding: 0; list-style: none; }
.seo-service-summary li { padding: 12px 0; color: #344b59; border-top: 1px solid var(--seo-line); font-size: .88rem; }

.seo-contact-card {
    margin: 0;
    padding: clamp(28px, 4vw, 42px);
    display: grid;
    gap: 13px;
    border: 1px solid rgba(7, 24, 39, .1);
    border-radius: 28px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 30px 70px -48px rgba(7, 24, 39, .55);
    font-style: normal;
}
.seo-contact-card > span { color: var(--seo-blue); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.seo-contact-card > strong { margin-bottom: 7px; color: var(--seo-ink); font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; }
.seo-contact-card a,
.seo-contact-card p { min-height: 44px; margin: 0; display: flex; align-items: center; gap: 11px; color: #385260; font-size: .88rem; line-height: 1.55; }
.seo-contact-card i { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--seo-blue); background: #e8f4f8; }

.seo-contact-form-grid { display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr); gap: clamp(44px, 8vw, 104px); align-items: start; }
.seo-contact-form-grid h2 { margin: 15px 0 18px; color: var(--seo-ink); font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.seo-contact-facts { margin: 32px 0 0; }
.seo-contact-facts > div { padding: 16px 0; display: grid; grid-template-columns: minmax(120px, .7fr) 1fr; gap: 18px; border-top: 1px solid var(--seo-line); }
.seo-contact-facts dt { color: #6f818c; font-size: .72rem; font-weight: 750; }
.seo-contact-facts dd { margin: 0; color: #2f4857; font-size: .82rem; font-weight: 650; }

.seo-inquiry-card { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--seo-line); border-radius: 28px; background: #fff; box-shadow: 0 30px 70px -50px rgba(7,24,39,.5); }
.seo-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.seo-field { display: grid; gap: 7px; }
.seo-field-full { grid-column: 1 / -1; }
.seo-field label { color: #314b59; font-size: .74rem; font-weight: 750; }
.seo-field input,
.seo-field select,
.seo-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #cfdcdf;
    border-radius: 11px;
    color: var(--seo-ink);
    background: #fff;
    font: inherit;
    font-size: .9rem;
}
.seo-field textarea { min-height: 126px; resize: vertical; }
.seo-field input:focus,
.seo-field select:focus,
.seo-field textarea:focus { border-color: var(--seo-blue); outline: 3px solid rgba(23,109,165,.13); }
.seo-submit { width: 100%; min-height: 52px; border: 0; border-radius: 999px; color: #fff; background: var(--seo-ink); font: inherit; font-size: .9rem; font-weight: 750; cursor: pointer; }
.seo-submit:hover { background: var(--seo-blue); }
.seo-submit:focus-visible { outline: 3px solid rgba(23,109,165,.3); outline-offset: 3px; }
.seo-form-privacy { margin: 18px 0 0; color: #71828c; font-size: .75rem; text-align: center; }
.seo-recaptcha { max-width: 100%; overflow: hidden; }

.seo-page-section { padding: clamp(78px, 9vw, 128px) 0; }
.seo-page-section-tint { background: var(--seo-warm); }
.seo-page-section-dark { color: #fff; background: var(--seo-ink); }
.seo-page-section h2,
.seo-page-heading h2,
.seo-faq-layout h2 {
    margin: 15px 0 18px;
    color: var(--seo-ink);
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: -.06em;
}
.seo-page-section p,
.seo-page-heading > p { max-width: 720px; color: var(--seo-copy); line-height: 1.72; }
.seo-page-section p a { text-decoration: underline; text-underline-offset: .18em; }
.seo-service-page a:focus-visible { outline: 3px solid #176da5; outline-offset: 4px; }
.seo-page-section-dark h2,
.seo-page-section-dark h3 { color: #fff; }
.seo-page-section-dark p { color: rgba(255, 255, 255, .7); }
.seo-page-section-dark .seo-page-index { color: #91d6f2; }

.seo-check-list { margin: 0; padding: 0; list-style: none; }
.seo-check-list li { min-height: 66px; padding: 14px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--seo-line); color: #324a58; }
.seo-check-list i { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #087859; background: var(--seo-mint); }

.seo-page-heading { max-width: 860px; margin-bottom: clamp(42px, 6vw, 66px); }
.seo-scope-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--seo-line); border-radius: 24px; overflow: hidden; }
.seo-scope-grid article { min-height: 240px; padding: 25px; border-right: 1px solid var(--seo-line); background: rgba(255,255,255,.72); }
.seo-scope-grid article:last-child { border-right: 0; }
.seo-scope-grid span { color: var(--seo-blue); font-size: .72rem; font-weight: 800; }
.seo-scope-grid p { margin: 74px 0 0; color: #344c5b; font-size: .86rem; line-height: 1.62; }
.seo-service-directory article { min-height: 330px; display: flex; flex-direction: column; }
.seo-service-directory h3 { margin: 30px 0 0; color: var(--seo-ink); font-size: 1.2rem; line-height: 1.2; }
.seo-service-directory p { margin: 14px 0 24px; }
.seo-service-directory a { min-height: 44px; margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--seo-blue); font-size: .8rem; font-weight: 800; }

.seo-process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; list-style: none; }
.seo-process-grid li { min-height: 270px; padding: 27px; border: 1px solid var(--seo-line); border-radius: 22px; }
.seo-process-grid > li > span { color: var(--seo-blue); font-size: .7rem; font-weight: 800; }
.seo-process-grid h3 { margin: 72px 0 12px; color: var(--seo-ink); font-size: 1.35rem; }
.seo-process-grid p { margin: 0; font-size: .86rem; }

.seo-tech-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.seo-tech-list span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #dceaf0; background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 700; }

.seo-faq-layout { display: grid; grid-template-columns: minmax(250px, .55fr) minmax(0, 1fr); gap: clamp(46px, 8vw, 112px); }
.seo-faq-layout details { border-top: 1px solid var(--seo-line); }
.seo-faq-layout details:last-child { border-bottom: 1px solid var(--seo-line); }
.seo-faq-layout summary { min-height: 72px; display: flex; align-items: center; cursor: pointer; color: var(--seo-ink); font-weight: 750; }
.seo-faq-layout details p { margin: 0; padding: 0 0 24px; }

.seo-page-cta { padding: clamp(78px, 9vw, 122px) 0; color: #fff; background: linear-gradient(135deg, #0b5d8f, #176da5); }
.seo-page-cta > div > span { color: #d4f0fb; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.seo-page-cta h2 { color: #fff; }
.seo-page-cta h2 em { color: #dff5fd; }
.seo-page-cta p { max-width: 660px; color: rgba(255,255,255,.8); font-size: 1.02rem; }
.seo-page-btn-light { color: var(--seo-ink); background: #fff; }
.seo-page-btn-light:hover { color: var(--seo-blue); }
.seo-page-btn-outline { color: #fff; border-color: rgba(255,255,255,.4); }
.seo-page-btn-outline:hover { color: #fff; border-color: #fff; }

@media (max-width: 980px) {
    .seo-service-hero-grid,
    .seo-contact-grid,
    .seo-two-column { grid-template-columns: 1fr; }
    .seo-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .seo-scope-grid article { border-bottom: 1px solid var(--seo-line); }
    .seo-scope-grid article:nth-child(2n) { border-right: 0; }
    .seo-scope-grid article:last-child { grid-column: 1 / -1; border-bottom: 0; }
    .seo-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .seo-tech-list { justify-content: flex-start; }
    .seo-contact-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .seo-service-hero,
    .seo-contact-hero { padding-top: 32px; }
    .seo-service-hero h1,
    .seo-contact-hero h1 { font-size: clamp(3rem, 14vw, 4.15rem); }
    .seo-page-actions,
    .seo-page-btn { width: 100%; }
    .seo-scope-grid,
    .seo-process-grid,
    .seo-faq-layout { grid-template-columns: 1fr; }
    .seo-form-grid { grid-template-columns: 1fr; }
    .seo-field-full { grid-column: auto; }
    .seo-contact-facts > div { grid-template-columns: 1fr; gap: 5px; }
    .seo-scope-grid article,
    .seo-scope-grid article:nth-child(n) { min-height: 200px; grid-column: auto; border-right: 0; border-bottom: 1px solid var(--seo-line); }
    .seo-scope-grid article:last-child { border-bottom: 0; }
    .seo-scope-grid p { margin-top: 52px; }
    .seo-process-grid li { min-height: 220px; }
    .seo-process-grid h3 { margin-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    .seo-service-page *,
    .seo-contact-page * { scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
