/* ========================================
   LYMPHODERM - Layout Moderno Premium
   Inspirado em páginas de alta conversão
   ======================================== */

/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: #1e1e1e;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    background: #ffffff;
}

/* ========================================
   VARIÁVEIS CSS - Design System Premium
   ======================================== */
:root {
    /* Cores principais - Paleta refinada */
    --pink-primary: #b8336a;
    --pink-secondary: #d64d7a;
    --pink-light: #f087a8;
    --pink-dark: #9a2756;
    --pink-gradient: linear-gradient(135deg, #d64d7a 0%, #b8336a 50%, #9a2756 100%);
    --cream: #fef7f0;
    --cream-light: #fffaf5;
    --cream-dark: #f5e6d8;

    /* Cores neutras - Tom quente */
    --white: #ffffff;
    --gray-50: #fafafa;
    --gray-100: #f4f4f5;
    --gray-200: #e4e4e7;
    --gray-300: #d4d4d8;
    --gray-400: #a1a1aa;
    --gray-500: #71717a;
    --gray-600: #52525b;
    --gray-700: #3f3f46;
    --gray-800: #27272a;
    --black: #18181b;

    /* Cores de destaque */
    --green: #10b981;
    --green-light: #34d399;
    --green-dark: #059669;
    --green-gradient: linear-gradient(135deg, #34d399 0%, #10b981 50%, #059669 100%);
    --red: #ef4444;
    --yellow: #fbbf24;

    /* Fontes */
    --font-inter: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Largura máxima */
    --max-width: 1280px;
    --max-width-narrow: 900px;
    
    /* Sombras premium - mais suaves e elegantes */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
    --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.06);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
    --shadow-2xl: 0 32px 64px rgba(0, 0, 0, 0.14), 0 16px 32px rgba(0, 0, 0, 0.1);
    --shadow-pink: 0 8px 24px rgba(184, 51, 106, 0.25);
    --shadow-green: 0 8px 24px rgba(16, 185, 129, 0.3);
    
    /* Transições suaves */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
    
    /* Border radius - mais arredondados */
    --radius-xs: 6px;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-2xl: 40px;
    --radius-full: 9999px;
    
    /* Espaçamentos consistentes */
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 64px;
    --space-2xl: 100px;
}

/* ========================================
   PRIMEIRA SEÇÃO - HERO
   ======================================== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(160deg, #d64d7a 0%, #b8336a 40%, #9a2756 100%);
}

/* Background Animado */
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    overflow: hidden;
    z-index: 0;
}

.hero-background span {
    width: 14vmin;
    height: 14vmin;
    border-radius: 14vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.hero-background span:nth-child(1) {
    color: #A83465;
    top: 64%;
    left: 26%;
    animation-duration: 65s;
    animation-delay: -15s;
    transform-origin: 6vw -17vh;
    box-shadow: -28vmin 0 4.494331273446971vmin currentColor;
}

.hero-background span:nth-child(2) {
    color: #B53A6A;
    top: 37%;
    left: 18%;
    animation-duration: 50s;
    animation-delay: -20s;
    transform-origin: -7vw 20vh;
    box-shadow: -28vmin 0 3.736819446830603vmin currentColor;
}

.hero-background span:nth-child(3) {
    color: #C84575;
    top: 79%;
    left: 82%;
    animation-duration: 70s;
    animation-delay: -5s;
    transform-origin: 18vw 10vh;
    box-shadow: -28vmin 0 4.466232843060803vmin currentColor;
}

.hero-background span:nth-child(4) {
    color: #C84575;
    top: 57%;
    left: 98%;
    animation-duration: 45s;
    animation-delay: -60s;
    transform-origin: -10vw 17vh;
    box-shadow: -28vmin 0 4.125100284474772vmin currentColor;
}

.hero-background span:nth-child(5) {
    color: #B53A6A;
    top: 68%;
    left: 3%;
    animation-duration: 55s;
    animation-delay: -12s;
    transform-origin: -17vw 9vh;
    box-shadow: -28vmin 0 3.897620430215521vmin currentColor;
}

.hero-background span:nth-child(6) {
    color: #A83465;
    top: 55%;
    left: 34%;
    animation-duration: 40s;
    animation-delay: -8s;
    transform-origin: 7vw 2vh;
    box-shadow: 28vmin 0 4.392806143184479vmin currentColor;
}

.hero-background span:nth-child(7) {
    color: #A83465;
    top: 13%;
    left: 4%;
    animation-duration: 75s;
    animation-delay: -50s;
    transform-origin: 2vw 8vh;
    box-shadow: 28vmin 0 4.157625977608299vmin currentColor;
}

.hero-background span:nth-child(8) {
    color: #B53A6A;
    top: 71%;
    left: 68%;
    animation-duration: 60s;
    animation-delay: -55s;
    transform-origin: 9vw 9vh;
    box-shadow: 28vmin 0 3.851246159545625vmin currentColor;
}

.hero-background span:nth-child(9) {
    color: #C84575;
    top: 77%;
    left: 17%;
    animation-duration: 48s;
    animation-delay: -18s;
    transform-origin: 16vw -5vh;
    box-shadow: 28vmin 0 3.7017645271963717vmin currentColor;
}

.hero-background span:nth-child(10) {
    color: #C84575;
    top: 52%;
    left: 1%;
    animation-duration: 35s;
    animation-delay: -22s;
    transform-origin: -24vw 22vh;
    box-shadow: 28vmin 0 3.7928205425362687vmin currentColor;
}

.hero-background span:nth-child(11) {
    color: #C84575;
    top: 13%;
    left: 80%;
    animation-duration: 42s;
    animation-delay: -45s;
    transform-origin: 6vw -22vh;
    box-shadow: 28vmin 0 4.213370934925005vmin currentColor;
}

.hero-background span:nth-child(12) {
    color: #B53A6A;
    top: 18%;
    left: 20%;
    animation-duration: 58s;
    animation-delay: -35s;
    transform-origin: -10vw -4vh;
    box-shadow: 28vmin 0 4.2525918368266655vmin currentColor;
}

.hero-background span:nth-child(13) {
    color: #B53A6A;
    top: 56%;
    left: 89%;
    animation-duration: 52s;
    animation-delay: -40s;
    transform-origin: -9vw 1vh;
    box-shadow: -28vmin 0 4.4483529506935735vmin currentColor;
}

.hero-background span:nth-child(14) {
    color: #B53A6A;
    top: 69%;
    left: 85%;
    animation-duration: 38s;
    animation-delay: -48s;
    transform-origin: 11vw -19vh;
    box-shadow: -28vmin 0 4.309317395327453vmin currentColor;
}

.hero-background span:nth-child(15) {
    color: #B53A6A;
    top: 66%;
    left: 46%;
    animation-duration: 55s;
    animation-delay: -25s;
    transform-origin: -3vw -12vh;
    box-shadow: 28vmin 0 3.9999605635298128vmin currentColor;
}

.hero-background span:nth-child(16) {
    color: #C84575;
    top: 45%;
    left: 96%;
    animation-duration: 62s;
    animation-delay: -42s;
    transform-origin: 21vw 15vh;
    box-shadow: -28vmin 0 4.118183815295179vmin currentColor;
}

/* ========================================
   BARRA DE DESTAQUE (HIGHLIGHT BAR)
   ======================================== */
.highlight-bar {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #7c1d3e 0%, #5a1530 50%, #3d0f22 100%);
    padding: 32px 40px;
    z-index: 100;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border-bottom: 3px solid rgba(255, 215, 0, 0.3);
}

.highlight-content {
    max-width: 800px;
    margin: 0 auto;
}

.highlight-title {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 26px;
    line-height: 1.4;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: -0.03em;
}

.highlight-text {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.highlight-attention {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 17px;
    line-height: 1.6;
    color: #ffd700;
    margin-bottom: 16px;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    background: linear-gradient(90deg, #ffd700, #ffec8b, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight-arrow {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    animation: bounceArrow 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(8px);
        opacity: 0.7;
    }
}

/* Responsividade Highlight Bar */
@media (max-width: 768px) {
    .highlight-bar {
        padding: 24px 24px;
    }
    
    .highlight-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .highlight-text,
    .highlight-attention {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .highlight-arrow {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .highlight-bar {
        padding: 20px 16px;
    }
    
    .highlight-title {
        font-size: 17px;
    }
    
    .highlight-text,
    .highlight-attention {
        font-size: 14px;
    }
    
    .highlight-arrow {
        font-size: 16px;
    }
}

/* ========================================
   HERO CONTENT
   ======================================== */
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 60px 120px 100px;
    position: relative;
    min-height: 700px;
    z-index: 2;
    margin-bottom: 120px;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    gap: 60px;
}

.hero-left {
    flex: 1;
    max-width: 640px;
    position: relative;
    z-index: 2;
}

/* Título Principal */
.hero-title {
    font-family: var(--font-inter);
    font-weight: 900;
    font-size: 52px;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 32px;
    letter-spacing: -0.04em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-title .highlight {
    color: #fef3c7;
    background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Descrição */
.hero-description {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
}

.hero-description .brand-name {
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hero-description .semibold {
    font-weight: 500;
}

.hero-description .medium {
    font-weight: 400;
}

/* Subtítulo */
.hero-subtitle {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    border-left: 4px solid #fcd34d;
    backdrop-filter: blur(10px);
}

.hero-subtitle .white-text {
    color: #fcd34d;
    font-weight: 800;
}

/* Badges (Anvisa e Brasil) */
.badges-container {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    backdrop-filter: blur(10px);
    transition: var(--transition-normal);
}

.badge-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.badge-anvisa {
    width: 55px;
    height: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

.badge-brasil {
    width: 70px;
    height: auto;
    object-fit: contain;
    filter: brightness(1.1);
}


/* ========================================
   GIF CONTAINER (Lado Direito)
   Design premium com efeito glassmorphism
   ======================================== */
.hero-right {
    position: relative;
    flex-shrink: 0;
    z-index: 5;
}

.gif-container {
    position: relative;
    width: 360px;
    height: 520px;
}

/* Estilo premium para o vídeo */
.gif-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-xl);
    border: 4px solid rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 32px 64px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: var(--transition-slow);
}

.gif-video:hover {
    transform: scale(1.02) translateY(-8px);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.35),
        0 20px 40px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Efeito de brilho suave ao redor */
.gif-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.2) 0%, 
        rgba(255, 255, 255, 0.05) 50%, 
        rgba(255, 255, 255, 0.2) 100%);
    border-radius: calc(var(--radius-xl) + 4px);
    z-index: -1;
    filter: blur(20px);
    opacity: 0.5;
    animation: glowPulse 4s ease-in-out infinite;
}

/* Decoração sutil */
.gif-container::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: rgba(252, 211, 77, 0.3);
    border-radius: 50%;
    filter: blur(20px);
    animation: floatDecor 6s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.02); }
}

@keyframes floatDecor {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.1); }
}

.gif-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px;
    border: 3px dashed rgba(172, 53, 94, 0.3);
    transition: all 0.3s ease;
}

.gif-placeholder:hover {
    border-color: rgba(172, 53, 94, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

/* GIF Placeholder - Estado vazio */
.gif-placeholder:empty::before {
    content: 'GIF';
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 48px;
    color: rgba(30, 30, 30, 0.5);
}

.gif-placeholder:empty::after {
    content: 'Área para vídeo';
    white-space: pre-wrap;
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 16px;
    color: rgba(30, 30, 30, 0.4);
    position: absolute;
    bottom: 150px;
    text-align: center;
}

/* GIF Placeholder - Com conteúdo */
.gif-placeholder img,
.gif-placeholder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.gif-placeholder.has-content {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* ========================================
   BENEFITS BAR
   ======================================== */
.benefits-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 28px 0;
    background: linear-gradient(180deg, 
        rgba(122, 29, 62, 0.95) 0%, 
        rgba(90, 21, 48, 0.98) 100%);
    z-index: 10;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.benefits-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 40px;
    gap: 32px;
    max-width: var(--max-width);
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.05);
    transition: var(--transition-normal);
}

.benefit-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
}

.benefit-icon-wrapper {
    box-shadow: var(--shadow-lg);
    background: var(--white);
    position: relative;
    width: 64px;
    height: 64px;
    object-fit: contain;
    z-index: 1;
    border-radius: 50%;
    transition: var(--transition-normal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-item:hover .benefit-icon-wrapper {
    transform: scale(1.08);
    box-shadow: var(--shadow-xl);
}

.benefit-icon-wrapper::before {
    display: none;
}

.benefit-icon {
    position: relative;
    width: 64px;
    height: 64px;
    object-fit: contain;
    z-index: 1;
    border-radius: 50%;
}

.benefit-text {
    display: flex;
    flex-direction: column;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    transition: var(--transition-fast);
}

.benefit-item:hover .benefit-text {
    color: var(--white);
}

/* Divider vertical */
.benefits-divider {
    width: 0;
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 16px;
}

/* Link Ver todos */
.benefits-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    white-space: nowrap;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition-normal);
}

.benefits-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.3);
}

.benefits-link span {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--white);
    transition: var(--transition-fast);
}

.arrow-right {
    width: 16px;
    height: 14px;
    transition: var(--transition-normal);
}

.benefits-link:hover .arrow-right {
    transform: translateX(4px);
}

/* ========================================
   RESPONSIVIDADE HERO
   ======================================== */

@media (max-width: 1200px) {
    .hero-content {
        padding: 60px 40px 100px;
        gap: 40px;
    }

    .hero-left {
        max-width: 520px;
    }

    .hero-title {
        font-size: 44px;
    }
    
    .hero-description,
    .hero-subtitle {
        font-size: 17px;
    }

    .gif-container {
        width: 300px;
        height: 440px;
    }

    .benefits-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        padding: 24px 32px;
        gap: 16px;
    }

    .benefits-bar {
        height: auto;
        min-height: auto;
        padding: 0;
    }

    .benefits-divider {
        display: none;
    }

    .benefit-item {
        min-width: auto;
        flex: 0 0 auto;
    }
    
    .benefits-link {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        overflow: visible;
    }
    
    .hero-content {
        flex-direction: column;
        align-items: center;
        padding: 40px 30px 50px;
        text-align: center;
        gap: 35px;
        min-height: auto;
        margin-bottom: 0;
    }

    .hero-left {
        max-width: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: none;
    }

    .hero-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .hero-description {
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        text-align: left;
        margin-bottom: 20px;
    }

    .badges-container {
        justify-content: center;
        margin-top: 0;
    }
    
    .hero-right {
        display: flex;
        justify-content: center;
        flex: none;
    }

    .gif-container {
        width: 320px;
        height: 480px;
    }
    
    .gif-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    
    .gif-container::before,
    .gif-container::after {
        display: none;
    }
    
    /* Benefits bar - muda para position relative em tablet */
    .benefits-bar {
        position: relative;
        bottom: auto;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        overflow: visible;
    }
    
    .hero-content {
        padding: 30px 20px 40px;
        min-height: auto;
        margin-bottom: 20px;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin-bottom: 0;
        flex: none;
    }

    .hero-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 18px;
        text-align: center;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 14px;
        text-align: center;
    }
    
    .hero-subtitle {
        font-size: 13px;
        padding: 12px 14px;
        margin-bottom: 18px;
        text-align: left;
    }
    
    .badges-container {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }
    
    .badge-item {
        padding: 8px 12px;
    }
    
    .badge-anvisa {
        width: 45px;
    }
    
    .badge-brasil {
        width: 55px;
    }
    
    .hero-right {
        display: flex;
        justify-content: center;
        flex: none;
    }

    .gif-container {
        width: 280px;
        height: 380px;
    }
    
    .gif-video {
        border-radius: var(--radius-lg);
    }
    
    .gif-container::before,
    .gif-container::after {
        display: none;
    }
    
    /* Benefits Bar Mobile */
    .benefits-bar {
        position: relative;
    }
    
    .benefits-container {
        padding: 20px 16px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .benefit-item {
        gap: 8px;
        padding: 10px 12px;
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        justify-content: flex-start;
    }
    
    .benefit-icon-wrapper,
    .benefit-icon {
        width: 42px;
        height: 42px;
    }
    
    .benefit-text {
        font-size: 11px;
        line-height: 1.25;
    }
    
    .benefits-divider {
        display: none;
    }
    
    .benefits-link {
        flex: 0 0 100%;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 24px 16px 30px;
        gap: 24px;
    }
    
    .hero-title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .hero-description {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 12px;
        padding: 10px 12px;
        margin-bottom: 14px;
    }
    
    .badges-container {
        gap: 8px;
    }
    
    .badge-item {
        padding: 6px 10px;
    }
    
    .badge-anvisa {
        width: 40px;
    }
    
    .badge-brasil {
        width: 50px;
    }
    
    .gif-container {
        width: 240px;
        height: 320px;
    }
    
    .benefit-item {
        padding: 8px 10px;
        gap: 6px;
    }
    
    .benefit-icon-wrapper,
    .benefit-icon {
        width: 36px;
        height: 36px;
    }
    
    .benefit-text {
        font-size: 10px;
        line-height: 1.2;
    }
    
    .benefits-link {
        padding: 10px 18px;
    }
    
    .benefits-link span {
        font-size: 12px;
    }
}

/* Extra small devices (375px and down) */
@media (max-width: 375px) {
    .highlight-bar {
        padding: 16px 12px;
    }
    
    .highlight-title {
        font-size: 14px;
    }
    
    .highlight-text,
    .highlight-attention {
        font-size: 11px;
    }
    
    .hero-content {
        padding: 20px 14px 25px;
        gap: 20px;
    }
    
    .hero-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .hero-description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .hero-subtitle {
        font-size: 11px;
        padding: 10px 12px;
        margin-bottom: 12px;
    }
    
    .badge-anvisa {
        width: 36px;
    }
    
    .badge-brasil {
        width: 44px;
    }
    
    .gif-container {
        width: 200px;
        height: 280px;
    }
    
    .benefit-item {
        padding: 6px 8px;
    }
    
    .benefit-icon-wrapper,
    .benefit-icon {
        width: 32px;
        height: 32px;
    }
    
    .benefit-text {
        font-size: 9px;
    }
}

/* ========================================
   ANIMAÇÕES
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.hero-title {
    animation: fadeInUp 0.8s ease-out;
}

.hero-description {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-subtitle {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.badges-container {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.gif-placeholder {
    animation: fadeIn 1s ease-out 0.5s both;
}

.benefit-item {
    animation: fadeInUp 0.6s ease-out both;
}

.benefit-item:nth-child(1) {
    animation-delay: 0.8s;
}

.benefit-item:nth-child(2) {
    animation-delay: 0.9s;
}

.benefit-item:nth-child(3) {
    animation-delay: 1s;
}

.benefit-item:nth-child(4) {
    animation-delay: 1.1s;
}

.btn-comprar:hover {
    animation: pulse 0.5s ease-in-out;
}

/* ========================================
   SEGUNDA SEÇÃO - COMBINAÇÃO PERFEITA
   ======================================== */
.section-combinacao {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, var(--white) 0%, #fef7f3 50%, #fdf2ed 100%);
    padding: 100px 0 120px;
    overflow: hidden;
}

.combinacao-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 60px;
}

/* Título Principal */
.combinacao-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 46px;
    line-height: 1.2;
    text-align: center;
    color: var(--pink-primary);
    margin-bottom: 70px;
    letter-spacing: -0.03em;
}

/* Layout principal: Card + Imagem */
.combinacao-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* Card/Placeholder do Produto */
.produto-card {
    flex: 1;
    padding: 45px 50px;
    max-width: 580px;
    border-radius: 20px 90px 20px 20px;
    background: rgb(229 140 151 / 28%);
    box-shadow: -3px 4px 6px 2px rgb(184 51 106 / 22%);
    border: none;
    transition: var(--transition-normal);
}

.produto-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px -8px rgba(184, 51, 106, 0.18);
}

.produto-titulo {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: var(--pink-primary);
    margin-bottom: 18px;
}

.produto-descricao {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 32px;
}

/* Lista de Benefícios */
.produto-beneficios {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-combinacao .beneficio-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding: 14px 18px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    animation: none;
}

.section-combinacao .beneficio-item:hover {
    background: var(--white);
    transform: translateX(6px);
    box-shadow: 0 4px 12px rgba(184, 51, 106, 0.1);
}

.section-combinacao .beneficio-item:last-child {
    margin-bottom: 0;
}

.check-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

.section-combinacao .beneficio-item span {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: var(--gray-700);
}

/* Imagem/Vídeo da Mulher */
.mulher-container {
    flex-shrink: 0;
    position: relative;
    padding: 2px;
    border-radius: 22px;
    background: var(--pink-primary);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 0 15px rgba(255, 140, 66, 0.4),
        0 0 30px rgba(255, 140, 66, 0.3),
        0 0 45px rgba(184, 51, 106, 0.35),
        0 0 60px rgba(184, 51, 106, 0.2);
}

/* Degradê de calor girando na borda */
.mulher-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        var(--pink-primary) 0deg,
        var(--pink-primary) 140deg,
        #ff8c42 160deg,
        #ffd166 175deg,
        #fff 180deg,
        #ffd166 185deg,
        #ff8c42 200deg,
        var(--pink-primary) 220deg,
        var(--pink-primary) 360deg
    );
    animation: heatRotate 5s linear infinite;
    z-index: 0;
}

@keyframes heatRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mulher-imagem {
    width: 420px;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.2);
    transition: var(--transition-slow);
    position: relative;
    z-index: 1;
}

.mulher-imagem:hover {
    transform: scale(1.01);
}

/* Responsividade Seção 2 */
@media (max-width: 1100px) {
    .combinacao-content {
        gap: 50px;
    }
    
    .produto-card {
        padding: 38px 42px;
    }
    
    .mulher-imagem {
        width: 380px;
        height: 480px;
    }
}

@media (max-width: 950px) {
    .section-combinacao {
        padding: 80px 0 90px;
    }
    
    .combinacao-container {
        padding: 0 30px;
    }
    
    .combinacao-titulo {
        font-size: 38px;
        margin-bottom: 50px;
    }
    
    .combinacao-content {
        flex-direction: column;
        justify-content: center;
        gap: 45px;
    }
    
    .produto-card {
        max-width: 100%;
        order: 2;
    }
    
    .mulher-container {
        order: 1;
    }
    
    .mulher-imagem {
        width: 360px;
        height: 460px;
    }
}

@media (max-width: 500px) {
    .section-combinacao {
        padding: 60px 0 70px;
    }
    
    .combinacao-container {
        padding: 0 20px;
    }
    
    .combinacao-titulo {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .produto-card {
        padding: 32px 28px;
        border-radius: 14px 45px 14px 14px;
    }
    
    .produto-titulo {
        font-size: 24px;
    }
    
    .produto-descricao {
        font-size: 15px;
        margin-bottom: 24px;
    }
    
    .section-combinacao .beneficio-item {
        padding: 12px 16px;
        margin-bottom: 12px;
    }
    
    .section-combinacao .beneficio-item span {
        font-size: 15px;
    }
    
    .check-icon {
        width: 24px;
        height: 24px;
    }
    
    .mulher-imagem {
        width: 280px;
        height: 360px;
        border-radius: 16px;
    }
    
    .mulher-container {
        border-radius: 18px;
        padding: 2px;
    }
}

/* ========================================
   TERCEIRA SEÇÃO - O QUE ESPERAR DO LYMPHODERM
   ======================================== */
.section-expectativas {
    position: relative;
    width: 100%;
    min-height: 1800px;
    background: linear-gradient(160deg, #d64d7a 0%, #b8336a 40%, #9a2756 100%);
    overflow: hidden;
}

/* Background Animado */
.expectativas-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    overflow: hidden;
    z-index: 0;
}

.expectativas-background span {
    width: 14vmin;
    height: 14vmin;
    border-radius: 14vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move-expectativas;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes move-expectativas {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.expectativas-background span:nth-child(1) {
    color: #C84575;
    top: 79%;
    left: 72%;
    animation-duration: 45s;
    animation-delay: -18s;
    transform-origin: 1vw -6vh;
    box-shadow: 28vmin 0 4.021521611956059vmin currentColor;
}

.expectativas-background span:nth-child(2) {
    color: #B53A6A;
    top: 93%;
    left: 52%;
    animation-duration: 24s;
    animation-delay: -8s;
    transform-origin: 12vw 18vh;
    box-shadow: -28vmin 0 3.528837129898793vmin currentColor;
}

.expectativas-background span:nth-child(3) {
    color: #B53A6A;
    top: 96%;
    left: 67%;
    animation-duration: 31s;
    animation-delay: -12s;
    transform-origin: -7vw 4vh;
    box-shadow: 28vmin 0 3.7624219167810318vmin currentColor;
}

.expectativas-background span:nth-child(4) {
    color: #B53A6A;
    top: 10%;
    left: 72%;
    animation-duration: 12s;
    animation-delay: -38s;
    transform-origin: -6vw -13vh;
    box-shadow: 28vmin 0 3.661580954924541vmin currentColor;
}

.expectativas-background span:nth-child(5) {
    color: #A83465;
    top: 57%;
    left: 84%;
    animation-duration: 44s;
    animation-delay: -7s;
    transform-origin: -6vw 10vh;
    box-shadow: -28vmin 0 3.6266147863444664vmin currentColor;
}

.expectativas-background span:nth-child(6) {
    color: #A83465;
    top: 16%;
    left: 32%;
    animation-duration: 39s;
    animation-delay: -22s;
    transform-origin: -23vw 5vh;
    box-shadow: 28vmin 0 4.284542839529806vmin currentColor;
}

.expectativas-background span:nth-child(7) {
    color: #B53A6A;
    top: 84%;
    left: 56%;
    animation-duration: 22s;
    animation-delay: -36s;
    transform-origin: 14vw -24vh;
    box-shadow: -28vmin 0 3.571587302458588vmin currentColor;
}

.expectativas-background span:nth-child(8) {
    color: #C84575;
    top: 34%;
    left: 81%;
    animation-duration: 6s;
    animation-delay: -40s;
    transform-origin: -18vw -4vh;
    box-shadow: -28vmin 0 4.330906100795142vmin currentColor;
}

.expectativas-background span:nth-child(9) {
    color: #A83465;
    top: 14%;
    left: 48%;
    animation-duration: 28s;
    animation-delay: -37s;
    transform-origin: -24vw -20vh;
    box-shadow: 28vmin 0 3.8063078372292933vmin currentColor;
}

.expectativas-background span:nth-child(10) {
    color: #C84575;
    top: 79%;
    left: 46%;
    animation-duration: 13s;
    animation-delay: -31s;
    transform-origin: 23vw 15vh;
    box-shadow: 28vmin 0 4.254717347705047vmin currentColor;
}

.expectativas-background span:nth-child(11) {
    color: #A83465;
    top: 73%;
    left: 78%;
    animation-duration: 17s;
    animation-delay: -27s;
    transform-origin: 25vw -22vh;
    box-shadow: -28vmin 0 3.7940365943169017vmin currentColor;
}

.expectativas-background span:nth-child(12) {
    color: #A83465;
    top: 69%;
    left: 89%;
    animation-duration: 41s;
    animation-delay: -37s;
    transform-origin: -12vw -14vh;
    box-shadow: -28vmin 0 4.4296767565928885vmin currentColor;
}

.expectativas-background span:nth-child(13) {
    color: #C84575;
    top: 100%;
    left: 5%;
    animation-duration: 40s;
    animation-delay: -28s;
    transform-origin: -9vw -13vh;
    box-shadow: -28vmin 0 3.6889624903089695vmin currentColor;
}

.expectativas-background span:nth-child(14) {
    color: #B53A6A;
    top: 19%;
    left: 67%;
    animation-duration: 36s;
    animation-delay: -1s;
    transform-origin: -20vw -20vh;
    box-shadow: 28vmin 0 3.8562399572239623vmin currentColor;
}

.expectativas-background span:nth-child(15) {
    color: #B53A6A;
    top: 24%;
    left: 65%;
    animation-duration: 21s;
    animation-delay: -11s;
    transform-origin: 25vw -23vh;
    box-shadow: -28vmin 0 4.339111945222878vmin currentColor;
}

.expectativas-background span:nth-child(16) {
    color: #C84575;
    top: 80%;
    left: 49%;
    animation-duration: 34s;
    animation-delay: -39s;
    transform-origin: 7vw -4vh;
    box-shadow: -28vmin 0 3.7162446916511582vmin currentColor;
}

.expectativas-container {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-lg) 140px;
    z-index: 2;
}

/* Título Principal */
.expectativas-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: var(--space-xl);
    position: relative;
}

.expectativas-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 56px;
    line-height: 1.15;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.03em;
}

.expectativas-titulo .titulo-destaque {
    font-weight: 900;
    color: var(--white);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: block;
    margin-top: 8px;
}

.titulo-interrogacao {
    font-family: var(--font-inter);
    font-weight: 900;
    font-size: 140px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.808);
    transform: rotate(25deg);
}

/* Espaço para Imagem do Produto */
.produto-imagem-container {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}

.produto-placeholder {
    width: 100%;
    max-width: 710px;
    height: 500px;
    /* Área reservada para a imagem - placeholder visual opcional */
    /* background: rgba(255,255,255,0.1);
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 20px; */
}

.produto-imagem {
    width: 100%;
    max-width: 710px;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.25));
}

/* Timeline Wrapper */
.timeline-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: var(--space-lg) 0;
}

/* Linha vertical central */
.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 92%;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0.2) 100%);
    border-radius: 2px;
}

/* Timeline Item */
.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Posicionamento Esquerda */
.timeline-item.left {
    flex-direction: row-reverse;
    padding-right: calc(50% + 90px);
}

.timeline-item.left .timeline-card {
    text-align: left;
}

/* Posicionamento Direita */
.timeline-item.right {
    padding-left: calc(50% + 90px);
}

/* Ícone da Timeline */
.timeline-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    background: var(--white);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: var(--shadow-xl), 0 0 0 8px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: var(--transition-normal);
}

.timeline-item:hover .timeline-icon {
    transform: translateX(-50%) scale(1.08);
    box-shadow: var(--shadow-2xl), 0 0 0 12px rgba(255, 255, 255, 0.15);
}

.timeline-icon img {
    width: 85px;
    height: auto;
    object-fit: contain;
}

/* Card da Timeline */
.timeline-card {
    background: var(--white);
    border: none;
    border-radius: var(--radius-xl);
    padding: 32px 36px;
    max-width: 460px;
    position: relative;
    z-index: 2;
    box-shadow: var(--shadow-xl);
    transition: var(--transition-normal);
}

.timeline-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-2xl);
}

.card-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    color: var(--pink-primary);
    margin-bottom: 14px;
}

.card-descricao {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 0;
}

.card-lista {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.card-lista li {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-700);
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.card-lista li:last-child {
    margin-bottom: 0;
}

.card-lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--pink-primary);
    border-radius: 50%;
}

/* Badge de Resultados */
.card-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 16px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: var(--radius-sm);
}

.card-badge .badge-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.card-badge span {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 14px;
    color: var(--green-dark);
}

/* Animações */
.timeline-item {
    animation: fadeInUp 0.6s ease-out both;
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(6) { animation-delay: 0.6s; }
.timeline-item:nth-child(7) { animation-delay: 0.7s; }

/* Responsividade Seção 3 */
@media (max-width: 1200px) {
    .section-expectativas {
        min-height: auto;
    }

    .expectativas-container {
        padding: 60px 40px 80px;
    }

    .expectativas-titulo {
        font-size: 48px;
        line-height: 52px;
    }

    .titulo-interrogacao {
        font-size: 120px;
    }

    .produto-imagem {
        max-width: 500px;
    }

    .produto-placeholder {
        max-width: 500px;
        height: 400px;
    }

    .timeline-item.left {
        padding-right: calc(50% + 60px);
    }

    .timeline-item.right {
        padding-left: calc(50% + 60px);
    }

    .timeline-icon {
        width: 100px;
        height: 100px;
    }

    .timeline-icon img {
        width: 75px;
    }

    .timeline-card {
        padding: 25px 30px;
        max-width: 400px;
    }
}

@media (max-width: 992px) {
    .expectativas-titulo {
        font-size: 40px;
        line-height: 44px;
    }

    .titulo-interrogacao {
        font-size: 80px;
        margin-top: -10px;
    }

    /* Transforma em layout único (todos à direita da linha) */
    .timeline-wrapper {
        padding-left: 0;
    }

    .timeline-line {
        left: 50px;
    }

    .timeline-item.left,
    .timeline-item.right {
        flex-direction: row;
        padding-left: 95px;
        padding-right: 20px;
    }

    .timeline-item.left .timeline-card {
        text-align: left;
    }

    .timeline-icon {
        left: 50px;
        width: 70px;
        height: 70px;
    }

    .timeline-icon img {
        width: 50px;
    }

    .timeline-card {
        max-width: 100%;
    }

    .card-titulo {
        font-size: 20px;
        line-height: 40px;
    }

    .card-descricao {
        font-size: 14px;
        line-height: 18px;
    }

    .card-lista li {
        font-size: 16px;
        line-height: 20px;
    }

    .card-badge span {
        font-size: 18px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .expectativas-container {
        padding: 35px 16px 50px;
    }

    .expectativas-header {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 25px;
    }

    .expectativas-titulo {
        font-size: 26px;
        line-height: 1.15;
    }

    .titulo-interrogacao {
        font-size: 70px;
        margin-top: 0;
        margin-left: 0;
        line-height: 1;
    }

    .produto-imagem {
        max-width: 100%;
    }

    .produto-placeholder {
        max-width: 100%;
        height: 300px;
    }

    .timeline-wrapper {
        padding-left: 0;
    }

    .timeline-line {
        left: 35px;
    }

    .timeline-item {
        margin-bottom: 28px;
    }

    .timeline-item.left,
    .timeline-item.right {
        padding-left: 72px;
        padding-right: 10px;
    }

    .timeline-icon {
        left: 35px;
        width: 56px;
        height: 56px;
        border-width: 2px;
    }

    .timeline-icon img {
        width: 40px;
    }

    .timeline-card {
        padding: 20px 18px;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .card-titulo {
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .card-descricao {
        font-size: 14px;
        line-height: 1.6;
    }

    .card-lista {
        margin-top: 14px;
    }

    .card-lista li {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 18px;
        margin-bottom: 6px;
    }

    .card-lista li::before {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    .card-badge {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-top: 16px;
        padding: 14px 16px;
        border-radius: 12px;
    }

    .card-badge span {
        font-size: 13px;
        line-height: 1.4;
    }

    .card-badge .badge-icon {
        width: 32px;
        height: 32px;
    }
}

/* Extra responsividade para mobile pequeno */
@media (max-width: 480px) {
    .expectativas-container {
        padding: 30px 14px 45px;
    }

    .expectativas-header {
        gap: 5px;
        margin-bottom: 18px;
    }

    .expectativas-titulo {
        font-size: 22px;
        line-height: 1.15;
    }

    .titulo-interrogacao {
        font-size: 58px;
        line-height: 1;
    }

    .timeline-wrapper {
        padding-left: 0;
    }

    .timeline-line {
        left: 30px;
    }

    .timeline-item {
        margin-bottom: 22px;
    }

    .timeline-item.left,
    .timeline-item.right {
        padding-left: 62px;
        padding-right: 6px;
    }

    .timeline-icon {
        left: 30px;
        width: 46px;
        height: 46px;
    }

    .timeline-icon img {
        width: 32px;
    }

    .timeline-card {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .card-titulo {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .card-descricao {
        font-size: 13px;
        line-height: 1.55;
    }

    .card-lista li {
        font-size: 13px;
        padding-left: 16px;
    }

    .card-lista li::before {
        width: 5px;
        height: 5px;
        top: 6px;
    }

    .card-badge {
        padding: 12px 14px;
        gap: 8px;
    }

    .card-badge span {
        font-size: 12px;
    }

    .card-badge .badge-icon {
        width: 28px;
        height: 28px;
    }
}

/* ========================================
   QUARTA SEÇÃO - COMO USAR
   ======================================== */
.section-como-usar {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, var(--white) 0%, #fef7f3 50%, #fdf2ed 100%);
    padding: 100px 0 120px;
}

.como-usar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

/* Título Principal */
.como-usar-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 56px;
    line-height: 1.1;
    text-align: center;
    color: var(--pink-primary);
    margin-bottom: 80px;
    letter-spacing: -0.03em;
}

/* Wrapper dos Passos */
.passos-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* Card de cada Passo */
.passo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.passo-card:hover {
    transform: translateY(-10px);
}

/* Número do Passo */
.passo-numero {
    width: 76px;
    height: 76px;
    background: linear-gradient(145deg, #f087a8 0%, var(--pink-primary) 60%, #9a2756 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    box-shadow: 
        0 10px 30px -8px rgba(184, 51, 106, 0.5),
        0 4px 12px -4px rgba(184, 51, 106, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.passo-numero::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 20%;
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, transparent 100%);
    border-radius: 50%;
}

.passo-card:hover .passo-numero {
    transform: scale(1.12);
    box-shadow: 
        0 14px 40px -8px rgba(184, 51, 106, 0.55),
        0 6px 16px -4px rgba(184, 51, 106, 0.35),
        inset 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.passo-numero span {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 30px;
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Área de Mídia (GIF/Vídeo/Imagem) */
.passo-media {
    width: 100%;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
}

/* Placeholder aguardando imagem */
.passo-placeholder {
    width: 290px;
    height: 500px;
    background: rgba(254, 247, 243, 0.8);
    border: 4px dashed var(--pink-primary);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container do vídeo com borda pontilhada */
.passo-video-container {
    width: 290px;
    height: 500px;
    border: 4px dashed var(--pink-primary);
    border-radius: 28px;
    padding: 10px;
    background: linear-gradient(145deg, rgba(255,255,255,0.6) 0%, rgba(254,247,243,0.4) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 12px 35px -12px rgba(184, 51, 106, 0.25),
        0 4px 15px -8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.passo-card:hover .passo-video-container {
    border-color: #c44771;
    background: linear-gradient(145deg, rgba(255,255,255,0.8) 0%, rgba(254,247,243,0.6) 100%);
    box-shadow: 
        0 18px 45px -12px rgba(184, 51, 106, 0.35),
        0 6px 20px -8px rgba(0, 0, 0, 0.12);
    transform: scale(1.02);
}

.passo-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Quando tiver a imagem real */
.passo-media img {
    width: 290px;
    height: 500px;
    object-fit: cover;
    border-radius: 28px;
    border: 4px solid var(--pink-primary);
    box-shadow: 0 12px 35px -12px rgba(184, 51, 106, 0.25);
}

/* Instrução do Passo */
.passo-instrucao {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: var(--pink-primary);
    max-width: 300px;
    margin-top: 4px;
    transition: color 0.3s ease;
}

.passo-card:hover .passo-instrucao {
    color: #9a2756;
}

/* Animações */
.passo-card {
    animation: fadeInUp 0.6s ease-out both;
}

.passo-card:nth-child(1) { animation-delay: 0.1s; }
.passo-card:nth-child(2) { animation-delay: 0.2s; }
.passo-card:nth-child(3) { animation-delay: 0.3s; }

/* Responsividade Seção Como Usar */
@media (max-width: 1200px) {
    .como-usar-container {
        padding: 0 30px;
    }

    .como-usar-titulo {
        font-size: 48px;
        margin-bottom: 60px;
    }

    .passos-wrapper {
        gap: 28px;
    }

    .passo-placeholder,
    .passo-media img,
    .passo-video-container {
        width: 260px;
        height: 450px;
    }
}

@media (max-width: 992px) {
    .section-como-usar {
        padding: 70px 0 90px;
    }

    .como-usar-titulo {
        font-size: 42px;
        margin-bottom: 55px;
    }

    .passos-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .passo-card {
        max-width: 380px;
    }

    .passo-placeholder,
    .passo-media img,
    .passo-video-container {
        width: 100%;
        max-width: 320px;
        height: 480px;
    }
    
    .passo-numero {
        width: 70px;
        height: 70px;
        margin-bottom: 24px;
    }
    
    .passo-numero span {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .section-como-usar {
        padding: 60px 0 70px;
    }

    .como-usar-container {
        padding: 0 20px;
    }

    .como-usar-titulo {
        font-size: 34px;
        margin-bottom: 45px;
    }

    .passo-numero {
        width: 64px;
        height: 64px;
        margin-bottom: 22px;
    }

    .passo-numero span {
        font-size: 26px;
    }

    .passo-instrucao {
        font-size: 16px;
        line-height: 1.45;
        max-width: 280px;
    }

    .passo-placeholder,
    .passo-media img,
    .passo-video-container {
        max-width: 280px;
        height: 420px;
    }
}

@media (max-width: 480px) {
    .section-como-usar {
        padding: 50px 0 60px;
    }
    
    .como-usar-titulo {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .passo-numero {
        width: 58px;
        height: 58px;
    }
    
    .passo-numero span {
        font-size: 24px;
    }
    
    .passo-instrucao {
        font-size: 15px;
    }
    
    .passo-placeholder,
    .passo-media img,
    .passo-video-container {
        max-width: 260px;
        height: 380px;
    }
}

/* ========================================
   QUINTA SEÇÃO - RESULTADOS REAIS
   ======================================== */
.section-resultados {
    position: relative;
    width: 100%;
    min-height: 700px;
    background: linear-gradient(160deg, #c44771 0%, #a83460 40%, #8c2a50 100%);
    padding: var(--space-2xl) 0 120px;
    overflow: clip;
}

/* Background Animado */
.resultados-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.resultados-background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move-resultados;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes move-resultados {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.resultados-background span:nth-child(1) {
    color: #A83465;
    top: 20%;
    left: 10%;
    animation-duration: 50s;
    animation-delay: -5s;
    transform-origin: 15vw 10vh;
    box-shadow: 40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(2) {
    color: #B53A6A;
    top: 70%;
    left: 80%;
    animation-duration: 38s;
    animation-delay: -20s;
    transform-origin: -10vw -15vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(3) {
    color: #C84575;
    top: 40%;
    left: 60%;
    animation-duration: 45s;
    animation-delay: -12s;
    transform-origin: 5vw 20vh;
    box-shadow: 40vmin 0 4.5vmin currentColor;
}

.resultados-background span:nth-child(4) {
    color: #A83465;
    top: 85%;
    left: 25%;
    animation-duration: 32s;
    animation-delay: -30s;
    transform-origin: -20vw 5vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(5) {
    color: #8A2D55;
    top: 15%;
    left: 75%;
    animation-duration: 55s;
    animation-delay: -8s;
    transform-origin: 10vw -10vh;
    box-shadow: 40vmin 0 4vmin currentColor;
}

.resultados-background span:nth-child(6) {
    color: #B53A6A;
    top: 60%;
    left: 5%;
    animation-duration: 42s;
    animation-delay: -25s;
    transform-origin: -5vw 15vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(7) {
    color: #C84575;
    top: 30%;
    left: 40%;
    animation-duration: 48s;
    animation-delay: -18s;
    transform-origin: 20vw -5vh;
    box-shadow: 40vmin 0 4.5vmin currentColor;
}

.resultados-background span:nth-child(8) {
    color: #A83465;
    top: 90%;
    left: 70%;
    animation-duration: 35s;
    animation-delay: -35s;
    transform-origin: -15vw -20vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(9) {
    color: #8A2D55;
    top: 5%;
    left: 50%;
    animation-duration: 52s;
    animation-delay: -15s;
    transform-origin: 8vw 25vh;
    box-shadow: 40vmin 0 4vmin currentColor;
}

.resultados-background span:nth-child(10) {
    color: #B53A6A;
    top: 50%;
    left: 90%;
    animation-duration: 40s;
    animation-delay: -40s;
    transform-origin: -25vw 10vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(11) {
    color: #C84575;
    top: 75%;
    left: 35%;
    animation-duration: 46s;
    animation-delay: -22s;
    transform-origin: 12vw -15vh;
    box-shadow: 40vmin 0 4.5vmin currentColor;
}

.resultados-background span:nth-child(12) {
    color: #A83465;
    top: 25%;
    left: 85%;
    animation-duration: 33s;
    animation-delay: -28s;
    transform-origin: -8vw 20vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(13) {
    color: #8A2D55;
    top: 55%;
    left: 15%;
    animation-duration: 58s;
    animation-delay: -10s;
    transform-origin: 18vw -8vh;
    box-shadow: 40vmin 0 4vmin currentColor;
}

.resultados-background span:nth-child(14) {
    color: #B53A6A;
    top: 10%;
    left: 30%;
    animation-duration: 44s;
    animation-delay: -33s;
    transform-origin: -12vw 12vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-background span:nth-child(15) {
    color: #C84575;
    top: 65%;
    left: 55%;
    animation-duration: 50s;
    animation-delay: -16s;
    transform-origin: 6vw -18vh;
    box-shadow: 40vmin 0 4.5vmin currentColor;
}

.resultados-background span:nth-child(16) {
    color: #A83465;
    top: 45%;
    left: 95%;
    animation-duration: 36s;
    animation-delay: -38s;
    transform-origin: -18vw -12vh;
    box-shadow: -40vmin 0 5vmin currentColor;
}

.resultados-container {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
    z-index: 2;
}

/* Título Principal */
.resultados-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    color: var(--white);
    margin-bottom: var(--space-xl);
    letter-spacing: -0.03em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Carrossel Swiper */
.depoimentos-swiper {
    width: 100%;
    padding: 30px 0 60px;
    overflow: visible;
}

.depoimentos-swiper .swiper-wrapper {
    align-items: stretch;
    padding: 10px 0;
}

.depoimentos-swiper .swiper-slide {
    height: auto;
    transition: var(--transition-normal);
}

/* Card de Depoimento */
.depoimento-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    height: 100%;
    transition: var(--transition-normal);
}

.depoimento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.depoimento-imagem {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.depoimento-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.depoimento-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.depoimento-card:hover .depoimento-imagem img {
    transform: scale(1.08);
}

.depoimento-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: var(--white);
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    padding: 12px 20px;
    border-radius: var(--radius-full);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.depoimento-content {
    padding: 28px 24px;
}

.depoimento-nome {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: var(--black);
    margin-bottom: 12px;
}

.depoimento-texto {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: var(--gray-600);
    margin: 0;
    font-style: italic;
}

/* Paginação do Swiper */
.depoimentos-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}

.depoimentos-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    transition: var(--transition-fast);
    margin: 0 6px;
}

.depoimentos-swiper .swiper-pagination-bullet-active {
    background: var(--white);
    transform: scale(1.3);
    width: 28px;
    border-radius: 5px;
}

/* Responsividade Seção Resultados */
@media (max-width: 1200px) {
    .resultados-container {
        padding: 0 40px;
    }

    .resultados-titulo {
        font-size: 44px;
        line-height: 48px;
    }

}

@media (max-width: 768px) {
    .section-resultados {
        padding: 60px 0 80px;
    }

    .resultados-container {
        padding: 0 20px;
    }

    .resultados-titulo {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .depoimento-content {
        padding: 20px;
    }

    .depoimento-nome {
        font-size: 18px;
    }

    .depoimento-texto {
        font-size: 13px;
    }
}

/* ========================================
   SEXTA SEÇÃO - ESCOLHA O SEU KIT
   ======================================== */
.section-kits {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, var(--white) 0%, var(--cream-light) 50%, var(--cream) 100%);
    padding: var(--space-2xl) 0 100px;
}

.kits-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* Título Principal */
.kits-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 52px;
    line-height: 1.1;
    text-align: center;
    color: var(--pink-primary);
    margin-bottom: var(--space-xl);
    letter-spacing: -0.03em;
}

/* Wrapper dos Cards */
.kits-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 28px;
    margin-bottom: var(--space-xl);
}

/* Card Base */
.kit-card {
    position: relative;
    border-radius: var(--radius-2xl);
    padding: 36px 28px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--transition-slow);
}

.kit-card:hover {
    transform: translateY(-12px);
}

/* Kit Básico (1 pote) */
.kit-basico {
    width: 340px;
    min-height: 620px;
    background: var(--white);
    border: 2px solid var(--gray-200);
    box-shadow: var(--shadow-lg);
}

.kit-basico:hover {
    box-shadow: var(--shadow-2xl);
    border-color: var(--pink-light);
}

.kit-basico .kit-nome-principal {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
    color: var(--pink-primary);
    margin-bottom: 4px;
}

.kit-basico .kit-quantidade {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: var(--gray-600);
    margin-bottom: 20px;
}

.kit-basico .kit-imagem {
    width: 220px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.kit-basico .kit-imagem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: var(--transition-normal);
}

.kit-basico:hover .kit-imagem img {
    transform: scale(1.05);
}

.kit-basico .kit-beneficios {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.kit-basico .kit-beneficios li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray-600);
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    border-bottom: 1px solid var(--gray-100);
}

.kit-basico .kit-beneficios li:last-child {
    border-bottom: none;
}

.kit-basico .kit-beneficios li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700;
}

.kit-basico .kit-precos {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--gray-200);
}

.kit-basico .preco-de {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    color: var(--gray-500);
    margin-bottom: 8px;
}

.kit-basico .valor-riscado {
    text-decoration: line-through;
}

.kit-basico .preco-por {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
}

.kit-basico .por {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    color: var(--gray-500);
}

.kit-basico .valor-atual {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    color: var(--pink-primary);
}

.kit-basico .economia {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 14px;
    color: var(--green);
    margin: 0;
    padding: 6px 16px;
    background: #ecfdf5;
    border-radius: var(--radius-full);
    display: inline-block;
}

.kit-basico .btn-comprar {
    width: 100%;
    max-width: 300px;
    height: 60px;
    background: var(--green-gradient);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 17px;
    color: var(--white);
    text-decoration: none;
    transition: var(--transition-normal);
    margin-top: auto;
    box-shadow: var(--shadow-green);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.kit-basico .btn-comprar:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.4);
}

/* Kit Destaque (3 potes) - Rosa */
.kit-destaque {
    width: 360px;
    min-height: 680px;
    background: linear-gradient(160deg, #e87a9f 0%, #d65c87 50%, #c44771 100%);
    border: none;
    box-shadow: var(--shadow-2xl), 0 0 0 4px rgba(255, 255, 255, 0.2);
    transform: scale(1.03);
    z-index: 2;
}

.kit-destaque::before {
    content: 'MAIS VENDIDO';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #000;
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 12px;
    padding: 8px 24px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
    letter-spacing: 0.05em;
}

.kit-destaque:hover {
    transform: scale(1.06) translateY(-8px);
    box-shadow: var(--shadow-2xl), 0 0 0 6px rgba(255, 255, 255, 0.3);
}

.kit-destaque .kit-nome-principal {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 4px;
    margin-top: 12px;
}

.kit-destaque .kit-quantidade {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.kit-destaque .kit-imagem {
    width: 280px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.kit-destaque .kit-imagem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
    transition: var(--transition-normal);
}

.kit-destaque:hover .kit-imagem img {
    transform: scale(1.05);
}

.kit-destaque .kit-beneficios {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.kit-destaque .kit-beneficios li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.kit-destaque .kit-beneficios li:last-child {
    border-bottom: none;
}

.kit-destaque .kit-beneficios li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fcd34d;
    font-weight: 700;
}

.kit-destaque .kit-beneficios li strong {
    font-weight: 700;
    color: #fcd34d;
}

.kit-destaque .kit-precos {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.kit-destaque .preco-de {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.kit-destaque .valor-riscado {
    text-decoration: line-through;
}

.kit-destaque .preco-por {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
}

.kit-destaque .por {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.kit-destaque .valor-atual {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 52px;
    line-height: 1;
    color: var(--white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.kit-destaque .economia {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 14px;
    color: #fcd34d;
    margin: 0;
    padding: 6px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-full);
    display: inline-block;
}

.kit-destaque .btn-comprar {
    width: 100%;
    max-width: 300px;
    height: 64px;
    background: var(--white);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 17px;
    color: var(--pink-primary);
    text-decoration: none;
    transition: var(--transition-normal);
    margin-top: auto;
    box-shadow: var(--shadow-lg);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.kit-destaque .btn-comprar:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-xl);
    background: #fef7f0;
}

/* Kit Turbo (6 potes) - Premium Escuro */
.kit-turbo {
    width: 340px;
    min-height: 680px;
    background: linear-gradient(160deg, #27272a 0%, #18181b 100%);
    border: 2px solid var(--gray-700);
    box-shadow: var(--shadow-2xl);
    position: relative;
}

.kit-turbo::before {
    content: 'MELHOR CUSTO-BENEFÍCIO';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--green-light) 0%, var(--green) 100%);
    color: var(--white);
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 11px;
    padding: 8px 20px;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-green);
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.kit-turbo:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-2xl), 0 0 0 2px var(--pink-light);
    border-color: var(--pink-light);
}

.kit-turbo .kit-nome-principal {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 4px;
    margin-top: 12px;
}

.kit-turbo .kit-quantidade {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: var(--pink-light);
    margin-bottom: 20px;
}

.kit-turbo .kit-imagem {
    width: 280px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.kit-turbo .kit-imagem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    transition: var(--transition-normal);
}

.kit-turbo:hover .kit-imagem img {
    transform: scale(1.05);
}

.kit-turbo .kit-beneficios {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.kit-turbo .kit-beneficios li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kit-turbo .kit-beneficios li:last-child {
    border-bottom: none;
}

.kit-turbo .kit-beneficios li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green-light);
    font-weight: 700;
}

.kit-turbo .kit-beneficios li strong {
    font-weight: 700;
    color: var(--white);
}

.kit-turbo .kit-beneficios li .garantia {
    font-size: 11px;
    display: block;
    line-height: 1.4;
    color: var(--green-light);
}

.kit-turbo .kit-precos {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kit-turbo .preco-de {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.kit-turbo .valor-riscado {
    text-decoration: line-through;
}

.kit-turbo .preco-por {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
}

.kit-turbo .por {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.kit-turbo .valor-atual {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    color: var(--white);
}

.kit-turbo .economia {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 14px;
    color: var(--green-light);
    margin: 0;
    padding: 6px 16px;
    background: rgba(16, 185, 129, 0.15);
    border-radius: var(--radius-full);
    display: inline-block;
}

.kit-turbo .economia.destaque-verde {
    color: var(--green-light);
}

.kit-turbo .btn-comprar {
    width: 100%;
    max-width: 300px;
    height: 60px;
    background: var(--green-gradient);
    border: none;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 17px;
    color: var(--white);
    text-decoration: none;
    transition: var(--transition-normal);
    margin-top: auto;
    box-shadow: var(--shadow-green);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
    }
    50% {
        box-shadow: 0 8px 32px rgba(16, 185, 129, 0.5);
    }
}

.kit-turbo .btn-comprar:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.4);
    animation: none;
}

/* Linha Divisória */
.kits-divisor {
    width: 100%;
    max-width: 800px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gray-300), transparent);
    margin: var(--space-xl) auto;
}

/* Seção Por que Kit Turbo */
.kit-turbo-info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.turbo-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 32px;
    line-height: 1.3;
    color: var(--pink-primary);
    margin-bottom: 16px;
}

.turbo-titulo span {
    background: var(--pink-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.turbo-subtitulo {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: var(--space-lg);
}

.turbo-subtitulo strong {
    font-weight: 700;
    color: var(--black);
}

/* Banner Verde */
.turbo-banner {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 2px solid var(--green);
    border-radius: var(--radius-xl);
    padding: 36px 48px;
    max-width: 700px;
    margin: 0 auto;
}

.turbo-beneficios {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.turbo-beneficios li {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-700);
    padding: 10px 0;
    border-bottom: 1px solid rgba(16, 185, 129, 0.15);
}

.turbo-beneficios li:last-child {
    border-bottom: none;
}

.turbo-beneficios li strong {
    font-weight: 700;
    color: var(--green-dark);
}

/* ========================================
   RESPONSIVIDADE - SEÇÃO KITS
   ======================================== */
@media (max-width: 1200px) {
    .kits-container {
        padding: 0 40px;
    }

    .kits-wrapper {
        flex-wrap: wrap;
    }

    .kit-turbo {
        order: -1;
    }

}

@media (max-width: 992px) {
    .kits-titulo {
        font-size: 48px;
        line-height: 52px;
    }

    .kits-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .kit-basico,
    .kit-destaque,
    .kit-turbo {
        width: 100%;
        max-width: 400px;
    }

    .turbo-titulo {
        font-size: 32px;
        line-height: 40px;
    }

    .turbo-subtitulo {
        font-size: 18px;
        line-height: 28px;
    }

    .turbo-banner {
        padding: 30px 25px;
    }

    .turbo-beneficios li {
        font-size: 18px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .section-kits {
        padding: 60px 0 40px;
    }

    .kits-container {
        padding: 0 20px;
    }

    .kits-titulo {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .kit-basico .kit-nome-principal,
    .kit-destaque .kit-nome-principal,
    .kit-turbo .kit-nome-principal {
        font-size: 26px;
        line-height: 32px;
    }

    .kit-basico .kit-quantidade,
    .kit-destaque .kit-quantidade,
    .kit-turbo .kit-quantidade {
        font-size: 20px;
    }

    .kit-basico .valor-atual,
    .kit-destaque .valor-atual,
    .kit-turbo .valor-atual {
        font-size: 48px;
    }

    .kit-basico .btn-comprar,
    .kit-destaque .btn-comprar {
        height: 80px;
        font-size: 20px;
    }

    .kit-turbo .btn-comprar {
        height: 100px;
        font-size: 28px;
    }

    .kits-divisor {
        margin: 40px auto;
    }

    .turbo-titulo {
        font-size: 26px;
        line-height: 32px;
    }

    .turbo-subtitulo {
        font-size: 16px;
        line-height: 24px;
    }

    .turbo-beneficios li {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    .kits-titulo {
        font-size: 28px;
        line-height: 32px;
    }

    .kit-basico .valor-atual,
    .kit-destaque .valor-atual,
    .kit-turbo .valor-atual {
        font-size: 40px;
    }

    .kit-basico .por,
    .kit-destaque .por,
    .kit-turbo .por {
        font-size: 24px;
    }

    .turbo-banner {
        padding: 20px 15px;
    }

    .turbo-beneficios li {
        font-size: 14px;
        line-height: 28px;
    }
}

/* ========================================
   SÉTIMA SEÇÃO - PERGUNTAS FREQUENTES (FAQ)
   ======================================== */
.section-faq {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
    padding: var(--space-2xl) 0 120px;
}

.faq-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

/* Header do FAQ */
.faq-header {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.faq-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: var(--pink-primary);
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

/* Badge Perguntas Frequentes */
.faq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--white);
    padding: 14px 32px;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-200);
}

.faq-badge span {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--gray-600);
}

.faq-badge .badge-interrogacao {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    color: var(--pink-primary);
}

/* Conteúdo Principal do FAQ */
.faq-content {
    display: flex;
    gap: var(--space-xl);
    align-items: flex-start;
}

/* Coluna de Perguntas */
.faq-questions {
    flex: 1;
    max-width: 750px;
}

/* Item de Pergunta */
.faq-item {
    background: var(--white);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--pink-light);
}

.faq-item:first-child {
    border-top: 1px solid var(--gray-200);
}

/* Pergunta */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    cursor: pointer;
    transition: var(--transition-fast);
}

.faq-question:hover {
    background: var(--gray-50);
}

.faq-question > span:first-child {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    color: var(--gray-800);
    flex: 1;
    padding-right: 20px;
}

/* Toggle (+/-) */
.faq-toggle {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--pink-primary);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cream);
}

.faq-question:hover .faq-toggle {
    background: var(--cream-dark);
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: var(--pink-primary);
    color: var(--white);
}

/* Resposta */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 24px 24px;
}

.faq-answer p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: var(--gray-600);
    margin: 0;
    padding-top: 4px;
    border-top: 1px solid var(--gray-200);
    padding-top: 16px;
}

/* Background destacado para resposta ativa */
.faq-item.active {
    background: var(--white);
    border-color: var(--pink-primary);
    box-shadow: var(--shadow-md), 0 0 0 1px var(--pink-primary);
}

/* Sidebar - WhatsApp CTA */
.faq-sidebar {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 40px;
}

.faq-whatsapp-box {
    position: relative;
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 32px 28px 40px 28px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
    overflow: visible;
}

.whatsapp-titulo {
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    color: var(--gray-800);
    margin: 0 0 12px 0;
}

.whatsapp-texto {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: var(--gray-500);
    margin-bottom: 24px;
}

/* Wrapper do botão com ícone */
.whatsapp-btn-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
}

/* Botão WhatsApp Comprar */
.btn-whatsapp-comprar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px 0 24px;
    height: 52px;
    background: var(--green-gradient);
    border-radius: var(--radius-full);
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
    text-decoration: none;
    transition: var(--transition-normal);
    box-shadow: var(--shadow-green);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.btn-whatsapp-comprar:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.35);
}

/* Círculo do ícone WhatsApp */
.whatsapp-icon-circle {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    border: 3px solid var(--white);
}

.whatsapp-icon-circle img,
.whatsapp-icon-circle svg {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* Container da imagem decorativa */
.faq-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-product-image {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

/* Animações */
.faq-item {
    animation: fadeInUp 0.5s ease-out both;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.15s; }
.faq-item:nth-child(3) { animation-delay: 0.2s; }
.faq-item:nth-child(4) { animation-delay: 0.25s; }
.faq-item:nth-child(5) { animation-delay: 0.3s; }
.faq-item:nth-child(6) { animation-delay: 0.35s; }
.faq-item:nth-child(7) { animation-delay: 0.4s; }

/* ========================================
   RESPONSIVIDADE - SEÇÃO FAQ
   ======================================== */
@media (max-width: 1200px) {
    .faq-container {
        padding: 0 40px;
    }

    .faq-content {
        gap: 40px;
    }

    .faq-sidebar {
        width: 300px;
    }

    .whatsapp-titulo {
        font-size: 20px;
        line-height: 24px;
    }

    .whatsapp-texto {
        font-size: 12px;
        line-height: 16px;
    }

    .btn-whatsapp-comprar {
        width: 200px;
        height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .faq-titulo {
        font-size: 32px;
        line-height: 36px;
    }

    .faq-content {
        flex-direction: column;
    }

    .faq-questions {
        max-width: 100%;
        order: 2;
    }

    .faq-sidebar {
        width: 100%;
        max-width: 320px;
        order: 1;
        margin: 0 auto 30px;
        position: static;
    }

    .faq-whatsapp-box {
        padding: 25px 20px 25px 25px;
        text-align: left;
    }

    .whatsapp-titulo {
        font-size: 22px;
        line-height: 26px;
    }

    .whatsapp-texto {
        font-size: 13px;
        line-height: 17px;
    }

    .whatsapp-btn-wrapper {
        display: inline-flex;
    }

    .btn-whatsapp-comprar {
        padding: 0 55px 0 24px;
        height: 55px;
        font-size: 16px;
    }

    .whatsapp-icon-circle {
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        width: 52px;
        height: 52px;
    }

    .faq-question > span:first-child {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-toggle {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .section-faq {
        padding: 60px 0 80px;
    }

    .faq-container {
        padding: 0 20px;
    }

    .faq-titulo {
        font-size: 26px;
        line-height: 30px;
    }

    .faq-badge {
        padding: 10px 25px;
    }

    .faq-badge span {
        font-size: 13px;
        line-height: 40px;
    }

    .faq-question > span:first-child {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-toggle {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 18px;
        padding-right: 20px;
    }

    .faq-sidebar {
        max-width: 280px;
    }

    .faq-whatsapp-box {
        padding: 20px 15px 20px 20px;
    }

    .whatsapp-titulo {
        font-size: 18px;
        line-height: 22px;
    }

    .whatsapp-texto {
        font-size: 12px;
        line-height: 16px;
    }

    .btn-whatsapp-comprar {
        padding: 0 48px 0 20px;
        height: 48px;
        font-size: 14px;
        border-radius: 25px;
    }

    .whatsapp-icon-circle {
        width: 44px;
        height: 44px;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
    }

    .whatsapp-icon-circle img,
    .whatsapp-icon-circle svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .faq-titulo {
        font-size: 22px;
        line-height: 26px;
    }

    .faq-question > span:first-child {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-toggle {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 17px;
    }

    .faq-sidebar {
        max-width: 260px;
    }

    .faq-whatsapp-box {
        padding: 18px 12px 18px 18px;
    }

    .whatsapp-titulo {
        font-size: 16px;
        line-height: 20px;
    }

    .whatsapp-texto {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    .btn-whatsapp-comprar {
        padding: 0 42px 0 18px;
        height: 42px;
        font-size: 12px;
    }

    .whatsapp-icon-circle {
        width: 40px;
        height: 40px;
        top: 50%;
        right: -6px;
        transform: translateY(-50%);
    }

    .whatsapp-icon-circle img,
    .whatsapp-icon-circle svg {
        width: 22px;
        height: 20px;
    }
}

/* ========================================
   OITAVA SEÇÃO - FOOTER PRETO
   ======================================== */
.section-footer {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    padding: var(--space-xl) 0 var(--space-lg);
}

.footer-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: flex;
    justify-content: space-between;
    gap: var(--space-xl);
}

/* Colunas do Footer */
.footer-column {
    display: flex;
    flex-direction: column;
}

/* Título da Coluna */
.footer-titulo {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Lista de Itens */
.footer-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-lista li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
    padding-left: 22px;
    transition: var(--transition-fast);
}

.footer-lista li:last-child {
    margin-bottom: 0;
}

.footer-lista li:hover {
    color: var(--white);
}

.footer-lista li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-lista li a:hover {
    color: var(--white);
}

/* Ícones do Footer */
.footer-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-left: -22px;
    opacity: 0.6;
}

/* ========================================
   NONA SEÇÃO - RODAPÉ ROSA (COPYRIGHT)
   ======================================== */
.section-copyright {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #b8336a 0%, #9a2756 100%);
    padding: 36px 0;
}

.copyright-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-lg);
}

/* Logo do Copyright */
.copyright-logo {
    flex-shrink: 0;
}

.copyright-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

/* Logo texto fallback */
.logo-text {
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 26px;
    color: var(--white);
    letter-spacing: 1px;
}

.logo-text span {
    color: #fcd34d;
}

/* Texto do Copyright */
.copyright-text {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 11px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    max-width: 700px;
    margin: 0;
}

/* ========================================
   RESPONSIVIDADE - FOOTER E COPYRIGHT
   ======================================== */
@media (max-width: 1200px) {
    .footer-container {
        padding: 0 60px;
        gap: 40px;
    }

    .copyright-container {
        padding: 0 60px;
    }
}

@media (max-width: 992px) {
    .section-footer {
        padding: 50px 0 60px;
    }

    .footer-container {
        flex-wrap: wrap;
        gap: 40px 60px;
    }

    .footer-column {
        width: calc(50% - 30px);
    }

    .footer-titulo {
        font-size: 16px;
    }

    .footer-lista li {
        font-size: 13px;
    }

    .copyright-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .copyright-text {
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .section-footer {
        padding: 40px 0 50px;
    }

    .footer-container {
        padding: 0 30px;
        gap: 30px 40px;
    }

    .footer-titulo {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-lista li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        padding-left: 18px;
    }

    .footer-icon {
        width: 10px;
        height: 10px;
        margin-left: -18px;
    }

    .section-copyright {
        padding: 30px 0;
    }

    .copyright-container {
        padding: 0 30px;
    }

    .copyright-logo img {
        height: 50px;
    }

    .logo-text {
        font-size: 24px;
    }

    .copyright-text {
        font-size: 11px;
        line-height: 15px;
    }
}

@media (max-width: 576px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }

    .footer-column {
        width: 100%;
        text-align: center;
    }

    .footer-lista li {
        justify-content: center;
        padding-left: 0;
    }

    .footer-icon {
        margin-left: 0;
    }

    .section-copyright {
        padding: 25px 0;
    }

    .copyright-container {
        padding: 0 20px;
    }

    .copyright-logo img {
        height: 45px;
    }

    .logo-text {
        font-size: 22px;
    }

    .copyright-text {
        font-size: 10px;
        line-height: 14px;
    }
}
