/* ═══════════════════════════════════════════════════════════════════
   POTINHO DA FÉ — CSS
   Paleta: azul (#4A82C4) · azul-pálido (#E8F4FD) · marinho (#1A2744)
           marinho-fundo (#0E1A35) · dourado (#FFD166)
   ═══════════════════════════════════════════════════════════════════ */

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

:root {
    --blue-hero:   #4A82C4;
    --blue-light:  #E8F4FD;
    --blue-dark:   #1A2744;
    --blue-darker: #0E1A35;
    --gold:        #FFD166;
    --gold-hover:  #E8AD2A;
    --gold-dark:   #C8941A;
    --text-dark:   #1A2744;
    --text-mid:    #3A5070;
    --text-muted:  #6A85A8;
    --text-dim:    rgba(255,255,255,0.55);
    --radius-sm:   10px;
    --radius-md:   16px;
    --radius-lg:   24px;
    --radius-xl:   32px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--blue-darker);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 60px);
}

/* ─── Keyframes ─────────────────────────────────────────────────── */
@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes float-pot {
    0%, 100% { transform: translateY(0px) rotate(-1deg); }
    50%       { transform: translateY(-16px) rotate(1deg); }
}
@keyframes spin-ring {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes pulse-aura {
    0%, 100% { transform: scale(1); opacity: 0.45; }
    50%       { transform: scale(1.08); opacity: 0.65; }
}
@keyframes sparkle-pop {
    0%, 100% { transform: scale(0.7) rotate(0deg); opacity: 0.5; }
    50%       { transform: scale(1.2) rotate(25deg); opacity: 1; }
}
@keyframes glow-ring-pulse {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50%       { transform: scale(1.05); opacity: 0.85; }
}
@keyframes testi-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes grain-drift {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-50px, -50px); }
}

/* ─── Section base ──────────────────────────────────────────────── */
section { position: relative; overflow: hidden; }

/* ── LIGHT — grid cruzado + glows de canto + grain overlay ── */
.sec-light {
    background-color: var(--blue-light);
    background-image:
        radial-gradient(ellipse 70% 60% at 0% 100%, rgba(74,130,196,0.16) 0%, transparent 70%),
        radial-gradient(ellipse 55% 50% at 100% 0%,  rgba(74,130,196,0.10) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 55% 50%,  rgba(74,130,196,0.05) 0%, transparent 65%),
        linear-gradient(rgba(74,130,196,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(74,130,196,0.07) 1px, transparent 1px),
        linear-gradient(45deg, rgba(74,130,196,0.025) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(74,130,196,0.025) 1px, transparent 1px);
    background-size: auto, auto, auto, 44px 44px, 44px 44px, 88px 88px, 88px 88px;
    padding: clamp(60px, 8vw, 100px) 0;
}

.sec-light::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.028'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: 0;
}

.sec-light > * { position: relative; z-index: 1; }

/* ── DARK — pontos + double glow + grain overlay ── */
.sec-dark {
    background-color: var(--blue-dark);
    background-image:
        radial-gradient(ellipse 70% 55% at 80% 2%,  rgba(255,209,102,0.11) 0%, transparent 65%),
        radial-gradient(ellipse 60% 52% at 10% 98%, rgba(74,130,196,0.22) 0%, transparent 65%),
        radial-gradient(ellipse 45% 40% at 50% 50%, rgba(255,255,255,0.02) 0%, transparent 70%),
        radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,209,102,0.04) 1px, transparent 1px);
    background-size: auto, auto, auto, 30px 30px, 60px 60px;
    background-position: 0 0, 0 0, 0 0, 0 0, 15px 15px;
    padding: clamp(60px, 8vw, 100px) 0;
}

.sec-dark-noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    mix-blend-mode: overlay;
}

.sec-dark > * { position: relative; z-index: 1; }
.sec-dark > .sec-dark-noise { z-index: 0; }

/* ─── Section transitions ───────────────────────────────────────── */
.st {
    display: block;
    line-height: 0;
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-bottom: -2px;
}
.st svg {
    display: block;
    width: 100%;
    height: clamp(44px, 5.5vw, 72px);
}

.st-dark-to-light-diag     { background: var(--blue-darker); }
.st-light-to-dark-chevron  { background: var(--blue-light);  }
.st-dark-to-light-peaks    { background: var(--blue-dark);   }
.st-light-to-dark-arch     { background: var(--blue-light);  }
.st-dark-to-light-diag-rev { background: var(--blue-dark);   }
.st-light-to-dark-scurve   { background: var(--blue-light);  }
.st-dark-to-blue-arc       { background: var(--blue-dark);   }

/* ─── Section Header ────────────────────────────────────────────── */
.section-header {
    text-align: center;
    margin-bottom: clamp(36px, 5vw, 60px);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.section-header-left { text-align: left; margin-left: 0; margin-right: 0; }

.s-tag {
    display: inline-block;
    font-size: clamp(0.72rem, 2vw, 0.82rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue-hero);
    background: rgba(74,130,196,0.1);
    border: 1px solid rgba(74,130,196,0.2);
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 14px;
}
.s-tag-gold {
    color: var(--gold-dark);
    background: rgba(255,209,102,0.14);
    border-color: rgba(255,209,102,0.35);
}

.s-title {
    font-size: clamp(1.75rem, 4.5vw, 2.8rem);
    font-weight: 900;
    line-height: 1.18;
    color: var(--text-dark);
    margin-bottom: 14px;
}
.s-title em { font-style: italic; color: var(--blue-hero); }
.s-title-white { color: #fff; }
.s-title-white em { color: var(--gold); }

.s-sub { font-size: clamp(0.95rem, 2.2vw, 1.06rem); color: var(--text-mid); line-height: 1.65; }
.s-sub-white { color: var(--text-dim); }

/* ─── Cards ─────────────────────────────────────────────────────── */
.card-glass {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.11);
    border-top: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.07);
    border-radius: var(--radius-lg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}
.card-glass::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,209,102,0.6), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
.card-glass:hover::after { opacity: 1; }

.card-light {
    background: #fff;
    border: 1px solid rgba(74,130,196,0.12);
    box-shadow: 0 6px 28px rgba(26,39,68,0.07), inset 0 1px 0 rgba(255,255,255,0.9);
    border-radius: var(--radius-md);
    background-image: linear-gradient(180deg, rgba(74,130,196,0.04) 0%, transparent 50px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}
.card-light::before {
    content: '';
    position: absolute;
    top: 0; left: -100%; right: -100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(74,130,196,0.35), rgba(255,209,102,0.4), rgba(74,130,196,0.35), transparent);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.card-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 42px rgba(26,39,68,0.12), inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ─── Decorative ────────────────────────────────────────────────── */
.deco-star {
    position: absolute;
    color: rgba(74,130,196,0.22);
    font-size: clamp(18px, 3vw, 34px);
    pointer-events: none;
    user-select: none;
    line-height: 1;
}
.sec-dark .deco-star { color: rgba(255,209,102,0.18); }

.ds1  { top: 10%; left: 4%; }
.ds2  { top: 28%; right: 3%; font-size: 22px; }
.ds3  { bottom: 16%; left: 8%; font-size: 18px; }
.ds4  { top: 8%; right: 6%; }
.ds5  { bottom: 20%; left: 5%; font-size: 24px; }
.ds6  { top: 10%; left: 3%; }
.ds7  { top: 22%; right: 4%; font-size: 20px; }
.ds8  { bottom: 18%; right: 8%; font-size: 16px; }
.ds9  { top: 6%; left: 8%; }
.ds10 { bottom: 25%; right: 5%; font-size: 24px; }
.ds11 { top: 10%; right: 3%; }
.ds12 { bottom: 12%; left: 5%; font-size: 22px; }
.ds13 { top: 8%; right: 6%; }

.deco-cross {
    position: absolute;
    font-size: clamp(40px, 6vw, 80px);
    color: rgba(255,255,255,0.03);
    pointer-events: none;
    user-select: none;
    font-style: normal;
    font-variant-emoji: text;
}
.dc1 { top: -10px; right: 8%; }
.dc2 { bottom: 8%; left: 5%; }
.dc3 { top: 5%; right: 4%; font-size: 65px; }
.dc4 { bottom: 5%; left: 3%; font-size: 72px; }

/* ═══════════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════════ */
.hero {
    position: relative;
    background-color: var(--blue-hero);
    background-image:
        radial-gradient(ellipse 80% 60% at 50% 0%,   rgba(255,255,255,0.14) 0%, transparent 60%),
        radial-gradient(ellipse 40% 35% at 88% 72%,  rgba(255,209,102,0.13) 0%, transparent 70%),
        radial-gradient(ellipse 35% 30% at 8% 82%,   rgba(26,39,68,0.32)   0%, transparent 70%),
        radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: auto, auto, auto, 50px 50px;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.hero-noise {
    position: absolute;
    inset: -50%;
    width: 200%;
    height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    z-index: 0;
    animation: grain-drift 8s steps(1) infinite;
}

.hero-bg-decor { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

.hero-sparkle, .hero-cross { position: absolute; line-height: 1; user-select: none; }
.hero-sparkle { color: rgba(255,255,255,0.45); animation: sparkle-pop 3s ease-in-out infinite; }
.hero-cross   { color: rgba(255,255,255,0.1); font-style: normal; font-variant-emoji: text; }

.hero-sparkle.s1 { font-size: 22px; top: 18%; left: 8%;     animation-delay: 0s; }
.hero-sparkle.s2 { font-size: 14px; top: 40%; right: 10%;  animation-delay: 0.8s; }
.hero-sparkle.s3 { font-size: 28px; bottom: 28%; left: 14%; animation-delay: 1.5s; }
.hero-sparkle.s4 { font-size: 16px; bottom: 40%; right: 6%; animation-delay: 0.4s; }
.hero-sparkle.s5 { font-size: 12px; top: 12%; left: 30%;   animation-delay: 2.3s; }
.hero-sparkle.s6 { font-size: 20px; top: 72%; right: 18%;  animation-delay: 0.9s; }
.hero-sparkle.s7 { font-size: 10px; top: 50%; left: 5%;    animation-delay: 1.7s; }
.hero-sparkle.s8  { font-size: 16px; bottom: 12%; right: 25%; animation-delay: 3s; }
.hero-sparkle.s9  { font-size: 8px;  top: 6%;   left: 18%;  animation-delay: 1.1s; }
.hero-sparkle.s10 { font-size: 10px; top: 80%;  left: 8%;   animation-delay: 2.8s; }
.hero-sparkle.s11 { font-size: 7px;  top: 35%;  right: 3%;  animation-delay: 1.6s; }
.hero-sparkle.s12 { font-size: 9px;  bottom: 20%; left: 42%; animation-delay: 0.7s; }

/* Partículas — bolinhas de luz sutis */
.hero-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: sparkle-pop 3.5s ease-in-out infinite;
}
.hero-dot.d1 { width: 4px; height: 4px; top: 14%;  left: 55%;  background: rgba(255,255,255,0.55); animation-delay: 0.3s; }
.hero-dot.d2 { width: 3px; height: 3px; top: 62%;  left: 12%;  background: rgba(255,255,255,0.45); animation-delay: 1.4s; }
.hero-dot.d3 { width: 5px; height: 5px; top: 28%;  right: 16%; background: rgba(255,209,102,0.6);  animation-delay: 0.9s; }
.hero-dot.d4 { width: 3px; height: 3px; bottom: 28%; left: 32%; background: rgba(255,255,255,0.4);  animation-delay: 2.1s; }
.hero-dot.d5 { width: 4px; height: 4px; top: 48%;  right: 28%; background: rgba(255,209,102,0.5);  animation-delay: 1.7s; }
.hero-dot.d6 { width: 3px; height: 3px; top: 8%;   right: 40%; background: rgba(255,255,255,0.5);  animation-delay: 2.6s; }

.hero-cross.c1   { font-size: 60px; top: 10%;  right: 5%; }
.hero-cross.c2   { font-size: 40px; bottom: 25%; left: 3%; }
.hero-cross.c3   { font-size: 80px; top: 45%;  left: 48%; opacity: 0.5; }
.hero-cross.c4   { font-size: 35px; top: 65%; left: 8%;   opacity: 0.07; }
.hero-cross.c5   { font-size: 50px; top: 20%; right: 22%; opacity: 0.06; }
.hero-cross.c6   { font-size: 30px; bottom: 12%; left: 28%; opacity: 0.08; }

/* Bokeh blobs — círculos de luz difusa */
.hero-bokeh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.hero-bokeh div {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    will-change: transform, opacity;
}
.hero-bokeh .b1 {
    width: clamp(120px, 18vw, 220px);
    height: clamp(120px, 18vw, 220px);
    top: 12%; left: 0%;
    background: radial-gradient(circle, rgba(255,209,102,0.14), transparent 70%);
}
.hero-bokeh .b2 {
    width: clamp(160px, 22vw, 280px);
    height: clamp(160px, 22vw, 280px);
    bottom: 18%; right: 0%;
    background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 70%);
}
.hero-bokeh .b3 {
    width: clamp(100px, 14vw, 180px);
    height: clamp(100px, 14vw, 180px);
    top: 52%; left: 38%;
    background: radial-gradient(circle, rgba(74,130,196,0.22), transparent 70%);
}
.hero-bokeh .b4 {
    width: clamp(80px, 12vw, 150px);
    height: clamp(80px, 12vw, 150px);
    top: 35%; right: 8%;
    background: radial-gradient(circle, rgba(255,209,102,0.1), transparent 70%);
}

/* Raios de luz */
.hero-ray {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.hero-ray div {
    position: absolute;
    transform-origin: top center;
    will-change: transform, opacity;
}
.hero-ray .r1 {
    top: 0; left: 18%;
    width: clamp(2px, 0.3vw, 4px);
    height: 65%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.18) 0%, transparent 100%);
    transform: rotate(-18deg);
    filter: blur(3px);
}
.hero-ray .r2 {
    top: 0; right: 22%;
    width: clamp(1px, 0.2vw, 3px);
    height: 50%;
    background: linear-gradient(to bottom, rgba(255,209,102,0.2) 0%, transparent 100%);
    transform: rotate(14deg);
    filter: blur(2px);
}
.hero-ray .r3 {
    top: 0; left: 45%;
    width: clamp(1px, 0.2vw, 2px);
    height: 42%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.12) 0%, transparent 100%);
    transform: rotate(5deg);
    filter: blur(2px);
}

.hero-marquee-bar {
    position: relative; z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.18);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 10px 0;
    overflow: hidden;
    flex-shrink: 0;
}
.hero-marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee-scroll 28s linear infinite;
    width: max-content;
    will-change: transform;
}
.hero-marquee-track span {
    font-size: clamp(0.72rem, 1.8vw, 0.82rem);
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.02em;
    padding: 0 20px;
}
.hero-marquee-track .sep { color: rgba(255,255,255,0.4); padding: 0 4px; }

.hero-main {
    position: relative; z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(20px, 4vw, 40px) clamp(20px, 5vw, 60px);
    width: 100%;
    gap: clamp(12px, 2vw, 20px);
}

.hero-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.hero-brand-word {
    display: block;
    font-size: clamp(3.2rem, 12vw, 9rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.18);
    line-height: 0.95;
    text-align: center;
}
.hero-brand-word:last-child {
    color: var(--gold);
    text-shadow: 0 2px 12px rgba(200,148,26,0.25);
}

.hero-pot-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(220px, 56vw, 420px);
    height: clamp(220px, 56vw, 420px);
    flex-shrink: 0;
}
.hero-glow-halo {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 65%);
    border-radius: 50%;
    animation: pulse-aura 4s ease-in-out infinite;
}
.hero-pot-float {
    position: relative;
    animation: float-pot 6s ease-in-out infinite;
    filter: drop-shadow(0 28px 48px rgba(0,0,0,0.38)) drop-shadow(0 8px 16px rgba(26,39,68,0.22));
    transform: perspective(600px) rotateX(4deg);
    will-change: transform;
}
.hero-pot { width: clamp(200px, 52vw, 380px); height: auto; }
.hero-pot-shadow {
    position: absolute;
    bottom: -14px; left: 50%;
    transform: translateX(-50%);
    width: 60%; height: 14px;
    background: rgba(0,0,0,0.18);
    border-radius: 50%;
    filter: blur(8px);
}

.hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.hero-sub {
    font-size: clamp(0.97rem, 2.5vw, 1.18rem);
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    line-height: 1.55;
    max-width: 520px;
}
.hero-sub strong { color: var(--gold); }

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--blue-darker);
    font-size: clamp(0.95rem, 2.2vw, 1.08rem);
    font-weight: 800;
    padding: clamp(14px, 2vw, 18px) clamp(28px, 4vw, 42px);
    border-radius: 100px;
    min-height: 52px;
    transition: background 0.25s, box-shadow 0.25s;
    box-shadow: 0 6px 30px rgba(255,209,102,0.45), 0 2px 8px rgba(0,0,0,0.18);
    will-change: transform;
    position: relative; z-index: 2;
}
.hero-cta:hover {
    background: var(--gold-hover);
    box-shadow: 0 10px 42px rgba(255,209,102,0.55), 0 2px 8px rgba(0,0,0,0.2);
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: clamp(0.75rem, 2vw, 0.85rem);
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.hero-trust-dot { color: rgba(255,255,255,0.45); }

/* Preço no hero */
.hero-price-display {
    display: flex;
    align-items: baseline;
    gap: 6px;
    justify-content: center;
    margin-bottom: 16px;
}
.hero-price-from { font-size: 0.85rem; color: rgba(255,255,255,0.9); font-weight: 600; text-shadow: 0 1px 6px rgba(0,0,0,0.35); }
.hero-price-value { font-size: 1.6rem; font-weight: 900; color: var(--gold); }
.hero-price-period { font-size: 0.78rem; color: rgba(255,255,255,0.82); text-shadow: 0 1px 6px rgba(0,0,0,0.35); }

/* CTA pulsante — GPU composited via pseudo-element (sem repaint por frame) */
@keyframes pulse-cta-glow {
    0%, 100% { opacity: 0.45; }
    50%       { opacity: 0.9;  }
}
#cta-hero::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 106px;
    background: var(--gold);
    filter: blur(20px);
    z-index: -1;
    pointer-events: none;
    animation: pulse-cta-glow 2s ease-in-out infinite;
    will-change: opacity;
}

/* Subtítulo da garantia */
.guarantee-subtitle { font-weight: 700; color: var(--gold); margin-bottom: 14px !important; }

/* Indicador de scroll */
@keyframes scroll-bounce {
    0%, 100% { transform: translateY(0);   opacity: 0.45; }
    50%       { transform: translateY(7px); opacity: 0.85; }
}
.hero-scroll-hint {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 8px 0 4px;
    color: rgba(255,255,255,0.55);
    animation: scroll-bounce 1.8s ease-in-out infinite;
}

.hero-cloud {
    position: relative; z-index: 2;
    width: 100%;
    line-height: 0;
    flex-shrink: 0;
    margin-top: auto;
}
.hero-cloud svg {
    width: 100%;
    height: clamp(50px, 7vw, 90px);
    display: block;
}

/* ─── Proof Bar ─────────────────────────────────────────────────── */
.proof-bar {
    background: var(--blue-darker);
    padding: 14px 0;
    overflow: hidden;
    position: relative; z-index: 2;
}
.proof-bar-track {
    display: flex;
    white-space: nowrap;
    width: max-content;
    animation: marquee-scroll 35s linear infinite;
}
.proof-item {
    font-size: clamp(0.75rem, 1.8vw, 0.85rem);
    font-weight: 600;
    color: rgba(255,255,255,0.82);
    padding: 0 24px;
}
.proof-item strong { color: var(--gold); }
.proof-sep { color: rgba(255,255,255,0.25); padding: 0 8px; font-size: 0.75rem; line-height: 1.5; }

/* ═══════════════════════════════════════════════════════════════════
   SEÇÃO 1 — PARA QUEM É (com pot)
   ═══════════════════════════════════════════════════════════════════ */
.forwho-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

.forwho-pot-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pot wrap — adaptive ring color per background */
.inside-pot-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(240px, 40vw, 480px);
    aspect-ratio: 1;
}

.ipw-glow-ring {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    animation: spin-ring 22s linear infinite;
}
/* On light bg → blue ring */
.sec-light .ipw-glow-ring {
    border: 1.5px solid rgba(74,130,196,0.45);
    box-shadow:
        0 0 40px rgba(74,130,196,0.18),
        inset 0 0 30px rgba(74,130,196,0.1);
}
/* On dark bg → mixed blue+gold ring */
.sec-dark .ipw-glow-ring {
    border: 1.5px solid rgba(74,130,196,0.5);
    box-shadow:
        0 0 40px rgba(74,130,196,0.25),
        inset 0 0 30px rgba(255,209,102,0.07);
}

.ipw-glow-outer {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: glow-ring-pulse 5s ease-in-out infinite;
}
.sec-light .ipw-glow-outer {
    background: radial-gradient(circle,
        rgba(74,130,196,0.15) 0%,
        rgba(74,130,196,0.05) 45%,
        transparent 70%);
}
.sec-dark .ipw-glow-outer {
    background: radial-gradient(circle,
        rgba(74,130,196,0.22) 0%,
        transparent 65%);
}

.ipw-pot {
    position: relative; z-index: 2;
    width: 76%;
    height: auto;
    animation: float-pot 7s ease-in-out 1s infinite;
}
.sec-light .ipw-pot {
    filter: drop-shadow(0 16px 36px rgba(74,130,196,0.22)) drop-shadow(0 4px 8px rgba(26,39,68,0.12));
}
.sec-dark .ipw-pot {
    filter: drop-shadow(0 0 30px rgba(74,130,196,0.45)) drop-shadow(0 16px 32px rgba(0,0,0,0.35));
}

.forwho-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.forwho-item {
    display: flex;
    align-items: flex-start;
    gap: clamp(14px, 2vw, 18px);
    padding: clamp(18px, 3vw, 26px);
}
.forwho-check {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--blue-hero);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(74,130,196,0.35);
}
.forwho-item p { font-size: clamp(1rem, 2.3vw, 1.12rem); color: var(--text-mid); line-height: 1.7; }
.forwho-item p strong { color: var(--text-dark); }

/* ═══════════════════════════════════════════════════════════════════
   SEÇÃO 2 — BÔNUS
   ═══════════════════════════════════════════════════════════════════ */
.bonus-watermark {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(140px, 22vw, 300px);
    font-weight: 900;
    color: rgba(255,255,255,0.025);
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.05em;
    line-height: 1;
    z-index: 0;
}

/* Bonus card — imagem full-bleed no topo */
.bonus-img-wrap {
    margin: calc(-1 * clamp(20px, 3vw, 28px));
    margin-bottom: 14px;
    height: clamp(168px, 46vw, 230px);
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    position: relative;
    flex-shrink: 0;
}
.bonus-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
}
.bonus-card:hover .bonus-img { transform: scale(1.05); }
.bonus-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(10,16,38,0.82) 100%);
    pointer-events: none;
}

/* Inline style extractions */
.bonus-title-note {
    font-size: 0.65em;
    font-weight: 700;
    opacity: 0.82;
    display: block;
    margin-top: 4px;
}
.price-plan-subtitle {
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    opacity: 0.85;
    margin-top: 2px;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    position: relative; z-index: 1;
}
.bonus-card {
    padding: clamp(20px, 3vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bonus-card-wide { grid-column: 1 / -1; }

.bonus-num { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; color: var(--gold); opacity: 0.7; }
.bonus-icon { font-size: clamp(1.8rem, 3.5vw, 2.4rem); line-height: 1; }
.bonus-card h3 { font-size: clamp(1rem, 2.5vw, 1.15rem); font-weight: 800; color: #fff; line-height: 1.3; }
.bonus-card p  { font-size: clamp(0.93rem, 2.2vw, 1.02rem); color: var(--text-dim); line-height: 1.6; flex: 1; }
.bonus-value   { font-size: clamp(0.82rem, 2vw, 0.9rem); font-weight: 700; color: rgba(255,255,255,0.4); padding-top: 4px; border-top: 1px solid rgba(255,255,255,0.08); }
.bonus-value strong { color: var(--gold); }

.bonus-total {
    text-align: center;
    margin-top: 32px;
    font-size: clamp(0.95rem, 2.2vw, 1.08rem);
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    background: rgba(255,209,102,0.08);
    border: 1px solid rgba(255,209,102,0.2);
    border-radius: var(--radius-md);
    padding: 16px 24px;
    position: relative; z-index: 1;
}
.bonus-total strong { color: var(--gold); }

/* ═══════════════════════════════════════════════════════════════════
   SEÇÃO 3 — PREÇO
   ═══════════════════════════════════════════════════════════════════ */
.price-cards-row {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: clamp(16px, 3vw, 28px);
    align-items: start;
    max-width: 860px;
    margin: 0 auto;
}

.price-card { padding: clamp(24px, 3.5vw, 36px); position: relative; overflow: visible; }
.price-card-featured { padding-top: clamp(36px, 5vw, 48px); }

.price-card-featured {
    background: var(--blue-dark);
    border: 2px solid var(--gold);
    border-radius: var(--radius-xl);
    box-shadow: 0 16px 52px rgba(26,39,68,0.22), 0 0 0 1px rgba(255,209,102,0.12), inset 0 1px 0 rgba(255,255,255,0.06);
    background-image:
        radial-gradient(ellipse 80% 40% at 50% 0%, rgba(255,209,102,0.1) 0%, transparent 65%),
        radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: auto, 28px 28px;
    transform-style: preserve-3d;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.price-card-featured:hover {
    box-shadow: 0 24px 64px rgba(26,39,68,0.28), 0 0 0 1px rgba(255,209,102,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}

.price-popular-badge {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--blue-darker);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 5px 16px;
    border-radius: 100px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255,209,102,0.4);
    z-index: 2;
}

/* Imagem do pote ao lado do preço nos cards */
.price-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.price-card-featured .price-card-header {
    border-bottom-color: rgba(255,255,255,0.08);
}
.price-card-img {
    flex-shrink: 0;
}
.price-top {
    flex: 1;
    min-width: 0;
}
.price-pot-img {
    width: clamp(80px, 20vw, 110px);
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.22));
    animation: float-pot 6s ease-in-out infinite;
    display: block;
    will-change: transform;
}
.price-card-featured .price-pot-img {
    width: clamp(90px, 22vw, 120px);
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.35)) drop-shadow(0 0 16px rgba(255,209,102,0.2));
}

.price-plan-tag { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.price-plan-tag-featured { color: var(--gold); opacity: 0.9; }

.price-old-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.price-old-label { font-size: 0.82rem; color: var(--text-muted); }
.price-card-featured .price-old-label { color: rgba(255,255,255,0.45); }
.price-old-label s { opacity: 0.6; }
.price-discount-badge { font-size: 0.68rem; font-weight: 800; background: rgba(255,80,80,0.12); color: #E55; border: 1px solid rgba(255,80,80,0.2); padding: 2px 8px; border-radius: 100px; }

.price-main-display { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 0; }
.price-by { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.price-card-featured .price-by { color: rgba(255,255,255,0.5); }
.price-number { display: flex; align-items: flex-start; gap: 2px; line-height: 1; margin: 4px 0; }

.price-currency { font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 800; color: var(--text-dark); padding-top: 8px; }
.price-card-featured .price-currency { color: var(--gold); }
.price-integer { font-size: clamp(3rem, 7vw, 4.2rem); font-weight: 900; color: var(--text-dark); line-height: 1; }
.price-card-featured .price-integer { color: var(--gold); }
.price-decimal { font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 800; color: var(--text-dark); padding-top: 8px; }
.price-card-featured .price-decimal { color: var(--gold); }
.price-period { font-size: 0.76rem; font-weight: 600; color: var(--text-muted); }
.price-card-featured .price-period { color: rgba(255,255,255,0.45); }

.price-includes { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.pi-row { display: flex; align-items: flex-start; gap: 10px; font-size: clamp(0.95rem, 2.3vw, 1.04rem); color: var(--text-dark); font-weight: 600; line-height: 1.55; }
.price-card-featured .pi-row { color: rgba(255,255,255,0.95); }
.pi-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(74,130,196,0.18); color: var(--blue-hero); font-size: 0.7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pi-gold  { background: rgba(255,209,102,0.25); color: var(--gold-dark); }

.price-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: clamp(14px, 2vw, 17px) 20px; border-radius: 100px; font-size: clamp(0.9rem, 2vw, 1rem); font-weight: 800; font-family: inherit; transition: background 0.25s, box-shadow 0.25s, transform 0.2s; will-change: transform; margin-bottom: 14px; min-height: 52px; cursor: pointer; text-decoration: none; }
.price-cta-basic    { background: var(--blue-light); color: var(--blue-hero); border: 2px solid rgba(74,130,196,0.25); }
.price-cta-basic:hover { background: rgba(74,130,196,0.12); border-color: var(--blue-hero); }
.price-cta-featured { background: var(--gold); color: var(--blue-darker); box-shadow: 0 6px 28px rgba(255,209,102,0.45); }
.price-cta-featured:hover { background: var(--gold-hover); box-shadow: 0 10px 40px rgba(255,209,102,0.55); }

.price-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: clamp(0.8rem, 2vw, 0.88rem);
    color: var(--text-mid);
    font-weight: 700;
    background: rgba(74,130,196,0.08);
    border: 1px solid rgba(74,130,196,0.15);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
}
.price-card-featured .price-security {
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.12);
}
.price-sec-sep { opacity: 0.35; }

/* Trust strip — barra de segurança/garantia destacada */
.trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 16px 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    margin-top: 20px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(0.85rem, 2.2vw, 0.95rem);
    font-weight: 700;
    color: rgba(255,255,255,0.85);
}
.trust-item-icon {
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   SEÇÃO 4 — DEPOIMENTOS
   ═══════════════════════════════════════════════════════════════════ */
.overall-stars { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 12px; flex-wrap: wrap; }
.os-stars { font-size: 1.1rem; }
.os-text  { font-size: clamp(0.9rem, 2.2vw, 1rem); color: var(--text-dim); font-weight: 600; }

.testi-marquee-outer {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    position: relative; z-index: 1;
}
.testi-marquee-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: testi-scroll 55s linear infinite;
    padding: 8px 0;
    will-change: transform;
}
.testi-marquee-outer:hover .testi-marquee-track { animation-play-state: paused; }

.testi-card { width: clamp(280px, 32vw, 340px); padding: clamp(18px, 2.5vw, 24px); flex-shrink: 0; }
.testi-card-hi { background: rgba(255,255,255,0.11); border-top-color: rgba(255,255,255,0.22); }
.testi-stars   { font-size: 0.9rem; margin-bottom: 10px; }
.testi-text    { font-size: clamp(0.96rem, 2.3vw, 1.05rem); color: rgba(255,255,255,0.85); line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.testi-author  { display: flex; align-items: center; gap: 10px; }
.testi-photo   { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.15); flex-shrink: 0; }
.testi-info    { display: flex; flex-direction: column; }
.testi-info strong { font-size: 0.95rem; font-weight: 800; color: #fff; }
.testi-info span   { font-size: 0.85rem; color: var(--text-dim); }

/* ═══════════════════════════════════════════════════════════════════
   SEÇÃO 5 — FAQ
   ═══════════════════════════════════════════════════════════════════ */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 740px; margin: 0 auto; }
.faq-item { border-radius: var(--radius-md); overflow: hidden; }
.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(15px, 2.5vw, 20px) clamp(18px, 3vw, 24px);
    font-size: clamp(1rem, 2.4vw, 1.1rem);
    font-weight: 700;
    color: var(--text-dark);
    text-align: left;
    transition: color 0.2s;
}
.faq-q:hover { color: var(--blue-hero); }
.faq-icon { font-size: 1.3rem; font-weight: 400; color: var(--blue-hero); flex-shrink: 0; transition: transform 0.3s ease; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { overflow: hidden; height: 0; display: block; }
.faq-a p { padding: 0 clamp(18px, 3vw, 24px) clamp(15px, 2.5vw, 20px); font-size: clamp(0.97rem, 2.3vw, 1.08rem); color: var(--text-mid); line-height: 1.7; }
.faq-a p strong { color: var(--blue-hero); }

/* ═══════════════════════════════════════════════════════════════════
   SEÇÃO 6 — GARANTIA
   ═══════════════════════════════════════════════════════════════════ */
.guarantee-card {
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    padding: clamp(28px, 4vw, 48px);
    max-width: 820px;
    margin: 0 auto;
}
.guarantee-seal { flex-shrink: 0; }
.seal-ring {
    width: clamp(80px, 12vw, 120px);
    height: clamp(80px, 12vw, 120px);
    border-radius: 50%;
    border: 3px solid var(--gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,209,102,0.06);
    box-shadow: 0 0 24px rgba(255,209,102,0.2), inset 0 0 24px rgba(255,209,102,0.06);
    animation: glow-ring-pulse 4s ease-in-out infinite;
}
.seal-days  { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: var(--gold); line-height: 1; }
.seal-label { font-size: clamp(0.65rem, 1.5vw, 0.75rem); font-weight: 700; color: var(--gold); opacity: 0.8; text-transform: uppercase; letter-spacing: 0.06em; }
.guarantee-body h3 { font-size: clamp(1.15rem, 2.8vw, 1.5rem); font-weight: 800; color: #fff; margin-bottom: 12px; }
.guarantee-body p  { font-size: clamp(0.97rem, 2.3vw, 1.08rem); color: var(--text-dim); line-height: 1.7; margin-bottom: 10px; }
.guarantee-body p strong { color: rgba(255,255,255,0.85); }

/* ═══════════════════════════════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════════════════════════════ */
.final-cta-section {
    position: relative;
    background-color: var(--blue-hero);
    background-image:
        radial-gradient(ellipse 80% 55% at 50% 0%,  rgba(255,255,255,0.1)  0%, transparent 60%),
        radial-gradient(ellipse 40% 35% at 80% 70%, rgba(255,209,102,0.1)  0%, transparent 70%),
        radial-gradient(ellipse 35% 30% at 15% 80%, rgba(26,39,68,0.25)    0%, transparent 70%),
        radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: auto, auto, auto, 50px 50px;
    padding: clamp(60px, 8vw, 100px) 0 0;
    overflow: hidden;
}

.final-bg-decor { position: absolute; inset: 0; pointer-events: none; }
.final-bg-decor span { position: absolute; font-size: clamp(16px, 3vw, 28px); color: rgba(255,255,255,0.2); animation: sparkle-pop 4s ease-in-out infinite; }
.final-bg-decor span:nth-child(1) { top: 15%; left: 6%;   animation-delay: 0s; }
.final-bg-decor span:nth-child(2) { top: 40%; right: 8%;  animation-delay: 0.7s; }
.final-bg-decor span:nth-child(3) { bottom: 30%; left: 10%; animation-delay: 1.3s; }
.final-bg-decor span:nth-child(4) { bottom: 20%; right: 5%; animation-delay: 2s; }
.final-bg-decor span:nth-child(5) { top: 8%; right: 15%; font-size: 40px; color: rgba(255,255,255,0.07); animation: none; }
.final-bg-decor span:nth-child(6) { bottom: 28%; left: 4%; font-size: 55px; color: rgba(255,255,255,0.06); animation: none; }

.final-content { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; position: relative; z-index: 2; }
.final-title { font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 900; line-height: 1.18; color: #fff; }
.final-title em { font-style: italic; color: var(--gold); }
.final-sub  { font-size: clamp(0.95rem, 2.2vw, 1.1rem); color: rgba(255,255,255,0.8); max-width: 520px; line-height: 1.6; }

.final-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--blue-darker);
    font-size: clamp(1rem, 2.3vw, 1.14rem);
    font-weight: 800;
    padding: clamp(16px, 2.2vw, 20px) clamp(32px, 5vw, 52px);
    border-radius: 100px;
    min-height: 56px;
    box-shadow: 0 8px 36px rgba(255,209,102,0.5), 0 2px 8px rgba(0,0,0,0.18);
    transition: background 0.25s, box-shadow 0.25s;
    will-change: transform;
}
.final-cta-btn:hover {
    background: var(--gold-hover);
    box-shadow: 0 12px 48px rgba(255,209,102,0.6), 0 2px 8px rgba(0,0,0,0.2);
}

.final-price-note { font-size: clamp(0.78rem, 2.2vw, 0.88rem); color: rgba(255,255,255,0.6); font-weight: 600; text-align: center; padding: 0 20px; }
.final-cloud { position: relative; z-index: 2; margin-top: clamp(40px, 6vw, 70px); }

/* ═══════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════ */
.site-footer {
    background: var(--blue-darker);
    padding: clamp(36px, 5vw, 56px) 0 clamp(20px, 3vw, 28px);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-logo  { font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 800; color: var(--gold); }
.footer-brand p { font-size: clamp(0.78rem, 1.8vw, 0.88rem); color: rgba(255,255,255,0.45); line-height: 1.55; }
.footer-links { display: flex; gap: clamp(12px, 2.5vw, 24px); flex-wrap: wrap; }
.footer-links a { font-size: clamp(0.75rem, 1.8vw, 0.82rem); color: rgba(255,255,255,0.4); font-weight: 600; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.75); }
.footer-copy { font-size: clamp(0.68rem, 1.6vw, 0.75rem); color: rgba(255,255,255,0.28); line-height: 1.6; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); }

/* ─── Section bottom transitions ────────────────────────────────── */
.sec-bot {
    display: block;
    line-height: 0;
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-top: clamp(36px, 4.5vw, 64px);
    margin-bottom: -2px;
}
.sec-bot svg {
    display: block;
    width: 100%;
    height: clamp(44px, 5.5vw, 80px);
}
section:has(.sec-bot) { padding-bottom: 0; }

/* ─── Standalone proof-to-light transition ──────────────────────── */
.st-proof-to-light {
    display: block;
    line-height: 0;
    background: var(--blue-darker);
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-top: -1px;
    margin-bottom: -2px;
}
.st-proof-to-light svg {
    display: block;
    width: 100%;
    height: clamp(40px, 5vw, 68px);
}

/* ─── Hero cloud atmosphere ──────────────────────────────────────── */
.hero-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.cloud-blob {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.13);
    filter: blur(72px);
    animation: glow-ring-pulse 9s ease-in-out infinite;
}
.cb1 { width: 380px; height: 190px; top: 4%;  left: -10%; animation-delay: 0s; }
.cb2 { width: 300px; height: 160px; top: 10%; right: -7%; animation-delay: 2.5s; }
.cb3 { width: 240px; height: 130px; bottom: 32%; left: 18%; animation-delay: 5s; }

/* ─── Religious floating elements ───────────────────────────────── */
@keyframes float-paper {
    0%, 100% { transform: translateY(0px)   rotate(var(--r, 0deg)) scale(1);    opacity: 0.68; }
    33%       { transform: translateY(-11px) rotate(calc(var(--r, 0deg) + 7deg)) scale(1.06); opacity: 0.9; }
    66%       { transform: translateY(6px)  rotate(calc(var(--r, 0deg) - 5deg)) scale(0.96); opacity: 0.6; }
}
.rel-elem {
    position: absolute;
    pointer-events: none;
    user-select: none;
    color: rgba(74,130,196,0.5);
    animation: float-paper 5.5s ease-in-out infinite;
    z-index: 3;
    line-height: 1;
    font-variant-emoji: text;
}
.re1 { top: 7%;   left: 16%;  --r: -12deg; animation-delay: 0s;    font-size: clamp(11px,1.8vw,17px); }
.re2 { top: 22%;  left: 4%;   --r:  8deg;  animation-delay: 0.7s;  font-size: clamp(14px,2.4vw,20px); }
.re3 { top: 12%;  right: 8%;  --r: -6deg;  animation-delay: 1.4s;  font-size: clamp(16px,2.8vw,24px); }
.re4 { bottom:28%; left: 7%;  --r: 14deg;  animation-delay: 0.4s;  font-size: clamp(11px,1.8vw,15px); }
.re5 { bottom:14%; right:10%; --r:-10deg;  animation-delay: 2s;    font-size: clamp(16px,2.8vw,22px); }
.re6 { top: 50%;  left: 2%;   --r: 20deg;  animation-delay: 1.1s;  font-size: clamp(9px, 1.6vw,13px); color: rgba(74,130,196,0.28); }
.re7 { top: 40%;  right: 3%;  --r:-16deg;  animation-delay: 3s;    font-size: clamp(9px, 1.6vw,12px); }

/* ─── ipw-pot-light ──────────────────────────────────────────────── */
.ipw-pot-light { /* mix-blend-mode removed — PNG already has transparent background */ }

/* ─── s-tag-white ────────────────────────────────────────────────── */
.s-tag-white {
    color: rgba(255,255,255,0.92);
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.28);
}

/* ═══════════════════════════════════════════════════════════════════
   COMO MONTAR
   ═══════════════════════════════════════════════════════════════════ */
.howto-section {
    position: relative;
    background-color: var(--blue-hero);
    background-image:
        radial-gradient(ellipse 80% 55% at 50% 0%,   rgba(255,255,255,0.13) 0%, transparent 60%),
        radial-gradient(ellipse 40% 35% at 88% 70%,  rgba(255,209,102,0.10) 0%, transparent 70%),
        radial-gradient(ellipse 35% 30% at 8% 80%,   rgba(26,39,68,0.28)   0%, transparent 70%),
        radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: auto, auto, auto, 50px 50px;
    padding: clamp(60px, 8vw, 100px) 0 0;
    overflow: hidden;
}
.howto-section .section-header { margin-bottom: clamp(36px, 5vw, 56px); }

.howto-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.howto-title {
    font-size: clamp(1.75rem, 4.5vw, 2.8rem);
    font-weight: 900;
    line-height: 1.18;
    color: #fff;
    margin-bottom: 14px;
}
.howto-title em { font-style: italic; color: var(--gold); }

.howto-sub {
    font-size: clamp(0.95rem, 2.2vw, 1.06rem);
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto;
}

.howto-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0 clamp(10px, 1.8vw, 22px);
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: clamp(8px, 2vw, 16px);
}

.howto-step {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.16);
    border-top: 1px solid rgba(255,255,255,0.26);
    border-radius: var(--radius-xl);
    padding: clamp(22px, 3.5vw, 36px) clamp(18px, 2.5vw, 26px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 11px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform-style: preserve-3d;
}
.howto-step::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,209,102,0.65), transparent);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.howto-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 52px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.12);
}

.howto-step-num-bg {
    position: absolute;
    top: 10px; right: 14px;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: rgba(255,255,255,0.07);
    line-height: 1;
    letter-spacing: -0.03em;
    pointer-events: none;
    user-select: none;
}
.howto-step-icon-wrap {
    width: clamp(54px, 8vw, 70px);
    height: clamp(54px, 8vw, 70px);
    border-radius: 50%;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    flex-shrink: 0;
}
.howto-step-icon { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1; }

.howto-step-title {
    font-size: clamp(1.05rem, 2.5vw, 1.28rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.howto-step-desc {
    font-size: clamp(0.97rem, 2.3vw, 1.06rem);
    color: rgba(255,255,255,0.8);
    line-height: 1.65;
    margin: 0;
}

.howto-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.conn-svg {
    width: clamp(44px, 5.5vw, 76px);
    height: 28px;
    overflow: visible;
}

/* ═══════════════════════════════════════════════════════════════════
   CÉU ESTRELADO (injected by JS into .sec-dark)
   ═══════════════════════════════════════════════════════════════════ */
@keyframes twinkle-star {
    0%, 100% { opacity: 0.12; transform: scale(0.75); }
    50%       { opacity: 1;   transform: scale(1.35); }
}
.stars-sky {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.sec-dark > .stars-sky { z-index: 0; }
.star-dot {
    position: absolute;
    border-radius: 50%;
    animation: twinkle-star ease-in-out infinite;
}

/* ═══════════════════════════════════════════════════════════════════
   LUA CRESCENTE
   ═══════════════════════════════════════════════════════════════════ */
.moon-deco {
    position: absolute;
    top: clamp(28px, 4.5vw, 58px);
    right: clamp(36px, 7vw, 110px);
    width: clamp(46px, 6.5vw, 76px);
    height: clamp(46px, 6.5vw, 76px);
    border-radius: 50%;
    background: transparent;
    box-shadow: inset -10px 2px 0 rgba(255,209,102,0.38);
    filter: blur(1px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.65;
    animation: glow-ring-pulse 7s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════════════════════════
   GARANTIA — CTA FINAL
   ═══════════════════════════════════════════════════════════════════ */
.guarantee-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: clamp(26px, 4vw, 42px);
    position: relative;
    z-index: 1;
}
.guarantee-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--blue-darker);
    font-size: clamp(1rem, 2.3vw, 1.14rem);
    font-weight: 800;
    padding: clamp(16px, 2.2vw, 20px) clamp(32px, 5vw, 52px);
    border-radius: 100px;
    min-height: 56px;
    box-shadow: 0 8px 36px rgba(255,209,102,0.45), 0 2px 8px rgba(0,0,0,0.18);
    transition: background 0.25s, box-shadow 0.25s;
    will-change: transform;
}
.guarantee-cta-btn:hover {
    background: var(--gold-hover);
    box-shadow: 0 12px 48px rgba(255,209,102,0.6), 0 2px 8px rgba(0,0,0,0.2);
}
.guarantee-cta-note {
    font-size: clamp(0.82rem, 2vw, 0.92rem);
    color: rgba(255,255,255,0.75);
    font-weight: 700;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤1023px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1023px) {
    .forwho-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .forwho-pot-col { order: -1; }
    .inside-pot-wrap {
        width: clamp(220px, 52vw, 360px);
    }
    .forwho-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤639px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    /* Pricing — single column on all phones */
    .price-cards-row { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
    .price-card-featured { order: -1; }

    /* Como Montar — stack vertical */
    .howto-steps {
        grid-template-columns: 1fr;
        gap: 12px 0;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .howto-connector {
        transform: rotate(90deg);
        margin: -4px 0;
    }
    .conn-svg { width: 44px; }
}

@media (max-width: 639px) {
    /* Hero */
    .hero-main { padding: 16px 16px 0; gap: 4px; }
    .hero-brand { margin-bottom: 10px; }
    .hero-brand-word { font-size: clamp(3rem, 16vw, 4rem); }
    .hero-brand-word:last-child { font-size: clamp(2.4rem, 13.5vw, 3.2rem); }
    .hero-pot-area { width: 82vw; height: 82vw; }
    .hero-pot { width: 78vw; }
    .hero-sub { font-size: clamp(0.9rem, 4vw, 1rem); }
    .hero-cta { padding: 15px 28px; font-size: 0.95rem; }
    .hero-trust { gap: 6px; font-size: 0.82rem; }

    /* ForWho */
    .sec-light.forwho-section { padding-top: 36px; }
    .forwho-section .section-header { margin-bottom: 18px; }
    .forwho-layout { gap: 6px; }
    .inside-pot-wrap { width: 84vw; max-width: 360px; aspect-ratio: auto; padding-bottom: 0; }
    .forwho-pot-col { padding-bottom: 0; }
    .forwho-grid { grid-template-columns: 1fr; }

    /* Bonus */
    .bonus-grid { grid-template-columns: 1fr; }
    .bonus-card-wide { grid-column: 1; }

    /* Guarantee */
    .guarantee-card { flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; }

    /* Footer */
    .footer-top { flex-direction: column; align-items: center; text-align: center; }
    .footer-links { justify-content: center; }

    /* Final CTA */
    .final-cta-btn { padding: 16px 28px; font-size: 0.97rem; }

    /* Transitions height reduction on mobile */
    .st svg { height: clamp(30px, 6vw, 50px); }
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤399px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 399px) {
    .hero-brand-word { font-size: clamp(2.4rem, 20vw, 3.2rem); }
    .hero-marquee-track span { font-size: 0.7rem; padding: 0 12px; }
    .proof-item { font-size: 0.7rem; padding: 0 16px; }
    .s-title { font-size: clamp(1.5rem, 7.5vw, 1.9rem); }
    .hero-trust { gap: 4px; font-size: 0.76rem; }
    .hero-trust-dot { display: none; }
}

/* ─── Accessibility ─────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

a:focus-visible, button:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ═══════════════════════════════════════════════════════════════════
   TOUCH DEVICE — desativa contexto 3D (tilt nunca acontece no touch)
   ═══════════════════════════════════════════════════════════════════ */
.touch .card-glass,
.touch .card-light,
.touch .howto-step {
    transform-style: flat;
}

/* ═══════════════════════════════════════════════════════════════════
   LOW-END — otimizações para dispositivos com pouca memória/CPU
   ═══════════════════════════════════════════════════════════════════ */

/* Grain: para a animação (textura continua visível, só não desloca) */
.low-end .hero-noise {
    animation-play-state: paused;
}

/* Bokeh: remove blur pesado (blobs ficam levemente mais definidos) */
.low-end .hero-bokeh div {
    filter: none;
}

/* Cloud blobs: remove blur extremo de 72px */
.low-end .cloud-blob {
    filter: none;
}

/* Raios de luz: remove blur (ficam como linhas nítidas) */
.low-end .hero-ray .r1,
.low-end .hero-ray .r2,
.low-end .hero-ray .r3 {
    filter: none;
}

/* Estrelas: reduz animação das que ficam fora de cena */
.low-end .star-dot {
    animation-duration: 4s;
}


/* ═══════════════════════════════════════════════════════════════════
   MODAL — UPGRADE BÁSICO → COMPLETO
   ═══════════════════════════════════════════════════════════════════ */

.upgrade-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(14, 26, 53, 0.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 12px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* ── Card ─────────────────────────────────────────────────────── */
.upgrade-card {
    background: #ffffff;
    border-radius: var(--radius-md);
    box-shadow: 0 32px 80px rgba(14, 26, 53, 0.32);
    width: 100%;
    max-width: 460px;
    border: 1px solid rgba(74, 130, 196, 0.15);
    display: flex;
    flex-direction: column;
}

/* ── Imagem ───────────────────────────────────────────────────── */
.upgrade-img-wrap {
    background: linear-gradient(150deg, var(--blue-light) 0%, #ddeef9 100%);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px 10px;
    flex-shrink: 0;
}
.upgrade-img {
    max-height: 140px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(14,26,53,0.18));
}

/* ── Body ─────────────────────────────────────────────────────── */
.upgrade-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upgrade-eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blue-hero);
    margin: 0;
}

.upgrade-headline {
    font-size: clamp(1.1rem, 3.5vw, 1.3rem);
    font-weight: 800;
    color: var(--blue-dark);
    line-height: 1.2;
    margin: 0;
}
.upgrade-headline em  { font-style: normal; color: var(--blue-hero); }
.upgrade-headline strong { color: var(--blue-dark); }

/* ── Preço ────────────────────────────────────────────────────── */
.upgrade-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    background: var(--blue-light);
    border-radius: var(--radius-sm);
    padding: 8px 12px;
}
.upgrade-old {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: line-through;
}
.upgrade-arrow {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.upgrade-new {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--blue-dark);
}
.upgrade-economy {
    font-size: 0.72rem;
    font-weight: 700;
    color: #1e7e34;
    background: #d4edda;
    border-radius: 100px;
    padding: 2px 8px;
    white-space: nowrap;
}

/* ── Lista de bônus ───────────────────────────────────────────── */
.upgrade-bonus {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.upgrade-bonus li {
    font-size: 0.8rem;
    color: var(--text-mid);
    line-height: 1.4;
}

/* ── Entrega ──────────────────────────────────────────────────── */
.upgrade-delivery {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e7e34;
    margin: 0;
}

/* ── Botão primário (dourado — padrão "Completo" do site) ─────── */
.upgrade-btn-sim {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: var(--gold);
    color: var(--blue-darker);
    font-family: inherit;
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
    font-weight: 800;
    text-align: center;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(255, 209, 102, 0.45);
    transition: background 0.22s, box-shadow 0.22s, transform 0.15s;
    line-height: 1.3;
    flex-shrink: 0;
}
.upgrade-btn-sim:hover {
    background: var(--gold-hover);
    box-shadow: 0 10px 32px rgba(255, 209, 102, 0.55);
    transform: translateY(-1px);
}
.upgrade-btn-sim:active { transform: translateY(0); }

/* ── Botão secundário (ghost discreto) ────────────────────────── */
.upgrade-btn-nao {
    display: block;
    width: 100%;
    padding: 9px 20px;
    background: transparent;
    color: var(--text-muted);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(74, 130, 196, 0.2);
    border-radius: 100px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    flex-shrink: 0;
}
.upgrade-btn-nao:hover {
    border-color: rgba(74, 130, 196, 0.45);
    color: var(--text-mid);
}

/* ── Mobile ───────────────────────────────────────────────────── */
@media (max-width: 400px) {
    .upgrade-img { max-height: 110px; }
    .upgrade-body { padding: 14px 16px 16px; gap: 8px; }
    .upgrade-bonus { gap: 2px; }
    .upgrade-btn-sim { font-size: 0.82rem; padding: 13px 16px; }
}
