@font-face {
  font-family: 'Archivo Variable';
  src: url('https://cdn.jsdelivr.net/fontsource/fonts/archivo:vf@latest/latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --void: #11161f;
  --panel: #161d29;
  --surface: #1a2230;
  --surface-2: #1e2736;
  --border: #2a3344;
  --ink: #f2f4f7;
  --subtle: #c4cad3;
  --muted: #a8b0bc;
  --fraco: #6b7482;
  --amber: #d9952f;
  --amber-ink: #e1a33e;
  --amber-deep: #c98524;
  --ok: #5cb88a;
  --radius: 10px;
  --radius-lg: 16px;
  --font: 'Archivo Variable', ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --wrap: min(1180px, calc(100% - 2.5rem));
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--void);
  color: var(--subtle);
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

::selection {
  background: color-mix(in srgb, var(--amber) 75%, var(--void));
  color: var(--void);
}

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.045;
  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='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.shift-chrome {
  position: fixed;
  z-index: 45;
  display: none;
  align-items: baseline;
  gap: 0.65rem;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}
.shift-k {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fraco);
}
.shift-time {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--amber-ink);
}
.shift-beat {
  font-size: 0.8rem;
  color: var(--muted);
}
.shift-fill {
  display: none;
}
@media (min-width: 1100px) {
  .shift-chrome {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .shift-time { font-size: 1.35rem }
}
@media (max-width: 1099px) {
  .shift-chrome {
    display: flex;
    top: 64px;
    left: 0;
    right: 0;
    padding: 0.35rem 1.25rem;
    background: color-mix(in srgb, var(--void) 88%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 1099px) {
  .shift-chrome { display: none }
}

.cut-h {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 0.45rem;
}
.cut-p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 48ch;
  margin-bottom: 1.25rem;
}

.cut-type {
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--border);
  background: var(--panel);
}
.type-stack {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.type-line {
  font-size: clamp(1.85rem, 5.4vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--ink);
}
.type-line-2 { color: var(--amber-ink) }
.type-line-3 { color: var(--subtle) }
.type-note {
  margin-top: 1.25rem;
  max-width: 46ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.cut-rail {
  padding: 3.25rem 0 2.5rem;
  border-bottom: 1px solid var(--border);
}
.cut-rail .wrap { margin-bottom: 0 }
.mode-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(86vw, 540px);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 max(1.25rem, calc((100% - 1180px) / 2)) 1.25rem;
  scrollbar-width: thin;
}
.mode-rail .mode-card {
  scroll-snap-align: start;
  min-width: 0;
}
.mode-rail .mode-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top left;
}

.cut-ops {
  padding: 3.25rem 0;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel) 55%, var(--void));
}
.ops-stack {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .ops-stack {
    grid-template-columns: 1fr 1fr;
  }
  .ops-frame-wide { grid-column: 1 / -1 }
}
.ops-frame {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--panel);
}
.ops-frame img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: top left;
}
.ops-frame-wide img { height: 280px }
@media (min-width: 800px) {
  .ops-frame img { height: 230px }
  .ops-frame-wide img { height: 340px }
}
.ops-frame figcaption {
  padding: 12px 14px 14px;
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
}
.ops-frame figcaption strong {
  display: block;
  color: var(--ink);
  font-weight: 650;
  margin-bottom: 2px;
}

.cut-facts {
  padding: 3.25rem 0 2.75rem;
  border-bottom: 1px solid var(--border);
}
.facts-grid {
  display: grid;
  gap: 0;
}
@media (min-width: 800px) {
  .facts-grid { grid-template-columns: 1fr 1fr }
}
.facts-grid article {
  padding: 1.35rem 0;
  border-top: 1px solid var(--border);
}
@media (min-width: 800px) {
  .facts-grid article:nth-child(odd) { padding-right: 1.5rem }
  .facts-grid article:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--border) }
}
.facts-grid h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}
.facts-grid p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--subtle);
  max-width: 42ch;
}

.cut-guest {
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel) 55%, var(--void));
}
.guest-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .guest-layout { grid-template-columns: 0.9fr 1.1fr; gap: 3rem }
}

.cut-brew {
  padding: 3.25rem 0;
  border-bottom: 1px solid var(--border);
}

img { max-width: 100%; height: auto; display: block }
a { color: inherit }
ul { margin: 0; padding: 0; list-style: none }
h1, h2, h3, p { margin: 0 }

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}
.mono { font-variant-numeric: tabular-nums }

/* ——— Cinematic Floating Island Navigation ——— */
.nav {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, calc(100% - 2rem));
  z-index: 100;
  border-radius: 100px;
  background: rgba(17, 22, 31, 0.72);
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: top 0.35s var(--ease), background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.nav.is-scrolled {
  top: 0.65rem;
  background: rgba(12, 16, 23, 0.88);
  border-color: rgba(217, 149, 47, 0.22);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.8), 0 0 24px -6px rgba(217, 149, 47, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0.65rem 0.35rem 0.85rem;
  position: relative;
}

/* Brand */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  transition: transform .2s ease;
  user-select: none;
}
.brand:hover {
  transform: scale(1.02);
}
.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  filter: drop-shadow(0 2px 8px color-mix(in srgb, var(--amber) 40%, transparent));
  transition: filter .3s ease, transform .2s ease;
}
.brand:hover .mark {
  filter: drop-shadow(0 4px 14px color-mix(in srgb, var(--amber) 75%, transparent));
  transform: scale(1.08) rotate(-3deg);
}
.mark-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.brand-name {
  font-weight: 800;
  color: var(--ink);
}

/* Nav Links & Groupings */
.nav-links {
  display: none;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .nav-links { display: flex; }
}

.nav-item {
  position: relative;
}

.nav-link,
.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--subtle);
  text-decoration: none;
  background: transparent;
  border: none;
  font-family: inherit;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
  white-space: nowrap;
}
.nav-link:hover,
.dropdown-toggle:hover,
.has-dropdown:hover > .dropdown-toggle,
.has-dropdown.is-open > .dropdown-toggle,
.nav-link[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.dropdown-chevron {
  transition: transform .25s var(--ease);
  color: var(--fraco);
}
.has-dropdown:hover .dropdown-chevron,
.has-dropdown.is-open .dropdown-chevron {
  transform: rotate(180deg);
  color: var(--amber-ink);
}

/* Subtle Badges inside Navbar Links */
.nav-badge-amber {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--amber) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--amber) 40%, transparent);
  color: var(--amber-ink);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.nav-badge-spark {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}

/* ——— Cinematic Glass Dropdown Panels ——— */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  min-width: 320px;
  max-width: 380px;
  padding: 0.65rem;
  border-radius: 18px;
  background: rgba(17, 22, 31, 0.94);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 60px -15px rgba(0, 0, 0, 0.8), 0 0 30px -10px rgba(217, 149, 47, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: opacity .22s var(--ease), transform .22s var(--ease);
  z-index: 120;
}
.has-dropdown:hover .dropdown-menu,
.has-dropdown.is-open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.dropdown-grid {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dropdown-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  text-decoration: none;
  color: var(--subtle);
  background: transparent;
  border: 1px solid transparent;
  transition: background-color .18s ease, border-color .18s ease, transform .18s var(--ease);
}
.dropdown-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}
.card-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.card-text strong {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}
.card-text span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}
.card-head-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}
.badge-mini-accent {
  font-size: 0.62rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 1px 5px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--amber) 25%, transparent);
  color: var(--amber-ink);
  border: 1px solid color-mix(in srgb, var(--amber) 50%, transparent);
}

/* ——— Actions (CTA + Hamburger) ——— */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

/* High-End Button-in-Button CTA Pill */
.btn-cinematic-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 0.45rem 0 1.15rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #0b0f17;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 18px -3px rgba(245, 158, 11, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s ease, filter .22s ease;
  user-select: none;
  white-space: nowrap;
}
.btn-cinematic-pill:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 10px 28px -4px rgba(245, 158, 11, 0.6), 0 0 25px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  filter: brightness(1.05);
}
.btn-cinematic-pill:active {
  transform: scale(0.97) translateY(0);
}
.pill-arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(11, 15, 23, 0.15);
  color: #0b0f17;
  transition: transform .22s var(--ease), background-color .22s ease;
}
.btn-cinematic-pill:hover .pill-arrow-circle {
  transform: translate(2px, -2px);
  background: rgba(11, 15, 23, 0.25);
}

/* Hamburger Morph Button */
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: background-color .2s ease, border-color .2s ease, transform .15s ease;
}
.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}
.nav-toggle:active {
  transform: scale(0.95);
}
@media (min-width: 960px) {
  .nav-toggle { display: none; }
}

.hamburger-box {
  width: 18px;
  height: 14px;
  position: relative;
  display: block;
  pointer-events: none;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: var(--ink);
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: transform .25s var(--ease), top .25s var(--ease), opacity .2s ease, background-color .2s ease;
}
.hamburger-inner {
  top: 6px;
  left: 0;
}
.hamburger-inner::before {
  content: '';
  top: -6px;
  left: 0;
}
.hamburger-inner::after {
  content: '';
  top: 6px;
  left: 0;
}
.nav-toggle.is-active .hamburger-inner {
  background-color: transparent;
}
.nav-toggle.is-active .hamburger-inner::before {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background-color: var(--amber-ink);
}
.nav-toggle.is-active .hamburger-inner::after {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  background-color: var(--amber-ink);
}

/* Mobile Nav Overlay Dropdown */
.nav-drawer-cta {
  display: none;
}

@media (max-width: 959px) {
  .nav {
    top: 0.65rem;
    width: min(560px, calc(100% - 1.5rem));
    border-radius: 20px;
    padding: 0.25rem;
  }
  .nav-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0.65rem;
  }
  .brand {
    order: 1;
    font-size: 1.02rem;
    gap: 9px;
  }
  .mark {
    width: 30px;
    height: 30px;
  }
  .nav-actions {
    order: 2;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .btn-cinematic-pill {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
    width: 38px;
    height: 38px;
  }
  .nav-links {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    gap: 0.3rem;
    transition: max-height .35s var(--ease), opacity .25s ease, padding .25s ease;
  }
  .nav-links.is-open {
    max-height: 85vh;
    overflow-y: auto;
    opacity: 1;
    padding: 0.85rem 0 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.35rem;
  }
  .dropdown-menu {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    min-width: unset;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin: 0.25rem 0 0.5rem;
    padding: 0.4rem;
    display: none;
  }
  .has-dropdown.is-open .dropdown-menu {
    display: block;
  }
  .dropdown-card {
    padding: 0.55rem 0.65rem;
    gap: 10px;
  }
  .nav-link, .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
  }
  .nav-drawer-cta {
    display: block;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
  }
  .nav-drawer-cta .btn {
    width: 100%;
    min-height: 44px;
    font-size: 0.88rem;
    font-weight: 750;
    gap: 8px;
  }
}

.page-hero {
  padding-top: 7rem;
  padding-bottom: 2rem;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 1.25rem;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .22s ease, border-color .22s ease, transform .22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .22s ease, color .22s ease;
  will-change: transform;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active { transform: scale(0.97) translateY(0); }
.btn-primary {
  background: var(--amber);
  color: var(--void);
  box-shadow: 0 4px 14px -2px color-mix(in srgb, var(--amber) 35%, transparent);
}
.btn-primary:hover {
  background: var(--amber-ink);
  box-shadow: 0 8px 24px -4px color-mix(in srgb, var(--amber) 60%, transparent);
}
.btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: color-mix(in srgb, var(--amber) 55%, var(--border));
  background: color-mix(in srgb, var(--surface) 60%, transparent);
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
}
.btn-sm { min-height: 40px; padding: 0 1rem; font-size: 0.875rem }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.cta-row.center { justify-content: center; }
@media (max-width: 520px) {
  .cta-row {
    flex-direction: column;
    width: 100%;
  }
  .cta-row .btn {
    width: 100%;
    min-height: 48px;
  }
}

/* ——— Hero ——— */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  pointer-events: none;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 55% at 85% 10%, color-mix(in srgb, var(--amber) 18%, transparent), transparent 60%),
    linear-gradient(105deg, var(--void) 28%, color-mix(in srgb, var(--void) 78%, transparent) 62%, color-mix(in srgb, var(--void) 92%, transparent));
  pointer-events: none;
}
.hero-layout {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 4.75rem 0 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2.75rem;
    padding: 5.25rem 0 2.5rem;
    min-height: min(100dvh, 760px);
  }
}
@media (min-width: 1100px) {
  .hero-layout { padding-top: 5.25rem; }
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  max-width: 34rem;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber-ink);
}
.hero h1 {
  font-size: clamp(1.95rem, 6.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.hero h1 em {
  font-style: italic;
  color: var(--amber-ink);
  padding-bottom: 0.15em;
  display: inline-block;
}
.lede {
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--subtle);
  max-width: 38ch;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.hero-points li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
}

.hero-frame {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--panel);
  box-shadow:
    0 40px 80px -40px rgba(0, 0, 0, 0.85),
    0 0 0 1px color-mix(in srgb, var(--amber) 12%, transparent);
}
.frame-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.frame-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a4558;
}
.frame-chrome em {
  margin-left: auto;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--fraco);
}
.hero-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: rise .8s var(--ease) both;
  }
  .hero-copy > *:nth-child(1) { animation-delay: .05s }
  .hero-copy > *:nth-child(2) { animation-delay: .12s }
  .hero-copy > *:nth-child(3) { animation-delay: .18s }
  .hero-copy > *:nth-child(4) { animation-delay: .24s }
  .hero-copy > *:nth-child(5) { animation-delay: .3s }
  .hero-frame { animation: rise .9s var(--ease) .22s both }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); filter: blur(6px) }
  to { opacity: 1; transform: none; filter: none }
}

/* ——— Strip ——— */
.strip {
  border-bottom: 1px solid var(--border);
  background: var(--panel);
}
.strip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  padding: 1rem 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.strip-row b { color: var(--amber-ink); font-weight: 700 }

/* ——— Sections ——— */
.section {
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}
.section-alt { background: color-mix(in srgb, var(--panel) 55%, var(--void)) }
.section-head {
  max-width: 40rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.section-head p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 48ch;
}

/* Why */
.why-grid {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (min-width: 768px) {
  .why-grid { grid-template-columns: repeat(3, 1fr) }
}
.why-grid article {
  background: var(--panel);
  padding: 1.5rem 1.35rem 1.6rem;
}
.why-grid h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.55rem;
  letter-spacing: -0.02em;
}
.why-grid p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--subtle);
}

/* Mode */
.mode-split {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 860px) {
  .mode-split { grid-template-columns: 1fr 1fr; gap: 1.5rem }
}
.mode-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .25s ease;
}
.mode-card:hover {
  border-color: color-mix(in srgb, var(--amber) 40%, var(--border));
}
.mode-shot img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top left;
}
@media (min-width: 860px) {
  .mode-shot img { height: 230px }
}
.mode-body { padding: 1.25rem 1.35rem 1.5rem }
.route {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--amber-ink);
  margin-bottom: 0.45rem;
}
.mode-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}
.mode-body p {
  font-size: 0.95rem;
  color: var(--subtle);
  line-height: 1.45;
}

/* Ops shots */
.ops-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .ops-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shot-wide { grid-column: 1 / -1 }
}
.shot {
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.shot-bar {
  padding: 8px 14px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--fraco);
}
.shot-bar em { font-style: normal }
.shot img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top left;
}
.shot-wide img { height: 260px }
@media (min-width: 800px) {
  .shot img { height: 220px }
  .shot-wide img { height: 320px }
}
.shot figcaption {
  padding: 12px 14px 14px;
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
}
.shot figcaption strong {
  display: block;
  color: var(--ink);
  font-weight: 650;
  margin-bottom: 2px;
}

/* Differentials */
.diff-list {
  display: grid;
  gap: 0;
}
@media (min-width: 800px) {
  .diff-list { grid-template-columns: 1fr 1fr }
}
.diff-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--border);
}
@media (min-width: 800px) {
  .diff-list article:nth-child(odd) { padding-right: 1.5rem }
  .diff-list article:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--border) }
}
.diff-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--amber-ink);
  padding-top: 3px;
}
.diff-list h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}
.diff-list p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--subtle);
}
.feat-link {
  margin-top: 2rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.feat-link a {
  color: var(--amber-ink);
  text-decoration: none;
}
.feat-link a:hover { text-decoration: underline }

/* Channels */
.channels {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .channels { grid-template-columns: 0.9fr 1.1fr; gap: 3rem }
}
.channels-copy {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.channels-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--ink);
}
.channels-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40ch;
}
.check {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.5rem;
}
.check li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  color: var(--subtle);
}
.check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--amber);
}

.channels-visual {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 1.25rem;
  align-items: end;
}
.phone { margin: 0 }
.phone-shell {
  border-radius: 28px;
  border: 2px solid #3a4558;
  overflow: hidden;
  background: #0a0d14;
  box-shadow: 0 24px 50px -28px rgba(0, 0, 0, 0.9);
}
.phone-shell img { width: 100% }
.phone figcaption,
.tv-shot figcaption {
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fraco);
}
.tv-shot {
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--panel);
}
.tv-shot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 900px) {
  .tv-shot img { height: 280px }
}
.tv-shot figcaption { padding: 0 12px 12px }

/* Brewery */
.brew-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .brew-layout { grid-template-columns: 1.15fr 0.85fr; gap: 2.5rem }
}
.brew-shot {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--panel);
}
.brew-shot img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top left;
}
@media (min-width: 900px) {
  .brew-shot img { height: 300px }
}
.brew-copy {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}
.brew-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--ink);
}
.brew-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40ch;
}

/* Plans */
.plans {
  display: grid;
  gap: 1rem;
}
@media (min-width: 860px) {
  .plans { grid-template-columns: 1fr 1.08fr }
}
.plan {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.5rem;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.plan-hot {
  border: 2px solid var(--amber);
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--amber) 10%, var(--panel)), var(--panel) 50%);
}
.plan-badge {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--amber);
  color: var(--void);
  padding: 3px 8px;
  border-radius: 5px;
  margin-bottom: 0.35rem;
}
.plan h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}
.price {
  font-size: clamp(2.2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0.25rem 0;
}
.price span {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: 5px;
}
.plan-desc {
  font-size: 0.9rem;
  color: var(--subtle);
  margin-bottom: 0.6rem;
}
.plan ul {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.4rem 0 1rem;
  flex: 1;
}
.plan li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  color: var(--subtle);
}
.plan li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber-ink);
}
.plan .btn { align-self: flex-start; margin-top: auto }

.impl {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.25rem;
  padding: 1.35rem 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid color-mix(in srgb, var(--amber) 42%, var(--border));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--amber) 12%, var(--panel)), var(--panel) 55%);
}
@media (min-width: 768px) {
  .impl { grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 2rem }
}
.impl-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber-ink);
  margin-bottom: 0.35rem;
}
.impl-price {
  font-size: clamp(2.2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
}
.impl-once {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}
.impl-lead {
  font-size: 0.95rem;
  color: var(--subtle);
  margin-bottom: 0.65rem;
  max-width: 42ch;
}

/* Contact */
.contact {
  text-align: center;
  border-bottom: 0;
  padding: 2.75rem 0;
  background:
    radial-gradient(60% 80% at 50% 0%, color-mix(in srgb, var(--amber) 12%, transparent), transparent 70%);
}
.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 36rem;
  margin-inline: auto;
}
.contact-copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}
.contact-copy h2 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}
.contact-copy .lede {
  font-size: 0.95rem;
  color: var(--subtle);
  line-height: 1.5;
  margin: 0;
}
.contact-benefits {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.contact-benefits li::before {
  content: '✓';
  color: var(--amber-ink);
  font-weight: 850;
  font-size: 0.95rem;
}
.contact-alt {
  margin-top: 0.5rem;
}
@media (min-width: 900px) {
  .contact-inner {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 3.5rem;
    align-items: start;
    text-align: left;
  }
  .contact-form {
    max-width: 100%;
  }
}

.contact-form {
  width: 100%;
  max-width: 28rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.5);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.field label {
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.field .opt {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--fraco);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea {
  min-height: 96px;
  resize: vertical;
  line-height: 1.45;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: color-mix(in srgb, var(--amber) 55%, var(--border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber) 18%, transparent);
}
.field input::placeholder,
.field textarea::placeholder { color: var(--fraco) }
.contact-form .btn {
  width: 100%;
  margin-top: 0.25rem;
}
.contact-form .btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.form-status {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--muted);
}
.form-status.is-ok { color: var(--ok) }
.form-status.is-err { color: #e06b6b }
.contact-alt {
  margin-top: 0.5rem;
}



/* ——— Features page ——— */
.page-hero {
  padding: 3rem 0 1.5rem;
  border-bottom: 0;
}
.page-hero .section-head { margin-bottom: 0 }
.page-title {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.1;
}

.feat-search-wrap {
  margin: 1.5rem 0 2rem;
  position: relative;
  max-width: 32rem;
}
.feat-search-input {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  padding-left: 2.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.feat-search-input:focus {
  border-color: color-mix(in srgb, var(--amber) 60%, var(--border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber) 18%, transparent);
}
.feat-search-icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}
.feat-count {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.feat-catalog {
  display: grid;
  gap: 0.9rem;
  align-items: start;
}
@media (min-width: 720px) {
  .feat-catalog { grid-template-columns: 1fr 1fr }
}
@media (min-width: 1100px) {
  .feat-catalog { grid-template-columns: 1fr 1fr 1fr }
}
.feat-group {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1.15rem 1rem;
  height: auto;
}
.feat-group-wide { grid-column: 1 / -1 }
.feat-group h3 {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-ink);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.feat-tag {
  font-size: 0.65rem;
  background: var(--amber);
  color: var(--void);
  padding: 3px 7px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.feat-group ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feat-group li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0.75rem;
  align-items: baseline;
  padding: 0.42rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 65%, transparent);
  font-size: 0.88rem;
  line-height: 1.35;
  color: var(--subtle);
}
.feat-group li:last-child { border-bottom: 0 }
.feat-name {
  color: var(--ink);
  font-weight: 500;
  flex: 1 1 10rem;
  min-width: 0;
}
.feat-route {
  flex: 0 1 auto;
  max-width: 14rem;
  font-size: 0.78rem;
  color: var(--fraco);
  text-align: right;
  line-height: 1.3;
}
.feat-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0;
}
.feat-grid li {
  padding-right: 0.5rem;
}
@media (min-width: 640px) {
  .feat-grid { grid-template-columns: 1fr 1fr }
}
@media (min-width: 1024px) {
  .feat-grid { grid-template-columns: 1fr 1fr 1fr }
}

/* ——— Reveal with stagger support ——— */
.reveal { opacity: 1 }
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(5px);
    transition:
      opacity .7s var(--ease),
      transform .7s var(--ease),
      filter .7s var(--ease);
    transition-delay: var(--reveal-delay, 0ms);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ——— Card / screenshot hover polish ——— */
.mode-card {
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s ease;
}
.mode-card:hover {
  border-color: color-mix(in srgb, var(--amber) 45%, var(--border));
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.5);
}
.ops-frame {
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s ease;
}
.ops-frame:hover {
  border-color: color-mix(in srgb, var(--amber) 35%, var(--border));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px -8px rgba(0, 0, 0, 0.45);
}
.facts-grid article {
  transition: background .25s ease;
}
.facts-grid article:hover {
  background: color-mix(in srgb, var(--surface) 50%, transparent);
}
.brew-shot {
  transition: border-color .3s ease, transform .35s var(--ease);
}
.brew-shot:hover {
  border-color: color-mix(in srgb, var(--amber) 35%, var(--border));
  transform: translateY(-2px);
}

/* ——— Plan-hot glow pulse ——— */
@keyframes amber-glow {
  0%, 100% { box-shadow: 0 0 0 0 transparent, 0 0 24px -6px color-mix(in srgb, var(--amber) 20%, transparent); }
  50% { box-shadow: 0 0 0 0 transparent, 0 0 40px -4px color-mix(in srgb, var(--amber) 35%, transparent); }
}
.plan-hot {
  animation: amber-glow 4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .plan-hot {
    animation: none;
    box-shadow: 0 0 32px -6px color-mix(in srgb, var(--amber) 25%, transparent);
  }
}
.plan {
  transition: transform .3s var(--ease), box-shadow .3s ease;
}
.plan:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px -10px rgba(0, 0, 0, 0.5);
}
.impl {
  transition: border-color .4s ease, box-shadow .4s ease;
}
.impl:hover {
  border-color: color-mix(in srgb, var(--amber) 60%, var(--border));
  box-shadow: 0 0 28px -8px color-mix(in srgb, var(--amber) 18%, transparent);
}



/* ——— Scroll-down indicator ——— */
.scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: var(--fraco);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
.scroll-hint-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--fraco);
  border-bottom: 2px solid var(--fraco);
  transform: rotate(45deg);
  animation: scroll-bounce 2s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 0.5; }
  50% { transform: rotate(45deg) translateY(5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-hint-arrow { animation: none; opacity: 0.6; }
}
@media (max-width: 1023px) {
  .scroll-hint { display: none; }
}

/* ——— Trust strip (métricas de confiança) ——— */
.trust-strip {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
  background: var(--panel);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3.5rem;
  text-align: center;
}
.trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.trust-value {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.trust-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ——— Testimonials ——— */
.cut-social {
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel) 55%, var(--void));
}
.social-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}
.testimonial {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.35rem 1.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: border-color .3s ease, transform .3s var(--ease);
}
.testimonial:hover {
  border-color: color-mix(in srgb, var(--amber) 35%, var(--border));
  transform: translateY(-2px);
}
.testimonial-quote {
  position: relative;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--subtle);
  padding-left: 1rem;
  border-left: 2px solid color-mix(in srgb, var(--amber) 50%, var(--border));
}
.testimonial-quote::before {
  content: '\201C';
  position: absolute;
  top: -0.3em;
  left: -0.1em;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--amber);
  opacity: 0.35;
  line-height: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: auto;
}
.testimonial-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--amber-ink);
  flex-shrink: 0;
}
.testimonial-name {
  font-size: 0.85rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.3;
}
.testimonial-role {
  font-size: 0.75rem;
  color: var(--fraco);
}

/* ——— FAQ accordion ——— */
.cut-faq {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
}
.faq-list {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.25rem;
}
@media (min-width: 860px) {
  .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5rem;
    align-items: start;
  }
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child {
  border-top: 1px solid var(--border);
}
@media (min-width: 860px) {
  .faq-item:nth-child(2) {
    border-top: 1px solid var(--border);
  }
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform .3s var(--ease), border-color .2s ease;
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  transform: rotate(-135deg);
  border-color: var(--amber-ink);
}
.faq-item summary:hover {
  color: var(--amber-ink);
}
.faq-answer {
  padding: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--subtle);
}
@media (prefers-reduced-motion: no-preference) {
  .faq-answer {
    animation: faq-open .35s var(--ease);
  }
}
@keyframes faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

/* ——— Footer 3-column ——— */
.foot {
  border-top: 1px solid var(--border);
  padding: 2.75rem 0 2rem;
  font-size: 0.85rem;
  color: var(--fraco);
}
.foot-grid {
  display: grid;
  gap: 2rem 3rem;
}
@media (min-width: 640px) {
  .foot-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}
.foot-brand {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.foot-brand .brand {
  font-size: 1rem;
}
.foot-tagline {
  font-size: 0.85rem;
  color: var(--fraco);
  max-width: 28ch;
  line-height: 1.45;
}
.foot-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.foot-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.foot-col a {
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--subtle);
  transition: color .2s ease;
}
.foot-col a:hover { color: var(--amber-ink) }
.foot-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--fraco);
}
.foot-bottom a {
  color: var(--muted);
  text-decoration: none;
}
.foot-bottom a:hover { color: var(--amber-ink) }

/* ——— Input focus ring refinement ——— */
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: color-mix(in srgb, var(--amber) 60%, var(--border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--amber) 20%, transparent), 0 0 16px -6px color-mix(in srgb, var(--amber) 15%, transparent);
}

/* ——— Mobile Sticky Bottom Conversion Bar ——— */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transform: translateY(100%);
  transition: transform .35s var(--ease);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4);
}
.mobile-sticky-bar.is-visible {
  transform: translateY(0);
}
.mobile-sticky-bar .btn {
  flex: 1;
  min-height: 44px;
  font-size: 0.88rem;
  padding: 0 0.75rem;
}
@media (min-width: 860px) {
  .mobile-sticky-bar {
    display: none !important;
  }
}

/* ——— ROI / Economy Calculator ——— */
.cut-calc {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel) 50%, var(--void));
}
.calc-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
  margin-top: 1.25rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 860px) {
  .calc-card {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem 2.25rem;
  }
}
.calc-control {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.calc-control-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.calc-control-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}
.calc-count-display {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--amber-ink);
  font-variant-numeric: tabular-nums;
}
.calc-count-display span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: 4px;
}
.calc-slider-wrap {
  position: relative;
  width: 100%;
}
.calc-slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--surface);
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--amber);
  border: 3px solid var(--void);
  box-shadow: 0 0 12px color-mix(in srgb, var(--amber) 60%, transparent);
  cursor: grab;
  transition: transform .15s ease, background-color .15s ease;
}
.calc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  background: var(--amber-ink);
}
.calc-slider::-webkit-slider-thumb:active {
  cursor: grabbing;
}
.calc-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--amber);
  border: 3px solid var(--void);
  box-shadow: 0 0 12px color-mix(in srgb, var(--amber) 60%, transparent);
  cursor: grab;
}
.calc-slider-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  color: var(--fraco);
}
.calc-subtext {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.4;
}
.calc-results {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
}
.calc-row-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.calc-row-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.calc-row-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 650;
  color: var(--muted);
}
.calc-row-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--subtle);
  font-variant-numeric: tabular-nums;
}
.calc-row-item.highlight .calc-row-val {
  color: var(--ok);
}
.calc-hero-saving {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
.calc-saving-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-ink);
}
.calc-saving-amount {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.calc-saving-note {
  font-size: 0.78rem;
  color: var(--muted);
}

/* ——— Comparison Table ——— */
.cut-compare {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
}
.compare-wrap {
  overflow-x: auto;
  margin-top: 1.25rem;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
}
.compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--panel);
}
.compare-table th,
.compare-table td {
  padding: 0.8rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
  line-height: 1.35;
}
.compare-table th {
  background: var(--surface);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.compare-table th.col-bierserv,
.compare-table td.col-bierserv {
  background: color-mix(in srgb, var(--amber) 6%, var(--panel));
  border-left: 1px solid color-mix(in srgb, var(--amber) 30%, var(--border));
  border-right: 1px solid color-mix(in srgb, var(--amber) 30%, var(--border));
}
.compare-table th.col-bierserv {
  background: color-mix(in srgb, var(--amber) 12%, var(--surface));
  color: var(--amber-ink);
}
.compare-table tr:last-child td {
  border-bottom: 0;
}
.compare-feature {
  font-weight: 650;
  color: var(--ink);
}
.compare-bad {
  color: #e06b6b;
  font-weight: 500;
}
.compare-ok {
  color: var(--subtle);
}
.compare-good {
  color: var(--amber-ink);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.compare-good::before {
  content: '✓';
  color: var(--ok);
  font-weight: 800;
}

/* ——— Zoomable Screenshots & Lightbox Modal ——— */
.zoomable-shot {
  cursor: zoom-in;
  position: relative;
}
.zoomable-shot::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(17, 22, 31, 0.75);
  border: 1px solid var(--border);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d9952f' stroke-width='2.5'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.3-4.3'/><path d='M11 8v6M8 11h6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity .25s ease, transform .2s ease;
  pointer-events: none;
}
.zoomable-shot:hover::after {
  opacity: 1;
  transform: scale(1.05);
}

.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(10, 14, 20, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.lightbox-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-frame {
  position: relative;
  max-width: min(92vw, 1200px);
  max-height: 84vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.96);
  transition: transform .3s var(--ease);
}
.lightbox-modal.is-open .lightbox-frame {
  transform: scale(1);
}
.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.85);
  background: var(--void);
}
.lightbox-caption {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
}
.lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease;
}
.lightbox-close:hover {
  color: var(--ink);
}

/* ——— Condensed Trust & Value Banner (Post-Hero) ——— */
.trust-banner {
  padding: 2.25rem 0;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel) 75%, var(--void));
  position: relative;
}
.trust-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.trust-badges-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}
@media (max-width: 640px) {
  .trust-badges-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .trust-pill {
    padding: 0.65rem 0.75rem;
    gap: 0.5rem;
  }
  .trust-pill-icon {
    font-size: 1.15rem;
  }
  .trust-pill-txt strong {
    font-size: 0.78rem;
    line-height: 1.2;
  }
  .trust-pill-txt span {
    font-size: 0.68rem;
  }
  .trust-core-statement {
    padding: 0.65rem 0.85rem;
  }
  .trust-core-statement p {
    font-size: 0.82rem;
    line-height: 1.4;
  }
}
@media (max-width: 360px) {
  .trust-badges-row {
    grid-template-columns: 1fr;
  }
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s ease, transform .2s var(--ease);
}
.trust-pill:hover {
  border-color: color-mix(in srgb, var(--amber) 40%, var(--border));
  transform: translateY(-2px);
}
.trust-pill-decreto {
  border-color: color-mix(in srgb, var(--amber) 50%, var(--border));
  background: color-mix(in srgb, var(--amber) 8%, var(--surface));
  box-shadow: 0 4px 16px -4px color-mix(in srgb, var(--amber) 25%, transparent);
}
.trust-pill-icon {
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}
.trust-pill-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.trust-pill-txt strong {
  font-size: 0.88rem;
  font-weight: 750;
  color: var(--ink);
}
.trust-pill-txt span {
  font-size: 0.76rem;
  color: var(--muted);
}
.trust-core-statement {
  padding: 0.85rem 1.25rem;
  background: rgba(17, 22, 31, 0.65);
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  border-radius: var(--radius);
  text-align: center;
}
.trust-core-statement p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--subtle);
  margin: 0;
}
.trust-core-statement strong {
  color: var(--ink);
}

/* ——— Interactive Product Showcase (Tour) ——— */
.cut-tour {
  padding: 2.5rem 0 2.75rem;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(80% 50% at 50% 10%, color-mix(in srgb, var(--amber) 10%, transparent), transparent 70%),
    color-mix(in srgb, var(--panel) 40%, var(--void));
  position: relative;
  overflow: hidden;
}
.tour-nav {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0.3rem;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-top: 1rem;
  scrollbar-width: none;
}
.tour-nav::-webkit-scrollbar { display: none; }
.tour-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.tour-btn:hover {
  color: var(--ink);
  background: var(--surface);
}
.tour-btn.is-active {
  background: var(--surface);
  color: var(--amber-ink);
  border-color: color-mix(in srgb, var(--amber) 40%, var(--border));
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.4);
}
.tour-viewport {
  margin-top: 1.25rem;
  position: relative;
}
.tour-pane {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.tour-pane.is-active {
  display: grid;
  opacity: 1;
  transform: none;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .tour-pane.is-active {
    grid-template-columns: 1fr 340px;
    align-items: center;
  }
}
.tour-stage {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.85);
}
.tour-stage img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  display: block;
}
.tour-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.tour-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber-ink);
}
.tour-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.tour-desc {
  font-size: 0.9rem;
  color: var(--subtle);
  line-height: 1.45;
}
.tour-bullets-numbered {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.2rem;
  list-style: none;
  padding: 0;
}
.tour-bullets-numbered li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.4;
}
.tour-num-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--void);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  margin-top: 1px;
  box-shadow: 0 0 10px -1px color-mix(in srgb, var(--amber) 60%, transparent);
  user-select: none;
}
.tour-bullet-txt {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.tour-bullet-txt strong {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.85rem;
}
.tour-bullet-txt span {
  color: var(--subtle);
  font-size: 0.82rem;
}

/* ——— Interactive Annotated Hotspot Pins ——— */
.hotspot-pin {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.hotspot-radar {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.35;
  animation: radar-pulse 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  pointer-events: none;
}
@keyframes radar-pulse {
  0% { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(2.2); opacity: 0; }
}
.hotspot-dot {
  position: relative;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border-radius: 50%;
  background: var(--amber);
  border: 2px solid var(--void);
  box-shadow: 0 0 14px var(--amber);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--void);
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
  transition: transform .2s ease;
  user-select: none;
}
.hotspot-pin:hover .hotspot-dot,
.hotspot-pin:focus .hotspot-dot,
.hotspot-pin.is-open .hotspot-dot {
  transform: scale(1.25);
  background: var(--amber-ink);
}
.hotspot-card {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: max-content;
  max-width: min(250px, calc(100vw - 36px));
  padding: 0.75rem 0.95rem;
  background: rgba(17, 22, 31, 0.96);
  border: 1px solid color-mix(in srgb, var(--amber) 40%, var(--border));
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.hotspot-card strong {
  display: block;
  color: var(--amber-ink);
  margin-bottom: 2px;
  font-size: 0.85rem;
}
.hotspot-pin:hover .hotspot-card,
.hotspot-pin:focus .hotspot-card,
.hotspot-pin.is-open .hotspot-card {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* ——— Enterprise Trust & Security Grid ——— */
.cut-trust {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
  background: var(--panel);
}
.trust-cards-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .trust-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .trust-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.trust-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: border-color .3s ease, transform .3s var(--ease);
}
.trust-card:hover {
  border-color: color-mix(in srgb, var(--amber) 40%, var(--border));
  transform: translateY(-2px);
}
.trust-card.trust-card-highlight {
  border-color: color-mix(in srgb, var(--amber) 55%, var(--border));
  background: color-mix(in srgb, var(--amber) 8%, var(--surface));
  box-shadow: 0 8px 24px -6px color-mix(in srgb, var(--amber) 25%, transparent);
}
.trust-card.trust-card-highlight h3 {
  color: var(--amber-ink);
}
.trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--amber) 12%, var(--panel));
  border: 1px solid color-mix(in srgb, var(--amber) 25%, var(--border));
  display: grid;
  place-items: center;
  color: var(--amber-ink);
}
.trust-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.trust-card p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--muted);
}

/* ——— Zero-Downtime Timeline (Implantação) ——— */
.cut-timeline {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
}
.timeline-track {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
  position: relative;
}
@media (min-width: 860px) {
  .timeline-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .timeline-track::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--amber), color-mix(in srgb, var(--amber) 40%, var(--border)));
    z-index: 1;
  }
}
.timeline-step {
  position: relative;
  z-index: 2;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform .3s var(--ease), border-color .3s ease;
}
.timeline-step:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--amber) 45%, var(--border));
}
.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--amber);
  color: var(--void);
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 0 14px -2px color-mix(in srgb, var(--amber) 50%, transparent);
}
.step-time {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-ink);
}
.timeline-step h3 {
  font-size: 1.1rem;
  font-weight: 750;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.timeline-step p {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--subtle);
}

/* ——— Seção Exclusiva: Decreto 12.709/2025 (MAPA) ——— */
.cut-decreto {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(80% 50% at 50% 0%, color-mix(in srgb, var(--amber) 12%, transparent), transparent 75%),
    linear-gradient(180deg, var(--void) 0%, color-mix(in srgb, var(--panel) 80%, var(--void)) 100%);
  position: relative;
  overflow: hidden;
}
.decreto-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--amber) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--amber) 45%, transparent);
  color: var(--amber-ink);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
  box-shadow: 0 0 20px -4px color-mix(in srgb, var(--amber) 30%, transparent);
}
.decreto-badge-icon {
  font-size: 0.9rem;
}
.decreto-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .decreto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .decreto-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.decreto-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease;
  position: relative;
}
.decreto-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--amber) 45%, var(--border));
  box-shadow: 0 12px 32px -8px color-mix(in srgb, var(--amber) 15%, transparent);
}
.decreto-card-icon {
  font-size: 1.4rem;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--amber) 12%, var(--panel));
  border: 1px solid color-mix(in srgb, var(--amber) 25%, var(--border));
  color: var(--amber-ink);
}
.decreto-card h3 {
  font-size: 1rem;
  font-weight: 750;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin: 0;
}
.decreto-card p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--subtle);
  margin: 0;
  flex-grow: 1;
}
.decreto-checklist {
  list-style: none;
  padding: 0;
  margin: 0.15rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.decreto-checklist li {
  font-size: 0.78rem;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  line-height: 1.3;
}
.decreto-checklist li::before {
  content: '✓';
  color: var(--amber-ink);
  font-weight: 800;
  flex-shrink: 0;
}
.decreto-bottom-banner {
  margin-top: 1.25rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--amber) 12%, var(--panel)), var(--panel));
  border: 1px solid color-mix(in srgb, var(--amber) 45%, var(--border));
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  box-shadow: 0 8px 30px -8px color-mix(in srgb, var(--amber) 20%, transparent);
}
.decreto-banner-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.decreto-banner-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--subtle);
}
.decreto-banner-text strong {
  color: var(--ink);
  font-weight: 750;
}
@media (max-width: 768px) {
  .decreto-bottom-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.1rem;
  }
  .decreto-bottom-banner .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ——— Live 10-Second Simulator ——— */
.cut-simulator {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(70% 60% at 50% 20%, color-mix(in srgb, var(--amber) 12%, transparent), transparent 75%),
    var(--panel);
}
.sim-container {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.25rem;
}
@media (min-width: 900px) {
  .sim-container {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
    gap: 2.25rem;
  }
}
.sim-console {
  background: var(--void);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}
@media (max-width: 640px) {
  .sim-console {
    padding: 1.1rem 0.85rem;
  }
  .sim-receipt-box {
    padding: 1.1rem 0.85rem !important;
  }
}
.sim-step-title {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amber-ink);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.sim-btn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .sim-btn-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.sim-btn {
  padding: 0.65rem 0.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
  transition: border-color .2s ease, background-color .2s ease, transform .15s ease;
}
.sim-btn:hover {
  border-color: color-mix(in srgb, var(--amber) 40%, var(--border));
  background: var(--surface-2);
  transform: translateY(-1px);
}
.sim-btn.is-selected {
  border-color: var(--amber);
  background: color-mix(in srgb, var(--amber) 15%, var(--surface));
  color: var(--amber-ink);
}
.sim-btn em {
  font-style: normal;
  font-size: 0.72rem;
  color: var(--muted);
}
.sim-btn.is-selected em {
  color: var(--subtle);
}
.sim-order-list {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 95px;
}
.sim-order-empty {
  font-size: 0.82rem;
  color: var(--fraco);
  text-align: center;
  margin: auto 0;
}
.sim-order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 50%, transparent);
}
.sim-order-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sim-order-item span:last-child {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--amber-ink);
}
.sim-total-bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}
.sim-total-bar span:last-child {
  font-size: 1.3rem;
  color: var(--amber-ink);
}

.sim-receipt-box {
  background: var(--surface);
  border: 1px solid color-mix(in srgb, var(--ok) 40%, var(--border));
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0.35;
  pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease), border-color .3s ease;
}
.sim-receipt-box.is-done {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1.02);
  box-shadow: 0 16px 40px -10px color-mix(in srgb, var(--ok) 25%, transparent);
}
.sim-receipt-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: color-mix(in srgb, var(--ok) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--ok) 40%, transparent);
  color: var(--ok);
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  align-self: flex-start;
}
.sim-receipt-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
}
.sim-receipt-meta {
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--subtle);
}
.sim-receipt-meta strong {
  color: var(--ink);
}

/* ——— Zero-Risk Guarantee Badge ——— */
.guarantee-box {
  margin-top: 2rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--amber) 14%, var(--panel)), var(--panel));
  border: 1px solid color-mix(in srgb, var(--amber) 50%, var(--border));
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 768px) {
  .guarantee-box {
    grid-template-columns: 80px 1fr;
    padding: 2rem 2.25rem;
    gap: 1.75rem;
  }
}
.guarantee-shield {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--amber) 18%, transparent);
  border: 1px solid var(--amber);
  display: grid;
  place-items: center;
  font-size: 2rem;
  box-shadow: 0 0 24px -4px color-mix(in srgb, var(--amber) 40%, transparent);
}
.guarantee-copy h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.35rem;
}
.guarantee-copy p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--subtle);
}

/* ——— Contact Time Preference Chips ——— */
.time-pref-title {
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.time-pref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.5rem;
}
.time-chip {
  padding: 0.6rem 0.5rem;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
  transition: all .2s ease;
}
.time-chip:hover {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--amber) 40%, var(--border));
}
.time-chip.is-active {
  background: color-mix(in srgb, var(--amber) 15%, var(--panel));
  border-color: var(--amber);
  color: var(--amber-ink);
}

/* ——— Floating WhatsApp Widget with Live Balloon ——— */
.wa-widget {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  pointer-events: auto;
}
@media (max-width: 859px) {
  .wa-widget { display: none !important; }
}
.wa-balloon {
  background: rgba(22, 29, 41, 0.95);
  border: 1px solid color-mix(in srgb, var(--amber) 35%, var(--border));
  border-radius: 12px;
  padding: 1rem 1.15rem;
  max-width: 280px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--ink);
  opacity: 0;
  transform: translateY(10px) scale(0.95);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
  position: relative;
}
.wa-balloon.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.wa-balloon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.wa-online-tag {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ok);
}
.wa-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 8px var(--ok);
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}
.wa-balloon-close {
  background: transparent;
  border: none;
  color: var(--fraco);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 2px 4px;
}
.wa-balloon-close:hover { color: var(--ink); }
.wa-balloon-cta {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--amber-ink);
  text-decoration: none;
}
.wa-balloon-cta:hover { text-decoration: underline; }
.wa-fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.wa-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6);
}

/* ——— Before vs After Impact Metrics ——— */
.cut-before-after {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--border);
}
.before-after-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .before-after-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.card-comparison {
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease;
}
.card-comparison:hover {
  transform: translateY(-3px);
}
.card-before {
  background: var(--panel);
  border: 1px solid var(--border);
}
.card-after {
  background: linear-gradient(145deg, color-mix(in srgb, var(--amber) 10%, var(--panel)), var(--panel));
  border: 2px solid var(--amber);
  box-shadow: 0 16px 40px -10px color-mix(in srgb, var(--amber) 25%, transparent);
}
.card-comp-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  align-self: flex-start;
}
.card-before .card-comp-tag {
  background: color-mix(in srgb, #e06b6b 14%, var(--surface));
  color: #e06b6b;
  border: 1px solid color-mix(in srgb, #e06b6b 30%, transparent);
}
.card-after .card-comp-tag {
  background: var(--amber);
  color: #0b0f17;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.35);
}
.comp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.comp-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
  display: block;
}
.card-before .comp-list li {
  color: var(--muted);
}
.card-before .comp-list li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  color: #e06b6b;
  font-weight: 850;
  font-size: 0.85rem;
  line-height: 1.45;
}
.card-after .comp-list li {
  color: var(--ink);
}
.card-after .comp-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ok);
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1.45;
}
.card-after .comp-list li strong {
  color: var(--amber-ink);
  font-weight: 750;
}

/* ——— Global Elevated Reveal & Transitions ——— */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: none;
}




