
body {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  letter-spacing: -.003em;
}
.h2, .hero__title, .page-header__title, .cta__title,
.plan__name, .stats-card__num, .lp-plan__price {
  font-feature-settings: "kern" 1, "liga" 1;
  text-wrap: balance;
}
.hero__sub, .section-head__sub, .lead, p { text-wrap: pretty; }
.h2 { letter-spacing: -.018em; }

/* Seções escuras devolvem o anel claro; nas claras vale o vinho do :root. */
.hero, .como, .telesala, .cta, .ft, .saga__chapter--dark { --focus-ring: var(--bege); }

:where(a, button, summary, input, [tabindex]):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  border-radius: 8px;
}

.btn {
  transition: transform .5s var(--ease), box-shadow .5s var(--ease),
              background .35s ease, color .35s ease, border-color .35s ease;
  letter-spacing: .005em;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); transition-duration: .12s; }
.btn--primary { position: relative; isolation: isolate; }
.btn--primary::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), inset 0 -1px 0 rgba(0,0,0,.12);
  pointer-events: none;
}

.step, .feature, .hw-card {
  transition: transform .55s var(--ease), box-shadow .55s var(--ease),
              border-color .4s ease, background .4s ease;
}
.step, .feature, .hw-card { border-color: var(--line-soft); }
.step:hover, .feature:hover, .hw-card:hover {
  border-color: rgba(201,154,146,.4);
}

.eyebrow { letter-spacing: .18em; }
.section-head__sub { line-height: 1.6; }

.nav.is-scrolled {
  background: rgba(240, 225, 211, .90);
  backdrop-filter: saturate(1.6) blur(18px);
  -webkit-backdrop-filter: saturate(1.6) blur(18px);
  box-shadow: 0 1px 0 var(--line), 0 10px 34px -20px rgba(58,12,26,.28);
}
.nav__links a::after { height: 1.5px; border-radius: 2px; }

.hardware__hero img { transition: transform 1.4s var(--ease); }
.feature__icon, .contato__icon { transition: transform .55s var(--ease); }

img { image-rendering: auto; }

@media (prefers-reduced-motion: reduce) {
  .hero__photo { transform: none !important; }
  .hero__badge { animation: none !important; }
}
