:root {
    --color-bg: #e8e6df;
    --color-dark: #1f1f1f;
    --color-dark-box: #232323;
    --color-gold: #ab8e67;
    --color-text-main: #333333;
    --color-text-light: #666666;
    --color-white: #ffffff;
    
    --font-main: 'Inter', sans-serif;
    
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 48px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    background-color: var(--color-bg);
    color: var(--color-text-main);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding-top: 70px;
}

h1, h2, h3, h4 {
    color: var(--color-dark);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.text-gold { color: var(--color-gold); }
.text-center { text-align: center; }
.text-block { text-align: center; font-size: 15px; color: var(--color-text-light); margin-bottom: var(--spacing-lg); }

.section-tag {
    color: var(--color-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: var(--spacing-sm);
}

.header-fixed {
    position: fixed;
    top: 0; left: 0; width: 100%;
    background-color: var(--color-dark);
    padding: 12px 20px;
    text-align: center;
    z-index: 1000;
}
.header-fixed .oferta {
    color: var(--color-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}
.header-fixed .oferta::before { content: "• "; }
.header-fixed .data { color: var(--color-white); font-size: 13px; font-weight: 400; }
.header-fixed .data strong { font-weight: 700; }

.container { max-width: 480px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
section { padding: var(--spacing-xxl) 0; }

.hero { padding-top: 16px; padding-bottom: 32px; }

.hero-tag {
    color: var(--color-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.hero-tag::before { content: "• "; }

.hero h1 { font-size: 26px; font-weight: 800; text-align: center; margin-bottom: 24px; }
.hero-image-wrapper { margin: 0 16px 24px; text-align: center; }
.hero-image-wrapper img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.hero-desc { text-align: center; font-size: 14px; color: var(--color-text-light); margin-bottom: 24px; }

.hero-cards { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 16px 24px; }
.hero-card {
    background: rgba(0,0,0,0.04); padding: 10px 16px; border-radius: 50px;
    font-weight: 600; font-size: 13px; color: var(--color-dark);
    display: flex; align-items: center; text-align: left;
}
.hero-card .check { margin-right: 6px; }

.btn-primary {
    background: #2d6a4f;
    color: var(--color-white);
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 15px;
    margin: 24px 0 16px;
    box-shadow: 0 4px 15px rgba(45, 106, 79, 0.3);
}
.btn-primary:hover { background: #1b4332; }

.hero-badges { font-size: 12px; color: var(--color-text-light); text-align: center; font-weight: 600; }

.dark-section {
    background-color: var(--color-dark-box);
    color: var(--color-white);
    padding: var(--spacing-xxl) 24px;
    margin: var(--spacing-xl) 0;
}
.dark-section { background-color: var(--color-dark); color: var(--color-white); padding: 48px 0; margin-bottom: var(--spacing-xl); }
.dark-section .border-tag {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    padding: 6px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--color-gold);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: var(--spacing-lg);
    white-space: nowrap;
}
.dark-section h2 { font-size: 22px; font-weight: 800; margin-bottom: 20px; line-height: 1.3; color: var(--color-white); }
.dark-section p { color: rgba(255,255,255,0.8); font-size: 14px; margin-bottom: 16px; line-height: 1.5; }

.consultation h2 { font-size: 24px; font-weight: 800; text-align: center; margin-bottom: 24px; line-height: 1.25; }
.image-card {
    background: var(--color-white); padding: 8px; border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin: 0 32px -30px; position: relative; z-index: 1;
}
.image-card img { width: 100%; border-radius: 8px; display: block; margin: 0 auto; }

.white-list-box {
    background: var(--color-white); border-radius: 16px; padding: 46px 20px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); margin-bottom: var(--spacing-xl);
}
.white-list-box.no-overlap { padding: 24px 20px; margin-top: 0; }

.check-list-box {
    background: var(--color-white); border-radius: 12px; padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: var(--spacing-xxl);
}
.check-list-box.zebra { padding: 0; overflow: hidden; }
.check-list-box .item {
    display: flex; gap: 12px; margin-bottom: 16px; font-weight: 500; font-size: 14px;
    color: var(--color-dark); line-height: 1.4;
}
.check-list-box.zebra .item { margin-bottom: 0; padding: 20px 24px; align-items: flex-start; }
.check-list-box.zebra .item:nth-child(even) { background-color: rgba(0,0,0,0.03); }
.check-list-box .item:last-child { margin-bottom: 0; }
.check-list-box .item .check { color: var(--color-gold); font-weight: 800; margin-top: 2px; }
.light-text { font-weight: 400; color: #666; }

.red-x-list { list-style: none; }
.red-x-list li { margin-bottom: 10px; font-weight: 500; font-size: 13px; color: var(--color-dark); display: flex; gap: 8px; align-items: flex-start; line-height: 1.4; border-bottom: 1px solid rgba(0,0,0,0.03); padding-bottom: 10px; }
.red-x-list li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.red-x { color: #d9534f; font-weight: bold; font-size: 14px; margin-top: -1px; }

.risk-cards { display: flex; flex-direction: column; gap: 12px; }
.risk-card {
    background: var(--color-white); border-radius: 12px; padding: 20px 24px;
    display: flex; align-items: center; gap: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.risk-card .risk-num { font-size: 28px; font-weight: 800; color: #e0e0e0; line-height: 1; }
.risk-card p { font-size: 14px; font-weight: 500; color: var(--color-dark); margin: 0; line-height: 1.4; }
.risk-card p strong { font-weight: 700; }

.quote-pill {
    background: rgba(0,0,0,0.04); padding: 8px 14px; border-radius: 6px;
    font-style: italic; font-weight: 700; color: var(--color-dark); margin-bottom: 8px; display: inline-block; font-size: 13px;
}
.quote-container { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: var(--spacing-xl); }

.dark-alert-box {
    background: var(--color-dark); border-radius: 16px; padding: 40px 24px;
    text-align: center; color: var(--color-white); margin-bottom: var(--spacing-xl);
}
.dark-alert-box .tag {
    display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase;
    color: var(--color-gold); letter-spacing: 0.5px; margin-bottom: 12px; white-space: nowrap;
}
.dark-alert-box h3 { font-size: 19px; font-style: italic; font-weight: 700; line-height: 1.3; color: var(--color-white); }
.dark-alert-box.no-italic h3 { font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.6; }
.dark-alert-box.no-italic ul { text-align: left; color: rgba(255,255,255,0.8); margin-top: 16px; padding-left: 20px; }
.dark-alert-box.no-italic ul li { margin-bottom: 8px; font-size: 14px; }

.numbered-list { list-style: none; margin: var(--spacing-xl) 0; }
.numbered-list li { display: flex; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 15px; color: var(--color-text-light); }
.numbered-list li .num { color: var(--color-gold); font-weight: 800; font-size: 14px; width: 40px; }
.numbered-list li .arrow { margin-left: auto; color: #ccc; font-size: 12px; }
.numbered-list li.highlight { background: rgba(0,0,0,0.05); border-radius: 8px; padding: 16px; border: none; color: var(--color-dark); font-weight: 700; }

.risk-pills { display: flex; flex-direction: column; gap: 12px; margin-top: var(--spacing-xl); }
.risk-pill {
    background: var(--color-white); border-radius: 12px; padding: 16px 20px;
    display: flex; align-items: center; gap: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.risk-pill .num { color: #ddd; font-size: 24px; font-weight: 800; }
.risk-pill span { font-size: 14px; color: var(--color-text-light); }

.check-list-box {
    background: var(--color-white); border-radius: 16px; overflow: hidden;
    margin-top: var(--spacing-xl); box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.check-list-box .item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 24px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.check-list-box .item:last-child { border-bottom: none; }
.check-list-box .item:nth-child(even) { background: #faf9f7; }
.check-list-box .check { color: var(--color-gold); font-weight: bold; }
.check-list-box .text { font-size: 14px; color: var(--color-text-light); }

.kit-item { background: var(--color-white); border-radius: 16px; padding: 32px 24px; margin-bottom: var(--spacing-xl); }
.kit-item .num { color: var(--color-gold); font-size: 12px; font-weight: 700; letter-spacing: 2px; margin-bottom: 8px; display: block; }
.kit-item h3 { font-size: 22px; font-weight: 800; margin-bottom: var(--spacing-lg); }
.kit-images { display: flex; justify-content: center; gap: 10px; margin-bottom: var(--spacing-lg); }
.kit-images img { width: 30%; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.kit-item p { font-size: 14px; color: var(--color-text-light); margin-bottom: var(--spacing-lg); }
.incluido-tag { color: var(--color-gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; display: block; }

.diamond-list { border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; overflow: hidden; }
.diamond-list .item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; font-size: 13px; color: var(--color-text-light); border-bottom: 1px solid rgba(0,0,0,0.05); }
.diamond-list .item:last-child { border-bottom: none; }
.diamond-list .item:nth-child(even) { background: #faf9f7; }
.diamond-list .diamond { color: var(--color-gold); font-size: 16px; line-height: 1; }

.kit-item.dark { background: var(--color-dark-box); color: var(--color-white); }
.kit-item.dark h3 { color: var(--color-white); }
.kit-item.dark p { color: rgba(255,255,255,0.7); }
.kit-item.dark .diamond-list { border-color: rgba(255,255,255,0.1); }
.kit-item.dark .diamond-list .item { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.1); }
.kit-item.dark .diamond-list .item:nth-child(even) { background: rgba(255,255,255,0.03); }

/* Procedimentos section */
.proc-category { margin-bottom: 32px; background: var(--color-white); padding: 24px; border-radius: 12px; }
.proc-category h4 { color: var(--color-gold); font-size: 16px; margin-bottom: 16px; text-align: center; }
.proc-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.proc-list li { font-size: 13px; color: var(--color-text-light); display: flex; gap: 8px; align-items: flex-start; }
.proc-list li .check { color: var(--color-dark); font-weight: bold; }

/* Antes Durante Depois */
.add-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
.add-card { background: var(--color-white); border-radius: 12px; padding: 24px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.add-card h4 { font-size: 18px; color: var(--color-dark); text-align: center; margin-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 12px; }
.add-card ul { list-style: none; text-align: center; }
.add-card ul li { font-size: 14px; color: var(--color-text-light); margin-bottom: 12px; }
.add-card ul li:last-child { margin-bottom: 0; }

.bonus-card { background: var(--color-white); border-radius: 16px; padding: 32px 24px; margin-bottom: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.gift-icon-box { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.gift-icon-box .icon { width: 40px; height: 40px; background: rgba(0,0,0,0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.gift-icon-box h3 { font-size: 18px; font-weight: 800; }
.price-anchor { background: #f8f7f5; padding: 16px; border-radius: 8px; font-size: 13px; color: var(--color-text-light); margin-top: 16px; }

.step-card { background: var(--color-white); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; margin-bottom: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.step-num { background: var(--color-dark); color: var(--color-white); width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.step-text { font-size: 14px; color: var(--color-text-light); font-weight: 600; }

.recap-box { background: var(--color-white); border-radius: 16px; padding: 24px; margin-bottom: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.recap-list { list-style: none; }
.recap-list li { padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--color-text-light); }
.recap-list li:last-child { border-bottom: none; }
.recap-list li .check { color: var(--color-dark); font-weight: bold; }

.offer-box { background: var(--color-white); border-radius: 16px; border-top: 24px solid var(--color-gold); padding: 32px 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); position: relative; margin: 32px 0; }
.offer-box::before { content: "OFERTA ESPECIAL"; position: absolute; top: -18px; left: 0; width: 100%; text-align: center; color: var(--color-white); font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.offer-box h3 { font-size: 24px; text-align: center; margin-bottom: 24px; }
.offer-box .tag { color: var(--color-gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; display: block; }
.price-main { font-size: 64px; font-weight: 800; color: var(--color-dark); text-align: center; line-height: 1; margin: 8px 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.price-main span { font-size: 24px; }
.badges-footer { display: flex; flex-direction: column; gap: 8px; font-size: 12px; color: #666; text-align: center; margin-top: 16px; font-weight: 600; }

.seal-img { width: 110px; margin: 0 auto 24px; display: block; }
.author-image { width: 85%; border-radius: 24px; margin: 0 auto 24px; background: rgba(0,0,0,0.05); display: block; }

.faq-item { background: var(--color-white); border-radius: 12px; padding: 20px; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 14px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); cursor: pointer; }
.faq-icon { color: #aaa; font-weight: 400; }

.option-box { background: var(--color-white); border-radius: 16px; padding: 24px; margin-bottom: 16px; color: var(--color-text-light); font-size: 14px; }
.option-box ul { padding-left: 20px; margin-top: 12px; }
.option-box ul li { margin-bottom: 8px; }
.option-tag-red { color: #d9534f; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; display: block; }
.option-tag-green { color: #2d6a4f; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; display: block; }

/* Social Proof Popup */
.social-proof-popup {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 320px;
    z-index: 9999;
    border-radius: 4px;
    border-left: 3px solid #e0e0e0;
    
    /* Animation defaults (hidden state) */
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.social-proof-popup.show {
    opacity: 1;
    transform: translateY(0);
}

.social-proof-icon {
    background-color: #17c10b; /* Bright green */
    border: 2px solid #000000;
    color: #ffffff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}

.social-proof-text {
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
}

.social-proof-time {
    font-size: 12px;
    color: #888888;
    margin-top: 6px;
}

@media (max-width: 480px) {
    .social-proof-popup {
        bottom: 16px;
        left: 16px;
        right: 16px;
        max-width: none;
    }
}

/* Scroll Container for large images */
.scroll-container {
    position: relative;
    margin: 0 -24px 24px;
}
.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.scroll-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for cleaner look */
}
.scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-wrapper img {
    width: 220%; /* Makes the image much larger than screen */
    max-width: none;
    height: auto;
    display: block;
}
.scroll-container::before, .scroll-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 2;
    pointer-events: none;
}
.scroll-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.scroll-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
