:root {
  --bg: #090909;
  --bg-2: #111111;
  --surface: #171717;
  --surface-2: #202020;
  --text: #f7f7f4;
  --muted: #b9b9b2;
  --yellow: #ffc400;
  --yellow-2: #ffde57;
  --green: #25d366;
  --line: rgba(255,255,255,.1);
  --shadow: 0 24px 80px rgba(0,0,0,.32);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; background: #f7f7f2; color: #111; }
.section-soft { background: #ecece5; }
.section-dark { background: var(--bg); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(8,8,8,.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: .04em; }
.brand img { width: 50px; height: 50px; border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #d5d5d0; font-size: .95rem; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--yellow); }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.02); }
.btn:active { transform: translateY(0); }
.btn-small { min-height: 44px; background: var(--yellow); color: #080808; }
.btn-primary { background: linear-gradient(135deg, var(--yellow-2), var(--yellow)); color: #090909; box-shadow: 0 14px 34px rgba(255,196,0,.22); }
.btn-primary svg { width: 22px; height: 22px; fill: currentColor; }
.btn-large { min-height: 58px; padding: 0 30px; font-size: 1.02rem; }

.hero { position: relative; min-height: 830px; overflow: hidden; padding: 150px 0 90px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: 7%; top: 20%; background: rgba(255,196,0,.16); }
.hero-glow-two { width: 300px; height: 300px; left: -140px; bottom: 0; background: rgba(255,196,0,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(37,211,102,.48); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.hero h1 { max-width: 760px; margin: 20px 0 20px; font-size: clamp(3.1rem, 6vw, 6.25rem); line-height: .93; letter-spacing: -.065em; font-weight: 950; }
.hero h1 span { color: var(--yellow); }
.hero-lead { max-width: 650px; margin: 0; color: #c9c9c2; font-size: clamp(1.05rem, 2vw, 1.24rem); }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; margin-top: 34px; }
.microcopy { color: #8f8f88; font-size: .83rem; padding-left: 8px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 32px 0 0; padding: 0; list-style: none; color: #d7d7d1; font-size: .93rem; }
.hero-checks li { display: inline-flex; align-items: center; gap: 8px; }
.hero-checks span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #090909; background: var(--yellow); font-weight: 900; font-size: .75rem; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.phone-shell { position: relative; width: min(390px, 90%); aspect-ratio: .54; border-radius: 54px; padding: 12px; background: linear-gradient(145deg,#3a3a3a,#060606); box-shadow: 0 40px 100px rgba(0,0,0,.62), inset 0 0 0 1px rgba(255,255,255,.2); transform: rotate(3deg); }
.phone-top { position: absolute; z-index: 3; top: 19px; left: 50%; transform: translateX(-50%); width: 108px; height: 26px; border-radius: 20px; background: #050505; display: grid; place-items: center; }
.phone-top span { width: 40px; height: 5px; border-radius: 10px; background: #202020; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 43px; background: #ece7de; color: #0b0b0b; }
.chat-header { min-height: 94px; padding: 30px 20px 14px; display: flex; align-items: center; gap: 12px; color: #fff; background: #171717; }
.chat-header img { width: 45px; height: 45px; border-radius: 50%; }
.chat-header strong, .chat-header small { display: block; }
.chat-header small { color: #bcbcb8; }
.chat-body { min-height: calc(100% - 94px); padding: 26px 16px; background-color: #e5ddd5; background-image: radial-gradient(rgba(0,0,0,.06) 1px, transparent 1px); background-size: 18px 18px; }
.message { position: relative; max-width: 90%; margin: 0 0 16px auto; padding: 15px 15px 24px; border-radius: 18px 18px 4px 18px; background: #d9fdd3; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.message-featured { background: #fff; border-radius: 18px 18px 18px 4px; margin-left: 0; margin-right: auto; }
.message-tag { display: inline-block; margin-bottom: 8px; padding: 4px 7px; border-radius: 7px; background: #111; color: var(--yellow); font-size: .67rem; font-weight: 900; }
.message-tag.yellow { background: var(--yellow); color: #111; }
.message strong { display: block; font-size: .95rem; }
.message p { margin: 5px 0 10px; font-size: .79rem; color: #4b4b4b; }
.message-time { position: absolute; right: 10px; bottom: 7px; color: #888; font-size: .64rem; }
.fake-product { display: flex; align-items: center; gap: 10px; padding: 10px; background: #f2f2ef; border-radius: 12px; }
.fake-product-image { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 10px; background: linear-gradient(135deg,#ffdb58,#ffc400); font-size: 1.7rem; }
.fake-product span, .fake-product b { display: block; }
.fake-product span { color: #666; font-size: .7rem; }
.fake-product b { font-size: .85rem; }
.floating-badge { position: absolute; z-index: 5; padding: 13px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(18,18,18,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); color: #fff; font-weight: 800; font-size: .82rem; }
.badge-top { top: 9%; left: -4%; }
.badge-bottom { right: -7%; bottom: 12%; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #101010; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 24px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid > div > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; background: rgba(255,196,0,.12); color: var(--yellow); }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .95rem; }
.trust-grid small { color: #85857f; font-size: .77rem; }

.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading .kicker, .faq-intro .kicker, .category-copy .kicker, .final-cta .kicker { color: #9a7400; }
.section-heading h2, .category-copy h2, .faq-intro h2 { margin: 14px 0 16px; font-size: clamp(2.15rem, 4.6vw, 4.2rem); line-height: 1; letter-spacing: -.055em; }
.section-heading p, .category-copy p, .faq-intro p { margin: 0; color: #5e5e58; font-size: 1.05rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.benefit-card { min-height: 290px; padding: 32px; border: 1px solid rgba(0,0,0,.08); border-radius: 24px; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.05); }
.icon-box { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 17px; background: #111; font-size: 1.6rem; }
.benefit-card h3 { margin: 42px 0 10px; font-size: 1.3rem; }
.benefit-card p { margin: 0; color: #66645e; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step { min-height: 235px; padding: 28px; border-radius: 24px; background: #111; color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.step-number { font-size: 3rem; line-height: 1; color: var(--yellow); font-weight: 950; letter-spacing: -.06em; }
.step h3 { margin: 0 0 8px; font-size: 1.26rem; }
.step p { margin: 0; color: #a9a9a3; }

.categories-section { background: #111; color: #fff; }
.category-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.category-copy h2 { color: #fff; }
.category-copy p { color: #aaa9a2; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--yellow); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.category-card { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: linear-gradient(145deg,#1c1c1c,#151515); }
.category-card span { font-size: 2rem; }
.category-card strong { font-size: .98rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid rgba(0,0,0,.15); }
details { border-bottom: 1px solid rgba(0,0,0,.15); }
summary { position: relative; list-style: none; cursor: pointer; padding: 26px 54px 26px 0; font-weight: 850; font-size: 1.08rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #111; color: var(--yellow); font-size: 1.35rem; }
details[open] summary::after { content: "−"; }
details p { margin: -8px 45px 24px 0; color: #62625d; }

.final-cta { padding: 90px 0; background: var(--yellow); color: #090909; }
.final-cta-box { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 36px; }
.final-logo-wrap { padding: 8px; border-radius: 50%; background: #090909; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.final-logo-wrap img { border-radius: 50%; }
.final-cta h2 { margin: 10px 0 12px; max-width: 700px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: .98; letter-spacing: -.055em; }
.final-cta p { margin: 0; max-width: 620px; color: rgba(0,0,0,.68); }
.final-cta .btn-primary { background: #0a0a0a; color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.final-cta .kicker { color: #4d3b00; }

.site-footer { padding: 54px 0 28px; background: #080808; color: #fff; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.5fr auto; gap: 42px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { letter-spacing: .04em; }
.footer-brand span { color: #888; font-size: .76rem; }
.disclaimer { margin: 0; color: #8c8c86; font-size: .8rem; }
.footer-links { display: flex; gap: 16px; }
.footer-links button { border: 0; padding: 0; color: #b5b5af; background: none; cursor: pointer; }
.footer-links button:hover { color: var(--yellow); }
.footer-bottom { margin-top: 36px; padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #62625f; font-size: .72rem; }

.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; min-height: 54px; padding: 0 19px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; background: var(--green); color: #07160b; box-shadow: 0 15px 35px rgba(0,0,0,.35); font-weight: 900; }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.mobile-cta { display: none; }

.legal-modal { width: min(660px, calc(100% - 30px)); max-height: 82vh; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #161616; color: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.legal-modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.modal-close { position: absolute; top: 15px; right: 17px; border: 0; background: transparent; color: #fff; font-size: 1.7rem; cursor: pointer; }
.legal-modal h2 { margin-top: 0; }
.legal-modal p, .legal-modal li { color: #b8b8b1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid, .category-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { align-items: center; }
  .hero-checks { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefit-grid, .steps { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .benefit-card h3 { margin-top: 28px; }
  .category-layout, .faq-layout { gap: 50px; }
  .faq-intro { position: static; }
  .final-cta-box { grid-template-columns: 120px 1fr; }
  .final-cta-box .btn { grid-column: 1 / -1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .site-header .btn-small { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: .92rem; }
  .hero { min-height: auto; padding: 112px 0 64px; }
  .hero h1 { font-size: clamp(2.85rem, 15vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .btn-large { min-height: 56px; width: 100%; padding: 0 18px; }
  .microcopy { padding-left: 0; }
  .hero-checks { flex-direction: column; align-items: flex-start; margin-left: auto; margin-right: auto; width: max-content; max-width: 100%; }
  .hero-visual { min-height: 550px; margin-top: 25px; }
  .phone-shell { width: min(320px, 86%); }
  .badge-top { left: 0; top: 5%; }
  .badge-bottom { right: 0; bottom: 7%; }
  .trust-grid > div { min-height: 94px; justify-content: flex-start; padding: 18px 12px; }
  .trust-grid > div > span { width: 34px; height: 34px; flex-basis: 34px; }
  .trust-grid strong { font-size: .88rem; }
  .trust-grid small { font-size: .7rem; }
  .section-heading { margin-bottom: 38px; }
  .benefit-card, .step { padding: 24px; border-radius: 20px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-card { min-height: 125px; }
  .final-cta { padding: 66px 0; }
  .final-cta-box { grid-template-columns: 82px 1fr; gap: 20px; }
  .final-cta-box h2 { grid-column: 1 / -1; }
  .final-cta-box p { grid-column: 1 / -1; }
  .final-cta-box .btn { justify-self: stretch; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { display: none; }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(8,8,8,.9); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
  .mobile-cta .btn { width: 100%; min-height: 52px; }
  .site-footer { padding-bottom: 110px; }
}

/* Lojas acompanhadas */
.stores-section { background: #f7f7f2; }
.store-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.store-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 28px; border: 1px solid rgba(0,0,0,.08); border-radius: 24px; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.05); }
.store-card h3 { margin: 0 0 8px; font-size: 1.25rem; }
.store-card p { margin: 0; color: #66645e; font-size: .94rem; }
.store-mark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; font-size: 1.15rem; font-weight: 950; letter-spacing: -.04em; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.store-mercado-livre { background: #ffe600; color: #2d3277; }
.store-magalu { background: #0086ff; color: #fff; }
.store-shopee { background: #ee4d2d; color: #fff; }
.store-amazon { background: #131921; color: #ffb000; }
.affiliation-note { max-width: 920px; margin: 28px auto 0; color: #73736d; text-align: center; font-size: .78rem; }

/* Depoimentos demonstrativos */
.testimonial-section { background: #111; color: #fff; }
.testimonial-section .section-heading h2 { color: #fff; }
.testimonial-section .section-heading p { color: #aaa9a2; }
.testimonial-section .section-heading .kicker { color: var(--yellow); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: linear-gradient(145deg, #1c1c1c, #151515); box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.testimonial-stars { color: var(--yellow); letter-spacing: .13em; font-size: .95rem; }
.testimonial-card blockquote { margin: 24px 0 30px; color: #efefe9; font-size: 1.04rem; line-height: 1.7; }
.testimonial-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-person > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: #090909; font-weight: 950; }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person small { color: #85857f; font-size: .72rem; }
.testimonial-note { max-width: 900px; margin: 26px auto 0; padding: 16px 18px; border: 1px solid rgba(255,196,0,.22); border-radius: 14px; background: rgba(255,196,0,.07); color: #bdbdb6; text-align: center; font-size: .78rem; }
.testimonial-note strong { color: var(--yellow); }

@media (max-width: 980px) {
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
}

@media (max-width: 680px) {
  .store-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 205px; }
  .testimonial-card { padding: 24px; }
}
