:root {
    --soil: #253226;
    --forest: #123f2a;
    --leaf: #287348;
    --sprout: #4c9763;
    --harvest: #d9a635;
    --harvest-soft: #f3dfae;
    --paper: #f7f6ef;
    --white: #ffffff;
    --ink: #162019;
    --muted: #637067;
    --line: #d9ded7;
    --success: #176b3a;
    --danger: #a3382f;
    --shadow: 0 24px 70px rgba(24, 50, 31, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Manrope", sans-serif;
    line-height: 1.55;
}

button, input { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button:focus-visible, a:focus-visible, input:focus-visible {
    outline: 3px solid rgba(217, 166, 53, .6);
    outline-offset: 3px;
}

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

.offer-trustbar {
    background: var(--soil);
    color: #edf4ec;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.offer-trustbar .offer-shell {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offer-trustbar span + span::before {
    content: "•";
    margin-right: 30px;
    color: var(--harvest);
}

.offer-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(37, 50, 38, .12);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
}

.offer-brand__logo {
    display: block;
    width: clamp(168px, 20vw, 230px);
    height: auto;
}

.offer-header__security {
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--forest);
    background: #edf5ee;
    border: 1px solid #cfe0d2;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.offer-header__security > span {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--leaf);
    border-radius: 50%;
}

.offer-security-band {
    min-height: 42px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #f4f8f3;
    background: var(--forest);
    font-size: 13px;
    font-weight: 800;
}

.offer-security-band span + span::before {
    content: "•";
    margin-right: 24px;
    color: var(--harvest);
}

.offer-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-brand {
    color: var(--forest);
    display: inline-flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
}

.offer-brand__leaf {
    width: 44px;
    height: 44px;
    border-radius: 44% 56% 46% 54%;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--forest);
    font-family: "Lora", serif;
    font-weight: 700;
    transform: rotate(-4deg);
}

.offer-brand > span:last-child { display: grid; }
.offer-brand strong { font-family: "Lora", serif; font-size: 18px; }
.offer-brand small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.offer-header__support {
    color: var(--forest);
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.offer-hero {
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 20%, rgba(76, 151, 99, .34), transparent 30%),
        linear-gradient(135deg, var(--forest), #1e5437 62%, #2d6844);
    position: relative;
}

.offer-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: repeating-linear-gradient(105deg, transparent 0 34px, rgba(255, 255, 255, .18) 35px 36px);
}

.offer-hero__grid {
    min-height: 620px;
    padding-block: 72px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 70px;
    align-items: center;
    position: relative;
}

.offer-eyebrow {
    margin: 0 0 12px;
    color: var(--harvest);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.offer-hero h1, .offer-section-heading h2, .shipping-section h2, .review-card h2 {
    margin: 0;
    font-family: "Lora", serif;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.offer-hero h1 {
    max-width: 660px;
    font-size: clamp(42px, 6vw, 72px);
}

.offer-hero__lead {
    max-width: 660px;
    margin: 24px 0 34px;
    color: #dce9df;
    font-size: 18px;
}

.offer-hero__media {
    min-height: 460px;
    position: relative;
    display: grid;
    place-items: center;
}

.offer-hero__media img {
    width: min(100%, 430px);
    max-height: 500px;
    object-fit: contain;
    border-radius: 24px 24px 70px 24px;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .3));
}

.offer-hero__placeholder {
    width: 360px;
    aspect-ratio: 1;
    border-radius: 30% 70% 60% 40%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.25);
    font: 700 90px "Lora", serif;
}

.offer-hero__stamp {
    position: absolute;
    right: 0;
    bottom: 26px;
    width: 132px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--soil);
    background: var(--harvest);
    border: 8px solid rgba(255,255,255,.18);
    box-shadow: 0 14px 32px rgba(0,0,0,.22);
    font-size: 20px;
    font-weight: 800;
}

.offer-hero__stamp small { display: block; font-size: 11px; text-transform: uppercase; }

.planting-ruler {
    max-width: 680px;
    padding: 18px 20px 12px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(6, 27, 16, .22);
    border-radius: 14px;
}

.planting-ruler__label { font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.planting-ruler__line {
    height: 62px;
    margin: 16px 12px 4px;
    border-top: 2px solid var(--harvest);
    position: relative;
}

.planting-ruler__line > span {
    position: absolute;
    left: var(--mark);
    top: -7px;
    transform: translateX(-50%);
    min-width: 66px;
    text-align: center;
}

.planting-ruler__line > span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 7px;
    background: var(--harvest);
    box-shadow: 0 0 0 5px rgba(217,166,53,.16);
}

.planting-ruler b, .planting-ruler small { display: block; }
.planting-ruler b { font-size: 12px; }
.planting-ruler small { color: #bfd1c4; font-size: 10px; }
.planting-ruler p { margin: 0; color: #bfd1c4; font-size: 11px; }

.offer-selection { padding: 88px 0; }

.offer-section-heading { max-width: 730px; margin-bottom: 34px; }
.offer-section-heading h2, .shipping-section h2, .review-card h2 { font-size: clamp(32px, 4vw, 48px); }
.offer-section-heading > p:last-child { color: var(--muted); }

.package-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.package-swipe-hint { display: none; }

.mobile-purchase-bar { display: none; }

.package-card {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    color: var(--ink);
    text-align: left;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    cursor: pointer;
    position: relative;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.package-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(30, 58, 37, .12); }
.package-card[aria-pressed="true"] { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(40, 115, 72, .18); }

.package-card__badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 5px 9px;
    color: var(--soil);
    background: var(--harvest);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.package-card__media {
    height: 146px;
    display: grid;
    place-items: center;
    background: #eef2eb;
}

.package-card__media img { width: 100%; height: 100%; object-fit: cover; }
.package-card__placeholder { color: var(--forest); font: 700 40px "Lora", serif; opacity: .34; }
.package-card__body { min-height: 272px; padding: 18px; display: flex; flex-direction: column; }
.package-card__body > small { color: var(--muted); min-height: 36px; font-size: 11px; }
.package-card__body > strong { margin-top: 3px; font-family: "Lora", serif; font-size: 20px; }
.package-card__weight { margin-top: 8px; color: var(--forest); font-size: 28px; font-weight: 800; }
.package-card__description { margin-top: 8px; color: var(--muted); font-size: 11px; }
.package-card__prices { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 3px; }
.package-card__prices s { color: var(--muted); font-size: 11px; }
.package-card__prices strong { color: var(--forest); font-size: 19px; }
.package-card__prices em { color: var(--success); font-size: 10px; font-style: normal; font-weight: 800; }

.free-weight {
    margin-top: 28px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    align-items: center;
    background: #eaf0e8;
    border: 1px solid #ced8cb;
    border-radius: 20px;
}

.free-weight h3 { margin: 0 0 6px; font: 600 25px "Lora", serif; }
.free-weight p { margin: 0; color: var(--muted); font-size: 13px; }

.free-weight__control {
    display: grid;
    grid-template-columns: 48px 120px 48px;
    gap: 7px;
    align-items: end;
}

.free-weight__control button {
    height: 48px;
    border: 1px solid #b9c9b9;
    border-radius: 12px;
    color: var(--forest);
    background: var(--white);
    font-size: 24px;
    cursor: pointer;
}

.free-weight__control label span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 700; }
.free-weight__control input { width: 100%; height: 48px; border: 1px solid #aebbaf; border-radius: 12px; text-align: center; font-weight: 800; }

.offer-button {
    min-height: 50px;
    padding: 14px 24px;
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--forest);
    box-shadow: 0 12px 24px rgba(18,63,42,.18);
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}

.offer-button--secondary { background: var(--leaf); }

.price-ledger {
    max-width: 680px;
    margin: 32px auto 0;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.price-ledger__title { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.price-ledger__title span { color: var(--muted); }
.price-ledger dl { margin: 18px 0; }
.price-ledger dl div { padding: 7px 0; display: flex; justify-content: space-between; gap: 20px; }
.price-ledger dt, .price-ledger dd { margin: 0; }
.price-ledger__discount { color: var(--success); }
.price-ledger__total { margin-top: 10px; padding-top: 18px !important; border-top: 1px solid var(--line); font-size: 20px; font-weight: 800; }
.price-ledger__total dd { color: var(--forest); font-size: 28px; }
.price-ledger > p { color: var(--success); font-size: 13px; font-weight: 700; }
.price-ledger .offer-button { width: 100%; }

.offer-message { min-height: 24px; margin-top: 16px; color: var(--danger); text-align: center; font-size: 13px; font-weight: 700; }

.offer-confidence { padding: 34px 0; background: var(--forest); color: var(--white); }
.offer-confidence__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.offer-confidence article { padding-left: 18px; border-left: 2px solid var(--harvest); }
.offer-confidence strong { font: 600 18px "Lora", serif; }
.offer-confidence p { margin: 6px 0 0; color: #caddcf; font-size: 12px; }

.shipping-section { padding: 92px 0; background: var(--white); }
.shipping-section__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.shipping-section__intro { position: sticky; top: 120px; }
.shipping-section__intro > p { color: var(--muted); }
.shipping-section__notice { margin-top: 28px; padding: 18px; display: grid; gap: 4px; color: #6d5315; background: #fff7df; border: 1px solid #ecd08a; border-radius: 12px; font-size: 12px; }

.shipping-form {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 22px;
}

.field { display: grid; gap: 6px; }
.field--wide { grid-column: 1 / -1; }
.field span { font-size: 12px; font-weight: 800; }
.field input { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #bcc5bc; border-radius: 10px; background: var(--white); }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field small { min-height: 16px; color: var(--muted); font-size: 10px; }
.shipping-form__error { min-height: 18px; margin: 0; color: var(--danger); font-size: 12px; font-weight: 700; }

.review-section { padding: 70px 0; background: #e9efe6; }
.review-card { max-width: 820px; margin: auto; padding: 36px; background: var(--white); border-radius: 22px; box-shadow: var(--shadow); }
.review-card__rows { margin-top: 24px; display: grid; gap: 10px; }
.review-card__rows div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.review-card__blocked { margin-top: 24px; padding: 14px; color: #6d5315; background: #fff7df; border-radius: 10px; text-align: center; font-weight: 800; }

.offer-footer { padding: 28px 0; color: #c9d7cc; background: var(--soil); }
.offer-footer .offer-shell { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.offer-footer strong { color: var(--white); font-family: "Lora", serif; }

[hidden] { display: none !important; }

@media (max-width: 980px) {
    .offer-hero__grid { grid-template-columns: 1fr .75fr; gap: 30px; }
    .package-grid { grid-template-columns: repeat(3, 1fr); }
    .free-weight { grid-template-columns: 1fr 1fr; }
    .free-weight > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    html { font-size: 18px; }
    body { padding-bottom: calc(92px + env(safe-area-inset-bottom)); line-height: 1.6; }
    .offer-shell { width: min(100% - 32px, 1180px); }
    .offer-trustbar .offer-shell { min-height: 48px; gap: 8px; justify-content: center; font-size: 12px; text-align: center; }
    .offer-trustbar span + span::before { display: none; }
    .offer-trustbar span:not(:first-child) { display: none; }
    .offer-header__inner { min-height: 72px; }
    .offer-brand__leaf { width: 48px; height: 48px; font-size: 17px; }
    .offer-brand strong { font-size: 18px; }
    .offer-brand small, .offer-header__support { display: none; }
    .offer-hero__grid { min-height: 0; padding-block: 34px 42px; grid-template-columns: 1fr; gap: 26px; }
    .offer-eyebrow { font-size: 14px; letter-spacing: .08em; }
    .offer-hero h1 { font-size: clamp(36px, 11vw, 50px); line-height: 1.06; letter-spacing: -.025em; }
    .offer-hero__lead { margin: 20px 0 26px; font-size: 19px; line-height: 1.55; }
    .offer-hero__media { min-height: 280px; order: -1; }
    .offer-hero__media img { width: min(100%, 310px); max-height: 310px; border-radius: 18px 18px 44px 18px; }
    .offer-hero__stamp { right: 0; bottom: 8px; width: 116px; font-size: 17px; }
    .planting-ruler { padding: 18px 16px 14px; overflow: hidden; }
    .planting-ruler__label { font-size: 15px; }
    .planting-ruler__line { min-width: 0; }
    .planting-ruler__line b { font-size: 14px; }
    .planting-ruler__line small { font-size: 11px; }
    .planting-ruler p { font-size: 14px; line-height: 1.45; }
    .offer-selection, .shipping-section { padding: 54px 0; }
    .offer-section-heading { margin-bottom: 24px; }
    .offer-section-heading h2, .shipping-section h2 { font-size: 32px; line-height: 1.15; }
    .offer-section-heading > p:last-child, .shipping-section__intro > p { font-size: 17px; }
    .package-swipe-hint {
        margin: 0 0 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--forest);
        font-size: 15px;
        font-weight: 800;
    }
    .package-swipe-hint::before { content: "↔"; font-size: 24px; }
    .package-grid {
        width: calc(100% + 16px);
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 5px 16px 24px 3px;
    }
    .package-grid::-webkit-scrollbar { display: none; }
    .package-card {
        flex: 0 0 calc(100vw - 64px);
        min-width: 0;
        scroll-snap-align: center;
        border-width: 2px;
        border-radius: 24px;
    }
    .package-card[aria-pressed="true"] { box-shadow: 0 0 0 4px rgba(40,115,72,.2), 0 18px 36px rgba(30,58,37,.15); }
    .package-card__badge { top: 14px; left: 14px; padding: 8px 13px; font-size: 14px; }
    .package-card__media { height: 235px; }
    .package-card__body { min-height: 330px; padding: 24px; }
    .package-card__body > small { min-height: 0; font-size: 16px; }
    .package-card__body > strong { margin-top: 5px; font-size: 27px; line-height: 1.2; }
    .package-card__weight { margin-top: 10px; font-size: 40px; line-height: 1.15; }
    .package-card__description { margin-top: 10px; font-size: 17px; line-height: 1.5; }
    .package-card__prices { margin-top: 22px; padding-top: 18px; gap: 5px; }
    .package-card__prices s { font-size: 16px; }
    .package-card__prices strong { font-size: 30px; }
    .package-card__prices em { font-size: 16px; }
    .free-weight { margin-top: 24px; padding: 24px; grid-template-columns: 1fr; border-radius: 20px; }
    .free-weight h3 { font-size: 27px; line-height: 1.2; }
    .free-weight p { font-size: 17px; }
    .free-weight__control { width: 100%; grid-template-columns: 60px minmax(0, 1fr) 60px; justify-content: center; gap: 10px; }
    .free-weight__control button { height: 60px; font-size: 32px; }
    .free-weight__control label span { font-size: 14px; }
    .free-weight__control input { height: 60px; font-size: 24px; }
    .offer-button { width: 100%; min-height: 58px; padding: 16px 20px; font-size: 18px; }
    .price-ledger { margin-top: 24px; padding: 24px; border-radius: 20px; }
    .price-ledger__title { display: grid; gap: 3px; }
    .price-ledger__title span, .price-ledger dt, .price-ledger dd { font-size: 17px; }
    .price-ledger__title strong { font-size: 20px; }
    .price-ledger dl div { padding: 10px 0; }
    .price-ledger__total { font-size: 20px; }
    .price-ledger__total dd { font-size: 30px; }
    .price-ledger > p { font-size: 16px; }
    .offer-confidence__grid, .shipping-section__grid { grid-template-columns: 1fr; }
    .offer-confidence { padding: 38px 0; }
    .offer-confidence__grid { gap: 28px; }
    .offer-confidence strong { font-size: 21px; }
    .offer-confidence p { font-size: 16px; }
    .shipping-section__grid { gap: 34px; }
    .shipping-section__intro { position: static; }
    .shipping-section__notice { padding: 20px; font-size: 16px; }
    .shipping-form { padding: 20px; grid-template-columns: 1fr; gap: 20px; }
    .field--wide { grid-column: auto; }
    .field span { font-size: 17px; }
    .field input { min-height: 58px; padding: 13px 15px; border-width: 2px; font-size: 18px; }
    .field small { font-size: 14px; }
    .shipping-form__error { font-size: 16px; }
    .offer-footer .offer-shell { flex-direction: column; }
    .mobile-purchase-bar {
        position: fixed;
        z-index: 50;
        right: 0;
        bottom: 0;
        left: 0;
        min-height: 82px;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        color: var(--ink);
        background: rgba(255,255,255,.97);
        border-top: 1px solid var(--line);
        box-shadow: 0 -10px 30px rgba(18,63,42,.14);
        backdrop-filter: blur(12px);
    }
    .mobile-purchase-bar__summary { min-width: 0; display: grid; }
    .mobile-purchase-bar__summary span { overflow: hidden; color: var(--muted); font-size: 14px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-purchase-bar__summary strong { color: var(--forest); font-size: 22px; line-height: 1.15; }
    .mobile-purchase-bar__button {
        min-height: 56px;
        padding: 0 22px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        color: var(--white);
        background: var(--forest);
        text-decoration: none;
        font-size: 17px;
        font-weight: 800;
    }
}

@media (max-width: 370px) {
    .offer-shell { width: min(100% - 24px, 1180px); }
    .package-card { flex-basis: calc(100vw - 48px); }
    .package-card__media { height: 210px; }
    .mobile-purchase-bar__button { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}

/* Assistente de vendas: uma decisão por tela */
body {
    min-height: 100dvh;
    background:
        radial-gradient(circle at 15% 10%, rgba(76,151,99,.24), transparent 34%),
        linear-gradient(145deg, #0b2f20, var(--forest) 58%, #174f35);
}
.offer-trustbar { display: none; }
.offer-header { position: relative; top: auto; }
.offer-header__inner { min-height: 72px; }
.sales-wizard {
    width: min(760px, calc(100% - 32px));
    min-height: calc(100dvh - 104px);
    margin: 24px auto;
    padding: 24px 24px 116px;
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.wizard-progress { margin-bottom: 22px; }
.wizard-progress > div:first-child { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 14px; }
.wizard-progress strong { color: var(--forest); }
.wizard-progress__track { height: 8px; margin-top: 10px; overflow: hidden; background: #d6dfd4; border-radius: 999px; }
.wizard-progress__track span { display: block; width: 25%; height: 100%; background: var(--leaf); border-radius: inherit; transition: width .25s ease; }
.wizard-live { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0,0,0,0); }
.wizard-step { animation: wizard-enter .24s ease both; }
.wizard-step[hidden] { display: none !important; }
.wizard-heading { margin-bottom: 20px; }
.wizard-heading h1, .wizard-heading h2 { margin: 0; color: var(--ink); font: 600 clamp(30px, 5vw, 42px)/1.12 "Lora", serif; letter-spacing: -.025em; }
.wizard-heading > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 17px; }
.package-carousel { position: relative; }
.package-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 6px max(58px, calc((100% - 430px) / 2)) 20px;
}
.package-grid::-webkit-scrollbar { display: none; }
.package-card {
    flex: 0 0 min(430px, calc(100vw - 104px));
    scroll-snap-align: center;
    border-width: 2px;
    border-radius: 24px;
    opacity: .68;
    transform: scale(.96);
}
.package-card.is-current, .package-card[aria-pressed="true"] { opacity: 1; transform: scale(1); border-color: var(--leaf); box-shadow: 0 16px 34px rgba(18,63,42,.15); }
.package-card__media { height: 250px; }
.package-card__media img { object-fit: contain; }
.package-card__media--weight-banner {
    height: 154px;
    padding: 8px;
    background: #ffffff;
}
.package-card__media--tall-banner { height: 224px; }
.package-card__body { min-height: 300px; padding: 24px; }
.package-card__body > small { min-height: 0; font-size: 17px; font-weight: 700; }
.package-card__body > strong { font-size: 27px; }
.package-card__weight { font-size: 42px; }
.package-card__description { font-size: 17px; line-height: 1.45; }
.package-card__prices s { font-size: 16px; }
.package-card__prices strong { font-size: 30px; }
.package-card__prices em { font-size: 16px; }
.package-arrow {
    width: 56px;
    height: 68px;
    padding: 0;
    position: absolute;
    z-index: 4;
    top: 42%;
    border: 0;
    border-radius: 16px;
    color: var(--white);
    background: var(--forest);
    box-shadow: 0 10px 24px rgba(18,63,42,.3);
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}
.package-arrow--previous { left: 2px; }
.package-arrow--next { right: 2px; }
.package-counter { margin: -4px 0 16px; color: var(--muted); text-align: center; font-size: 16px; font-weight: 700; }
.package-counter strong { color: var(--forest); font-size: 20px; }
.free-weight-choice {
    width: 100%;
    min-height: 72px;
    padding: 16px 18px;
    border: 2px dashed #9bb09d;
    border-radius: 16px;
    display: grid;
    gap: 3px;
    color: var(--forest);
    text-align: left;
    background: #eef3eb;
    cursor: pointer;
}
.free-weight-choice strong { font-size: 18px; }
.free-weight-choice span { color: var(--muted); font-size: 16px; }
.free-weight { margin: 0 0 18px; grid-template-columns: 1fr; }
.price-ledger { max-width: none; margin: 0; }
.price-ledger__area { margin: 12px 0 0 !important; padding: 12px; color: var(--forest) !important; background: #e8f0e5; border-radius: 10px; font-size: 16px !important; }
.shipping-form { padding: 0; background: transparent; border: 0; }
.review-section, .shipping-section, .offer-selection { padding: 0; background: transparent; }
.review-card { max-width: none; margin: 0; padding: 24px; box-shadow: none; border: 1px solid var(--line); }
.wizard-trust {
    margin: 24px 0 0;
    padding: 13px 14px;
    display: flex;
    justify-content: center;
    gap: 18px;
    color: var(--forest);
    background: #e4ece1;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
}
.wizard-actions {
    min-height: 88px;
    padding: 14px 24px calc(14px + env(safe-area-inset-bottom));
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    background: rgba(255,255,255,.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(18,63,42,.08);
    backdrop-filter: blur(12px);
}
.wizard-button {
    min-height: 58px;
    padding: 0 24px;
    border: 0;
    border-radius: 13px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}
.wizard-button--back { color: var(--forest); background: #e4ece2; }
.wizard-button--next { color: var(--white); background: var(--forest); }
.wizard-button:disabled { opacity: .55; cursor: not-allowed; }
.offer-footer, .mobile-purchase-bar, .offer-confidence, .offer-hero { display: none !important; }
@keyframes wizard-enter { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

/*
 * Alguns navegadores móveis usam uma viewport lógica de desktop. Pointer e
 * device-width mantêm o assistente no modo vertical mesmo nessa configuração.
 */
@media (max-width: 1024px), (pointer: coarse), (max-device-width: 1024px) {
    body {
        padding: 0;
        background: linear-gradient(155deg, #0b2f20, var(--forest) 64%, #1a583b);
        font-size: 18px;
    }
    .offer-shell { width: calc(100% - 28px); }
    .offer-header__inner { min-height: 76px; }
    .offer-brand__logo { width: clamp(164px, 48vw, 210px); }
    .offer-header__security {
        min-height: 34px;
        padding: 0 10px;
        font-size: 11px;
    }
    .offer-header__security > span { width: 18px; height: 18px; }
    .offer-security-band {
        min-height: 40px;
        gap: 14px;
        font-size: 12px;
    }
    .offer-security-band span + span::before { margin-right: 14px; }
    .sales-wizard {
        width: calc(100% - 16px);
        min-height: calc(100dvh - 140px);
        margin: 12px auto;
        padding: 18px 16px calc(108px + env(safe-area-inset-bottom));
        border: 1px solid rgba(255,255,255,.34);
        border-radius: 22px;
        box-shadow: none;
        overflow: hidden;
    }
    .wizard-heading h1, .wizard-heading h2 { font-size: 32px; }
    .wizard-heading > p:last-child { font-size: 17px; }
    .package-grid {
        width: calc(100% + 32px);
        margin-left: -16px;
        gap: 14px;
        padding: 5px 42px 18px;
    }
    .package-card {
        flex: 0 0 calc(100% - 76px);
        width: calc(100% - 76px);
        max-width: 560px;
    }
    .package-card__media { height: min(42vh, 360px); }
    .package-card__media--weight-banner { height: clamp(138px, 21vh, 176px); }
    .package-card__media--tall-banner { height: clamp(210px, 30vh, 250px); }
    .package-card__body { min-height: 285px; padding: 22px; }
    .package-arrow { width: 52px; height: 64px; top: 40%; }
    .package-arrow--previous { left: -8px; }
    .package-arrow--next { right: -8px; }
    .wizard-trust { gap: 8px; justify-content: space-between; font-size: 12px; }
    .wizard-actions {
        position: fixed;
        z-index: 40;
        padding-inline: 16px;
        grid-template-columns: auto minmax(0, 1fr);
    }
    .wizard-button { min-height: 60px; padding-inline: 18px; }
    .wizard-button--next { width: 100%; }
    .shipping-form { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
}

@media (max-width: 370px), (max-device-width: 370px) {
    .offer-brand__logo { width: 148px; }
    .offer-header__security { padding-inline: 8px; font-size: 10px; }
    .offer-security-band { font-size: 10px; }
    .package-card {
        flex-basis: calc(100vw - 72px);
        width: calc(100vw - 72px);
    }
    .package-grid { padding-inline: 40px; }
    .package-card__media { height: 205px; }
    .package-card__body { min-height: 270px; padding: 18px; }
    .package-card__weight { font-size: 36px; }
    .wizard-button { font-size: 16px; padding-inline: 14px; }
}
