:root {
    --green-950: #11291f;
    --green-900: #183a2c;
    --green-800: #214936;
    --green-100: #e5eee6;
    --ivory: #f7f3e8;
    --linen: #eee3cf;
    --gold: #C8A96A;
    --gold-light: #E8D5A0;
    --ink: #18231d;
    --muted: #647067;
    --white: #fffdf7;
    --danger: #a33a2f;
    --success: #1d6f47;
    --cream: #F0E8D8;
    --shadow: 0 18px 50px rgba(17, 41, 31, 0.14);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--ivory);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

.gtm-noscript {
    display: none;
    visibility: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
.brand-mark {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.05;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 12px 18px;
    background: rgba(247, 243, 232, 0.94);
    border-bottom: 1px solid rgba(24, 58, 44, 0.12);
    backdrop-filter: blur(12px);
}

.brand {
    display: grid;
    color: var(--green-900);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-mark {
    font-size: 1.35rem;
}

.brand-sub {
    margin-top: -4px;
    font-size: 0.62rem;
    letter-spacing: 0.22em;
}

.nav-cta,
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 800;
    line-height: 1.1;
}

.nav-cta,
.button.primary {
    color: var(--white);
    background: var(--green-900);
    box-shadow: 0 12px 30px rgba(17, 41, 31, 0.22);
}

.cta-wa {
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, #2e7d4f, #1f5f3b);
    box-shadow: 0 6px 20px rgba(46, 125, 79, 0.38);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cta-wa:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3dab6b, #2e7d4f);
    box-shadow: 0 10px 28px rgba(46, 125, 79, 0.45);
}

.cta-wa svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

.button.secondary {
    color: var(--green-900);
    border-color: rgba(24, 58, 44, 0.28);
    background: rgba(255, 253, 247, 0.78);
}

.section,
.section-band {
    padding: 64px 18px;
}

.hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: end;
    overflow: hidden;
    color: var(--white);
    background: var(--green-950);
}

.hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    touch-action: pan-y;
}

.hero-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 41, 31, 0.08), rgba(17, 41, 31, 0.88)),
        linear-gradient(90deg, rgba(17, 41, 31, 0.9), rgba(17, 41, 31, 0.12));
    pointer-events: none;
}

.carousel-track,
.carousel-slide {
    position: absolute;
    inset: 0;
}

.carousel-slide {
    opacity: 0;
    transition: opacity 1.1s ease;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-progress {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 3px;
    background: var(--gold);
}

.carousel-dots {
    position: absolute;
    right: 18px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.carousel-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.46);
    box-shadow: 0 2px 8px rgba(17, 41, 31, 0.35);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.carousel-dot.active {
    width: 28px;
    background: var(--gold);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 0 0 22px;
}

.eyebrow {
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 640px;
    margin-bottom: 18px;
    font-size: clamp(3.1rem, 12vw, 6.2rem);
}

.hero h1 strong {
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
}

.hero-copy {
    max-width: 580px;
    margin-bottom: 22px;
    color: rgba(255, 253, 247, 0.88);
    font-size: 1.08rem;
}

.price-pill {
    display: inline-grid;
    gap: 0;
    margin-bottom: 18px;
    padding: 12px 16px;
    border: 1px solid rgba(215, 175, 98, 0.5);
    border-radius: var(--radius);
    background: rgba(255, 253, 247, 0.12);
}

.price-pill span {
    color: rgba(255, 253, 247, 0.76);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.price-pill strong {
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.1rem;
    line-height: 1;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.hero-facts span {
    padding: 8px 10px;
    border: 1px solid rgba(255, 253, 247, 0.22);
    border-radius: 999px;
    color: rgba(255, 253, 247, 0.88);
    background: rgba(255, 253, 247, 0.1);
    font-size: 0.9rem;
}

.hero-actions {
    display: grid;
    gap: 12px;
}

.hero-actions .gold{
    background: var(--gold);
    color: #1A1209;
}

/* ── PROMO BANNER ── */
.promo-banner {
    background: linear-gradient(90deg, #183a2c 0%, #214936 50%, #183a2c 100%);
    padding: 18px 20px;
    border-top: 1px solid rgba(200, 169, 106, 0.28);
    border-bottom: 1px solid rgba(200, 169, 106, 0.2);
    box-shadow: inset 0 -1px 0 rgba(255, 253, 247, 0.08);
    text-align: center;
    overflow: hidden;
}
.promo-ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.promo-badge {
    background: var(--gold);
    color: var(--green-950);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex-shrink: 0;
    box-shadow: 0 10px 22px rgba(200, 169, 106, 0.24);
}
.promo-text {
    color: rgba(240, 232, 216, 0.96);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.promo-text strong {
    color: #fff4cf;
    font-weight: 900;
}

.microcopy,
.privacy-note,
.site-footer p:last-child {
    color: rgba(255, 253, 247, 0.72);
    font-size: 0.82rem;
}

.section {
    max-width: 1180px;
    margin: 0 auto;
}

.section-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

.section h2 {
    color: var(--green-950);
    font-size: clamp(1.85rem, 7vw, 3.5rem);
}

.btn-wa-header {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 253, 247, 0.78);
    color: var(--green-900);
    padding: 9px 18px;
    border-color: rgba(24, 58, 44, 0.28);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(46,125,79,0.35);
}
.btn-wa-header:hover { background: var(--green-100); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(46,125,79,0.45); }
.btn-wa-header svg { width: 16px; height: 16px; }

.offer-deadline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #FFF3CD, #FFE898);
    border: 1px solid #E8C84A;
    border-radius: 16px;
    padding: 14px 18px;
    margin-bottom: 28px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #7A5910;
    box-shadow: 0 10px 28px rgba(200, 169, 106, 0.18);
}
.offer-deadline svg {
    width: 20px;
    color: #C8950A;
    flex-shrink: 0;
}

.offer-deadline-label {
    color: #7A5910;
}

.offer-deadline-value {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    color: #8C5A05;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.section-intro p:last-child,
.promo p,
.location p,
.form-copy p {
    color: var(--muted);
}

.benefit-grid {
    display: grid;
    gap: 14px;
}

.benefit-grid article,
.lead-form,
.type-card {
    border: 1px solid rgba(24, 58, 44, 0.12);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
}

.benefit-grid article {
    padding: 24px;
}

.benefit-grid span {
    display: inline-flex;
    margin-bottom: 32px;
    color: var(--gold);
    font-weight: 900;
}

.benefit-grid h3,
.type-card h3 {
    color: var(--green-900);
    font-size: 1.55rem;
}

.benefit-grid p,
.type-body p,
.check-list {
    color: var(--muted);
}

.promo,
.location,
.form-section {
    display: grid;
    gap: 28px;
    align-items: center;
}

.promo {
    max-width: none;
    padding-left: max(18px, calc((100vw - 1180px) / 2));
    padding-right: max(18px, calc((100vw - 1180px) / 2));
    background: linear-gradient(180deg, var(--linen) 0%, var(--ivory) 100%);
}

.promo h2 {
    color: var(--green-950);
}

.promo-shell {
    width: min(100%, 860px);
    margin: 0 auto;
}

.promo-header {
    margin-bottom: 28px;
}

.promo-header h2 {
    max-width: 700px;
    margin-bottom: 18px;
}

.promo-deadline-date {
    margin-left: 4px;
    color: #C8950A;
    font-weight: 800;
}

.promo-benefit-list {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
}

.promo-benefit-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 22px 20px;
    border: 1px solid rgba(200, 169, 106, 0.24);
    border-radius: 22px;
    background: rgba(255, 253, 247, 0.88);
    box-shadow: 0 18px 40px rgba(17, 41, 31, 0.08);
}

.promo-benefit-card.featured {
    color: var(--white);
    border-color: rgba(200, 169, 106, 0.42);
    background:
        radial-gradient(circle at 100% 0%, rgba(232, 213, 160, 0.14), transparent 34%),
        linear-gradient(135deg, #213f30 0%, #183126 54%, #2b1d11 100%);
    box-shadow: 0 18px 38px rgba(17, 41, 31, 0.2);
}

.promo-benefit-icon,
.promo-bonus-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(200, 169, 106, 0.16);
    font-size: 1.7rem;
}

.promo-benefit-card.featured .promo-benefit-icon {
    background: rgba(255, 248, 234, 0.14);
}

.promo-benefit-copy h3,
.promo-bonus-copy h3 {
    margin-bottom: 4px;
    font-size: 1.28rem;
    line-height: 1.18;
}

.promo-benefit-copy h3 {
    color: var(--green-950);
}

.promo-benefit-card.featured .promo-benefit-copy h3 {
    color: var(--white);
}

.promo-benefit-copy p,
.promo-bonus-copy p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.95rem;
    max-width: none;
}

.promo-benefit-card.featured .promo-benefit-copy p {
    color: rgba(255, 253, 247, 0.82);
}

.promo-discount-table {
    display: grid;
    gap: 7px;
    margin-top: 12px;
    max-width: 520px;
    padding: 12px;
    border: 1px solid rgba(255, 253, 247, 0.14);
    border-radius: 16px;
    background: rgba(255, 253, 247, 0.08);
    backdrop-filter: blur(10px);
}

.promo-discount-label {
    display: inline-grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    color: var(--gold-light);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-discount-label::before,
.promo-discount-label::after {
    content: "";
    height: 1px;
    background: rgba(232, 213, 160, 0.42);
}

.promo-discount-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 10px;
}

.promo-discount-row span {
    color: rgba(255, 253, 247, 0.9);
    font-weight: 800;
    line-height: 1.15;
}

.promo-discount-row strong {
    color: var(--gold-light);
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: 0.01em;
}

.promo-bonus-panel {
    padding: 24px 18px 18px;
    border: 1px dashed rgba(200, 169, 106, 0.9);
    border-radius: 28px;
    background:
        radial-gradient(circle at top center, rgba(200, 169, 106, 0.16), transparent 55%),
        rgba(255, 253, 247, 0.92);
    box-shadow: 0 22px 46px rgba(200, 169, 106, 0.12);
}

.promo-bonus-kicker {
    margin: 0 0 18px;
    max-width: 620px;
    padding: 0 0 0 18px;
    border-left: 3px solid var(--gold);
    color: var(--green-950);
    background: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.promo-bonus-list {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.promo-bonus-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px 18px;
    border: 1px solid rgba(200, 169, 106, 0.34);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(17, 41, 31, 0.07);
}

.promo-bonus-copy h3 {
    color: #9d7431;
}

.promo-bonus-cta {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;
    border: 0;
    border-radius: var(--radius);
    color: #1A1209;
    background: var(--gold);
    box-shadow: 0 12px 30px rgba(200, 169, 106, 0.24);
    font: inherit;
}

.promo-note {
    margin: 12px 0 0;
    max-width: none;
    text-align: center;
    color: var(--muted);
    font-size: 0.78rem;
}

.promo img,
.location img,
.form-copy img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.type-card {
    overflow: hidden;
}

.type-card.featured {
    border-color: rgba(215, 175, 98, 0.8);
}

.type-body {
    padding: 18px;
}

.type-list {
    display: grid;
    gap: 12px;
}

.type-card.compact {
    overflow: visible;
}

.type-card.compact .type-body {
    display: grid;
    gap: 14px;
}

.type-price {
    margin-bottom: 8px;
    color: var(--gold);
    font-weight: 900;
}

.type-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.type-specs span {
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--green-900);
    background: var(--green-100);
    font-size: 0.82rem;
    font-weight: 900;
}

.check-list {
    display: grid;
    gap: 10px;
    padding-left: 22px;
}

.form-section {
    align-items: start;
}

.form-copy h2 {
    font-size: clamp(1.55rem, 5.8vw, 2.65rem);
}

.lead-form {
    display: grid;
    gap: 16px;
    padding: 20px;
}

.lead-form label {
    display: grid;
    gap: 7px;
    font-weight: 800;
    color: var(--green-950);
}

.lead-form input,
.lead-form select {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid rgba(24, 58, 44, 0.22);
    border-radius: var(--radius);
    color: var(--ink);
    background: #fff;
    font: inherit;
}

.lead-form input:focus,
.lead-form select:focus {
    outline: 3px solid rgba(215, 175, 98, 0.38);
    border-color: var(--green-800);
}

.lead-form small,
.form-alert {
    color: var(--danger);
}

.form-success {
    color: var(--success);
}

.form-alert,
.form-success {
    margin: 0;
    padding: 12px;
    border-radius: var(--radius);
    background: rgba(215, 175, 98, 0.12);
    font-weight: 800;
}

.form-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.privacy-note {
    margin-bottom: 0;
    color: var(--muted);
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.site-footer {
    padding: 36px 18px 88px;
    color: rgba(255, 253, 247, 0.82);
    background: var(--green-950);
}

.footer-logos {
    display: grid;
    gap: 18px;
    max-width: 760px;
    margin: 0 auto 26px;
    padding: 18px 20px;
    border: 1px solid rgba(215, 175, 98, 0.32);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 253, 247, 0.06), rgba(215, 175, 98, 0.04)),
        rgba(24, 58, 44, 0.88);
}

.footer-partner-logos,
.footer-brand-mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-partner-logos {
    gap: 18px 28px;
}

.footer-brand-mark {
    padding-top: 4px;
    border-top: 1px solid rgba(215, 175, 98, 0.18);
}

.footer-logos img {
    width: auto;
    max-height: 52px;
    object-fit: contain;
}

.footer-logo-fyp {
    max-height: 60px;
    border-radius: 12px;
}

.footer-logos img[alt="Sinar Mas Land"] {
    max-height: 48px;
}

.site-footer p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.floating-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 18px;
    font-weight: 900;
}

@media (max-width: 679px) {
    .section,
    .section-band {
        padding: 48px 18px;
    }

    .hero {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding: 0;
        align-items: stretch;
        background: linear-gradient(180deg, var(--green-950) 0%, var(--green-900) 100%);
    }

    .hero-carousel {
        position: relative;
        inset: auto;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.95 / 1;
        flex: 0 0 auto;
        overflow: hidden;
    }

    .hero-carousel::after {
        background:
            linear-gradient(180deg, rgba(17, 41, 31, 0.04), rgba(17, 41, 31, 0.22)),
            linear-gradient(0deg, rgba(17, 41, 31, 0.34), transparent 46%);
    }

    .hero-content {
        padding: 20px 18px 8px;
    }

    .hero h1 {
        margin-bottom: 12px;
        font-size: clamp(1.62rem, 8.8vw, 2.12rem);
    }

    .hero-copy {
        margin-bottom: 14px;
        font-size: 0.94rem;
    }

    .price-pill {
        margin-bottom: 14px;
        padding: 9px 13px;
    }

    .price-pill strong {
        font-size: 1.6rem;
    }

    .hero-facts {
        gap: 6px;
        margin-bottom: 16px;
    }

    .hero-facts span {
        padding: 6px 9px;
        font-size: 0.8rem;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-actions .button {
        min-height: 44px;
        padding: 11px 16px;
    }

    .carousel-dots {
        right: 14px;
        bottom: 14px;
    }

    .microcopy {
        margin-bottom: 0;
        font-size: 0.76rem;
    }

    .promo-banner {
        position: relative;
        z-index: 6;
        margin-top: -10px;
    }

    .promo {
        padding-top: 42px;
        padding-bottom: 52px;
    }
}

@media (min-width: 680px) {
    .site-header {
        grid-template-columns: 1fr auto;
        padding: 14px 28px;
    }

    .hero {
        min-height: min(720px, calc(100vh - 70px));
        min-height: min(720px, calc(100svh - 70px));
        align-items: center;
        padding-top: clamp(28px, 5vh, 54px);
        padding-bottom: clamp(28px, 5vh, 54px);
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-content {
        max-width: 620px;
        padding: 0;
    }

    .hero h1 {
        max-width: 580px;
        margin-bottom: 14px;
        font-size: clamp(1.75rem, 10vw, 2.25rem);
    }

    .hero-copy {
        max-width: 540px;
        margin-bottom: 16px;
        font-size: clamp(0.98rem, 1.3vw, 1.05rem);
    }

    .price-pill {
        margin-bottom: 14px;
        padding: 10px 14px;
    }

    .price-pill strong {
        font-size: clamp(1.72rem, 2.7vw, 2rem);
    }

    .hero-facts {
        gap: 7px;
        margin-bottom: 18px;
    }

    .hero-facts span {
        padding: 7px 10px;
        font-size: 0.84rem;
    }

    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .microcopy {
        margin-top: 12px;
        margin-bottom: 0;
    }

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

    .promo,
    .location,
    .form-section {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .form-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .promo-shell {
        width: min(100%, 1180px);
        margin: 0 auto;
    }

    .promo-header {
        max-width: 720px;
        margin-bottom: 30px;
    }

    .promo-header h2 {
        max-width: 640px;
        font-size: clamp(1.8rem, 3vw, 2.7rem);
    }

    .promo-benefit-list {
        display: grid;
        gap: 16px;
        margin: 0 0 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .promo-benefit-card.featured {
        grid-column: 1 / -1;
        padding: 18px;
    }

    .promo-benefit-card.featured .promo-benefit-copy {
        display: grid;
        grid-template-columns: minmax(220px, 0.85fr) minmax(300px, 1.15fr);
        column-gap: 24px;
        align-items: center;
    }

    .promo-benefit-card.featured .promo-benefit-copy h3,
    .promo-benefit-card.featured .promo-benefit-copy p {
        grid-column: 1;
    }

    .promo-benefit-card.featured .promo-benefit-copy p {
        margin-top: -4px;
    }

    .promo-benefit-card.featured .promo-discount-table {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100%;
        margin-top: 0;
    }

    .promo-benefit-copy h3 {
        font-size: 1.14rem;
    }

    .promo-bonus-kicker {
        font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    }

    .promo-bonus-copy h3 {
        font-size: 1.08rem;
    }
}

@media (min-width: 1080px) {
    .section,
    .section-band {
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .hero.section-band {
        padding-top: clamp(34px, 5.4vh, 64px);
        padding-bottom: clamp(34px, 5.4vh, 64px);
    }

    .hero-content {
        margin-left: max(0px, calc((100vw - 1180px) / 2));
    }

    .hero-carousel::after {
        background:
            linear-gradient(180deg, rgba(17, 41, 31, 0.04), rgba(17, 41, 31, 0.62)),
            linear-gradient(90deg, rgba(17, 41, 31, 0.94) 0%, rgba(17, 41, 31, 0.58) 38%, rgba(17, 41, 31, 0.08) 78%);
    }

    .type-card.compact .type-body {
        grid-template-columns: 230px 1fr;
        align-items: center;
    }

    .promo-bonus-panel {
        padding: 24px;
    }
}
