
:root {
  --ink: #020916;
  --navy: #071b33;
  --navy-2: #0a2949;
  --blue: #2494ff;
  --red: #e63946;
  --red-2: #b91023;
  --white: #f7f9fc;
  --muted: #aab5c5;
  --line: rgba(86, 169, 255, 0.24);
  --panel: rgba(8, 31, 57, 0.72);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 9, 22, .88);
  backdrop-filter: blur(20px);
}

.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 56px; height: 56px; object-fit: contain; border-radius: 12px; flex: 0 0 auto; }
.brand span,
.footer-brand span {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: .02em;
}

.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #c7cfda; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; transition: color .2s; }
.site-header nav a:hover { color: #fff; }

.header-cta {
  padding: 12px 19px;
  border: 1px solid var(--red);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: .2s ease;
}
.header-cta:hover { background: var(--red); transform: translateY(-1px); }

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 45%, rgba(29, 121, 214, .22), transparent 29%),
    linear-gradient(110deg, #020916 0%, #061426 54%, #020817 100%);
}

.hero-grid,
.hero-grid::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(55, 135, 215, .23) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 135, 215, .23) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.hero-grid::after {
  inset: auto 0 0;
  height: 38%;
  transform: perspective(400px) rotateX(58deg) scaleX(1.5);
  transform-origin: bottom;
  opacity: .35;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 72px 0 72px clamp(28px, 5vw, 78px);
  max-width: 720px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #d6deea;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow > span { width: 38px; height: 3px; background: linear-gradient(90deg, var(--blue) 0 48%, var(--red) 48%); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .015em;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 4.6vw, 70px);
  line-height: .96;
  text-wrap: balance;
  text-shadow: 0 6px 28px rgba(0,0,0,.35);
}
.hero h1 em { color: var(--red); font-style: normal; text-shadow: 0 0 22px rgba(230,57,70,.55); }
.hero-lead { max-width: 610px; margin-bottom: 22px; color: #c5cfdd; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.48; }

.hero-price { display: flex; align-items: baseline; gap: 14px; margin: 0 0 24px; }
.hero-price span { color: #c0c8d3; font-size: 20px; font-weight: 700; }
.hero-price strong { font-size: 46px; letter-spacing: -.04em; }

.primary-cta {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border: 1px solid #ff5361;
  border-radius: 8px;
  background: linear-gradient(180deg, #ef2638, #c70d20);
  box-shadow: 0 14px 34px rgba(205, 14, 34, .28), inset 0 1px 0 rgba(255,255,255,.22);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(230,57,70,.42); }
.primary-cta:focus-visible, .header-cta:focus-visible, summary:focus-visible, nav a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 20px; color: #c4cfdd; font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row b { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); }

.hero-visual { position: relative; align-self: stretch; min-height: 690px; }
.portrait-frame { position: absolute; inset: 0 0 0 4%; overflow: hidden; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; filter: saturate(.88) contrast(1.04); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #061426 0%, rgba(6,20,38,.04) 22%, transparent 55%), linear-gradient(0deg, rgba(2,9,22,.84), transparent 24%); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,9,22,.98), rgba(2,9,22,.82) 20%, transparent 46%), radial-gradient(circle at 70% 44%, transparent, rgba(2,9,22,.18)); }

.glass-card {
  position: absolute;
  z-index: 4;
  width: min(300px, 38%);
  padding: 18px;
  border: 1px solid rgba(70, 163, 255, .45);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(11, 43, 76, .86), rgba(4, 20, 37, .84));
  box-shadow: 0 20px 55px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
}
.ai-card { top: 8%; left: 3%; }
.progress-card { right: 2%; bottom: 13%; }
.card-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ai-dot { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #419eff; border-radius: 50%; color: #83c1ff; font-size: 11px; }
.chat-bubble { max-width: 91%; padding: 10px 12px; border: 1px solid rgba(127,190,255,.25); border-radius: 12px; font-size: 12px; line-height: 1.38; }
.chat-bubble.user { margin-left: auto; background: rgba(255,255,255,.09); }
.chat-bubble.bot { margin-top: 9px; background: rgba(36,148,255,.11); }
.progress-copy { display: flex; justify-content: space-between; align-items: end; margin-bottom: 10px; }
.progress-copy span { color: #80c2ff; font-size: 12px; text-transform: uppercase; }
.progress-copy strong { font-size: 32px; }
.progress-track { height: 6px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
.progress-track i { display: block; width: 67%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #5eb6ff); box-shadow: 0 0 18px rgba(36,148,255,.8); }
.phase-dots { display: flex; justify-content: space-between; margin-top: 13px; }
.phase-dots b { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #a9b5c2; font-size: 11px; }
.phase-dots .active { border-color: var(--blue); background: var(--blue); color: #fff; }

.stat-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px clamp(24px, 6vw, 92px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #061426;
}
.stat-strip div { display: flex; flex-direction: column; align-items: center; padding: 4px 18px; border-right: 1px solid rgba(255,255,255,.1); }
.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { color: #fff; font-size: 28px; }
.stat-strip span { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.section { position: relative; padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 1180px; margin: 0 auto 46px; }
.section-heading.narrow { max-width: 860px; text-align: center; }
.section-heading.narrow .eyebrow { justify-content: center; }
.section-heading h2,
.ia-copy h2,
.included-copy h2,
.authority-card h2,
.offer-main h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 4.6vw, 70px);
  line-height: .98;
  text-wrap: balance;
}
.section-heading h2 em { color: var(--blue); font-style: normal; }
.section-heading p,
.ia-copy > p,
.included-copy > p,
.authority-card p,
.offer-main > p,
.final-cta > p { color: var(--muted); font-size: 17px; line-height: 1.68; }

.problem-section { background: radial-gradient(circle at 50% 0, rgba(25,95,159,.16), transparent 36%), #020916; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1180px; margin: auto; }
.benefit-card { min-height: 152px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: linear-gradient(145deg, rgba(10,36,64,.85), rgba(5,18,33,.88)); }
.benefit-card p { margin: 16px 0 0; color: #e7edf4; font-weight: 700; line-height: 1.45; }
.check-icon { display: inline-grid; flex: 0 0 auto; width: 26px; height: 26px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: #75bbff; font-size: 14px; }

.program-section { overflow: hidden; background: linear-gradient(180deg, #061426, #04101e); }
.program-section::before { content: "90"; position: absolute; right: -20px; top: 20px; color: rgba(255,255,255,.025); font-family: Impact, sans-serif; font-size: 420px; line-height: 1; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading p { margin-bottom: 8px; }
.phase-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: auto; }
.phase-card { position: relative; overflow: hidden; min-height: 360px; padding: 28px; border: 1px solid rgba(59,151,244,.24); border-radius: 20px; background: linear-gradient(160deg, rgba(13,52,90,.82), rgba(4,19,35,.95)); }
.phase-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border: 1px solid rgba(52,161,255,.24); border-radius: 50%; box-shadow: 0 0 50px rgba(36,148,255,.12); }
.phase-number { display: block; color: rgba(255,255,255,.09); font-family: Impact, sans-serif; font-size: 90px; line-height: .85; }
.phase-days { display: inline-block; margin-top: 32px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.phase-card h3 { margin: 12px 0; font-size: 31px; line-height: 1.04; }
.phase-card p { max-width: 330px; color: var(--muted); line-height: 1.6; }
.phase-line { position: absolute; left: 28px; right: 28px; bottom: 27px; height: 3px; background: rgba(255,255,255,.09); }
.phase-line i { display: block; width: 36%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--red)); box-shadow: 0 0 12px rgba(36,148,255,.6); }
.phase-card:nth-child(2) .phase-line i { width: 67%; }
.phase-card:nth-child(3) .phase-line i { width: 100%; }

.ia-section { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 7vw, 100px); background: radial-gradient(circle at 16% 48%, rgba(26,112,196,.23), transparent 30%), #020916; }
.ia-art { position: relative; min-height: 620px; border: 1px solid rgba(63,156,246,.25); border-radius: 28px; overflow: hidden; background: #061426; }
.ia-art img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 70% center; }
.ia-art::after { content: "PERSONAL IA"; position: absolute; left: 28px; bottom: 24px; color: rgba(255,255,255,.85); font-family: Impact, sans-serif; font-size: clamp(40px, 5vw, 72px); letter-spacing: .03em; }
.ia-art-glow { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,9,22,.9)); }
.ia-copy { max-width: 680px; }
.question-list { display: grid; gap: 10px; margin: 28px 0; }
.question-list div { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid rgba(84,164,243,.22); border-radius: 12px; background: rgba(10,39,69,.6); color: #dce5ef; }
.question-list span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(36,148,255,.18); color: #79bcff; font-weight: 850; }
.safety-note { padding: 18px 20px; border-left: 3px solid var(--red); background: rgba(230,57,70,.07); }
.safety-note strong { display: block; margin-bottom: 6px; }
.safety-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.included-section { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(50px, 7vw, 100px); background: #061426; }
.included-copy ul, .offer-main ul { display: grid; gap: 15px; padding: 0; margin: 28px 0 0; list-style: none; }
.included-copy li, .offer-main li { display: flex; align-items: center; gap: 12px; color: #e0e7ef; }
.product-stack { position: relative; min-height: 590px; }
.product-stack img { position: absolute; width: 58%; max-height: 560px; object-fit: cover; border: 1px solid rgba(93,175,255,.28); border-radius: 22px; box-shadow: 0 28px 60px rgba(0,0,0,.42); }
.product-stack img:first-child { left: 3%; top: 0; height: 560px; object-position: center; }
.product-stack img:nth-child(2) { right: 0; bottom: 0; height: 410px; }
.stack-badge { position: absolute; z-index: 3; left: 46%; top: 38%; display: flex; flex-direction: column; width: 126px; height: 126px; align-items: center; justify-content: center; border: 1px solid #ff5a66; border-radius: 50%; background: linear-gradient(145deg, #e63946, #9f0b1b); box-shadow: 0 16px 38px rgba(230,57,70,.36); }
.stack-badge strong { font-size: 26px; }
.stack-badge span { font-size: 10px; text-transform: uppercase; }

.authority-section { background: radial-gradient(circle at 85% 20%, rgba(31,111,190,.18), transparent 28%), #020916; }
.authority-card { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 48px; max-width: 1100px; margin: auto; padding: 44px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(10,39,69,.82), rgba(4,18,33,.86)); }
.experience-number { color: #fff; font-family: Impact, sans-serif; font-size: 140px; line-height: .8; text-shadow: 0 0 35px rgba(36,148,255,.35); }
.experience-number::after { content: " ANOS"; display: block; margin-top: 17px; color: var(--blue); font-family: var(--font-geist-sans); font-size: 13px; font-weight: 850; letter-spacing: .26em; text-align: center; }
.authority-card small { color: #718096; line-height: 1.5; }

.offer-section { background: linear-gradient(180deg, #061426, #020916); }
.offer-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; max-width: 1120px; margin: auto; padding: clamp(28px, 5vw, 64px); border: 1px solid rgba(77,164,250,.38); border-radius: 30px; background: radial-gradient(circle at 80% 30%, rgba(230,57,70,.12), transparent 28%), linear-gradient(145deg, rgba(10,41,72,.95), rgba(3,15,28,.96)); box-shadow: 0 34px 90px rgba(0,0,0,.4); }
.offer-main h2 { font-size: clamp(42px, 5vw, 68px); }
.offer-price-card { display: flex; flex-direction: column; justify-content: center; padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(2,9,22,.72); text-align: center; }
.offer-price-card > span, .offer-price-card small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.offer-price-card small { margin-top: 9px; color: #d6deea; }
.offer-price-card strong { margin: 20px 0 8px; font-size: clamp(70px, 8vw, 110px); letter-spacing: -.06em; line-height: .95; }
.offer-price-card sup { font-size: .24em; vertical-align: super; letter-spacing: 0; }
.offer-price-card .payment-copy { margin: 0 0 24px; color: #aab5c5; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.offer-price-card .primary-cta { width: 100%; padding: 0 18px; font-size: 15px; }
.offer-price-card p { margin: 15px 0 0; color: #78889b; font-size: 11px; }

.faq-section { background: #020916; }
.faq-list { max-width: 880px; margin: auto; border-top: 1px solid rgba(255,255,255,.12); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.12); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; cursor: pointer; color: #eef3f8; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 25px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 4px 24px; margin: 0; color: var(--muted); line-height: 1.65; }

.final-cta { padding: 100px 24px; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 10%, rgba(30,117,202,.2), transparent 35%), #061426; text-align: center; }
.final-cta img { width: 96px; height: 96px; margin: 0 auto 26px; border-radius: 20px; object-fit: contain; }
.final-cta h2 { max-width: 840px; margin-left: auto; margin-right: auto; }
.final-cta > p { max-width: 650px; margin: 0 auto 30px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 30px; align-items: center; padding: 32px clamp(24px, 7vw, 110px); border-top: 1px solid rgba(255,255,255,.08); color: #7e8a99; font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #eaf0f6; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; border-radius: 10px; }
.footer-brand span { font-size: 17px; }
.footer-legal { grid-column: 1 / -1; max-width: 900px; margin: 0; line-height: 1.55; }
footer > p { margin: 0; }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 32px; }
  .hero h1 { font-size: clamp(48px, 6.2vw, 68px); }
  .glass-card { width: 48%; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .ia-section, .included-section { gap: 45px; }
  .product-stack { min-height: 520px; }
  .product-stack img:first-child { height: 490px; }
}

@media (max-width: 800px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand img { width: 46px; height: 46px; }
  .brand span { font-size: 18px; }
  .header-cta { padding: 10px 12px; font-size: 10px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 65px 22px 42px; max-width: none; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); }
  .hero-lead { font-size: 17px; }
  .hero-price { align-items: center; }
  .hero-price strong { font-size: 41px; }
  .primary-cta { width: 100%; min-height: 58px; font-size: 15px; padding: 0 18px; }
  .hero-visual { min-height: 580px; }
  .portrait-frame { inset: 0; }
  .portrait-frame img { object-position: 73% center; }
  .portrait-frame::after { background: linear-gradient(180deg, #061426, transparent 18%, transparent 63%, rgba(2,9,22,.9)); }
  .ai-card { top: 22px; left: 18px; right: auto; width: 62%; }
  .progress-card { right: 18px; bottom: 26px; width: 56%; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); padding: 18px; }
  .stat-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 13px 8px; }
  .stat-strip strong { font-size: 23px; }
  .section { padding: 78px 22px; }
  .section-heading h2, .ia-copy h2, .included-copy h2, .authority-card h2, .offer-main h2, .final-cta h2 { font-size: clamp(39px, 11vw, 56px); }
  .benefit-grid, .phase-grid, .ia-section, .included-section, .offer-panel { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 2px; }
  .phase-card { min-height: 310px; }
  .ia-art { min-height: 520px; }
  .ia-art img { min-height: 520px; }
  .ia-copy { order: -1; }
  .product-stack { min-height: 460px; }
  .product-stack img:first-child { height: 430px; }
  .product-stack img:nth-child(2) { height: 330px; }
  .stack-badge { width: 100px; height: 100px; }
  .authority-card { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .experience-number { font-size: 105px; }
  .authority-card .eyebrow { justify-content: center; }
  .offer-panel { gap: 30px; }
  .offer-price-card { padding: 26px 18px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 480px) {
  .brand span { display: none; }
  .hero h1 { font-size: 45px; }
  .hero-price { flex-direction: column; align-items: flex-start; gap: 5px; }
  .trust-row { gap: 12px; }
  .trust-row span { width: 100%; }
  .hero-visual { min-height: 520px; }
  .glass-card { padding: 13px; }
  .ai-card { width: 70%; }
  .progress-card { width: 62%; }
  .chat-bubble { font-size: 10px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .product-stack { min-height: 390px; }
  .product-stack img:first-child { height: 360px; }
  .product-stack img:nth-child(2) { height: 275px; }
  .stack-badge { left: 42%; top: 40%; width: 86px; height: 86px; }
  .stack-badge strong { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ===== AJUSTES DE CONVERSÃO — AGOSTO/2026 ===== */
[hidden] { display: none !important; }

.hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 4.35vw, 68px);
}

.hero h1 em {
  display: inline-block;
  margin-top: 10px;
  color: #ff4b59;
}

.hero-reassurance {
  max-width: 590px;
  margin: -4px 0 22px;
  padding-left: 14px;
  border-left: 3px solid var(--blue);
  color: #edf4fb;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.welcome-video-section {
  background:
    radial-gradient(circle at 50% 5%, rgba(36,148,255,.18), transparent 34%),
    #020916;
}

.video-heading {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.video-heading .eyebrow { justify-content: center; }

.video-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: .98;
}

.video-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.welcome-video-shell {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(71,163,255,.42);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(10,42,74,.9), rgba(3,15,28,.96));
  box-shadow: 0 30px 80px rgba(0,0,0,.42), 0 0 50px rgba(36,148,255,.12);
}

.welcome-video-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(36,148,255,.32), transparent 45%, rgba(230,57,70,.22));
  filter: blur(18px);
}

.welcome-video-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #000;
  object-fit: cover;
}

.video-cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 980px;
  margin: 24px auto 0;
  text-align: center;
}
.video-purchase-cta {
  min-width: min(100%, 430px);
  box-shadow: 0 14px 34px rgba(230,57,70,.24);
}
.video-cta-row span {
  color: #8f9cad;
  font-size: 12px;
  line-height: 1.5;
}

.fit-section {
  background:
    linear-gradient(180deg, rgba(6,20,38,.96), rgba(2,9,22,.98)),
    #061426;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.fit-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 28px 24px;
  border: 1px solid rgba(76,165,252,.22);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(11,44,77,.82), rgba(4,18,33,.94));
}

.fit-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(230,57,70,.2);
  border-radius: 50%;
}

.fit-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid rgba(74,167,255,.5);
  border-radius: 50%;
  color: #7fc2ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.fit-card h3 {
  margin-bottom: 12px;
  font-size: 29px;
  line-height: 1.02;
}

.fit-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.fit-callout {
  display: flex;
  max-width: 900px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 30px auto 0;
  padding: 18px 24px;
  border-left: 3px solid var(--red);
  background: rgba(230,57,70,.07);
  color: #dce5ef;
  text-align: center;
}

.fit-callout strong { color: #fff; }

.difference-section {
  background:
    radial-gradient(circle at 50% 0, rgba(230,57,70,.1), transparent 32%),
    #020916;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.difference-card {
  padding: 34px 30px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(10,39,69,.76), rgba(4,18,33,.9));
}

.difference-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 54px;
  line-height: .9;
  opacity: .75;
}

.difference-card h3 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.02;
}

.difference-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .hero h1 {
    font-size: clamp(42px, 11.7vw, 59px);
    line-height: .97;
  }

  .hero-reassurance {
    margin-top: 0;
    font-size: 13px;
  }

  .video-heading h2 { font-size: clamp(38px, 10.6vw, 55px); }
  .video-heading p { font-size: 16px; }
  .welcome-video-shell { padding: 6px; border-radius: 18px; }
  .welcome-video-shell video { border-radius: 12px; }
  .video-cta-row { margin-top: 18px; width: 100%; }
  .video-purchase-cta { width: 100%; min-width: 0; }
  .video-cta-row span { padding: 0 8px; font-size: 11px; }

  .fit-grid,
  .difference-grid { grid-template-columns: 1fr; }

  .fit-card { min-height: auto; }
  .fit-callout { flex-direction: column; gap: 6px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 41px; }
  .hero h1 em { margin-top: 8px; }
  .fit-card h3, .difference-card h3 { font-size: 28px; }
}


/* ===== RESULTADOS + PROVAS SOCIAIS — AGOSTO/2026 ===== */
.outcomes-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(36,148,255,.16), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(230,57,70,.10), transparent 24%),
    #061426;
}

.outcomes-section::after {
  content: "EVOLUÇÃO";
  position: absolute;
  right: -18px;
  bottom: -28px;
  color: rgba(255,255,255,.025);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(110px, 16vw, 250px);
  line-height: .8;
  pointer-events: none;
}

.outcomes-heading { position: relative; z-index: 2; }
.outcomes-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.outcome-card {
  min-height: 235px;
  padding: 26px 23px;
  border: 1px solid rgba(79,166,255,.24);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(11,45,79,.84), rgba(3,17,31,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.outcome-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(71,164,255,.55);
  border-radius: 14px;
  background: rgba(36,148,255,.09);
  color: #82c4ff;
  font-weight: 900;
  letter-spacing: -.02em;
}

.outcome-card:nth-child(2) .outcome-icon,
.outcome-card:nth-child(4) .outcome-icon { border-color: rgba(230,57,70,.55); background: rgba(230,57,70,.08); color: #ff7f89; }
.outcome-card h3 { margin-bottom: 12px; font-size: 25px; line-height: 1.03; }
.outcome-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.outcomes-note { position: relative; z-index: 2; max-width: 900px; margin: 26px auto 0; color: #718096; font-size: 11px; text-align: center; }

.social-proof-section {
  background:
    radial-gradient(circle at 50% 0, rgba(36,148,255,.17), transparent 32%),
    linear-gradient(180deg, #020916, #061426);
}

.proof-grid { display: grid; gap: 24px; max-width: 1160px; margin: 0 auto; }
.social-proof-note {
  max-width: 1160px;
  margin: 0 auto 24px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(6,20,38,.72);
  color: #b6c2cf;
  font-size: 14px;
  line-height: 1.6;
}
.social-proof-note strong { color: #edf3f9; }
.proof-photos--single { grid-template-columns: 1fr; }
.proof-photos--single img { object-fit: cover; object-position: center top; }

.proof-case {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  overflow: hidden;
  border: 1px solid rgba(77,164,250,.28);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(10,39,69,.90), rgba(3,16,30,.96));
  box-shadow: 0 24px 65px rgba(0,0,0,.28);
}
.proof-case[hidden] { display: none !important; }
.proof-photos { display: grid; grid-template-columns: repeat(2, 1fr); min-height: 390px; }
.proof-photos figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #07182c; }
.proof-photos figure + figure { border-left: 1px solid rgba(255,255,255,.08); }
.proof-photos img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center; }
.proof-photos figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(2,9,22,.78);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.proof-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px); }
.quote-mark { position: absolute; top: 26px; right: 32px; color: rgba(36,148,255,.16); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.proof-copy blockquote { position: relative; z-index: 2; margin: 0 0 28px; color: #edf3f9; font-size: clamp(20px, 2vw, 28px); font-weight: 700; line-height: 1.45; }
.proof-copy strong { font-size: 17px; }
.proof-copy small { margin-top: 5px; color: #8291a4; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.proof-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1160px; margin: 36px auto 0; padding: 28px; border-top: 1px solid rgba(255,255,255,.09); }
.proof-cta-row p { max-width: 630px; margin: 0; color: #c7d1dd; font-size: 17px; line-height: 1.55; }

@media (max-width: 1100px) {
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .outcomes-grid { grid-template-columns: 1fr 1fr; }
  .outcome-card { min-height: 210px; }
  .proof-case { grid-template-columns: 1fr; }
  .proof-photos { min-height: 330px; }
  .proof-photos img { min-height: 330px; }
  .proof-cta-row { flex-direction: column; align-items: stretch; padding: 24px 0 0; }
}

@media (max-width: 520px) {
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; }
  .outcome-icon { margin-bottom: 20px; }
  .proof-photos { min-height: 270px; }
  .proof-photos img { min-height: 270px; }
  .proof-copy { padding: 30px 22px; }
  .proof-copy blockquote { font-size: 20px; }
}

/* ===== CORREÇÃO MOBILE FORÇADA — AGOSTO/2026 =====
   Garante layout de celular mesmo em navegadores que reportam viewport de desktop. */
@media (max-width: 800px), (max-device-width: 800px), (hover: none) and (pointer: coarse) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body,
  main {
    min-width: 0 !important;
  }

  main {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }

  .site-header {
    width: 100%;
    height: 68px;
    padding: 0 16px;
    gap: 12px;
  }

  .site-header nav { display: none !important; }
  .brand img { width: 46px; height: 46px; }
  .brand span { display: none; }
  .header-cta { padding: 10px 12px; font-size: 10px; white-space: nowrap; }

  .hero {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    max-width: 100% !important;
    padding: 54px 20px 38px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .hero-lead { font-size: 16px; }
  .hero-price { align-items: center; }
  .hero-price strong { font-size: 39px; }
  .primary-cta { width: 100%; max-width: 100%; }

  .hero-visual {
    width: 100%;
    min-width: 0;
    min-height: 520px;
  }

  .stat-strip {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .section {
    width: 100%;
    max-width: 100%;
    padding: 66px 18px;
    overflow: hidden;
  }

  /* Vídeo de boas-vindas */
  .welcome-video-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .video-heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 0 6px;
  }

  .video-heading h2 {
    max-width: 100%;
    font-size: clamp(34px, 9.6vw, 46px);
    line-height: 1;
  }

  .video-heading p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  .welcome-video-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 4px;
    border-radius: 16px;
    overflow: hidden;
  }

  .welcome-video-shell video {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border-radius: 12px;
  }

  .outcomes-grid,
  .benefit-grid,
  .phase-grid,
  .ia-section,
  .included-section,
  .offer-panel,
  .proof-case {
    min-width: 0;
  }

  .proof-grid,
  .fit-grid,
  .outcomes-grid {
    width: 100%;
    max-width: 100%;
  }

  footer {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px), (max-device-width: 520px) {
  .welcome-video-section { padding-left: 10px !important; padding-right: 10px !important; }
  .welcome-video-shell { border-radius: 14px; }
  .welcome-video-shell video { border-radius: 10px; }
}


/* ===== AJUSTE CTA ABAIXO DO VÍDEO — 08/08/2026 ===== */
.video-cta-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 22px auto 0 !important;
  padding: 0 12px !important;
  gap: 12px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.video-cta-row .video-purchase-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 490px) !important;
  max-width: 490px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.video-cta-row > span {
  display: block !important;
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

@media (max-width: 800px), (hover: none) and (pointer: coarse) {
  .video-cta-row {
    padding: 0 4px !important;
    margin-top: 18px !important;
  }
  .video-cta-row .video-purchase-cta {
    width: 100% !important;
    max-width: 520px !important;
  }
}


/* ===== AJUSTE CTA ABAIXO DOS COMPARATIVOS + NOVO LOGO — 08/08/2026 ===== */
.proof-cta-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 36px auto 0 !important;
  padding: 28px 12px 0 !important;
  gap: 18px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
.proof-cta-row p {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.proof-cta-row .primary-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 460px) !important;
  max-width: 460px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
@media (max-width: 800px), (hover: none) and (pointer: coarse) {
  .proof-cta-row {
    padding: 24px 4px 0 !important;
    gap: 14px !important;
  }
  .proof-cta-row .primary-cta {
    width: 100% !important;
    max-width: 520px !important;
  }
}


/* ===== LOGO NOVO DEFINITIVO — cache-busting por novo filename ===== */
.brand {
  min-width: 0;
  display: flex;
  align-items: center;
}
.brand img {
  width: 86px !important;
  height: 70px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}
.footer-brand img {
  width: 78px !important;
  height: 78px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
.final-cta img {
  width: 118px !important;
  height: 118px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
@media (max-width: 800px), (hover: none) and (pointer: coarse) {
  .brand img {
    width: 64px !important;
    height: 54px !important;
  }
}


/* ===== VÍDEO CAMPANHA ANTES/DEPOIS — RESPONSIVO ===== */
.campaign-video-block {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.campaign-video-shell {
  position: relative;
  width: min(100%, 430px);
  max-width: 430px;
  margin: 0 auto;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(71,163,255,.42);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(10,42,74,.94), rgba(3,15,28,.98));
  box-shadow: 0 26px 70px rgba(0,0,0,.38), 0 0 42px rgba(36,148,255,.10);
  box-sizing: border-box;
}

.campaign-video-shell video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  border: 0;
  border-radius: 17px;
  background: #000;
}

@media (max-width: 800px), (hover: none) and (pointer: coarse) {
  .campaign-video-block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 34px;
    padding: 0;
  }

  .campaign-video-shell {
    width: 100%;
    max-width: 430px;
    padding: 5px;
    border-radius: 18px;
  }

  .campaign-video-shell video {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    border-radius: 13px;
  }
}

@media (max-width: 480px) {
  .campaign-video-shell {
    max-width: 100%;
  }
}


/* ===== PROVAS VISUAIS LOGO APÓS O CTA DO VÍDEO — 10/08/2026 ===== */
.social-proof-section {
  padding-top: 78px;
}
.social-proof-heading {
  margin-bottom: 34px;
}
.social-proof-heading p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px), (hover: none) and (pointer: coarse) {
  .social-proof-section {
    padding-top: 58px !important;
  }
  .social-proof-heading {
    margin-bottom: 26px !important;
  }
}


/* Ajuste 2026-08-10: vídeo de boas-vindas como primeira dobra */
.welcome-video-section#inicio {
  padding-top: 48px;
  padding-bottom: 64px;
}
.welcome-video-section#inicio .video-heading {
  margin-bottom: 28px;
}
@media (max-width: 760px) {
  .welcome-video-section#inicio {
    padding-top: 28px;
    padding-bottom: 44px;
  }
  .welcome-video-section#inicio .video-heading {
    margin-bottom: 20px;
  }
}

/* ============================================================
   PERSONAL IA NA PRÁTICA — BLOCO CONTÍNUO / 12-08-2026
   ============================================================ */
.ia-showcase-section {
  padding-top: 78px;
  padding-bottom: 48px;
  overflow: hidden;
  border-top: 1px solid rgba(77, 163, 255, .15);
  border-bottom: 1px solid rgba(77, 163, 255, .12);
  background:
    radial-gradient(circle at 18% 28%, rgba(36,148,255,.10), transparent 28%),
    radial-gradient(circle at 82% 64%, rgba(230,57,70,.07), transparent 24%),
    linear-gradient(145deg, #030b18 0%, #07172a 55%, #030a16 100%);
}
.ia-showcase-heading {
  width: min(880px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.ia-showcase-heading .eyebrow { justify-content: center; }
.ia-showcase-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  text-wrap: balance;
}
.ia-showcase-heading > p {
  width: min(720px, 100%);
  margin: 0 auto;
  color: #b9c6d6;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
}
.ia-showcase-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}
.ia-showcase-card {
  min-width: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(112, 185, 255, .18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12, 30, 52, .86), rgba(4, 13, 27, .94));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
}
.ia-showcase-title-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.ia-showcase-number {
  flex: 0 0 42px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(91, 176, 255, .48);
  border-radius: 50%;
  background: rgba(36, 148, 255, .08);
  color: #79bdff;
  font-size: 12px;
  font-weight: 900;
}
.ia-showcase-kicker {
  display: block;
  margin-bottom: 3px;
  color: #79bdff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}
.ia-showcase-card h3 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.05;
}
.ia-showcase-caption {
  min-height: 48px;
  margin: 0 0 14px;
  color: #aebccd;
  font-size: 13px;
  line-height: 1.45;
}
.ia-showcase-video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1px;
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(86,177,255,.76), rgba(255,255,255,.08) 48%, rgba(230,57,70,.55));
  box-shadow: 0 20px 46px rgba(0,0,0,.34), 0 0 30px rgba(36,148,255,.07);
}
.ia-showcase-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  background: #000;
  object-fit: cover;
}
.ia-showcase-price-bridge {
  width: min(760px, 100%);
  margin: 32px auto 0;
  padding: 17px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "small arrow"
    "main arrow";
  column-gap: 18px;
  align-items: center;
  border: 1px solid rgba(97, 181, 255, .20);
  border-radius: 18px;
  background: rgba(7, 22, 39, .72);
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.ia-showcase-price-bridge:hover {
  transform: translateY(-2px);
  border-color: rgba(97, 181, 255, .40);
  background: rgba(9, 28, 49, .86);
}
.ia-showcase-price-bridge span {
  grid-area: small;
  color: #86c5ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ia-showcase-price-bridge strong {
  grid-area: main;
  margin-top: 4px;
  color: #f4f8fd;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.25;
}
.ia-showcase-price-bridge b {
  grid-area: arrow;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(36,148,255,.12);
  color: #8dccff;
  font-size: 22px;
}

/* Mantém a passagem vídeos → preço curta e fluida. */
.ia-showcase-section + .offer-section {
  padding-top: 48px;
}

@media (max-width: 900px) {
  .ia-showcase-section { padding: 66px 20px 42px; }
  .ia-showcase-grid {
    width: min(680px, 100%);
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ia-showcase-card {
    width: min(430px, 100%);
    margin: 0 auto;
    padding: 16px 16px 18px;
  }
  .ia-showcase-caption { min-height: 0; }
  .ia-showcase-video-wrap { width: min(360px, 100%); margin: 0 auto; }
  .ia-showcase-price-bridge { margin-top: 24px; }
  .ia-showcase-section + .offer-section { padding-top: 38px; }
}

/* Fechamento de conversão — 05/09/2026.
   Substitui as duas capas antigas por uma peça responsiva e clicável. */
.included-section {
  display: block;
}

.included-copy {
  width: min(920px, 100%);
  margin: 0 auto;
}

.conversion-art-section {
  padding: clamp(44px, 6vw, 82px) clamp(14px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0, rgba(36,148,255,.17), transparent 38%),
    #020916;
  text-align: center;
}

.conversion-art-link {
  display: block;
  width: min(1320px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(76,171,255,.42);
  border-radius: clamp(16px, 2vw, 28px);
  background: #020916;
  box-shadow: 0 30px 90px rgba(0,0,0,.45), 0 0 46px rgba(36,148,255,.12);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.conversion-art-link:hover {
  transform: translateY(-3px);
  border-color: rgba(105,190,255,.72);
  box-shadow: 0 36px 96px rgba(0,0,0,.5), 0 0 54px rgba(36,148,255,.18);
}

.conversion-art-link:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

.conversion-art-link picture,
.conversion-art-link img {
  display: block;
  width: 100%;
}

.conversion-art-link img {
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.conversion-art-button {
  width: min(100%, 560px);
  margin: 28px auto 0;
}

.conversion-art-trust {
  margin: 14px auto 0;
  color: #94a5b8;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .conversion-art-section {
    padding: 34px 10px 46px;
  }

  .conversion-art-link {
    width: min(100%, 560px);
    border-radius: 18px;
  }

  .conversion-art-link img {
    aspect-ratio: 1122 / 1402;
    object-fit: contain;
  }

  .conversion-art-button {
    width: min(100%, 520px);
    margin-top: 20px;
  }

  .conversion-art-trust {
    padding: 0 8px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .ia-showcase-section { padding: 54px 14px 34px; }
  .ia-showcase-heading { margin-bottom: 25px; }
  .ia-showcase-heading h2 { font-size: clamp(32px, 9.5vw, 43px); }
  .ia-showcase-heading > p { font-size: 15px; }
  .ia-showcase-grid { gap: 14px; }
  .ia-showcase-card {
    width: 100%;
    padding: 14px 12px 14px;
    border-radius: 19px;
  }
  .ia-showcase-title-row { min-height: 0; margin-bottom: 8px; }
  .ia-showcase-card h3 { font-size: 21px; }
  .ia-showcase-caption { margin-bottom: 11px; font-size: 12.5px; }
  .ia-showcase-video-wrap { width: min(315px, 100%); border-radius: 17px; }
  .ia-showcase-video { border-radius: 16px; }
  .ia-showcase-price-bridge {
    margin-top: 19px;
    padding: 15px 15px;
    border-radius: 16px;
  }
  .ia-showcase-price-bridge strong { font-size: 16px; }
  .ia-showcase-price-bridge b { width: 36px; height: 36px; font-size: 19px; }
  .ia-showcase-section + .offer-section { padding-top: 30px; }
}



/* ============================================================
   CONVERSÃO V4 — 12/08/2026
   Fluxo: vídeo de boas-vindas -> exemplos visuais -> 3 vídeos IA -> oferta.
   Conteúdo repetitivo removido e CTAs padronizados.
   ============================================================ */
.welcome-video-section#inicio {
  padding-bottom: 34px;
}
.social-proof-section {
  padding-top: 42px !important;
  padding-bottom: 44px !important;
}
.social-proof-heading { margin-bottom: 24px !important; }
.proof-grid { margin-bottom: 0 !important; }
.proof-clarity-note {
  width: min(920px, 100%);
  margin: 18px auto 0;
  color: #8795a8;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.social-proof-section + .ia-showcase-section {
  padding-top: 50px;
}
.ia-showcase-section {
  padding-bottom: 34px;
}
.ia-showcase-heading { margin-bottom: 24px; }
.ia-showcase-grid { gap: 16px; }
.ia-showcase-card { padding: 14px 14px 15px; }
.ia-showcase-title-row {
  min-height: 44px;
  margin-bottom: 10px;
  gap: 10px;
}
.ia-showcase-title-row h3 {
  margin: 0;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.12;
}
.ia-showcase-number {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}
.ia-showcase-price-bridge { margin-top: 20px; }
.ia-showcase-section + .offer-section {
  padding-top: 28px !important;
}
.offer-section { padding-bottom: 64px; }
.offer-panel { margin-top: 0; }
.fit-section, .program-section, .included-section, .authority-section, .faq-section {
  scroll-margin-top: 90px;
}
@media (max-width: 900px) {
  .social-proof-section + .ia-showcase-section { padding-top: 40px; }
  .ia-showcase-grid { gap: 12px; }
  .ia-showcase-card {
    width: min(390px, 100%);
    padding: 12px;
  }
  .ia-showcase-video-wrap { width: min(330px, 100%); }
  .ia-showcase-section + .offer-section { padding-top: 22px !important; }
}
@media (max-width: 480px) {
  .welcome-video-section#inicio { padding-bottom: 24px; }
  .social-proof-section { padding-top: 30px !important; padding-bottom: 32px !important; }
  .social-proof-heading { margin-bottom: 18px !important; }
  .proof-clarity-note { margin-top: 12px; font-size: 10px; }
  .social-proof-section + .ia-showcase-section { padding-top: 32px; }
  .ia-showcase-section { padding-bottom: 24px; }
  .ia-showcase-heading { margin-bottom: 18px; }
  .ia-showcase-grid { gap: 10px; }
  .ia-showcase-card { padding: 10px 10px 11px; }
  .ia-showcase-title-row { margin-bottom: 8px; }
  .ia-showcase-title-row h3 { font-size: 19px; }
  .ia-showcase-number { width: 32px; height: 32px; flex-basis: 32px; font-size: 10px; }
  .ia-showcase-video-wrap { width: min(300px, 100%); }
  .ia-showcase-price-bridge { margin-top: 14px; }
  .ia-showcase-section + .offer-section { padding-top: 18px !important; }
  .offer-section { padding-bottom: 50px; }
}
\n\n/* ============================================================\n   CONVERSÃO V5 — 12/08/2026\n   Fluxo final: prova visual -> 3 vídeos IA juntos -> oferta.\n   Menos repetição, sem ponte entre vídeos e preço.\n   ============================================================ */\n.social-proof-section {\n  padding-bottom: 30px !important;\n}\n.social-proof-section + .ia-showcase-section {\n  padding-top: 34px !important;\n}\n.ia-showcase-section {\n  padding-bottom: 22px !important;\n}\n.ia-showcase-heading {\n  margin-bottom: 20px !important;\n}\n.ia-showcase-heading > p {\n  max-width: 720px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.ia-showcase-grid {\n  margin-bottom: 0 !important;\n}\n.ia-showcase-section + .offer-section {\n  padding-top: 18px !important;\n}\n.offer-section {\n  padding-bottom: 54px;\n}\n@media (max-width: 900px) {\n  .social-proof-section { padding-bottom: 26px !important; }\n  .social-proof-section + .ia-showcase-section { padding-top: 28px !important; }\n  .ia-showcase-section { padding-bottom: 18px !important; }\n  .ia-showcase-section + .offer-section { padding-top: 14px !important; }\n}\n@media (max-width: 480px) {\n  .social-proof-section { padding-bottom: 20px !important; }\n  .social-proof-section + .ia-showcase-section { padding-top: 22px !important; }\n  .ia-showcase-section { padding-bottom: 14px !important; }\n  .ia-showcase-heading { margin-bottom: 14px !important; }\n  .ia-showcase-heading > p { margin-top: 8px; }\n  .ia-showcase-grid { gap: 8px !important; }\n  .ia-showcase-card { padding: 9px 9px 10px !important; }\n  .ia-showcase-section + .offer-section { padding-top: 10px !important; }\n}\n
/* ============================================================
   3 VÍDEOS DE VIDA REAL — 30/08/2026
   Fluxo: boas-vindas -> 3 vídeos -> provas sociais -> restante.
   ============================================================ */
.story-video-section {
  padding-top: 38px;
  padding-bottom: 46px;
  background:
    radial-gradient(circle at 50% 0%, rgba(36,148,255,.10), transparent 36%),
    linear-gradient(180deg, #020916 0%, #04111f 100%);
}
.story-video-heading {
  max-width: 930px;
  margin: 0 auto 28px;
  text-align: center;
}
.story-video-heading .eyebrow { justify-content: center; }
.story-video-heading h2 {
  max-width: 880px;
  margin: 0 auto 14px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}
.story-video-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.story-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1120px);
  margin: 0 auto;
}
.story-video-card {
  min-width: 0;
  padding: 12px 12px 14px;
  border: 1px solid rgba(71,163,255,.28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(9,31,55,.92), rgba(3,12,23,.98));
  box-shadow: 0 22px 55px rgba(0,0,0,.30), 0 0 30px rgba(36,148,255,.06);
}
.story-video-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 2px 10px;
}
.story-video-title-row span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(36,148,255,.13);
  border: 1px solid rgba(71,163,255,.34);
  color: #9fd2ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.story-video-title-row h3 {
  margin: 0;
  color: #f5f8fc;
  font-size: 15px;
  line-height: 1.25;
}
.story-video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(71,163,255,.34);
  border-radius: 17px;
  background: #000;
}
.story-video-shell video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
}
.story-video-bridge {
  max-width: 900px;
  margin: 24px auto 0;
  text-align: center;
  color: #dfe9f3;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .015em;
}
.story-video-section + .social-proof-section {
  padding-top: 54px !important;
}

@media (max-width: 900px) {
  .story-video-section {
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .story-video-heading {
    margin-bottom: 22px;
    padding: 0 8px;
  }
  .story-video-heading h2 {
    font-size: clamp(31px, 8vw, 46px);
  }
  .story-video-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 420px;
    overflow: visible;
    overflow-x: visible;
    overscroll-behavior-inline: auto;
    scroll-snap-type: none;
    scroll-padding-inline: 0;
    padding: 2px 0 8px;
  }
  .story-video-card {
    width: 100%;
    scroll-snap-align: none;
    padding: 10px 10px 12px;
    border-radius: 19px;
  }
  .story-video-title-row { min-height: 46px; }
  .story-video-bridge {
    margin-top: 16px;
    padding: 0 22px;
    font-size: 13px;
    line-height: 1.5;
  }
  .story-video-section + .social-proof-section {
    padding-top: 38px !important;
  }
}

@media (max-width: 480px) {
  .story-video-section { padding-top: 22px; padding-bottom: 28px; }
  .story-video-heading { margin-bottom: 16px; }
  .story-video-heading p { font-size: 14px; }
  .story-video-grid {
    gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .story-video-title-row h3 { font-size: 14px; }
  .story-video-section + .social-proof-section { padding-top: 30px !important; }
}

/* ============================================================
   PROVAS SOCIAIS AMPLIADAS — 02/09/2026
   Mesma largura visual dos vídeos, imagem completa e legenda abaixo.
   ============================================================ */
.social-proof-section .proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 0 auto;
}

.social-proof-section .proof-case {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(9,31,55,.94), rgba(3,12,23,.99));
  box-shadow: 0 22px 55px rgba(0,0,0,.30), 0 0 30px rgba(36,148,255,.06);
}

.social-proof-section .proof-photos,
.social-proof-section .proof-photos--single {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  background: #020916;
}

.social-proof-section .proof-photos figure {
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.social-proof-section .proof-photos img,
.social-proof-section .proof-photos--single img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.social-proof-section .proof-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
  padding: 20px 20px 22px;
  border-top: 1px solid rgba(77,164,250,.22);
  background: linear-gradient(180deg, rgba(7,24,44,.98), rgba(3,14,27,.98));
}

.social-proof-section .proof-copy small {
  order: 1;
  margin: 0;
  color: #9fd2ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.35;
  text-transform: none;
}

.social-proof-section .proof-copy strong {
  order: 2;
  margin-top: 7px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
}

.social-proof-section .proof-copy blockquote {
  order: 3;
  margin: 15px 0 0;
  color: #cbd6e2;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.52;
}

@media (max-width: 900px) {
  .social-proof-section .proof-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 420px;
  }

  .social-proof-section .proof-case {
    width: 100%;
    border-radius: 19px;
  }

  .social-proof-section .proof-copy {
    min-height: 0;
    padding: 20px 21px 22px;
  }
}

@media (max-width: 480px) {
  .social-proof-section .proof-grid { gap: 14px; }
  .social-proof-section .proof-copy { padding: 18px 18px 20px; }
  .social-proof-section .proof-copy strong { font-size: 17px; }
  .social-proof-section .proof-copy blockquote { font-size: 15px; }
}

/* ============================================================
   CAPA PRINCIPAL - CAMPANHA 15KG + CTA FIXO (04/09/2026)
   ============================================================ */
.site-header {
  z-index: 110;
  padding-right: clamp(260px, 22vw, 330px);
}

.header-cta {
  position: fixed;
  top: 15px;
  right: clamp(16px, 2.5vw, 38px);
  z-index: 140;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: rgba(2, 9, 22, .92);
  box-shadow: 0 10px 34px rgba(0,0,0,.34), 0 0 0 1px rgba(230,57,70,.12);
  backdrop-filter: blur(18px);
}

.header-cta:hover {
  background: linear-gradient(180deg, #ef2638, #c70d20);
  box-shadow: 0 14px 38px rgba(230,57,70,.38);
}

.campaign-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: calc(100svh - 82px);
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #020916;
  border-bottom: 1px solid rgba(86,169,255,.18);
}

.campaign-hero-backdrop {
  position: absolute;
  z-index: 0;
  inset: -5%;
  background:
    linear-gradient(180deg, rgba(2,9,22,.08), rgba(2,9,22,.34)),
    url('hero-15kg-rj.webp?v=20260904') center / cover no-repeat;
  filter: blur(24px) brightness(.36) saturate(1.18);
  transform: scale(1.09);
  opacity: .9;
}

.campaign-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 45%, rgba(36,148,255,.10), transparent 36%),
    linear-gradient(180deg, rgba(2,9,22,.05), rgba(2,9,22,.26));
}

.campaign-hero-media {
  position: relative;
  z-index: 2;
  width: min(100vw, calc((100svh - 82px) * 1.7768));
  max-width: 100%;
  aspect-ratio: 1672 / 941;
  max-height: calc(100svh - 82px);
  box-shadow: 0 30px 90px rgba(0,0,0,.40);
}

.campaign-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

/* Hotspot invisível exatamente sobre o botão desenhado na arte. */
.campaign-hero-cta-hotspot {
  position: absolute;
  z-index: 4;
  left: 4.5%;
  top: 72.2%;
  width: 39.5%;
  height: 11.6%;
  border-radius: 16px;
  cursor: pointer;
  background: rgba(230,57,70,0);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.campaign-hero-cta-hotspot:hover {
  background: rgba(230,57,70,.08);
  box-shadow: 0 0 34px rgba(230,57,70,.26);
  transform: translateY(-1px);
}

.campaign-hero-cta-hotspot:focus-visible {
  outline: 3px solid #5eb6ff;
  outline-offset: 4px;
}

.campaign-hero-disclaimer {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 7px;
  width: min(92vw, 980px);
  transform: translateX(-50%);
  color: rgba(236,242,249,.72);
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,.9);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .site-header { padding-right: 250px; }
  .header-cta { right: 16px; }
}

@media (max-width: 800px), (max-device-width: 800px), (hover: none) and (pointer: coarse) {
  .site-header {
    height: 68px;
    padding: 0 160px 0 14px !important;
  }
  .brand img { width: 48px; height: 48px; }
  .header-cta {
    top: 10px;
    right: 10px;
    min-height: 48px;
    padding: 0 13px !important;
    font-size: 10px !important;
    letter-spacing: .02em;
    border-radius: 8px;
  }
  .campaign-hero {
    height: calc(100svh - 68px);
    min-height: 520px;
    padding: 10px 0 34px;
  }
  .campaign-hero-media {
    width: 100vw;
    max-height: none;
    aspect-ratio: 1672 / 941;
  }
  .campaign-hero-backdrop {
    filter: blur(25px) brightness(.32) saturate(1.2);
    opacity: 1;
  }
  .campaign-hero-disclaimer {
    bottom: 8px;
    width: 92vw;
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .site-header { padding-right: 150px !important; }
  .header-cta {
    min-height: 44px;
    top: 12px;
    right: 8px;
    padding: 0 10px !important;
    font-size: 9px !important;
  }
  .campaign-hero { min-height: 500px; }
}

/* ============================================================
   HERO MOBILE 9:16 — 04/09/2026
   No celular, a arte horizontal não é reduzida. A mesma imagem
   vira cenário vertical e o texto é recomposto em HTML legível.
   ============================================================ */
.campaign-hero-mobile {
  display: none;
}

@media (max-width: 800px), (max-device-width: 800px), (hover: none) and (pointer: coarse) {
  .campaign-hero {
    height: auto;
    min-height: calc(100svh - 68px);
    padding: 0 0 62px;
    place-items: stretch;
  }

  .campaign-hero-media--desktop {
    display: none;
  }

  .campaign-hero-mobile {
    position: relative;
    z-index: 2;
    isolation: isolate;
    display: flex;
    width: 100%;
    min-height: max(680px, calc(100svh - 68px));
    margin: 0 auto;
    padding: 28px 20px 36px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-image: url('hero-15kg-rj.webp?v=20260904');
    background-repeat: no-repeat;
    background-position: 66% 50%;
    background-size: auto 100%;
    box-sizing: border-box;
  }

  .campaign-hero-mobile::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(2,9,22,.12) 0%, rgba(2,9,22,.04) 30%, rgba(2,9,22,.52) 53%, rgba(2,9,22,.97) 78%, #020916 100%),
      linear-gradient(90deg, rgba(2,9,22,.40), transparent 42%, rgba(2,9,22,.14));
    pointer-events: none;
  }

  .campaign-hero-mobile-brand {
    position: absolute;
    top: 24px;
    left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .26em;
    text-shadow: 0 3px 14px rgba(0,0,0,.85);
  }

  .campaign-hero-mobile-content {
    position: relative;
    z-index: 2;
    width: min(100%, 440px);
    margin: 0 auto;
    text-align: left;
  }

  .campaign-hero-mobile h1 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: .88;
    text-transform: uppercase;
    text-shadow: 0 5px 18px rgba(0,0,0,.82);
  }

  .campaign-hero-mobile h1 span,
  .campaign-hero-mobile h1 strong {
    display: block;
  }

  .campaign-hero-mobile h1 span {
    color: #fff;
    font-size: clamp(48px, 14.2vw, 70px);
  }

  .campaign-hero-mobile h1 strong {
    margin-top: 6px;
    color: #ef3340;
    font-size: clamp(42px, 12.7vw, 63px);
  }

  .campaign-hero-mobile-lead {
    max-width: 370px;
    margin: 18px 0 0;
    color: #f4f7fb;
    font-size: clamp(19px, 5.2vw, 24px);
    font-weight: 760;
    line-height: 1.16;
    text-shadow: 0 3px 12px rgba(0,0,0,.9);
  }

  .campaign-hero-mobile-lead em {
    color: #ef3340;
    font-style: normal;
  }

  .campaign-hero-mobile-detail {
    max-width: 390px;
    margin: 12px 0 0;
    color: #dce8f5;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    text-shadow: 0 2px 10px rgba(0,0,0,.9);
  }

  .campaign-hero-mobile-cta {
    width: 100%;
    min-height: 58px;
    margin-top: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: 2px solid #ef3340;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(16,34,66,.98), rgba(5,17,38,.98));
    box-shadow: 0 0 0 2px rgba(255,255,255,.08) inset, 0 0 27px rgba(239,51,64,.30);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .025em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
  }

  .campaign-hero-mobile-cta span {
    color: #ef3340;
    font-size: 27px;
    line-height: 0;
  }

  .campaign-hero-mobile-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .campaign-hero-mobile-trust span {
    min-width: 0;
    padding-left: 9px;
    border-left: 2px solid rgba(64,175,255,.78);
    color: #d9e7f5;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .025em;
    line-height: 1.24;
    text-transform: uppercase;
  }

  .campaign-hero-disclaimer {
    bottom: 10px;
    width: calc(100% - 28px);
    color: rgba(236,242,249,.80);
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 360px), (max-height: 700px) and (max-width: 800px) {
  .campaign-hero-mobile {
    min-height: 640px;
    padding: 24px 16px 30px;
  }

  .campaign-hero-mobile-brand {
    top: 20px;
    left: 16px;
    font-size: 14px;
  }

  .campaign-hero-mobile h1 span { font-size: 46px; }
  .campaign-hero-mobile h1 strong { font-size: 40px; }
  .campaign-hero-mobile-lead { margin-top: 14px; font-size: 18px; }
  .campaign-hero-mobile-detail { margin-top: 9px; font-size: 14px; }
  .campaign-hero-mobile-cta { min-height: 54px; margin-top: 15px; font-size: 15px; }
  .campaign-hero-mobile-trust { margin-top: 13px; }
  .campaign-hero-mobile-trust span { font-size: 11px; }
}

/* Ordem 05/09/2026: boas-vindas -> provas sociais -> demais vídeos. */
.welcome-video-section + .social-proof-section {
  padding-top: 42px !important;
}

.social-proof-section + .story-video-section,
.story-video-section + .ia-showcase-section {
  padding-top: 34px !important;
}

@media (max-width: 900px) {
  .welcome-video-section + .social-proof-section {
    padding-top: 30px !important;
  }

  .social-proof-section + .story-video-section,
  .story-video-section + .ia-showcase-section {
    padding-top: 26px !important;
  }
}

/* Ajuste 06/09/2026: remove o cabeçalho do vídeo e elimina o espaço vazio. */
.welcome-video-section {
  padding-top: 20px !important;
}

@media (max-width: 900px) {
  .welcome-video-section {
    padding-top: 12px !important;
  }
}

/* Ajuste 06/09/2026: página enxuta encerra no criativo final clicável. */
.compact-page .conversion-art-section {
  padding-bottom: 0 !important;
}

/* Ajuste 06/09/2026: comunicação emocional, curta e orientada à decisão. */
.social-proof-pressure {
  width: min(760px, 100%);
  margin: 18px auto 0;
  color: #c6d3e2;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

.social-proof-pressure strong {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 768px) {
  .social-proof-pressure {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }
}

/* Cronômetro de decisão — urgência real sem bloquear o checkout ao zerar. */
.decision-timer {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.2vw, 48px);
  padding: 14px clamp(24px, 6vw, 96px);
  border-bottom: 1px solid rgba(230, 57, 70, .46);
  background:
    radial-gradient(circle at 15% 50%, rgba(230, 57, 70, .18), transparent 28%),
    radial-gradient(circle at 88% 50%, rgba(36, 148, 255, .18), transparent 30%),
    linear-gradient(90deg, #07101e, #020916 46%, #07101e);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.decision-timer::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--red), var(--blue), transparent);
  opacity: .7;
}

.decision-timer-copy {
  width: min(820px, 100%);
}

.decision-timer-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(24px, 2.4vw, 35px);
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(230, 57, 70, .28);
}

.decision-timer-copy span {
  display: block;
  color: #c9d6e5;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 650;
  line-height: 1.4;
}

.decision-timer-clock {
  flex: 0 0 auto;
  min-width: 160px;
  padding: 7px 18px 8px;
  border: 1px solid rgba(255, 82, 96, .74);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(35, 10, 20, .88), rgba(9, 16, 31, .96));
  box-shadow: 0 0 28px rgba(230, 57, 70, .19), inset 0 1px 0 rgba(255, 255, 255, .09);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 18px rgba(255, 60, 77, .52);
}

.decision-timer.is-ended {
  border-bottom-color: rgba(36, 148, 255, .34);
}

.decision-timer.is-ended .decision-timer-clock {
  border-color: rgba(145, 166, 190, .4);
  color: #b9c6d5;
  text-shadow: none;
}

@media (max-width: 800px) {
  .decision-timer {
    min-height: 98px;
    gap: 12px;
    padding: 11px 13px;
    justify-content: space-between;
  }

  .decision-timer-copy {
    min-width: 0;
  }

  .decision-timer-copy strong {
    margin-bottom: 4px;
    font-size: 19px;
    letter-spacing: .04em;
  }

  .decision-timer-copy span {
    font-size: 14px;
    line-height: 1.3;
  }

  .decision-timer-clock {
    min-width: 102px;
    padding: 9px 9px 10px;
    border-radius: 11px;
    font-size: 32px;
  }
}

@media (max-width: 380px) {
  .decision-timer {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 12px 15px 13px;
  }

  .decision-timer-copy {
    text-align: center;
  }

  .decision-timer-clock {
    width: min(150px, 100%);
    min-width: 0;
    margin: 0 auto;
  }
}

/* Comparativo premium — vidro translúcido com leitura lado a lado em todas as telas. */
.comparison-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(54px, 6vw, 88px) clamp(18px, 5vw, 78px) clamp(62px, 7vw, 98px);
  border-top: 1px solid rgba(89, 167, 255, .18);
  background:
    radial-gradient(circle at 83% 20%, rgba(36, 148, 255, .20), transparent 34%),
    radial-gradient(circle at 17% 78%, rgba(230, 57, 70, .10), transparent 29%),
    linear-gradient(145deg, #020916 0%, #07172a 50%, #020916 100%);
}

.comparison-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 12%, rgba(255,255,255,.035) 47%, transparent 69%);
  pointer-events: none;
}

.comparison-shell {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 2vw, 28px);
}

.comparison-card {
  min-width: 0;
  overflow: hidden;
  padding: clamp(25px, 3vw, 42px);
  border: 1px solid rgba(183, 205, 230, .25);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(28, 46, 70, .62), rgba(10, 23, 42, .40));
  box-shadow: 0 24px 64px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .10);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.comparison-card--conventional {
  border-left-color: rgba(255, 72, 86, .72);
  box-shadow: -8px 0 32px rgba(230, 57, 70, .09), 0 24px 64px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.comparison-card--rj {
  border-color: rgba(75, 168, 255, .78);
  background: linear-gradient(145deg, rgba(16, 60, 103, .70), rgba(5, 25, 48, .56));
  box-shadow: 0 0 38px rgba(36, 148, 255, .20), 0 28px 68px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.comparison-card h2 {
  min-height: 42px;
  margin: 0 0 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #f6f9fd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(21px, 2.15vw, 33px);
  font-weight: 850;
  letter-spacing: .015em;
  line-height: 1.15;
  text-transform: uppercase;
}

.comparison-card--conventional h2 {
  background: linear-gradient(90deg, #fff, #aebaca);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comparison-card--rj h2 {
  text-shadow: 0 0 24px rgba(36, 148, 255, .24);
}

.comparison-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comparison-card li {
  display: grid;
  min-height: 72px;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: #e9eff6;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.35;
}

.comparison-card li:last-child {
  border-bottom: 0;
}

.comparison-card li strong {
  color: #fff;
  font-size: 1.03em;
}

.comparison-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
}

.comparison-card--conventional .comparison-icon {
  color: #ff4050;
  background: rgba(168, 9, 27, .22);
  box-shadow: 0 0 18px rgba(255, 47, 64, .22);
}

.comparison-card--rj .comparison-icon {
  color: #48f3a4;
  background: rgba(0, 111, 67, .22);
  box-shadow: 0 0 18px rgba(31, 237, 139, .24);
}

.comparison-punch {
  width: min(1120px, 100%);
  margin: clamp(30px, 4vw, 48px) auto 24px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 900;
  letter-spacing: -.018em;
  line-height: 1.12;
  text-align: center;
  text-wrap: balance;
}

.comparison-cta {
  display: flex;
  width: min(650px, 100%);
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
  padding: 16px 28px;
  border: 1px solid #ff5260;
  border-radius: 15px;
  background: linear-gradient(180deg, #f02438, #bd071c);
  box-shadow: 0 18px 42px rgba(214, 12, 34, .30), inset 0 1px 0 rgba(255,255,255,.28);
  color: #fff;
  font-size: clamp(16px, 1.7vw, 23px);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.comparison-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(230, 57, 70, .40), inset 0 1px 0 rgba(255,255,255,.28);
}

.comparison-cta:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.comparison-cta span {
  font-size: 1.35em;
  line-height: 0;
}

@media (max-width: 800px) {
  .comparison-section {
    padding: 34px 8px 48px;
  }

  .comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .comparison-card {
    padding: 15px 8px 10px;
    border-radius: 17px;
  }

  .comparison-card h2 {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    padding: 0 2px 10px;
    font-size: clamp(12px, 3.5vw, 16px);
    letter-spacing: 0;
    line-height: 1.14;
    text-align: center;
  }

  .comparison-card li {
    height: 80px;
    min-height: 80px;
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 6px;
    padding: 5px 0;
    font-size: clamp(12.5px, 3.45vw, 15px);
    line-height: 1.22;
  }

  .comparison-icon {
    width: 26px;
    height: 26px;
    font-size: 20px;
  }

  .comparison-punch {
    margin: 25px auto 18px;
    padding: 0 10px;
    font-size: clamp(19px, 5.6vw, 26px);
    line-height: 1.14;
  }

  .comparison-cta {
    width: calc(100% - 14px);
    min-height: 62px;
    padding: 14px 14px;
    border-radius: 13px;
    font-size: clamp(15px, 4.2vw, 19px);
  }
}

@media (max-width: 340px) {
  .comparison-section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .comparison-grid {
    gap: 4px;
  }

  .comparison-card {
    padding-right: 6px;
    padding-left: 6px;
  }

  .comparison-card h2 {
    font-size: 11.5px;
  }

  .comparison-card li {
    height: 84px;
    min-height: 84px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px;
    font-size: 12px;
  }

  .comparison-icon {
    width: 23px;
    height: 23px;
    font-size: 17px;
  }
}
