/* ============================================
   MARMITAS JÁ - Clone Styles
   ============================================ */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --orange: #ef492e;
    --orange-light: #f06a3e;
    --green-dark: #1a5632;
    --green: #28a745;
    --green-bg: #2d8f4e;
    --red: #e8552d;
    --red-bg: #e85a3a;
    --gray-bg: #f8f8f8;
    --gray-light: #f5f2ee;
    --white: #ffffff;
    --dark: #1a1a1a;
    --dark-green: #0d3b1e;
    --text: #093819;
    --text-light: #666666;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --radius: 16px;
    --radius-sm: 10px;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    color: var(--text);
    background: var(--gray-bg);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

em {
    font-style: italic;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.text-orange {
    color: var(--orange);
}

.text-orange-light {
    color: #ff8a65;
}

.text-white-bold {
    color: white;
}

.text-yellow {
    color: #ffd166;
}

/* Scroll Reveal */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   LOGO - Sabor de Casa
   ============================================ */
.logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}

.logo-sabor {
    font-size: 1.8rem;
    color: var(--orange);
}

.logo-de {
    font-size: 1.2rem;
    color: var(--text-light);
    font-weight: 600;
}

.logo-casa {
    font-size: 1.8rem;
    color: var(--dark-green);
}

.logo-slogan {
    font-size: 0.85rem;
    color: var(--text-light);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.logo-center {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-center .logo-sabor,
.logo-center .logo-casa {
    font-size: 2.4rem;
}

.logo-center .logo-de {
    font-size: 1.5rem;
}

/* ============================================
   HERO
   ============================================ */
.hero {
    background: var(--gray-bg);
    padding: 60px 0 0;
    overflow: hidden;
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-text {
    padding: 40px 0;
}

.hero-text .logo {
    margin-bottom: 8px;
}

.hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: var(--dark-green);
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-bold {
    color: var(--dark-green);
    font-weight: 900;
}

.hero-orange {
    color: var(--orange);
}

.hero-sub {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: var(--text);
    line-height: 1.6;
}

.hero-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Footer logo override */
.footer-logo .logo-sabor,
.footer-logo .logo-casa {
    color: white;
}

.footer-logo .logo-de {
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   ORANGE TRANSITION + FOOD PHOTOS
   ============================================ */
.orange-transition {
    background: linear-gradient(135deg, #f5a623 0%, var(--orange) 40%, #d4471e 100%);
    padding: 60px 24px 80px;
    text-align: center;
    color: white;
}

.orange-transition h2 {
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

.orange-highlight {
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    color: white;
    font-weight: 800;
    margin-bottom: 40px;
}

/* Food Photos Grid */
.food-photos {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.food-photos img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    transition: var(--transition);
}

.food-photos img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* ============================================
   PAIN POINTS
   ============================================ */
.pain-points {
    background: var(--gray-bg);
    padding: 80px 0;
    position: relative;
}

.pain-points::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M50 200 Q200 50 350 200 Q200 350 50 200' fill='none' stroke='%23ddd8d0' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 400px;
    opacity: 0.3;
}

.pain-title {
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.pain-cards {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.pain-card {
    background: var(--gray-light);
    border-radius: var(--radius);
    padding: 24px 32px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    position: relative;
}

.pain-emoji {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 8px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.pain-card p {
    font-size: 1.05rem;
    font-weight: 600;
    padding-top: 12px;
}

/* ============================================
   BIO SECTION
   ============================================ */
.bio-section {
    background: var(--gray-bg);
    padding: 60px 0;
}

.bio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.bio-image {
    display: flex;
    justify-content: center;
}

.bio-photo {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.bio-text h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    color: var(--dark-green);
    margin-bottom: 20px;
    line-height: 1.4;
    font-style: italic;
}

.bio-text p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* ============================================
   CICLO VICIOSO
   ============================================ */
.ciclo-section {
    background: var(--gray-bg);
    padding: 80px 0;
    text-align: center;
}

.ciclo-section h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.3;
}

.ciclo-img {
    max-width: 580px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    display: block;
    border-radius: 16px;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}

.ciclo-sub {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: var(--dark-green);
    line-height: 1.8;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    padding: 24px 32px;
    border-radius: 12px;
    border-left: 5px solid var(--orange);
    text-align: left;
    font-style: italic;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.culpa-banner {
    max-width: 650px;
    margin: 40px auto 0;
    background: #f0a050;
    border-radius: 60px;
    padding: 36px 60px;
    text-align: center;
}

.culpa-banner h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}

.culpa-banner p {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
}

/* ============================================
   APRESENTAR SECTION
   ============================================ */
.apresentar-section {
    background: white;
    padding: 80px 0 60px;
    text-align: center;
}

.apresentar-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
}

.apresentar-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #eee;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-right: -20px;
    z-index: 2;
    flex-shrink: 0;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apresentar-banner {
    background: var(--orange);
    color: white;
    padding: 30px 60px 30px 50px;
    border-radius: 0 16px 16px 0;
    display: flex;
    align-items: center;
}

.apresentar-banner p {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.3;
}

.apresentar-logo {
    margin-bottom: 50px;
}

.apresentar-logo .logo-sabor,
.apresentar-logo .logo-casa {
    font-size: 3.5rem;
}

.apresentar-logo .logo-de {
    font-size: 2rem;
}

.apresentar-foods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.apresentar-foods img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.apresentar-foods img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.apresentar-headline {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.3;
    margin-top: 50px;
    color: var(--dark);
}

/* ============================================
   BOA NOTÍCIA
   ============================================ */
.boa-noticia {
    background: var(--gray-bg);
    padding: 80px 0;
}

.boa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.boa-text h2 {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.3;
}

.boa-checks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.boa-check {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.check-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.boa-check p {
    font-size: 1.15rem;
    line-height: 1.6;
}

.boa-photo {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

/* ============================================
   COMO FUNCIONA (RED)
   ============================================ */
.como-funciona {
    background: var(--red-bg);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.como-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.como-header h2 {
    font-size: clamp(1.3rem, 3vw, 2rem);
    line-height: 1.3;
    text-align: left;
}

.como-header p {
    font-size: 0.95rem;
    opacity: 0.9;
    max-width: 340px;
    text-align: left;
    line-height: 1.6;
}

/* ============================================
   PASSO A PASSO
   ============================================ */
.passos-section {
    background: var(--gray-bg);
    padding: 40px 0 80px;
}

.passo-card {
    background: white;
    border-radius: var(--radius);
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.passo-card h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    line-height: 1.4;
    margin-bottom: 8px;
}

.passo-num {
    color: var(--orange);
    font-style: italic;
    font-weight: 700;
}

.passo-sub {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.passo-content {
    margin-top: 24px;
}

.passo-photo {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 12px;
    border: 2px solid #19a34a;
    margin: 0 auto;
    display: block;
}

.passo-img-wrapper {
    position: relative;
    display: inline-block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.passo-overlay {
    position: absolute;
    bottom: -90px;
    right: -130px;
    width: 300px;
    height: auto;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
    z-index: 2;
}

.passo-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ============================================
   O QUE VOCE VAI RECEBER
   ============================================ */
.receber-section {
    background: var(--gray-bg);
    padding: 0 0 60px;
}

.receber-banner {
    background: var(--green-bg);
    padding: 40px 24px;
    text-align: center;
    margin-bottom: 40px;
}

.receber-banner h2 {
    color: white;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 800;
    line-height: 1.4;
}

.receber-card {
    background: white;
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow);
    max-width: 850px;
    margin: 0 auto 40px;
}

.receber-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
}

.receber-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.receber-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.receber-item p {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

.receber-photo {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* ============================================
   LIVROS / MATERIAIS
   ============================================ */
.livros-section {
    background: var(--gray-bg);
    padding: 0 0 60px;
}

.livros-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.livro-card {
    background: white;
    border-radius: var(--radius);
    padding: 100px 14px 14px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: var(--transition);
    position: relative;
    overflow: visible;
    margin-top: 80px;
}

.livro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.livro-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.livro-card p {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--dark-green);
    line-height: 1.4;
}

/* ============================================
   CONGELAMENTO
   ============================================ */
.congelamento-section {
    background: #f5e8e0;
    padding: 60px 0;
    text-align: center;
}

.congelamento-banner {
    background: var(--orange);
    display: inline-block;
    padding: 20px 40px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.congelamento-banner h2 {
    color: white;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 800;
    line-height: 1.4;
}

.congelamento-banner .text-orange {
    color: #ffe0a0;
}

.congelamento-img {
    display: block;
    max-width: 380px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 0 auto 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.congelamento-badge {
    display: inline-block;
    background: white;
    padding: 16px 40px;
    border-radius: 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.congelamento-badge p {
    font-size: 1.1rem;
    font-weight: 800;
}

.bonus-grid {
    max-width: 650px;
    margin: 0 auto;
}

.bonus-card {
    padding: 5px 10px;
    overflow: visible;
}

.bonus-photo {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9 / 16;
    object-fit: contain;
    border-radius: 12px;
    margin: -40px auto -50px;
    display: block;
}

/* ============================================
   KCAL / MACROS
   ============================================ */
.kcal-section {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.kcal-section h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 12px;
}

.kcal-sub {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.6;
}

.kcal-img {
    display: block;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.kcal-sinalizadas {
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.kcal-tags {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.kcal-tag {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: white;
}

.tag-green {
    background: #28a745;
}

.tag-orange {
    background: var(--orange);
}

/* ============================================
   PARA VOCE
   ============================================ */
.para-voce-section {
    position: relative;
    overflow: hidden;
}

.para-voce-wave-top {
    height: 80px;
    background: linear-gradient(90deg, #21a951, #3bbd6a);
    clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%);
}

.para-voce-content {
    background: linear-gradient(90deg, #21a951, #3bbd6a);
    padding: 20px 0 40px;
    color: white;
}

.para-voce-content h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 30px;
    line-height: 1.4;
}

.para-voce-content .text-orange {
    color: var(--orange);
}

.para-voce-checks {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.para-voce-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pv-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
    filter: brightness(0) invert(1);
}

.para-voce-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: white;
}

.para-voce-wave-bottom {
    height: 80px;
    background: linear-gradient(90deg, #21a951, #3bbd6a);
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
}

/* ============================================
   DEPOIMENTOS CAROUSEL
   ============================================ */
.depoimentos-section {
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}

.depoimentos-section h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin-bottom: 40px;
    line-height: 1.4;
}

.depo-carousel {
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
}

.depo-track {
    display: flex;
    gap: 16px;
    width: max-content;
}

.depo-track img {
    height: 280px;
    width: auto;
    border-radius: 12px;
    flex-shrink: 0;
    object-fit: cover;
}

.depo-track-left {
    animation: scrollLeft 40s linear infinite;
}

.depo-track-right {
    animation: scrollRight 40s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* ============================================
   WHATSAPP SUPORTE
   ============================================ */
.zap-section {
    background: #f0f0f0;
    padding: 60px 0;
    text-align: center;
}

.zap-icon {
    width: 100px;
    height: auto;
    margin: 0 auto 24px;
    display: block;
}

.zap-section h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    line-height: 1.5;
    margin-bottom: 24px;
    color: var(--dark-green);
}

.zap-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* ============================================
   RESUMO COMPARACAO
   ============================================ */
.resumo-section {
    background: #f0f0f0;
    padding: 60px 0;
    text-align: center;
}

.resumo-section h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 40px;
}

.resumo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 850px;
    margin: 0 auto;
}

.resumo-col {
    text-align: left;
}

.resumo-label {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.label-red {
    background: var(--orange);
}

.label-green {
    background: #28a745;
}

.resumo-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.resumo-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.resumo-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.icon-red {
    filter: invert(29%) sepia(98%) saturate(5000%) hue-rotate(350deg) brightness(95%) contrast(95%);
}

.icon-green {
    filter: invert(50%) sepia(90%) saturate(500%) hue-rotate(90deg) brightness(90%) contrast(90%);
}

.resumo-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Mockups */
.phone-mockup {
    width: 200px;
    margin: 0 auto;
}

.mockup-screen {
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
}

.orange-bg {
    background: var(--orange);
    color: white;
}

.mockup-title {
    font-size: 1.8rem;
    font-weight: 800;
    display: block;
    margin-bottom: 16px;
}

.mockup-plate {
    font-size: 3rem;
}

.mockup-doc {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: var(--radius-sm);
    padding: 20px;
    text-align: left;
}

.mockup-doc h4 {
    color: var(--orange);
    font-size: 1rem;
    margin-bottom: 4px;
}

.mockup-doc .mockup-sub {
    color: var(--text-light);
    font-size: 0.75rem;
    font-style: italic;
    margin-bottom: 10px;
}

.mockup-doc ul {
    list-style: disc;
    padding-left: 18px;
    font-size: 0.8rem;
    color: var(--text-light);
}

.mockup-doc li {
    margin-bottom: 4px;
}

/* Planner */
.passo-planner {
    background: white;
    border: 2px solid #4caf50;
    border-radius: var(--radius-sm);
    overflow: hidden;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.planner-header {
    background: linear-gradient(to right, #3e2723, #5d4037);
    color: white;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 1.1rem;
}

.planner-tabs {
    display: flex;
    gap: 16px;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    font-size: 0.8rem;
    color: var(--text-light);
    flex-wrap: wrap;
}

.tab-active {
    font-weight: 700;
    color: var(--dark);
    border-bottom: 2px solid var(--dark);
    padding-bottom: 4px;
}

.planner-title {
    padding: 12px 16px;
    font-weight: 700;
    font-size: 1rem;
}

.planner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 16px 16px;
}

.planner-item {
    background: var(--gray-light);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    text-align: center;
}

/* Table */
.passo-table-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.passo-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 2px solid #4caf50;
    border-radius: var(--radius-sm);
    overflow: hidden;
    font-size: 0.85rem;
}

.passo-table thead {
    background: #f5f5f5;
}

.passo-table th,
.passo-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.passo-table th {
    font-weight: 600;
    font-size: 0.78rem;
    color: var(--text-light);
}

.calculator-icon {
    position: absolute;
    bottom: -10px;
    right: -30px;
    font-size: 4rem;
}

/* Image placeholders */
.passo-img-placeholder {
    width: 100%;
    max-width: 600px;
    height: 350px;
    background: linear-gradient(180deg, #2c3e6b 0%, #1a2d50 100%);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    margin: 0 auto;
    box-shadow: var(--shadow);
    border: 3px solid #4caf50;
}

.passo-img-placeholder small {
    font-size: 0.8rem;
    margin-top: 8px;
    opacity: 0.7;
}

.small-placeholder {
    height: 250px;
}

.video-placeholder {
    height: 400px;
}

/* ============================================
   BONUS SECTION
   ============================================ */
.bonus-section {
    padding: 0 0 60px;
}

.bonus-header {
    background: var(--red-bg);
    padding: 50px 24px;
    text-align: center;
    color: white;
    margin-bottom: -30px;
}

.bonus-header h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    line-height: 1.4;
}

.bonus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.bonus-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.bonus-img-placeholder {
    height: 250px;
    background: linear-gradient(135deg, #f5e6d0, #e8d5b8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.bonus-label {
    background: var(--orange);
    color: white;
    padding: 14px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* ============================================
   SOCIAL PROOF
   ============================================ */
.social-proof {
    background: var(--red-bg);
    padding: 80px 0;
    text-align: center;
    color: white;
}

.social-proof h2 {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    margin-bottom: 12px;
    line-height: 1.3;
}

.social-handle {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.instagram-card {
    background: white;
    color: var(--dark);
    border-radius: var(--radius);
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.insta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.insta-back {
    font-size: 1.4rem;
}

.insta-username {
    font-size: 0.95rem;
}

.verified {
    background: #1da1f2;
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    padding: 2px 4px;
}

.insta-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

.insta-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e1306c, #f77737);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
}

.insta-info h4 {
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.insta-stats {
    display: flex;
    gap: 20px;
    font-size: 0.8rem;
    text-align: center;
}

.insta-bio {
    padding: 0 16px 16px;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--text-light);
}

/* ============================================
   COMPARISON
   ============================================ */
.comparison-section {
    background: var(--gray-bg);
    padding: 80px 0;
    text-align: center;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.comparison-item {
    text-align: center;
}

.comparison-icon {
    font-size: 4rem;
    margin-bottom: 16px;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: var(--shadow);
}

.comparison-item h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.comparison-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* Notepad */
.notepad {
    max-width: 400px;
    margin: 0 auto;
    background: #fff59d;
    border-radius: var(--radius-sm);
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
    position: relative;
}

.notepad-spiral {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
}

.notepad-line {
    font-family: 'Dancing Script', cursive;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.notepad-line.strike {
    text-decoration: line-through;
    color: var(--text-light);
}

.notepad-line-red {
    border: none;
    border-top: 3px solid red;
    margin: 12px auto;
    width: 60%;
}

.notepad-result {
    font-family: 'Dancing Script', cursive;
    font-size: 1.4rem;
    color: var(--green-dark);
    line-height: 1.4;
}

/* ============================================
   SUPPORT SECTION
   ============================================ */
.support-section {
    background: var(--gray-bg);
    padding: 60px 0;
    text-align: center;
}

.support-section h2 {
    font-size: clamp(1.3rem, 3vw, 2rem);
    margin-bottom: 20px;
    line-height: 1.4;
}

.support-section p {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 8px;
}

/* ============================================
   PREMIUM PRICING SECTION
   ============================================ */
.premium-pricing {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
}

.premium-pricing::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232, 85, 45, 0.15) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    border-radius: 50%;
}

.premium-pricing::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(91, 176, 229, 0.1) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    border-radius: 50%;
}

/* Urgency Banner */
.urgency-banner {
    background: linear-gradient(90deg, var(--orange), #171e38, var(--orange));
    background-size: 200% 100%;
    animation: urgencySlide 3s ease infinite;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 50px;
}

@keyframes urgencySlide {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.urgency-icon {
    font-size: 1.3rem;
    animation: urgencyPulse 1s ease infinite;
}

@keyframes urgencyPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* Pricing Card */
.pricing-card {
    max-width: 560px;
    margin: 0 auto 60px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 24px;
    padding: 50px 40px 40px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Ribbon */
.pricing-ribbon {
    position: absolute;
    top: 20px;
    right: -8px;
    background: linear-gradient(135deg, var(--orange), #d4471e);
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 8px 24px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 4px 15px rgba(232, 85, 45, 0.3);
}

.pricing-ribbon::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #a33a1a transparent transparent;
}

/* Pricing Logo */
.pricing-logo {
    margin-bottom: 4px;
}

.pricing-subtitle {
    font-size: 0.85rem;
    color: var(--text-light);
    font-style: italic;
    margin-bottom: 30px;
}

/* Includes List */
.pricing-includes {
    text-align: left;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #f8f9fa, #f0f2f5);
    border-radius: 16px;
    padding: 24px 28px;
    border: 1px solid #e8eaed;
}

.pricing-includes h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--dark-green);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.includes-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.includes-list li {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: var(--text);
}

.include-check {
    font-size: 1rem;
    flex-shrink: 0;
}

/* Price Display */
.price-display {
    margin-bottom: 24px;
    padding: 24px 0;
    border-top: 2px dashed #e0e0e0;
    border-bottom: 2px dashed #e0e0e0;
}

.price-was {
    margin-bottom: 8px;
}

.price-label {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-right: 6px;
}

.price-crossed {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #cc0000;
    text-decoration: line-through;
    font-weight: 600;
}

.price-for {
    display: block;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
}

.price-currency {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #00b140;
    margin-top: 8px;
}

.price-value {
    font-family: 'Poppins', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    color: #00b140;
    letter-spacing: -2px;
}

.price-cents {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #00b140;
    align-self: flex-start;
    margin-top: 38px;
}

.price-period {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 500;
    align-self: flex-end;
    margin-bottom: 8px;
}

.price-installments {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 8px;
}

.price-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 12px 0;
}

.price-divider::before,
.price-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
}

.price-divider span {
    font-size: 0.8rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-avista {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: var(--dark-green);
    letter-spacing: -0.5px;
}

/* Garantia 7 dias */
.garantia-section {
    background: #28a745;
    border-radius: 0;
    padding: 50px 30px;
    text-align: center;
    margin: 0px -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
}

.garantia-section h2 {
    color: white;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    line-height: 1.4;
    margin-bottom: 24px;
}

.garantia-highlight {
    background: rgba(0, 0, 0, 0.25);
    padding: 4px 16px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 4px;
}

.garantia-img {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto 24px;
}

.garantia-text {
    color: white;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.garantia-sub {
    color: white;
    font-size: 1rem;
}

/* ============================================
   ECONOMIA / COMPARACAO DE CUSTOS
   ============================================ */
.economia-section {
    background: #f0f0f0;
    padding: 60px 0;
    text-align: center;
}

.economia-section h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 12px;
    line-height: 1.4;
}

.economia-sub {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 40px;
}

.economia-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 700px;
    margin: 0 auto 40px;
}

.economia-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.economia-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.economia-col h3 {
    font-size: 0.95rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.economia-col p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-light);
}

.economia-bloco {
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto 30px;
}

.economia-resultado {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    line-height: 1.5;
}

/* ============================================
   FAIXA VERDE MOTIVACIONAL
   ============================================ */
.motiva-section {
    background: #28a745;
    position: relative;
    padding: 40px 0 60px;
    text-align: center;
    margin-bottom: 0;
}

.motiva-section p {
    color: white;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.6;
}

.motiva-highlight {
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 10px;
    border-radius: 4px;
}

.motiva-curve {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #28a745;
    border-radius: 0 0 50% 50%;
    z-index: 1;
}

/* CTA Button */
.btn-cta {
    display: block;
    background: linear-gradient(135deg, #28a745, #20c040, #28a745);
    background-size: 200% 200%;
    animation: ctaGlow 2s ease infinite;
    color: white;
    padding: 18px 32px;
    border-radius: 12px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow:
        0 6px 25px rgba(40, 167, 69, 0.4),
        0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

@keyframes ctaGlow {

    0%,
    100% {
        background-position: 0% 50%;
        box-shadow: 0 6px 25px rgba(40, 167, 69, 0.4);
    }

    50% {
        background-position: 100% 50%;
        box-shadow: 0 8px 35px rgba(40, 167, 69, 0.6);
    }
}

.btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: ctaShine 3s ease infinite;
}

@keyframes ctaShine {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(40, 167, 69, 0.5);
}

.btn-cta-text {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.btn-cta-sub {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.85;
    margin-top: 4px;
}

/* Payment Note */
.payment-note {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 24px;
}

/* Trust Badges */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-light);
}

.trust-icon {
    font-size: 1.8rem;
}

/* Choice Section */
.choice-section {
    position: relative;
    z-index: 2;
    text-align: center;
}

.choice-section h2 {
    color: white;
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 30px;
}

.choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
}

.choice-card {
    border-radius: 16px;
    padding: 30px 24px;
    text-align: left;
}

.choice-emoji {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.choice-card h4 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.choice-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.9rem;
}

.choice-bad {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.choice-bad h4 {
    color: rgba(255, 255, 255, 0.9);
}

.choice-good {
    background: rgba(40, 167, 69, 0.15);
    border: 2px solid rgba(40, 167, 69, 0.4);
    color: white;
}

.choice-good h4 {
    color: #6ee77a;
}

.btn-choice {
    display: block;
    margin-top: 20px;
    background: linear-gradient(135deg, var(--orange), #d4471e);
    color: white;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(232, 85, 45, 0.3);
}

.btn-choice:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 85, 45, 0.5);
}

/* ============================================
   FAQ
   ============================================ */
.faq-section {
    background: var(--gray-bg);
    padding: 80px 0;
}

.faq-title {
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--dark-green);
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: white;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    transition: var(--transition);
}

.faq-question:hover {
    background: #fafafa;
}

.faq-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--orange);
    color: white;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}

.faq-arrow {
    margin-left: auto;
    transition: var(--transition);
    font-size: 0.8rem;
    color: var(--text-light);
}

.faq-item.open .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
}

.faq-item.open .faq-answer {
    max-height: 200px;
    padding: 0 20px 20px;
}

.faq-answer p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
    padding-left: 60px;
}

/* ============================================
   WHATSAPP CTA
   ============================================ */
.whatsapp-cta {
    background: var(--gray-bg);
    padding: 60px 0;
    text-align: center;
}

.whatsapp-cta h2 {
    font-size: clamp(1.3rem, 3vw, 2rem);
    margin-bottom: 8px;
}

.whatsapp-cta p {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 24px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--green);
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 700;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    background: #239b40;
    box-shadow: 0 6px 25px rgba(40, 167, 69, 0.4);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--green-bg);
    color: white;
    padding: 50px 0 0;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.footer-logo {
    text-align: center;
}

.footer-logo .logo-mar,
.footer-logo .logo-mitas {
    color: white;
}

.footer-logo .logo-tas {
    color: var(--orange);
}

.footer-logo .logo-ja {
    color: white;
}

.copyright {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 8px;
}

.footer-contact h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.footer-contact p {
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact a {
    color: white;
    text-decoration: underline;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 24px;
    text-align: center;
}

.footer-disclaimer p {
    font-size: 0.72rem;
    opacity: 0.7;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ============================================
   RESPONSIVE - Tablets (max 1024px)
   ============================================ */
@media (max-width: 1024px) {
    .hero-inner {
        gap: 24px;
    }

    .bio-grid,
    .boa-grid {
        gap: 30px;
    }
}

/* ============================================
   RESPONSIVE - Mobile (max 768px)
   ============================================ */
@media (max-width: 768px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text {
        padding: 20px 0;
    }

    .hero-img-placeholder {
        height: 350px;
        max-width: 350px;
        margin: 0 auto;
    }

    .bio-grid {
        grid-template-columns: 1fr;
    }

    .bio-img-placeholder {
        height: 350px;
        max-width: 350px;
    }

    .boa-grid {
        grid-template-columns: 1fr;
    }

    .boa-image {
        order: -1;
    }

    .boa-img-placeholder {
        height: 300px;
        max-width: 350px;
    }

    .como-header {
        flex-direction: column;
        text-align: center;
    }

    .como-header h2,
    .como-header p {
        text-align: center;
    }

    .food-photos {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .food-photos img {
        height: 250px;
    }

    .bonus-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .passo-dual {
        grid-template-columns: 1fr;
    }

    .passo-img-placeholder {
        height: 250px;
    }

    .video-placeholder {
        height: 280px;
    }

    .planner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ciclo-diagram {
        height: 300px;
        max-width: 320px;
    }

    .ciclo-item {
        font-size: 0.75rem;
        padding: 8px 12px;
        max-width: 130px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-contact p {
        justify-content: center;
    }

    .insta-profile {
        flex-direction: column;
        text-align: center;
    }

    .showcase-items {
        gap: 8px;
    }

    .showcase-item {
        font-size: 0.72rem;
        padding: 8px 12px;
    }
}

/* ============================================
   RESPONSIVE - Small Mobile (max 480px)
   ============================================ */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-img-placeholder {
        height: 300px;
        font-size: 3.5rem;
    }

    .pain-card {
        padding: 20px 24px;
    }

    .food-photos {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .food-photos img {
        height: 180px;
    }

    .passo-card {
        padding: 24px 16px;
    }

    .passo-table {
        font-size: 0.72rem;
    }

    .passo-table th,
    .passo-table td {
        padding: 8px 8px;
    }

    .calculator-icon {
        display: none;
    }

    .planner-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 0.85rem;
        padding: 14px 16px;
    }

    .faq-num {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .faq-answer p {
        padding-left: 52px;
        font-size: 0.82rem;
    }

    .btn-comprar-large {
        padding: 16px 40px;
        font-size: 1rem;
    }

    .ciclo-diagram {
        height: 260px;
        max-width: 280px;
    }

    .ciclo-item {
        font-size: 0.68rem;
        padding: 6px 10px;
        max-width: 110px;
    }

    .small-placeholder {
        height: 200px;
    }

    .bonus-img-placeholder {
        height: 200px;
    }
}

/* ============================================
   RESPONSIVE - Very Small (max 360px)
   ============================================ */
@media (max-width: 360px) {
    html {
        font-size: 14px;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .ciclo-diagram {
        height: 220px;
        max-width: 250px;
    }

    .ciclo-item {
        font-size: 0.6rem;
        max-width: 90px;
    }
}

/* ============================================
   IDEALIZADO POR ISABELLA
   ============================================ */
.idealizado-section {
    background: #f5f5f6;
    padding: 60px 0;
}

.idealizado-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.idealizado-text {
    background: white;
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow);
}

.idealizado-title {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 800;
    color: var(--dark-green);
    line-height: 1.4;
    margin-bottom: 20px;
}

.text-green {
    color: var(--green);
}

.idealizado-text p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 12px;
}

.idealizado-text p:last-child {
    margin-bottom: 0;
}

.idealizado-img {
    display: flex;
    justify-content: center;
}

.idealizado-photo {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 700px) {
    .idealizado-grid {
        grid-template-columns: 1fr;
    }

    .idealizado-grid .idealizado-img {
        order: -1;
    }
}

/* ============================================
   MARMITAS CAROUSEL
   ============================================ */
.marmitas-carousel-section {
    background: #f5f5f6;
    width: 100%;
    overflow: hidden;
}

.marmitas-green-banner {
    background: var(--green-bg);
    padding: 40px 24px;
    text-align: center;
}

.marmitas-green-banner h2 {
    color: white;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 800;
    line-height: 1.4;
}

.marmitas-track-wrapper {
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f6;
}

.marmitas-track {
    display: flex;
    gap: 16px;
    animation: marmitasScroll 40s linear infinite;
    width: max-content;
}

.marmitas-track img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

@keyframes marmitasScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marmitas-orange-banner {
    background: var(--orange);
    padding: 40px 24px;
    text-align: center;
}

.marmitas-orange-banner h2 {
    color: white;
    font-size: clamp(1.2rem, 2.8vw, 1.6rem);
    font-weight: 800;
    line-height: 1.5;
}

.marmitas-orange-banner u {
    text-underline-offset: 4px;
}

@media (max-width: 700px) {
    .marmitas-track img {
        width: 160px;
        height: 160px;
    }
}