@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-400-v20260512.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-500-v20260512.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-600-v20260512.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter-700-v20260512.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-500.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-600.woff2") format("woff2");
}

@font-face {
  font-family: "OpenDyslexic";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/opendyslexic-400.woff2") format("woff2");
}

@font-face {
  font-family: "OpenDyslexic";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/opendyslexic-700.woff2") format("woff2");
}

:root {
  /* Rosso Corsa oficial — única voltagem de marca, usada com escassez */
  --brand: #da291c;
  --brand-hover: #e8392a;
  --brand-to: #b01e0a;
  /* Grafite NEUTRO — sem vinho, sem marrom (alinhado ao tema Kinnabari) */
  --bg-main: #0a0a0a;
  --bg-deep: #070707;
  --bg-surface: #141414;
  --surface-card: #161616;
  --surface-raised: #202020;
  --surface-glass: rgba(16, 16, 16, 0.74);
  --border: #262626;
  --border-bright: #383838;
  /* Labels/kickers em cinza Ferrari — cor reservada só ao vermelho */
  --label: #8f8f8f;
  --bamboo: #8f8f8f;
  --text: #ffffff;
  --text-soft: #e6e6e6;
  --text-muted: #a3a3a3;
  --text-faint: #6e6e6e;
  /* Faixa branca editorial — branco neutro limpo (sem bege) */
  --cream: #f5f5f3;
  --cream-soft: #ebebeb;
  --ink: #181818;

  --giallo: #f6e500;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  /* Sheen diagonal Rosso intencional (substitui o glow ambiente) */
  --sheen-red: linear-gradient(135deg, #da291c 0%, #7c160b 52%, #161616 100%);
  --sheen-graphite: linear-gradient(135deg, #323232 0%, #1e1e1e 52%, #131313 100%);
  --page-max: 1520px;
  --gutter: clamp(20px, 4vw, 56px);
  /* Cantos retos Ferrari — pílula só em badges/chips */
  --radius-sm: 4px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-full: 9999px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  overflow-x: clip;
  background: linear-gradient(135deg, #141414 0%, #0d0d0d 50%, #070707 100%) fixed;
  color: var(--text-soft);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
label {
  -webkit-tap-highlight-color: transparent;
}

button,
summary,
label,
a {
  touch-action: manipulation;
}

img,
svg {
  display: block;
  max-width: 100%;
}

strong {
  color: var(--text);
  font-weight: 600;
}

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: var(--brand);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner,
.feat-section-inner,
.cta-inner,
.footer-inner,
.nav-inner,
.signal-inner {
  width: min(100% - (var(--gutter) * 2), var(--page-max));
  margin-inline: auto;
}

.kicker {
  color: var(--bamboo);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section,
.product-section,
.experience-section {
  position: relative;
  padding: clamp(88px, 11vw, 160px) 0;
}

.section-header,
.feat-section-header {
  max-width: 820px;
  margin-bottom: clamp(44px, 7vw, 88px);
}

.section-header--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: end;
}

.section-header h2,
.feat-section-header h2,
.marketing-drive-heading,
.marketing-faq-heading,
.privacy-statement h2,
.privacy-cta-block h2 {
  margin-top: 16px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 6vw, 5.9rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-header > p,
.feat-section-header > p,
.marketing-drive-copy,
.marketing-faq-head > p,
.privacy-statement > p,
.privacy-cta-block > p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.7;
}

.section-header--split > p {
  margin: 0 0 6px;
  max-width: 460px;
}

/* Navigation */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: #0a0a0a;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.nav.is-scrolled {
  border-bottom-color: color-mix(in srgb, var(--brand) 26%, var(--border));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.nav-progress {
  position: absolute;
  inset: auto auto -1px 0;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 1px;
  background: var(--brand);
  transform-origin: left;
}

.nav-inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.nav-logo {
  margin-right: auto;
  gap: 11px;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-transform: none;
}

.nav-logo img,
.footer-logo img {
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  object-fit: cover;
}

.nav-logo img {
  width: 28px;
  height: 28px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms var(--ease-out);
}

.nav-actions,
.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-cta {
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid var(--brand);
  border-radius: var(--radius-md);
  background: var(--brand);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--brand) 22%, transparent);
  transition:
    filter 160ms ease,
    box-shadow 160ms ease,
    transform 120ms var(--ease-out);
}

.lang-picker {
  position: relative;
  flex-shrink: 0;
}

.lang-picker > summary {
  list-style: none;
}

.lang-picker > summary::-webkit-details-marker {
  display: none;
}

.lang-btn,
.a11y-btn,
.nav-menu-toggle {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  font: 700 10px/1 "Inter", sans-serif;
  letter-spacing: 0.08em;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 120ms var(--ease-out);
}

.lang-btn {
  padding: 0 12px;
}

.lang-arrow {
  opacity: 0.66;
  transition: transform 180ms var(--ease-out);
}

details[open].lang-picker .lang-arrow {
  transform: rotate(180deg);
}

.lang-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 120;
  min-width: 188px;
  border: 1px solid color-mix(in srgb, var(--brand) 20%, var(--border));
  border-radius: var(--radius-md);
  background: rgba(16, 16, 16, 0.96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.44);
  list-style: none;
  padding: 7px;
  transform-origin: top right;
}

.lang-list a {
  min-height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  transition:
    background-color 150ms ease,
    color 150ms ease;
}

.lang-list a[aria-current] {
  background: color-mix(in srgb, var(--brand) 14%, transparent);
  color: #ffffff;
}

.a11y-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.nav-menu-toggle {
  display: none;
  position: relative;
}

.nav-menu-toggle span {
  position: absolute;
  width: 17px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms var(--ease-out);
}

.nav-menu-toggle span:first-child {
  transform: translateY(-3px);
}

.nav-menu-toggle span:last-child {
  transform: translateY(3px);
}

.nav-menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.nav-menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
}

/* Shared buttons */
.btn-primary,
.btn-secondary,
.btn-ghost,
.btn-white,
.btn-outline-light {
  min-height: 50px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    filter 160ms ease,
    transform 120ms var(--ease-out);
}

.btn-primary,
.btn-white {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--brand) 24%, transparent);
}

.btn-secondary,
.btn-ghost {
  border: 1px solid color-mix(in srgb, var(--brand) 20%, rgba(255, 255, 255, 0.16));
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
}

.btn-outline-light {
  border: 1px solid rgba(23, 19, 21, 0.32);
  background: transparent;
  color: var(--ink);
}

.btn-primary:active,
.btn-secondary:active,
.btn-ghost:active,
.btn-white:active,
.btn-outline-light:active,
.nav-cta:active,
.lang-btn:active,
.a11y-btn:active,
.nav-menu-toggle:active {
  transform: scale(0.97);
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background: var(--bg-deep);
  overflow: hidden;
}

.hero-video {
  display: none;
}

/* Without the large-landscape video, this hero should only occupy its content. */
.hero--responsive-video,
.hero--responsive-video .hero-inner,
.hero--responsive-video .hero-left {
  min-height: 0;
}

.hero--responsive-video .hero-left::after {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
}

.hero-left {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  width: min(100%, 810px);
  padding: clamp(108px, 11vw, 140px) clamp(34px, 6vw, 100px) clamp(72px, 8vw, 112px) max(var(--gutter), calc((100vw - var(--page-max)) / 2 + var(--gutter)));
  background: var(--bg-deep);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-left::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 0;
  bottom: 14%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--brand) 20%, var(--brand-to) 80%, transparent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--brand) 36%, transparent);
}

.hero-badge {
  width: fit-content;
  min-height: 34px;
  border: 1px solid color-mix(in srgb, var(--brand) 28%, var(--border));
  border-radius: var(--radius-full);
  background: color-mix(in srgb, var(--brand) 7%, rgba(255, 255, 255, 0.025));
  color: var(--text-soft);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 12px color-mix(in srgb, var(--brand) 70%, transparent);
}

.hero-h1 {
  max-width: 780px;
  margin-top: 0;
  color: #ffffff;
  font-size: clamp(4rem, 7vw, 7.7rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero-h1 em {
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.02em;
}

.hero-sub {
  max-width: 610px;
  margin-top: 30px;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 36px;
  list-style: none;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-trust li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bamboo);
}

.hero-right {
  position: relative;
  flex: 1;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(104px, 14vh, 156px) clamp(28px, 4vw, 76px) clamp(56px, 9vh, 116px);
  background: linear-gradient(135deg, #191a1d 0%, #111214 58%, #0c0d0f 100%);
}

/* Cinematic motion is reserved for large landscape displays. */
@media (min-width: 1000px) and (orientation: landscape) {
  .hero--responsive-video,
  .hero--responsive-video .hero-inner,
  .hero--responsive-video .hero-left {
    min-height: 100svh;
  }

  .hero-video {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero-left {
    background: transparent;
  }

  .hero-left::after {
    display: none;
  }
}

.hero-cinema-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  animation: heroSettle 1200ms var(--ease-out) both;
}

.hero-cinema-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.45), transparent 28%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.12), transparent 45%, rgba(7, 7, 7, 0.78));
}

.hero-livery {
  position: absolute;
  top: 13%;
  left: 0;
  width: 3px;
  height: 74%;
  background: linear-gradient(180deg, var(--brand), var(--brand-to));
  box-shadow: 0 0 14px color-mix(in srgb, var(--brand) 50%, transparent);
}

.hero-caption {
  position: absolute;
  right: clamp(24px, 5vw, 70px);
  bottom: clamp(30px, 5vw, 72px);
  left: clamp(24px, 5vw, 70px);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.hero-caption-index {
  color: var(--brand);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hero-caption p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.hero-caption div > span {
  display: block;
  max-width: 420px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.hero-glow-tl,
.hero-glow-br {
  display: none;
}

/* Legacy locale hero markup */
.screen-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d0d0d;
}

.screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.76) brightness(0.72);
}

.status-badge {
  position: absolute;
  right: clamp(22px, 4vw, 52px);
  bottom: clamp(24px, 5vw, 60px);
  min-height: 38px;
  border: 1px solid color-mix(in srgb, var(--brand) 42%, var(--border));
  border-radius: var(--radius-full);
  background: rgba(10, 10, 10, 0.84);
  backdrop-filter: blur(14px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.status-text {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes heroSettle {
  from {
    opacity: 0.45;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1.025);
  }
}

/* Signal strip */
.signal-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #0d0d0d;
}

.signal-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.signal-item {
  min-height: 192px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  align-content: center;
  padding: 36px clamp(20px, 3vw, 44px);
  border-right: 1px solid var(--border);
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item > span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.signal-item strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.signal-item p {
  margin-top: 9px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Product stage */
.product-section {
  overflow: hidden;
  background: linear-gradient(180deg, #0d0d0d 0%, var(--bg-main) 100%);
}

.product-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
  border-radius: var(--radius-lg);
  background: #0d0d0d;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transform: perspective(1500px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 300ms var(--ease-out);
  will-change: transform;
}

.product-stage-chrome {
  min-height: 48px;
  border-bottom: 1px solid var(--border);
  background: #161616;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
}

.product-stage-chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5a4e51;
}

.product-stage-chrome span:first-child {
  background: var(--brand);
}

.product-stage-chrome p {
  margin-left: auto;
  color: var(--text-faint);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-stage-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-stage-reflection {
  position: absolute;
  inset: 48px 0 auto;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.055), transparent 38%);
  clip-path: polygon(0 0, 34% 0, 18% 100%, 0 100%);
}

.product-chip {
  position: absolute;
  min-height: 42px;
  border: 1px solid color-mix(in srgb, var(--brand) 22%, rgba(255, 255, 255, 0.12));
  border-radius: var(--radius-full);
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(16px) saturate(1.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-chip--top {
  top: 80px;
  right: 30px;
}

.product-chip--bottom {
  bottom: 30px;
  left: 30px;
}

.product-chip--bottom span {
  color: var(--brand);
}

.product-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

/* Capabilities */
.capabilities-section {
  border-top: 1px solid var(--border);
  background: var(--bg-deep);
}

.cap-grid {
  counter-reset: capability;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
}

.cap-card {
  counter-increment: capability;
  position: relative;
  min-height: 286px;
  border: 1px solid color-mix(in srgb, var(--brand) 14%, var(--border));
  border-radius: var(--radius-md);
  background: var(--surface-card);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(24px, 2.6vw, 36px);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms var(--ease-out);
}

.cap-card::after {
  content: counter(capability, decimal-leading-zero);
  position: absolute;
  top: 24px;
  right: 26px;
  color: var(--text-faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cap-card--wide {
  grid-column: span 2;
}

.cap-icon {
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--brand) 32%, var(--border));
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cap-icon svg {
  width: 27px;
  height: 27px;
  color: inherit;
  stroke: currentColor !important;
}

.cap-label {
  margin-top: auto;
  color: var(--bamboo);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cap-card h3 {
  max-width: 610px;
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.cap-card > p:not(.cap-label) {
  max-width: 610px;
  margin-top: 18px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.66;
}

.cap-meta {
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cap-card--visual {
  min-height: 340px;
  padding: 0;
}

.cap-card--visual::after {
  z-index: 2;
  color: rgba(255, 255, 255, 0.68);
}

.cap-card--visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04) brightness(0.78);
  transition:
    filter 320ms ease,
    transform 600ms var(--ease-out);
}

.cap-card--visual-tall {
  min-height: 400px;
}

.cap-card-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 90px 28px 28px;
  background: linear-gradient(180deg, transparent, rgba(7, 7, 7, 0.94));
}

.cap-card-overlay span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: var(--radius-full);
  background: #ffffff;
  color: var(--ink);
  padding: 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cap-card-overlay p {
  max-width: 360px;
  margin-top: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

/* Experience */
.experience-section,
#como-funciona {
  border-top: 0;
  background: var(--cream);
  color: var(--ink);
}

/* Experience light band — header */
.feat-section-header .kicker {
  color: var(--brand-to);
}

.feat-section-header h2 {
  color: var(--ink);
}

.feat-section-header > p {
  color: #4a4a4a;
}

.feat-tabs > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.feat-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}

.feat-nav label {
  min-height: 58px;
  border: 1px solid rgba(24, 24, 24, 0.14);
  border-radius: var(--radius-md);
  background: #f3eaa0;
  color: #3a3a30;
  box-shadow: inset 0 3px 0 var(--ink);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 120ms var(--ease-out);
}

.feat-nav label span {
  color: rgba(24, 24, 24, 0.5);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

#f1:checked ~ .feat-nav label[for="f1"],
#f2:checked ~ .feat-nav label[for="f2"],
#f3:checked ~ .feat-nav label[for="f3"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
  box-shadow: inset 0 3px 0 var(--brand);
}

#f1:checked ~ .feat-nav label[for="f1"] span,
#f2:checked ~ .feat-nav label[for="f2"] span,
#f3:checked ~ .feat-nav label[for="f3"] span {
  color: var(--brand);
}

.feat-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.feat-descs,
.feat-screens {
  display: grid;
}

.feat-desc,
.feat-screen {
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 240ms ease,
    transform 320ms var(--ease-out);
}

#f1:checked ~ .feat-body .feat-desc:nth-child(1),
#f2:checked ~ .feat-body .feat-desc:nth-child(2),
#f3:checked ~ .feat-body .feat-desc:nth-child(3),
#f1:checked ~ .feat-body .feat-screen:nth-child(1),
#f2:checked ~ .feat-body .feat-screen:nth-child(2),
#f3:checked ~ .feat-body .feat-screen:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.feat-index {
  color: var(--brand-to);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feat-desc h3 {
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.9vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-wrap: balance;
}

.feat-desc > p:not(.feat-index) {
  margin-top: 22px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.7;
}

.feat-points {
  margin-top: 28px;
  list-style: none;
}

.feat-points li {
  position: relative;
  border-top: 1px solid #dcdcdc;
  color: #4a4a4a;
  font-size: 13px;
  padding: 13px 0 13px 20px;
}

.feat-points li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.feat-points li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.development-badge {
  min-height: 32px;
  width: fit-content;
  margin-top: 26px;
  border: 1px solid rgba(24, 24, 24, 0.28);
  border-radius: var(--radius-full);
  background: transparent;
  color: #555555;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feat-screen {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
  border-radius: var(--radius-lg);
  background: #0d0d0d;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.feat-screen-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feat-screen--mindmaps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mindmap-preview-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
  border-radius: var(--radius-md);
  background: #0d0d0d;
}

.mindmap-preview-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  min-height: 30px;
  border-radius: var(--radius-full);
  background: #ffffff;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Drive */
.drive-section,
.band-drive,
.section-alt {
  border-top: 1px solid var(--border);
  background: var(--bg-main);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.65fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: center;
}

.split-copy {
  max-width: 700px;
}

.text-link {
  width: fit-content;
  min-height: 44px;
  margin-top: 28px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link svg {
  transition: transform 160ms var(--ease-out);
}

.info-card {
  position: relative;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, var(--border));
  border-radius: var(--radius-lg);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.035), transparent 40%),
    var(--surface-card);
  padding: clamp(28px, 4vw, 48px);
}

.info-card::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 2px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--brand), var(--brand-to));
}

.info-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.info-icon {
  width: 50px;
  height: 50px;
  border: 1px solid color-mix(in srgb, var(--brand) 38%, var(--border));
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-card-head-text p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.info-card-head-text span,
.info-card-head-text p:last-child {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.check-list {
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  border-top: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
  padding: 14px 0;
}

.check-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.check-list li > span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  padding-top: 4px;
}

.check-icon {
  width: 18px;
  height: 18px;
  color: var(--brand);
}

/* Drive card — Giallo accent (scoped; Drive reads yellow, not Rosso) */
#google-drive .info-card {
  border-color: color-mix(in srgb, var(--giallo) 20%, var(--border));
}

#google-drive .info-card::before {
  background: linear-gradient(180deg, var(--giallo), color-mix(in srgb, var(--giallo) 62%, #000));
}

#google-drive .info-icon {
  border-color: color-mix(in srgb, var(--giallo) 42%, var(--border));
  background: color-mix(in srgb, var(--giallo) 9%, transparent);
  color: var(--giallo);
}

#google-drive .check-list li > span {
  color: var(--giallo);
}

/* Privacy light band */
.privacy-section,
#privacidade {
  border-top: 0;
  background: var(--cream);
  color: var(--ink);
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
  gap: clamp(50px, 9vw, 144px);
  align-items: start;
}

.privacy-statement .kicker,
#privacidade .kicker {
  color: var(--brand-to);
}

.privacy-statement h2,
#privacidade h2 {
  color: var(--ink);
}

.privacy-statement > p,
#privacidade .privacy-cta-block > p {
  color: #4a4a4a;
}

.privacy-ledger {
  border-top: 5px solid var(--ink);
}

.privacy-ledger article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid #dcdcdc;
  padding: 24px 0;
}

.privacy-ledger article > span {
  color: var(--brand-to);
  font-size: 12px;
  font-weight: 700;
}

.privacy-ledger strong {
  color: var(--ink);
  font-size: 15px;
}

.privacy-ledger p {
  margin-top: 6px;
  color: #565656;
  font-size: 14px;
  line-height: 1.55;
}

.privacy-actions,
.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(42px, 6vw, 76px);
}

#privacidade .info-card {
  border-color: #dddddd;
  background: #ececec;
  color: var(--ink);
}

#privacidade .info-card::before {
  background: var(--brand);
}

#privacidade .info-card-head-text p,
#privacidade .info-card-head-text p:first-child {
  color: var(--ink);
}

#privacidade .info-card-head-text p:last-child,
#privacidade .check-list li {
  color: #4a4a4a;
}

#privacidade .check-list li {
  border-color: #dddddd;
}

#privacidade .btn-ghost {
  border-color: rgba(23, 19, 21, 0.28);
  background: transparent;
  color: var(--ink);
}

/* FAQ */
.faq-section {
  border-top: 1px solid var(--border);
  background: #0d0d0d;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.marketing-faq-head {
  position: sticky;
  top: 120px;
}

.faq-list {
  border-top: 1px solid var(--border-bright);
  list-style: none;
}

.faq-item {
  border-bottom: 1px solid var(--border-bright);
}

.faq-btn {
  min-height: 88px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  padding: 20px 0;
}

.faq-btn::-webkit-details-marker {
  display: none;
}

.faq-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid color-mix(in srgb, var(--brand) 28%, var(--border));
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-arrow::before,
.faq-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--brand);
  transform: translate(-50%, -50%);
  transition: transform 180ms var(--ease-out);
}

.faq-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open] .faq-arrow::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms var(--ease-out);
}

details[open] .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  min-height: 0;
  overflow: hidden;
  max-width: 680px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
  padding: 0 54px 0 0;
  transition: padding-bottom 240ms var(--ease-out);
}

details[open] .faq-answer-inner {
  padding-bottom: 28px;
}

.faq-inline-cta {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* CTA */
.cta-section {
  position: relative;
  min-height: min(820px, 86svh);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(88px, 12vw, 150px) 0;
  background: var(--bg-deep);
}

.cta-cinema-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.08) brightness(0.62);
}

.cta-shade,
.cta-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.72) 52%, rgba(7, 7, 7, 0.26)),
    linear-gradient(180deg, rgba(7, 7, 7, 0.1), rgba(7, 7, 7, 0.88));
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-h2 {
  max-width: 920px;
  margin-top: 18px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-wrap: balance;
}

.cta-h2 em {
  color: var(--brand);
  font-style: normal;
}

.cta-sub {
  max-width: 580px;
  margin-top: 26px;
  color: var(--text-soft);
  font-size: 16px;
}

.marketing-cta-button {
  margin-top: 36px;
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  background: var(--bg-deep);
  padding: clamp(60px, 8vw, 96px) 0 28px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(130px, 0.55fr));
  gap: 44px;
}

.footer-logo {
  font-size: 18px;
}

.footer-tagline {
  max-width: 300px;
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-col-title {
  margin-bottom: 6px;
  color: var(--bamboo);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-col a {
  min-height: 30px;
  color: var(--text-soft);
  font-size: 13px;
  transition: color 150ms ease;
}

.footer-bottom {
  width: min(100% - (var(--gutter) * 2), var(--page-max));
  margin: clamp(52px, 7vw, 82px) auto 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  color: var(--text-faint);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Progressive reveal */
.reveal-ready {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 600ms ease,
    transform 760ms var(--ease-out);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cap-grid .reveal-ready:nth-child(2),
.faq-list .reveal-ready:nth-child(2) {
  transition-delay: 40ms;
}

.cap-grid .reveal-ready:nth-child(3),
.faq-list .reveal-ready:nth-child(3) {
  transition-delay: 80ms;
}

.cap-grid .reveal-ready:nth-child(4),
.faq-list .reveal-ready:nth-child(4) {
  transition-delay: 120ms;
}

.cap-grid .reveal-ready:nth-child(5),
.faq-list .reveal-ready:nth-child(5) {
  transition-delay: 160ms;
}

/* High contrast */
body:has(#a11y-toggle:checked) {
  --brand: #00e5ff;
  --brand-hover: #00e5ff;
  --brand-to: #00b8cc;
  --bg-main: #000000;
  --bg-deep: #000000;
  --bg-surface: #000000;
  --surface-card: #000000;
  --surface-raised: #000000;
  --border: #ffffff;
  --border-bright: #ffffff;
  --bamboo: #00e5ff;
  --text: #ffffff;
  --text-soft: #ffffff;
  --text-muted: #ffffff;
  --text-faint: #ffffff;
  --cream: #000000;
  --cream-soft: #000000;
  --ink: #ffffff;
  background: #000000;
  color: #ffffff;
  font-family: "OpenDyslexic", Verdana, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  word-spacing: 0.05em;
}

body:has(#a11y-toggle:checked)::before {
  display: none;
}

body:has(#a11y-toggle:checked) * {
  font-family: inherit;
}

body:has(#a11y-toggle:checked) :is(
  .nav,
  .hero-left,
  .hero-right,
  .signal-strip,
  .product-section,
  .capabilities-section,
  .experience-section,
  #como-funciona,
  .drive-section,
  .privacy-section,
  #privacidade,
  .faq-section,
  .cta-section,
  .footer,
  .info-card,
  .cap-card,
  .feat-screen,
  .mindmap-preview-card
) {
  border-color: #ffffff;
  background: #000000;
}

body:has(#a11y-toggle:checked) :is(
  .hero-cinema-image,
  .cta-cinema-image,
  .cap-card--visual img,
  .product-stage-image
) {
  opacity: 0.16;
}

body:has(#a11y-toggle:checked) :is(
  h1,
  h2,
  h3,
  p,
  li,
  strong,
  a,
  .privacy-ledger p,
  .privacy-statement > p
) {
  color: #ffffff;
}

body:has(#a11y-toggle:checked) :is(.btn-primary, .btn-white, .nav-cta) {
  border-color: #00e5ff;
  background: #00e5ff;
  color: #000000;
}

body:has(#a11y-toggle:checked) :is(.btn-secondary, .btn-ghost, .btn-outline-light) {
  border: 2px solid #ffffff;
  background: #000000;
  color: #ffffff;
}

body:has(#a11y-toggle:checked) :is(.hero-h1, .cta-h2) {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  letter-spacing: 0.01em;
  line-height: 1.1;
}

body:has(#a11y-toggle:checked) .privacy-ledger article {
  border-color: #ffffff;
}

body:has(#a11y-toggle:checked) .feat-nav label {
  border-color: #ffffff;
  background: #000000;
  color: #ffffff;
}

body:has(#a11y-toggle:checked) .feat-nav label span,
body:has(#a11y-toggle:checked) .feat-index,
body:has(#a11y-toggle:checked) #google-drive .info-icon,
body:has(#a11y-toggle:checked) #google-drive .check-list li > span {
  color: #ffffff;
}

/* Hover only where hover exists */
@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .nav-links a:hover {
    color: #ffffff;
  }

  .nav-cta:hover {
    filter: brightness(1.08);
    box-shadow: 0 10px 26px color-mix(in srgb, var(--brand) 30%, transparent);
  }

  .lang-btn:hover,
  .a11y-btn:hover,
  .nav-menu-toggle:hover {
    border-color: color-mix(in srgb, var(--brand) 58%, var(--border));
    background: color-mix(in srgb, var(--brand) 12%, transparent);
  }

  .btn-primary:hover,
  .btn-white:hover {
    filter: brightness(1.08);
  }

  .btn-secondary:hover,
  .btn-ghost:hover {
    border-color: color-mix(in srgb, var(--brand) 54%, rgba(255, 255, 255, 0.2));
    background: color-mix(in srgb, var(--brand) 8%, rgba(255, 255, 255, 0.045));
  }

  .btn-outline-light:hover {
    border-color: var(--ink);
    background: rgba(23, 19, 21, 0.06);
  }

  .cap-card:not(.cap-card--visual):hover {
    border-color: color-mix(in srgb, var(--brand) 44%, var(--border));
    background: var(--surface-raised);
    transform: translateY(-4px);
  }

  .cap-card--visual:hover img {
    filter: saturate(0.92) contrast(1.04) brightness(0.88);
    transform: scale(1.025);
  }

  .feat-nav label:hover {
    border-color: rgba(24, 24, 24, 0.42);
    background: #efe389;
    color: var(--ink);
  }

  .text-link:hover svg {
    transform: translateX(4px);
  }

  .footer-col a:hover {
    color: #ffffff;
  }
}

/* Responsive */
@media (max-width: 1120px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    position: absolute;
    top: 60px;
    right: var(--gutter);
    left: var(--gutter);
    border: 1px solid color-mix(in srgb, var(--brand) 20%, var(--border));
    border-radius: var(--radius-lg);
    background: rgba(16, 16, 16, 0.97);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
    padding: 12px;
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    min-height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
  }

  .hero-inner {
    display: flex;
  }

  .hero-h1 {
    font-size: clamp(3.6rem, 7vw, 6rem);
  }

  .cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .marketing-faq-head {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1.3fr repeat(3, minmax(110px, 0.55fr));
  }
}

@media (max-width: 840px) {
  .section-header--split,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: 100svh;
  }

  .hero-left {
    min-height: auto;
    width: 100%;
    padding: 116px var(--gutter) 76px;
  }

  .hero--video .hero-left {
    background: transparent;
  }

  .hero-left::after {
    top: auto;
    right: var(--gutter);
    bottom: 0;
    left: var(--gutter);
    width: auto;
    height: 1px;
  }

  .hero-right {
    display: none;
  }

  .hero-livery {
    top: 0;
    bottom: auto;
    left: 10%;
    width: 80%;
    height: 2px;
  }

  .signal-inner {
    grid-template-columns: 1fr;
  }

  .signal-item {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .feat-body {
    grid-template-columns: 1fr;
  }

  .feat-descs {
    min-height: 400px;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 18px;
  }

  html {
    scroll-padding-top: 72px;
  }

  .nav-inner {
    min-height: 68px;
  }

  .nav-logo span {
    display: none;
  }

  .nav-logo img {
    width: 36px;
    height: 36px;
  }

  .nav-actions {
    gap: 6px;
  }

  .lang-btn,
  .a11y-btn,
  .nav-menu-toggle {
    min-width: 44px;
    min-height: 44px;
  }

  .mobile-nav {
    top: 68px;
  }

  .section,
  .product-section,
  .experience-section {
    padding: 84px 0;
  }

  .section-header h2,
  .feat-section-header h2,
  .marketing-drive-heading,
  .marketing-faq-heading,
  .privacy-statement h2,
  .privacy-cta-block h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .hero-left {
    padding-top: 124px;
    width: 100%;
    background: linear-gradient(90deg, rgba(7, 7, 7, 0.86), rgba(7, 7, 7, 0.46));
  }

  .hero--video .hero-left {
    background: transparent;
  }

  .hero-h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-right {
    display: none;
  }

  .hero-cinema-image {
    object-position: 58% center;
  }

  .hero-caption {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
  }

  .hero-caption-index {
    font-size: 24px;
  }

  .signal-item {
    grid-template-columns: 34px minmax(0, 1fr);
    padding-inline: 4px;
  }

  .product-stage {
    border-radius: var(--radius-md);
  }

  .product-stage-chrome {
    min-height: 38px;
  }

  .product-stage-chrome p,
  .product-chip--top {
    display: none;
  }

  .product-stage-image {
    aspect-ratio: 4 / 3;
  }

  .product-chip--bottom {
    bottom: 14px;
    left: 14px;
  }

  .cap-grid {
    grid-template-columns: 1fr;
  }

  .cap-card,
  .cap-card--wide {
    grid-column: auto;
    min-height: 248px;
  }

  .cap-card--visual,
  .cap-card--visual-tall {
    min-height: 300px;
  }

  .feat-nav {
    grid-template-columns: 1fr;
  }

  .feat-nav label {
    min-height: 50px;
  }

  .feat-descs {
    min-height: 470px;
  }

  .feat-screen,
  .mindmap-preview-card {
    border-radius: var(--radius-md);
  }

  .feat-screen--mindmaps {
    grid-template-columns: 1fr;
  }

  .mindmap-preview-card:nth-child(2) {
    display: none;
  }

  .info-card {
    border-radius: var(--radius-md);
  }

  .privacy-actions,
  .link-row {
    align-items: stretch;
    flex-direction: column;
  }

  .privacy-actions a,
  .link-row a {
    width: 100%;
  }

  .privacy-ledger article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .faq-btn {
    min-height: 78px;
    font-size: 16px;
  }

  .faq-answer-inner {
    padding-right: 0;
  }

  .cta-section {
    min-height: 720px;
  }

  .cta-h2 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .marketing-cta-button {
    width: 100%;
    padding-inline: 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .lang-btn span,
  .lang-arrow {
    display: none;
  }

  .hero-badge {
    font-size: 9px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-ready {
    opacity: 1;
    transform: none;
  }

  .product-stage {
    transform: none !important;
  }

  .media-slot--fill,
  .product-stage-sweep,
  .hero-right::before {
    animation: none !important;
  }
}

/* ============================================================
   MEDIA SLOTS — placeholders editoriais (substituem os screenshots)
   Troque cada .media-slot por <img class="…"> quando tiver os prints.
   Tablet (Redmi Pad 2) = 16:10 landscape · Celular (Redmi 13C) = 9:19.5
   Plate grafite por padrão; .media-slot--red = diagonal Rosso intencional.
   ============================================================ */
.media-slot {
  position: relative;
  overflow: hidden;
  background: var(--sheen-graphite);
  border: 1px solid var(--border);
  isolation: isolate;
}

.media-slot--red {
  background: var(--sheen-red);
}

.media-slot--tablet {
  aspect-ratio: 16 / 10;
}

.media-slot--phone {
  aspect-ratio: 9 / 19.5;
}

.media-slot--fill {
  position: absolute;
  inset: 0;
  border: 0;
  animation: heroSettle 1200ms var(--ease-out) both;
}

/* Afordância de "slot de imagem" só nos plates que receberão screenshot */
.media-slot--fill,
.media-slot--tablet,
.media-slot--phone {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-opacity='0.16' stroke-width='1.1'%3E%3Crect x='3' y='5' width='18' height='14' rx='1'/%3E%3Ccircle cx='8.5' cy='10' r='1.5'/%3E%3Cpath d='M21 16l-5-5L5 19'/%3E%3C/svg%3E"),
    var(--sheen-graphite);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 62px, cover;
}

/* Brilho de canto + vinheta inferior — o plate nunca fica chapado */
.media-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(130% 90% at 82% -10%, rgba(255, 255, 255, 0.07), transparent 52%),
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.5));
}

.media-slot-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Etiqueta discreta indicando o conteúdo previsto do print */
.media-slot-tag {
  position: absolute;
  z-index: 2;
  left: clamp(14px, 2vw, 22px);
  bottom: clamp(14px, 2vw, 22px);
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border-radius: var(--radius-full);
  background: rgba(10, 10, 10, 0.66);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.media-slot-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 10px color-mix(in srgb, var(--brand) 70%, transparent);
}

/* Hero — plate flutuante contido (não preenche o painel inteiro) + arco Auvin */
.hero-media {
  width: 100%;
  max-width: 540px;
  border: 1px solid var(--border);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
  animation: heroSettle 1200ms var(--ease-out) both;
}

.hero-right::before {
  content: "";
  position: absolute;
  inset: -20% -30% auto auto;
  z-index: 1;
  width: 90%;
  height: 130%;
  pointer-events: none;
  background: radial-gradient(
    50% 50% at 70% 30%,
    rgba(255, 255, 255, 0.1),
    rgba(218, 41, 28, 0.12) 36%,
    transparent 68%
  );
  transform: rotate(-12deg);
  filter: blur(8px);
  animation: arcDrift 14s var(--ease-in-out) infinite alternate;
}

@keyframes arcDrift {
  from {
    transform: rotate(-14deg) translateY(-2%);
    opacity: 0.85;
  }
  to {
    transform: rotate(-8deg) translateY(3%);
    opacity: 1;
  }
}

/* Product stage — varredura de brilho lenta (sheen sweep) sobre o plate */
.product-stage-sweep {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255, 255, 255, 0.08) 48%,
    rgba(255, 255, 255, 0.02) 54%,
    transparent 62%
  );
  background-size: 280% 100%;
  background-position: 130% 0;
  animation: sheenSweep 7.5s var(--ease-in-out) 1.5s infinite;
}

@keyframes sheenSweep {
  0% {
    background-position: 130% 0;
  }
  55%,
  100% {
    background-position: -40% 0;
  }
}

/* Plate dentro de cards de capacidade (sem screenshot — acento abstrato) */
.cap-card--visual .media-slot {
  position: absolute;
  inset: 0;
  border: 0;
}

/* Product — duo tablet + celular (mostra tablet/desktop e mobile juntos) */
.product-stage-wrap {
  position: relative;
  max-width: 840px;
  margin-inline: auto;
}

.product-phone {
  position: absolute;
  left: -1.5%;
  bottom: -9%;
  z-index: 5;
  width: clamp(116px, 14%, 196px);
  box-shadow: 0 34px 64px rgba(0, 0, 0, 0.55);
}

/* Plate decorativo (capacidades) — acento Rosso, sem screenshot */
.cap-plate {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cap-card--visual .cap-card-overlay {
  z-index: 2;
}

/* Slots dentro de contêineres já emoldurados — sem borda dupla */
.product-stage .media-slot,
.feat-screen .media-slot {
  border: 0;
}

/* CTA — fundo cinematográfico Rosso atrás do scrim de legibilidade */
.cta-cinema {
  position: absolute;
  inset: 0;
  border: 0;
  opacity: 0.85;
}

.cta-cinema::after {
  background: linear-gradient(135deg, transparent 40%, rgba(0, 0, 0, 0.35));
}

@media (max-width: 840px) {
  .media-slot--phone {
    max-width: 300px;
    margin-inline: auto;
  }

  .product-phone {
    width: 120px;
    bottom: -7%;
  }
}

@media (max-width: 620px) {
  .product-phone {
    display: none;
  }

}
