:root {
  --bg: #05060f;
  --bg-soft: #0a1224;
  --blue: #1ea0ff;
  --blue-2: #0b6fff;
  --ink: #030712;
  --text: #f3f7ff;
  --muted: rgba(226, 236, 255, 0.72);
  --line: rgba(30, 160, 255, 0.22);
  --radius: 14px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Montserrat", "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-bottom: 88px;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: -999px;
}

.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 99;
  background: var(--blue);
  color: var(--ink);
  padding: 8px 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  --date-space: calc(92px + env(safe-area-inset-top, 0px));
  background:
    radial-gradient(90% 55% at 88% -8%, rgba(30, 120, 255, 0.42), transparent 52%),
    radial-gradient(70% 45% at 8% 108%, rgba(12, 48, 140, 0.38), transparent 58%),
    linear-gradient(180deg, #0c1733 0%, #070b18 42%, #05060f 100%);
}

.hero-flare {
  position: absolute;
  top: -18%;
  right: -22%;
  width: 70%;
  height: 62%;
  background: linear-gradient(135deg, rgba(80, 170, 255, 0.55), rgba(20, 70, 200, 0.08) 46%, transparent 70%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
  transform: rotate(-18deg);
}

.hero-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.05  0 0 0 0 0.1  0 0 0 0 0.25  0 0 0 0.45 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"),
    repeating-linear-gradient(125deg, transparent 0 17px, rgba(40, 90, 180, 0.07) 17px 18px);
  background-size: 140px 140px, auto;
  mix-blend-mode: overlay;
}

.hero-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 14% 12%, rgba(90, 170, 255, 0.55) 1.4px, transparent 1.8px),
    radial-gradient(rgba(70, 150, 255, 0.22) 1px, transparent 1.4px);
  background-size: 22px 22px, 16px 16px;
  background-position: 12px 18px, 0 0;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.hero-chevrons {
  position: absolute;
  left: 6%;
  top: 28%;
  width: 42px;
  height: 120px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.45;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0 8px,
      rgba(90, 170, 255, 0.55) 8px 10px,
      transparent 10px 16px
    );
  mask-image: linear-gradient(#000, transparent);
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 12%;
  width: 78%;
  height: 46%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(30, 140, 255, 0.32), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.hero-watermark {
  position: absolute;
  right: -0.12em;
  top: 14%;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(5.5rem, 28vw, 9rem);
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(40, 110, 220, 0.22);
  pointer-events: none;
  z-index: 1;
}

.hero-visual {
  position: absolute;
  left: 50%;
  top: var(--date-space);
  transform: translateX(-50%);
  width: 100%;
  height: 54%;
  z-index: 2;
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: 140%;
  object-fit: contain;
  object-position: center top;
  user-select: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
}

.hero-photo-blend {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 0;
  height: 18%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--bg) 78%);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 64%,
      rgba(5, 6, 15, 0.4) 82%,
      var(--bg) 96%
    );
}

.hero-top {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: var(--date-space);
  padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 10px;
}

.hero-date {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(120, 190, 255, 0.85);
  box-shadow:
    0 0 0 3px rgba(30, 160, 255, 0.16),
    0 12px 32px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(30, 160, 255, 0.4);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-date svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #fff;
}

.date-live {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(30, 160, 255, 0.55);
}

.date-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.date-time {
  color: var(--blue);
  font-weight: 800;
}

.hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px calc(18px + env(safe-area-inset-bottom));
}

.hero-title {
  margin: 0;
  width: 100%;
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.title-kicker {
  display: block;
  margin-bottom: 0.08em;
  font-size: clamp(0.78rem, 4.2vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #fff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.title-hero {
  display: block;
  width: 100%;
  font-size: clamp(3.5rem, 23vw, 7rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
  background-image: linear-gradient(180deg, #ffffff 8%, #d7e6f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.5));
}

.title-line {
  display: block;
  width: 100%;
  margin-top: 0.35em;
  font-size: clamp(0.78rem, 4.2vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--blue);
  text-shadow: 0 0 16px rgba(30, 160, 255, 0.35);
}

.hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 44px;
}

.hero-logo {
  width: min(210px, 62vw);
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.hero-desc {
  margin: 12px 0 0;
  max-width: 36ch;
  font-size: 0.94rem;
  line-height: 1.45;
  font-weight: 400;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 54px;
  padding: 14px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(30, 160, 255, 0.32);
}

.btn:hover {
  filter: brightness(1.05);
}

.btn-hero {
  margin-top: 18px;
}

/* ===== CONTENT ===== */
.block {
  padding: 56px 22px;
  max-width: 720px;
  margin: 0 auto;
}

.block-alt {
  background: var(--bg-soft);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.7rem, 6vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

h2 em {
  font-style: normal;
  color: var(--blue);
}

.lead {
  color: var(--muted);
  margin: 0 0 28px;
}

/* ===== CARROS COMPRADOS ===== */
.deals {
  margin: 8px -22px 0;
  padding-bottom: 4px;
}

.deals-stage {
  position: relative;
}

.deals-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 42px 18px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.deals-track::-webkit-scrollbar {
  display: none;
}

.deal-card {
  position: relative;
  flex: 0 0 min(82%, 300px);
  scroll-snap-align: center;
  padding: 16px 16px 12px;
  border-radius: 18px;
  background:
    radial-gradient(80% 50% at 50% 0%, rgba(30, 160, 255, 0.16), transparent 58%),
    linear-gradient(180deg, #0b1428 0%, #070b16 100%);
  border: 1px solid rgba(90, 180, 255, 0.45);
  box-shadow:
    0 0 0 1px rgba(30, 160, 255, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(30, 160, 255, 0.18);
}

.deal-card::before,
.deal-card::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-color: var(--blue);
  border-style: solid;
}

.deal-card::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}

.deal-card::after {
  top: 8px;
  right: 8px;
  border-width: 2px 2px 0 0;
}

.deal-card h4 {
  margin: 0;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(1.55rem, 7vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.deal-year {
  margin: 8px 0 0;
  color: #e7c36b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.deal-fipe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 0;
  color: #ff6b7a;
  font-size: 0.92rem;
  font-weight: 800;
}

.deal-fipe span {
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.deal-photo-wrap {
  height: 132px;
  margin: 8px 0 4px;
  border-radius: 12px;
  overflow: hidden;
  background: #05070f;
}

.deal-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.deal-paid {
  margin: 8px 0 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
}

.deal-paid b {
  display: block;
  margin-top: 2px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.deal-note {
  margin: 6px 0 14px;
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
}

.deal-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 0;
  padding: 10px 0 2px;
  list-style: none;
  border-top: 1px solid var(--line);
}

.deal-tags li {
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(226, 236, 255, 0.78);
  line-height: 1.25;
}

.deal-tags li::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 6px;
  border-radius: 50%;
  border: 1px solid rgba(30, 160, 255, 0.55);
  background:
    var(--blue)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23030712' stroke-width='2.6'><path d='M5 12l5 5L20 7'/></svg>")
    center / 14px no-repeat;
}

.deals-nav {
  position: absolute;
  top: 46%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #111;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transform: translateY(-50%);
}

.deals-nav.prev { left: 8px; }
.deals-nav.next { right: 8px; }

.deals-nav svg {
  width: 18px;
  height: 18px;
}

.deals-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 2px;
}

.deals-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(226, 236, 255, 0.28);
  cursor: pointer;
}

.deals-dots button.is-on {
  width: 18px;
  border-radius: 99px;
  background: var(--blue);
}

/* ===== FEEDBACKS ===== */
.quote-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 22px 18px 18px;
}

.quote-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-photo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  border: 2px solid rgba(30, 160, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(30, 160, 255, 0.12);
}

.quote-top p {
  margin: 0;
}

.quote-top strong {
  display: block;
  font-size: 1rem;
}

.quote-top span {
  color: var(--muted);
  font-size: 0.8rem;
}

.quote-stars {
  margin: 12px 0 0;
  color: #e7c36b;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
}

.quote-car {
  margin: 10px 0 0;
  color: #e7c36b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quote-deal {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 6px 0 0;
  font-weight: 800;
}

.quote-deal span {
  color: #ff6b7a;
  font-size: 0.88rem;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.quote-deal b {
  color: var(--blue);
  font-family: var(--display);
  font-size: 1.05rem;
}

.quote-text {
  margin: 12px 0 0;
  flex: 1;
  color: rgba(243, 247, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  scroll-margin-bottom: 96px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin: 8px 0 0;
  color: var(--muted);
}

.cta-final {
  padding: 56px 22px 72px;
  text-align: center;
  background:
    radial-gradient(55% 40% at 88% 8%, rgba(231, 195, 107, 0.12), transparent 52%),
    radial-gradient(70% 50% at 8% 0%, rgba(255, 107, 74, 0.08), transparent 48%),
    radial-gradient(80% 60% at 50% 0%, rgba(30, 140, 255, 0.18), transparent 60%),
    var(--bg);
}

.cta-final .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.cta-final h2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.plans-lead {
  max-width: 400px;
  margin: 0 auto 28px;
}

.plan-name {
  margin: 10px 0 8px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  letter-spacing: -0.03em;
}

.price-card {
  --gold: #e7c36b;
  --coral: #ff7a59;
  max-width: 400px;
  margin: 0 auto;
  padding: 28px 22px 24px;
  border-radius: 22px;
  text-align: center;
  background:
    radial-gradient(70% 42% at 100% 0%, rgba(231, 195, 107, 0.14), transparent 55%),
    radial-gradient(80% 48% at 0% 0%, rgba(30, 160, 255, 0.2), transparent 58%),
    linear-gradient(180deg, #0d1426 0%, #070b16 100%);
  border: 1px solid rgba(231, 195, 107, 0.28);
  box-shadow:
    0 0 0 1px rgba(30, 160, 255, 0.1),
    0 24px 50px rgba(0, 0, 0, 0.4);
}

.price-kicker {
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 89, 0.14);
  border: 1px solid rgba(255, 122, 89, 0.38);
  color: #ff8f74;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-card .date-badge {
  color: var(--gold);
}

.price-card h2 {
  margin: 10px 0 8px;
}

.price-lead {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.price-lead em {
  font-style: normal;
  font-weight: 700;
  color: var(--gold);
}

.price-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-now {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin: 4px 0 0;
  line-height: 0.85;
  color: #fff;
}

.price-currency {
  margin-top: 0.42em;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold);
}

.price-int {
  font-family: var(--display);
  font-size: clamp(4.2rem, 18vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.price-cents {
  margin-top: 0.38em;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--gold);
}

.price-caption {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.price-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 22px 0 20px;
  padding: 0;
  list-style: none;
}

.price-perks li {
  position: relative;
  padding: 12px 10px 12px 36px;
  border-radius: 12px;
  border: 1px solid rgba(231, 195, 107, 0.2);
  background: rgba(231, 195, 107, 0.06);
  color: rgba(226, 236, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: left;
}

.price-perks li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    var(--gold)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23140f08' stroke-width='3'><path d='M5 12l5 5L20 7'/></svg>")
    center / 11px no-repeat;
}

.price-card .btn {
  width: 100%;
  box-shadow:
    0 10px 30px rgba(30, 160, 255, 0.32),
    0 0 0 1px rgba(231, 195, 107, 0.22);
}

.hero-micro {
  margin: 12px 0 0;
  font-size: 0.75rem;
  color: rgba(226, 236, 255, 0.5);
}

.date-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d4d;
}

.date-badge-static {
  justify-content: center;
  margin-bottom: 0;
}

.footer {
  padding: 28px 22px 110px;
  text-align: center;
  color: rgba(226, 236, 255, 0.42);
  font-size: 0.8rem;
}

.footer p {
  margin: 4px 0;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, var(--bg), rgba(5, 8, 20, 0.94));
}

.sticky-cta .btn {
  width: 100%;
}

.desk-only {
  display: none;
}

@media (min-width: 768px) {
  .hero-visual {
    height: 58%;
  }

  .hero-copy {
    top: 48%;
    padding-bottom: 36px;
  }

  .deals {
    margin-left: 0;
    margin-right: 0;
  }

  .deals-track {
    padding-left: 48px;
    padding-right: 48px;
  }

  .deal-card {
    flex-basis: 340px;
  }

  .sticky-cta {
    display: none;
  }

  .footer {
    padding-bottom: 40px;
  }
}

@media (min-width: 1100px) {
  html {
    scroll-padding-bottom: 0;
  }

  body {
    background:
      radial-gradient(48% 42% at 92% 8%, rgba(30, 140, 255, 0.16), transparent 58%),
      radial-gradient(40% 36% at 6% 72%, rgba(231, 195, 107, 0.07), transparent 62%),
      var(--bg);
  }

  .desk-only {
    display: block;
  }

  /* ===== HERO DESKTOP ===== */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(520px, 1.05fr) 1fr;
    align-items: stretch;
    background:
      radial-gradient(70% 80% at 88% 18%, rgba(40, 150, 255, 0.38), transparent 52%),
      radial-gradient(50% 60% at 12% 88%, rgba(12, 40, 120, 0.45), transparent 60%),
      linear-gradient(115deg, #070b16 0%, #0b1730 48%, #07101f 100%);
  }

  .hero-visual {
    left: auto;
    right: 0;
    top: 0;
    transform: none;
    width: 54%;
    height: 100%;
    overflow: hidden;
  }

  .hero-photo {
    left: auto;
    right: 0;
    transform: none;
    height: 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
    object-fit: cover;
    object-position: center 12%;
    mix-blend-mode: lighten;
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
    -webkit-mask-composite: source-over;
    mask-composite: add;
  }

  .hero-photo-blend {
    left: 0;
    right: 0;
    width: 100%;
    height: 36%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #070b16 92%);
  }

  .hero-shade {
    background: linear-gradient(180deg, transparent 72%, rgba(7, 11, 22, 0.45) 90%, #070b16 100%);
  }

  .hero-watermark {
    right: 46%;
    top: 10%;
    font-size: 11rem;
  }

  .hero-chevrons {
    left: 4.5%;
    top: 42%;
  }

  .hero-top {
    position: absolute;
    justify-content: flex-start;
    padding-left: 64px;
    min-height: auto;
  }

  .hero-copy {
    position: relative;
    grid-column: 1;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    padding: 120px 24px 72px 64px;
    max-width: 640px;
  }

  .hero-logo {
    width: 240px;
    max-height: 58px;
  }

  .hero-brand {
    justify-content: flex-start;
    margin-bottom: 18px;
  }

  .title-kicker {
    font-size: 1.05rem;
    letter-spacing: 0.2em;
  }

  .title-hero {
    font-size: 6.4rem;
    text-align: left;
  }

  .title-line {
    font-size: 1.05rem;
    letter-spacing: 0.16em;
    margin-top: 0.45em;
  }

  .hero-desc {
    margin-top: 18px;
    max-width: 42ch;
    font-size: 1.08rem;
    line-height: 1.55;
  }

  .btn {
    width: auto;
    min-width: 280px;
  }

  .btn-hero {
    margin-top: 28px;
  }

  .hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .hero-pills li {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(90, 180, 255, 0.35);
    background: rgba(30, 160, 255, 0.1);
    color: #d7ecff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hero-desk-note {
    margin: 14px 0 0;
    color: rgba(226, 236, 255, 0.55);
    font-size: 0.86rem;
  }

  /* ===== SECTIONS ===== */
  .block {
    max-width: 1180px;
    padding: 88px 40px;
  }

  .block-alt {
    background:
      radial-gradient(60% 50% at 100% 0%, rgba(30, 160, 255, 0.14), transparent 58%),
      linear-gradient(180deg, #0a1224 0%, #070b16 100%);
  }

  h2 {
    font-size: 2.7rem;
    max-width: 16ch;
  }

  .lead {
    max-width: 52ch;
    font-size: 1.05rem;
  }

  .lead-swipe {
    display: none;
  }

  .cta-final {
    text-align: left;
  }

  .cta-final .eyebrow,
  .cta-final h2,
  .plans-lead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cta-final h2 {
    max-width: none;
    font-size: 2.9rem;
  }

  .plans-lead {
    max-width: 46ch;
    margin-bottom: 40px;
  }

  #carros,
  #feedbacks,
  #faq {
    position: relative;
  }

  #carros::before,
  #feedbacks::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(20px);
    opacity: 0.55;
  }

  #carros::before {
    right: -40px;
    top: -40px;
    background: rgba(30, 160, 255, 0.16);
  }

  #feedbacks::before {
    left: -60px;
    bottom: -80px;
    background: rgba(231, 195, 107, 0.1);
  }

  .deals {
    margin: 12px 0 0;
  }

  .deals-track {
    display: grid;
    gap: 16px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 4px 0 0;
  }

  .deals-nav,
  .deals-dots {
    display: none;
  }

  #carros .deals-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #carros .deal-card {
    flex: none;
    width: auto;
  }

  #carros .deal-photo-wrap {
    height: 118px;
  }

  #carros .deal-card h4 {
    font-size: 1.35rem;
    letter-spacing: 0.08em;
  }

  #feedbacks .deals-track {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  #feedbacks .quote-card {
    flex: none;
    min-height: 280px;
    padding: 24px 22px 22px;
  }

  .quote-photo {
    width: 72px;
    height: 72px;
  }

  /* ===== PLANOS ===== */
  .cta-final {
    padding: 96px 40px 100px;
    background:
      radial-gradient(42% 50% at 12% 20%, rgba(30, 160, 255, 0.2), transparent 58%),
      radial-gradient(40% 48% at 90% 8%, rgba(231, 195, 107, 0.16), transparent 55%),
      linear-gradient(180deg, #070b16 0%, #0a1226 100%);
  }

  .cta-final h2 {
    max-width: none;
  }

  .plans-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 420px;
    gap: 36px;
    align-items: stretch;
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
  }

  .plans-aside {
    display: flex;
    flex-direction: column;
    padding: 32px 32px 28px;
    border-radius: 24px;
    background:
      radial-gradient(80% 60% at 0% 0%, rgba(30, 160, 255, 0.18), transparent 58%),
      linear-gradient(180deg, rgba(13, 22, 44, 0.92), rgba(7, 11, 22, 0.96));
    border: 1px solid rgba(90, 180, 255, 0.28);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  }

  .plans-aside-kicker {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .plans-aside h3 {
    margin: 0 0 12px;
    font-family: var(--display);
    font-size: 2rem;
    letter-spacing: -0.03em;
  }

  .plans-aside > p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 1.02rem;
  }

  .plans-points {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .plans-points li {
    position: relative;
    padding: 12px 0 12px 34px;
    border-top: 1px solid var(--line);
    color: rgba(243, 247, 255, 0.9);
    font-weight: 600;
  }

  .plans-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background:
      var(--blue)
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23030712' stroke-width='3'><path d='M5 12l5 5L20 7'/></svg>")
      center / 11px no-repeat;
  }

  .plans-mentor {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 22px;
  }

  .plans-mentor img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 50%;
    border: 2px solid rgba(30, 160, 255, 0.55);
  }

  .plans-mentor p {
    margin: 0;
  }

  .plans-mentor strong {
    display: block;
    font-size: 1.02rem;
  }

  .plans-mentor span {
    color: var(--muted);
    font-size: 0.86rem;
  }

  .price-card {
    max-width: none;
    padding: 34px 28px 28px;
    box-shadow:
      0 0 0 1px rgba(231, 195, 107, 0.22),
      0 28px 70px rgba(0, 0, 0, 0.45),
      0 0 80px rgba(30, 160, 255, 0.16);
  }

  .price-perks {
    grid-template-columns: 1fr 1fr;
  }

  .price-int {
    font-size: 5.6rem;
  }

  /* ===== FAQ ===== */
  .faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 36px;
    margin-top: 28px;
  }

  .faq details {
    padding: 18px 0;
  }

  .faq summary {
    font-size: 1.05rem;
  }

  .footer {
    padding: 36px 40px 48px;
    border-top: 1px solid rgba(30, 160, 255, 0.12);
  }
}

@media (max-height: 740px) and (max-width: 1099px) {
  .hero-visual { height: 46%; }
  .hero-copy { top: 42%; }
  .title-hero { font-size: clamp(2.8rem, 20vw, 5rem); }
  .hero-desc { font-size: 0.84rem; }
  .hero-logo { width: min(190px, 56vw); max-height: 46px; }
}
