*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
:root{
  --bg:#f7faf4;
  --cream:#fefdf7;
  --paper:#ffffff;
  --green:#1f8a3a;
  --green-dark:#156028;
  --green-light:#3ca65c;
  --green-soft:#e8f5ec;
  --green-bg:#d4ebdb;
  --yellow:#f5c842;
  --yellow-soft:#fdf4d5;
  --coral:#ff7a5c;
  --red:#e04444;
  --ink:#1a2620;
  --text:#2a3a32;
  --muted:#6b7a70;
  --border:#1a26201a;
  --border2:#1a262014;
  --shadow:rgba(26,38,32,0.08);
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--text);font-family:'Nunito',sans-serif;overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}

/* ─── BACKGROUND ─── */
.bg-leaves{position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%231f8a3a' stroke-width='0.5' opacity='0.08'%3E%3Cpath d='M40 20 Q50 30 40 40 Q30 30 40 20'/%3E%3Cpath d='M20 60 Q30 70 20 80 Q10 70 20 60'/%3E%3Cpath d='M60 60 Q70 70 60 80 Q50 70 60 60'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.5}
.bg-gradient{position:fixed;top:0;left:0;right:0;height:60vh;background:linear-gradient(180deg,#e8f5ec 0%,transparent 100%);pointer-events:none;z-index:0}

/* ─── URGENCY STRIP ─── */
.urgency-strip{position:relative;z-index:10;background:var(--ink);color:white;padding:8px 16px;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}
.urgency-item{display:flex;align-items:center;gap:6px}
.urgency-dot{width:8px;height:8px;background:#5cd07a;border-radius:50%;box-shadow:0 0 0 4px rgba(92,208,122,0.3);animation:pulseDot 2s infinite}
@keyframes pulseDot{0%,100%{box-shadow:0 0 0 4px rgba(92,208,122,0.3)}50%{box-shadow:0 0 0 8px rgba(92,208,122,0.1)}}
.urgency-counter{font-weight:800;color:#5cd07a}

/* ─── NAV ─── */
nav{position:sticky;top:0;z-index:100;padding:0 clamp(16px,4vw,48px);height:68px;display:flex;align-items:center;justify-content:space-between;background:#f7faf4ee;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border2)}

.logo-wrap{display:flex;align-items:center;gap:10px}
.logo-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--green),var(--green-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px rgba(31,138,58,0.25)}
.logo-icon::before{content:'';position:absolute;top:4px;left:4px;right:4px;bottom:4px;background:var(--paper);border-radius:6px}
.logo-icon::after{content:'✓';position:absolute;font-size:24px;color:var(--green);font-weight:900;top:50%;left:50%;transform:translate(-50%,-50%)}
.logo-text{line-height:.95}
.logo-brand{font-family:'Fraunces',serif;font-size:22px;font-weight:900;color:var(--green);letter-spacing:-1px;display:block}
.logo-sub{font-family:'Nunito',sans-serif;font-size:10px;font-weight:700;color:var(--ink);letter-spacing:.15em;text-transform:uppercase;margin-top:2px}

.nav-right{display:flex;align-items:center;gap:8px}
.nav-pill{font-size:11px;padding:6px 12px;border-radius:100px;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.pill-ghost{background:var(--green-soft);color:var(--green-dark);border:1px solid #1f8a3a25}
.hide-mobile{display:inline-flex}

/* ─── HERO ─── */
.hero{position:relative;z-index:1;padding:48px clamp(16px,4vw,48px) 32px}
.hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 460px;gap:56px;align-items:center}

.hero-tag{display:inline-flex;align-items:center;gap:8px;background:var(--yellow-soft);border:1.5px solid #f5c84240;padding:7px 14px;border-radius:100px;font-size:14px;font-weight:700;color:#8a6a0a;margin-bottom:20px;letter-spacing:.02em}

h1{font-family:'Fraunces',serif;font-size:clamp(50px,7vw,70px);font-weight:900;line-height:.98;letter-spacing:-2.5px;margin-bottom:20px;color:var(--ink)}
h1 em{font-style:italic;color:var(--green);font-weight:900;position:relative;display:inline-block}
h1 em::after{content:'';position:absolute;bottom:-6px;left:0;right:0;height:12px;background:var(--yellow);opacity:.35;border-radius:100px;z-index:-1;transform:skew(-8deg)}

.hero-desc{font-size:clamp(16px,4vw,18px);color:var(--text);max-width:540px;line-height:1.6;margin-bottom:24px;font-weight:500}
.hero-desc strong{color:var(--ink);font-weight:800;background:var(--yellow);padding:2px 4px;border-radius:4px}

/* "Pra quem é" quick chips */
.target-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.target-chip{background:var(--paper);border:2px solid var(--border2);padding:6px 12px;border-radius:100px;font-size:12px;font-weight:700;color:var(--text);display:inline-flex;align-items:center;gap:6px}
.target-chip-emoji{font-size:14px}

.hero-stats{display:flex;gap:clamp(20px,5vw,32px);flex-wrap:wrap;align-items:center}
.stat{position:relative}
.stat-num{font-family:'Fraunces',serif;font-size:clamp(24px,5vw,30px);font-weight:900;letter-spacing:-1px;color:var(--green);line-height:1}
.stat-label{font-size:12px;color:var(--muted);margin-top:3px;font-weight:600}
.stat-divider{width:1px;height:28px;background:var(--border)}

/* ─── FORM CARD ─── */
.form-card{background:var(--paper);border-radius:24px;padding:clamp(24px,5vw,32px);position:relative;box-shadow:0 20px 60px rgba(31,138,58,0.12),0 2px 8px var(--shadow);transform:rotate(-0.5deg);transition:transform .3s ease}
.form-card:hover{transform:rotate(0deg)}
.form-card::before{content:'';position:absolute;top:-12px;left:0;right:0;height:16px;background-image:radial-gradient(circle at 8px 8px,transparent 6px,var(--paper) 7px);background-size:16px 16px;background-position:0 0}

.refund-strip{display:flex;align-items:center;gap:10px;background:var(--green-soft);border-radius:12px;padding:12px 14px;margin-bottom:20px;font-size:13px;color:var(--green-dark);line-height:1.4;font-weight:600}
.refund-strip svg{flex-shrink:0;color:var(--green);background:white;padding:4px;border-radius:50%;width:24px;height:24px}

.field-group{margin-bottom:14px}
.field-label{font-size:12px;font-weight:700;color:var(--ink);margin-bottom:7px;display:block}
.field-label-emoji{margin-right:4px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
input[type=text],input[type=email],select{width:100%;background:var(--cream);border:2px solid var(--border2);border-radius:12px;padding:13px 16px;font-size:16px;color:var(--ink);font-family:'Nunito',sans-serif;outline:none;transition:all .2s;-webkit-appearance:none;appearance:none;font-weight:600}
input::placeholder{color:var(--muted);font-weight:400}
input:focus,select:focus{border-color:var(--green);background:white;box-shadow:0 0 0 4px #1f8a3a15}
select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231f8a3a' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}

.price-row{display:flex;align-items:flex-end;justify-content:space-between;margin:18px 0 14px;gap:12px;flex-wrap:wrap;padding:16px;background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft));border-radius:14px;border:1.5px dashed #1f8a3a30}
.price-label{font-size:11px;color:var(--green-dark);font-weight:700;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}
.price-amount{font-family:'Fraunces',serif;font-size:clamp(28px,7vw,36px);font-weight:900;letter-spacing:-1.5px;color:var(--green);line-height:1}
.price-right{text-align:right;font-size:12px;color:var(--green-dark);line-height:1.5;font-weight:600}
.price-pix{display:inline-flex;align-items:center;gap:4px;background:white;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:700;color:var(--green);margin-top:4px}

.btn-cta{width:100%;background:var(--green);color:white;border:none;border-radius:14px;padding:18px;font-size:17px;font-weight:800;font-family:'Nunito',sans-serif;cursor:pointer;position:relative;overflow:hidden;transition:all .2s;min-height:56px;box-shadow:0 6px 20px rgba(31,138,58,0.35),inset 0 -3px 0 rgba(0,0,0,0.15)}
.btn-cta:hover,.btn-cta:active{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 28px rgba(31,138,58,0.45),inset 0 -3px 0 rgba(0,0,0,0.2)}
.btn-cta-arrow{display:inline-block;transition:transform .2s}
.btn-cta:hover .btn-cta-arrow{transform:translateX(4px)}

.form-footer{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:14px;flex-wrap:wrap}
.form-footer-item{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--muted);font-weight:700}

/* Pix security badge */
.pix-security{background:var(--green-soft);border-radius:10px;padding:10px 12px;margin-top:12px;font-size:11px;color:var(--green-dark);font-weight:600;text-align:center;line-height:1.4}
.pix-security strong{font-weight:800}

.sticker{position:absolute;top:-20px;right:-16px;background:var(--yellow);color:var(--ink);padding:10px 14px;border-radius:100px;font-size:12px;font-weight:800;transform:rotate(8deg);box-shadow:0 4px 12px rgba(0,0,0,0.15);border:3px solid white;z-index:2}
.sticker small{display:block;font-size:9px;font-weight:700;opacity:.7;margin-top:-2px}

/* ─── TRUST BAR ─── */
.trust{position:relative;z-index:1;padding:18px clamp(16px,4vw,48px);display:flex;align-items:center;justify-content:center;gap:clamp(16px,4vw,36px);flex-wrap:wrap;background:var(--paper);border-top:1px solid var(--border2);border-bottom:1px solid var(--border2)}
.trust-item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text);font-weight:700;white-space:nowrap}
.trust-emoji{font-size:18px}

/* ─── SECTIONS ─── */
section.content{position:relative;z-index:1;max-width:1080px;margin:0 auto;padding:clamp(56px,10vw,80px) clamp(16px,4vw,48px)}
.section-tag{display:inline-block;font-size:12px;font-weight:800;color:var(--green);background:var(--green-soft);padding:6px 14px;border-radius:100px;margin-bottom:14px;letter-spacing:.08em;text-transform:uppercase}
.section-title{font-family:'Fraunces',serif;font-size:clamp(28px,6vw,46px);font-weight:900;letter-spacing:-1.5px;margin-bottom:14px;line-height:1.05;color:var(--ink)}
.section-title em{font-style:italic;color:var(--green)}
.section-sub{font-size:clamp(15px,4vw,17px);color:var(--muted);max-width:620px;line-height:1.65;margin-bottom:clamp(32px,6vw,48px);font-weight:500}

/* ─── NEW: PRA QUEM É ─── */
.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.audience-card{background:var(--paper);border-radius:20px;padding:clamp(24px,4vw,30px);box-shadow:0 4px 16px var(--shadow);transition:all .25s;position:relative;overflow:hidden}
.audience-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(31,138,58,0.15);border-color:var(--green)}
.audience-emoji{font-size:44px;margin-bottom:12px;display:block;line-height:1}
.audience-card h3{font-family:'Fraunces',serif;font-size:clamp(18px,4vw,22px);font-weight:900;color:var(--ink);margin-bottom:8px;letter-spacing:-.4px;line-height:1.2}
.audience-card p{font-size:14px;color:var(--muted);line-height:1.6;font-weight:500;margin-bottom:12px}
.audience-card .example{font-size:12px;color:var(--green-dark);font-weight:700;background:var(--green-soft);padding:6px 12px;border-radius:8px;display:inline-block}

/* services */
.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.service-card{background:var(--paper);border-radius:24px;padding:clamp(28px,5vw,36px);transition:all .25s;position:relative;box-shadow:0 4px 16px var(--shadow);overflow:hidden}
.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(31,138,58,0.18)}
.service-card.featured{background:linear-gradient(135deg,var(--green),var(--green-dark));color:white}
.service-card.featured::before{content:'';position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:rgba(255,255,255,0.08);border-radius:50%}
.service-card.featured::after{content:'';position:absolute;bottom:-60px;left:-60px;width:160px;height:160px;background:rgba(255,255,255,0.05);border-radius:50%}
.service-badge{display:inline-block;font-size:11px;font-weight:800;padding:5px 12px;border-radius:100px;margin-bottom:14px;letter-spacing:.06em;text-transform:uppercase;position:relative;z-index:1}
.service-card.featured .service-badge{background:var(--yellow);color:var(--ink)}
.badge-blue{background:#e0ecff;color:#2851a3}
.service-card h3{font-family:'Fraunces',serif;font-size:clamp(24px,5vw,30px);font-weight:900;letter-spacing:-1px;margin-bottom:10px;line-height:1;position:relative;z-index:1}
.service-card .desc{font-size:14px;line-height:1.6;margin-bottom:20px;font-weight:500;position:relative;z-index:1}
.service-card .desc{color:var(--muted)}
.service-card.featured .desc{color:rgba(255,255,255,0.92)}
.service-price{font-family:'Fraunces',serif;font-size:clamp(28px,6vw,36px);font-weight:900;letter-spacing:-1.5px;line-height:1;position:relative;z-index:1}
.service-card.featured .service-price{color:white}
.service-card:not(.featured) .service-price{color:var(--green)}
.service-price-sub{font-size:12px;margin-top:4px;font-weight:600;position:relative;z-index:1}
.service-card.featured .service-price-sub{color:rgba(255,255,255,0.8)}
.service-card:not(.featured) .service-price-sub{color:var(--muted)}
.service-action{position:relative;z-index:1;margin-top:14px;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 16px;border-radius:14px;background:var(--green);color:white;text-decoration:none;font-size:14px;font-weight:800;font-family:'Nunito',sans-serif;box-shadow:0 6px 20px rgba(31,138,58,0.28),inset 0 -3px 0 rgba(0,0,0,0.14);transition:all .2s}
.service-action:hover,.service-action:active{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 28px rgba(31,138,58,0.38),inset 0 -3px 0 rgba(0,0,0,0.18)}
.service-action-featured{background:var(--yellow);color:var(--ink);box-shadow:0 6px 20px rgba(0,0,0,0.16),inset 0 -3px 0 rgba(0,0,0,0.12)}
.service-action-featured:hover,.service-action-featured:active{background:#ffd75a;color:var(--ink);box-shadow:0 10px 28px rgba(0,0,0,0.20),inset 0 -3px 0 rgba(0,0,0,0.16)}
.service-features{margin-top:20px;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}
.feat{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}
.service-card.featured .feat{color:rgba(255,255,255,0.95)}
.service-card:not(.featured) .feat{color:var(--text)}
.feat-check{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:900}
.service-card.featured .feat-check{background:var(--yellow);color:var(--green-dark)}
.service-card:not(.featured) .feat-check{background:var(--green-soft);color:var(--green)}

/* ─── NEW: FLOW PREVIEW ─── */
.flow-wrap{background:var(--paper);border-radius:24px;padding:clamp(28px,5vw,40px);box-shadow:0 4px 20px var(--shadow);position:relative;overflow:hidden}
.flow-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(16px,3vw,28px);align-items:center;position:relative}
.flow-step{text-align:center;position:relative}

/* Screen mockups */
.screen{background:linear-gradient(135deg,#f0f5f0,#e8f0e8);border-radius:18px;padding:14px;aspect-ratio:9/16;max-width:200px;margin:0 auto 14px;box-shadow:0 8px 24px rgba(0,0,0,0.08),inset 0 0 0 6px #1a2620,inset 0 0 0 8px #333;position:relative;display:flex;flex-direction:column}
.screen::before{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:36px;height:4px;background:#333;border-radius:4px;z-index:2}
.screen-content{background:white;border-radius:10px;flex:1;padding:10px;margin-top:8px;display:flex;flex-direction:column;gap:6px;overflow:hidden}

/* Screen 1: formulário */
.s1-label{font-size:7px;color:var(--muted);font-weight:700;text-transform:uppercase}
.s1-input{background:#f0f5f0;border-radius:4px;height:16px;display:flex;align-items:center;padding:0 6px;font-size:8px;color:var(--ink);font-weight:600;border:1px solid #1f8a3a20}
.s1-input.filled{background:white;border-color:var(--green);color:var(--green-dark)}
.s1-btn{background:var(--green);color:white;border-radius:5px;padding:6px;font-size:8px;font-weight:800;text-align:center;margin-top:auto;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.2)}

/* Screen 2: QR Code Pix */
.s2-header{text-align:center;font-size:7px;font-weight:800;color:var(--green-dark)}
.s2-qr{width:80px;height:80px;margin:6px auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='white'/%3E%3Cg fill='black'%3E%3Crect x='4' y='4' width='18' height='18'/%3E%3Crect x='8' y='8' width='10' height='10' fill='white'/%3E%3Crect x='10' y='10' width='6' height='6'/%3E%3Crect x='58' y='4' width='18' height='18'/%3E%3Crect x='62' y='8' width='10' height='10' fill='white'/%3E%3Crect x='64' y='10' width='6' height='6'/%3E%3Crect x='4' y='58' width='18' height='18'/%3E%3Crect x='8' y='62' width='10' height='10' fill='white'/%3E%3Crect x='10' y='64' width='6' height='6'/%3E%3Crect x='26' y='4' width='3' height='3'/%3E%3Crect x='32' y='4' width='3' height='6'/%3E%3Crect x='38' y='4' width='6' height='3'/%3E%3Crect x='48' y='4' width='3' height='3'/%3E%3Crect x='26' y='10' width='6' height='3'/%3E%3Crect x='38' y='10' width='3' height='6'/%3E%3Crect x='44' y='10' width='3' height='3'/%3E%3Crect x='50' y='10' width='3' height='6'/%3E%3Crect x='4' y='26' width='3' height='3'/%3E%3Crect x='10' y='26' width='3' height='6'/%3E%3Crect x='16' y='26' width='6' height='3'/%3E%3Crect x='26' y='26' width='3' height='3'/%3E%3Crect x='32' y='26' width='6' height='6'/%3E%3Crect x='44' y='26' width='3' height='3'/%3E%3Crect x='50' y='26' width='3' height='6'/%3E%3Crect x='58' y='26' width='6' height='3'/%3E%3Crect x='68' y='26' width='3' height='3'/%3E%3Crect x='4' y='34' width='6' height='3'/%3E%3Crect x='14' y='34' width='3' height='3'/%3E%3Crect x='20' y='34' width='3' height='6'/%3E%3Crect x='26' y='34' width='3' height='3'/%3E%3Crect x='32' y='34' width='6' height='3'/%3E%3Crect x='44' y='34' width='3' height='6'/%3E%3Crect x='58' y='34' width='3' height='3'/%3E%3Crect x='64' y='34' width='3' height='6'/%3E%3Crect x='70' y='34' width='6' height='3'/%3E%3Crect x='4' y='44' width='3' height='6'/%3E%3Crect x='10' y='44' width='6' height='3'/%3E%3Crect x='20' y='44' width='3' height='3'/%3E%3Crect x='26' y='44' width='6' height='3'/%3E%3Crect x='36' y='44' width='3' height='6'/%3E%3Crect x='44' y='44' width='3' height='3'/%3E%3Crect x='50' y='44' width='6' height='3'/%3E%3Crect x='60' y='44' width='3' height='6'/%3E%3Crect x='66' y='44' width='3' height='3'/%3E%3Crect x='72' y='44' width='3' height='6'/%3E%3Crect x='26' y='58' width='3' height='3'/%3E%3Crect x='32' y='58' width='6' height='6'/%3E%3Crect x='44' y='58' width='3' height='3'/%3E%3Crect x='50' y='58' width='6' height='3'/%3E%3Crect x='60' y='58' width='3' height='6'/%3E%3Crect x='68' y='58' width='6' height='3'/%3E%3Crect x='26' y='66' width='6' height='3'/%3E%3Crect x='38' y='66' width='3' height='3'/%3E%3Crect x='44' y='66' width='6' height='6'/%3E%3Crect x='54' y='66' width='3' height='3'/%3E%3Crect x='60' y='66' width='6' height='3'/%3E%3Crect x='72' y='66' width='3' height='3'/%3E%3Crect x='26' y='72' width='3' height='3'/%3E%3Crect x='36' y='72' width='3' height='3'/%3E%3Crect x='42' y='72' width='6' height='3'/%3E%3Crect x='52' y='72' width='3' height='3'/%3E%3Crect x='58' y='72' width='6' height='3'/%3E%3Crect x='68' y='72' width='3' height='3'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;border-radius:4px}
.s2-copy{background:#f0f5f0;border-radius:4px;padding:4px 6px;font-size:6px;color:var(--muted);font-weight:600;margin-top:4px;border:1px dashed #1f8a3a40}
.s2-amount{font-size:11px;font-weight:900;color:var(--green);text-align:center;font-family:'Fraunces',serif}

/* Screen 3: PDF sucesso */
.s3-success{background:var(--green-soft);border-radius:6px;padding:6px;text-align:center;color:var(--green-dark);font-size:7px;font-weight:800;margin-bottom:4px}
.s3-pdf{background:linear-gradient(180deg,#f8f8f0,#e8e8d8);border:1px solid #1f8a3a40;border-radius:4px;flex:1;padding:6px;font-size:5.5px;color:var(--ink);line-height:1.4;position:relative;overflow:hidden}
.s3-pdf-title{font-weight:900;font-size:7px;color:var(--green-dark);margin-bottom:2px;text-align:center;letter-spacing:.05em}
.s3-pdf-line{height:3px;background:#d4d4c4;border-radius:2px;margin:2px 0}
.s3-pdf-line.short{width:60%}
.s3-pdf-qr{position:absolute;bottom:4px;right:4px;width:16px;height:16px;background:#1a2620;border-radius:2px}
.s3-btn{background:var(--green);color:white;border-radius:4px;padding:4px;font-size:7px;font-weight:800;text-align:center;margin-top:4px}

.flow-num{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--green);color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:900;font-size:16px;box-shadow:0 4px 12px rgba(31,138,58,0.3);z-index:3}
.flow-step h4{font-family:'Fraunces',serif;font-size:clamp(15px,3vw,18px);font-weight:900;color:var(--ink);margin-bottom:6px;letter-spacing:-.3px}
.flow-step p{font-size:13px;color:var(--muted);line-height:1.5;font-weight:500}
.flow-arrow{position:absolute;top:38%;right:-14px;font-size:24px;color:var(--green);opacity:.4;display:none}

/* ─── NEW: COMPARISON ─── */
.compare-wrap{background:var(--paper);border-radius:24px;padding:clamp(24px,5vw,40px);box-shadow:0 4px 20px var(--shadow)}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:18px;overflow:hidden;border:1px solid var(--border2)}
.compare-col{padding:clamp(20px,4vw,28px)}
.compare-col.negative{background:#fef4f4;border-right:1px solid var(--border2)}
.compare-col.positive{background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft))}
.compare-header{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:14px;border-bottom:2px dashed #1a262020}
.compare-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.compare-icon.bad{background:#ffe0e0;color:var(--red)}
.compare-icon.good{background:var(--green);color:white}
.compare-title{font-family:'Fraunces',serif;font-size:clamp(16px,4vw,18px);font-weight:900;color:var(--ink);line-height:1.2;letter-spacing:-.3px}
.compare-sub{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}
.compare-list{display:flex;flex-direction:column;gap:10px}
.compare-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;font-weight:600}
.compare-item .mark{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;margin-top:1px}
.compare-item.bad .mark{background:#ffe0e0;color:var(--red)}
.compare-item.good .mark{background:var(--green);color:white}
.compare-item.bad{color:#7a3232}
.compare-item.good{color:var(--green-dark)}

/* ─── STATES ─── */
.states-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}
.state-chip{background:var(--paper);border:2px solid var(--border2);border-radius:14px;padding:14px 10px;text-align:center;cursor:pointer;transition:all .15s;box-shadow:0 2px 8px var(--shadow)}
.state-chip:hover{border-color:var(--green);background:var(--green-soft);transform:translateY(-2px)}
.state-uf{font-family:'Fraunces',serif;font-size:22px;font-weight:900;letter-spacing:-.5px;color:var(--green);line-height:1}
.state-nm{font-size:10px;color:var(--muted);margin-top:4px;font-weight:700;text-transform:uppercase}

/* ─── REVIEWS ─── */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{background:var(--paper);border-radius:20px;padding:clamp(22px,4vw,28px);box-shadow:0 4px 16px var(--shadow);position:relative}
.review-card::before{content:'"';position:absolute;top:-10px;left:20px;font-family:'Fraunces',serif;font-size:80px;color:var(--green);opacity:.15;line-height:1;font-weight:900}
.stars{color:var(--yellow);font-size:16px;letter-spacing:2px;margin-bottom:14px}
.review-text{font-size:15px;color:var(--text);line-height:1.65;margin-bottom:16px;font-weight:500}
.review-author-wrap{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--border2)}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--green-soft);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:16px;font-weight:900;color:var(--green);flex-shrink:0}
.review-author{font-size:14px;font-weight:800;color:var(--ink);line-height:1.2}
.review-place{font-size:12px;color:var(--muted);margin-top:2px;font-weight:600}
.review-tag{display:inline-block;font-size:10px;background:var(--green);color:white;padding:3px 8px;border-radius:100px;font-weight:800;margin-bottom:10px;letter-spacing:.03em}

/* ─── FAQ ─── */
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--paper);border-radius:16px;overflow:hidden;box-shadow:0 2px 10px var(--shadow);transition:box-shadow .2s}
.faq-q{padding:18px 22px;font-size:15px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--ink);line-height:1.4}
.faq-q:hover{background:var(--green-soft)}
.faq-icon{width:28px;height:28px;border-radius:50%;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;font-weight:900;font-size:16px}
.faq-q.open .faq-icon{background:var(--green);color:white;transform:rotate(45deg)}
.faq-a{padding:0 22px 20px;font-size:14px;color:var(--text);line-height:1.7;display:none;font-weight:500}
.faq-a.open{display:block}
.faq-a strong{color:var(--green-dark);font-weight:800}

/* ─── DISCLAIMER ─── */
.disclaimer{max-width:1080px;margin:0 auto 48px;padding:0 clamp(16px,4vw,48px);position:relative;z-index:1}
.disclaimer-box{background:var(--yellow-soft);border-left:4px solid var(--yellow);border-radius:14px;padding:18px 24px;font-size:13px;color:var(--text);line-height:1.7;font-weight:500}
.disclaimer-box strong{color:var(--ink);font-weight:800}

/* ─── FOOTER ─── */
footer{background:var(--ink);color:rgba(255,255,255,0.8);padding:40px clamp(16px,4vw,48px) 32px}
.footer-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center}
.footer-logo-wrap{display:flex;align-items:center;gap:12px}
.footer-logo-brand{font-family:'Fraunces',serif;font-size:22px;font-weight:900;color:#5cd07a;letter-spacing:-1px}
.footer-logo-sub{font-size:10px;color:rgba(255,255,255,0.5);letter-spacing:.15em;text-transform:uppercase;font-weight:700;margin-top:2px}
.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.footer-links a{font-size:13px;color:rgba(255,255,255,0.6);text-decoration:none;font-weight:600}
.footer-links a:hover{color:#5cd07a}
.footer-copy{font-size:11px;color:rgba(255,255,255,0.5);text-align:right;font-weight:500}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.fade-up{animation:fadeUp .6s ease forwards}
.delay-1{animation-delay:.08s;opacity:0}
.delay-2{animation-delay:.16s;opacity:0}
.delay-3{animation-delay:.24s;opacity:0}

@media(min-width:900px){
  .flow-arrow{display:block}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;gap:40px}
  .hide-mobile{display:none}
  .audience-grid{grid-template-columns:1fr 1fr}
  .services-grid{grid-template-columns:1fr}
  .reviews-grid{grid-template-columns:1fr}
  .flow-grid{grid-template-columns:1fr;gap:40px}
  .compare-grid{grid-template-columns:1fr}
  .compare-col.negative{border-right:none;border-bottom:1px solid var(--border2)}
  .footer-inner{grid-template-columns:1fr;text-align:center}
  .footer-logo-wrap,.footer-copy{justify-content:center;text-align:center}
}
@media(max-width:600px){
  nav{height:60px}
  .urgency-strip{font-size:11px;gap:12px}
  .audience-grid{grid-template-columns:1fr}
  .nav-pill{font-size:10px;padding:5px 10px}
  .logo-icon{width:38px;height:38px}
  .logo-icon::after{font-size:20px}
  .logo-brand{font-size:19px}
  .logo-sub{font-size:9px}
  .form-card{transform:none}
  .states-wrap{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}
  .sticker{top:-14px;right:-10px;font-size:11px;padding:8px 12px}
  .trust{gap:14px;justify-content:flex-start;overflow-x:auto;padding-left:16px;padding-right:16px}
  .trust::-webkit-scrollbar{display:none}
  .target-chip{font-size:11px;padding:5px 10px}
}
@media(max-width:400px){
  h1{letter-spacing:-1.5px}
  .field-row{grid-template-columns:1fr;gap:12px}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;transition-duration:.01ms !important}
  html{scroll-behavior:auto}
}

/* Integra??o funcional do sistema */
.home-form-error{display:none;margin-bottom:14px;padding:10px 12px;border-radius:10px;background:#ffe8e8;border:1px solid #e0444430;color:#8b1d1d;font-size:13px;font-weight:800;line-height:1.45}
.home-form-error.show{display:block}
.form-card form{margin:0}
.state-chip[data-state-chip]{cursor:pointer}
.state-chip[data-state-chip]:focus-visible{outline:3px solid #1f8a3a40;outline-offset:3px}
.logo-wrap{display:inline-flex;align-items:center;text-decoration:none}
.home-brand-logo{width:164px;height:auto;display:block}

/* Footer claro do sistema, igual ao padrão das páginas internas. */
footer.site-footer{border-top:1px solid var(--border);background:#fff;color:var(--text);padding:48px 0 24px;margin-top:auto}
.site-footer .footer-container{max-width:900px;margin:0 auto;padding:0 24px}
.site-footer .footer-grid{display:grid;gap:32px;grid-template-columns:1fr;margin-bottom:40px}
.site-footer .brand-link{display:inline-flex;align-items:center;text-decoration:none;color:var(--text)}
.site-footer .verdinho-footer-logo{width:170px;height:auto;display:block}
.site-footer .footer-heading{font-family:'Fraunces',serif;font-size:16px;font-weight:900;color:var(--ink);margin:0 0 16px;letter-spacing:0}
.site-footer .footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.site-footer .footer-links a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:700;transition:color .2s}
.site-footer .footer-links a:hover{color:var(--green)}
.site-footer .footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:space-between;text-align:center}
.site-footer .safe-environment{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700}
.site-footer .safe-environment i{color:var(--green);font-size:16px}
.site-footer .muted{color:var(--muted)}
@media(min-width:500px){.site-footer .footer-grid{grid-template-columns:repeat(2,1fr)}.site-footer .brand-col{grid-column:span 2}}
@media(min-width:600px){.site-footer .footer-bottom{flex-direction:row;text-align:left}}
@media(min-width:800px){.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.site-footer .brand-col{grid-column:span 1}}
@media(max-width:600px){.home-brand-logo{width:138px}}

/* Correções mobile: a faixa de urgência deve mostrar todos os itens, mas o nav ainda pode ocultar o selo extra. */
@media(max-width:600px){
  .urgency-strip{
    justify-content:center;
    gap:8px 12px;
    line-height:1.35;
    padding:8px 10px;
  }

  .urgency-strip .hide-mobile{
    display:flex !important;
  }

  .urgency-item{
    white-space:nowrap;
  }
}

/* Mantém o footer claro legível sobre os backgrounds fixos da home. */
footer.site-footer{
  position:relative;
  z-index:20;
  box-shadow:none !important;
  isolation:isolate;
}

@media(max-width:768px){
  footer.site-footer,
  footer.site-footer *{
    text-shadow:none !important;
  }

  footer.site-footer::before,
  footer.site-footer::after{
    content:none !important;
    display:none !important;
  }
}
