:root {
  --green-950: #04110c;
  --green-900: #071a12;
  --green-800: #0a2b1d;
  --green-600: #0e7048;
  --green-400: #39d98a;
  --orange-500: #ff7800;
  --orange-400: #ff963e;
  --cream: #fff8ed;
  --white: #ffffff;
  --muted: #bdd0c5;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--green-950);
  color: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 18%, rgba(255, 120, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #03100b 0%, #09271a 58%, #071a12 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero__glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 420px; height: 420px; right: -170px; top: 15%; background: rgba(255,120,0,.08); }
.hero__glow--two { width: 340px; height: 340px; left: -220px; bottom: -80px; background: rgba(57,217,138,.09); }
.hero__shell { position: relative; z-index: 1; }
.brandbar { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.brandbar__logo { width: 108px; height: 76px; object-fit: cover; object-position: center 40%; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.brandbar__partner { color: var(--muted); font-size: .92rem; }
.brandbar__partner strong { color: var(--white); }
.hero__grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; min-height: calc(100svh - 112px); padding: 50px 0 28px; }
.hero__copy { position: relative; z-index: 3; padding-bottom: 32px; }
.scarcity { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(255,150,62,.35); border-radius: 999px; background: rgba(255,120,0,.12); color: #ffd3ab; font-weight: 700; font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.scarcity span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange-400); box-shadow: 0 0 0 6px rgba(255,120,0,.13); animation: pulse 1.7s ease-out infinite; }
.eyebrow { margin: 28px 0 10px; color: var(--green-400); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1 { max-width: 640px; margin: 0; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(2.55rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
h1 strong { color: var(--orange-400); }
.hero__lead { max-width: 510px; margin: 24px 0 10px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.price { display: flex; align-items: flex-start; margin: 6px 0 0; font-family: "Manrope", system-ui, sans-serif; color: var(--cream); letter-spacing: -.06em; }
.price__currency { margin-top: 18px; margin-right: 7px; color: var(--orange-400); font-size: 1.5rem; }
.price__value { font-size: clamp(5rem, 10vw, 8.4rem); line-height: .88; font-weight: 800; }
.price__cents { margin-top: 10px; font-size: clamp(2.3rem, 4vw, 3.6rem); font-weight: 800; }
.price__period { align-self: flex-end; margin: 0 0 8px 3px; color: var(--muted); font-size: 1rem; letter-spacing: -.02em; }
.price__note { margin: 9px 0 26px; color: var(--muted); font-size: .91rem; }
.cta { width: min(100%, 440px); min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px 24px; border-radius: 16px; background: linear-gradient(135deg, var(--orange-500), #ff9f3d); color: #241305; font-family: "Manrope", system-ui, sans-serif; font-size: 1.04rem; font-weight: 800; text-decoration: none; box-shadow: 0 16px 44px rgba(255,120,0,.25), inset 0 1px rgba(255,255,255,.42); transition: transform .2s ease, box-shadow .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 22px 54px rgba(255,120,0,.34), inset 0 1px rgba(255,255,255,.42); }
.cta:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }
.cta svg { width: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.cta__whatsapp { width: 24px !important; }
.cta__arrow { margin-left: auto; }
.cta__sub { width: min(100%, 440px); margin: 10px 0 0; color: #8fa99a; font-size: .78rem; text-align: center; }
.viewer-average { width: min(100%, 440px); min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 16px; padding: 10px 16px; border: 1px solid rgba(255,150,62,.28); border-radius: 14px; background: rgba(255,120,0,.08); color: var(--white); text-align: left; }
.viewer-average__pulse { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: var(--orange-400); box-shadow: 0 0 0 6px rgba(255,120,0,.12); animation: pulse 1.7s ease-out infinite; }
.viewer-average strong { display: block; font-family: "Manrope", system-ui, sans-serif; font-size: .82rem; letter-spacing: -.01em; }
.viewer-average small { display: block; margin-top: 2px; color: var(--muted); font-size: .7rem; }
.hero__visual { position: relative; align-self: stretch; min-height: 620px; display: flex; align-items: center; justify-content: flex-end; padding-left: 44px; }
.hero__campaign { position: relative; width: min(100%, 520px); margin: 0; overflow: visible; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #071b38; box-shadow: 0 32px 90px rgba(0,0,0,.42), 0 0 0 8px rgba(255,120,0,.035); }
.hero__campaign > img { width: 100%; aspect-ratio: 1.19 / 1; object-fit: cover; object-position: center; border-radius: 27px; }
.hero__campaign figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(3,17,34,.86); backdrop-filter: blur(12px); }
.hero__campaign figcaption span { color: #9ac4f2; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.hero__campaign figcaption strong { color: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: .88rem; white-space: nowrap; }
.hero__deadline { position: absolute; z-index: 4; right: -18px; top: -20px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(4,17,12,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.hero__deadline small { display: block; margin-bottom: 3px; color: var(--muted); }
.hero__deadline strong { color: var(--orange-400); }

.porto-strip { position: relative; z-index: 6; padding: 18px 0; background: #071b38; color: var(--white); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.porto-strip__inner { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 26px; }
.porto-strip__media { height: 106px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.porto-strip__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.porto-strip__copy span { display: block; margin-bottom: 5px; color: #8fb8e8; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.porto-strip__copy strong { display: block; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(1.1rem, 2.2vw, 1.7rem); line-height: 1.15; letter-spacing: -.035em; }
.porto-strip__cta { display: inline-flex; align-items: center; gap: 16px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: rgba(255,255,255,.07); color: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: .84rem; font-weight: 800; text-decoration: none; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.porto-strip__cta:hover { background: rgba(255,255,255,.13); transform: translateY(-1px); }
.porto-strip__cta:focus-visible { outline: 3px solid var(--orange-400); outline-offset: 3px; }
.porto-strip__cta span { color: var(--orange-400); font-size: 1.1rem; }

.countdown { position: relative; z-index: 5; background: var(--orange-500); color: #211308; }
.countdown__inner { min-height: 162px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.countdown__kicker { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.countdown h2 { margin: 5px 0 0; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(1.45rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.timer { display: flex; align-items: flex-start; gap: 10px; }
.timer__unit { min-width: 76px; text-align: center; }
.timer__unit strong { display: block; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(2.25rem, 4vw, 4rem); line-height: .9; letter-spacing: -.055em; }
.timer__unit span { display: block; margin-top: 8px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.timer b { margin-top: 5px; font-size: 2.3rem; opacity: .45; }

.desire { padding: 112px 0 120px; background: var(--cream); color: #102018; }
.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow { margin-top: 0; color: var(--green-600); }
.section-heading h2, .trust h2, .closing h2 { margin: 0; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(2.05rem, 4.5vw, 4.25rem); line-height: 1.02; letter-spacing: -.05em; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { position: relative; min-height: 255px; padding: 32px; overflow: hidden; border: 1px solid rgba(10,43,29,.12); border-radius: 24px; background: #fffdf8; box-shadow: 0 18px 60px rgba(12,44,30,.07); }
.benefit--featured { background: var(--green-800); color: var(--white); border-color: transparent; transform: translateY(-12px); box-shadow: 0 24px 70px rgba(5,35,23,.2); }
.benefit__number { display: block; margin-bottom: 62px; color: var(--orange-500); font-family: "Manrope", system-ui, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .1em; }
.benefit h3 { margin: 0 0 10px; font-family: "Manrope", system-ui, sans-serif; font-size: 1.35rem; letter-spacing: -.035em; }
.benefit p { margin: 0; color: #5c6b62; line-height: 1.55; }
.benefit--featured p { color: var(--muted); }
.benefit::after { content: ""; position: absolute; width: 90px; height: 90px; right: -32px; top: -32px; border-radius: 50%; border: 16px solid rgba(255,120,0,.09); }
.cta--center { margin: 52px auto 0; }

.trust { padding: 110px 0; background: #071a12; }
.trust__card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 34px; background: #0a2418; box-shadow: var(--shadow); }
.trust__media { align-self: stretch; min-height: 530px; }
.trust__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.trust__copy { padding: 58px; }
.trust__copy .eyebrow { margin-top: 0; }
.trust__copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.trust__seal { display: inline-flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 12px; background: rgba(57,217,138,.08); color: #bff3d6; font-size: .88rem; font-weight: 600; }
.trust__seal span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--green-400); color: #062317; font-weight: 900; }
.text-link { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; padding: 18px 0 8px; border-bottom: 1px solid rgba(255,150,62,.35); color: var(--orange-400); font-family: "Manrope", system-ui, sans-serif; font-weight: 800; text-decoration: none; }
.text-link span { font-size: 1.5rem; }

.closing { position: relative; overflow: hidden; padding: 0; background: linear-gradient(135deg, #ff7a00, #ff9c32); color: #1d1107; }
.closing__orb { position: absolute; width: 640px; height: 640px; left: -200px; bottom: -420px; border-radius: 50%; border: 1px solid rgba(255,255,255,.32); box-shadow: 0 0 0 80px rgba(255,255,255,.04), 0 0 0 160px rgba(255,255,255,.025); }
.closing__inner { position: relative; min-height: 610px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; }
.closing__mascot { position: relative; align-self: stretch; }
.closing__mascot img { position: absolute; bottom: -25%; left: 48%; width: 520px; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 28px 36px rgba(77,31,0,.2)); }
.closing__copy { position: relative; z-index: 2; padding: 76px 0 76px 50px; }
.closing__copy .scarcity { margin-bottom: 26px; border-color: rgba(31,18,8,.15); background: rgba(31,18,8,.1); color: #2b1605; }
.closing__copy .scarcity span { background: #211208; }
.closing__copy > p { max-width: 540px; margin: 22px 0 30px; font-size: 1.1rem; }
.closing .cta { background: #08261a; color: var(--white); box-shadow: 0 18px 48px rgba(67,29,0,.22); }
.closing__deadline { font-size: .82rem !important; font-weight: 700; opacity: .72; }

footer { padding: 30px 0; background: #030d09; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer__inner img { width: 76px; height: 54px; object-fit: cover; border-radius: 10px; opacity: .9; }
.footer__inner p { max-width: 760px; margin: 0; color: #789083; font-size: .7rem; line-height: 1.5; text-align: right; }
.mobile-cta { display: none; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,120,0,.38); } 70% { box-shadow: 0 0 0 9px rgba(255,120,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,120,0,0); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 680px); }
  .brandbar { min-height: 90px; }
  .brandbar__logo { width: 84px; height: 60px; border-radius: 12px; }
  .brandbar__partner { max-width: 150px; text-align: right; font-size: .75rem; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 34px; }
  .hero__copy { text-align: center; }
  .scarcity { font-size: .76rem; }
  h1, .hero__lead { margin-inline: auto; }
  .price { justify-content: center; }
  .cta { margin-inline: auto; }
  .cta__sub { margin-inline: auto; }
  .viewer-average { margin-inline: auto; }
  .hero__visual { min-height: auto; margin: 10px 0 58px; padding: 0; justify-content: center; }
  .hero__campaign { width: min(100%, 560px); }
  .hero__deadline { right: 14px; top: -18px; width: max-content; max-width: calc(100vw - 54px); }
  .porto-strip__inner { grid-template-columns: 130px 1fr; gap: 18px; }
  .porto-strip__media { height: 90px; }
  .porto-strip__cta { grid-column: 1 / -1; justify-content: center; width: 100%; }
  .countdown__inner { flex-direction: column; justify-content: center; gap: 24px; padding: 34px 0; text-align: center; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { min-height: 210px; }
  .benefit--featured { transform: none; }
  .benefit__number { margin-bottom: 38px; }
  .trust__card { grid-template-columns: 1fr; }
  .trust__media { min-height: 390px; }
  .trust__copy { padding: 42px 30px 48px; }
  .closing__inner { grid-template-columns: .78fr 1.22fr; min-height: 560px; }
  .closing__mascot img { width: 440px; bottom: -20%; }
  .closing__copy { padding-left: 24px; }
}

@media (max-width: 480px) {
  body { padding-bottom: 78px; }
  .hero__lead { margin-top: 18px; }
  .price__currency { margin-top: 12px; font-size: 1.15rem; }
  .price__period { font-size: .86rem; }
  .price__note { max-width: 320px; margin-inline: auto; }
  .cta { min-height: 60px; border-radius: 14px; font-size: .96rem; }
  .hero__visual { margin-top: 18px; margin-bottom: 46px; }
  .hero__campaign { border-radius: 21px; }
  .hero__campaign > img { border-radius: 20px; }
  .hero__campaign figcaption { left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; }
  .hero__campaign figcaption span { font-size: .55rem; }
  .hero__campaign figcaption strong { font-size: .72rem; }
  .hero__deadline { right: 10px; top: -14px; padding: 11px 13px; font-size: .78rem; }
  .porto-strip { padding: 14px 0 18px; }
  .porto-strip__inner { grid-template-columns: 104px 1fr; gap: 13px; }
  .porto-strip__media { height: 78px; border-radius: 12px; }
  .porto-strip__copy strong { font-size: .96rem; }
  .porto-strip__copy span { font-size: .6rem; }
  .countdown__copy h2 { font-size: 1.45rem; }
  .timer { gap: 3px; }
  .timer__unit { min-width: 57px; }
  .timer__unit strong { font-size: 2.3rem; }
  .timer b { font-size: 1.7rem; }
  .desire { padding: 82px 0 88px; }
  .section-heading { margin-bottom: 38px; }
  .benefit { min-height: 190px; padding: 26px; }
  .trust { padding: 70px 0; }
  .trust__card { width: calc(100% - 24px); border-radius: 24px; }
  .trust__media { min-height: 290px; }
  .trust__copy { padding: 34px 22px 38px; }
  .closing__inner { grid-template-columns: 1fr; min-height: 780px; text-align: center; }
  .closing__copy { align-self: start; padding: 70px 0 0; }
  .closing__copy > p { margin-inline: auto; }
  .closing .cta { margin-inline: auto; }
  .closing__mascot { position: absolute; inset: auto 0 0; height: 440px; }
  .closing__mascot img { width: 460px; left: 50%; bottom: -37%; }
  .footer__inner { flex-direction: column; gap: 16px; text-align: center; }
  .footer__inner p { text-align: center; }
  .mobile-cta { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; min-height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 15px; background: linear-gradient(135deg, var(--orange-500), #ff9f3d); color: #211308; font-family: "Manrope", system-ui, sans-serif; font-weight: 800; text-decoration: none; box-shadow: 0 12px 34px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.4); }
  .mobile-cta small { margin-top: 2px; font-family: "DM Sans", system-ui, sans-serif; font-size: .65rem; font-weight: 600; opacity: .7; }
}

/* ===== v2 — mobile: autoridade no topo + correções ===== */
@media (max-width: 860px) {
  .hero__grid { padding-top: 18px; gap: 0; }
  /* Autoridade (Porto / Luciano Huck) lidera o herói no mobile, como no PC */
  .hero__visual { order: -1; min-height: auto; margin: 6px auto 22px; padding: 0; width: 100%; max-width: 460px; }
  .hero__campaign { width: 100%; border-radius: 22px; }
  .hero__campaign > img { aspect-ratio: 16 / 10; object-position: center 18%; border-radius: 21px; }
  .hero__deadline { display: none; }              /* redundante com o contador; estava sobrepondo */
  .brandbar { min-height: 74px; }
  /* Compacta a oferta pra manter preço + CTA no alto */
  .eyebrow { margin-top: 20px; }
  h1 { font-size: clamp(2rem, 8.4vw, 2.7rem); line-height: 1.03; }
  .hero__lead { margin: 16px auto 8px; }
  .price__value { font-size: clamp(3.4rem, 17vw, 5rem); }
  .price__note { margin-bottom: 20px; }
  /* Evita 3 fotos do Huck empilhadas: a faixa Porto vira uma tarja de autoridade limpa */
  .porto-strip__media { display: none; }
  .porto-strip__inner { grid-template-columns: 1fr; text-align: center; gap: 14px; }
  .porto-strip__copy strong { max-width: 26ch; margin-inline: auto; }
}
@media (max-width: 480px) {
  .hero__campaign > img { object-position: center 16%; }
  h1 { font-size: clamp(1.95rem, 8.6vw, 2.5rem); }
  .price__value { font-size: clamp(3.2rem, 17vw, 4.6rem); }
}

/* ===== v2 — mobile: seção final (mascote sem sobrepor o texto) ===== */
@media (max-width: 480px) {
  .closing__inner { grid-template-columns: 1fr; min-height: 0; text-align: center; }
  .closing__copy { order: -1; align-self: auto; padding: 62px 0 6px; }
  .closing__mascot { position: static; inset: auto; height: auto; }
  .closing__mascot img { position: static; left: auto; bottom: auto; transform: none; width: min(320px, 76%); max-width: none; margin: 6px auto 0; }
  .closing { padding-bottom: 6px; }
}

/* ===== v3 — mobile: remove CTA duplicado do herói + amplia o garoto propaganda ===== */
@media (max-width: 860px) {
  .hero__campaign > img { aspect-ratio: 4 / 3; object-position: center 24%; }
}
@media (max-width: 480px) {
  /* botão do herói é redundante com a barra fixa "WhatsApp JaguarCred"; fica só a de baixo */
  .hero__copy > .cta,
  .hero__copy > .cta__sub { display: none; }
  /* mais espaço pro Huck e crop que não corta o queixo */
  .hero__visual { max-width: 520px; margin: 6px auto 22px; }
  .hero__campaign > img { aspect-ratio: 4 / 3; object-position: center 24%; }
}

/* ===== v4 — mobile: sem cabeçalho, herói alinhado ao topo, preço acima do CTA fixo ===== */
@media (max-width: 480px) {
  .brandbar { display: none; }                 /* remove o cabeçalho (logo) pra subir tudo */
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; align-items: start; padding: 12px 0 24px; }
  .hero__visual { margin: 0 auto 16px; max-width: 500px; }
  .scarcity { font-size: .72rem; padding: 7px 12px; }
  .eyebrow { margin-top: 14px; }
  h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); line-height: 1.03; }
  .hero__lead { margin: 12px auto 4px; font-size: .98rem; }
  .price { margin-top: 2px; }
  .price__value { font-size: clamp(3rem, 16vw, 4.4rem); }
  .price__note { margin: 8px auto 14px; }
}

/* ===== v5 — mobile: CTA principal proeminente, pulsante, com WhatsApp, junto do preço ===== */
@keyframes ctaPulse {
  0%, 100% { transform: scale(1);     box-shadow: 0 14px 40px rgba(255,120,0,.34), 0 0 0 0 rgba(255,175,85,.6); }
  50%      { transform: scale(1.03);  box-shadow: 0 22px 56px rgba(255,120,0,.5),  0 0 0 16px rgba(255,175,85,0); }
}
@media (max-width: 480px) {
  .mobile-cta { display: none !important; }   /* remove a barra fixa: o CTA agora fica junto da oferta */
  body { padding-bottom: 0; }
  /* Reativa o CTA do herói logo abaixo do "Prazo de 200 meses", grande e pulsante */
  .hero__copy > .cta {
    display: flex;
    margin: 18px auto 6px;
    min-height: 68px;
    width: min(100%, 470px);
    font-size: 1.08rem;
    text-transform: uppercase;
    letter-spacing: .012em;
    animation: ctaPulse 1.5s ease-in-out infinite;
  }
  .hero__copy > .cta .cta__whatsapp { width: 27px !important; }
}

/* v5b — CTA do herói em uma linha */
@media (max-width: 480px) {
  .hero__copy > .cta { font-size: .94rem; padding: 16px 14px; gap: 10px; letter-spacing: .008em; }
  .hero__copy > .cta .cta__whatsapp { width: 24px !important; }
  .hero__copy > .cta .cta__arrow { width: 20px; }
}

/* linha de usos da carta (seção desire) */
.section-lead { max-width: 640px; margin: 16px auto 0; color: #475a4f; font-size: 1.06rem; line-height: 1.55; }
.section-lead strong { color: #0e7048; }
@media (max-width: 480px) { .section-lead { font-size: .98rem; } }

/* destaque da taxa (LP veículos) */
.price__note--fee { margin-top: -14px; margin-bottom: 22px; color: #bff3d6; }
.price__note--fee strong { color: var(--green-400); }
@media (max-width:480px){ .price__note--fee { margin-top: -8px; } }
