/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    /* scroll-behavior gerenciado pelo JS para maior precisão */
}

/* Offset de scroll para ançoras (evita o tópico ser cortado no topo) */
#hero,
#pain,
#recipes,
#carousel,
#benefits,
#target,
#author,
#testimonials,
#cta,
#garantia,
#steps {
    scroll-margin-top: 10px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #eeebe7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

b,
strong {
    font-weight: 700;
}

/* ===== UTILITIES ===== */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.text-pink {
    color: #FB6073;
}

/* ===== BUTTONS ===== */
.btn-green {
    display: inline-block;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.15em;
    font-weight: 700;
    border-radius: 50px;
    padding: 20px 50px;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 18px rgba(34, 197, 94, .3);
}

.btn-green:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(34, 197, 94, .45);
}

.btn-green:active {
    transform: translateY(0);
}

.btn-cta-large {
    font-size: 1.25em;
    padding: 22px 60px;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    background-image: url('../images/bg-sobremesaszero.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6em 0 4em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #efede9;
    opacity: 0.45;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-tag {
    background-color: #b17349;
    color: #fff;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
    display: inline-block;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.6em;
    font-weight: 700;
    line-height: 1.2em;
    color: #432717;
    margin-bottom: 20px;
    max-width: 780px;
}

.hero-title-pink {
    color: #FB6073;
}

.hero-subtitle {
    max-width: 600px;
    text-align: center;
    margin-bottom: 24px;
}

.hero-subtitle h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.5em;
    color: #6f685f;
}

.hero-testimonial {
    margin-bottom: 20px;
}

.testimonial-inner {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.testimonial-img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FB6073;
}

.testimonial-info {
    text-align: left;
}

.testimonial-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #b17349;
    line-height: 1.4;
}

.hero-mockup {
    max-width: 680px;
    margin: 0 auto 20px;
}

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}

.hero-proof-text {
    font-size: 1em;
    font-weight: 500;
    color: #6f685f;
}

.rating-stars {
    display: flex;
    gap: 5px;
}

.star-icon {
    width: 20px;
    height: 20px;
    fill: #fcd53f;
}

.progress-bar-container {
    width: 100%;
    max-width: 680px;
    background-color: #e0dbd4;
    border-radius: 4px;
    height: 14px;
    margin-bottom: 24px;
}

.progress-bar {
    background: linear-gradient(90deg, #22c55e, #16a34a);
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.progress-pct {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

/* ===== SEÇÃO 2 — DOR ===== */
.pain-section {
    background-color: #fff8f4;
    padding: 5em 0;
    text-align: center;
}

.pain-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    color: #432717;
    margin-bottom: 40px;
    line-height: 1.2;
}

.pain-list {
    max-width: 700px;
    margin: 0 auto 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.pain-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 1.2em;
    color: #55443a;
    line-height: 1.5;
}

.pain-icon {
    font-size: 1.3em;
    flex-shrink: 0;
    margin-top: 2px;
}

.pain-transition {
    font-size: 1.3em;
    font-style: italic;
    color: #b17349;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* ===== SEÇÃO 3 — RECEITAS ===== */
.recipes-section {
    background-color: #eeebe7;
    padding: 5em 1.5em;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    text-align: center;
    line-height: 1.2em;
    color: #6f685f;
    margin-bottom: 16px;
}

.section-title.dark {
    color: #55443a;
}

.section-title.dark-brown {
    color: #b17349;
}

.section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15em;
    font-weight: 400;
    color: #837c72;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 44px;
    line-height: 1.6;
}

.section-subtitle-sm {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
    color: #b17349;
    text-align: center;
    margin-bottom: 30px;
}

.recipe-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding-top: 10px;
}

.recipe-card {
    background-color: #FB6073;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    flex: 1 1 180px;
    max-width: 210px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.recipe-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.recipe-card img {
    width: 100%;
    display: block;
}

.recipe-card-info {
    padding: 16px 12px 20px;
}

.recipe-card-info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.recipe-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.badge {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.72em;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.recipe-flavor {
    font-size: 0.85em;
    color: #ffe8ea;
    font-weight: 500;
}

.recipes-bottom-text {
    text-align: center;
    font-size: 1.3em;
    color: #6f685f;
    margin-top: 40px;
    line-height: 1.5;
}

/* ===== SEÇÃO 4 — CARROSSEL ===== */
.carousel-section {
    background-color: #ffd6ba;
    padding: 5em 0;
}

.carousel-track-wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
}

.carousel-track {
    display: flex;
    gap: 10px;
    width: max-content;
}

.carousel-track img {
    width: 280px;
    height: auto;
    border-radius: 20px;
    flex-shrink: 0;
}

.carousel-rtl {
    animation: scrollRTL 25s linear infinite;
}

.carousel-ltr {
    animation: scrollLTR 25s linear infinite;
}

@keyframes scrollRTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollLTR {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.depo-carousel img {
    width: 300px;
}

/* ===== SEÇÃO 5 — BENEFÍCIOS ===== */
.benefits-section {
    background-color: #fff;
    padding: 5em 0;
}

.benefits-box {
    background-color: #efede9;
    border: 4px solid #FB6073;
    border-radius: 20px;
    padding: 56px 60px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.benefits-box h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    color: #FB6073;
    line-height: 1.2em;
    text-align: center;
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 1.4em;
    width: 100%;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.check-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    fill: #00d26a;
    margin-top: 4px;
}

.check-icon.green {
    fill: #22c55e;
}

.check-list li span {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #5a4033;
    line-height: 1.5;
}

.benefits-note {
    font-size: 1em;
    color: #837c72;
    font-style: italic;
    text-align: center;
    max-width: 550px;
}

/* ===== SEÇÃO 6 — PARA QUEM É ===== */
.target-section {
    background-color: #fff8f4;
    padding: 5em 0;
}

.target-list-wrap {
    max-width: 680px;
    margin: 40px auto 0;
}

.target-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.target-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    color: #5a4033;
    line-height: 1.5;
}

/* ===== SEÇÃO 7 — AUTORIDADE ===== */
.authority-section {
    background-color: #eeebe7;
    padding: 5em 0;
}

.authority-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 44px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.authority-photo {
    flex-shrink: 0;
}

.authority-photo img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #FB6073;
    box-shadow: 0 6px 24px rgba(251, 96, 115, .25);
}

.authority-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.authority-text p {
    font-size: 1.15em;
    color: #5a4033;
    line-height: 1.7;
}

/* ===== SEÇÃO 8 — DEPOIMENTOS ===== */
.testimonials-section {
    background-color: #fff;
    padding: 5em 0;
}

.depo-mobile-section {
    display: none;
    padding: 2em 0;
}

.depo-mobile-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
}

.depo-mobile-grid img {
    max-width: 400px;
    width: 100%;
    border-radius: 15px;
}

.extra-depos {
    display: none;
}

/* ===== SEÇÃO 9 — OFERTA ===== */
.cta-section {
    background-color: #ffd6ba;
    padding: 6em 0 7em;
}

.main-product-card {
    background: linear-gradient(135deg, #FB6073, #e84d61);
    border-radius: 20px;
    padding: 36px 30px;
    max-width: 600px;
    margin: 36px auto;
    text-align: center;
    color: #fff;
    box-shadow: 0 6px 24px rgba(251, 96, 115, .3);
}

.main-product-icon {
    font-size: 3em;
    margin-bottom: 12px;
}

.main-product-card h3 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-product-card p {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.9);
}

.main-product-sub {
    font-style: italic;
    margin-top: 6px;
    font-size: 1em !important;
}

.bonus-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.bonus-card {
    background-color: #FB6073;
    border-radius: 16px;
    padding: 30px 15px;
    text-align: center;
    flex: 1 1 280px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    box-shadow: 0 4px 16px rgba(251, 96, 115, .25);
    transition: transform .3s ease;
}

.bonus-card:hover {
    transform: translateY(-4px);
}

.bonus-card img {
    width: 100%;
    border-radius: 12px;
}

.bonus-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
}

.bonus-desc {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.88);
}

.bonus-price {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
}

.old-price {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.9em;
}

.free-tag {
    font-size: 1.5em;
    font-weight: 800;
}

.offer-box {
    background-image: url('../images/bg-sobremesas-1-2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    border: 5px solid #22c55e;
    border-radius: 20px;
    padding: 36px 24px 30px;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(34, 197, 94, .25);
}

.offer-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #efede9;
    opacity: 0.97;
    z-index: 0;
}

.offer-box>* {
    position: relative;
    z-index: 1;
}

.offer-price {
    text-align: center;
}

.offer-price .old-price {
    font-size: 1.4em;
    display: block;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    margin-bottom: 6px;
}

.offer-label {
    font-size: 1.3em;
    color: #432717;
    font-weight: 700;
    display: block;
}

.big-price {
    font-size: 2.8em;
    font-weight: 800;
    color: #22c55e;
}

.offer-sub {
    font-size: 0.95em;
    color: #837c72;
    font-style: italic;
    display: block;
    margin-top: 4px;
}

.offer-access-info {
    font-size: 0.9em;
    color: #837c72;
    font-style: italic;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    max-width: 88%;
    margin: 0 auto;
}

.offer-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-list li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.offer-list li span {
    font-size: 1.15em;
    font-weight: 500;
    color: #5a4033;
}

.only-today {
    font-size: 1.1em;
    font-weight: 600;
    color: #FB6073;
    letter-spacing: 1px;
}

/* ===== SEÇÃO 10 — GARANTIA ===== */
.guarantee-section {
    background-color: #fff;
    padding: 5em 0;
}

.guarantee-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #f0fdf4;
    border: 3px solid #22c55e;
    border-radius: 20px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(34, 197, 94, .1);
}

.guarantee-icon {
    font-size: 4em;
}

.guarantee-box h2 {
    font-size: 2em;
    font-weight: 700;
    color: #432717;
    line-height: 1.3;
}

.guarantee-box p {
    font-size: 1.15em;
    color: #5a4033;
    line-height: 1.7;
}

.guarantee-bold {
    font-size: 1.2em !important;
    font-weight: 600;
    color: #432717 !important;
}

/* ===== SEÇÃO 11 — STEPS ===== */
.steps-section {
    background-color: #eeebe7;
    padding: 6em 0;
    text-align: center;
}

.steps-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 50px 0 40px;
}

.step-item {
    text-align: center;
    max-width: 280px;
}

.step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: #FB6073;
    border-radius: 50%;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(251, 96, 115, .3);
}

.step-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.step-item h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #432717;
    line-height: 1.3em;
}

.secure-badge {
    margin-top: 44px;
    text-align: center;
}

.secure-badge img {
    max-width: 315px;
    margin: 0 auto;
}

/* ===== FOOTER ===== */
.site-footer {
    background-color: #432717;
    padding: 24px 0 20px;
    text-align: center;
}

.site-footer p {
    font-size: 0.85em;
    font-weight: 400;
    color: #c9b5a8;
    line-height: 1.6;
}

.footer-links {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-links a {
    color: #ffd6ba;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-sep {
    color: #7a5a48;
}

.footer-disclaimer {
    margin-top: 10px;
    font-size: 0.78em !important;
    color: #7a5a48 !important;
}

/* ===== BANNER DE COOKIES ===== */
#cookie-banner {
    display: none;
    /* JS mostra se necessário */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #2d1d12;
    color: #e8ddd6;
    padding: 14px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
    font-family: 'Poppins', sans-serif;
    font-size: 0.88em;
    line-height: 1.5;
    transition: opacity .4s ease, transform .4s ease;
}

#cookie-banner p {
    flex: 1;
    min-width: 240px;
    color: #e8ddd6;
    font-size: 1em;
}

#cookie-banner a {
    color: #ffd6ba;
    text-decoration: underline;
    font-weight: 600;
}

#cookie-banner a:hover {
    color: #fff;
}

#cookie-accept {
    background-color: #22c55e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background .25s;
    flex-shrink: 0;
}

#cookie-accept:hover {
    background-color: #16a34a;
}

/* ==========================================================
   RESPONSIVE — TABLET
   ========================================================== */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.2em;
    }

    .hero-subtitle h2 {
        font-size: 1.2em;
    }

    .section-title {
        font-size: 2.2em;
    }

    .section-subtitle-sm {
        font-size: 1.25em;
    }

    .benefits-box {
        padding: 44px 28px;
    }

    .benefits-box h2 {
        font-size: 2em;
    }

    .pain-title {
        font-size: 2.2em;
    }

    .authority-inner {
        gap: 34px;
    }
}

/* ==========================================================
   RESPONSIVE — MOBILE
   ========================================================== */
@media (max-width: 767px) {

    /* ── GLOBAL ── */
    .container {
        padding: 0 16px;
    }

    .btn-green {
        display: block;
        width: 100%;
        padding: 18px 14px;
        font-size: 0.93em;
        border-radius: 14px;
    }

    .btn-cta-large {
        font-size: 0.98em;
        padding: 20px 14px;
    }

    .section-title {
        font-size: 1.6em;
        line-height: 1.28;
        margin-bottom: 12px;
    }

    .section-subtitle {
        font-size: 0.98em;
        margin-bottom: 26px;
        line-height: 1.6;
    }

    .section-subtitle-sm {
        font-size: 1.05em;
        margin-bottom: 20px;
    }

    /* ── HERO ── */
    .hero-section {
        background-image: url('../images/bg-szero-mobile.webp');
        padding: 5em 0 2.5em;
    }

    .hero-content {
        padding: 0 16px;
    }

    .hero-tag {
        font-size: 0.7em;
        padding: 5px 12px;
        letter-spacing: 0.4px;
        margin-bottom: 14px;
    }

    .hero-title {
        font-size: 6vw;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    .hero-subtitle {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .hero-subtitle h2 {
        font-size: 0.97em;
        line-height: 1.6;
    }

    .hero-testimonial {
        margin-bottom: 14px;
    }

    .testimonial-inner {
        gap: 10px;
    }

    .testimonial-img {
        width: 44px;
        height: 44px;
    }

    .testimonial-name {
        font-size: 0.8em;
        line-height: 1.4;
    }

    .hero-mockup {
        max-width: 96vw;
        margin-bottom: 14px;
    }

    .hero-social-proof {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-bottom: 8px;
    }

    .rating-stars {
        justify-content: center;
    }

    .star-icon {
        width: 18px;
        height: 18px;
    }

    .hero-proof-text {
        font-size: 0.84em;
        text-align: center;
    }

    .progress-bar-container {
        max-width: 96vw;
        margin-bottom: 18px;
    }

    /* ── DOR ── */
    .pain-section {
        padding: 3.5em 16px;
    }

    .pain-title {
        font-size: 1.65em;
        margin-bottom: 26px;
        line-height: 1.25;
    }

    .pain-list {
        gap: 14px;
        margin-bottom: 28px;
    }

    .pain-list li {
        font-size: 0.98em;
        gap: 10px;
        line-height: 1.55;
    }

    .pain-icon {
        font-size: 1.1em;
        margin-top: 1px;
    }

    .pain-transition {
        font-size: 1em;
        line-height: 1.55;
    }

    /* ── RECEITAS ── */
    .recipes-section {
        padding: 3.5em 16px;
    }

    .recipe-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding-top: 0;
    }

    /* 5º card centralizado sozinho */
    .recipe-card:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 230px;
        justify-self: center;
    }

    .recipe-card {
        max-width: 100%;
        width: 100%;
        flex: none;
        border-radius: 14px;
    }

    .recipe-card-info {
        padding: 10px 10px 14px;
    }

    .recipe-card-info h3 {
        font-size: 1.2em;
        margin-bottom: 8px;
    }

    .recipe-badges {
        gap: 4px;
    }

    .badge {
        font-size: 0.62em;
        padding: 2px 6px;
    }

    .recipe-flavor {
        font-size: 0.76em;
        margin-top: 6px;
    }

    .recipes-bottom-text {
        font-size: 1em;
        margin-top: 26px;
    }

    /* ── CARROSSEL ── */
    .carousel-section {
        padding: 3em 0;
    }

    .carousel-track img {
        width: 155px;
        border-radius: 12px;
    }

    .depo-carousel img {
        width: 180px;
    }

    /* ── BENEFÍCIOS ── */
    .benefits-section {
        padding: 3.5em 16px;
    }

    .benefits-box {
        border-width: 3px;
        border-radius: 14px;
        padding: 28px 16px 32px;
        gap: 22px;
    }

    .benefits-box h2 {
        font-size: 1.5em;
        line-height: 1.3;
    }

    .check-list {
        gap: 1em;
    }

    .check-icon {
        width: 22px;
        height: 22px;
        margin-top: 2px;
    }

    .check-list li span {
        font-size: 0.97em;
        line-height: 1.55;
    }

    .benefits-note {
        font-size: 0.88em;
        line-height: 1.55;
    }

    /* ── PARA QUEM É ── */
    .target-section {
        padding: 3.5em 16px;
    }

    .target-list-wrap {
        margin-top: 22px;
    }

    .target-list {
        gap: 14px;
    }

    .target-list li {
        font-size: 1em;
        line-height: 1.55;
    }

    /* ── AUTORIDADE ── */
    .authority-section {
        padding: 3.5em 16px;
    }

    .authority-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        margin-top: 26px;
    }

    .authority-photo img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }

    .authority-text {
        gap: 12px;
    }

    .authority-text p {
        font-size: 0.97em;
        text-align: left;
        line-height: 1.65;
    }

    /* ── DEPOIMENTOS ── */
    .testimonials-section {
        padding: 3.5em 0;
    }

    .testimonials-section .container {
        padding: 0 16px;
    }

    /* Grid mobile visível, carrossel escondido */
    .depo-mobile-section {
        display: block;
    }

    .extra-depos {
        display: block;
    }

    .testimonials-section .carousel-track-wrapper {
        display: none;
    }

    .depo-mobile-grid {
        gap: 18px;
        padding: 0 16px;
    }

    .depo-mobile-grid img {
        max-width: 100%;
        border-radius: 12px;
    }

    /* ── OFERTA + BÔNUS ── */
    .cta-section {
        padding: 3.5em 16px;
    }

    .main-product-card {
        padding: 22px 16px;
        margin: 20px auto;
        border-radius: 14px;
    }

    .main-product-icon {
        font-size: 2.4em;
        margin-bottom: 8px;
    }

    .main-product-card h3 {
        font-size: 1.4em;
        margin-bottom: 8px;
    }

    .main-product-card p {
        font-size: 0.97em;
    }

    .bonus-cards {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 24px;
    }

    .bonus-card {
        padding: 18px 14px;
        max-width: 100%;
        width: 100%;
        gap: 10px;
        border-radius: 14px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bonus-card img {
        width: 100px;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px;
    }

    .bonus-card h3 {
        font-size: 1.2em;
        width: 100%;
        text-align: center;
    }

    .bonus-desc {
        font-size: 0.9em;
        width: 100%;
        text-align: center;
    }

    .bonus-price {
        font-size: 0.97em;
        width: 100%;
        text-align: center;
    }

    .free-tag {
        font-size: 1.25em;
    }

    .offer-box {
        border-width: 3px;
        border-radius: 14px;
        padding: 22px 14px 18px;
        gap: 14px;
    }

    .offer-price .old-price {
        font-size: 1.05em;
    }

    .offer-label {
        font-size: 1.05em;
    }

    .big-price {
        font-size: 2em;
    }

    .offer-sub {
        font-size: 0.82em;
    }

    .offer-access-info {
        font-size: 0.8em;
    }

    .offer-list {
        max-width: 100%;
        gap: 10px;
    }

    .offer-list li svg {
        width: 20px;
        height: 20px;
    }

    .offer-list li span {
        font-size: 0.93em;
    }

    .only-today {
        font-size: 0.9em;
    }

    /* ── GARANTIA ── */
    .guarantee-section {
        padding: 3.5em 16px;
    }

    .guarantee-box {
        padding: 28px 18px;
        gap: 16px;
        border-radius: 14px;
    }

    .guarantee-icon {
        font-size: 3em;
    }

    .guarantee-box h2 {
        font-size: 1.4em;
        line-height: 1.3;
    }

    .guarantee-box p {
        font-size: 0.97em;
        line-height: 1.65;
    }

    .guarantee-bold {
        font-size: 1em !important;
    }

    /* ── COMO RECEBER ── */
    .steps-section {
        padding: 3.5em 16px;
    }

    .steps-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin: 28px 0 26px;
    }

    .step-item {
        max-width: 90%;
    }

    .step-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 12px;
    }

    .step-icon svg {
        width: 24px;
        height: 24px;
    }

    .step-item h3 {
        font-size: 1.15em;
        line-height: 1.4;
    }

    .secure-badge {
        margin-top: 28px;
    }

    .secure-badge img {
        max-width: 240px;
    }
}

/* ===== DEPOIMENTOS EM TEXTO ===== */
.text-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.text-testimonial-card {
    background-color: #fff8f4;
    border: 2px solid #ffd6c0;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 16px rgba(177, 115, 73, .10);
    transition: transform .3s ease, box-shadow .3s ease;
}

.text-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(177, 115, 73, .18);
}

.text-testimonial-stars {
    color: #fcd53f;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.text-testimonial-text {
    font-size: 1em;
    color: #5a4033;
    line-height: 1.65;
    font-style: italic;
    flex: 1;
}

.text-testimonial-author {
    font-size: 0.9em;
    font-weight: 700;
    color: #b17349;
}

/* Authority sem foto */
.authority-text-only {
    justify-content: center;
}

.authority-text-only .authority-text {
    max-width: 720px;
    text-align: center;
}

@media (max-width: 768px) {
    .text-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== DISCLAIMER DE SAÚDE ===== */
.health-disclaimer-section {
    background-color: #f5f3f0;
    border-top: 1px solid #e0dbd4;
    padding: 28px 0;
}

.health-disclaimer-text {
    font-size: 0.82em;
    color: #837c72;
    line-height: 1.7;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}