.promotion-page {
    background: #fbf8f3;
    color: #2c2a27;
}

.promotion-page .nav-offer-link {
    color: #8f3510;
    font-weight: 900;
}

.promotion-page main {
    padding-top: 70px;
}

.sale-hero {
    background: #2c2925 url('../images/hero-interior-1100.webp') center / cover no-repeat;
    color: #fff;
    min-height: min(720px, calc(100svh - 70px));
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sale-hero-wash {
    background: linear-gradient(90deg, rgba(31, 26, 22, .88) 0%, rgba(31, 26, 22, .68) 45%, rgba(31, 26, 22, .1) 100%);
    inset: 0;
    position: absolute;
}

.sale-hero-content {
    max-width: 1200px;
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    z-index: 1;
}

.sale-hero-content > * {
    animation: sale-rise .7s ease both;
}

.sale-hero-content > :nth-child(2) { animation-delay: .08s; }
.sale-hero-content > :nth-child(3) { animation-delay: .16s; }
.sale-hero-content > :nth-child(4) { animation-delay: .24s; }
.sale-hero-content > :nth-child(5) { animation-delay: .32s; }

@keyframes sale-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.sale-kicker {
    color: #b5551d;
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.4;
    margin-bottom: .9rem;
    text-transform: uppercase;
}

.sale-hero .sale-kicker { color: #f2c7aa; }

.sale-hero h1 {
    font-size: clamp(2.15rem, 5.1vw, 4.6rem);
    font-weight: 900;
    line-height: 1.06;
    margin: 0;
    max-width: 780px;
    text-wrap: balance;
}

.sale-hero-answer {
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.65;
    margin: 1.5rem 0 0;
    max-width: 660px;
}

.sale-deadline {
    border-left: 3px solid #d9783d;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin: 2rem 0 2.2rem;
    padding-left: 1rem;
}

.sale-deadline span { color: #f2c7aa; font-size: .9rem; }
.sale-deadline strong { font-size: 1.4rem; }

.sale-actions, .sale-visit-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.btn-light {
    background: #fff;
    color: #8f3510;
}

.btn-light:hover { background: #f7eadf; color: #6f280d; }

.sale-text-link {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.sale-text-link:hover { color: #f2c7aa; }

.sale-answer { background: #f5eadf; }

.sale-narrow { max-width: 850px; }

.sale-answer h2, .sale-details h2, .sale-steps h2, .sale-terms h2, .sale-faq h2, .sale-visit h2, .sale-final-cta h2 {
    color: #2c2a27;
    font-size: clamp(1.9rem, 3.7vw, 3.25rem);
    line-height: 1.13;
    margin-bottom: 1.25rem;
    text-wrap: balance;
}

.sale-answer p:last-child, .sale-details-copy > p, .sale-visit-copy > p {
    color: #5d5750;
    font-size: 1.06rem;
    line-height: 1.8;
    max-width: 760px;
}

.sale-details { background: #fbf8f3; }

.sale-details-grid, .sale-terms-grid, .sale-visit-grid {
    align-items: start;
    display: grid;
    gap: clamp(2.5rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
}

.sale-details-copy { max-width: 660px; }

.inline-arrow {
    color: #8f3510;
    display: inline-block;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 1.4rem;
    text-decoration: underline;
    text-decoration-color: #d9783d;
    text-underline-offset: .3rem;
}

.inline-arrow:hover { color: #b5551d; }

.offer-facts {
    border-top: 1px solid #d8cfc6;
    margin: 0;
}

.offer-facts div {
    border-bottom: 1px solid #d8cfc6;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(105px, .6fr) minmax(0, 1.4fr);
    padding: 1.05rem 0;
}

.offer-facts dt { color: #8f3510; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.offer-facts dd { color: #3d3935; line-height: 1.55; margin: 0; }

.sale-steps { background: #2c2a27; color: #fff; }
.sale-steps h2, .sale-steps .sale-kicker { color: #fff; }
.sale-steps .sale-kicker { color: #f2c7aa; }
.sale-section-heading { max-width: 690px; }

.sale-step-list {
    counter-reset: sale-step;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 3.2rem 0 0;
    padding: 0;
}

.sale-option-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.sale-step-list li { border-top: 1px solid rgba(255,255,255,.35); padding-top: 1.25rem; }
.step-number { color: #f2c7aa; display: block; font-size: .8rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 1.5rem; }
.sale-step-list h3 { font-size: 1.2rem; margin-bottom: .7rem; }
.sale-step-list p { color: #d8d1ca; line-height: 1.7; margin: 0; }

.sale-terms { background: #f5eadf; }
.sale-terms h2 { max-width: 430px; }
.terms-list { list-style: none; margin: 0; padding: 0; }
.terms-list li { border-bottom: 1px solid #d8cfc6; color: #4f4943; line-height: 1.65; padding: .9rem 0 .9rem 1.4rem; position: relative; }
.terms-list li:first-child { border-top: 1px solid #d8cfc6; }
.terms-list li::before { color: #b5551d; content: '—'; font-weight: 900; left: 0; position: absolute; }

.sale-faq { background: #fbf8f3; }
.sale-faq-list { border-top: 1px solid #d8cfc6; margin-top: 2rem; }
.sale-faq details { border-bottom: 1px solid #d8cfc6; }
.sale-faq summary { align-items: center; cursor: pointer; display: flex; font-size: 1.05rem; font-weight: 700; justify-content: space-between; list-style: none; padding: 1.35rem 0; }
.sale-faq summary::-webkit-details-marker { display: none; }
.sale-faq summary::after { color: #b5551d; content: '+'; font-size: 1.7rem; font-weight: 400; }
.sale-faq details[open] summary::after { content: '−'; }
.sale-faq details p { color: #5d5750; line-height: 1.75; margin: -.3rem 2rem 1.4rem 0; max-width: 700px; }

.sale-visit { background: #fff; }
.sale-visit-copy { max-width: 620px; }
.sale-visit-actions { margin-top: 2rem; }
.sale-location { background: #f5eadf; border-left: 4px solid #b5551d; font-style: normal; padding: 1.8rem 2rem; }
.sale-location h3 { color: #8f3510; font-size: 1rem; margin: 0 0 .65rem; }
.sale-location p { color: #4f4943; line-height: 1.75; margin: 0 0 1.5rem; }
.sale-location table { border-collapse: collapse; width: 100%; }
.sale-location tr { border-top: 1px solid #d8cfc6; }
.sale-location th, .sale-location td { color: #4f4943; font-size: .9rem; padding: .65rem 0; text-align: left; vertical-align: top; }
.sale-location td { padding-left: 1rem; text-align: right; }

.sale-final-cta { background: #b5551d; color: #fff; padding: 5rem 0; text-align: center; }
.sale-final-cta .sale-kicker { color: #f2c7aa; }
.sale-final-cta h2 { color: #fff; margin-left: auto; margin-right: auto; max-width: 680px; }

.sale-final-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: center;
}

.promotion-page footer { background: #2c2a27; }
.promotion-page footer a { color: #fff; }
.promotion-page footer a:hover { color: #f2c7aa; }

@media (max-width: 767px) {
    .promotion-page main { padding-top: 64px; }
    .sale-hero { min-height: calc(100svh - 64px); }
    .sale-hero-wash { background: linear-gradient(90deg, rgba(31, 26, 22, .88), rgba(31, 26, 22, .48)); }
    .sale-hero-content { padding-bottom: 3.5rem; padding-top: 3.5rem; }
    .sale-details-grid, .sale-terms-grid, .sale-visit-grid { grid-template-columns: 1fr; gap: 2.4rem; }
    .sale-step-list, .sale-option-list { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.2rem; }
    .sale-step-list li { padding-top: 1rem; }
    .step-number { margin-bottom: .8rem; }
    .offer-facts div { grid-template-columns: 1fr; gap: .25rem; }
    .sale-final-cta { padding: 4rem 1rem; }
}

@media (min-width: 768px) and (max-height: 760px) {
    .sale-hero-content { padding-bottom: 2.5rem; padding-top: 2.5rem; }
    .sale-hero h1 { font-size: clamp(2.15rem, 4.6vw, 3.65rem); }
    .sale-hero-answer { line-height: 1.5; margin-top: 1rem; }
    .sale-deadline { margin: 1.35rem 0 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    .sale-hero-content > * { animation: none; }
}
