/* Dedicated local service pages */
@font-face {
    font-family: 'Source Sans 3';
    src: url('Fonts/source-sans-3.woff2') format('woff2');
    font-style: normal;
    font-weight: 200 900;
    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;
}

:root {
    --ink: #0b2d49;
    --muted: #5f6d78;
    --orange: #f2b332;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: clip;
    scroll-behavior: smooth;
}

body.seo-page {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

.seo-page img {
    display: block;
    max-width: 100%;
}

.seo-page button,
.seo-page input,
.seo-page select,
.seo-page textarea {
    font: inherit;
}

.seo-page :focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
}

.seo-page .container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.seo-page .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.seo-page .btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.25rem;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.seo-page .btn:hover {
    transform: translateY(-2px);
}

.seo-page .btn-primary {
    color: #fff;
    background: #1f5e8c;
}

.seo-page .btn-secondary {
    color: #0b2d49;
    background: #fff;
    border-color: #0b2d49;
}

.seo-page {
    --seo-navy: #082b46;
    --seo-navy-mid: #124f78;
    --seo-blue: #2d78ad;
    --seo-amber: #f2b332;
    --seo-cloud: #eaf1f6;
    --seo-line: rgba(11, 45, 73, 0.16);
    min-width: 320px;
    padding-top: 0;
    color: var(--seo-navy);
    background: #f7f9fb;
}

@media (max-width: 900px) {
    body.seo-page {
        padding-top: var(--nav-height);
    }
}

.seo-page a {
    text-decoration-thickness: 1px;
}

.seo-page .skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 3000;
    padding: 0.7rem 1rem;
    color: #fff;
    background: var(--seo-navy);
    border-radius: 8px;
    transform: translateY(-180%);
}

.seo-page .skip-link:focus {
    transform: translateY(0);
}

.seo-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #fff;
    background: rgba(8, 43, 70, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 12px 30px rgba(2, 22, 37, 0.16);
    backdrop-filter: blur(14px);
}

.seo-header-inner {
    min-height: 84px;
    display: grid;
    grid-template-columns: minmax(170px, 220px) 1fr auto;
    gap: clamp(1rem, 3vw, 2.6rem);
    align-items: center;
}

.seo-brand,
.seo-footer-brand {
    display: inline-flex;
    width: min(100%, 220px);
    align-items: center;
}

.seo-brand img,
.seo-footer-brand img {
    width: 100%;
    height: auto;
}

.seo-brand {
    padding: 0.45rem 0.65rem;
    background: #fff;
    border-radius: 10px;
}

.seo-header-nav {
    display: flex;
    justify-content: center;
    gap: clamp(0.8rem, 2.1vw, 1.7rem);
}

.seo-header-nav a,
.seo-phone {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.seo-header-nav a {
    padding: 0.45rem 0;
    border-bottom: 2px solid transparent;
}

.seo-header-nav a:hover,
.seo-header-nav a[aria-current="page"] {
    color: #ffd46d;
    border-color: var(--seo-amber);
}

.seo-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
    white-space: nowrap;
}

.seo-book,
.seo-header-actions .btn {
    min-height: 44px;
    padding: 0.78rem 1.05rem;
    color: var(--seo-navy);
    background: var(--seo-amber);
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 850;
    text-decoration: none;
}

.seo-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2.2rem, 5vw, 4.4rem) 0 0;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(8, 43, 70, 0.98), rgba(18, 79, 120, 0.93)),
        url('Images/outside-garage.webp') center / cover no-repeat;
    isolation: isolate;
}

.seo-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    opacity: 0.2;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 74px 74px;
    transform: skewY(-3deg) scale(1.08);
}

.seo-hero::after {
    position: absolute;
    top: -25%;
    right: -6%;
    z-index: -1;
    width: min(42vw, 580px);
    aspect-ratio: 1;
    content: '';
    border: clamp(28px, 5vw, 70px) solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.seo-breadcrumbs {
    margin-bottom: clamp(2rem, 5vw, 4.2rem);
}

.seo-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
    font-weight: 700;
}

.seo-breadcrumbs li + li::before {
    margin-right: 0.55rem;
    color: var(--seo-amber);
    content: '/';
}

.seo-breadcrumbs a {
    color: #fff;
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.65fr);
    gap: clamp(2.2rem, 6vw, 6rem);
    align-items: end;
    padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.seo-hero-copy {
    max-width: 780px;
}

.seo-kicker {
    margin-bottom: 0.7rem;
    color: #ba6500;
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.seo-hero .seo-kicker,
.seo-cta .seo-kicker {
    color: #ffd36a;
}

.seo-page h1,
.seo-page h2,
.seo-page h3 {
    text-wrap: balance;
}

.seo-page h1,
.seo-page h2 {
    letter-spacing: -0.045em;
}

.seo-page h1 {
    max-width: 830px;
    font-size: clamp(3.25rem, 7.2vw, 6.8rem);
    font-weight: 900;
    line-height: 0.9;
}

.seo-page h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 875;
    line-height: 1;
}

.seo-page h3 {
    font-size: 1.25rem;
    font-weight: 850;
    line-height: 1.15;
}

.seo-hero-lede,
.seo-lede {
    max-width: 690px;
    margin-top: 1.35rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.1rem, 2vw, 1.28rem);
    line-height: 1.6;
}

.seo-hero-actions,
.seo-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.seo-hero .btn-primary,
.seo-cta .btn-primary {
    color: var(--seo-navy);
    background: var(--seo-amber);
    border-color: var(--seo-amber);
    box-shadow: none;
}

.seo-hero .btn-secondary,
.seo-cta .btn-secondary {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.72);
}

.seo-hero-card {
    position: relative;
    padding: clamp(1.7rem, 4vw, 2.5rem);
    color: var(--seo-navy);
    background: #fff;
    border-radius: 28px 28px 4px 28px;
    box-shadow: 18px 18px 0 rgba(2, 27, 45, 0.4);
}

.seo-card-label,
.seo-hero-card > p:first-child {
    color: #945100;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.seo-hero-card > strong {
    display: block;
    margin: 0.45rem 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 0.95;
}

.seo-hero-card > span {
    display: block;
    color: var(--muted);
}

.seo-icon-frame {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    background: var(--seo-cloud);
    border-radius: 16px;
}

.seo-icon-frame img {
    width: 42px;
    height: 42px;
}

.seo-card-price {
    margin: 0.35rem 0 0.75rem;
    color: var(--seo-navy) !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
}

.seo-card-price strong {
    font-size: 2.8rem;
}

.seo-price {
    display: flex;
    align-items: flex-start;
    margin: 0.4rem 0 0.8rem;
    color: var(--seo-navy);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    line-height: 0.8;
}

.seo-price span {
    font-size: clamp(4.5rem, 9vw, 7rem);
}

.seo-price small {
    margin-top: 1rem;
    font-size: 1.9rem;
}

.seo-price-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin: 1rem 0;
}

.seo-price-pair > div,
.seo-package-grid > article {
    padding: 1rem;
    background: var(--seo-cloud);
    border-radius: 14px;
}

.seo-price-pair span,
.seo-price-pair strong {
    display: block;
}

.seo-price-pair strong,
.seo-package-price {
    margin-top: 0.2rem;
    color: var(--seo-navy);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8rem;
}

.seo-mini-list {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0;
    list-style: none;
}

.seo-mini-list li::before {
    margin-right: 0.55rem;
    color: #25835b;
    content: '✓';
    font-weight: 900;
}

.seo-trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--seo-navy);
    background: #fff;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -8px 30px rgba(2, 22, 37, 0.15);
    list-style: none;
}

.seo-trust-row li {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem 1.5rem;
    border-right: 1px solid var(--seo-line);
}

.seo-trust-row li:last-child {
    border-right: 0;
}

.seo-trust-row strong,
.seo-trust-row li:not(:has(span)) {
    font-weight: 850;
}

.seo-trust-row span {
    color: var(--muted);
    font-size: 0.9rem;
}

.seo-hero-copy > .seo-trust-row {
    grid-template-columns: repeat(3, max-content);
    gap: 0.65rem;
    margin-top: 1.6rem;
    overflow: visible;
    color: rgba(255, 255, 255, 0.84);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.seo-hero-copy > .seo-trust-row li {
    min-height: 0;
    display: flex;
    flex-direction: row;
    gap: 0.45rem;
    align-items: center;
    padding: 0.55rem 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.83rem;
}

.seo-hero-copy > .seo-trust-row i {
    color: var(--seo-amber);
}

.seo-page .seo-main {
    background:
        linear-gradient(130deg, rgba(242, 179, 50, 0.055), transparent 34%),
        #f7f9fb;
}

.seo-main > .seo-content-grid,
.seo-main > .container.seo-content-grid,
.seo-main .container.seo-content-grid {
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.seo-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.65fr);
    gap: clamp(2.2rem, 6vw, 5.5rem);
    align-items: start;
}

.seo-article,
.seo-content {
    min-width: 0;
}

.seo-article > section + section {
    margin-top: clamp(3.5rem, 7vw, 6.5rem);
}

.seo-article p,
.seo-content p,
.seo-panel p,
.seo-section p {
    color: var(--muted);
}

.seo-article p + p,
.seo-content p + p,
.seo-panel p + p {
    margin-top: 1rem;
}

.seo-article a,
.seo-content a,
.seo-panel a {
    color: var(--seo-navy-mid);
    font-weight: 800;
}

.seo-panel {
    padding: clamp(1.5rem, 4vw, 2.4rem);
    background: #fff;
    border: 1px solid var(--seo-line);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(8, 43, 70, 0.08);
}

.seo-panel h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.seo-panel .btn {
    width: 100%;
    margin-top: 1.2rem;
}

.seo-sidebar {
    display: grid;
    gap: 1rem;
}

.seo-sticky-card {
    position: sticky;
    top: 110px;
    color: #fff;
    background: var(--seo-navy);
    border-color: var(--seo-navy);
}

.seo-sticky-card p,
.seo-sticky-card .seo-text-link {
    color: rgba(255, 255, 255, 0.78);
}

.seo-sticky-card h2 {
    color: #fff;
}

.seo-text-link {
    display: block;
    margin-top: 1rem;
    text-align: center;
}

.seo-service-links {
    display: grid;
    gap: 0;
    padding: 0;
    list-style: none;
}

.seo-service-links a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--seo-line);
    text-decoration: none;
}

.seo-service-links a::after {
    color: var(--seo-amber);
    content: '›';
}

.seo-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.35rem;
    padding: 0;
    list-style: none;
}

.seo-checklist li {
    position: relative;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.85rem 0.9rem 0.85rem 2.8rem;
    background: var(--seo-cloud);
    border-radius: 12px;
}

.seo-checklist li::before {
    position: absolute;
    left: 0.95rem;
    width: 1.2rem;
    height: 1.2rem;
    display: grid;
    place-items: center;
    color: #fff;
    content: '✓';
    background: #25835b;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 900;
}

.seo-checklist strong,
.seo-checklist span {
    display: block;
}

.seo-checklist span {
    color: var(--muted);
    font-size: 0.88rem;
}

.seo-checklist li > i {
    display: none;
}

.seo-process-list {
    display: grid;
    gap: 0;
    margin: 1.4rem 0;
    padding: 0;
    list-style: none;
    counter-reset: seo-step;
}

.seo-process-list li {
    position: relative;
    padding: 1.1rem 1rem 1.1rem 4rem;
    border-bottom: 1px solid var(--seo-line);
    counter-increment: seo-step;
}

.seo-process-list li::before {
    position: absolute;
    top: 0.88rem;
    left: 0;
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    color: var(--seo-navy);
    content: counter(seo-step, decimal-leading-zero);
    background: var(--seo-amber);
    border-radius: 8px;
    font-weight: 900;
}

.seo-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.7rem;
    padding: 0;
    list-style: none;
}

.seo-process li {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--seo-line);
    border-radius: 18px;
}

.seo-process li > span {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    color: var(--seo-navy);
    background: var(--seo-amber);
    border-radius: 7px;
    font-weight: 900;
}

.seo-process h3 {
    margin-bottom: 0.55rem;
}

.seo-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.seo-process-grid article {
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--seo-line);
    border-radius: 16px;
}

.seo-process-grid article > span {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    color: var(--seo-navy);
    background: var(--seo-amber);
    border-radius: 8px;
    font-weight: 900;
}

.seo-process-grid h3 {
    margin-bottom: 0.55rem;
}

.seo-price-panel {
    color: #fff;
    background: var(--seo-navy);
    border-color: var(--seo-navy);
}

.seo-price-panel h2,
.seo-price-panel .seo-kicker {
    color: #fff;
}

.seo-price-panel p {
    color: rgba(255, 255, 255, 0.74);
}

.seo-location-panel address,
.seo-contact-panel address {
    margin: 0.7rem 0 1rem;
    font-style: normal;
    font-weight: 750;
}

.seo-panel-phone {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    margin-top: 1rem;
    text-decoration: none;
}

.seo-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.seo-section + .seo-section {
    padding-top: 0;
}

.seo-section-tint {
    padding-top: clamp(4rem, 8vw, 7rem) !important;
    background: var(--seo-cloud);
    border-top: 1px solid var(--seo-line);
    border-bottom: 1px solid var(--seo-line);
}

.seo-package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.seo-package-grid > article {
    padding: 1.5rem;
}

.seo-package-grid h3 {
    margin-bottom: 0.6rem;
}

.seo-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    margin-top: 1.4rem;
    border: 1px solid var(--seo-line);
    border-radius: 16px;
}

.seo-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.seo-table-wrap th,
.seo-table-wrap td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--seo-line);
}

.seo-table-wrap thead th {
    color: #fff;
    background: var(--seo-navy);
}

.seo-table-wrap tbody td {
    color: var(--seo-navy);
    font-weight: 800;
}

.seo-card-note,
.seo-price-note {
    margin-top: 0.8rem;
    font-size: 0.88rem;
}

.seo-faq details,
.seo-faq-list details {
    overflow: hidden;
    margin-top: 0.7rem;
    background: #fff;
    border: 1px solid var(--seo-line);
    border-radius: 14px;
}

.seo-faq summary,
.seo-faq-list summary {
    position: relative;
    padding: 1.15rem 3.4rem 1.15rem 1.2rem;
    cursor: pointer;
    font-weight: 850;
    list-style: none;
}

.seo-faq summary::-webkit-details-marker,
.seo-faq-list summary::-webkit-details-marker {
    display: none;
}

.seo-faq summary::after,
.seo-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    color: #a55b00;
    content: '+';
    font-size: 1.5rem;
    transform: translateY(-50%);
}

.seo-faq details[open] summary::after,
.seo-faq-list details[open] summary::after {
    content: '−';
}

.seo-faq details p,
.seo-faq-list details p {
    padding: 0 1.2rem 1.2rem;
}

.seo-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    color: #fff;
    background: var(--seo-navy);
}

.seo-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.seo-cta h2 {
    color: #fff;
}

.seo-cta p:not(.seo-kicker) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.75);
}

.seo-cta-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

.seo-footer {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0 1.5rem;
    color: rgba(255, 255, 255, 0.72);
    background: #061f33;
}

.seo-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 0.8fr;
    gap: 2rem;
    align-items: start;
}

.seo-footer-grid > div:first-child {
    max-width: 310px;
}

.seo-footer h2 {
    margin-bottom: 0.7rem;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.seo-footer address {
    font-style: normal;
}

.seo-footer strong,
.seo-footer a {
    color: #fff;
}

.seo-footer nav {
    display: grid;
    gap: 0.5rem;
}

.seo-footer nav ul {
    display: grid;
    gap: 0.5rem;
    padding: 0;
    list-style: none;
}

.seo-footer-brand {
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.seo-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 0.86rem;
}

.seo-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 1050px) {
    .seo-header-inner {
        grid-template-columns: minmax(160px, 200px) 1fr auto;
    }

    .seo-header-nav {
        display: none;
    }

    .seo-hero-grid,
    .seo-content-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
        gap: 2rem;
    }

    .seo-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-process-grid {
        grid-template-columns: 1fr;
    }

    .seo-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .seo-footer-grid > nav {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, max-content);
    }
}

@media (max-width: 760px) {
    .seo-page .container {
        width: min(100% - 24px, 1180px);
    }

    .seo-header-inner {
        min-height: 72px;
        grid-template-columns: minmax(118px, 138px) minmax(0, 1fr);
        gap: 0.8rem;
    }

    .seo-header-actions {
        gap: 0.55rem;
    }

    .seo-phone {
        display: none;
    }

    .seo-book,
    .seo-header-actions .btn {
        min-height: 40px;
        padding: 0.6rem 0.65rem;
        font-size: 0.76rem;
        text-align: center;
        white-space: normal;
    }

    .seo-breadcrumbs {
        margin-bottom: 2rem;
    }

    .seo-hero-grid,
    .seo-content-grid {
        grid-template-columns: 1fr;
    }

    .seo-page h1 {
        font-size: clamp(3.15rem, 15vw, 4.8rem);
    }

    .seo-hero-card {
        box-shadow: 10px 10px 0 rgba(2, 27, 45, 0.35);
    }

    .seo-trust-row {
        grid-template-columns: 1fr 1fr;
        border-radius: 18px 18px 0 0;
    }

    .seo-hero-copy > .seo-trust-row {
        grid-template-columns: 1fr;
    }

    .seo-trust-row li {
        min-height: 88px;
        padding: 1rem;
        border-bottom: 1px solid var(--seo-line);
    }

    .seo-trust-row li:nth-child(2n) {
        border-right: 0;
    }

    .seo-checklist,
    .seo-package-grid {
        grid-template-columns: 1fr;
    }

    .seo-sticky-card {
        position: static;
    }

    .seo-process {
        grid-template-columns: 1fr;
    }

    .seo-cta-inner,
    .seo-footer-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .seo-cta-inner {
        display: flex;
    }

    .seo-cta-actions {
        width: 100%;
    }

    .seo-cta-actions .btn {
        flex: 1 1 100%;
    }

    .seo-footer-grid {
        grid-template-columns: 1fr;
    }

    .seo-footer-grid > nav {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .seo-hero-copy,
    .seo-hero-card {
        animation: seoRise 0.65s ease-out both;
    }

    .seo-hero-card {
        animation-delay: 0.12s;
    }

    @keyframes seoRise {
        from { opacity: 0; transform: translateY(18px); }
        to { opacity: 1; transform: translateY(0); }
    }
}
