:root {
  --bg: #001912;
  --bg-soft: #06261e;
  --surface: #0b3027;
  --surface-2: #103c32;
  --text: #fffdf2;
  --muted: #d6eee9;
  --muted-2: #8db0a9;
  --line: rgba(225, 251, 244, 0.16);
  --green: #00ddcb;
  --green-2: #00bdff;
  --red: #ff6700;
  --amber: #ff8a00;
  --white: #ffffff;
  --paper: #f2fbff;
  --ink: #111111;
  --shadow: 0 24px 80px rgba(0, 25, 18, 0.38);
  --cursor-x: 50vw;
  --cursor-y: 50vh;
  --hero-progress: 0;
  --font-body: "Manrope";
  --font-display: "Space Grotesk";
  color-scheme: dark;
  font-family:
    var(--font-body), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 84px;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(0, 25, 18, 0) 0, var(--bg) 760px),
    var(--bg);
  color: var(--text);
  font-family:
    var(--font-body), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

button,
input,
select {
  font: inherit;
}

.cursor-light {
  position: fixed;
  z-index: 1;
  left: var(--cursor-x);
  top: var(--cursor-y);
  width: 380px;
  height: 380px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 221, 203, 0.18), transparent 62%);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 240ms ease;
}

.motion-ready .cursor-light {
  opacity: 1;
}

.skip-link {
  position: fixed;
  z-index: 60;
  left: 18px;
  top: 14px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #001912;
  background: var(--green);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(0, 25, 18, 0.92), rgba(0, 25, 18, 0.62));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(225, 251, 244, 0.12);
}

.brand,
.nav-links,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  min-height: 38px;
  text-decoration: none;
  color: var(--text);
  font-family:
    var(--font-body), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  transition:
    transform 220ms ease,
    color 220ms ease;
}

.brand:hover {
  color: var(--green);
  transform: translateY(-1px);
}

.nav-links {
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
}

.nav-links a,
.header-cta {
  color: rgba(225, 251, 244, 0.82);
  text-decoration: none;
  font-size: clamp(13px, 0.95vw, 14px);
  font-weight: 650;
}

.nav-links a:hover,
.header-cta:hover {
  color: var(--white);
}

.header-cta {
  justify-self: end;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(0, 221, 203, 0.45);
  border-radius: 999px;
  color: var(--green);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 220ms ease;
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
}

.header-cta:hover {
  background: rgba(0, 221, 203, 0.09);
  border-color: rgba(0, 221, 203, 0.82);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 5vw, 84px);
  padding: 122px clamp(20px, 6vw, 88px) 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 36%, rgba(0, 221, 203, 0.12), transparent 30%),
    linear-gradient(90deg, transparent 0 51%, var(--bg) 51% 100%);
}

.hero-bg {
  position: absolute;
  inset: 0 auto 0 0;
  width: 56%;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(0, 25, 18, 0.08), rgba(0, 25, 18, 0.2) 62%, var(--bg) 100%),
    linear-gradient(180deg, rgba(0, 25, 18, 0.02), rgba(0, 25, 18, 0.28) 76%, var(--bg) 100%),
    url("assets/entrepostos-hero.png");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0) scale(1.045);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: calc(0.34 - (var(--hero-progress) * 0.2));
  background-image:
    radial-gradient(circle, rgba(0, 221, 203, 0.35) 1px, transparent 1.5px),
    linear-gradient(rgba(225, 251, 244, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 251, 244, 0.08) 1px, transparent 1px);
  background-size:
    14px 14px,
    94px 94px,
    94px 94px;
  mask-image: linear-gradient(90deg, transparent, black 44%, black);
  transform: translateY(calc(var(--hero-progress) * 42px));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--green-2), var(--red), var(--amber));
}

.hero-content {
  grid-column: 2;
  max-width: 780px;
  transform: translateY(calc(var(--hero-progress) * 34px));
  will-change: transform;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
}

p {
  margin-top: 0;
}

h1 {
  max-width: 11.5ch;
  margin-bottom: 24px;
  font-size: clamp(48px, 5.25vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 700;
}

h1 span {
  display: block;
  transform-origin: left bottom;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 700;
}

em {
  font-style: normal;
}

.type-cyan {
  color: var(--green);
  text-shadow: 0 0 34px rgba(0, 221, 203, 0.26);
}

.type-cyan-dark {
  color: #008a80;
}

.type-ink {
  color: var(--ink);
  background-image: linear-gradient(180deg, transparent 58%, rgba(0, 221, 203, 0.28) 58%);
  padding-inline: 0.03em;
}

.type-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--text);
  text-shadow: 0 0 28px rgba(0, 221, 203, 0.16);
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(225, 251, 244, 0.76);
  font-size: clamp(19px, 2vw, 27px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 800;
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 220ms ease;
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--button-y, 0px)), 0);
}

.button:hover {
  --button-y: -2px;
}

.button-primary {
  color: #001912;
  background: linear-gradient(135deg, var(--green), #17f3e4);
  box-shadow: 0 18px 44px rgba(0, 221, 203, 0.22);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(225, 251, 244, 0.26);
  background: rgba(225, 251, 244, 0.06);
}

.button-primary:hover {
  box-shadow: 0 24px 58px rgba(0, 221, 203, 0.32);
}

.button-secondary:hover {
  border-color: rgba(225, 251, 244, 0.45);
  background: rgba(225, 251, 244, 0.1);
}

.hero-note {
  margin-bottom: 0;
  color: rgba(225, 251, 244, 0.58);
  font-size: 14px;
}

.hero-panel {
  position: absolute;
  left: clamp(20px, 4.5vw, 64px);
  bottom: 56px;
  max-width: 330px;
  width: 100%;
  padding: 26px;
  border: 1px solid rgba(225, 251, 244, 0.2);
  border-radius: 8px;
  background: rgba(0, 25, 18, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform:
    translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) - (var(--hero-progress) * 22px)), 0);
  transition:
    transform 260ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
  will-change: transform;
}

.hero-panel:hover {
  border-color: rgba(0, 221, 203, 0.42);
  background: rgba(0, 25, 18, 0.86);
}

.hero-panel span,
.hero-panel small {
  display: block;
}

.panel-kicker {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin: 10px 0 0;
  color: var(--white);
  font-size: 112px;
  line-height: 0.9;
}

.hero-panel span:not(.panel-kicker) {
  color: var(--text);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;
}

.hero-panel small {
  margin-top: 18px;
  color: rgba(225, 251, 244, 0.64);
  font-size: 14px;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 88px);
}

.section-heading {
  max-width: 940px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.intro-copy {
  padding-top: 8px;
  color: rgba(244, 241, 232, 0.72);
  font-size: clamp(18px, 1.8vw, 24px);
}

.intro-copy p + p {
  margin-top: 24px;
}

.sector-question {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.76fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.38), transparent 30%),
    linear-gradient(135deg, #00ddcb 0%, #17f3e4 58%, #00bdff 100%);
  color: #001912;
}

.sector-question::after {
  content: "20.000";
  position: absolute;
  right: clamp(14px, 5vw, 76px);
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.22);
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(118px, 22vw, 360px);
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
}

.sector-question-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.sector-question .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--green);
  background: #001912;
}

.sector-question h2 {
  max-width: 980px;
  color: #001912;
}

.sector-question .type-cyan-dark {
  color: #001912;
  background-image: linear-gradient(180deg, transparent 58%, rgba(255, 103, 0, 0.36) 58%);
  padding-inline: 0.03em;
}

.sector-question p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(0, 25, 18, 0.78);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 750;
}

.sector-question-media {
  position: relative;
  z-index: 1;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 25, 18, 0.14);
  border-radius: 8px;
  box-shadow: 0 26px 74px rgba(0, 25, 18, 0.24);
}

.sector-question-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 25, 18, 0.22), transparent 48%),
    linear-gradient(180deg, transparent 58%, rgba(0, 25, 18, 0.34));
  pointer-events: none;
}

.sector-question-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dinner-prompt {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 88px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(0, 221, 203, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 103, 0, 0.12), transparent 44%),
    #00130e;
  color: var(--text);
}

.dinner-prompt-media {
  position: relative;
  z-index: 1;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 251, 244, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.dinner-prompt-media::after,
.memory-gap-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 25, 18, 0.24), transparent 50%),
    linear-gradient(180deg, transparent 56%, rgba(0, 25, 18, 0.64));
  pointer-events: none;
}

.dinner-prompt-media img,
.memory-gap-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dinner-prompt-copy {
  position: relative;
  z-index: 1;
}

.dinner-prompt-copy h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4.4vw, 64px);
}

.dinner-prompt-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(225, 251, 244, 0.72);
  font-size: clamp(18px, 1.65vw, 23px);
}

.dinner-prompt-copy blockquote {
  margin: 30px 0 0;
  padding: 24px 0 0;
  border-top: 3px solid var(--green);
  color: var(--white);
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(27px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.06;
}

.memory-gap {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 88px);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 103, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf2 0%, var(--paper) 100%);
  color: var(--ink);
}

.memory-gap .eyebrow {
  color: #008a80;
}

.memory-gap-copy h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4.4vw, 64px);
}

.memory-gap-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(0, 25, 18, 0.68);
  font-size: clamp(18px, 1.65vw, 23px);
}

.memory-gap-copy p + p {
  margin-top: 18px;
}

.memory-gap-lead {
  padding-left: 20px;
  border-left: 4px solid var(--red);
  color: var(--ink) !important;
  font-weight: 850;
}

.memory-gap-media {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 74px rgba(0, 25, 18, 0.18);
}

.expo-bridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(24px, 4.5vw, 68px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 6vw, 88px);
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 221, 203, 0.16), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255, 103, 0, 0.1), transparent 28%),
    linear-gradient(120deg, #00130e 0%, #00241b 58%, #001912 100%);
  color: var(--text);
}

.expo-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 221, 203, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 221, 203, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.56), transparent 70%);
  pointer-events: none;
}

.expo-media {
  position: relative;
  z-index: 1;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 251, 244, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.expo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 25, 18, 0.18), transparent 42%),
    linear-gradient(180deg, transparent 56%, rgba(0, 25, 18, 0.58));
  pointer-events: none;
}

.expo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expo-copy {
  position: relative;
  z-index: 1;
}

.expo-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(36px, 4.6vw, 70px);
}

.expo-copy p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(225, 251, 244, 0.72);
  font-size: clamp(17px, 1.55vw, 22px);
}

.expo-copy p + p {
  margin-top: 14px;
}

.expo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.expo-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(225, 251, 244, 0.16);
  border-radius: 999px;
  color: rgba(225, 251, 244, 0.8);
  background: rgba(225, 251, 244, 0.06);
  font-size: 13px;
  font-weight: 850;
}

.expo-tags span:last-child {
  border-color: rgba(0, 221, 203, 0.44);
  color: #001912;
  background: var(--green);
}

.image-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(56px, 7vw, 92px) clamp(20px, 6vw, 88px);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}

.image-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 221, 203, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(0, 25, 18, 0.04), transparent 42%);
  pointer-events: none;
}

.feature-media {
  position: relative;
  margin: 0;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 25, 18, 0.22);
}

.feature-media img,
.tech-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card {
  position: relative;
  z-index: 2;
  margin-left: -140px;
  margin-bottom: 44px;
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid rgba(225, 251, 244, 0.24);
  border-radius: 8px;
  background: rgba(0, 25, 18, 0.9);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease;
}

.feature-card:hover {
  border-color: rgba(0, 221, 203, 0.45);
}

.feature-card h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 58px);
}

.feature-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(225, 251, 244, 0.72);
  font-size: 18px;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: clamp(18px, 3vw, 34px) clamp(18px, 6vw, 88px);
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 221, 203, 0.18), transparent 28%),
    linear-gradient(90deg, #00130e, #00342a 52%, #001912);
  border-block: 1px solid rgba(225, 251, 244, 0.12);
}

.stat-card {
  position: relative;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3.2vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(225, 251, 244, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(225, 251, 244, 0.08), rgba(0, 221, 203, 0.04)),
    rgba(0, 25, 18, 0.7);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 221, 203, 0.55), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(0, 189, 255, 0.18), transparent 32%);
  opacity: 0.32;
  pointer-events: none;
}

.stat-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 68px;
  height: 1px;
  background: linear-gradient(90deg, var(--green), transparent);
  opacity: 0.55;
}

.stat-card:hover {
  border-color: rgba(0, 221, 203, 0.48);
  background:
    linear-gradient(145deg, rgba(0, 221, 203, 0.14), rgba(225, 251, 244, 0.05)),
    rgba(0, 25, 18, 0.82);
}

.stats-band strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 30px 0 10px;
  color: var(--text);
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.82;
  letter-spacing: 0;
}

.stats-band span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 14ch;
  color: rgba(225, 251, 244, 0.72);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.12;
}

.stats-band small {
  position: relative;
  z-index: 1;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stat-free {
  border-color: rgba(0, 221, 203, 0.55);
  background:
    linear-gradient(135deg, rgba(0, 221, 203, 0.95), rgba(23, 243, 228, 0.8)),
    var(--green);
}

.stat-free::before {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.44), transparent 24%),
    radial-gradient(circle at 86% 80%, rgba(255, 103, 0, 0.2), transparent 30%);
  opacity: 1;
}

.stat-free::after {
  background: linear-gradient(90deg, rgba(0, 25, 18, 0.34), transparent);
}

.stat-free small,
.stat-free strong,
.stat-free span {
  color: #001912;
}

.stat-free strong {
  font-size: clamp(42px, 4.7vw, 70px);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.step-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(0, 25, 18, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 221, 203, 0.08), rgba(0, 25, 18, 0.02)),
    #ffffff;
  box-shadow: 0 18px 54px rgba(0, 25, 18, 0.07);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.step-grid article:hover {
  border-color: rgba(0, 221, 203, 0.45);
  background:
    linear-gradient(180deg, rgba(0, 221, 203, 0.12), rgba(255, 103, 0, 0.05)),
    #ffffff;
}

.step-grid span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--red);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.step-grid p,
.experience p,
.impostor-grid p,
.signup-copy p {
  color: rgba(225, 251, 244, 0.68);
  font-size: 17px;
}

.community-value {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(56px, 7vw, 92px) clamp(20px, 6vw, 88px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(0, 221, 203, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 103, 0, 0.1), transparent 42%),
    var(--bg);
}

.community-media {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.community-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 25, 18, 0.68));
  pointer-events: none;
}

.community-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-copy {
  align-self: end;
}

.community-copy h2 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.4vw, 62px);
}

.community-copy .lead {
  color: rgba(225, 251, 244, 0.84);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.35;
}

.community-copy p:not(.eyebrow, .lead) {
  color: rgba(225, 251, 244, 0.66);
  font-size: 16px;
}

.community-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-self: start;
}

.community-points article {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(225, 251, 244, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(225, 251, 244, 0.07), rgba(0, 221, 203, 0.03)),
    rgba(0, 25, 18, 0.58);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.community-points article:hover {
  border-color: rgba(0, 221, 203, 0.42);
  background:
    linear-gradient(145deg, rgba(0, 221, 203, 0.12), rgba(255, 103, 0, 0.05)),
    rgba(0, 25, 18, 0.76);
}

.community-points article:last-child {
  grid-column: 1 / -1;
}

.community-points span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green);
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.community-points p {
  margin: 0;
  color: rgba(225, 251, 244, 0.7);
  font-size: 14px;
}

.experience {
  position: relative;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 88px);
  background:
    linear-gradient(90deg, rgba(255, 103, 0, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(0, 221, 203, 0.12), transparent 58%),
    var(--bg);
  overflow: hidden;
}

.experience::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  background:
    linear-gradient(90deg, rgba(225, 251, 244, 0.08), transparent),
    repeating-linear-gradient(90deg, rgba(225, 251, 244, 0.07) 0 1px, transparent 1px 18px);
  opacity: 0.28;
  pointer-events: none;
}

.experience-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 0.9fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.tech-media {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  align-self: stretch;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.experience h2 {
  max-width: 760px;
  margin-bottom: 24px;
}

.experience p {
  max-width: 640px;
  font-size: clamp(18px, 1.9vw, 25px);
}

.people-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: start;
}

.people-list li {
  min-height: 86px;
  display: flex;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(244, 241, 232, 0.16);
  border-radius: 8px;
  background: rgba(244, 241, 232, 0.055);
  color: rgba(244, 241, 232, 0.88);
  font-weight: 750;
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.people-list li:hover {
  border-color: rgba(255, 103, 0, 0.42);
  background: rgba(255, 103, 0, 0.1);
}

.impostor {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 103, 0, 0.19), transparent 28%),
    var(--bg);
}

.word-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 44px 0 42px;
}

.word-wall span {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 19px;
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: 8px;
  color: rgba(244, 241, 232, 0.86);
  background: var(--surface-2);
  font-weight: 850;
  letter-spacing: 0.08em;
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 250ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.word-wall span:hover {
  border-color: rgba(244, 241, 232, 0.34);
  background: rgba(244, 241, 232, 0.08);
}

.word-wall .mystery {
  color: #08130e;
  border-color: transparent;
  background: var(--green);
  animation: mysteryPulse 2.8s ease-in-out infinite;
}

.impostor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.impostor-grid p {
  min-height: 160px;
  margin: 0;
  padding: 24px;
  border-top: 3px solid var(--green);
  background: rgba(244, 241, 232, 0.045);
}

.transformation {
  background: var(--bg-soft);
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 44px;
}

.flow span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 0 22px;
  border: 1px solid rgba(244, 241, 232, 0.16);
  border-radius: 8px;
  background: rgba(244, 241, 232, 0.04);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 850;
}

.flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -23px;
  width: 30px;
  height: 2px;
  background: var(--green);
  z-index: 2;
}

.faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 221, 203, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 103, 0, 0.08), transparent 46%),
    var(--bg-soft);
  color: var(--text);
}

.faq .section-heading {
  max-width: 820px;
}

.faq .eyebrow {
  color: var(--green);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
}

.faq-item {
  min-height: 88px;
  border: 1px solid rgba(225, 251, 244, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(225, 251, 244, 0.06), rgba(0, 221, 203, 0.03)),
    rgba(0, 25, 18, 0.54);
  transform: translate3d(0, var(--reveal-y, 0), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: rgba(0, 221, 203, 0.42);
  background:
    linear-gradient(145deg, rgba(0, 221, 203, 0.11), rgba(255, 103, 0, 0.04)),
    rgba(0, 25, 18, 0.7);
}

.faq-item summary {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 22px 58px 22px 22px;
  cursor: pointer;
  color: var(--text);
  font-family:
    var(--font-display), var(--font-body), ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 700;
  line-height: 1.12;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #001912;
  background: var(--green);
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 220ms ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item p {
  margin: -6px 58px 22px 22px;
  color: rgba(225, 251, 244, 0.7);
  font-size: 16px;
}

.signup {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 460px);
  gap: clamp(34px, 8vw, 112px);
  align-items: start;
  padding: clamp(76px, 10vw, 136px) clamp(20px, 6vw, 88px);
  background:
    radial-gradient(circle at 80% 18%, rgba(0, 189, 255, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(0, 221, 203, 0.14), transparent 45%),
    linear-gradient(315deg, rgba(255, 103, 0, 0.14), transparent 50%),
    var(--bg);
}

.signup-copy h2 {
  margin-bottom: 22px;
}

.signup-copy p {
  max-width: 680px;
  font-size: clamp(18px, 1.9vw, 25px);
}

.signup-form {
  padding: 26px;
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: 8px;
  background: rgba(0, 25, 18, 0.72);
  box-shadow: var(--shadow);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease;
}

.whatsapp-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid rgba(225, 251, 244, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.16), rgba(0, 221, 203, 0.06)),
    rgba(225, 251, 244, 0.04);
}

.whatsapp-card img {
  width: 42px;
  height: 42px;
  flex: none;
}

.whatsapp-card span {
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.signup-form:hover {
  border-color: rgba(0, 221, 203, 0.34);
}

.signup-form label {
  display: block;
  margin-bottom: 15px;
  color: rgba(244, 241, 232, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 13px;
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: 8px;
  color: var(--text);
  background: #00130e;
}

.signup-form input:focus,
.signup-form select:focus {
  outline: 2px solid rgba(0, 221, 203, 0.7);
  outline-offset: 2px;
}

.signup-form button {
  width: 100%;
  margin-top: 8px;
}

.whatsapp-button {
  gap: 10px;
}

.whatsapp-button img {
  width: 22px;
  height: 22px;
}

.signup-form small {
  display: block;
  margin-top: 14px;
  color: rgba(244, 241, 232, 0.46);
  font-size: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 88px);
  border-top: 1px solid var(--line);
  color: rgba(244, 241, 232, 0.56);
  background: #00130e;
}

.site-footer span:first-child {
  color: var(--text);
  font-weight: 800;
}

.intro,
.steps,
.transformation {
  background: var(--paper);
  color: var(--ink);
}

.intro .eyebrow,
.steps .eyebrow,
.transformation .eyebrow {
  color: #008a80;
}

.benefits {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 221, 203, 0.18), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(255, 103, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #001912 0%, #00130e 100%);
  color: var(--text);
}

.benefits .eyebrow {
  color: var(--green);
}

.benefits h2 {
  color: var(--text);
}

.intro .intro-copy,
.steps .step-grid p {
  color: rgba(0, 25, 18, 0.66);
}

.steps .step-grid article {
  border-color: rgba(0, 25, 18, 0.09);
  background:
    linear-gradient(180deg, rgba(0, 221, 203, 0.08), rgba(0, 25, 18, 0.02)),
    #ffffff;
  box-shadow: 0 18px 54px rgba(0, 25, 18, 0.07);
}

.steps .step-grid article:hover {
  border-color: rgba(0, 221, 203, 0.45);
  background:
    linear-gradient(180deg, rgba(0, 221, 203, 0.12), rgba(255, 103, 0, 0.05)),
    #ffffff;
}

.steps .step-grid span {
  color: var(--red);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.benefit-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(225, 251, 244, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 221, 203, 0.1), rgba(225, 251, 244, 0.04)),
    rgba(225, 251, 244, 0.04);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) + var(--reveal-y, 0px)), 0);
  transition:
    transform 280ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.benefit-grid article:hover {
  border-color: rgba(0, 221, 203, 0.46);
  background:
    linear-gradient(180deg, rgba(0, 221, 203, 0.16), rgba(255, 103, 0, 0.05)),
    rgba(225, 251, 244, 0.07);
}

.benefit-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 70px;
  border-radius: 999px;
  color: #001912;
  background: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.benefit-grid h3 {
  color: var(--text);
}

.benefit-grid p {
  margin-bottom: 0;
  color: rgba(225, 251, 244, 0.68);
  font-size: 16px;
}

.flow span {
  border-color: rgba(0, 25, 18, 0.1);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 25, 18, 0.06);
}

.motion-ready h1 span,
.motion-ready .hero-kicker,
.motion-ready .hero-enter,
.motion-ready .hero-panel {
  opacity: 0;
  animation: heroRise 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.motion-ready h1 span {
  transform: translateY(105%) rotate(1.5deg);
  clip-path: inset(0 0 100% 0);
}

.motion-ready h1 span:nth-child(1) {
  animation-delay: 130ms;
}

.motion-ready h1 span:nth-child(2) {
  animation-delay: 230ms;
}

.motion-ready h1 span:nth-child(3) {
  animation-delay: 330ms;
}

.motion-ready h1 span:nth-child(4) {
  animation-delay: 430ms;
}

.motion-ready .hero-kicker {
  animation-delay: 40ms;
}

.motion-ready .hero-copy {
  animation-delay: 560ms;
}

.motion-ready .hero-actions {
  animation-delay: 680ms;
}

.motion-ready .hero-note {
  animation-delay: 760ms;
}

.motion-ready .hero-panel {
  animation-delay: 620ms;
  animation-name: panelFade;
}

.motion-ready [data-reveal] {
  --reveal-y: 28px;
  opacity: 1;
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background-color 220ms ease;
}

.motion-ready [data-reveal].is-visible {
  --reveal-y: 0px;
  opacity: 1;
}

.motion-ready [data-reveal]:not(.magnetic, .button, .header-cta, .hero-panel, .signup-form, .stat-card, .step-grid article, .community-points article, .people-list li, .word-wall span) {
  transform: translate3d(0, var(--reveal-y), 0);
}

.motion-ready [data-reveal-group] [data-reveal]:nth-child(2) {
  transition-delay: 70ms;
}

.motion-ready [data-reveal-group] [data-reveal]:nth-child(3) {
  transition-delay: 120ms;
}

.motion-ready [data-reveal-group] [data-reveal]:nth-child(4) {
  transition-delay: 170ms;
}

.motion-ready [data-reveal-group] [data-reveal]:nth-child(5) {
  transition-delay: 220ms;
}

.motion-ready [data-reveal-group] [data-reveal]:nth-child(6) {
  transition-delay: 270ms;
}

@keyframes heroRise {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes panelFade {
  to {
    opacity: 1;
  }
}

@keyframes mysteryPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 221, 203, 0);
  }

  50% {
    box-shadow: 0 0 28px rgba(0, 221, 203, 0.34);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intro,
  .sector-question,
  .dinner-prompt,
  .memory-gap,
  .expo-bridge,
  .image-feature,
  .community-value,
  .experience-inner,
  .signup {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 126px;
    background: var(--bg);
  }

  .hero-content {
    grid-column: 1;
  }

  .hero-panel {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 420px;
  }

  .expo-media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .sector-question-media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .dinner-prompt-media,
  .memory-gap-media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .feature-card {
    margin: -96px 24px 0;
  }

  .tech-media {
    grid-row: auto;
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .community-media {
    grid-row: auto;
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .stats-band,
  .benefit-grid,
  .step-grid,
  .community-points,
  .impostor-grid,
  .flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow span:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-block: 14px;
  }

  .brand {
    min-height: 36px;
  }

  .header-cta {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero {
    padding-inline: 18px;
    padding-bottom: 44px;
  }

  .hero-bg {
    width: 100%;
    background-image:
      linear-gradient(180deg, rgba(0, 25, 18, 0.82) 0%, rgba(0, 25, 18, 0.8) 44%, var(--bg) 100%),
      url("assets/entrepostos-hero.png");
    background-position: 62% center;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(40px, 12.6vw, 54px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

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

  .section,
  .sector-question,
  .dinner-prompt,
  .memory-gap,
  .expo-bridge,
  .image-feature,
  .community-value,
  .experience,
  .faq,
  .signup {
    padding-inline: 18px;
  }

  .feature-media {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .expo-bridge {
    gap: 24px;
    padding-block: 46px;
  }

  .sector-question::after {
    right: 10px;
    bottom: -0.2em;
  }

  .sector-question-media {
    aspect-ratio: 4 / 5;
  }

  .dinner-prompt,
  .memory-gap {
    gap: 24px;
    padding-block: 46px;
  }

  .dinner-prompt-media,
  .memory-gap-media {
    aspect-ratio: 4 / 5;
  }

  .dinner-prompt-copy h2,
  .memory-gap-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .dinner-prompt-copy p:not(.eyebrow),
  .memory-gap-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .dinner-prompt-copy blockquote {
    font-size: clamp(26px, 8vw, 34px);
  }

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

  .expo-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .expo-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .expo-tags {
    gap: 8px;
    margin-top: 20px;
  }

  .expo-tags span {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 12px;
  }

  .feature-card {
    margin: -54px 10px 0;
  }

  .community-media {
    aspect-ratio: 16 / 9;
    max-height: 260px;
  }

  .stats-band,
  .benefit-grid,
  .step-grid,
  .community-points,
  .people-list,
  .impostor-grid,
  .flow {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 166px;
  }

  .benefit-grid article {
    min-height: auto;
  }

  .benefit-grid span {
    margin-bottom: 42px;
  }

  .community-points article,
  .community-points article:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .community-value {
    padding-block: 46px;
  }

  .community-copy h2 {
    font-size: clamp(28px, 8.6vw, 36px);
  }

  .community-copy .lead,
  .community-copy p:not(.eyebrow, .lead) {
    font-size: 15px;
  }

  .community-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .community-points article {
    padding: 12px;
  }

  .community-points article:last-child {
    grid-column: 1 / -1;
  }

  .community-points span {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .community-points p {
    font-size: 12px;
    line-height: 1.35;
  }

  .faq {
    padding-block: 50px;
  }

  .faq-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 28px;
  }

  .faq-item,
  .faq-item summary {
    min-height: 72px;
  }

  .faq-item summary {
    padding: 18px 52px 18px 16px;
    font-size: 17px;
  }

  .faq-item summary::after {
    right: 16px;
    width: 26px;
    height: 26px;
  }

  .faq-item p {
    margin: -4px 52px 18px 16px;
    font-size: 14px;
  }

  .step-grid article,
  .impostor-grid p {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}

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

  .cursor-light {
    display: none;
  }

  .hero-bg,
  .hero-content,
  .hero-panel,
  .button,
  .header-cta,
  .magnetic,
  .motion-ready [data-reveal] {
    transform: none !important;
  }

  .motion-ready h1 span,
  .motion-ready .hero-kicker,
  .motion-ready .hero-enter,
  .motion-ready .hero-panel,
  .motion-ready [data-reveal] {
    opacity: 1;
    clip-path: none;
  }
}
