:root {
  --black: #0b0d10;
  --black-soft: #111418;
  --dark: #171a1f;
  --dark-2: #22262d;
  --card: rgba(255, 255, 255, 0.055);
  --card-strong: rgba(255, 255, 255, 0.09);
  --white: #ffffff;
  --text: #f7f7f7;
  --muted: #d2d6de;
  --ink: #171a20;
  --ink-muted: #596170;
  --page: #f3f5f8;
  --surface: #ffffff;
  --surface-soft: #f7f8fb;
  --surface-warm: #f0f2f5;
  --yellow: #38bdf8;
  --yellow-2: #0ea5e9;
  --yellow-3: #e0f2fe;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 193, 7, 0.28);
  --soft-line: #e2e6ee;
  --shadow: 0 28px 90px rgba(17, 24, 39, 0.16);
  --glass: rgba(255, 255, 255, 0.068);
  --yellow-glow: 0 0 34px rgba(255, 193, 7, 0.14);
  --radius-lg: 34px;
  --radius-md: 24px;
  color-scheme: light dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family:
    Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 84% 4%, rgba(255, 193, 7, 0.08), transparent 30rem),
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #0b0d10 0, #15181d 760px, #20242a 940px, var(--page) 1080px, #eef1f5 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
}

body::after {
  position: fixed;
  inset: auto -10% -26% -10%;
  z-index: -1;
  height: 520px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 225, 0, 0.14), transparent 62%),
    radial-gradient(ellipse at 20% 70%, rgba(255, 255, 255, 0.05), transparent 54%);
  filter: blur(18px);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(2.62rem, 7.4vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 5vw, 4.15rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.site-header,
.urgency-bar,
.hero,
.proof-strip,
.scale-section,
.steps-section,
.trust-section,
.video-section,
.mid-cta,
.visual-section,
.live-proof,
.testimonials,
.faq,
.final-cta,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 14px;
  margin-top: 14px;
  background: rgba(7, 7, 8, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  width: 224px;
  height: 62px;
  object-fit: contain;
  padding: 4px 10px;
  background: var(--white);
  border: 1px solid rgba(255, 208, 0, 0.35);
  border-radius: 18px;
  box-shadow: 0 0 34px rgba(255, 208, 0, 0.16);
}

.footer-brand .brand-logo {
  width: 270px;
  height: 82px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.footer-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--yellow);
}

.header-cta,
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  overflow: hidden;
  font-weight: 900;
  letter-spacing: -0.01em;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.btn-large {
  min-height: 68px;
  padding-inline: 38px;
  font-size: 1.12rem;
}

.header-cta,
.btn-primary {
  color: #141006;
  background: linear-gradient(135deg, #e0f2fe 0%, #38bdf8 52%, #0ea5e9 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35) inset,
    0 0 28px rgba(255, 230, 0, 0.42),
    0 20px 58px rgba(255, 159, 0, 0.52);
  animation: ctaPulse 2.4s ease-in-out infinite;
}

.btn-primary::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.55) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: shine 3.8s ease-in-out infinite;
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
}

.header-cta:hover,
.btn:hover,
.floating-cta:hover {
  transform: translateY(-3px) scale(1.025);
  filter: saturate(1.16) brightness(1.08);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.78fr);
  gap: 48px;
  align-items: center;
  padding: 82px 0 42px;
}

.urgency-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  margin-top: 12px;
  color: #161006;
  text-align: center;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow), var(--yellow-2));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(255, 179, 0, 0.24);
  animation: fadeUp 650ms ease both;
}

.urgency-bar strong {
  font-weight: 950;
}

.urgency-bar span {
  font-weight: 800;
  opacity: 0.86;
}

.hero-content,
.hero-visual,
.proof-strip,
.scale-section,
.steps-section,
.trust-section,
.video-section,
.mid-cta,
.visual-section,
.live-proof,
.testimonials,
.faq,
.final-cta {
  animation: fadeUp 700ms ease both;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-badge {
  padding: 9px 12px;
  color: #e0f2fe;
  background: rgba(255, 208, 0, 0.08);
  border: 1px solid rgba(255, 208, 0, 0.18);
  border-radius: 999px;
}

.hero-badge span {
  width: 8px;
  height: 8px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 208, 0, 0.8);
}

.speed-triggers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin: 0 0 18px;
}

.speed-triggers span {
  padding: 10px 13px;
  color: #141006;
  font-size: 0.88rem;
  font-weight: 950;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow), var(--yellow-2));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow:
    0 0 24px rgba(255, 225, 0, 0.2),
    0 12px 32px rgba(255, 179, 0, 0.16);
}

.hero-subtitle {
  max-width: 640px;
  margin-bottom: 30px;
  color: #eeeeee;
  font-size: clamp(1.08rem, 2.6vw, 1.48rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.quick-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  padding: 12px;
  margin: 0 0 16px;
  list-style: none;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 208, 0, 0.18);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24);
}

.quick-benefits li {
  padding: 12px 14px;
  color: #f4f4f4;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 0 0 18px;
}

.hero-stats div {
  padding: 14px 12px;
  background:
    linear-gradient(180deg, rgba(255, 225, 0, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 225, 0, 0.2);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 4px;
  color: var(--yellow);
  font-size: 1.04rem;
  font-weight: 950;
}

.hero-stats span {
  color: #ececec;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-secondary-link {
  display: inline-flex;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 180ms ease;
}

.hero-secondary-link:hover {
  color: var(--yellow);
}

.hero-image-card {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--dark);
  border: 1px solid var(--line);
  border-radius: 38px;
  box-shadow:
    var(--shadow),
    var(--yellow-glow);
  isolation: isolate;
  animation: floatCard 6s ease-in-out infinite;
}

.hero-image-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 56%),
    radial-gradient(circle at 80% 12%, rgba(255, 208, 0, 0.24), transparent 20rem);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: 548px;
  object-fit: cover;
  transform: scale(1.02);
}

.status-card {
  position: absolute;
  z-index: 2;
  padding: 16px 18px;
  background: rgba(8, 8, 9, 0.82);
  border: 1px solid rgba(255, 208, 0, 0.22);
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  animation: microFloat 4.4s ease-in-out infinite;
}

.status-card strong,
.status-card span {
  display: block;
}

.status-card strong {
  color: var(--white);
  font-size: 1.04rem;
}

.status-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
}

.status-card-top {
  top: 22px;
  right: 22px;
}

.status-card-bottom {
  bottom: 22px;
  left: 22px;
  animation-delay: 800ms;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  margin-top: 8px;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 28px;
  backdrop-filter: blur(18px);
  box-shadow: var(--yellow-glow);
}

.proof-strip div {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 225, 0, 0.12), transparent 11rem),
    rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-icon {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  place-items: center;
  color: #141006;
  font-size: 0.95rem;
  font-weight: 950;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow), var(--yellow-2));
  border-radius: 14px;
  box-shadow:
    0 0 28px rgba(255, 225, 0, 0.22),
    0 14px 34px rgba(255, 179, 0, 0.16);
}

.proof-strip strong {
  margin-bottom: 4px;
  color: var(--yellow);
  font-size: 1.08rem;
}

.proof-strip span {
  color: var(--muted);
}

.scale-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  margin-top: 18px;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 225, 0, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
  border: 1px solid var(--line-strong);
  border-radius: 32px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.scale-section::before,
.trust-section::before,
.mid-cta::before,
.final-cta::before {
  position: absolute;
  inset: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 24%, transparent 70%, rgba(255, 225, 0, 0.08));
  border-radius: inherit;
  opacity: 0.7;
}

.scale-card,
.metric-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  backdrop-filter: blur(16px);
}

.main-scale-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 4vw, 34px);
}

.main-scale-card h2 {
  font-size: clamp(1.9rem, 4vw, 3.25rem);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  position: relative;
  min-height: 150px;
  padding: 24px;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.metric-card:hover,
.step:hover,
.trust-grid article:hover {
  border-color: rgba(255, 225, 0, 0.28);
  box-shadow:
    0 26px 82px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(255, 225, 0, 0.12);
  transform: translateY(-4px);
}

.metric-card::after {
  position: absolute;
  right: -18px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 7rem;
  font-weight: 950;
  content: "+";
}

.metric-card strong,
.metric-card span {
  position: relative;
  z-index: 1;
  display: block;
}

.metric-card strong {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: clamp(1.8rem, 5vw, 3.25rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-shadow: 0 0 34px rgba(255, 225, 0, 0.22);
}

.metric-card span {
  color: #eeeeee;
  font-weight: 850;
}

.badge-row {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-row span {
  padding: 10px 13px;
  color: #e0f2fe;
  font-size: 0.86rem;
  font-weight: 900;
  background: rgba(255, 225, 0, 0.08);
  border: 1px solid rgba(255, 225, 0, 0.2);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  animation: badgeGlow 4s ease-in-out infinite;
}

.steps-section,
.testimonials,
.faq {
  padding: 84px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.steps,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step,
.trust-grid article,
.testimonial-card,
.faq details,
.legal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(255, 208, 0, 0.06), transparent 45%);
  border: 1px solid var(--line);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.step {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-radius: var(--radius-md);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.step::after {
  position: absolute;
  right: -36px;
  bottom: -54px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 9rem;
  font-weight: 900;
  content: attr(data-step);
}

.step-icon,
.feature-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  color: #141006;
  font-weight: 900;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow-2));
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(255, 176, 0, 0.22);
}

.trust-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 208, 0, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.trust-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(12px, 3vw, 22px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-grid article {
  padding: 22px;
  border-radius: 22px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.trust-grid article:last-child {
  grid-column: 1 / -1;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  margin-top: 84px;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.08), transparent 20rem),
    linear-gradient(135deg, #ffffff, #f3f6fa);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 76px rgba(17, 24, 39, 0.1);
}

.video-section p {
  color: var(--ink-muted);
}

.video-player {
  overflow: hidden;
  min-height: 320px;
  background: #111827;
  border: 1px solid rgba(255, 193, 7, 0.2);
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.18);
}

.video-explicativo {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #111827;
}

.video-placeholder {
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.82), rgba(17, 24, 39, 0.68)),
    radial-gradient(circle at 50% 10%, rgba(255, 193, 7, 0.22), transparent 18rem);
  border: 1px solid rgba(255, 193, 7, 0.2);
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.18);
}

.video-placeholder strong,
.video-placeholder span {
  display: block;
}

.video-placeholder strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.video-placeholder span {
  max-width: 420px;
  color: #d8dde6;
}

.play-button {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  place-items: center;
  color: #141006;
  font-size: 1.55rem;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow-2));
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(255, 193, 7, 0.28);
}

.mid-cta,
.final-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 5vw, 46px);
  margin: 84px auto;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 208, 0, 0.24), transparent 22rem),
    linear-gradient(135deg, #191919, #080808);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.mid-cta h2,
.final-cta h2 {
  max-width: 820px;
}

.visual-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 225, 0, 0.1), transparent 20rem),
    rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.28);
}

.visual-copy {
  padding: clamp(8px, 2vw, 18px);
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 14px;
}

.image-grid img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  filter: saturate(1.04) contrast(1.02);
}

.image-grid img:first-child {
  grid-row: span 2;
  min-height: 474px;
}

.live-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  margin: 84px auto 0;
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 225, 0, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow:
    var(--shadow),
    var(--yellow-glow);
  backdrop-filter: blur(20px);
}

.live-proof-copy h2 {
  font-size: clamp(2rem, 4.7vw, 3.7rem);
}

.live-proof-panel {
  display: grid;
  gap: 14px;
}

.rating-card,
.activity-list,
.live-badges {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.036)),
    rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.rating-card {
  padding: 24px;
}

.rating-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  letter-spacing: 0.06em;
  text-shadow: 0 0 28px rgba(255, 225, 0, 0.28);
}

.rating-card span {
  color: #eeeeee;
  font-weight: 850;
}

.activity-list {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.activity-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f1f1f1;
  font-weight: 800;
}

.activity-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 225, 0, 0.7);
  animation: liveDot 1.8s ease-in-out infinite;
}

.live-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
}

.live-badges span {
  padding: 10px 12px;
  color: #e0f2fe;
  font-size: 0.85rem;
  font-weight: 900;
  background: rgba(255, 225, 0, 0.09);
  border: 1px solid rgba(255, 225, 0, 0.22);
  border-radius: 999px;
}

.testimonial-card {
  min-height: 250px;
  padding: 26px;
  border-radius: var(--radius-md);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.testimonial-card:hover {
  border-color: rgba(255, 225, 0, 0.28);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(255, 225, 0, 0.12);
  transform: translateY(-4px);
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.testimonial-head span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #141006;
  font-weight: 950;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow-2));
  border-radius: 50%;
}

.testimonial-head strong,
.testimonial-head small {
  display: block;
}

.testimonial-head small {
  margin-top: 2px;
  color: var(--muted);
  font-weight: 750;
}

.stars {
  margin-bottom: 14px;
  color: var(--yellow);
  letter-spacing: 0.08em;
}

.testimonial-card p {
  color: #ececec;
  font-size: 1.02rem;
}

.testimonial-card strong {
  color: var(--yellow);
}

.testimonial-card em {
  display: inline-flex;
  margin-top: 8px;
  color: #e0f2fe;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 900;
}

.faq-list {
  display: grid;
  max-width: 900px;
  gap: 12px;
  margin-inline: auto;
}

.faq details {
  padding: 20px 22px;
  border-radius: 20px;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--white);
  font-weight: 900;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--yellow);
  font-size: 1.5rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  margin: 14px 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 34px;
  margin-bottom: 48px;
  color: var(--muted);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 225, 0, 0.1), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.028));
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.footer-brand {
  margin-bottom: 18px;
}

.site-footer p {
  max-width: 720px;
  margin-bottom: 8px;
}

.footer-disclaimer {
  max-width: 760px;
  padding: 20px 22px;
  margin-top: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 225, 0, 0.13), transparent 16rem),
    rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 225, 0, 0.34);
  border-radius: 20px;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(255, 225, 0, 0.1);
}

.footer-disclaimer strong {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-disclaimer p {
  margin: 0;
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 900;
}

.footer-disclaimer p + p {
  margin-top: 8px;
  color: #fff0a8;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 190px;
  font-weight: 800;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  color: #141006;
  font-weight: 900;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow), var(--yellow-2));
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(255, 176, 0, 0.38);
}

.redirect-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 193, 7, 0.18), transparent 22rem),
    rgba(8, 10, 13, 0.64);
  opacity: 0;
  backdrop-filter: blur(14px);
  transition: opacity 240ms ease;
}

.redirect-overlay-visible {
  opacity: 1;
}

.redirect-card {
  width: min(420px, 100%);
  padding: 30px;
  color: #f8fafc;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(14, 17, 22, 0.9);
  border: 1px solid rgba(255, 193, 7, 0.26);
  border-radius: 28px;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.38),
    0 0 38px rgba(255, 193, 7, 0.12);
  transform: translateY(12px) scale(0.98);
  animation: redirectCardIn 360ms ease forwards;
}

.redirect-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  place-items: center;
  color: #141006;
  font-size: 1.7rem;
  font-weight: 950;
  background: linear-gradient(135deg, var(--yellow-3), var(--yellow-2));
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(255, 193, 7, 0.28);
}

.redirect-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.65rem;
}

.redirect-card p {
  margin-bottom: 10px;
  color: #e8edf5;
}

.redirect-card span {
  color: #bae6fd;
  font-size: 0.92rem;
  font-weight: 850;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 72px auto;
}

.legal-card {
  padding: clamp(28px, 6vw, 56px);
  border-radius: var(--radius-lg);
}

.legal-card h1 {
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 8vw, 5.4rem);
}

.legal-card h2 {
  margin-top: 34px;
  font-size: clamp(1.4rem, 4vw, 2rem);
  letter-spacing: -0.035em;
}

/* Correções do topo: menos amarelo em excesso e transição mais elegante. */
.urgency-bar {
  color: #f8fafc;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(12, 14, 18, 0.78);
  border: 1px solid rgba(255, 193, 7, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.urgency-bar strong {
  color: #38bdf8;
}

.speed-triggers span {
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 193, 7, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.proof-strip {
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.09), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(16, 18, 22, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.proof-strip div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-strip strong {
  color: #38bdf8;
}

.proof-strip span {
  color: #d8dde6;
}

/* Paleta premium leve: seções internas claras, hero/CTA/rodapé em grafite. */
.proof-strip,
.scale-section,
.steps-section,
.trust-section,
.visual-section,
.live-proof,
.testimonials,
.faq {
  color: var(--ink);
}

.proof-strip p,
.scale-section p,
.steps-section p,
.trust-section p,
.visual-section p,
.live-proof p,
.testimonials p,
.faq p {
  color: var(--ink-muted);
}

.proof-strip {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.08), transparent 18rem),
    linear-gradient(135deg, #eef1f5, #f8fafc);
  border: 1px solid var(--soft-line);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.1);
}

.proof-strip div,
.scale-card,
.metric-card,
.step,
.trust-grid article,
.rating-card,
.activity-list,
.live-badges,
.testimonial-card,
.faq details {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94)),
    var(--surface);
  border: 1px solid var(--soft-line);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(10px);
}

.proof-strip strong,
.metric-card strong,
.rating-card strong,
.stars,
.testimonial-card strong,
.faq summary::after {
  color: #c99600;
}

.proof-strip span,
.metric-card span,
.rating-card span,
.activity-list div,
.testimonial-card p,
.testimonial-head small,
.testimonial-card em {
  color: var(--ink-muted);
}

.scale-section {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 193, 7, 0.1), transparent 24rem),
    linear-gradient(135deg, #f6f8fb, #edf1f5);
  border: 1px solid var(--soft-line);
  box-shadow: 0 24px 76px rgba(17, 24, 39, 0.12);
}

.main-scale-card h2,
.scale-section h2,
.steps-section h2,
.trust-section h2,
.visual-section h2,
.live-proof h2,
.testimonials h2,
.faq h2 {
  color: var(--ink);
}

.steps-section {
  padding: 84px 28px;
  margin-top: 84px;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 58px rgba(17, 24, 39, 0.07);
}

.step::after {
  color: rgba(17, 24, 39, 0.045);
}

.trust-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 193, 7, 0.09), transparent 22rem),
    linear-gradient(135deg, #eef2f6, #f8fafc);
  border: 1px solid var(--soft-line);
  box-shadow: 0 24px 76px rgba(17, 24, 39, 0.11);
}

.visual-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.08), transparent 20rem),
    linear-gradient(135deg, #f8fafc, #ffffff);
  border: 1px solid var(--soft-line);
  box-shadow: 0 20px 66px rgba(17, 24, 39, 0.1);
}

.live-proof {
  background:
    radial-gradient(circle at 94% 0%, rgba(255, 193, 7, 0.1), transparent 24rem),
    linear-gradient(135deg, #ffffff, #f2f5f8);
  border: 1px solid var(--soft-line);
  box-shadow: 0 24px 76px rgba(17, 24, 39, 0.11);
}

.testimonials {
  padding: 84px 28px;
  margin-top: 84px;
  background: linear-gradient(180deg, #f3f5f8, #eef2f6);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-lg);
}

.testimonial-head span,
.step-icon,
.feature-icon,
.proof-icon {
  color: #1d1604;
  background: linear-gradient(135deg, #e0f2fe, var(--yellow-2));
  box-shadow: 0 12px 28px rgba(255, 193, 7, 0.18);
}

.testimonial-head strong {
  color: var(--ink);
}

.badge-row span,
.live-badges span {
  color: #075985;
  background: rgba(255, 193, 7, 0.11);
  border-color: rgba(255, 193, 7, 0.24);
}

.faq {
  padding: 84px 28px;
  margin-top: 84px;
  background: linear-gradient(180deg, #f8fafc, #eef1f5);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-lg);
}

.faq summary {
  color: var(--ink);
}

.mid-cta,
.final-cta {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 193, 7, 0.16), transparent 22rem),
    linear-gradient(135deg, #16191e, #0d0f12);
  border: 1px solid rgba(255, 193, 7, 0.22);
  box-shadow: 0 26px 80px rgba(17, 24, 39, 0.24);
}

.mid-cta p,
.final-cta p {
  color: #d9dde5;
}

.site-footer {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 193, 7, 0.08), transparent 24rem),
    linear-gradient(135deg, #15181d, #0b0d10);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.22);
}

.footer-disclaimer {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.1), transparent 16rem),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 193, 7, 0.22);
}

.footer-disclaimer p {
  color: #f7f7f7;
}

.footer-disclaimer p + p {
  color: #bae6fd;
}

.footer-security {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 14px;
}

.footer-security span {
  padding: 9px 12px;
  color: #bae6fd;
  font-size: 0.84rem;
  font-weight: 900;
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.2);
  border-radius: 999px;
}

.footer-links a[href^="mailto:"] {
  color: #f7f7f7;
  word-break: break-word;
}

/* Ajuste final do início: mantém hero e primeira prova social coesos no grafite. */
.urgency-bar {
  color: #f8fafc;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(12, 14, 18, 0.78);
  border: 1px solid rgba(255, 193, 7, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.urgency-bar strong {
  color: #38bdf8;
}

.speed-triggers span {
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 193, 7, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.proof-strip {
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.09), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(16, 18, 22, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.proof-strip div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-strip strong {
  color: #38bdf8;
}

.proof-strip span {
  color: #d8dde6;
}

/* Benefícios do hero: sem cartão branco, apenas chips escuros legíveis. */
.quick-benefits {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.quick-benefits li {
  color: #f8fafc;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(12, 14, 18, 0.72);
  border: 1px solid rgba(255, 193, 7, 0.18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.hero-stats div {
  background:
    linear-gradient(180deg, rgba(255, 193, 7, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(12, 14, 18, 0.66);
  border: 1px solid rgba(255, 193, 7, 0.18);
}

.hero-stats strong {
  color: #38bdf8;
}

.hero-stats span {
  color: #eef2f7;
}

.hero-secondary-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.hero-secondary-link:hover {
  color: #141006;
  background: #38bdf8;
  border-color: rgba(255, 193, 7, 0.42);
}

/* Contraste final em áreas claras. */
.scale-section .metric-card span,
.live-proof .rating-card span,
.live-proof .activity-list div,
.testimonials .testimonial-card p,
.testimonials .testimonial-head small,
.testimonials .testimonial-card em,
.faq p {
  color: var(--ink-muted);
}

.faq summary,
.testimonials .testimonial-head strong {
  color: var(--ink);
}

@keyframes shine {
  0%,
  45% {
    transform: translateX(-130%);
  }

  72%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes redirectCardIn {
  to {
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes microFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes liveDot {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes badgeGlow {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  }

  50% {
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.2),
      0 0 28px rgba(255, 225, 0, 0.16);
  }
}

body.reveal-enabled .reveal-item {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  filter: blur(6px);
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    filter 650ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

body.reveal-enabled .reveal-item.reveal-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

body.reveal-enabled .metric-card.reveal-visible:hover,
body.reveal-enabled .step.reveal-visible:hover,
body.reveal-enabled .trust-grid article.reveal-visible:hover,
body.reveal-enabled .testimonial-card.reveal-visible:hover {
  transform: translateY(-4px) scale(1);
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.35) inset,
      0 0 24px rgba(255, 230, 0, 0.38),
      0 20px 58px rgba(255, 159, 0, 0.5);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.48) inset,
      0 0 42px rgba(255, 230, 0, 0.62),
      0 26px 72px rgba(255, 159, 0, 0.68);
  }
}

@keyframes mobileCtaPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.38) inset,
      0 0 24px rgba(255, 230, 0, 0.44),
      0 18px 52px rgba(255, 159, 0, 0.56);
  }

  50% {
    transform: scale(1.035);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.52) inset,
      0 0 46px rgba(255, 230, 0, 0.68),
      0 24px 70px rgba(255, 159, 0, 0.74);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero,
  .trust-section,
  .video-section,
  .visual-section,
  .live-proof {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-image-card,
  .hero-image-card img {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: min(100% - 20px, 1180px);
    padding: 10px;
    border-radius: 24px;
  }

  body {
    padding-bottom: 86px;
  }

  .brand-logo {
    width: 180px;
    height: 54px;
    padding: 3px 8px;
    border-radius: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    gap: 28px;
    width: min(100% - 24px, 1180px);
    padding: 42px 0 26px;
  }

  h1 {
    font-size: clamp(2.46rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-subtitle {
    font-size: 1.04rem;
  }

  .hero-actions,
  .mid-cta,
  .final-cta,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
  }

  .btn-large {
    min-height: 72px;
    font-size: 1.12rem;
  }

  .btn-primary {
    animation: mobileCtaPulse 2.1s ease-in-out infinite;
  }

  .quick-benefits,
  .hero-stats,
  .proof-strip,
  .scale-section,
  .metric-grid,
  .steps,
  .trust-grid,
  .testimonial-grid,
  .image-grid {
    grid-template-columns: 1fr;
  }

  .quick-benefits li {
    border-radius: 18px;
  }

  .speed-triggers {
    display: grid;
    grid-template-columns: 1fr;
  }

  .speed-triggers span {
    text-align: center;
  }

  .urgency-bar {
    width: min(100% - 24px, 1180px);
    flex-direction: column;
    gap: 2px;
    border-radius: 20px;
  }

  .hero-image-card,
  .hero-image-card img {
    min-height: 330px;
    border-radius: 28px;
  }

  .status-card {
    padding: 13px 14px;
  }

  .status-card-top {
    top: 14px;
    right: 14px;
  }

  .status-card-bottom {
    bottom: 14px;
    left: 14px;
  }

  .proof-strip,
  .trust-section,
  .video-section,
  .visual-section,
  .live-proof,
  .mid-cta,
  .final-cta {
    width: min(100% - 24px, 1180px);
    padding: 18px;
    border-radius: 26px;
  }

  .steps-section,
  .testimonials,
  .faq {
    width: min(100% - 24px, 1180px);
    padding: 58px 0;
  }

  .trust-grid article:last-child {
    grid-column: auto;
  }

  .badge-row {
    grid-column: auto;
  }

  .image-grid img,
  .image-grid img:first-child {
    min-height: 220px;
  }

  .floating-cta {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: inline-flex;
    min-height: 64px;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255, 255, 255, 0.42);
    animation: mobileCtaPulse 2.1s ease-in-out infinite;
  }
}

/* Correção de contraste do topo: chips do hero sempre legíveis. */
.hero .quick-benefits li,
.hero .hero-stats div,
.hero .hero-secondary-link,
.hero .speed-triggers span {
  color: #f9fafb;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.9)),
    #111827;
  border: 1px solid rgba(56, 189, 248, 0.28);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.28);
  backdrop-filter: blur(14px);
}

.hero .hero-subtitle {
  color: #f9fafb;
  max-width: 680px;
  padding: 14px 18px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.72), rgba(31, 41, 55, 0.54)),
    rgba(17, 24, 39, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.2);
  backdrop-filter: blur(12px);
}

.hero .quick-benefits li,
.hero .hero-secondary-link {
  font-weight: 900;
}

.hero .hero-stats strong {
  color: #38bdf8;
  text-shadow: none;
}

.hero .hero-stats span {
  color: #e5e7eb;
}

.hero .hero-secondary-link:hover {
  color: #082f49;
  background: linear-gradient(135deg, #e0f2fe, #38bdf8);
  border-color: rgba(14, 165, 233, 0.42);
}

/* Remocao final do amarelo/dourado: todos os destaques agora usam azul claro. */
.hero-badge,
.eyebrow,
.hero-badge span,
.hero-stats strong,
.status-card strong,
.urgency-bar strong,
.proof-strip strong,
.metric-card strong,
.rating-card strong,
.stars,
.testimonial-card strong,
.faq summary::after,
.footer-disclaimer strong,
.nav-links a:hover,
.footer-links a:hover {
  color: var(--brand-yellow);
}

.brand-logo,
.hero-badge,
.speed-triggers span,
.quick-benefits li,
.hero-stats div,
.status-card,
.urgency-bar,
.proof-strip,
.mid-cta,
.final-cta,
.footer-disclaimer,
.redirect-card,
.video-placeholder,
.video-player {
  border-color: rgba(56, 189, 248, 0.24);
}

.header-cta,
.btn-primary,
.floating-cta,
.urgency-bar,
.speed-triggers span,
.proof-icon,
.step-icon,
.feature-icon,
.testimonial-head span,
.play-button,
.redirect-icon {
  background: linear-gradient(135deg, #e0f2fe 0%, #38bdf8 58%, #0ea5e9 100%);
}

.speed-triggers span,
.urgency-bar,
.quick-benefits li {
  color: #f8fafc;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(12, 14, 18, 0.72);
}

.hero-secondary-link:hover {
  color: #082f49;
  background: var(--brand-yellow);
  border-color: rgba(56, 189, 248, 0.42);
}

.proof-strip,
.scale-section,
.trust-section,
.video-section,
.visual-section,
.live-proof,
.faq,
.site-footer,
.footer-disclaimer,
.redirect-overlay,
.redirect-card {
  background-image:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.1), transparent 22rem),
    var(--_base-bg, none);
}

.proof-strip,
.scale-section,
.trust-section,
.video-section,
.visual-section,
.live-proof,
.faq {
  --_base-bg: linear-gradient(135deg, #ffffff, #f3f4f6);
}

.site-footer {
  --_base-bg: linear-gradient(135deg, #1f2937, #111827);
}

.redirect-card {
  --_base-bg: linear-gradient(135deg, rgba(31, 41, 55, 0.92), rgba(17, 24, 39, 0.88));
}

.badge-row span,
.live-badges span,
.footer-security span {
  color: var(--brand-blue-text);
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.24);
}

@keyframes badgeGlow {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  }

  50% {
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.16),
      0 0 28px rgba(56, 189, 248, 0.16);
  }
}

/* Identidade visual AutoProtegido 2.0: leve, nacional e confiável. */
:root {
  --brand-graphite: #111827;
  --brand-graphite-2: #1f2937;
  --brand-page: #f3f4f6;
  --brand-surface: #ffffff;
  --brand-border: #e5e7eb;
  --brand-text: #1f2937;
  --brand-muted: #4b5563;
  --brand-yellow: #38bdf8;
  --brand-yellow-hover: #0ea5e9;
  --brand-blue-soft: #e0f2fe;
  --brand-blue-text: #075985;
  --brand-success: #10b981;
  --brand-shadow: 0 18px 50px rgba(17, 24, 39, 0.1);
  --brand-shadow-hover: 0 24px 70px rgba(17, 24, 39, 0.16);
  --yellow: var(--brand-yellow);
  --yellow-2: var(--brand-yellow-hover);
  --yellow-3: var(--brand-blue-soft);
  --line-strong: rgba(56, 189, 248, 0.28);
  --yellow-glow: 0 0 34px rgba(56, 189, 248, 0.14);
}

body {
  color: var(--brand-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(56, 189, 248, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, #111827 0, #1f2937 760px, #f3f4f6 980px, #f3f4f6 100%);
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

p {
  color: var(--brand-muted);
}

.site-header {
  background: rgba(17, 24, 39, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.26);
}

.nav-links {
  color: #e5e7eb;
}

.brand-logo {
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.12);
}

.header-cta,
.btn-primary,
.floating-cta {
  color: #111827;
  background: linear-gradient(135deg, var(--brand-blue-soft) 0%, var(--brand-yellow) 50%, var(--brand-yellow-hover) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.38) inset,
    0 14px 34px rgba(56, 189, 248, 0.28);
}

.header-cta:hover,
.btn-primary:hover,
.floating-cta:hover {
  background: linear-gradient(135deg, #bae6fd 0%, var(--brand-yellow-hover) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.42) inset,
    0 18px 44px rgba(14, 165, 233, 0.34);
}

.btn-secondary,
.hero-secondary-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.hero {
  color: #ffffff;
  min-height: 680px;
}

.hero h1 {
  color: #ffffff;
}

.hero-subtitle {
  color: #e5e7eb;
}

.hero-badge,
.eyebrow {
  color: var(--brand-yellow);
}

.hero-badge,
.speed-triggers span,
.quick-benefits li,
.hero-stats div,
.status-card,
.urgency-bar {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.18);
  backdrop-filter: blur(16px);
}

.speed-triggers span {
  color: #fff7d6;
}

.quick-benefits li,
.hero-stats span,
.status-card span {
  color: #e5e7eb;
}

.hero-stats strong,
.status-card strong,
.urgency-bar strong {
  color: var(--brand-yellow);
}

.hero-image-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    #111827;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.32);
}

.proof-strip,
.scale-section,
.trust-section,
.video-section,
.visual-section,
.live-proof,
.testimonials,
.faq {
  color: var(--brand-text);
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  box-shadow: var(--brand-shadow);
}

.proof-strip,
.trust-section,
.live-proof,
.faq {
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.08), transparent 20rem),
    #ffffff;
}

.scale-section,
.steps-section,
.testimonials,
.video-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(16, 185, 129, 0.05), transparent 18rem),
    #f3f4f6;
}

.steps-section,
.testimonials,
.faq {
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--brand-shadow);
}

.proof-strip div,
.scale-card,
.metric-card,
.step,
.trust-grid article,
.rating-card,
.activity-list,
.live-badges,
.testimonial-card,
.faq details,
.legal-card {
  color: var(--brand-text);
  background: #ffffff;
  border: 1px solid var(--brand-border);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.metric-card:hover,
.step:hover,
.trust-grid article:hover,
.testimonial-card:hover {
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow: var(--brand-shadow-hover);
  transform: translateY(-4px);
}

.proof-strip strong,
.metric-card strong,
.rating-card strong,
.stars,
.testimonial-card strong,
.faq summary::after,
.footer-disclaimer strong {
  color: var(--brand-blue-text);
}

.proof-strip span,
.scale-section p,
.metric-card span,
.trust-section p,
.video-section p,
.visual-section p,
.live-proof p,
.rating-card span,
.activity-list div,
.testimonials p,
.testimonial-head small,
.testimonial-card em,
.faq p {
  color: var(--brand-muted);
}

.main-scale-card h2,
.scale-section h2,
.steps-section h2,
.trust-section h2,
.video-section h2,
.visual-section h2,
.live-proof h2,
.testimonials h2,
.faq h2,
.faq summary,
.testimonial-head strong {
  color: var(--brand-text);
}

.proof-icon,
.step-icon,
.feature-icon,
.testimonial-head span,
.play-button,
.redirect-icon {
  color: #111827;
  background: linear-gradient(135deg, var(--brand-blue-soft), var(--brand-yellow));
  box-shadow: 0 12px 26px rgba(56, 189, 248, 0.22);
}

.badge-row span,
.live-badges span,
.footer-security span {
  color: var(--brand-blue-text);
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.24);
}

.activity-dot {
  background: var(--brand-success);
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.58);
}

.mid-cta,
.final-cta {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 14%, rgba(56, 189, 248, 0.16), transparent 22rem),
    linear-gradient(135deg, #1f2937, #111827);
  border: 1px solid rgba(56, 189, 248, 0.24);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.22);
}

.mid-cta h2,
.final-cta h2 {
  color: #ffffff;
}

.mid-cta p,
.final-cta p {
  color: #d1d5db;
}

.video-placeholder,
.redirect-card {
  background:
    linear-gradient(135deg, rgba(31, 41, 55, 0.92), rgba(17, 24, 39, 0.88)),
    radial-gradient(circle at 50% 10%, rgba(56, 189, 248, 0.18), transparent 18rem);
  border-color: rgba(56, 189, 248, 0.24);
}

.video-player {
  border-color: rgba(56, 189, 248, 0.24);
}

.site-footer {
  color: #d1d5db;
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.1), transparent 24rem),
    linear-gradient(135deg, #1f2937, #111827);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-disclaimer {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(56, 189, 248, 0.22);
}

.footer-disclaimer p,
.footer-links a[href^="mailto:"] {
  color: #f9fafb;
}

.footer-disclaimer p + p {
  color: #bae6fd;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.32) inset,
      0 14px 34px rgba(56, 189, 248, 0.26);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.44) inset,
      0 18px 46px rgba(56, 189, 248, 0.38);
  }
}

@keyframes mobileCtaPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 14px 34px rgba(56, 189, 248, 0.32);
  }

  50% {
    transform: scale(1.025);
    box-shadow: 0 18px 44px rgba(56, 189, 248, 0.44);
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at 90% 2%, rgba(56, 189, 248, 0.14), transparent 20rem),
      linear-gradient(180deg, #111827 0, #1f2937 760px, #f3f4f6 900px, #f3f4f6 100%);
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .proof-strip,
  .scale-section,
  .trust-section,
  .video-section,
  .visual-section,
  .live-proof,
  .mid-cta,
  .final-cta,
  .steps-section,
  .testimonials,
  .faq {
    width: min(100% - 24px, 1180px);
  }

  .steps-section,
  .testimonials,
  .faq {
    padding: 44px 18px;
  }

  .floating-cta {
    color: #111827;
    background: linear-gradient(135deg, var(--brand-blue-soft), var(--brand-yellow), var(--brand-yellow-hover));
  }
}
