:root {
  --navy-950: #06131f;
  --navy-900: #071725;
  --navy-850: #0a1b2f;
  --navy-800: #10263b;
  --navy-700: #18344d;
  --gold: #c7af80;
  --gold-light: #e5d2a9;
  --cream: #f1ede5;
  --cream-2: #f8f5ef;
  --silver: #d9d9d9;
  --ink: #111c26;
  --muted: #64717c;
  --green: #50b88a;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(10, 27, 47, 0.14);
  --shadow: 0 32px 90px rgba(6, 19, 31, 0.18);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-brand: "Poppins", system-ui, sans-serif;
}

/* Landing navigation: editorial shell, public labels and bicolor brand entrance. */
.site-header {
  padding: 12px 0 8px;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(241, 237, 229, 0.98), rgba(241, 237, 229, 0.82));
  backdrop-filter: blur(20px) saturate(125%);
}

.site-header .nav-shell {
  position: relative;
  width: min(1480px, calc(100% - 32px));
  height: 70px;
  gap: 18px;
  padding: 0 10px 0 22px;
  border: 1px solid rgba(199, 175, 128, 0.42);
  border-radius: 18px;
  background: rgba(7, 23, 37, 0.97);
  box-shadow: 0 14px 34px rgba(7, 23, 37, 0.13), inset 0 1px rgba(255, 255, 255, 0.04);
  transition: height 240ms ease, border-radius 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled .nav-shell {
  height: 62px;
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(7, 23, 37, 0.19), inset 0 1px rgba(255, 255, 255, 0.04);
}

.site-header .wordmark {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  font-size: 30px;
  color: #f5f1e8;
  isolation: isolate;
}

.site-header .wordmark-f {
  background-image: linear-gradient(90deg, var(--gold) 0 48%, #f5f1e8 48% 100%);
}

.site-header .wordmark-dot {
  color: #f5f1e8;
}

.site-header .main-nav {
  gap: 3px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.site-header .main-nav a {
  position: relative;
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(245, 241, 232, 0.72);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.025em;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible,
.site-header .main-nav a.is-current {
  color: #fffaf0;
  background: rgba(199, 175, 128, 0.14);
  transform: translateY(-1px);
}

.site-header .main-nav a::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 5px;
  left: 17px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-header .main-nav a:hover::after,
.site-header .main-nav a:focus-visible::after,
.site-header .main-nav a.is-current::after {
  transform: scaleX(1);
}

.site-header .nav-actions {
  flex: 0 0 auto;
  gap: 9px;
}

.site-header .nav-actions .text-link {
  padding: 10px 12px;
  color: rgba(245, 241, 232, 0.76);
  font-size: 11px;
}

.site-header .nav-actions .text-link:hover,
.site-header .nav-actions .text-link:focus-visible {
  color: var(--gold-light);
}

.site-header .nav-actions .button-small {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(7, 23, 37, 0.18);
}

.site-header .menu-toggle {
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(199, 175, 128, 0.34);
  border-radius: 11px;
}

.site-header .menu-toggle > span:not(.sr-only) {
  width: 21px;
  margin: 4px auto;
  background: var(--gold-light);
}

.wordmark.is-logo-intro::after {
  content: "confirm.";
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
  background: linear-gradient(
    102deg,
    var(--gold) 0%,
    var(--gold) 18%,
    #fffaf0 37%,
    var(--gold-light) 50%,
    #fffaf0 64%,
    var(--gold) 82%,
    var(--gold) 100%
  );
  background-size: 290% 100%;
  background-position: 110% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(229, 210, 169, 0.32));
  animation: confirm-bicolor-sweep 2.35s cubic-bezier(0.22, 0.75, 0.22, 1) both;
}

.wordmark.is-logo-intro > span {
  animation: confirm-mark-settle 1.35s cubic-bezier(0.22, 0.75, 0.22, 1) both;
}

.wordmark.is-logo-intro > span:nth-child(2) { animation-delay: 70ms; }
.wordmark.is-logo-intro > span:nth-child(3) { animation-delay: 130ms; }
.wordmark.is-logo-intro > span:nth-child(4) { animation-delay: 190ms; }

@keyframes confirm-bicolor-sweep {
  0% { opacity: 0; background-position: 110% 50%; transform: translateX(-4px); }
  16% { opacity: 0.95; }
  72% { opacity: 0.92; }
  100% { opacity: 0; background-position: -22% 50%; transform: translateX(3px); }
}

@keyframes confirm-mark-settle {
  0% { opacity: 0.2; filter: blur(2px); transform: translateY(3px); }
  58% { opacity: 0.72; filter: blur(0); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@media (max-width: 1180px) {
  .site-header .nav-shell {
    gap: 12px;
    padding-left: 18px;
  }

  .site-header .main-nav a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 10px;
  }

  .site-header .nav-actions .text-link {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (max-width: 1040px) {
  .site-header {
    padding: 8px 0;
  }

  .site-header .nav-shell,
  .site-header.is-scrolled .nav-shell {
    width: min(100% - 20px, 1480px);
    height: 66px;
    border-radius: 15px;
  }

  .site-header .wordmark {
    font-size: 27px;
  }

  .site-header .menu-toggle {
    order: 3;
    display: block;
    margin-left: 0;
  }

  .site-header .nav-actions {
    order: 2;
    margin-left: auto;
  }

  .site-header .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 3;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(199, 175, 128, 0.34);
    border-radius: 16px;
    background: rgba(7, 23, 37, 0.985);
    box-shadow: 0 24px 58px rgba(7, 23, 37, 0.3);
  }

  .site-header .main-nav.is-open {
    display: flex;
  }

  .site-header .main-nav a {
    width: 100%;
    padding: 13px 14px;
    border: 0;
    border-radius: 10px;
    font-size: 12px;
  }

  .site-header .main-nav a::after {
    right: auto;
    bottom: 8px;
    left: 14px;
    width: 42px;
  }
}

@media (max-width: 620px) {
  .site-header,
  .site-header .nav-shell,
  .site-header.is-scrolled .nav-shell {
    height: auto;
  }

  .site-header .nav-shell,
  .site-header.is-scrolled .nav-shell {
    min-height: 62px;
    padding: 0 9px 0 16px;
  }

  .site-header .wordmark {
    font-size: 25px;
  }

  .site-header .nav-actions {
    display: none;
  }

  .site-header .menu-toggle {
    margin-left: auto;
  }

  .face-frame .bowtie-avatar {
    --avatar-size: 78px;
  }

  .stats-face-frame .bowtie-avatar {
    --avatar-size: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wordmark.is-logo-intro::after {
    display: none;
  }

  .wordmark.is-logo-intro > span {
    animation: none;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  background: var(--cream-2);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(10, 27, 47, 0.18) 0 0.7px, transparent 0.9px),
    radial-gradient(circle at 75% 70%, rgba(10, 27, 47, 0.14) 0 0.6px, transparent 0.8px);
  background-size: 11px 13px, 17px 19px;
  mix-blend-mode: multiply;
}

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

button,
input,
summary {
  font: inherit;
}

button,
summary {
  cursor: pointer;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy-950);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(6, 19, 31, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1440px, calc(100% - 48px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 42px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  font-family: var(--font-brand);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.wordmark-gold {
  color: var(--gold);
}

.wordmark-f {
  color: transparent;
  background: linear-gradient(90deg, var(--gold) 0 48%, #fff 48% 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wordmark-dot {
  color: #fff;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.main-nav a,
.text-link {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 600;
  transition: color 160ms ease;
}

.main-nav a:hover,
.text-link:hover {
  color: var(--gold-light);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 23px;
  height: 1px;
  margin: 5px 0;
  background: #fff;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
}

.button-gold {
  background: var(--gold);
  color: var(--navy-950);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 12px 30px rgba(0, 0, 0, 0.15);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.button-glass:hover {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  padding: 18px 18px 0;
  background: var(--navy-950);
}

.hero-shell {
  position: relative;
  width: min(1580px, 100%);
  min-height: min(830px, calc(100vh - 116px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: var(--navy-900);
  isolation: isolate;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  transition: inset 360ms ease, border-radius 360ms ease, opacity 360ms ease;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transition: filter 360ms ease, transform 900ms ease;
}

.hero-shell:hover .hero-media img {
  transform: scale(1.015);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 13, 23, 0.98) 0%, rgba(4, 13, 23, 0.89) 32%, rgba(4, 13, 23, 0.2) 65%, rgba(4, 13, 23, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 13, 23, 0.86) 0%, transparent 45%);
  transition: background 360ms ease;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(690px, 52%);
  padding: clamp(90px, 11vh, 140px) 0 190px clamp(42px, 6vw, 108px);
  color: #fff;
  transition: color 360ms ease;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: #7e6842;
}

.hero h1,
.section h2,
.final-cta h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 700px;
  margin-top: 28px;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 0.98;
}

.hero h1 em,
.section h2 em,
.final-cta h2 em {
  color: var(--gold-light);
  font-style: italic;
}

.hero-copy > p {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

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

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(80, 184, 138, 0.1);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero-signals {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 4vw, 72px);
  right: clamp(28px, 4vw, 72px);
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: rgba(6, 19, 31, 0.72);
  backdrop-filter: blur(18px);
}

.hero-signals article {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  color: #fff;
}

.hero-signals article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.signal-index {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 30px;
}

.hero-signals strong,
.hero-signals small {
  display: block;
}

.hero-signals strong {
  font-size: 14px;
}

.hero-signals small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.concept-switcher {
  width: min(1580px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 0 20px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.concept-switcher > span {
  margin-right: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.concept-switcher button {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 8px 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  transition: 160ms ease;
}

.concept-switcher button:hover,
.concept-switcher button[aria-pressed="true"] {
  border-color: var(--gold);
  background: rgba(199, 175, 128, 0.1);
  color: var(--gold-light);
}

.trust-strip {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line-light);
}

.trust-strip div {
  padding: 32px 28px;
}

.trust-strip div + div {
  border-left: 1px solid var(--line-light);
}

.trust-strip span,
.trust-strip strong {
  display: block;
}

.trust-strip span {
  color: #8a7041;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-strip strong {
  margin-top: 3px;
  color: var(--navy-850);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
}

.section {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(90px, 11vw, 150px) 0;
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
  align-items: end;
}

.section-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 24px;
}

.section h2,
.final-cta h2 {
  color: var(--navy-850);
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.04;
}

.section h2 em {
  color: #8a7041;
}

.section-intro > p {
  max-width: 540px;
  padding-bottom: 6px;
  color: var(--muted);
  font-size: 17px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 62px;
}

.journey-card {
  min-height: 470px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(6, 19, 31, 0.1);
}

.journey-featured {
  background: var(--navy-850);
  color: #fff;
  border-color: var(--navy-850);
  transform: translateY(-18px);
  box-shadow: var(--shadow);
}

.journey-featured:hover {
  transform: translateY(-24px);
}

.journey-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-light);
  color: #8a7041;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.journey-top b {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.journey-featured .journey-top {
  border-color: var(--line-dark);
  color: var(--gold-light);
}

.journey-card h3 {
  margin-top: 40px;
  color: var(--navy-850);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.journey-featured h3 {
  color: #fff;
}

.journey-card > p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.journey-featured > p {
  color: rgba(255, 255, 255, 0.62);
}

.journey-card ul {
  margin-top: auto;
  padding-top: 36px;
  list-style: none;
}

.journey-card li {
  position: relative;
  padding: 9px 0 9px 22px;
  border-top: 1px solid var(--line-light);
  color: var(--navy-700);
  font-size: 12px;
  font-weight: 600;
}

.journey-card li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.journey-featured li {
  border-color: var(--line-dark);
  color: rgba(255, 255, 255, 0.78);
}

.control-section {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(600px, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
  background: var(--navy-850);
  color: #fff;
}

.control-copy {
  max-width: 530px;
}

.control-section h2 {
  margin-top: 26px;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
}

.control-copy > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
}

.control-list {
  margin-top: 48px;
}

.control-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line-dark);
}

.control-list article > span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 22px;
}

.control-list h3 {
  font-size: 14px;
}

.control-list p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.dashboard-scene {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  perspective: 1100px;
}

.dashboard-scene::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 175, 128, 0.22), transparent 68%);
  filter: blur(12px);
}

.dashboard-window {
  position: relative;
  z-index: 2;
  width: 920px;
  min-width: 820px;
  overflow: hidden;
  border: 1px solid rgba(199, 175, 128, 0.42);
  border-radius: 16px;
  background: #081a2a;
  box-shadow: 0 55px 120px rgba(0, 0, 0, 0.46);
  transform: rotateY(-8deg) rotateX(2deg);
}

.dashboard-head {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #06131f;
}

.mini-wordmark {
  color: var(--gold);
  font-family: var(--font-brand);
  font-size: 17px;
  font-weight: 700;
}

.dashboard-nav {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.dashboard-nav i {
  width: 55px;
  height: 6px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-950);
  font-size: 8px;
  font-weight: 700;
}

.dashboard-body {
  padding: 34px;
}

.dashboard-title small,
.dashboard-title strong {
  display: block;
}

.dashboard-title small {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.dashboard-title strong {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 25px;
}

.dashboard-stats article {
  min-height: 118px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.dashboard-stats small,
.dashboard-stats b,
.dashboard-stats span {
  display: block;
}

.dashboard-stats small {
  color: #aebac3;
  font-size: 7px;
  font-weight: 700;
}

.dashboard-stats b {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
}

.dashboard-stats b.status-ready {
  color: #8fe0bd;
  font-size: 25px;
}

.dashboard-stats span {
  color: #7690a3;
  font-size: 8px;
}

.dashboard-calendar {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
}

.calendar-label {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
}

.calendar-label span {
  color: var(--gold);
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar-days i {
  min-height: 92px;
  position: relative;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-style: normal;
}

.calendar-days small,
.calendar-days b {
  display: block;
}

.calendar-days small {
  color: #6e8596;
  font-size: 7px;
}

.calendar-days b {
  margin-top: 3px;
  font-size: 10px;
}

.calendar-days i > span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 9px;
  padding: 5px 6px;
  border-radius: 4px;
  background: rgba(80, 184, 138, 0.25);
  color: #a7ebcd;
  font-size: 7px;
  font-weight: 700;
}

.calendar-days i.gold > span {
  background: rgba(199, 175, 128, 0.22);
  color: var(--gold-light);
}

.scene-card {
  position: absolute;
  z-index: 4;
  width: 180px;
  padding: 18px;
  border: 1px solid rgba(199, 175, 128, 0.42);
  border-radius: 10px;
  background: rgba(7, 23, 37, 0.9);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  animation: float 5s ease-in-out infinite;
}

.scene-card-left {
  left: -32px;
  bottom: 110px;
}

.scene-card-right {
  right: 42px;
  top: 105px;
  animation-delay: -2.1s;
}

.scene-card small,
.scene-card strong,
.scene-card span {
  display: block;
}

.scene-card small {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.scene-card strong {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.scene-card span {
  color: #71889a;
  font-size: 9px;
}

.brand-section {
  padding-bottom: 100px;
}

.brand-panel {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 60px;
  align-items: center;
  overflow: hidden;
  padding: 70px clamp(36px, 7vw, 100px);
  border: 1px solid rgba(199, 175, 128, 0.48);
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 20%, rgba(199, 175, 128, 0.2), transparent 34%),
    var(--cream);
}

.brand-copy h2 {
  margin-top: 26px;
  font-size: clamp(42px, 4.8vw, 68px);
}

.brand-copy p {
  max-width: 530px;
  margin-top: 24px;
  color: var(--muted);
}

.arrow-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--navy-850);
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 700;
}

.arrow-link span {
  transition: transform 160ms ease;
}

.arrow-link:hover span {
  transform: translateX(5px);
}

.credential-stack {
  position: relative;
  min-height: 420px;
}

.credential-card {
  position: absolute;
  width: 290px;
  height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  box-shadow: 0 34px 70px rgba(7, 23, 37, 0.22);
}

.credential-back {
  left: 4%;
  top: 14px;
  transform: rotate(-10deg);
  border: 1px solid rgba(10, 27, 47, 0.13);
  background: #ddd3c2;
  color: rgba(10, 27, 47, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.credential-front {
  right: 2%;
  top: 2px;
  transform: rotate(5deg);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--navy-850);
  color: #fff;
}

.credential-brand {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 25px;
  font-style: italic;
}

.credential-front small {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 7px;
  letter-spacing: 0.15em;
}

.credential-front strong {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 500;
}

.fake-qr {
  width: 94px;
  height: 94px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 9px;
  border-radius: 8px;
  background: #fff;
}

.fake-qr i {
  background: var(--navy-950);
}

.fake-qr i:nth-child(2),
.fake-qr i:nth-child(4),
.fake-qr i:nth-child(9) {
  border-radius: 50%;
  background: var(--gold);
}

.credential-front p {
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.difference-grid article {
  padding: 34px 28px;
}

.difference-grid article + article {
  border-left: 1px solid var(--line-light);
}

.difference-grid span {
  color: #8a7041;
  font-family: var(--font-display);
  font-size: 21px;
}

.difference-grid h3 {
  margin-top: 18px;
  color: var(--navy-850);
  font-size: 14px;
}

.difference-grid p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.workshop-section {
  padding-top: 30px;
}

.workshop-card {
  min-height: 310px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 48px 60px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(110deg, rgba(7, 23, 37, 0.99), rgba(16, 38, 59, 0.92)),
    var(--navy-850);
  color: #fff;
  box-shadow: var(--shadow);
}

.workshop-number {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(74px, 10vw, 142px);
  line-height: 0.8;
}

.workshop-copy h2 {
  margin-top: 15px;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
}

.workshop-copy p {
  max-width: 610px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.direction-intro {
  grid-template-columns: 1fr 0.75fr;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.direction-card {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 15px;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.direction-card:hover,
.direction-card.is-selected {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 24px 60px rgba(6, 19, 31, 0.1);
}

.direction-preview {
  height: 225px;
  position: relative;
  overflow: hidden;
}

.direction-preview i {
  position: absolute;
  width: 62px;
  height: 82px;
  border: 1px solid rgba(199, 175, 128, 0.6);
  border-radius: 7px;
}

.direction-preview i:nth-child(1) { left: 18%; top: 36%; transform: rotate(-10deg); }
.direction-preview i:nth-child(2) { left: 42%; top: 15%; }
.direction-preview i:nth-child(3) { right: 17%; top: 34%; transform: rotate(9deg); }

.direction-preview span {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 48px;
  height: 92px;
  transform: translateX(-50%);
  border-radius: 22px 22px 8px 8px;
  background: var(--gold);
}

.preview-command {
  background: radial-gradient(circle at 50% 72%, #173651, #06131f 68%);
}

.preview-command i {
  background: rgba(16, 38, 59, 0.92);
  box-shadow: 0 0 24px rgba(199, 175, 128, 0.16);
}

.preview-editorial {
  background: linear-gradient(145deg, #ede4d5, #faf7f0);
}

.preview-editorial i {
  border-color: rgba(10, 27, 47, 0.28);
  background: #fff;
}

.preview-editorial span {
  background: var(--navy-850);
}

.preview-live {
  background-color: #081a2a;
  background-image: linear-gradient(rgba(199, 175, 128, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(199, 175, 128, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.preview-live i {
  background: rgba(80, 184, 138, 0.12);
}

.preview-live span {
  background: #50b88a;
}

.direction-copy {
  padding: 28px;
}

.direction-copy > span {
  color: #8a7041;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.direction-copy h3 {
  margin-top: 9px;
  color: var(--navy-850);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
}

.direction-copy p {
  min-height: 66px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 12px;
}

.direction-copy button {
  margin-top: 22px;
  border: 0;
  border-bottom: 1px solid var(--navy-850);
  background: transparent;
  color: var(--navy-850);
  font-size: 11px;
  font-weight: 700;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding-top: 60px;
}

.faq-title h2 {
  margin-top: 22px;
  font-size: clamp(38px, 4vw, 56px);
}

.faq-list details {
  border-top: 1px solid var(--line-light);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line-light);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  list-style: none;
  color: var(--navy-850);
  font-size: 14px;
  font-weight: 700;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  color: #8a7041;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 640px;
  padding: 0 48px 25px 0;
  color: var(--muted);
  font-size: 13px;
}

.final-cta {
  width: min(1544px, calc(100% - 36px));
  margin: 20px auto 0;
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  padding: clamp(60px, 8vw, 120px);
  border-radius: 22px 22px 0 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(199, 175, 128, 0.2), transparent 34%),
    linear-gradient(135deg, #06131f, #10263b);
  color: #fff;
}

.final-cta h2 {
  max-width: 850px;
  margin-top: 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
}

.final-cta p {
  max-width: 610px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.58);
}

.final-actions {
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.text-link-light {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 36px;
  align-items: center;
  padding: 38px max(24px, calc((100vw - 1280px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.footer-wordmark {
  font-size: 22px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a:hover {
  color: var(--gold-light);
}

/* Direção 02 — editorial de prestígio */
body[data-theme="editorial"] .hero,
body[data-theme="editorial"] .concept-switcher {
  background: var(--cream);
}

body[data-theme="editorial"] .hero-shell {
  border-color: rgba(10, 27, 47, 0.15);
  background: #eee7da;
  box-shadow: 0 30px 80px rgba(10, 27, 47, 0.15);
}

body[data-theme="editorial"] .hero-media {
  inset: 28px 28px 28px 49%;
  overflow: hidden;
  border-radius: 14px;
}

body[data-theme="editorial"] .hero-media img {
  object-position: 61% center;
}

body[data-theme="editorial"] .hero-shade {
  background: linear-gradient(90deg, rgba(241, 237, 229, 1) 0%, rgba(241, 237, 229, 0.98) 43%, rgba(241, 237, 229, 0.14) 70%, rgba(241, 237, 229, 0.04));
}

body[data-theme="editorial"] .hero-copy {
  color: var(--navy-850);
}

body[data-theme="editorial"] .hero-copy .eyebrow {
  color: #8a7041;
}

body[data-theme="editorial"] .hero h1 em {
  color: #8a7041;
}

body[data-theme="editorial"] .hero-copy > p,
body[data-theme="editorial"] .hero-note {
  color: rgba(10, 27, 47, 0.62);
}

body[data-theme="editorial"] .hero-copy .button-glass {
  color: var(--navy-850);
  border-color: rgba(10, 27, 47, 0.2);
  background: rgba(255, 255, 255, 0.45);
}

body[data-theme="editorial"] .concept-switcher {
  color: rgba(10, 27, 47, 0.5);
}

body[data-theme="editorial"] .concept-switcher button {
  color: rgba(10, 27, 47, 0.6);
  border-color: rgba(10, 27, 47, 0.14);
}

body[data-theme="editorial"] .concept-switcher button[aria-pressed="true"] {
  color: var(--navy-850);
  border-color: #8a7041;
}

/* Direção 03 — operação ao vivo */
body[data-theme="live"] .hero-shell {
  border-radius: 4px;
}

body[data-theme="live"] .hero-media img {
  filter: saturate(0.72) contrast(1.12);
}

body[data-theme="live"] .hero-shade {
  background:
    linear-gradient(rgba(80, 184, 138, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 184, 138, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 13, 23, 0.99) 0%, rgba(4, 13, 23, 0.91) 36%, rgba(4, 13, 23, 0.22) 70%);
  background-size: 40px 40px, 40px 40px, auto;
}

body[data-theme="live"] .live-dot,
body[data-theme="live"] .button-gold {
  background: var(--green);
}

body[data-theme="live"] .hero-signals,
body[data-theme="live"] .concept-switcher button[aria-pressed="true"] {
  border-color: rgba(80, 184, 138, 0.55);
}

body[data-theme="live"] .signal-index,
body[data-theme="live"] .hero h1 em,
body[data-theme="live"] .hero-copy .eyebrow,
body[data-theme="live"] .concept-switcher button[aria-pressed="true"] {
  color: #8fe0bd;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 5px rgba(80, 184, 138, 0.1); }
  50% { transform: scale(1.16); box-shadow: 0 0 0 9px rgba(80, 184, 138, 0.04); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .hero-copy {
    width: 61%;
  }

  .section-intro {
    grid-template-columns: 1fr;
  }

  .section-intro > p {
    margin-top: 24px;
  }

  .control-section {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 45px;
  }

  .dashboard-window {
    min-width: 760px;
  }

  .credential-card {
    width: 245px;
  }

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

  .site-footer > span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .nav-shell {
    width: min(100% - 32px, 1440px);
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 24px 26px;
    border-bottom: 1px solid var(--line-dark);
    background: rgba(6, 19, 31, 0.98);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-actions .text-link {
    display: none;
  }

  .hero-shell {
    min-height: 820px;
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 13, 23, 0.96) 0%, rgba(4, 13, 23, 0.8) 52%, rgba(4, 13, 23, 0.25)),
      linear-gradient(0deg, rgba(4, 13, 23, 0.9), transparent 56%);
  }

  .hero-copy {
    width: 78%;
    padding-left: 54px;
  }

  .concept-switcher {
    flex-wrap: wrap;
  }

  .concept-switcher > span {
    width: 100%;
    margin: 0 0 4px;
    text-align: center;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .trust-strip div:nth-child(4) {
    border-top: 1px solid var(--line-light);
  }

  .journey-grid,
  .direction-grid {
    grid-template-columns: 1fr;
  }

  .journey-card,
  .journey-featured {
    min-height: 420px;
    transform: none;
  }

  .journey-featured:hover {
    transform: translateY(-5px);
  }

  .control-section {
    grid-template-columns: 1fr;
    padding-left: 24px;
  }

  .control-copy {
    max-width: 720px;
    padding-right: 24px;
  }

  .dashboard-scene {
    min-height: 590px;
    overflow: hidden;
  }

  .dashboard-window {
    min-width: 760px;
    transform: translateX(15px) rotateY(-7deg);
  }

  .brand-panel {
    grid-template-columns: 1fr;
  }

  .credential-stack {
    width: min(560px, 100%);
    margin: 0 auto;
  }

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

  .difference-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .difference-grid article:nth-child(4) {
    border-top: 1px solid var(--line-light);
  }

  .workshop-card {
    grid-template-columns: auto 1fr;
  }

  .workshop-card .button {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .faq-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-actions {
    width: min(340px, 100%);
  }

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

  body[data-theme="editorial"] .hero-media {
    inset: 22px 22px 240px 41%;
  }

  body[data-theme="editorial"] .hero-shade {
    background: linear-gradient(90deg, rgba(241, 237, 229, 1) 0%, rgba(241, 237, 229, 0.92) 52%, rgba(241, 237, 229, 0.12));
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header,
  .nav-shell {
    height: 68px;
  }

  .wordmark {
    font-size: 24px;
  }

  .main-nav {
    top: 68px;
  }

  .nav-actions .button {
    display: none;
  }

  .hero {
    padding: 10px 10px 0;
  }

  .hero-shell {
    min-height: 760px;
    border-radius: 15px;
  }

  .hero-media img {
    object-position: 57% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 13, 23, 0.78), rgba(4, 13, 23, 0.22) 38%, rgba(4, 13, 23, 0.98) 78%),
      linear-gradient(90deg, rgba(4, 13, 23, 0.55), rgba(4, 13, 23, 0.08));
  }

  .hero-copy {
    width: 100%;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px 24px 220px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .hero-copy > p {
    font-size: 14px;
  }

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

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

  .hero-signals {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
  }

  .hero-signals article {
    min-height: 55px;
    padding: 9px 14px;
  }

  .hero-signals article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .signal-index {
    font-size: 19px;
  }

  .concept-switcher button {
    width: calc(100% - 28px);
  }

  .trust-strip,
  .section {
    width: min(100% - 28px, 1280px);
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div + div,
  .trust-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .section {
    padding: 82px 0;
  }

  .section h2,
  .final-cta h2 {
    font-size: 40px;
  }

  .journey-card {
    min-height: 450px;
    padding: 28px;
  }

  .control-section {
    width: 100%;
    padding-left: 18px;
  }

  .dashboard-scene {
    min-height: 470px;
  }

  .dashboard-window {
    min-width: 650px;
    transform: scale(0.72) translateX(-77px);
    transform-origin: left center;
  }

  .scene-card {
    display: none;
  }

  .brand-panel {
    min-height: auto;
    padding: 50px 26px;
  }

  .credential-stack {
    min-height: 390px;
    transform: scale(0.86);
  }

  .credential-front {
    right: -8%;
  }

  .credential-back {
    left: -8%;
  }

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

  .difference-grid article + article,
  .difference-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .workshop-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 28px;
  }

  .workshop-card .button {
    grid-column: auto;
  }

  .faq-section {
    gap: 48px;
  }

  .final-cta {
    width: calc(100% - 20px);
    padding: 64px 28px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  body[data-theme="editorial"] .hero-media {
    inset: 16px 16px 310px;
  }

  body[data-theme="editorial"] .hero-shade {
    background: linear-gradient(0deg, rgba(241, 237, 229, 1) 0%, rgba(241, 237, 229, 0.98) 48%, rgba(241, 237, 229, 0.1) 78%);
  }

  body[data-theme="editorial"] .hero-copy {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Hero V2 — texto e personagem em planos independentes */
body .hero-shell {
  min-height: min(790px, calc(100vh - 116px));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  grid-template-rows: minmax(560px, 1fr) auto;
  gap: 26px;
  padding: 28px;
}

body .hero-shade {
  display: none;
}

body .hero-media {
  position: relative;
  inset: auto;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(199, 175, 128, 0.3);
  border-radius: 16px;
  background: var(--navy-950);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.26);
}

body .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(4, 13, 23, 0.26), transparent 32%);
}

body .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transition: none;
}

body .hero-shell:hover .hero-media img {
  transform: none;
}

body .hero-copy {
  width: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 72px 24px 72px clamp(22px, 3.5vw, 58px);
}

body .hero-copy > p {
  max-width: 570px;
}

body .hero-signals {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
}

body[data-theme="editorial"] .hero-media {
  position: relative;
  inset: auto;
  margin: 0;
  border-color: rgba(10, 27, 47, 0.16);
  border-radius: 16px;
}

body[data-theme="editorial"] .hero-shell {
  background: var(--cream);
}

body[data-theme="live"] .hero-media {
  position: relative;
  inset: auto;
  margin: 0;
  border-color: rgba(80, 184, 138, 0.42);
}

@media (max-width: 1120px) {
  body .hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
  }

  body .hero-copy {
    padding-left: 28px;
    padding-right: 6px;
  }

  body .hero h1 {
    font-size: clamp(48px, 6vw, 72px);
  }
}

@media (max-width: 900px) {
  body .hero-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    padding: 22px;
  }

  body .hero-copy {
    width: min(720px, 100%);
    grid-column: 1;
    grid-row: 1;
    padding: 64px 34px 36px;
  }

  body .hero-media,
  body[data-theme="editorial"] .hero-media,
  body[data-theme="live"] .hero-media {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 540px;
    margin: 0;
  }

  body .hero-signals {
    grid-column: 1;
    grid-row: 3;
  }

  body[data-theme="editorial"] .hero-copy {
    color: var(--navy-850);
  }
}

@media (max-width: 620px) {
  body .hero-shell {
    min-height: auto;
    padding: 14px;
  }

  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    min-height: 0;
    display: block;
    padding: 48px 12px 28px;
  }

  body .hero-media,
  body[data-theme="editorial"] .hero-media,
  body[data-theme="live"] .hero-media {
    min-height: 400px;
    border-radius: 12px;
  }

body .hero-media img {
  object-position: 53% center;
}

  body .hero-signals {
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
}

/* Hero V3 — imagem em plano de fundo e telas exploráveis */
body .hero {
  padding-right: 0;
  padding-left: 0;
}

body .hero-shell {
  width: 100%;
  max-width: none;
  min-height: min(850px, calc(100vh - 104px));
  display: block;
  padding: 0 0 142px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: var(--navy-950);
}

body .hero-media,
body[data-theme="editorial"] .hero-media,
body[data-theme="live"] .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

body .hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 12, 21, 0.99) 0%, rgba(3, 12, 21, 0.96) 25%, rgba(3, 12, 21, 0.82) 34%, rgba(3, 12, 21, 0.38) 42%, rgba(3, 12, 21, 0.08) 50%, transparent 59%),
    linear-gradient(0deg, rgba(3, 12, 21, 0.92) 0%, transparent 42%);
}

body .hero-media::after {
  display: none;
}

body .hero-media img,
body[data-theme="editorial"] .hero-media img,
body[data-theme="live"] .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: brightness(1.08) saturate(0.98) contrast(1.03);
  transform: none;
  transition: filter 300ms ease;
}

body .hero-copy,
body[data-theme="editorial"] .hero-copy {
  position: relative;
  z-index: 4;
  width: min(670px, 44%);
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 9vh, 116px) 18px 72px clamp(38px, 5.2vw, 88px);
  color: #fff;
}

body .hero-copy > p {
  max-width: 580px;
}

body .hero-signals {
  position: absolute;
  z-index: 5;
  left: clamp(24px, 3.5vw, 58px);
  right: clamp(24px, 3.5vw, 58px);
  bottom: 28px;
  margin: 0;
}

.hero-screen-selector {
  margin-top: 30px;
}

.screen-selector-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.screen-selector-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.screen-selector-buttons button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(217, 217, 217, 0.25);
  border-radius: 999px;
  background: rgba(5, 18, 30, 0.68);
  color: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.screen-selector-buttons button:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 175, 128, 0.78);
  color: #fff;
}

.screen-selector-buttons button:focus-visible {
  outline: 3px solid rgba(199, 175, 128, 0.38);
  outline-offset: 3px;
}

.screen-selector-buttons button[aria-pressed="true"] {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy-950);
}

.hero-screen-detail {
  width: min(560px, 100%);
  min-height: 100px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(199, 175, 128, 0.28);
  border-radius: 14px;
  background: rgba(5, 18, 30, 0.7);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.screen-detail-index {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1;
}

.hero-screen-detail strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.hero-screen-detail p {
  max-width: 460px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.hero-screen-detail a {
  display: inline-flex;
  gap: 5px;
  margin-top: 8px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
}

body[data-theme="editorial"] .hero-media::before {
  background:
    linear-gradient(90deg, rgba(241, 237, 229, 0.98) 0%, rgba(241, 237, 229, 0.94) 27%, rgba(241, 237, 229, 0.72) 35%, rgba(241, 237, 229, 0.28) 43%, rgba(241, 237, 229, 0.04) 51%, transparent 59%),
    linear-gradient(0deg, rgba(241, 237, 229, 0.86) 0%, transparent 40%);
}

body[data-theme="editorial"] .hero-copy {
  color: var(--navy-900);
}

body[data-theme="editorial"] .hero-copy > p,
body[data-theme="editorial"] .hero-note,
body[data-theme="editorial"] .screen-selector-label {
  color: rgba(10, 27, 47, 0.7);
}

body[data-theme="editorial"] .screen-selector-buttons button,
body[data-theme="editorial"] .hero-screen-detail {
  border-color: rgba(10, 27, 47, 0.18);
  background: rgba(241, 237, 229, 0.82);
  color: var(--navy-850);
}

body[data-theme="editorial"] .screen-selector-buttons button[aria-pressed="true"] {
  border-color: var(--navy-900);
  background: var(--navy-900);
  color: var(--gold-light);
}

body[data-theme="editorial"] .hero-screen-detail strong {
  color: var(--navy-900);
}

body[data-theme="editorial"] .hero-screen-detail p {
  color: rgba(10, 27, 47, 0.68);
}

@media (max-width: 1120px) {
  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    width: min(610px, 54%);
    padding-left: 40px;
  }
}

@media (max-width: 900px) {
  body .hero-shell {
    min-height: 930px;
    display: block;
    padding: 0 0 188px;
  }

  body .hero-media,
  body[data-theme="editorial"] .hero-media,
  body[data-theme="live"] .hero-media {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  body .hero-media img,
  body[data-theme="editorial"] .hero-media img,
  body[data-theme="live"] .hero-media img {
    object-position: 58% center;
  }

  body .hero-media::before {
    background:
      linear-gradient(180deg, rgba(3, 12, 21, 0.98) 0%, rgba(3, 12, 21, 0.9) 49%, rgba(3, 12, 21, 0.28) 78%, rgba(3, 12, 21, 0.74) 100%),
      linear-gradient(90deg, rgba(3, 12, 21, 0.66), transparent 82%);
  }

  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    width: min(720px, 100%);
    min-height: 0;
    display: flex;
    padding: 58px 34px 320px;
  }

  body .hero-signals {
    left: 22px;
    right: 22px;
    bottom: 22px;
    grid-template-columns: 1fr;
  }

  body .hero-signals article {
    min-height: 50px;
    padding: 12px 18px;
  }

  body .hero-signals article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  body[data-theme="editorial"] .hero-media::before {
    background:
      linear-gradient(180deg, rgba(241, 237, 229, 0.98) 0%, rgba(241, 237, 229, 0.9) 50%, rgba(241, 237, 229, 0.18) 79%, rgba(241, 237, 229, 0.75) 100%);
  }
}

@media (max-width: 620px) {
  body .hero-shell {
    min-height: 1010px;
    padding: 0 0 194px;
  }

  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    padding: 42px 16px 330px;
  }

  body .hero h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .hero-screen-selector {
    margin-top: 24px;
  }

  .screen-selector-buttons button {
    flex: 1 1 auto;
  }

  .hero-screen-detail {
    grid-template-columns: 34px 1fr;
    padding: 14px;
  }
}

/* Hero V4 — apresentação limpa e telas reais do dashboard */
body .hero-shell {
  min-height: min(790px, calc(100vh - 96px));
  padding-bottom: 0;
}

body .hero-copy,
body[data-theme="editorial"] .hero-copy {
  min-height: min(790px, calc(100vh - 96px));
  padding-top: clamp(84px, 11vh, 132px);
  padding-bottom: clamp(84px, 11vh, 132px);
}

.hero-dashboard-screen {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-rows: 30px minmax(0, 1fr);
  overflow: hidden;
  padding: 5px;
  border: 1px solid rgba(232, 207, 157, 0.42);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(28, 48, 66, 0.92), rgba(5, 17, 29, 0.98));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.035) inset, 0 0 34px rgba(199, 175, 128, 0.12);
  cursor: pointer;
  backdrop-filter: blur(18px);
  transform-origin: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

body .hero-media .hero-dashboard-screen .dashboard-frame-viewport img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  filter: none;
  transform: none;
}

.dashboard-frame-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.76);
}

.dashboard-window-dots {
  display: flex;
  gap: 4px;
}

.dashboard-window-dots i {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.36);
}

.dashboard-window-dots i:first-child {
  background: var(--gold);
}

.dashboard-frame-title {
  overflow: hidden;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashboard-frame-live {
  padding: 3px 6px;
  border: 1px solid rgba(80, 184, 138, 0.35);
  border-radius: 999px;
  color: #8fe0b7;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-frame-viewport {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: var(--navy-950);
}

.dashboard-frame-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.055), transparent 26%, transparent 72%, rgba(199, 175, 128, 0.04));
}

.dashboard-frame-action {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid rgba(232, 207, 157, 0.38);
  border-radius: 999px;
  background: rgba(4, 14, 24, 0.86);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.dashboard-frame-action b {
  color: var(--gold-light);
  font-size: 11px;
}

.hero-dashboard-screen:hover {
  border-color: var(--gold-light);
  filter: brightness(1.05);
}

.hero-dashboard-screen:focus-visible {
  outline: 3px solid rgba(232, 207, 157, 0.5);
  outline-offset: 4px;
}

.hero-dashboard-screen[aria-pressed="true"] {
  border-color: var(--gold-light);
  box-shadow: 0 32px 82px rgba(0, 0, 0, 0.54), 0 0 0 1px rgba(232, 207, 157, 0.16) inset, 0 0 40px rgba(232, 207, 157, 0.2);
}

.hero-dashboard-screen-small {
  top: 11%;
  right: auto;
  bottom: auto;
  left: 16%;
  width: 12.5%;
  aspect-ratio: 16 / 10;
  transform: perspective(900px) rotateY(5deg) rotateZ(1deg);
}

.hero-dashboard-screen-small:hover {
  transform: perspective(900px) rotateY(3deg) rotateZ(1deg) translateY(-3px);
}

.hero-dashboard-screen-small .dashboard-frame-action {
  display: none;
}

.hero-dashboard-screen-medium {
  top: 1.5%;
  right: auto;
  bottom: auto;
  left: 34.5%;
  width: 18.5%;
  aspect-ratio: 16 / 10;
  transform: perspective(900px) rotateX(-2deg) rotateZ(-1deg);
}

.hero-dashboard-screen-medium:hover {
  transform: perspective(900px) rotateX(-1deg) rotateZ(-1deg) translateY(-3px);
}

.hero-dashboard-screen-large {
  top: 0;
  right: 5.5%;
  width: 31%;
  aspect-ratio: 16 / 10;
  transform: perspective(1100px) rotateY(-2deg);
}

.hero-dashboard-screen-large:hover {
  transform: perspective(1100px) rotateY(-1deg) translateY(2px);
}

.hero-capability-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(620px, 1.28fr);
  gap: 32px;
  align-items: center;
  padding: 26px clamp(28px, 5vw, 92px);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--navy-900);
  color: #fff;
}

.capability-band-intro .hero-note {
  margin-top: 12px;
}

.capability-band-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(6, 19, 31, 0.7);
  overflow: hidden;
}

.capability-band-list article {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
}

.capability-band-list article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.capability-band-list strong,
.capability-band-list small {
  display: block;
}

.capability-band-list strong {
  font-size: 13px;
}

.capability-band-list small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
}

.dashboard-explorer {
  padding: clamp(72px, 8vw, 124px) clamp(28px, 5vw, 92px) 28px;
  background: #071725;
  color: #fff;
}

.dashboard-explorer-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
}

.dashboard-preview {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border: 1px solid rgba(199, 175, 128, 0.35);
  border-radius: 18px;
  background: var(--navy-950);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

.dashboard-preview::after {
  content: "Tela real do Confirm";
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(232, 207, 157, 0.38);
  border-radius: 999px;
  background: rgba(4, 14, 24, 0.84);
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.dashboard-preview img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.dashboard-explorer-copy h2 {
  max-width: 560px;
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.dashboard-explorer-copy > p {
  max-width: 540px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}

.dashboard-explorer .hero-screen-selector {
  margin-top: 30px;
}

.dashboard-explorer .hero-screen-detail {
  width: 100%;
}

.concept-switcher-below {
  margin-top: clamp(54px, 7vw, 92px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-theme="editorial"] .hero-capability-band,
body[data-theme="editorial"] .dashboard-explorer {
  border-color: rgba(10, 27, 47, 0.12);
  background: var(--cream);
  color: var(--navy-900);
}

body[data-theme="editorial"] .capability-band-list {
  border-color: rgba(10, 27, 47, 0.14);
  background: rgba(255, 255, 255, 0.56);
}

body[data-theme="editorial"] .capability-band-list article + article {
  border-color: rgba(10, 27, 47, 0.12);
}

body[data-theme="editorial"] .capability-band-list small,
body[data-theme="editorial"] .dashboard-explorer-copy > p {
  color: rgba(10, 27, 47, 0.64);
}

@media (max-width: 1100px) {
  .hero-capability-band {
    grid-template-columns: 1fr;
  }

  .dashboard-explorer-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-explorer-copy {
    width: min(720px, 100%);
  }
}

@media (max-width: 900px) {
  body .hero-shell {
    min-height: 880px;
    padding-bottom: 0;
  }

  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    min-height: 880px;
    padding: 54px 34px 360px;
  }

  .hero-dashboard-screen-small,
  .hero-dashboard-screen-medium {
    display: none;
  }

  .hero-dashboard-screen-large {
    top: auto;
    right: 5%;
    bottom: 60px;
    width: 68%;
  }

  .capability-band-list {
    grid-template-columns: 1fr;
  }

  .capability-band-list article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .dashboard-preview,
  .dashboard-preview img {
    min-height: 380px;
  }
}

@media (max-width: 620px) {
  body .hero-shell,
  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    min-height: 830px;
  }

  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    padding: 42px 16px 310px;
  }

  .hero-dashboard-screen-large {
    right: 4%;
    bottom: 54px;
    width: 82%;
  }

  .hero-capability-band,
  .dashboard-explorer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dashboard-preview,
  .dashboard-preview img {
    min-height: 260px;
  }

  .concept-switcher-below {
    align-items: stretch;
  }
}

/* Hero V5: real dashboards are baked into the illustration; buttons are hotspots only. */
.hero-dashboard-screen {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  backdrop-filter: none;
  transform: none;
  transition: none;
}

.hero-dashboard-screen:hover,
.hero-dashboard-screen[aria-pressed="true"] {
  border: 0;
  filter: none;
  box-shadow: none;
  transform: none;
}

.hero-dashboard-screen:focus-visible {
  outline: 2px solid rgba(232, 207, 157, 0.9);
  outline-offset: 4px;
}

.hero-dashboard-screen-small {
  top: 18%;
  right: auto;
  bottom: auto;
  left: 4%;
  width: 20.5%;
  aspect-ratio: 16 / 10.6;
  transform: none;
}

.hero-dashboard-screen-medium {
  top: 5%;
  right: auto;
  bottom: auto;
  left: 26.3%;
  width: 25.6%;
  aspect-ratio: 16 / 10.5;
  transform: none;
}

.hero-dashboard-screen-large {
  top: 3.5%;
  right: 3.2%;
  bottom: auto;
  width: 39.6%;
  aspect-ratio: 16 / 11.3;
  transform: none;
}

.hero-dashboard-screen-small:hover,
.hero-dashboard-screen-medium:hover,
.hero-dashboard-screen-large:hover {
  transform: none;
}

.screen-hotspot-marker {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(232, 207, 157, 0.58);
  border-radius: 50%;
  background: rgba(4, 14, 24, 0.7);
  color: var(--gold-light);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.64;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.32);
  transition: opacity 180ms ease, background 180ms ease, transform 180ms ease;
  backdrop-filter: blur(6px);
}

.hero-dashboard-screen:hover .screen-hotspot-marker,
.hero-dashboard-screen:focus-visible .screen-hotspot-marker,
.hero-dashboard-screen[aria-pressed="true"] .screen-hotspot-marker {
  background: rgba(4, 14, 24, 0.9);
  opacity: 1;
  transform: scale(1.08);
}

@media (max-width: 900px) {
  .hero-dashboard-screen-small,
  .hero-dashboard-screen-medium,
  .hero-dashboard-screen-large {
    display: none;
  }
}

/* Hero V6: conceptual screens, unobstructed character and ambient motion. */
body .hero-copy,
body[data-theme="editorial"] .hero-copy {
  width: min(560px, 40%);
}

body .hero-copy > p {
  max-width: 500px;
}

body .hero-media::before {
  background:
    linear-gradient(90deg, rgba(3, 12, 21, 0.99) 0%, rgba(3, 12, 21, 0.96) 23%, rgba(3, 12, 21, 0.78) 30%, rgba(3, 12, 21, 0.28) 37%, rgba(3, 12, 21, 0.04) 42%, transparent 47%),
    linear-gradient(0deg, rgba(3, 12, 21, 0.78) 0%, transparent 38%);
}

.hero-screen-aura {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0.46;
  box-shadow: 0 0 34px rgba(232, 207, 157, 0.13), inset 0 0 22px rgba(255, 255, 255, 0.025);
  animation: hero-screen-breathe 4.8s ease-in-out infinite;
}

.hero-screen-aura::after {
  content: "";
  position: absolute;
  inset: -35% -65%;
  background: linear-gradient(112deg, transparent 39%, rgba(255, 239, 202, 0.16) 49%, transparent 59%);
  transform: translateX(-42%);
  animation: hero-screen-scan 7.5s ease-in-out infinite;
}

.hero-screen-aura-small {
  top: 19%;
  left: 13%;
  width: 14.7%;
  aspect-ratio: 1.12;
  animation-delay: -1.4s;
}

.hero-screen-aura-medium {
  top: 5.8%;
  left: 33.2%;
  width: 16.4%;
  aspect-ratio: 1.34;
  animation-delay: -2.8s;
}

.hero-screen-aura-medium::after {
  animation-delay: -2.2s;
}

.hero-screen-aura-large {
  top: 5.2%;
  right: 8.8%;
  width: 29.4%;
  aspect-ratio: 1.12;
  animation-delay: -3.7s;
}

.hero-screen-aura-large::after {
  animation-delay: -4.1s;
}

@keyframes hero-screen-breathe {
  0%, 100% {
    opacity: 0.34;
    filter: brightness(0.96);
  }
  50% {
    opacity: 0.62;
    filter: brightness(1.08);
  }
}

@keyframes hero-screen-scan {
  0%, 26% {
    transform: translateX(-44%);
    opacity: 0;
  }
  43% {
    opacity: 0.78;
  }
  62%, 100% {
    transform: translateX(44%);
    opacity: 0;
  }
}

body[data-theme="editorial"] .hero-media::before {
  background:
    linear-gradient(90deg, rgba(241, 237, 229, 0.98) 0%, rgba(241, 237, 229, 0.92) 23%, rgba(241, 237, 229, 0.7) 30%, rgba(241, 237, 229, 0.22) 37%, rgba(241, 237, 229, 0.03) 42%, transparent 47%),
    linear-gradient(0deg, rgba(241, 237, 229, 0.72) 0%, transparent 38%);
}

@media (max-width: 1120px) {
  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    width: min(520px, 42%);
  }
}

@media (max-width: 900px) {
  body .hero-copy,
  body[data-theme="editorial"] .hero-copy {
    width: min(720px, 100%);
  }

  .hero-screen-aura {
    display: none;
  }
}

/* Public landing blocks: one clear product capability per section. */
.feature-block {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 150px) clamp(24px, 5vw, 80px);
  border-top: 1px solid rgba(10, 27, 47, 0.11);
  background: var(--cream-2);
}

.feature-block::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 175, 128, 0.13), transparent 69%);
  pointer-events: none;
}

.feature-block:nth-of-type(even)::before {
  top: -210px;
  right: -130px;
}

.feature-block:nth-of-type(odd)::before {
  bottom: -240px;
  left: -170px;
}

.feature-convidados,
.feature-relatorios {
  background: #fffdf9;
}

.feature-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: clamp(52px, 8vw, 120px);
}

.feature-reversed .feature-copy {
  order: 2;
}

.feature-reversed .feature-visual {
  order: 1;
}

.feature-copy {
  max-width: 540px;
}

.feature-index {
  margin-bottom: 22px;
  color: #9a7944;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-copy h2,
.public-cta h2 {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: clamp(42px, 4.25vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.feature-copy > p {
  margin-top: 28px;
  color: #4b5862;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.78;
}

.feature-benefits {
  margin-top: 32px;
  list-style: none;
  border-top: 1px solid rgba(10, 27, 47, 0.14);
}

.feature-benefits li {
  position: relative;
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid rgba(10, 27, 47, 0.14);
  color: var(--navy-850);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.feature-benefits li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(199, 175, 128, 0.14);
}

.feature-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(10, 27, 47, 0.13);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 36px 90px rgba(10, 27, 47, 0.13);
}

.visual-toolbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid rgba(10, 27, 47, 0.12);
}

.visual-toolbar span {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.visual-toolbar i {
  padding: 7px 12px;
  border: 1px solid rgba(10, 27, 47, 0.12);
  border-radius: 999px;
  color: #6d5833;
  background: rgba(199, 175, 128, 0.14);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Agenda */
.agenda-visual {
  padding-bottom: 70px;
  background:
    linear-gradient(rgba(10, 27, 47, 0.035) 1px, transparent 1px),
    #fffdf9;
  background-size: 100% 64px;
}

.agenda-week,
.agenda-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.agenda-week {
  padding: 18px 22px 12px;
  color: #83909a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
}

.agenda-grid {
  min-height: 290px;
  margin: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(10, 27, 47, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.agenda-grid > i {
  position: relative;
  padding: 18px 10px;
  border-right: 1px solid rgba(10, 27, 47, 0.1);
  font-style: normal;
}

.agenda-grid > i:last-child {
  border-right: 0;
}

.agenda-grid b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-850);
  font-size: 13px;
}

.agenda-grid .is-today b {
  background: var(--gold);
}

.agenda-event {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 82px;
  padding: 9px 8px;
  border-radius: 9px;
  color: white;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.3;
  box-shadow: 0 9px 24px rgba(10, 27, 47, 0.16);
  animation: agenda-event-float 4.8s ease-in-out infinite;
}

.event-gold { background: #a7864d; animation-delay: -1.2s; }
.event-green { top: 130px; background: #397a61; animation-delay: -2.4s; }
.event-navy { top: 52px; background: var(--navy-800); animation-delay: -3.6s; }

.agenda-now {
  position: absolute;
  right: 32px;
  bottom: 26px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #58656f;
  font-size: 11px;
  font-weight: 700;
}

.agenda-now span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: status-pulse 2s ease-out infinite;
}

/* Guests */
.guests-visual {
  padding-bottom: 86px;
  background: #fffdf9;
}

.guest-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 0 24px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(10, 27, 47, 0.1);
  animation: guest-row-breathe 5.4s ease-in-out infinite;
}

.guest-row:nth-of-type(3) { animation-delay: -1.8s; }
.guest-row:nth-of-type(4) { animation-delay: -3.6s; }

.guest-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: #eadfc8;
  font-size: 11px;
  font-weight: 800;
}

.guest-row div {
  display: grid;
  gap: 2px;
}

.guest-row b {
  color: var(--navy-900);
  font-size: 13px;
}

.guest-row small {
  color: #73808a;
  font-size: 10px;
}

.guest-row em {
  padding: 6px 9px;
  border-radius: 999px;
  color: #286249;
  background: rgba(80, 184, 138, 0.14);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.guest-row em.is-pending {
  color: #8b5c28;
  background: rgba(199, 137, 70, 0.15);
}

.guest-summary {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: baseline;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--navy-900);
  color: white;
}

.guest-summary strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 24px;
}

.guest-summary span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  text-transform: uppercase;
}

/* Credential */
.credential-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(199, 175, 128, 0.28), transparent 44%),
    var(--navy-900);
}

.credential-demo-card {
  position: relative;
  width: min(340px, 70%);
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(229, 210, 169, 0.7);
  border-radius: 26px;
  background: linear-gradient(145deg, #0f2940, #071725);
  color: white;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32), inset 0 0 35px rgba(255, 255, 255, 0.03);
  animation: credential-float 6s ease-in-out infinite;
}

.credential-demo-brand {
  display: block;
  margin-bottom: 58px;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 20px;
}

.credential-demo-card > small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.credential-demo-card > strong {
  display: block;
  margin-top: 7px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.credential-demo-qr {
  position: relative;
  width: 92px;
  height: 92px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 9px;
  overflow: hidden;
  border-radius: 12px;
  background: white;
}

.credential-demo-qr i {
  background: var(--navy-900);
}

.credential-demo-qr i:nth-child(2),
.credential-demo-qr i:nth-child(5),
.credential-demo-qr i:nth-child(8) {
  background: var(--gold);
}

.credential-scan {
  position: absolute;
  right: 5px;
  left: 5px;
  height: 2px;
  background: #5bf1ac;
  box-shadow: 0 0 12px #5bf1ac;
  animation: credential-scan 2.8s ease-in-out infinite;
}

.credential-demo-card p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.credential-status {
  position: absolute;
  right: 32px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(6, 19, 31, 0.86);
  color: white;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  animation: status-card-float 4.4s ease-in-out infinite;
}

.credential-status > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: var(--green);
  font-weight: 900;
}

.credential-status div {
  display: grid;
}

.credential-status b { font-size: 10px; }
.credential-status small { color: rgba(255, 255, 255, 0.54); font-size: 8px; }

/* Gate */
.feature-dark {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: var(--navy-900);
  color: white;
}

.feature-dark::before {
  background: radial-gradient(circle, rgba(80, 184, 138, 0.12), transparent 70%);
}

.feature-dark .feature-index { color: var(--gold-light); }
.feature-dark .feature-copy h2 { color: white; }
.feature-dark .feature-copy > p { color: rgba(255, 255, 255, 0.65); }
.feature-dark .feature-benefits { border-top-color: rgba(255, 255, 255, 0.14); }
.feature-dark .feature-benefits li { color: rgba(255, 255, 255, 0.86); border-bottom-color: rgba(255, 255, 255, 0.14); }

.gate-visual {
  display: grid;
  place-items: center;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(rgba(80, 184, 138, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 184, 138, 0.045) 1px, transparent 1px),
    #06131f;
  background-size: 36px 36px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
}

.gate-device {
  position: relative;
  width: min(390px, 76%);
  min-height: 330px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(10, 31, 47, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.gate-head,
.gate-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gate-head span {
  color: white;
  font-size: 12px;
  font-weight: 750;
}

.gate-head i {
  color: #74d9aa;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.gate-scan-box {
  position: relative;
  margin-top: 38px;
  padding: 30px 24px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(80, 184, 138, 0.32);
  border-radius: 18px;
  background: rgba(80, 184, 138, 0.08);
}

.gate-scan-box > b {
  grid-row: 1 / 3;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: var(--gold-light);
  font-size: 13px;
}

.gate-scan-box > span { color: white; font-size: 13px; font-weight: 750; }
.gate-scan-box > small { grid-column: 2; color: #77d8ad; font-size: 9px; }
.gate-scan-box > em { grid-column: 3; grid-row: 1 / 3; color: #76efb7; font-size: 28px; font-style: normal; }

.gate-line {
  position: absolute;
  top: 76px;
  right: 20px;
  left: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #68efb0, transparent);
  box-shadow: 0 0 14px rgba(104, 239, 176, 0.7);
  animation: gate-scan 3s ease-in-out infinite;
}

.gate-foot {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.sync-orbit {
  position: absolute;
  right: 34px;
  bottom: 32px;
  width: 118px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(6, 19, 31, 0.86);
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  text-transform: uppercase;
}

.sync-orbit i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  animation: sync-dot 1.4s ease-in-out infinite;
}

.sync-orbit i:nth-child(2) { animation-delay: 0.18s; }
.sync-orbit i:nth-child(3) { animation-delay: 0.36s; }

/* Reports */
.report-visual {
  padding: 34px;
  background: #fffdf9;
}

.report-head,
.report-metrics {
  display: flex;
  justify-content: space-between;
}

.report-head > div {
  display: grid;
  gap: 6px;
}

.report-head small {
  color: #8a744d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.report-head strong {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 550;
}

.report-head > span {
  align-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  color: #286249;
  background: rgba(80, 184, 138, 0.14);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.report-metrics {
  margin-top: 42px;
  justify-content: flex-start;
  gap: 70px;
}

.report-metrics > div {
  display: grid;
}

.report-metrics b {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 550;
}

.report-metrics small {
  color: #7a8791;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.report-chart {
  height: 180px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 14px;
  padding: 22px 20px 0;
  border-left: 1px solid rgba(10, 27, 47, 0.1);
  border-bottom: 1px solid rgba(10, 27, 47, 0.1);
  background: linear-gradient(rgba(10, 27, 47, 0.05) 1px, transparent 1px);
  background-size: 100% 42px;
}

.report-chart i {
  height: var(--bar);
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--gold), #8e7244);
  transform-origin: bottom;
  animation: report-bar 4.8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

.report-chart i:nth-child(2) { animation-delay: -0.3s; }
.report-chart i:nth-child(3) { animation-delay: -0.6s; }
.report-chart i:nth-child(4) { animation-delay: -0.9s; }
.report-chart i:nth-child(5) { animation-delay: -1.2s; }
.report-chart i:nth-child(6) { animation-delay: -1.5s; }

.report-times {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px 0 20px;
  color: #89949d;
  font-size: 8px;
}

/* White label */
.brand-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(199, 175, 128, 0.18), transparent 58%),
    #eee7da;
}

.brand-card-demo {
  position: relative;
  z-index: 2;
  width: min(380px, 72%);
  min-height: 250px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(10, 27, 47, 0.16);
  border-radius: 4px 28px 4px 28px;
  background: var(--cream-2);
  color: var(--navy-900);
  box-shadow: 0 30px 65px rgba(10, 27, 47, 0.16);
  animation: brand-card-float 6.4s ease-in-out infinite;
}

.brand-card-demo small {
  color: #9a7944;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.brand-card-demo strong {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.brand-card-demo > span {
  margin-top: 12px;
  color: #66737e;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.brand-card-demo em {
  margin-top: 36px;
  color: #8f7040;
  font-family: var(--font-display);
  font-size: 16px;
}

.brand-swatch {
  position: absolute;
  width: 150px;
  height: 210px;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(10, 27, 47, 0.12);
}

.swatch-one {
  left: 12%;
  top: 13%;
  background: var(--navy-850);
  transform: rotate(-11deg);
}

.swatch-two {
  right: 11%;
  bottom: 12%;
  background: var(--gold);
  transform: rotate(10deg);
}

.brand-shimmer {
  position: absolute;
  z-index: 3;
  width: 40%;
  height: 130%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: translateX(-270%) rotate(18deg);
  animation: brand-shimmer 5.8s ease-in-out infinite;
}

/* Final conversion block */
.public-cta {
  width: 100%;
  padding: clamp(86px, 9vw, 140px) clamp(24px, 7vw, 110px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  background: var(--navy-950);
  color: white;
}

.public-cta > div:first-child {
  max-width: 780px;
}

.public-cta h2 {
  color: white;
}

.public-cta h2 em {
  color: var(--gold-light);
  font-weight: 500;
}

.public-cta p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

.public-cta-actions {
  display: grid;
  justify-items: start;
  gap: 18px;
  min-width: 250px;
}

/* Entrance and ambient motion */
.js [data-feature-block] .feature-copy,
.js [data-feature-block] .feature-visual,
.js .public-cta > div {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js [data-feature-block].is-visible .feature-copy,
.js [data-feature-block].is-visible .feature-visual,
.js .public-cta.is-visible > div {
  opacity: 1;
  transform: translateY(0);
}

.js [data-feature-block].is-visible .feature-visual,
.js .public-cta.is-visible > div:last-child {
  transition-delay: 120ms;
}

@keyframes agenda-event-float {
  0%, 100% { transform: translateY(0); box-shadow: 0 9px 24px rgba(10, 27, 47, 0.16); }
  50% { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(10, 27, 47, 0.22); }
}

@keyframes status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(80, 184, 138, 0.42); }
  70%, 100% { box-shadow: 0 0 0 10px rgba(80, 184, 138, 0); }
}

@keyframes guest-row-breathe {
  0%, 100% { transform: translateX(0); background: transparent; }
  50% { transform: translateX(5px); background: rgba(199, 175, 128, 0.07); }
}

@keyframes credential-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes credential-scan {
  0%, 100% { top: 8px; opacity: 0; }
  12%, 88% { opacity: 1; }
  50% { top: 82px; }
}

@keyframes status-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes gate-scan {
  0%, 100% { transform: translateY(0); opacity: 0; }
  15%, 85% { opacity: 1; }
  50% { transform: translateY(128px); }
}

@keyframes sync-dot {
  0%, 100% { opacity: 0.25; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes report-bar {
  0%, 100% { transform: scaleY(0.45); opacity: 0.62; }
  45%, 65% { transform: scaleY(1); opacity: 1; }
}

@keyframes brand-card-float {
  0%, 100% { transform: translateY(0) rotate(-0.7deg); }
  50% { transform: translateY(-10px) rotate(0.7deg); }
}

@keyframes brand-shimmer {
  0%, 28% { transform: translateX(-270%) rotate(18deg); opacity: 0; }
  38% { opacity: 0.8; }
  62%, 100% { transform: translateX(270%) rotate(18deg); opacity: 0; }
}

@media (max-width: 1060px) {
  .feature-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    gap: 52px;
  }

  .feature-visual {
    min-height: 440px;
  }
}

@media (max-width: 860px) {
  .feature-block {
    padding: 84px 24px;
  }

  .feature-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .feature-copy,
  .feature-reversed .feature-copy,
  .feature-reversed .feature-visual {
    order: initial;
  }

  .feature-copy {
    max-width: 680px;
  }

  .feature-copy h2,
  .public-cta h2 {
    font-size: clamp(40px, 10vw, 58px);
  }

  .feature-visual {
    width: min(680px, 100%);
    min-height: 460px;
  }

  .public-cta {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .feature-block {
    padding: 72px 18px;
  }

  .feature-index {
    margin-bottom: 16px;
  }

  .feature-copy > p {
    margin-top: 22px;
    line-height: 1.68;
  }

  .feature-visual {
    min-height: 400px;
    border-radius: 24px;
  }

  .visual-toolbar {
    height: 62px;
    padding: 0 18px;
  }

  .visual-toolbar span {
    font-size: 18px;
  }

  .agenda-week {
    padding-right: 10px;
    padding-left: 10px;
  }

  .agenda-grid {
    min-height: 260px;
    margin: 0 10px;
  }

  .agenda-event {
    right: 4px;
    left: 4px;
    padding: 7px 4px;
    font-size: 7px;
  }

  .agenda-now {
    right: 18px;
    left: 18px;
  }

  .guest-row {
    grid-template-columns: 40px 1fr;
    margin: 0 16px;
  }

  .guest-row em {
    grid-column: 2;
    justify-self: start;
  }

  .guest-summary {
    right: 14px;
    left: 14px;
    grid-template-columns: auto 1fr;
  }

  .credential-demo-card {
    width: 78%;
    padding: 28px;
  }

  .credential-status,
  .sync-orbit {
    right: 16px;
    bottom: 16px;
  }

  .gate-device {
    width: 88%;
    padding: 18px;
  }

  .gate-scan-box {
    padding: 24px 14px;
  }

  .report-visual {
    padding: 24px 18px;
  }

  .report-head strong {
    font-size: 20px;
  }

  .report-metrics {
    gap: 34px;
  }

  .report-chart {
    gap: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand-card-demo {
    width: 76%;
    padding: 30px;
  }

  .brand-card-demo strong {
    font-size: 31px;
  }

  .public-cta {
    padding: 80px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-feature-block] .feature-copy,
  .js [data-feature-block] .feature-visual,
  .js .public-cta > div {
    opacity: 1;
    transform: none;
  }
}

/* Four-block public narrative. */
.production-visual,
.credential-methods-visual,
.registrations-visual,
.facial-stats-visual {
  padding: 30px;
}

/* Block 01 — event setup and organization. */
.production-visual {
  background:
    radial-gradient(circle at 82% 12%, rgba(199, 175, 128, 0.2), transparent 34%),
    #fffdf9;
}

.production-head,
.registration-head,
.stats-event-head,
.methods-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.production-head > div,
.registration-head > div,
.stats-event-head > div {
  display: grid;
  gap: 5px;
}

.production-head small,
.registration-head small,
.stats-event-head small {
  color: #957746;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.production-head strong,
.registration-head strong,
.stats-event-head strong {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 550;
  line-height: 1.15;
}

.production-head > span,
.registration-head > span,
.stats-event-head > span {
  padding: 8px 11px;
  border: 1px solid rgba(10, 27, 47, 0.12);
  border-radius: 999px;
  color: #765c33;
  background: rgba(199, 175, 128, 0.13);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.event-type-list {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.event-type-list i {
  padding: 7px 10px;
  border: 1px solid rgba(10, 27, 47, 0.1);
  border-radius: 999px;
  color: #78858e;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
}

.event-type-list i.is-active {
  color: white;
  border-color: var(--navy-900);
  background: var(--navy-900);
}

.production-timeline {
  position: relative;
  margin-top: 26px;
  display: grid;
}

.production-timeline::before {
  content: "";
  position: absolute;
  top: 29px;
  bottom: 29px;
  left: 17px;
  width: 1px;
  background: rgba(10, 27, 47, 0.14);
}

.production-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 14px 12px 14px 0;
  border-bottom: 1px solid rgba(10, 27, 47, 0.09);
  transition: transform 300ms ease, background 300ms ease;
}

.production-timeline article.is-current {
  border-radius: 12px;
  background: rgba(199, 175, 128, 0.1);
  animation: production-current 3.6s ease-in-out infinite;
}

.production-timeline em {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(10, 27, 47, 0.16);
  border-radius: 50%;
  color: #6f7c86;
  background: #fffdf9;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.production-timeline .is-done em {
  color: var(--navy-900);
  border-color: var(--green);
  background: var(--green);
}

.production-timeline .is-current em {
  color: var(--navy-900);
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(199, 175, 128, 0.12);
}

.production-timeline article > div {
  display: grid;
  gap: 2px;
}

.production-timeline b { color: var(--navy-900); font-size: 11px; }
.production-timeline small { color: #7d8992; font-size: 8px; }
.production-timeline article > span { color: #7c8992; font-size: 8px; font-weight: 750; text-transform: uppercase; }
.production-timeline .is-done > span { color: #367359; }
.production-timeline .is-current > span { color: #8b682f; }

.production-progress {
  margin-top: 24px;
  display: grid;
  gap: 8px;
}

.production-progress > span {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(10, 27, 47, 0.08);
}

.production-progress i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8f7040, var(--gold));
  transform-origin: left;
  animation: production-progress 4.2s ease-in-out infinite;
}

.production-progress small {
  color: #71808a;
  font-size: 8px;
  font-weight: 750;
  text-align: right;
}

/* Block 02 — QR, facial and offline credentialing. */
.credential-methods-visual {
  background:
    linear-gradient(rgba(10, 27, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 27, 47, 0.035) 1px, transparent 1px),
    #f8f4ec;
  background-size: 40px 40px;
}

.methods-head span {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
}

.methods-head > i {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #39765c;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.methods-head > i b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: status-pulse 2s ease-out infinite;
}

.credential-methods {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.method-card {
  min-height: 278px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(10, 27, 47, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(10, 27, 47, 0.08);
}

.method-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.method-label span {
  color: #9b8051;
  font-size: 8px;
  font-weight: 850;
}

.method-label b {
  color: var(--navy-900);
  font-size: 11px;
}

.method-card > small {
  margin-top: auto;
  color: #7d8992;
  font-size: 8px;
  text-align: center;
}

.method-qr {
  position: relative;
  width: 118px;
  height: 118px;
  margin-top: 30px;
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  overflow: hidden;
  border: 1px solid rgba(10, 27, 47, 0.1);
  border-radius: 14px;
  background: white;
}

.method-qr i { background: var(--navy-900); }
.method-qr i:nth-child(2), .method-qr i:nth-child(5), .method-qr i:nth-child(8) { background: var(--gold); }

.method-qr em {
  position: absolute;
  right: 6px;
  left: 6px;
  height: 2px;
  background: #3dd59c;
  box-shadow: 0 0 13px #3dd59c;
  animation: method-scan 2.8s ease-in-out infinite;
}

.face-frame,
.stats-face-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 27, 47, 0.1);
  background: linear-gradient(180deg, #dcd3c4, #c8bba7);
}

.face-frame {
  width: 142px;
  height: 150px;
  margin-top: 21px;
  border-radius: 18px;
}

.bowtie-avatar {
  --avatar-ink: var(--navy-900);
  --avatar-size: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border: 2px solid var(--avatar-ink);
  border-radius: 50%;
  color: var(--avatar-ink);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 30px rgba(10, 27, 47, 0.12);
  transform: translate(-50%, -50%);
}

.bowtie-avatar-head {
  position: absolute;
  top: 13%;
  left: 50%;
  width: 31%;
  height: 35%;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.bowtie-avatar-body {
  position: absolute;
  right: 16%;
  bottom: 7%;
  left: 16%;
  height: 40%;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 52% 52% 0 0;
}

.bowtie-avatar-body::after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 50%;
  width: 1.5px;
  background: currentColor;
  opacity: 0.42;
  transform: translateX(-50%);
}

.bowtie-avatar-tie {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 2;
  width: 29%;
  height: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.bowtie-avatar-tie::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.bowtie-avatar-tie i {
  width: 50%;
  height: 100%;
  background: currentColor;
  clip-path: polygon(0 15%, 100% 38%, 100% 62%, 0 85%);
}

.bowtie-avatar-tie i:last-child {
  transform: scaleX(-1);
}

.face-scan-line,
.stats-face-frame > em {
  position: absolute;
  right: 10px;
  left: 10px;
  height: 2px;
  background: #3be6a6;
  box-shadow: 0 0 15px #3be6a6;
  animation: face-scan 3s ease-in-out infinite;
}

.corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #ebcf95;
  border-style: solid;
}

.corner-a { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.corner-b { top: 12px; right: 12px; border-width: 2px 2px 0 0; }
.corner-c { right: 12px; bottom: 12px; border-width: 0 2px 2px 0; }
.corner-d { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; }

.methods-status {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(80, 184, 138, 0.25);
  border-radius: 14px;
  background: rgba(80, 184, 138, 0.08);
}

.methods-status > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: var(--green);
  font-weight: 900;
}

.methods-status div { display: grid; }
.methods-status b { color: var(--navy-900); font-size: 10px; }
.methods-status small { color: #6f7d86; font-size: 8px; }

/* Block 03 — registrations, invitations and access rules. */
.registrations-visual {
  background: #fffdf9;
}

.registration-head > span {
  color: #366f56;
  background: rgba(80, 184, 138, 0.12);
}

.registration-flow {
  margin-top: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: start;
  gap: 8px;
}

.registration-flow > i {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #88949d;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
}

.registration-flow > i b {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(10, 27, 47, 0.14);
  border-radius: 50%;
  color: #7d8992;
  background: white;
  font-size: 9px;
}

.registration-flow > i.is-complete b {
  color: var(--navy-900);
  border-color: var(--green);
  background: var(--green);
}

.registration-flow > i.is-current b {
  color: var(--navy-900);
  border-color: var(--gold);
  background: var(--gold);
  animation: flow-current 2.6s ease-out infinite;
}

.registration-flow > em {
  height: 2px;
  margin-top: 15px;
  overflow: hidden;
  background: rgba(10, 27, 47, 0.11);
}

.registration-flow > em::after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: var(--gold);
  animation: flow-line 2.8s ease-in-out infinite;
}

.registration-rows {
  margin-top: 36px;
  display: grid;
}

.registration-rows article {
  display: grid;
  grid-template-columns: 38px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(10, 27, 47, 0.1);
  animation: registration-row 5.4s ease-in-out infinite;
}

.registration-rows article:nth-child(2) { animation-delay: -1.8s; }
.registration-rows article:nth-child(3) { animation-delay: -3.6s; }

.registration-rows article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: #e9dec7;
  font-size: 9px;
  font-weight: 850;
}

.registration-rows article > div { display: grid; gap: 2px; }
.registration-rows article > div b { color: var(--navy-900); font-size: 10px; }
.registration-rows article > div small { color: #7b8992; font-size: 8px; }

.registration-rows article > em {
  padding: 5px 8px;
  border-radius: 999px;
  color: #2d6a50;
  background: rgba(80, 184, 138, 0.13);
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.registration-rows article > em.is-pending {
  color: #8b5c28;
  background: rgba(199, 137, 70, 0.14);
}

.registration-rows article > i {
  color: #72603e;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
  text-align: right;
}

/* Block 04 — facial capture feeding event statistics. */
.facial-stats-visual {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(rgba(80, 184, 138, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 184, 138, 0.04) 1px, transparent 1px),
    #06131f;
  background-size: 36px 36px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
}

.stats-event-head small { color: var(--gold-light); }
.stats-event-head strong { color: white; }
.stats-event-head > span { color: #76dbae; border-color: rgba(80, 184, 138, 0.22); background: rgba(80, 184, 138, 0.08); }

.facial-stats-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 24px;
}

.stats-face-panel,
.stats-summary {
  min-height: 330px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(12, 36, 54, 0.82);
}

.stats-face-frame {
  height: 220px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, #31495a, #142c3d);
}

.stats-face-frame .bowtie-avatar {
  --avatar-size: 128px;
  --avatar-ink: #ebd39d;
  border-color: rgba(235, 211, 157, 0.9);
  background: rgba(7, 23, 37, 0.34);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), 0 0 34px rgba(235, 211, 157, 0.08);
}

.face-match {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.face-match > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: var(--green);
  font-weight: 900;
}

.face-match div { display: grid; }
.face-match b { color: white; font-size: 9px; }
.face-match small { color: rgba(255, 255, 255, 0.48); font-size: 7px; }

.stats-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stats-summary article {
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 13px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.stats-summary article b {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 550;
}

.stats-summary article small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 7px;
  text-transform: uppercase;
}

.stats-mini-chart {
  grid-column: 1 / -1;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 8px;
  padding: 14px 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 30px;
}

.stats-mini-chart i {
  height: var(--height);
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #62d6a1, #2e7457);
  transform-origin: bottom;
  animation: stats-bar 4.2s ease-in-out infinite;
}

.stats-mini-chart i:nth-child(2) { animation-delay: -0.25s; }
.stats-mini-chart i:nth-child(3) { animation-delay: -0.5s; }
.stats-mini-chart i:nth-child(4) { animation-delay: -0.75s; }
.stats-mini-chart i:nth-child(5) { animation-delay: -1s; }
.stats-mini-chart i:nth-child(6) { animation-delay: -1.25s; }

.stats-summary > p {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.stats-summary > p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: status-pulse 2s ease-out infinite;
}

@keyframes production-current {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

@keyframes production-progress {
  0%, 100% { transform: scaleX(0.82); }
  50% { transform: scaleX(1); }
}

@keyframes method-scan {
  0%, 100% { top: 9px; opacity: 0; }
  12%, 88% { opacity: 1; }
  50% { top: 106px; }
}

@keyframes face-scan {
  0%, 100% { top: 14px; opacity: 0; }
  12%, 88% { opacity: 1; }
  50% { top: calc(100% - 16px); }
}

@keyframes flow-current {
  0% { box-shadow: 0 0 0 0 rgba(199, 175, 128, 0.4); }
  70%, 100% { box-shadow: 0 0 0 10px rgba(199, 175, 128, 0); }
}

@keyframes flow-line {
  0% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(240%); }
}

@keyframes registration-row {
  0%, 100% { transform: translateX(0); background: transparent; }
  50% { transform: translateX(4px); background: rgba(199, 175, 128, 0.06); }
}

@keyframes stats-bar {
  0%, 100% { transform: scaleY(0.5); opacity: 0.62; }
  45%, 65% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 560px) {
  .production-visual,
  .credential-methods-visual,
  .registrations-visual,
  .facial-stats-visual {
    padding: 22px 16px;
  }

  .production-head strong,
  .registration-head strong,
  .stats-event-head strong {
    font-size: 20px;
  }

  .production-head > span,
  .registration-head > span,
  .stats-event-head > span {
    display: none;
  }

  .production-timeline article {
    grid-template-columns: 34px 1fr;
  }

  .production-timeline article > span {
    grid-column: 2;
  }

  .event-type-list i:nth-child(n+3) {
    display: none;
  }

  .credential-methods {
    gap: 9px;
  }

  .method-card {
    min-height: 240px;
    padding: 14px 10px;
  }

  .method-qr {
    width: 92px;
    height: 92px;
  }

  .face-frame {
    width: 104px;
    height: 125px;
  }

  .registration-flow {
    gap: 3px;
  }

  .registration-flow > i span {
    display: none;
  }

  .registration-rows article {
    grid-template-columns: 36px 1fr auto;
  }

  .registration-rows article > i {
    grid-column: 2 / -1;
    text-align: left;
  }

  .facial-stats-grid {
    grid-template-columns: 1fr;
  }

  .stats-face-panel {
    min-height: 250px;
  }

  .stats-face-frame {
    height: 160px;
  }

  .stats-summary {
    min-height: 250px;
  }
}

/* Keep the public header above legacy theme declarations in the cascade. */
.site-header {
  padding: 12px 0 8px;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(241, 237, 229, 0.98), rgba(241, 237, 229, 0.82));
  backdrop-filter: blur(20px) saturate(125%);
}

@media (max-width: 1040px) {
  .site-header {
    padding: 8px 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: auto;
  }
}
