/* ============================================
   UAU STREET — CARTA DE VENDAS V3
   Preto + Amarelo. Fontes locais. Layout variado por seção.
   ============================================ */

@font-face{ font-family:'Anton'; src:url('fonts/Anton-Regular.woff2') format('woff2'); font-weight:400; font-display:swap; }
@font-face{ font-family:'Baloo2'; src:url('fonts/Baloo2-ExtraBold.woff2') format('woff2'); font-weight:700; font-display:swap; }
@font-face{ font-family:'Inter'; src:url('fonts/Inter-Medium.woff2') format('woff2'); font-weight:500; font-display:swap; }
@font-face{ font-family:'Inter'; src:url('fonts/Inter-SemiBold.woff2') format('woff2'); font-weight:600; font-display:swap; }
@font-face{ font-family:'Inter'; src:url('fonts/Inter-Bold.woff2') format('woff2'); font-weight:700; font-display:swap; }
@font-face{ font-family:'Inter'; src:url('fonts/Inter-ExtraBold.woff2') format('woff2'); font-weight:800; font-display:swap; }
@font-face{ font-family:'Inter'; src:url('fonts/Inter-Black.woff2') format('woff2'); font-weight:900; font-display:swap; }

:root{
  --black: #0B0B0C;
  --black-soft: #17171A;
  --yellow: #FFCC00;
  --yellow-deep: #E8B800;
  --white: #FFFFFF;
  --off: #FAF8F4;
  --ink: #14141A;
  --gray: #57565D;
  --gray-soft: #96949B;
  --line: #26262A;
  --line-light: #E4E0D4;
  --green: #22C55E;
  --green-deep: #16A34A;
  --red: #D93A2B;
  --container: 1180px;
  --containerN: 1280px;
}

*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; font-family:'Inter', sans-serif; background:var(--off); color:var(--ink);
  font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,p{ margin:0; }
.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }
.containerN{ max-width:var(--containerN); margin:0 auto; padding:0 24px; }
:focus-visible{ outline:3px solid var(--yellow); outline-offset:2px; }
@media (prefers-reduced-motion: reduce){ *{ animation-duration:.01ms !important; transition-duration:.01ms !important; scroll-behavior:auto !important; } }

/* ---------- Type ---------- */
.disp{ font-family:'Anton', sans-serif; text-transform:uppercase; letter-spacing:0.3px; line-height:0.96; }
.hero-h{ font-size:clamp(34px, 4.6vw, 58px); }
.h2{ font-family:'Inter',sans-serif; font-weight:800; letter-spacing:-0.025em; line-height:1.08; font-size:clamp(30px, 3.8vw, 46px); color:var(--black); }
.h2 b{ font-weight:900; }
.on-black .h2{ color:var(--white); }
.h3{ font-family:'Inter',sans-serif; font-weight:800; font-size:20px; letter-spacing:-0.01em; }
.lede{ font-size:clamp(17px,1.8vw,19.5px); color:var(--gray); font-weight:500; line-height:1.65; }
.on-black .lede{ color:#B5B3B0; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-weight:800; font-size:12.5px;
  letter-spacing:2px; text-transform:uppercase; color:var(--black);
}
.eyebrow::before{ content:''; width:22px; height:3px; background:var(--yellow-deep); border-radius:2px; }
.on-black .eyebrow{ color:var(--yellow); }
.on-black .eyebrow::before{ background:var(--yellow); }
.hl{ background:var(--yellow); color:var(--black); padding:1px 8px; box-decoration-break:clone; -webkit-box-decoration-break:clone; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:800;
  font-size:16px; padding:17px 30px; border-radius:6px; border:none; transition:transform .15s ease, box-shadow .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-yellow{ background:var(--yellow); color:var(--black); box-shadow:0 10px 26px rgba(255,204,0,0.28); }
.btn-yellow:hover{ box-shadow:0 14px 30px rgba(255,204,0,0.4); }
.btn-black{ background:var(--black); color:var(--white); }
.btn-green{ background:var(--green); color:#06280F; box-shadow:0 10px 24px rgba(34,197,94,0.32); }
.btn-white{ background:var(--white); color:var(--black); border:2px solid var(--black); }
.btn-sm{ padding:11px 20px; font-size:13.5px; border-radius:5px; }
.btn svg{ width:18px; height:18px; flex-shrink:0; }
.btn-block{ width:100%; }

/* ---------- Nav ---------- */
.nav{ position:sticky; top:0; z-index:100; background:rgba(11,11,12,0.92); backdrop-filter:blur(10px); }
.nav-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:var(--containerN); margin:0 auto; }
.nav-brand{ display:flex; align-items:center; gap:10px; }
.nav-brand img{ width:40px; height:40px; border-radius:8px; }
.nav-brand-name{ font-weight:800; font-size:17px; color:var(--white); }
.nav-links{ display:flex; align-items:center; gap:30px; }
.nav-links a{ font-weight:700; font-size:13.5px; color:#D5D4D2; }
.nav-links a:hover{ color:var(--yellow); }
.nav-cta{ display:flex; align-items:center; gap:16px; }
.nav-cta > a[aria-label]{ color:var(--white); }
.nav-burger{ display:none; background:none; border:none; padding:8px; }
.nav-burger span{ display:block; width:22px; height:2.5px; background:var(--yellow); margin:5px 0; border-radius:1px; }
.nav-mobile-cta{ display:none; }

/* ---------- Hero ---------- */
.hero{ background:var(--black); color:var(--white); position:relative; overflow:hidden; padding:0; }
.hero-inner{
  position:relative; z-index:2; display:grid; grid-template-columns:1.05fr 0.95fr; gap:20px; align-items:center;
  max-width:var(--containerN); margin:0 auto; padding:64px 24px 0;
}
.hero-title{ color:var(--white); margin-top:20px; }
.hero-title .yellow{ color:var(--yellow); }
.hero-lede{ margin-top:22px; max-width:480px; color:#CFCDC9; }
.hero-ctas{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.hero-proof{ display:flex; align-items:center; gap:14px; margin-top:36px; }
.hero-proof .stars{ color:var(--yellow); font-size:16px; letter-spacing:2px; }
.hero-proof .txt{ font-size:13px; color:#B5B3B0; font-weight:600; }
.hero-proof .txt b{ color:var(--white); }
.hero-visual{ position:relative; height:560px; }
.hero-dog{ position:absolute; right:4%; bottom:0; height:92%; width:auto; max-width:none; z-index:2; }
.hero-glow{ position:absolute; width:480px; height:480px; background:radial-gradient(circle, rgba(255,204,0,0.22) 0%, transparent 70%); right:-4%; bottom:-4%; z-index:1; }
.hero-sticker{
  position:absolute; background:var(--white); color:var(--black); border-radius:10px; z-index:3;
  box-shadow:0 16px 34px rgba(0,0,0,0.35);
}
.hero-sticker.google{ top:5%; left:-2%; padding:8px; width:225px; }
.hero-sticker.google img{ border-radius:6px; display:block; width:100%; }
.hero-sticker.gps{ bottom:10%; left:-2%; padding:13px 16px; }
.hero-sticker.gps .row{ display:flex; align-items:center; gap:8px; font-size:12px; font-weight:700; }
.hero-sticker.gps .row + .row{ margin-top:7px; }
.hero-sticker.gps svg{ width:16px; height:16px; color:var(--green-deep); }
.hero-bottom-fade{ height:64px; background:linear-gradient(180deg, transparent, var(--black)); margin-top:-64px; position:relative; z-index:2; display:none; }

.ticker-wrap{ background:var(--yellow); overflow:hidden; }
.ticker{ display:flex; white-space:nowrap; animation:scroll-left 34s linear infinite; }
.ticker span{ display:inline-flex; align-items:center; font-weight:800; font-size:13.5px; color:var(--black); padding:11px 24px; text-transform:uppercase; letter-spacing:.4px; }
.ticker span::after{ content:'●'; margin-left:24px; font-size:6px; opacity:.6; }
@keyframes scroll-left{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* ---------- Sections generic ---------- */
.section{ padding:96px 0; }
.section-tight{ padding:60px 0; }
.section-head{ max-width:640px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head .h2{ margin-top:12px; }
.section-head .lede{ margin-top:16px; }
.bg-black{ background:var(--black); color:var(--white); }
.bg-yellow{ background:var(--yellow); color:var(--black); }
.bg-white{ background:var(--white); }
.bg-off{ background:var(--off); }

/* ---------- Qualify (numeral editorial list, no boxes) ---------- */
.qualify-list{ margin-top:56px; }
.qualify-row{
  display:grid; grid-template-columns:140px 1fr; align-items:start; gap:8px;
  padding:38px 0; border-top:1px solid var(--line-light);
}
.qualify-row:last-child{ border-bottom:1px solid var(--line-light); }
.qualify-num{ font-family:'Baloo2',sans-serif; font-weight:700; font-size:74px; line-height:0.8; color:var(--off); -webkit-text-stroke:2.5px var(--black); }
.qualify-row h4{ font-size:22px; font-weight:800; letter-spacing:-0.01em; margin-bottom:8px; }
.qualify-row p{ font-size:15.5px; color:var(--gray); max-width:560px; line-height:1.6; }
.qualify-note{ margin-top:44px; text-align:center; font-size:22px; font-weight:800; letter-spacing:-0.01em; }

/* ---------- Pain (rows, kept, refined) ---------- */
.pain-list{ margin-top:20px; }
.pain-row{ display:grid; grid-template-columns:40px 1fr; gap:20px; padding:28px 0; border-top:1px solid var(--line); align-items:flex-start; }
.pain-row:last-child{ border-bottom:1px solid var(--line); }
.pain-row .x{ color:var(--red); font-size:26px; font-weight:900; line-height:1.4; }
.pain-row h4{ font-size:19px; font-weight:800; color:var(--white); margin-bottom:6px; letter-spacing:-0.005em; }
.pain-row p{ font-size:15px; color:#A9A7A4; line-height:1.6; max-width:600px; }

/* ---------- Full bleed photo break ---------- */
.photobreak{ position:relative; height:56vh; min-height:420px; max-height:620px; overflow:hidden; background:var(--black); }
.photobreak img{ width:100%; height:100%; object-fit:cover; object-position:center 20%; opacity:0.55; }
.photobreak::after{ content:''; position:absolute; inset:0; background:linear-gradient(0deg, rgba(11,11,12,0.97) 0%, rgba(11,11,12,0.55) 45%, rgba(11,11,12,0.35) 100%); }
.photobreak-cap{ position:absolute; left:0; right:0; bottom:0; padding:50px 24px; text-align:center; z-index:2; }
.photobreak-cap p{ font-family:'Anton', sans-serif; text-transform:uppercase; color:var(--white); font-size:clamp(22px,3.4vw,38px); line-height:1.14; max-width:800px; margin:0 auto; }

/* ---------- Story (asymmetric, bleed image) ---------- */
.story-wrap{ display:grid; grid-template-columns:1fr 0.9fr; gap:0; align-items:stretch; }
.story-copy{ padding:80px 60px 80px 0; display:flex; flex-direction:column; justify-content:center; }
.story-img{ position:relative; }
.story-img img{ width:100%; height:100%; object-fit:cover; }
.story-stats{ display:flex; gap:34px; margin-top:30px; }
.story-stat .n{ font-family:'Baloo2',sans-serif; font-weight:700; font-size:38px; color:var(--black); line-height:1; }
.story-stat .l{ font-size:11.5px; font-weight:700; color:var(--gray); text-transform:uppercase; margin-top:6px; letter-spacing:.4px; }

/* ---------- How it works (timeline, kept + refined) ---------- */
.how-list{ margin-top:56px; }
.how-row{ display:grid; grid-template-columns:80px 1fr; gap:24px; padding:30px 0; border-top:1px solid var(--line-light); }
.how-row:last-child{ border-bottom:1px solid var(--line-light); }
.how-num{ font-family:'Baloo2',sans-serif; font-weight:700; font-size:44px; color:var(--yellow-deep); line-height:1; }
.how-row h4{ font-size:20px; font-weight:800; margin-bottom:9px; letter-spacing:-0.01em; }
.how-row p{ font-size:15px; color:var(--gray); line-height:1.65; max-width:600px; }
.how-tag{ display:inline-block; margin-top:11px; background:var(--black); color:var(--yellow); font-size:11px; font-weight:800; text-transform:uppercase; padding:5px 11px; border-radius:4px; letter-spacing:.3px; }

/* ---------- Checklist (benefícios + diferenciais combinados) ---------- */
.check-grid{ display:grid; grid-template-columns:1fr 1fr; gap:0 60px; margin-top:50px; }
.check-item{ display:flex; gap:16px; padding:20px 0; border-top:1px solid var(--line); }
.check-item svg{ width:27px; height:27px; color:var(--yellow); flex-shrink:0; margin-top:2px; }
.check-item h4{ font-size:15.5px; font-weight:800; color:var(--white); margin-bottom:4px; }
.check-item p{ font-size:13.5px; color:#A9A7A4; line-height:1.5; }

/* ---------- Partners (logotype row) ---------- */
.partner-row{ display:flex; align-items:center; justify-content:center; gap:0; flex-wrap:wrap; margin-top:20px; }
.partner-name{
  font-family:'Baloo2',sans-serif; font-weight:700; font-size:21px; color:var(--black);
  padding:0 40px; border-right:1.5px solid var(--line-light);
}
.partner-name:last-child{ border-right:none; }

.pullquote{ text-align:center; padding:80px 0; }
.pullquote p{ font-family:'Anton',sans-serif; text-transform:uppercase; font-size:clamp(24px,4.2vw,44px); line-height:1.16; max-width:880px; margin:0 auto; }

/* ---------- Plans (only legit bordered section) ---------- */
.plans{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:stretch; margin-top:50px; }
.plan-card{ background:var(--white); border:1.5px solid var(--line-light); border-radius:12px; padding:28px 24px; display:flex; flex-direction:column; position:relative; box-shadow:0 2px 10px rgba(0,0,0,0.04); }
.plan-card.popular{ background:var(--black); color:var(--white); border-color:var(--black); box-shadow:0 20px 40px rgba(0,0,0,0.25); transform:scale(1.035); }
.plan-badge{ position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--yellow); color:var(--black); font-weight:800; text-transform:uppercase; font-size:11px; padding:6px 14px; border-radius:20px; white-space:nowrap; }
.plan-name{ font-weight:800; font-size:18px; display:flex; align-items:center; gap:8px; }
.plan-price{ font-family:'Baloo2',sans-serif; font-weight:700; font-size:38px; margin-top:14px; }
.plan-price sup{ font-size:15px; margin-right:2px; font-family:'Inter',sans-serif; }
.plan-price span{ font-family:'Inter',sans-serif; font-size:13px; font-weight:600; color:var(--gray); }
.plan-card.popular .plan-price span{ color:#B5B3B0; }
.plan-walks{ font-weight:800; font-size:12px; color:var(--red); margin-top:6px; text-transform:uppercase; letter-spacing:.3px; }
.plan-card.popular .plan-walks{ color:var(--yellow); }
.plan-desc{ font-size:13px; color:var(--gray); margin-top:9px; min-height:36px; line-height:1.45; }
.plan-card.popular .plan-desc{ color:#B5B3B0; }
.plan-feats{ margin-top:16px; flex:1; display:flex; flex-direction:column; gap:10px; }
.plan-feats li{ display:flex; gap:8px; align-items:flex-start; font-size:13px; font-weight:600; }
.plan-feats svg{ width:15px; height:15px; color:var(--green-deep); flex-shrink:0; margin-top:2px; }
.plan-card.popular .plan-feats svg{ color:var(--yellow); }
.plan-card .btn{ margin-top:22px; }

/* ---------- Policy (numbered editorial, no boxes) ---------- */
.policy-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:60px; margin-top:50px; }
.policy-item .pnum{ font-family:'Baloo2',sans-serif; font-weight:700; font-size:15px; color:var(--black); letter-spacing:1px; opacity:0.72; }
.policy-item h4{ font-size:22px; font-weight:800; margin:10px 0 14px; letter-spacing:-0.01em; }
.policy-item p{ font-size:15px; color:var(--gray); line-height:1.65; margin-bottom:12px; }
.policy-item p:last-child{ margin-bottom:0; }
.policy-item b{ color:var(--black); background:var(--yellow); padding:0 4px; }

/* ---------- FAQ ---------- */
.faq-tabs{ display:flex; gap:10px; flex-wrap:wrap; margin:40px 0 28px; }
.faq-tab{ padding:10px 18px; border-radius:20px; border:1.5px solid var(--line-light); background:var(--white); font-weight:700; font-size:13px; color:var(--black); }
.faq-tab.active{ background:var(--black); border-color:var(--black); color:var(--yellow); }
.faq-list{ display:flex; flex-direction:column; gap:10px; }
.faq-item{ background:var(--white); border:1.5px solid var(--line-light); border-radius:10px; overflow:hidden; }
.faq-q{ width:100%; text-align:left; background:none; border:none; padding:19px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; font-weight:700; font-size:15px; color:var(--black); }
.faq-q .plus{ width:26px; height:26px; border-radius:50%; background:var(--off); flex-shrink:0; display:flex; align-items:center; justify-content:center; position:relative; transition:transform .2s; }
.faq-q .plus::before, .faq-q .plus::after{ content:''; position:absolute; background:var(--black); border-radius:2px; }
.faq-q .plus::before{ width:11px; height:2px; }
.faq-q .plus::after{ width:2px; height:11px; }
.faq-item.open .plus{ transform:rotate(135deg); background:var(--yellow); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .28s ease; }
.faq-a-inner{ padding:0 22px 20px; font-size:14px; color:var(--gray); line-height:1.62; border-top:1px solid var(--line-light); padding-top:14px; margin:0 22px 20px; }
.faq-item.hidden{ display:none; }

/* ---------- Founder strip ---------- */
.founder-wrap{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:center; }
.founder-photos{ display:flex; gap:12px; }
.founder-photos img{ width:31%; aspect-ratio:1; object-fit:cover; border-radius:8px; }
.founder-photos img:nth-child(2){ margin-top:26px; }
.founder-photos img:nth-child(3){ margin-top:-13px; }

/* ---------- CTA final ---------- */
.cta-final{ text-align:center; }
.cta-final .h2{ color:var(--white); max-width:680px; margin:0 auto; }
.cta-final .lede{ max-width:480px; margin:16px auto 0; }
.cta-final .btn{ margin-top:30px; }
.cta-final .under{ margin-top:18px; font-size:12.5px; color:#847; color:#8B8985; font-weight:600; }

/* ---------- Footer ---------- */
.footer{ background:var(--black); padding:56px 0 24px; color:#8B8985; }
.footer-top{ display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; padding-bottom:34px; border-bottom:1px solid var(--line); }
.footer-brand{ display:flex; align-items:center; gap:12px; }
.footer-brand img{ width:42px; height:42px; border-radius:8px; }
.footer-brand-name{ font-weight:800; font-size:18px; color:var(--white); }
.footer-cols{ display:flex; gap:58px; flex-wrap:wrap; }
.footer-col h5{ font-weight:800; font-size:11.5px; letter-spacing:1px; text-transform:uppercase; color:var(--yellow); margin-bottom:15px; }
.footer-col a, .footer-col span{ display:block; font-size:13.5px; color:#B5B3B0; margin-bottom:10px; font-weight:500; }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:22px; flex-wrap:wrap; gap:12px; }
.footer-bottom p{ font-size:12px; color:#6B6966; }
.footer-social a{ width:36px; height:36px; border-radius:50%; background:var(--black-soft); display:flex; align-items:center; justify-content:center; }
.footer-social svg{ width:16px; height:16px; color:var(--yellow); }

/* ---------- WA float ---------- */
.wa-float{ position:fixed; bottom:24px; right:24px; z-index:200; width:58px; height:58px; border-radius:50%; background:var(--green); display:flex; align-items:center; justify-content:center; box-shadow:0 14px 30px rgba(34,197,94,0.45); }
.wa-float svg{ width:27px; height:27px; color:#06280F; }

/* ---------- Reveal ---------- */
.reveal{ opacity:1; transform:none; }
body.js-on .reveal{ opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
body.js-on .reveal.in{ opacity:1; transform:translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .nav-links{ display:none; }
  .nav-burger{ display:block; }
  .nav-cta .btn{ display:none; }
  .hero-inner{ grid-template-columns:1fr; padding-top:40px; }
  .hero-visual{ height:400px; order:-1; }
  .hero-dog{ max-width:360px; right:0; left:0; margin:0 auto; }
  .story-wrap{ grid-template-columns:1fr; }
  .story-copy{ padding:50px 24px; order:2; }
  .story-img{ height:340px; order:1; }
  .check-grid{ grid-template-columns:1fr; }
  .plans{ grid-template-columns:1fr 1fr; }
  .policy-wrap{ grid-template-columns:1fr; gap:40px; }
  .founder-wrap{ grid-template-columns:1fr; }
  .qualify-row{ grid-template-columns:60px 1fr; gap:12px; }
  .qualify-num{ font-size:44px; }
  .how-row{ grid-template-columns:52px 1fr; gap:14px; }
  .how-num{ font-size:32px; }
  .partner-name{ padding:0 20px; font-size:17px; }
  .nav-links.nav-links-open{
    display:flex !important; flex-direction:column; gap:2px; position:absolute; top:100%; left:0; right:0;
    background:var(--black); padding:10px 20px 20px;
  }
  .nav-links.nav-links-open a{ padding:12px 4px; border-bottom:1px solid var(--line); }
  .nav-mobile-cta{ display:block !important; margin-top:12px; text-align:center; background:var(--green); color:#06280F; padding:14px; border-radius:6px; font-weight:800; }
}
@media (max-width: 620px){
  .plans{ grid-template-columns:1fr; }
  .plan-card.popular{ transform:none; }
  .founder-photos{ flex-wrap:wrap; }
  .founder-photos img{ width:47%; }
  .footer-top{ flex-direction:column; gap:26px; }
  .section{ padding:64px 0; }
  .wa-float{ width:50px; height:50px; bottom:16px; right:16px; }
  .wa-float svg{ width:22px; height:22px; }
}
