/* ----------------------------------------------------
   DESIGN SYSTEM: LONGEVIDADE ATIVA 60+
   (Otimizado com precisão para Mobile & Desktop)
---------------------------------------------------- */

:root {
    --bg-page: #FBFBF7;
    --navy-dark: #0F172A;
    --text-body: #334155;
    --text-muted: #64748B;
    --emerald-primary: #047857;
    --emerald-light: #10B981;
    --emerald-bg: #ECFDF5;
    --terracotta: #C2410C;
    --amber-gold: #D97706;
    --amber-bg: #FEF3C7;
    --border-soft: #E2E8F0;
    --card-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.06);
    --hover-shadow: 0 20px 35px -5px rgba(15, 23, 42, 0.12);
    --font-head: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-page);
    color: var(--text-body);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.max-w-700 { max-width: 700px; }
.text-center { text-align: center; }

/* ---------------- URGENCY BAR (SEMPRE NA MESMA LINHA) ---------------- */

.urgency-bar {
    background: linear-gradient(90deg, #9A3412 0%, #C2410C 50%, #9A3412 100%);
    color: #FFFFFF;
    padding: 0.5rem 0;
    font-size: 0.85rem;
    text-align: center;
    width: 100%;
}

.flex-urgency {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.8rem;
    white-space: nowrap;
}

.flex-urgency p {
    font-size: 0.85rem;
    margin: 0;
}

.timer-display {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(0, 0, 0, 0.25);
    padding: 0.2rem 0.7rem;
    border-radius: 1rem;
    font-size: 0.8rem;
}

#timer {
    color: #FDE047;
    font-family: monospace;
    font-size: 1rem;
}

.header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-soft);
    padding: 0.8rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.flex-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--navy-dark);
}

.logo-icon { font-size: 1.5rem; }
.logo-text span { color: var(--emerald-primary); }

/* ---------------- HERO SENIOR SECTION ---------------- */

.hero-senior {
    padding: 2.8rem 0 4rem 0;
    background: radial-gradient(circle at top center, #ECFDF5 0%, #FBFBF7 70%);
}

.hero-centered-flow {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-headline {
    font-family: var(--font-head);
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.18;
    color: var(--navy-dark);
    margin-bottom: 1rem;
}

.highlight {
    background: linear-gradient(120deg, #047857 0%, #10B981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subheadline {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 740px;
    margin: 0 auto 2rem auto;
    line-height: 1.55;
}

.hero-photo-wrapper {
    width: 100%;
    max-width: 680px;
    margin-bottom: 2rem;
}

.photo-frame-hero {
    position: relative;
    border-radius: 1.6rem;
    padding: 0.7rem;
    background: #FFFFFF;
    border: 3px solid #A7F3D0;
    box-shadow: 0 15px 35px -5px rgba(4, 120, 87, 0.15);
}

.photo-badge-top {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--terracotta);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.78rem;
    padding: 0.35rem 1.1rem;
    border-radius: 2rem;
    z-index: 10;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(194, 65, 12, 0.3);
}

.hero-main-photo {
    width: 100%;
    max-height: 450px;
    border-radius: 1.1rem;
    display: block;
    object-fit: cover;
}

.photo-caption-strip {
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(8px);
    color: #FFFFFF;
    padding: 1rem 1.2rem;
    border-radius: 0.9rem;
    margin-top: 0.7rem;
    text-align: center;
}

.cap-stars {
    color: #F59E0B;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.photo-caption-strip p {
    font-size: 0.92rem;
    font-style: italic;
}

.photo-caption-strip small {
    display: block;
    margin-top: 0.3rem;
    color: #34D399;
    font-weight: 700;
    font-style: normal;
}

.hero-cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.btn-main {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #047857 0%, #059669 100%);
    color: #FFFFFF;
    text-decoration: none;
    padding: 1.25rem 2.2rem;
    border-radius: 1.2rem;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: 0 12px 28px rgba(4, 120, 87, 0.4);
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.btn-main small {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 0.2rem;
}

.btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(4, 120, 87, 0.55);
    background: linear-gradient(135deg, #059669 0%, #10B981 100%);
}

.pulse {
    animation: pulse-btn 2.2s infinite;
}

@keyframes pulse-btn {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* ---------------- CARROSSEL INTERATIVO DE ATIVIDADES ---------------- */

.section-carousel {
    padding: 4.5rem 0;
    background: #FFFFFF;
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}

.carousel-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 2.5rem auto 1.5rem auto;
    display: flex;
    align-items: center;
}

.carousel-track-container {
    overflow: hidden;
    width: 100%;
    border-radius: 1.6rem;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}

.carousel-slide {
    min-width: 100%;
    padding: 0 0.5rem;
}

.carousel-card {
    background: var(--bg-page);
    border-radius: 1.6rem;
    overflow: hidden;
    border: 2px solid var(--border-soft);
    box-shadow: var(--card-shadow);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    text-align: left;
    align-items: center;
}

.c-img-box {
    position: relative;
    overflow: hidden;
    height: 340px;
}

.c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.c-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(6px);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.76rem;
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.c-info {
    padding: 2.5rem;
}

.c-info h4 {
    font-size: 1.45rem;
    color: var(--navy-dark);
    font-family: var(--font-head);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.c-info p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    color: var(--navy-dark);
    border: 2px solid var(--border-soft);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
    z-index: 10;
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav-btn:hover {
    background: var(--emerald-primary);
    color: #FFFFFF;
    border-color: var(--emerald-primary);
}

.prev-btn { left: -24px; }
.next-btn { right: -24px; }

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CBD5E1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--emerald-primary);
    width: 28px;
    border-radius: 1rem;
}

/* ---------------- SEÇÃO DE 3 BÔNUS EXCLUSIVOS ---------------- */

.section-bonus {
    padding: 4.8rem 0;
    background: radial-gradient(circle at center, #ECFDF5 0%, #FBFBF7 80%);
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2.8rem;
}

.bonus-card {
    background: #FFFFFF;
    border-radius: 1.6rem;
    overflow: hidden;
    border: 1px solid var(--border-soft);
    box-shadow: var(--card-shadow);
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: #A7F3D0;
}

.bonus-card.featured-bonus {
    border: 3px solid var(--amber-gold);
}

.bonus-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--emerald-primary);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.35rem 1rem;
    border-radius: 2rem;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(4, 120, 87, 0.3);
}

.bonus-tag.gold {
    background: var(--terracotta);
    box-shadow: 0 4px 10px rgba(194, 65, 12, 0.3);
}

.bonus-img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #F1F5F9;
}

.bonus-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bonus-content {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bonus-content h3 {
    font-size: 1.2rem;
    color: var(--navy-dark);
    font-family: var(--font-head);
    margin-bottom: 0.6rem;
    line-height: 1.35;
}

.bonus-content p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 1.2rem;
    flex-grow: 1;
    line-height: 1.5;
}

.bonus-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--border-soft);
}

.bonus-price .de {
    font-size: 0.85rem;
    color: #94A3B8;
    text-decoration: line-through;
}

.bonus-price .por {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--emerald-primary);
    background: var(--emerald-bg);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
}

/* ---------------- MODULES SHOWCASE ---------------- */

.section-modules {
    padding: 4.5rem 0;
}

.sub-title-tag {
    color: var(--emerald-primary);
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sub-title-tag-gold {
    background: var(--amber-bg);
    color: var(--amber-gold);
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    font-weight: 800;
    font-size: 0.82rem;
}

h2 {
    font-family: var(--font-head);
    font-size: 2.1rem;
    color: var(--navy-dark);
    margin: 0.4rem 0 0.8rem 0;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 650px;
    margin: 0 auto 2.5rem auto;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.8rem;
    margin-top: 2rem;
}

.module-card {
    background: #FFFFFF;
    border-radius: 1.5rem;
    padding: 2rem 1.6rem;
    border: 1px solid var(--border-soft);
    box-shadow: var(--card-shadow);
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.module-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: #A7F3D0;
}

.mod-icon {
    width: 55px;
    height: 55px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.bg-emerald { background: #DCFCE7; }
.bg-amber { background: #FEF3C7; }
.bg-indigo { background: #E0E7FF; }
.bg-rose { background: #FFE4E6; }
.bg-teal { background: #CCFBF1; }

.mod-num {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

.module-card h3 {
    font-size: 1.25rem;
    color: var(--navy-dark);
    margin: 0.3rem 0 0.7rem 0;
}

.module-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 1.4rem;
    flex-grow: 1;
}

.mod-pill {
    align-self: flex-start;
    background: var(--bg-page);
    color: var(--navy-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.28rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid var(--border-soft);
}

/* ---------------- PHOTO HIGHLIGHT SECTION ---------------- */

.section-photo-highlight {
    background: #FFFFFF;
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--border-soft);
}

.grid-highlight {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
    align-items: center;
}

.highlight-img {
    width: 100%;
    border-radius: 1.6rem;
    box-shadow: var(--card-shadow);
    border: 2px solid #DCFCE7;
}

.highlight-points {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 1.8rem;
}

.hp-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.hp-check {
    width: 34px;
    height: 34px;
    background: var(--emerald-bg);
    color: var(--emerald-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.hp-item h4 {
    font-size: 1.05rem;
    color: var(--navy-dark);
    margin-bottom: 0.2rem;
}

.hp-item p {
    font-size: 0.92rem;
    color: var(--text-muted);
}

/* ---------------- REVIEWS (FACEBOOK STYLE) ---------------- */

.section-reviews {
    padding: 4.5rem 0;
    background: #F8FAFC;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.8rem;
    margin-top: 2.5rem;
}

.fb-review-card {
    background: #FFFFFF;
    border-radius: 1.2rem;
    padding: 1.4rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fb-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.fb-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 0.8rem;
}

.fb-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #1877F2;
    box-shadow: 0 2px 6px rgba(24, 119, 242, 0.2);
}

.fb-user-info {
    display: flex;
    flex-direction: column;
}

.fb-name {
    font-weight: 700;
    color: #0F172A;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.fb-badge {
    background: #1877F2;
    color: #FFFFFF;
    font-size: 0.65rem;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.fb-meta {
    font-size: 0.76rem;
    color: #64748B;
    margin-top: 0.15rem;
}

.fb-content {
    flex-grow: 1;
}

.rev-stars,
.cap-stars,
.stars,
.rating-stars,
.social-stars {
    color: #FFC107;
    font-size: 1.15rem;
    letter-spacing: 3px;
    margin-bottom: 0.3rem;
    display: inline-block;
    filter: drop-shadow(0 1px 2px rgba(245, 158, 11, 0.3));
}

.fb-content p {
    font-size: 0.93rem;
    color: #334155;
    line-height: 1.55;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
}

.fb-footer {
    border-top: 1px solid #F1F5F9;
    padding-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
    color: #64748B;
}

.fb-reactions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.fb-icons {
    font-size: 0.95rem;
}

.fb-action-tag {
    color: #1877F2;
    font-weight: 600;
    font-size: 0.76rem;
}

/* ---------------- PRICING ---------------- */

.section-pricing {
    padding: 4.5rem 0;
    background: radial-gradient(circle at center, #ECFDF5 0%, #FBFBF7 80%);
}

.pricing-flex {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 2.5rem auto 0 auto;
}

.price-card {
    background: #FFFFFF;
    border-radius: 1.6rem;
    padding: 2.2rem 1.8rem;
    border: 1px solid var(--border-soft);
    box-shadow: var(--card-shadow);
    flex: 1;
    min-width: 280px;
    position: relative;
}

.price-card.featured {
    border: 3px solid var(--emerald-primary);
    box-shadow: var(--hover-shadow);
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #047857, #10B981);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.35rem 1.1rem;
    border-radius: 2rem;
    white-space: nowrap;
}

.p-header h3 { font-size: 1.35rem; color: var(--navy-dark); }
.p-header p { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.4rem; }

.p-amount {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--border-soft);
    margin-bottom: 1.6rem;
}

.p-amount .old {
    text-decoration: line-through;
    color: #94A3B8;
    font-size: 0.92rem;
}

.val {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
    font-family: var(--font-head);
    color: var(--navy-dark);
    margin: 0.3rem 0;
}

.val.gold { color: var(--emerald-primary); }

.val small { font-size: 1.1rem; font-weight: 700; }
.val strong { font-size: 3.2rem; font-weight: 800; line-height: 1; }
.val span { font-size: 1.1rem; font-weight: 700; }

.pix-tag { font-size: 0.78rem; color: var(--emerald-primary); font-weight: 700; }
.pix-tag-gold { font-size: 0.78rem; color: var(--terracotta); font-weight: 800; }

.p-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.8rem;
    text-align: left;
    font-size: 0.92rem;
}

.p-features li { display: flex; gap: 0.5rem; }
.v { color: var(--emerald-primary); font-weight: 800; }
.vg { color: var(--emerald-primary); font-weight: 800; }
.p-features li.off { opacity: 0.4; text-decoration: line-through; }

.btn-basic {
    display: block;
    text-align: center;
    background: var(--bg-page);
    color: var(--navy-dark);
    border: 2px solid var(--border-soft);
    padding: 0.9rem;
    border-radius: 1rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-basic:hover {
    background: var(--navy-dark);
    color: #FFFFFF;
}

.btn-premium {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #047857 0%, #059669 100%);
    color: #FFFFFF;
    padding: 1.1rem;
    border-radius: 1rem;
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(4, 120, 87, 0.3);
    transition: all 0.3s ease;
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(4, 120, 87, 0.5);
}

.guarantee-card {
    margin-top: 3rem;
    background: #FFFFFF;
    border-radius: 1.4rem;
    padding: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid var(--border-soft);
    box-shadow: var(--card-shadow);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.g-icon { font-size: 2.8rem; }
.g-text h3 { font-size: 1.15rem; color: var(--navy-dark); margin-bottom: 0.3rem; }
.g-text p { font-size: 0.88rem; color: var(--text-muted); }

/* ---------------- FAQ ---------------- */

.section-faq { padding: 4.5rem 0; }

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 2rem;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 0.9rem;
    border: 1px solid var(--border-soft);
    overflow: hidden;
}

.faq-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1.1rem 1.3rem;
    font-weight: 700;
    font-size: 1rem;
    color: var(--navy-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icon { font-size: 1.3rem; color: var(--emerald-primary); transition: transform 0.3s ease; }
.faq-content { display: none; padding: 0 1.3rem 1.1rem 1.3rem; color: var(--text-muted); font-size: 0.92rem; }
.faq-item.active .faq-content { display: block; }
.faq-item.active .faq-icon { transform: rotate(45deg); }

/* ---------------- FOOTER ---------------- */

.footer {
    background: var(--navy-dark);
    color: #94A3B8;
    padding: 2.8rem 0;
    font-size: 0.85rem;
}

.justify-center { justify-content: center; margin-bottom: 0.8rem; }
.logo-text.light { color: #FFFFFF; }
.footer small { display: block; margin-top: 0.5rem; opacity: 0.7; }

/* ---------------- TOAST ---------------- */

.toast {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #FFFFFF;
    border-left: 4px solid var(--emerald-primary);
    padding: 0.75rem 1.1rem;
    border-radius: 0.9rem;
    box-shadow: var(--hover-shadow);
    display: flex;
    align-items: center;
    gap: 0.7rem;
    z-index: 999;
    transform: translateY(120px);
    transition: transform 0.4s ease;
    max-width: 90%;
}

.toast.show { transform: translateY(0); }
.toast-icon { font-size: 1.2rem; }
#toast-msg { font-size: 0.85rem; color: var(--navy-dark); }

/* ---------------- MODAL ---------------- */

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 0.8rem;
    overflow-y: auto;
}

.modal-backdrop.show { opacity: 1; pointer-events: auto; }

.modal-box {
    background: #FFFFFF;
    border-radius: 1.6rem;
    padding: 2.2rem 1.8rem;
    max-width: 450px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    position: relative;
    border: 2px solid var(--amber-gold);
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 18px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #94A3B8;
    cursor: pointer;
}

.modal-pill {
    background: var(--amber-bg);
    color: var(--amber-gold);
    font-weight: 800;
    font-size: 0.78rem;
    padding: 0.3rem 0.9rem;
    border-radius: 1rem;
    display: inline-block;
    margin-bottom: 0.8rem;
}

/* ---------------- UPSELL MODAL ---------------- */

.upsell-modal-box {
    background: #FFFFFF;
    border-radius: 1.8rem;
    padding: 2.2rem 1.8rem;
    max-width: 520px;
    width: 94%;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    position: relative;
    border: 3px solid #047857;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.upsell-badge-fire {
    background: #FEF3C7;
    color: #D97706;
    font-weight: 800;
    font-size: 0.82rem;
    padding: 0.4rem 1.1rem;
    border-radius: 2rem;
    display: inline-block;
    margin-bottom: 0.9rem;
    border: 1px solid #FCD34D;
}

.upsell-modal-box h2 {
    font-size: 1.6rem;
    color: #0F172A;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.upsell-highlight-price {
    background: #ECFDF5;
    border: 2px dashed #047857;
    border-radius: 1.2rem;
    padding: 1.1rem;
    margin: 1.1rem 0;
}

.upsell-highlight-price .upsell-tag-line {
    font-size: 0.92rem;
    color: #047857;
    font-weight: 700;
}

.upsell-price-val {
    font-size: 2.7rem;
    font-weight: 800;
    color: #047857;
    line-height: 1;
    margin: 0.3rem 0;
}

.upsell-features-list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem 0;
}

.upsell-features-list li {
    font-size: 0.92rem;
    color: #334155;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #E2E8F0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-upsell-accept {
    display: block;
    background: linear-gradient(135deg, #047857 0%, #10B981 100%);
    color: #FFFFFF;
    text-decoration: none;
    padding: 1.15rem 1.3rem;
    border-radius: 1.2rem;
    font-weight: 800;
    font-size: 1.12rem;
    box-shadow: 0 10px 25px rgba(4, 120, 87, 0.4);
    transition: all 0.3s ease;
    margin-bottom: 0.9rem;
}

.btn-upsell-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(4, 120, 87, 0.6);
}

.btn-upsell-decline {
    display: inline-block;
    color: #64748B;
    text-decoration: underline;
    font-size: 0.88rem;
    transition: color 0.2s ease;
}

.btn-upsell-decline:hover {
    color: #0F172A;
}

.modal-box h2 { font-size: 1.4rem; margin-bottom: 0.6rem; }
.modal-box p { font-size: 0.9rem; color: var(--text-muted); }
.margin-top { margin-top: 1.2rem; }

/* Ajustes Específicos para o Modal de Upsell em Telas Menores (<600px) */
@media (max-width: 600px) {
    .upsell-modal-box {
        padding: 1.2rem 1rem;
        border-radius: 1.4rem;
        max-height: 92vh;
    }
    .upsell-badge-fire {
        font-size: 0.72rem;
        padding: 0.25rem 0.8rem;
        margin-bottom: 0.4rem;
    }
    .upsell-modal-box h2 {
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
        line-height: 1.2;
    }
    .upsell-highlight-price {
        padding: 0.5rem 0.7rem;
        margin: 0.5rem 0;
        border-radius: 0.9rem;
    }
    .upsell-highlight-price .upsell-tag-line {
        font-size: 0.78rem;
    }
    .upsell-price-val {
        font-size: 2rem;
        margin: 0.1rem 0;
    }
    .upsell-highlight-price small {
        font-size: 0.7rem !important;
    }
    .upsell-features-list {
        margin: 0 0 0.8rem 0;
    }
    .upsell-features-list li {
        font-size: 0.8rem;
        padding: 0.22rem 0;
    }
    .btn-upsell-accept {
        padding: 0.85rem 1rem;
        font-size: 0.95rem;
        border-radius: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .btn-upsell-decline {
        font-size: 0.78rem;
    }
    .modal-close {
        top: 8px;
        right: 12px;
        font-size: 1.5rem;
    }
}

/* ====================================================
   AJUSTES FINOS PARA DISPOSITIVOS MOBILE (<768px e <480px)
   ==================================================== */

@media (max-width: 768px) {
    .container { width: 92%; }
    .hero-senior { padding: 1.5rem 0 2.2rem 0; }
    
    .urgency-bar { font-size: 0.76rem; padding: 0.4rem 0; }
    .flex-urgency { flex-direction: row !important; justify-content: center; gap: 0.5rem; }
    .flex-urgency p { font-size: 0.76rem; }
    .timer-display { font-size: 0.75rem; padding: 0.15rem 0.5rem; }
    #timer { font-size: 0.9rem; }
    
    .logo { font-size: 1.15rem; }

    .hero-headline {
        font-size: 1.7rem;
        line-height: 1.25;
        margin-bottom: 0.7rem;
        padding: 0 0.2rem;
    }
    
    .hero-subheadline {
        font-size: 0.98rem;
        line-height: 1.45;
        margin-bottom: 1.4rem;
        padding: 0 0.4rem;
    }
    
    .hero-photo-wrapper {
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .photo-frame-hero {
        padding: 0.4rem;
        border-radius: 1.2rem;
        border-width: 2px;
    }
    
    .photo-badge-top {
        font-size: 0.65rem;
        padding: 0.25rem 0.75rem;
        top: -11px;
    }
    
    .hero-main-photo {
        max-height: 280px;
        border-radius: 0.9rem;
    }
    
    .photo-caption-strip {
        padding: 0.7rem 0.9rem;
        border-radius: 0.8rem;
        margin-top: 0.4rem;
    }
    
    .photo-caption-strip p {
        font-size: 0.82rem;
        line-height: 1.35;
    }
    
    .btn-main {
        font-size: 1.08rem;
        padding: 1.1rem 1.2rem;
        border-radius: 1rem;
        width: 100%;
        max-width: 100%;
    }
    
    .btn-main small {
        font-size: 0.7rem;
        margin-top: 0.15rem;
    }

    /* Carrossel Mobile */
    .carousel-card {
        grid-template-columns: 1fr;
    }
    .c-img-box { height: 230px; }
    .c-info { padding: 1.4rem; }
    .c-info h4 { font-size: 1.2rem; }
    .carousel-nav-btn { width: 38px; height: 38px; font-size: 1rem; }
    .prev-btn { left: -10px; }
    .next-btn { right: -10px; }

    .bonus-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .grid-highlight { grid-template-columns: 1fr; gap: 2rem; }
    .guarantee-card { flex-direction: column; text-align: center; gap: 1rem; }
}

@media (max-width: 480px) {
    .hero-headline { font-size: 1.55rem; }
    .hero-subheadline { font-size: 0.92rem; }
    .hero-main-photo { max-height: 240px; }
    .btn-main { font-size: 1rem; padding: 1rem; }
}
