:root {
  --navy: #061843;
  --navy-2: #092968;
  --blue: #0968ec;
  --cyan: #03b9de;
  --green: #13bf35;
  --yellow: #ffd20a;
  --red: #ed2738;
  --ink: #081630;
  --muted: #5b6679;
  --line: #dce4f0;
  --soft: #f4f7fb;
  --white: #fff;
  --shadow: 0 10px 28px rgba(7, 35, 90, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 34px 0; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 22px; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; text-align: center; }
h2 span, h1 span { color: var(--blue); }
.eyebrow { margin-bottom: 6px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.trust-bar {
  position: relative;
  z-index: 20;
  color: #fff;
  background: linear-gradient(100deg, #0659dd, #0873f5 45%, #073eae);
  font-size: 12px;
}
.trust-grid { min-height: 46px; display: grid; grid-template-columns: 1fr 1fr 1.25fr; align-items: center; gap: 18px; }
.trust-grid span, .trust-grid a { display: flex; align-items: center; gap: 8px; }
.trust-grid b { color: #fff; font-size: 18px; }
.trust-grid a { justify-content: flex-end; }
.trust-grid a strong { display: inline-flex; min-height: 30px; padding: 6px 12px; align-items: center; gap: 6px; color: #fff; background: #16bf3c; border-radius: 999px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.12); }
.top-svg { width: 22px; height: 22px; flex: 0 0 22px; }
.top-icon { width: 22px; height: 22px; display: inline-grid; place-items: center; }
.trust-whatsapp { gap: 10px; }
.trust-whatsapp > span { text-align: right; line-height: 1.2; }
.whatsapp-icon { width: 20px; height: 20px; flex: 0 0 20px; }

.site-header { position: sticky; top: 0; z-index: 15; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 5px 18px rgba(5, 24, 67, .08); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; transition: height .25s ease; }
.site-header.is-scrolled .nav-wrap { height: 78px; }
.brand { position: relative; width: 232px; height: 76px; display: flex; align-items: center; overflow: visible; transition: width .25s ease, height .25s ease; }
.site-header.is-scrolled .brand { width: 218px; height: 60px; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity .22s ease, transform .25s ease; }
.brand-logo-full { opacity: 1; transform: scale(1); }
.brand-logo-compact { opacity: 0; transform: scale(.96); }
.site-header.is-scrolled .brand-logo-full { opacity: 0; transform: scale(.96); }
.site-header.is-scrolled .brand-logo-compact { opacity: 1; transform: scale(1); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.main-nav a:hover { color: var(--blue); }
.nav-button { padding: 14px 20px; color: #fff !important; background: var(--blue); border-radius: 6px; box-shadow: 0 7px 16px rgba(9,104,236,.25); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 54px 0 62px; background: linear-gradient(180deg, #fff 0%, #fff 77%, #eef7ff 100%); }
.hero::after { content: ""; position: absolute; right: -140px; top: 20px; width: 560px; height: 560px; border: 70px solid rgba(9,104,236,.055); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.18fr; align-items: center; gap: 34px; }
.kicker { margin-bottom: 12px; color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero h1 { margin-bottom: 20px; font-size: clamp(36px, 4.3vw, 57px); line-height: 1.04; letter-spacing: 0; }
.hero-lead { max-width: 570px; margin-bottom: 24px; color: #2c3749; font-size: 18px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 0 0 26px; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.check-grid li::before, .check-list li::before { content: "✓"; display: inline-grid; width: 18px; height: 18px; margin-right: 8px; color: #fff; background: var(--blue); border-radius: 50%; place-items: center; font-size: 11px; }
.urgency-card { max-width: 455px; margin: -4px 0 16px; padding: 14px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 12px; align-items: center; border: 1px solid #ffd778; border-radius: 8px; background: linear-gradient(110deg, #fff8dc, #fff); box-shadow: 0 8px 18px rgba(238, 164, 0, .13); }
.urgency-card > div:first-child > strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 12px; text-transform: uppercase; }
.countdown { display: flex; gap: 6px; }
.countdown span { min-width: 52px; padding: 7px 6px; display: grid; justify-items: center; color: #fff; background: var(--navy); border-radius: 6px; }
.countdown b { font-size: 20px; line-height: 1; }
.countdown small { margin-top: 2px; color: #bed0ee; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.stock-box { display: grid; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 800; }
.stock-box strong { color: var(--red); font-size: 20px; }
.stock-bar { height: 9px; overflow: hidden; background: #eadfbf; border-radius: 999px; }
.stock-bar i { width: 34%; height: 100%; display: block; background: linear-gradient(90deg, var(--red), #ffb400); border-radius: inherit; transition: width .4s ease; }
.hero-actions { display: grid; max-width: 455px; gap: 9px; }
.button { min-height: 50px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 6px; font-weight: 800; text-align: center; text-transform: uppercase; transition: transform .2s, filter .2s; }
.button-icon { width: 21px; height: 21px; flex: 0 0 21px; }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button-primary { color: #fff; background: linear-gradient(180deg, #1179f5, #075bd4); box-shadow: 0 8px 20px rgba(9,104,236,.24); }
.button-whatsapp { color: #fff; background: linear-gradient(180deg, #1ed143, #0eae2d); }
.hero-visual {
  position: relative;
  min-width: 0;
  width: 116%;
  margin-left: -7%;
  padding: 12px 0 3px;
}
.hero-store-base {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 16px 20px rgba(1,25,76,.16));
}
.hero-product {
  position: absolute;
  z-index: 3;
  height: auto;
  filter: drop-shadow(0 13px 12px rgba(1,18,50,.22));
  pointer-events: none;
}
.hero-headphone {
  left: -2%;
  bottom: -4%;
  width: 34%;
  transform: rotate(-8deg);
}
.hero-watch {
  right: 17%;
  bottom: -1%;
  width: 21%;
  transform: rotate(8deg);
}
.price-seal { position: absolute; right: 9%; bottom: 3%; width: 132px; height: 132px; display: grid; align-content: center; color: #fff; background: var(--blue); border: 8px solid #fff; border-radius: 50%; text-align: center; box-shadow: var(--shadow); transform: rotate(-5deg); }
.price-seal small { font-size: 11px; font-weight: 700; }
.price-seal strong { font-size: 32px; line-height: 1; }

.comparison-wrap { position: relative; z-index: 4; margin-top: -24px; }
.comparison-box { min-height: 206px; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; border: 1px solid #bac9dd; border-radius: 8px; box-shadow: var(--shadow); background: #fff; }
.compare-side { padding: 30px 50px; display: grid; align-content: center; gap: 12px; text-align: center; text-transform: uppercase; }
.compare-side small { font-size: 18px; font-weight: 800; }
.compare-side > strong { font-size: 22px; }
.compare-side > strong span { font-size: 33px; }
.compare-side > div:last-child { display: flex; justify-content: space-around; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 700; text-transform: none; }
.compare-side div span::before { content: "✓"; margin-right: 6px; }
.compare-expensive { color: #fff; background: linear-gradient(135deg, #05143b, #09255f); }
.compare-expensive > strong span { color: #ff3347; }
.compare-g3 { color: var(--navy); background: radial-gradient(circle at 83% 18%, rgba(0,183,255,.18), transparent 32%), linear-gradient(135deg, #fff, #eef7ff); }
.compare-g3 > div:last-child { border-color: #cfe0f6; }
.compare-offer-card { width: min(100%, 410px); margin-inline: auto; padding: 14px 18px 16px; display: grid; gap: 7px; background: #fff; border: 1px solid #d4e5fb; border-radius: 10px; box-shadow: 0 14px 32px rgba(9,104,236,.13); text-transform: none; }
.compare-offer-card .offer-badge { width: fit-content; margin-inline: auto; padding: 5px 9px; color: #fff; background: linear-gradient(135deg, #075bd4, #00b7ff); border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.compare-offer-card .offer-badge::before { content: ""; margin: 0; }
.compare-offer-card strong { color: var(--navy); font-size: 21px; text-transform: uppercase; }
.compare-offer-card strong span { color: var(--blue); font-size: clamp(50px, 5vw, 68px); line-height: .9; }
.compare-offer-card p { margin: 0; color: #43536a; font-size: 12px; font-weight: 800; line-height: 1.35; }
.versus { position: absolute; z-index: 2; left: 50%; top: 50%; width: 82px; height: 82px; display: grid; color: #fff; background: radial-gradient(circle at 35% 30%, #29559c, var(--navy)); border: 4px solid #fff; border-radius: 50%; place-items: center; font-size: 30px; font-weight: 800; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px #9eb2d0; }

.categories h2 { margin-bottom: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.category-grid article { min-height: 166px; padding: 7px 8px 13px; display: grid; grid-template-rows: 118px auto; align-items: center; justify-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 5px 14px rgba(9, 36, 82, .08); text-align: center; overflow: hidden; }
.category-grid strong { font-size: 12px; line-height: 1.25; }
.category-grid img { width: 100%; height: 118px; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.category-grid article:hover img { transform: scale(1.08); }

.preview-box { min-height: 340px; display: grid; grid-template-columns: .74fr 1.26fr; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: radial-gradient(circle at 78% 30%, rgba(9,104,236,.1), transparent 34%), linear-gradient(110deg, #f9fbff, #fff); }
.preview-copy { padding: 34px 34px 34px 35px; }
.preview-copy h2 { text-align: left; }
.preview-actions { max-width: 410px; margin-top: 14px; display: grid; gap: 9px; }
.preview-actions .button { min-height: 46px; padding-inline: 18px; font-size: 13px; }
.button-secondary { color: var(--blue); background: #fff; border: 1px solid #bcd4f8; box-shadow: 0 8px 18px rgba(9,104,236,.1); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { margin: 10px 0; font-size: 14px; font-weight: 600; }
.check-list.compact li { margin: 8px 0; font-size: 13px; }
.check-list.compact li::before { width: auto; height: auto; color: var(--blue); background: transparent; font-size: 14px; }
.preview-visual { align-self: stretch; display: flex; align-items: center; justify-content: center; padding: 8px 18px 0 0; background: linear-gradient(135deg, rgba(241,247,255,.65), rgba(255,255,255,.35)); overflow: hidden; }
.preview-visual img { width: min(104%, 890px); max-width: none; filter: drop-shadow(0 22px 22px rgba(5, 28, 78, .18)); transform: translate(8px, 4px); }

.info-grid { display: grid; grid-template-columns: 1.08fr .9fr .98fr; gap: 14px; align-items: stretch; }
.info-panel { padding: 26px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.info-panel h2 { font-size: 23px; text-align: left; }
.info-panel p { font-size: 13px; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mini-grid div { min-height: 96px; padding: 12px 8px 13px; display: grid; place-items: center; align-content: center; gap: 8px; background: linear-gradient(180deg, #f4f8ff, #eef3fa); border: 1px solid #e7eef8; border-radius: 6px; color: var(--navy); font-size: 10px; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.mini-grid div:hover { transform: translateY(-2px); border-color: #cfe0f7; box-shadow: 0 8px 18px rgba(9, 104, 236, .1); }
.mini-grid i { font-style: normal; }
.feature-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: #e7f1ff; border-radius: 12px; }
.feature-icon svg { width: 23px; height: 23px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon svg circle { fill: currentColor; stroke: none; }
.button.full { width: 100%; margin-top: 8px; min-height: 44px; font-size: 12px; }

.guided-setup { padding-top: 8px; background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%); }
.guided-box { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; align-items: center; }
.guided-copy { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(7,35,90,.07); }
.guided-copy h2 { margin-bottom: 14px; font-size: clamp(25px, 3vw, 36px); text-align: left; }
.guided-copy p:not(.eyebrow) { margin-bottom: 20px; color: #3b4759; font-size: 15px; }
.setup-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.setup-grid article { min-height: 132px; padding: 18px; display: grid; grid-template-columns: 44px 1fr; gap: 8px 12px; align-content: start; border: 1px solid #dce8f8; border-radius: 8px; background: #fff; box-shadow: 0 7px 18px rgba(7,35,90,.06); transition: transform .2s ease, box-shadow .2s ease; }
.setup-grid article:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(9,104,236,.12); }
.setup-grid strong { align-self: center; color: var(--navy); font-size: 14px; line-height: 1.2; }
.setup-grid span { grid-column: 2; color: var(--muted); font-size: 12px; line-height: 1.35; }
.setup-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); background: #e7f1ff; border-radius: 12px; }
.setup-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.setup-note { grid-column: 1 / -1; margin: 0; padding: 12px 16px; color: #637086; background: rgba(255,255,255,.76); border: 1px dashed #c7d8ef; border-radius: 6px; font-size: 12px; text-align: center; }

.testimonials { background: linear-gradient(180deg, var(--soft), #fff); }
.section-heading { max-width: 700px; margin: 0 auto 22px; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 13px; }
.testimonial-window { overflow: hidden; padding: 4px 2px 8px; }
.testimonial-track { display: flex; gap: 14px; transition: transform .45s ease; }
.chat-proof { flex: 0 0 calc((100% - 28px) / 3); overflow: hidden; min-height: 390px; border: 1px solid #d8e3ef; border-radius: 18px; background: #f7f1e7; box-shadow: 0 10px 26px rgba(7,35,90,.1); }
.chat-top { height: 58px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; color: #fff; background: linear-gradient(90deg, #075e54, #0b7f6d); }
.chat-top img { width: 38px; height: 38px; object-fit: contain; background: #fff; border-radius: 50%; }
.chat-top div { display: grid; line-height: 1.15; }
.chat-top strong { font-size: 13px; }
.chat-top span { color: #c9efe7; font-size: 10px; }
.chat-body { position: relative; min-height: 332px; padding: 18px 14px 16px; display: grid; align-content: start; gap: 9px; background-color: #efe7dc; background-image: radial-gradient(circle at 10px 10px, rgba(7, 94, 84, .05) 1px, transparent 1px), radial-gradient(circle at 24px 28px, rgba(7, 94, 84, .045) 1px, transparent 1px); background-size: 34px 34px; }
.bubble { position: relative; width: fit-content; max-width: 86%; margin: 0; padding: 9px 46px 9px 11px; border-radius: 9px; box-shadow: 0 1px 1px rgba(0,0,0,.08); color: #152038; font-size: 13px; line-height: 1.28; }
.bubble small { position: absolute; right: 9px; bottom: 6px; color: #7d8794; font-size: 9px; }
.bubble.in { justify-self: start; background: #fff; border-top-left-radius: 3px; }
.bubble.out { justify-self: end; background: #d9fdd3; border-top-right-radius: 3px; }
.bubble.out small::after { content: " ✓✓"; color: #2a9bd8; font-weight: 800; }
.chat-day { justify-self: center; padding: 5px 10px; color: #687486; background: rgba(255,255,255,.74); border-radius: 999px; box-shadow: 0 1px 2px rgba(0,0,0,.06); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.voice-note { min-width: 190px; min-height: 44px; display: grid; grid-template-columns: 22px 1fr 34px; align-items: center; gap: 8px; padding-right: 46px; }
.voice-note span { width: 22px; height: 22px; background: var(--blue); clip-path: polygon(30% 18%, 30% 82%, 82% 50%); }
.voice-note i { height: 22px; display: block; background: repeating-linear-gradient(90deg, #4b9f55 0 3px, transparent 3px 7px); border-radius: 999px; opacity: .9; }
.voice-note b { color: #296b34; font-size: 11px; }
.link-preview { display: grid; min-width: 220px; padding-top: 12px; padding-bottom: 22px; border-left: 4px solid var(--blue); }
.link-preview strong { display: block; font-size: 12px; }
.link-preview span { color: #5e6b78; font-size: 11px; }
.carousel-controls { margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.carousel-controls > button { width: 34px; height: 34px; color: #fff; background: var(--blue); border: 0; border-radius: 50%; cursor: pointer; }
.carousel-controls div { display: flex; gap: 6px; }
.carousel-controls div button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #b8c5d9; }
.carousel-controls div button.active { background: var(--blue); }

.post-proof-cta { background: #fff; }
.proof-offer-box { padding: 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; align-items: center; overflow: hidden; color: var(--navy); background: linear-gradient(120deg, #f9fbff, #fff 45%, #edf6ff); border: 1px solid #d8e6f7; border-radius: 10px; box-shadow: 0 12px 32px rgba(7,35,90,.1); }
.proof-offer-copy h2 { margin-bottom: 14px; font-size: clamp(26px, 3.4vw, 40px); text-align: left; }
.proof-offer-copy > p:not(.eyebrow) { margin-bottom: 18px; color: #3c485a; font-size: 15px; }
.price-stack { margin-bottom: 18px; display: grid; gap: 0; }
.price-stack span { color: #677386; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.price-stack s { color: var(--red); text-decoration-thickness: 2px; }
.price-stack strong { color: var(--blue); font-size: clamp(42px, 5vw, 64px); line-height: .95; letter-spacing: 0; }
.price-stack small { color: var(--muted); font-size: 12px; font-weight: 700; }
.proof-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.proof-benefits div { min-height: 50px; padding: 12px 12px; display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid #dce8f7; border-radius: 7px; box-shadow: 0 6px 16px rgba(7,35,90,.05); color: var(--navy); font-size: 12px; font-weight: 800; }
.proof-benefits i { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #17bd3d; border-radius: 50%; font-size: 12px; font-style: normal; }

.faq h2 { margin-bottom: 20px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-grid > div { display: grid; align-content: start; gap: 8px; }
details { overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: #f7f9fc; }
summary { position: relative; padding: 15px 44px 15px 18px; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
summary::after { content: "⌄"; position: absolute; right: 17px; top: 12px; color: var(--navy); font-size: 18px; }
details[open] { background: #eaf3ff; }
details[open] summary::after { transform: rotate(180deg); }
details p { margin: 0; padding: 0 18px 17px; color: #3e4b5d; font-size: 12px; }

.final-offer { padding-bottom: 0; background: linear-gradient(180deg, #fff, #edf5ff); }
.final-offer-box { position: relative; min-height: 300px; padding: 34px; display: grid; grid-template-columns: 1.05fr .95fr .82fr; align-items: center; gap: 28px; overflow: hidden; color: #fff; background: radial-gradient(circle at 57% 18%, rgba(0,190,255,.34), transparent 27%), radial-gradient(circle at 80% 95%, rgba(16,224,255,.23), transparent 32%), linear-gradient(120deg, #061843, #0758d2 62%, #03aee1); border: 1px solid rgba(255,255,255,.22); border-radius: 12px 12px 0 0; box-shadow: 0 18px 40px rgba(7,35,90,.18); }
.final-offer-box::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; pointer-events: none; }
.final-offer h2 { margin: 0 0 10px; color: #fff; font-size: clamp(31px, 3.5vw, 46px); line-height: 1.05; text-align: left; }
.final-offer h2 span { color: var(--yellow); }
.final-copy, .final-mockup, .final-actions { position: relative; z-index: 1; }
.final-tag { width: fit-content; margin-bottom: 12px; padding: 7px 10px; color: #9ff2ff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.final-sub { margin: 0 0 14px; color: #dcecff; font-size: 15px; font-weight: 700; }
.final-sub strong { color: var(--yellow); }
.final-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.final-points span { padding: 7px 9px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 11px; font-weight: 800; }
.final-points span::before { content: "✓"; margin-right: 5px; color: var(--yellow); }
.offer-countdown { margin-top: 0; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 12px; font-weight: 800; }
.mini-countdown { display: flex; gap: 5px; }
.mini-countdown span { min-width: 47px; padding: 6px 8px; color: var(--navy); background: var(--yellow); border-radius: 5px; text-align: center; }
.mini-countdown b { font-size: 18px; }
.final-mockup { display: grid; place-items: center; min-height: 250px; margin-inline: 0; overflow: visible; }
.final-mockup img { width: min(100%, 430px); max-width: 100%; filter: drop-shadow(0 24px 24px rgba(0,0,0,.3)); mix-blend-mode: normal; border-radius: 0; transform: translateY(6px); }
.final-actions { display: grid; gap: 10px; }
.button-conversion { color: #fff; background: linear-gradient(135deg, #00b7ff, #075fe8 58%, #0038a8); border: 1px solid rgba(255,255,255,.3); box-shadow: 0 14px 30px rgba(0,37,116,.32); }
.button-conversion:hover { transform: translateY(-1px); box-shadow: 0 18px 36px rgba(0,37,116,.4); }
.final-price-card { padding: 17px; color: var(--navy); background: rgba(255,255,255,.96); border-radius: 9px; text-align: center; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.final-price-card span { display: block; color: #637086; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.final-price-card s { color: var(--red); text-decoration-thickness: 2px; }
.final-price-card strong { display: block; color: var(--blue); font-size: 52px; line-height: .95; }
.final-price-card small { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.lot-reminder { padding: 10px 12px; display: grid; gap: 8px; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); border-radius: 6px; font-size: 12px; font-weight: 800; text-align: center; }
.lot-reminder strong { color: var(--yellow); font-size: 18px; line-height: 1; }
.final-stock-bar { height: 8px; background: rgba(255,255,255,.25); }
.final-stock-bar i { background: linear-gradient(90deg, #ff3654, var(--yellow)); }

.site-footer { color: #fff; background: var(--navy); }
.footer-grid { padding: 32px 0 25px; display: grid; grid-template-columns: 1.5fr .8fr 1fr .9fr; gap: 45px; }
.footer-brand img { width: 185px; height: 70px; object-fit: cover; object-position: center; filter: brightness(0) invert(1); }
.footer-grid h3 { margin-bottom: 12px; font-size: 12px; text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin-bottom: 6px; color: #d8e2f3; font-size: 11px; }
.payment-icons { display: flex; gap: 6px; }
.payment-icons span { padding: 5px 8px; color: #fff; background: #1257c7; border-radius: 3px; font-size: 11px; font-weight: 800; }
.footer-bottom { padding: 13px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #a9bad3; font-size: 10px; }
.footer-bottom a { color: var(--cyan); }
.floating-whatsapp { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; color: #fff; background: #18c545; border: 3px solid #fff; border-radius: 50%; place-items: center; font-size: 24px; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.floating-whatsapp .whatsapp-icon { width: 34px; height: 34px; }
.purchase-toast { position: fixed; z-index: 19; left: 22px; bottom: 22px; max-width: 310px; padding: 14px 16px; display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: center; color: var(--navy); background: rgba(255,255,255,.96); border: 1px solid #d7e4f5; border-radius: 8px; box-shadow: 0 12px 28px rgba(4, 22, 61, .18); opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .35s ease, transform .35s ease; }
.purchase-toast.is-visible { opacity: 1; transform: translateY(0); }
.toast-dot { width: 12px; height: 12px; background: #17c449; border-radius: 50%; box-shadow: 0 0 0 5px rgba(23,196,73,.15); }
.purchase-toast p { margin: 0; display: grid; gap: 2px; font-size: 12px; line-height: 1.25; }
.purchase-toast strong { font-size: 13px; }
.purchase-toast span:last-child { color: var(--muted); }

@media (max-width: 980px) {
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid a { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 92px; padding: 18px 20px 24px; display: none; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-header.is-scrolled .main-nav { top: 78px; }
  .main-nav.is-open { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .urgency-card { max-width: 100%; }
  .hero-visual { width: 100%; max-width: 780px; margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-panel:first-child { grid-column: 1 / -1; }
  .guided-box { grid-template-columns: 1fr; }
  .proof-offer-box { grid-template-columns: 1fr; }
  .final-offer-box { grid-template-columns: 1fr 1fr; }
  .final-mockup img { width: min(100%, 390px); }
  .final-actions { grid-column: 1 / -1; grid-template-columns: .8fr .8fr 1.1fr; align-items: stretch; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 27px 0; }
  .trust-grid { min-height: 40px; grid-template-columns: 1fr; text-align: center; }
  .trust-grid span { display: none; }
  .trust-grid span:first-child { display: inline-flex; justify-content: center; }
  .nav-wrap { height: 82px; }
  .site-header.is-scrolled .nav-wrap { height: 72px; }
  .brand { width: 190px; height: 62px; }
  .site-header.is-scrolled .brand { width: 180px; height: 52px; }
  .main-nav { top: 82px; }
  .site-header.is-scrolled .main-nav { top: 72px; }
  .hero { padding: 36px 0 42px; }
  .hero h1 { font-size: 36px; }
  .hero-lead { font-size: 16px; }
  .check-grid { grid-template-columns: 1fr; gap: 8px; }
  .urgency-card { grid-template-columns: 1fr; }
  .price-seal { right: 6%; bottom: 2%; width: 92px; height: 92px; border-width: 5px; }
  .price-seal small { font-size: 8px; }
  .price-seal strong { font-size: 23px; }
  .hero-headphone { left: -4%; width: 36%; }
  .hero-watch { right: 17%; width: 23%; }
  .comparison-wrap { margin-top: 0; padding-top: 20px; }
  .comparison-box { grid-template-columns: 1fr; overflow: visible; }
  .compare-side { min-height: auto; padding: 27px 18px; }
  .compare-side > div:last-child { gap: 10px; flex-wrap: wrap; }
  .compare-offer-card { padding: 13px 14px 15px; }
  .versus { position: relative; left: auto; top: auto; width: 62px; height: 62px; margin: -14px auto; font-size: 23px; transform: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid article:last-child { grid-column: 1 / -1; }
  .preview-box { grid-template-columns: 1fr; }
  .preview-copy { padding: 26px 20px; }
  .preview-actions { max-width: 100%; }
  .preview-visual { min-height: 245px; padding: 0 8px 0; }
  .preview-visual img { width: min(116%, 520px); transform: translateY(4px); }
  .info-grid { grid-template-columns: 1fr; }
  .info-panel:first-child { grid-column: auto; }
  .mini-grid { grid-template-columns: repeat(2, 1fr); }
  .setup-grid { grid-template-columns: 1fr 1fr; }
  .proof-benefits { grid-template-columns: 1fr 1fr; }
  .chat-proof { flex-basis: 100%; min-height: 360px; }
  .chat-body { min-height: 302px; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-offer-box { grid-template-columns: 1fr; padding: 25px 20px; text-align: center; }
  .final-offer h2 { text-align: center; }
  .final-tag { margin-inline: auto; }
  .final-points { justify-content: center; }
  .final-mockup { display: grid; min-height: 190px; margin: -8px 0 0; }
  .final-mockup img { width: min(100%, 340px); transform: translateY(0); }
  .final-actions { grid-template-columns: 1fr; }
  .offer-notes { justify-content: center; flex-wrap: wrap; }
  .offer-countdown { justify-content: center; flex-wrap: wrap; }
  .purchase-toast { left: 14px; right: 86px; bottom: 18px; max-width: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 8px; flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 31px; }
  .hero-actions .button { font-size: 12px; }
  .countdown span { min-width: 47px; }
  .purchase-toast { left: 12px; right: 82px; bottom: 14px; max-width: none; padding: 10px 12px; grid-template-columns: 12px 1fr; gap: 8px; border-radius: 7px; }
  .purchase-toast p { font-size: 10px; }
  .purchase-toast strong { font-size: 11px; }
  .toast-dot { width: 9px; height: 9px; box-shadow: 0 0 0 4px rgba(23,196,73,.13); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .setup-grid { grid-template-columns: 1fr; }
  .guided-copy { padding: 22px; }
  .proof-offer-box { padding: 22px; }
  .proof-benefits { grid-template-columns: 1fr; }
  .proof-offer-copy h2 { text-align: left; }
  .brand { width: 170px; height: 56px; }
  .site-header.is-scrolled .brand { width: 160px; height: 48px; }
  .compare-side small { font-size: 15px; }
  .compare-side > strong { font-size: 19px; }
  .compare-side > strong span { font-size: 25px; }
  .compare-offer-card strong span { font-size: 48px; }
  .info-panel { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
