.landing-page {
    background:
        radial-gradient(circle at 78% 12%, rgba(var(--accent-rgb), 0.14), transparent 30%),
        radial-gradient(circle at 4% 58%, rgba(var(--rust-rgb), 0.1), transparent 28%),
        var(--canvas);
}

.landing-header .site-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-header .nav-pill a {
    padding-inline: 12px;
}

.landing-header .nav-cta {
    padding-inline: 15px;
}

.landing-header .header-phone {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.service-hero {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
    align-items: center;
    gap: clamp(36px, 6vw, 96px);
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    padding: calc(var(--header-height) + var(--safe-top) + 54px) 0 64px;
}

.service-hero-copy {
    max-width: 760px;
}

.service-hero h1 {
    max-width: 760px;
    font-size: clamp(3.5rem, 7.2vw, 7.2rem);
    line-height: 0.88;
}

.service-hero-lead {
    max-width: 680px;
    margin-top: 26px;
    color: var(--ink);
    font-size: clamp(1.08rem, 1.7vw, 1.35rem);
    line-height: 1.5;
}

.service-benefit-list {
    display: grid;
    gap: 10px;
    margin-top: 26px;
    list-style: none;
}

.service-benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    line-height: 1.45;
}

.service-benefit-list li::before {
    content: "✓";
    color: var(--accent);
    font-weight: 900;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.service-microcopy {
    margin-top: 14px;
    font-size: 0.76rem;
}

.service-form-card {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(var(--accent-rgb), 0.36);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(var(--accent-rgb), 0.08), transparent 42%),
        rgba(var(--panel-rgb), 0.96);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
}

.service-form-card h2 {
    margin-bottom: 8px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.98;
}

.service-form-card > p {
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.service-form-card .contact-form .button {
    width: 100%;
}

.service-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    border-block: 1px solid var(--line);
}

.service-proof-strip > div {
    min-height: 112px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 20px;
    border-left: 1px solid var(--line);
    text-align: center;
}

.service-proof-strip > div:first-child {
    border-left: 0;
}

.service-proof-strip strong {
    color: var(--accent);
    font-family: var(--font-serif);
    font-size: 1.65rem;
}

.service-proof-strip span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-section {
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(76px, 10vw, 132px) 0;
}

.service-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
    align-items: end;
    gap: 40px;
    margin-bottom: clamp(34px, 5vw, 60px);
}

.service-section h2 {
    max-width: 850px;
    font-size: clamp(2.8rem, 5.8vw, 6.2rem);
}

.service-card-grid,
.service-work-grid,
.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.service-work-grid {
    align-items: start;
}

.service-card,
.service-process-card {
    min-height: 250px;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(var(--ink-rgb), 0.035);
}

.service-card strong,
.service-process-card > span {
    display: block;
    margin-bottom: 34px;
    color: var(--accent);
    font-family: var(--font-serif);
    font-size: 2rem;
}

.service-card h3,
.service-process-card h3 {
    margin-bottom: 12px;
    font-family: var(--font-serif);
    font-size: 1.65rem;
}

.service-card p,
.service-process-card p {
    font-size: 0.94rem;
}

.service-work-card {
    display: grid;
    gap: 15px;
    align-content: start;
    height: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.service-work-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.service-work-card span {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-work-card h3 {
    font-family: var(--font-serif);
    font-size: 1.7rem;
}

.service-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.service-testimonial {
    min-height: 250px;
    display: grid;
    align-content: space-between;
    gap: 28px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(var(--ink-rgb), 0.04);
}

.service-testimonial blockquote {
    color: var(--ink);
    font-family: var(--font-serif);
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.service-testimonial cite {
    color: var(--muted);
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 700;
}

.service-offer {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.5fr);
    gap: clamp(30px, 6vw, 80px);
    padding: clamp(30px, 6vw, 64px);
    border: 1px solid rgba(var(--accent-rgb), 0.34);
    border-radius: 14px;
    background:
        radial-gradient(circle at 10% 20%, rgba(var(--accent-rgb), 0.12), transparent 34%),
        rgba(var(--ink-rgb), 0.035);
}

.service-offer-price {
    margin: 6px 0 24px;
    color: var(--accent);
    font-family: var(--font-serif);
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.86;
}

.service-offer-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(2.8rem, 5vw, 5rem);
}

.service-offer-copy .button {
    margin-top: 28px;
}

.service-faq-list {
    border-top: 1px solid var(--line);
}

.service-faq-list details {
    border-bottom: 1px solid var(--line);
}

.service-faq-list summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    color: var(--ink);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.service-faq-list summary::after {
    content: "+";
    color: var(--accent);
    font-size: 1.3rem;
}

.service-faq-list details[open] summary::after {
    content: "−";
}

.service-faq-list details p {
    max-width: 780px;
    padding: 0 0 24px;
}

.service-final-cta {
    padding-top: 0;
    text-align: center;
}

.service-final-cta > div {
    padding: clamp(42px, 8vw, 90px) 20px;
    border-radius: 14px;
    background: var(--accent);
}

.service-final-cta h2,
.service-final-cta p {
    max-width: 800px;
    margin-inline: auto;
    color: var(--accent-contrast);
}

.service-final-cta p {
    margin-top: 18px;
    opacity: 0.78;
}

.service-final-cta .button {
    margin-top: 26px;
    background: var(--canvas);
    color: var(--ink);
}

.legal-shell {
    width: min(880px, calc(100% - 36px));
    margin: 0 auto;
    padding: calc(var(--header-height) + 72px) 0 100px;
}

.legal-shell h1 {
    max-width: none;
    margin-bottom: 20px;
    font-size: clamp(3.2rem, 8vw, 7rem);
}

.legal-updated {
    margin-bottom: 46px;
}

.legal-content {
    display: grid;
    gap: 34px;
}

.legal-content section {
    display: grid;
    gap: 12px;
}

.legal-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1;
}

.legal-content h3 {
    margin-top: 10px;
    font-size: 1.2rem;
}

.legal-content ul {
    display: grid;
    gap: 8px;
    padding-left: 22px;
    color: var(--muted);
    line-height: 1.6;
}

.legal-content a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.thank-you-shell {
    min-height: 100svh;
    display: grid;
    place-items: center;
    width: min(860px, calc(100% - 36px));
    margin: 0 auto;
    padding: calc(var(--header-height) + 50px) 0 80px;
    text-align: center;
}

.thank-you-card {
    padding: clamp(34px, 7vw, 78px);
    border: 1px solid rgba(var(--accent-rgb), 0.34);
    border-radius: 16px;
    background: rgba(var(--ink-rgb), 0.04);
}

.thank-you-mark {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 28px;
    border-radius: 999px;
    background: var(--accent);
    color: var(--accent-contrast);
    font-size: 2rem;
    font-weight: 900;
}

.thank-you-card h1 {
    max-width: none;
    font-size: clamp(3rem, 8vw, 6.5rem);
}

.thank-you-card p {
    max-width: 620px;
    margin: 22px auto 0;
    font-size: 1.05rem;
}

.thank-you-card .hero-actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .landing-header .site-nav {
        display: none;
    }

    .landing-header .header-phone {
        display: none;
    }

    .service-hero {
        grid-template-columns: 1fr;
        padding-top: calc(var(--header-height) + var(--safe-top) + 42px);
    }

    .service-hero-copy {
        padding-top: 34px;
    }

    .service-section-head,
    .service-offer {
        grid-template-columns: 1fr;
    }

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

    .service-proof-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-proof-strip > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .service-proof-strip > div:nth-child(4) {
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 720px) {
    .landing-header .nav-cta {
        min-height: 44px;
        padding-inline: 15px;
        font-size: 0.8rem;
    }

    .service-hero,
    .service-proof-strip,
    .service-section {
        width: min(100% - 28px, var(--max));
    }

    .service-hero h1 {
        font-size: clamp(3.15rem, 16vw, 5.4rem);
    }

    .service-hero-actions {
        display: grid;
    }

    .service-card-grid,
    .service-work-grid,
    .service-process-grid,
    .service-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-process-card {
        min-height: auto;
    }

    .service-section-head {
        gap: 18px;
    }

    .service-offer-price {
        font-size: 4.5rem;
    }

    .cookie-actions {
        display: grid;
    }
}
