:root {
    --text-color: #202124;
    --green-light: #1D835F;
    --green-dark: #114529;
    --bg-white: #ffffff;
    --font-family: 'Outfit', sans-serif;
}

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

body {
    font-family: var(--font-family);
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.app-container {
    width: 100%;
    max-width: 480px;
    background-color: var(--bg-white);
    min-height: 100vh;
    padding: 15px; /* Reduzi um pouco para ganhar espaço lateral */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow-x: hidden; /* CRÍTICIO: Impede o scroll lateral */
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logos */
.header-logo {
    margin-bottom: 5px;
    text-align: center;
}

.mini-logo {
    width: 45px;
    height: auto;
    border-radius: 50%; /* Mantendo o formato circular se a imagem permitir */
}

.brand-text {
    font-size: 0.65rem;
    font-weight: 500;
    color: #555;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Headline */
.main-headline {
    font-size: 1.25rem; /* Ajuste para caber em 2 linhas */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 5px;
    max-width: 95%; /* Garante que não encoste nas bordas */
}

.green-highlight {
    color: var(--green-light);
}

.red-highlight {
    color: #e74c3c; /* Vermelho para dar ênfase, como no print */
}

/* Image */
.main-image-placeholder {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 25px auto;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 15px; /* Leve arredondamento como na imagem do print */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Text Block */
.text-block {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 15px;
}

.text-block p {
    margin-bottom: 15px;
}

.call-to-action {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #444;
    margin-bottom: 15px;
}

/* Arrow */
.arrow-container {
    margin-bottom: 25px;
}

.down-arrow {
    font-size: 2rem;
    color: var(--green-dark);
    font-weight: bold;
    display: inline-block;
    animation: pulse-arrow 1.5s infinite ease-in-out;
}

@keyframes pulse-arrow {
    0% { transform: translateY(0) scale(1); opacity: 0.8; }
    50% { transform: translateY(10px) scale(1.2); opacity: 1; }
    100% { transform: translateY(0) scale(1); opacity: 0.8; }
}

/* Button */
.btn-continue {
    background-color: var(--green-dark);
    color: white;
    border: none;
    width: 100%;
    padding: 18px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
    animation: pulse-btn 2s infinite; /* Adicionando o pulso */
}

@keyframes pulse-btn {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(17, 69, 41, 0.4); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 15px rgba(17, 69, 41, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(17, 69, 41, 0); }
}

.btn-continue:hover {
    background-color: #0d3620;
}

/* Step Management */
.step {
    display: none;
    flex-direction: column;
    min-height: 100vh;
}

.step.active {
    display: flex;
}

/* Header & Back Button */
.header-logo {
    position: relative;
    padding: 10px 0;
    text-align: center;
}

.btn-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #ccc;
    cursor: pointer;
    padding: 5px 10px;
}

/* Progress Bar Section */
.progress-section {
    width: 100%;
    margin: 20px 0 30px;
    padding: 0 10px;
}

.progress-details {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    font-weight: 700;
    color: #7f8c8d;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.progress-bar-container {
    width: 100%;
    height: 6px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: var(--green-light);
    border-radius: 10px;
    transition: width 0.4s ease;
}

/* Question Title */
.question-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 35px;
    padding: 0 10px;
    color: #000;
    text-align: center;
}

.small-title {
    font-size: 1.1rem; /* Um pouco menor para caber em 2 linhas */
    margin-bottom: 20px; /* Menos espaço para a imagem abaixo */
    line-height: 1.2;
}

/* Options Cards */
.options-list {
    width: 100%;
    display: grid;
    gap: 15px;
    margin-bottom: 50px;
}

.card-option {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15); /* Sombra bem mais visível e marcada */
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 100%;
}

.card-option:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.2); /* Destaque extra no hover */
    border-color: var(--green-light);
}

/* Testimonial Section */
.testimonial-container {
    width: 100%;
    max-width: 320px;
    margin: 10px auto 30px auto; /* Garante centralização horizontal */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: block; /* Garante comportamento de bloco */
}

.testimonial-img {
    width: 100%;
    display: block;
    height: auto;
}

/* Loading Screen */
.loading-title {
    color: #114529; /* Verde escuro do print */
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.loading-image-container {
    width: 220px;
    height: 220px;
    margin: 0 auto 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.loading-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loading-progress-box {
    width: 100%;
    margin-bottom: 15px;
}

.loading-bar-full {
    width: 100%;
    height: 12px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.loading-bar-fill {
    width: 0%;
    height: 100%;
    background-color: var(--green-dark);
    transition: width 0.2s ease;
}

.loading-val {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--green-dark);
}

.loading-subtext {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-top: 5px;
}

.card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Chart Card */
.chart-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

.chart-label {
    font-size: 0.75rem;
    color: #a0a5b5;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.chart-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, #fcfcfc 0%, transparent 100%);
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 35px; /* space for bottom x-axis labels */
}

.chart-gridlines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    padding: 25px 0 10px 0;
    z-index: 1;
}

.gridline {
    border-top: 1px dashed #eef0f3;
    width: 100%;
    height: 0;
}

.chart-svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.chart-point {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 3;
}

.chart-point.active {
    opacity: 1;
    transform: scale(1);
}

/* White dot with green border, centered on coordinates */
.chart-point::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: white;
    border: 3px solid #1D835F;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/* Standard label positioned above the dot */
.chart-point span {
    position: absolute;
    background: white;
    color: #202124;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    white-space: nowrap;
    transform: translate(-50%, -100%);
    bottom: 12px;
    z-index: 4;
}

/* First label positioned below the dot */
.chart-point.p10 span {
    transform: translate(-50%, 0);
    top: 12px;
    bottom: auto;
}

/* X-Axis labels at the bottom of the chart card */
.chart-axis-x {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 20px;
    pointer-events: none;
}

.axis-label {
    position: absolute;
    transform: translateX(-50%);
    font-size: 0.65rem;
    color: #555;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.analysis-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-cta-title {
    color: var(--green-dark);
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.footer-cta-desc {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
}

.card-icon {
    font-size: 1.4rem;
}

.card-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.card-arrow {
    color: #ddd;
    font-size: 1.4rem;
    font-weight: 300;
}

/* Footer Section */
.footer-small {
    margin-top: auto;
    padding: 40px 0 20px;
    text-align: center;
    font-family: inherit;
}

.footer-links {
    font-size: 0.65rem;
    color: #95a5a6;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-links a {
    color: #95a5a6;
    text-decoration: none;
}

.footer-contact, .footer-copy {
    font-size: 0.6rem;
    color: #bdc3c7;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* Info Cards in Step 13 */
.info-card-list {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-card {
    background: #fff;
    border: 1px solid #f2f4f7;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    text-align: left;
    width: 100%;
}

.info-card-icon-container {
    background-color: #e8f4f0; /* Light mint green */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1D835F; /* Theme green */
}

.info-card-icon-container svg {
    width: 20px;
    height: 20px;
}

.info-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.info-card-text {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.section-title-caps {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    margin: 25px 0 15px 0;
    text-align: center;
    letter-spacing: 0.5px;
}

/* Check Cards in Step 13 */
.check-card-list {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.check-card {
    background: #fff;
    border: 1px solid #f2f4f7;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    text-align: left;
    width: 100%;
}

.check-card-icon-container {
    background-color: #e8f4f0; /* Light mint green */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1D835F; /* Theme green */
}

.check-card-icon-container svg {
    width: 16px;
    height: 16px;
}

.check-card-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/* Italicized Info Text */
.italic-info-text {
    font-size: 0.82rem;
    font-style: italic;
    color: #1D835F;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}

/* Plan Box Card */
.box-plan-card {
    background-color: #f0f7f4; /* soft light green background */
    border: 1px solid #c2e2d6; /* green border */
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.box-plan-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.box-plan-text {
    font-size: 0.82rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

/* Loading Step 14 Styles */
.loading-progress-box-v2 {
    width: 100%;
    max-width: 380px;
    margin: 20px auto 40px auto;
    padding: 0 10px;
}

.loading-text-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.loading-status-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
}

.loading-val-v2 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
}

.loading-bar-full-v2 {
    width: 100%;
    height: 8px;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.loading-bar-fill-v2 {
    width: 0%;
    height: 100%;
    background-color: var(--green-dark);
    transition: width 0.05s linear; /* extremely fluid and smooth */
}

.loading-subtext-v2 {
    font-size: 0.85rem;
    color: #999;
    text-align: center;
    margin-top: 5px;
}

.square-logo {
    width: 140px !important;
    height: 140px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    border-radius: 20px !important;
    margin: 0 auto 30px auto !important;
    animation: logo-pulse 2s infinite ease-in-out;
}

@keyframes logo-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 35px rgba(29, 131, 95, 0.25);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }
}

/* Step 15 Header Brand & Divider */
.header-brand {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.header-divider {
    border: none;
    height: 4px;
    background-color: var(--green-dark); /* #114529 */
    width: 100%;
    margin: 5px 0 25px 0;
}

/* Step 15 Heading and Card Box */
.profile-analysis-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #202124;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 10px;
}

.box-plan-card-v2 {
    background-color: #f0f7f4;
    border: 1px solid #c2e2d6;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.box-plan-title-v2 {
    font-size: 0.9rem;
    font-weight: 800;
    color: #1D835F; /* matching the green shade */
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.box-plan-text-v2 {
    font-size: 0.82rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

.evolution-heading {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--green-dark); /* #114529 */
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 5px;
}

/* Step 15 Evolution Chart (Vertical Columns) */
.evolution-chart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 440px;
    margin: 25px auto 10px auto;
    gap: 8px; /* space between columns */
    padding: 0;
}

.evolution-column-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.evolution-column-container {
    width: 100%;
    height: 190px;
    background-color: #f5f8f6;
    border: 1.5px solid #e2e8e4;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.bar-fill {
    width: 100%;
    height: 0%; /* animates dynamically via JS */
    border-radius: 16px;
    transition: height 1.5s cubic-bezier(0.1, 0.76, 0.55, 0.94);
}

.bar-fill-1 {
    background-color: #eb4d4b; /* Red */
}

.bar-fill-2 {
    background-color: #f39c12; /* Orange */
}

.bar-fill-3 {
    background-color: #9bd223; /* Lime Green */
}

.bar-fill-4 {
    background-color: #1D835F; /* Green */
}

.column-labels {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 100%;
}

.column-pct {
    font-size: 0.82rem;
    font-weight: 800;
    color: #202124;
}

.column-days {
    font-size: 0.72rem;
    color: #555;
    font-weight: 600;
    white-space: nowrap;
}

.column-status {
    font-size: 0.55rem;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.25;
    margin-top: 3px;
    min-height: 24px;
}

/* Estilos da Seção Vantagens da Etapa 15 (Checkout) */
.advantages-title {
    font-size: clamp(0.8rem, 3.8vw, 1.1rem);
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    margin: 35px auto 25px auto;
    text-align: center;
    line-height: 1.35;
    max-width: 100%;
    padding: 0 12px;
    letter-spacing: -0.3px;
}

.advantages-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    padding: 0 5px;
}

.advantage-card {
    background-color: #ffffff;
    border: 1px solid #f0f3f1;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
    text-align: left;
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.advantage-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(29, 131, 95, 0.06);
}

.advantage-icon-container {
    background-color: var(--green-light); /* #1D835F */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.advantage-icon-container svg {
    width: 12px;
    height: 12px;
}

.advantage-text {
    font-size: 0.85rem;
    font-weight: 600; /* Outfit semi-bold */
    color: #2c3e50;
    line-height: 1.45;
    margin: 0;
}

/* Estilos da Seção Bônus */
.bonus-title {
    font-size: clamp(0.8rem, 3.8vw, 1.1rem);
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    margin: 40px auto 25px auto;
    text-align: center;
    line-height: 1.35;
    max-width: 100%;
    padding: 0 12px;
    letter-spacing: -0.3px;
}

.bonus-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    padding: 0 5px;
}

.gift-card {
    background-color: #ffffff;
    border: 1.5px dashed var(--green-light); /* #1D835F */
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(29, 131, 95, 0.02);
    transition: transform 0.2s ease;
}

.gift-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(29, 131, 95, 0.06);
}

.gift-icon-container {
    background-color: var(--green-dark); /* #114529 */
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.gift-icon-container svg {
    width: 18px;
    height: 18px;
}

.gift-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.45;
    margin: 0;
}

/* Estilos da Oferta Especial (Checkout) */
.offer-logo-container {
    margin: 35px auto 15px auto;
    text-align: center;
}

.offer-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.offer-card {
    width: 100%;
    border: 2px solid #ffbe76; /* Golden yellow/orange border */
    border-radius: 16px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    margin-bottom: 35px;
}

.offer-card-header {
    background-color: #fffaf4; /* Soft cream orange tint */
    padding: 22px 15px;
    border-bottom: 1px solid #ffe8cc;
    text-align: center;
}

.offer-card-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #e67e22; /* Vibrant orange */
    letter-spacing: 0.5px;
    margin: 0 0 4px 0;
}

.offer-card-subtitle {
    font-size: 0.82rem;
    color: #555;
    font-weight: 600;
    margin: 0;
}

.offer-card-body {
    padding: 25px 18px;
}

.offer-body-intro {
    font-size: 0.92rem;
    font-weight: 700;
    color: #202124;
    margin-bottom: 22px;
    text-align: center;
}

.offer-items-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.offer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    gap: 10px;
}

.offer-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.offer-check-box {
    background-color: #2ecc71; /* Green square check */
    color: white;
    font-size: 0.68rem;
    font-weight: 900;
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}

.offer-gift-icon {
    font-size: 1.05rem;
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.offer-item-text {
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.35;
}

.highlight-gift .offer-item-text {
    color: var(--green-dark); /* #114529 */
    font-weight: 800;
}

.offer-item-price {
    color: #a4b0be;
    text-decoration: line-through;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.offer-divider-light {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 20px 0;
}

.offer-price-block {
    text-align: center;
    margin-bottom: 22px;
}

.price-original {
    font-size: 0.88rem;
    color: #777;
    margin-bottom: 5px;
}

.price-original .strike {
    text-decoration: line-through;
    font-weight: 700;
}

.price-final {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #00c853; /* Verde ultra-intenso e vibrante */
    font-weight: 800;
    margin-bottom: 5px;
}

.price-final .currency {
    font-size: 1.35rem;
    margin-right: 4px;
    font-weight: 800;
}

.price-final .amount {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -1px;
}

.price-installment {
    font-size: 0.92rem;
    color: #202124;
    margin: 0;
}

.price-installment strong {
    font-weight: 800;
    font-style: italic;
}

.offer-saving-badge {
    background-color: #fffde6; /* Light yellow save bar */
    border: 1px solid #ffeaa7;
    color: #d35400; /* Orange-red text */
    font-weight: 800;
    font-size: 0.82rem;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.btn-checkout {
    width: 100%;
    background-color: #00c853; /* Verde ultra-intenso e vibrante */
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 1.05rem;
    font-weight: 800;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.35);
    transition: background-color 0.2s ease, transform 0.2s ease;
    animation: pulse-btn-green 2s infinite;
}

.btn-checkout:hover {
    background-color: #00a040;
}

@keyframes pulse-btn-green {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.55); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 15px rgba(0, 200, 83, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 200, 83, 0); }
}

/* Estilos da Seção de Garantia e Segurança */
.security-section {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guarantee-badge-container {
    margin-bottom: 22px;
    text-align: center;
}

.guarantee-badge {
    width: 130px;
    height: auto;
}

.security-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 0.5px;
}

.security-text-content {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 10px;
}

.security-highlight-bar {
    width: 100%;
    border-top: 1.5px solid #eee;
    border-bottom: 1.5px solid #eee;
    padding: 14px 0;
    font-size: 0.9rem;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.security-footer-text {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 28px;
    padding: 0 10px;
}

.security-green-box {
    background-color: #f0f7f4;
    border: 1px solid #d1e7dd;
    border-radius: 14px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    width: 100%;
    box-shadow: 0 4px 12px rgba(29, 131, 95, 0.02);
}

.security-green-box .sprout-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    line-height: 1.2;
}

.green-box-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--green-light); /* #1D835F */
    line-height: 1.5;
    margin: 0;
}

/* Estilos da Seção de Depoimentos da Oferta (Etapa 15) */
.testimonials-section {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-title {
    font-size: clamp(0.85rem, 4vw, 1.15rem);
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    margin: 0 auto 25px auto;
    text-align: center;
    line-height: 1.35;
    max-width: 100%;
    padding: 0 12px;
    letter-spacing: -0.3px;
}

.testimonials-list-v2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 5px;
}

.testimonial-card-v2 {
    background-color: #ffffff;
    border: 1px solid #f0f3f1;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
    text-align: left;
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card-v2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(29, 131, 95, 0.06);
}

.testimonial-header-v2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e8f4f0;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.testimonial-stars {
    color: #f1c40f; /* Cor dourada para estrelas */
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.testimonial-quote {
    font-size: 0.85rem;
    color: #444444;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Estilos da Seção de Urgência e Cronômetro (Etapa 15) */
.urgency-section {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert-box {
    background-color: #fff5f5;
    border: 1px solid #ffdcd9;
    border-top: 4px solid #e74c3c;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
}

.alert-icon-col {
    color: #e74c3c;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-svg-icon {
    width: 24px;
    height: 24px;
}

.alert-text-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.alert-box-title {
    color: #e74c3c;
    font-size: 0.85rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.alert-box-desc {
    color: #555555;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0;
}

.security-subtext-v3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.65rem;
    color: #95a5a6;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.security-subtext-v3 .shield-icon {
    width: 14px;
    height: 14px;
    color: #95a5a6;
}

.timer-box {
    background-color: #fff5f5;
    border: 1.5px solid #ffdcd9;
    border-radius: 16px;
    padding: 18px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 75%;
    max-width: 280px;
    margin: 0 auto 10px auto;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.02);
}

.timer-title {
    color: #e74c3c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.timer-digits {
    color: #e74c3c;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    font-family: inherit;
    letter-spacing: 1px;
}

/* Estilos da Seção de FAQ (Etapa 15) */
.faq-section {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-icon-container {
    background-color: #e8f4f0; /* Light mint green */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--green-dark); /* #114529 */
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(29, 131, 95, 0.05);
}

.faq-svg-icon {
    width: 22px;
    height: 22px;
}

.faq-title {
    font-size: clamp(0.95rem, 4vw, 1.25rem);
    font-weight: 800;
    color: var(--green-dark); /* #114529 */
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 1.35;
    max-width: 100%;
    padding: 0 12px;
    letter-spacing: -0.3px;
}

.faq-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    padding: 0 5px;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #f0f3f1;
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    width: 100%;
    text-align: left;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.faq-item:hover {
    border-color: #e2e8e4;
}

.faq-item.active {
    border-color: var(--green-light); /* #1D835F */
    background-color: #ffffff;
}

.faq-header {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    width: 100%;
    gap: 15px;
}

.faq-question {
    font-size: 0.88rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.45;
    margin: 0;
}

.faq-arrow {
    font-size: 0.55rem;
    color: #95a5a6;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 0.82rem;
    color: #555555;
    line-height: 1.55;
    margin: 0;
    border-top: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-item.active .faq-answer {
    border-top-color: #f0f3f1;
}




