:root {
  color-scheme: dark;
  --bg: #040811;
  --bg-soft: #07101f;
  --panel: rgba(7, 14, 28, 0.86);
  --panel-strong: rgba(6, 12, 24, 0.96);
  --line: rgba(49, 118, 255, 0.42);
  --line-soft: rgba(92, 135, 226, 0.2);
  --text: #f4f3f1;
  --muted: #c8ced9;
  --accent: #156cff;
  --accent-strong: #5fa0ff;
  --content-width: min(1640px, calc(100% - 64px));
  --shadow-lg: 0 42px 96px rgba(0, 0, 0, 0.5);
  --shadow-md: 0 26px 54px rgba(0, 0, 0, 0.34);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --ease: 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 11% 87%, rgba(32, 104, 255, 0.62), transparent 15%),
    radial-gradient(circle at 78% 18%, rgba(22, 74, 186, 0.18), transparent 30%),
    linear-gradient(180deg, #02050d 0%, #040811 44%, #02050c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 0.8px),
    radial-gradient(circle at 81% 32%, rgba(255, 255, 255, 0.05), transparent 0.7px),
    radial-gradient(circle at 36% 74%, rgba(255, 255, 255, 0.06), transparent 0.8px);
  background-size: 240px 240px;
  opacity: 0.18;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

.skip-link {
  position: absolute;
  left: 20px;
  top: -48px;
  z-index: 40;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  transition: top var(--ease);
}

.skip-link:focus {
  top: 18px;
}

.page-shell {
  position: relative;
  min-height: 100dvh;
  overflow: clip;
}

.ambient,
.ambient-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient--left {
  background:
    radial-gradient(circle at 8% 89%, rgba(26, 104, 255, 0.88), transparent 0 16%),
    radial-gradient(circle at 14% 86%, rgba(44, 124, 255, 0.34), transparent 0 22%);
  filter: blur(18px);
}

.ambient--right {
  background: radial-gradient(circle at 90% 18%, rgba(24, 101, 255, 0.18), transparent 0 18%);
  filter: blur(28px);
}

.ambient-grid {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(26, 64, 145, 0.36) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 64, 145, 0.36) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.4) 18%, rgba(0, 0, 0, 0.78) 100%);
}

.container {
  position: relative;
  z-index: 1;
  width: var(--content-width);
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 2;
  padding: 28px 0 0;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand__aurea {
  color: var(--text);
}

.brand__systems {
  color: var(--accent);
}

.hero-page {
  min-height: auto;
}

.hero {
  min-height: calc(100dvh - 74px);
}

.hero {
  display: flex;
  align-items: stretch;
  padding: 12px 0 0;
}

.hero__layout {
  display: grid;
  grid-template-columns: minmax(520px, 660px) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  width: 100%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  max-width: 660px;
  padding: 12px 0 8px 26px;
}

.hero-copy h1,
.modal__panel h2 {
  margin: 0;
  letter-spacing: -0.075em;
}

.hero-copy h1 {
  font-size: clamp(3.58rem, 4.72vw, 4.82rem);
  font-weight: 800;
  line-height: 0.915;
  text-wrap: balance;
}

.hero-copy__line {
  display: block;
  white-space: nowrap;
}

.hero-copy__word-accent {
  color: #eef5ff;
  display: inline-block;
  margin: 0 0.14em 0 0.08em;
}

.hero-copy__line--accent {
  color: var(--accent);
}

.hero-copy__lead {
  max-width: 31ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.58;
}

.hero-copy__actions {
  margin-top: 26px;
}

.hero-copy__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  color: rgba(212, 245, 225, 0.96);
  font-size: 0.98rem;
}

.hero-copy__meta::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #67e28f 0%, #2dc665 100%);
  color: #031108;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 7px rgba(41, 197, 101, 0.12),
    0 12px 20px rgba(12, 70, 33, 0.24);
}

.hero-stage {
  position: relative;
  min-height: 100%;
  height: 100%;
}

.hero-stage::before {
  content: none;
}

.hero-stage::after {
  content: "";
  position: absolute;
  left: 56px;
  right: 28px;
  bottom: 0;
  height: 176px;
  background:
    linear-gradient(180deg, rgba(12, 27, 55, 0.16), rgba(12, 27, 55, 0)),
    linear-gradient(90deg, rgba(17, 39, 83, 0.74) 1px, transparent 1px),
    linear-gradient(rgba(17, 39, 83, 0.74) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58) 16%, rgba(0, 0, 0, 1) 100%);
}

.analytics-panel,
.modal__panel {
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(8, 17, 32, 0.96), rgba(5, 11, 22, 0.92)),
    var(--panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    var(--shadow-md);
}

.field span,
.eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.field input {
  min-height: 56px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(53, 93, 173, 0.26);
  background: rgba(7, 16, 31, 0.82);
  color: rgba(200, 206, 217, 0.46);
}

.analytics-panel {
  position: relative;
  width: min(100%, 318px);
  height: 148px;
  margin-top: 14px;
  padding: 14px 16px 16px;
  border-radius: 28px;
  border-color: rgba(40, 104, 255, 0.32);
  background:
    radial-gradient(circle at top right, rgba(38, 114, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(8, 17, 32, 0.94), rgba(5, 11, 22, 0.9));
}

.analytics-panel__badge {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2px;
}

.analytics-panel__eyebrow,
.analytics-panel__period {
  display: block;
}

.analytics-panel__eyebrow {
  color: rgba(185, 204, 238, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.analytics-panel strong {
  color: #f9fbff;
  font-size: 2.14rem;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.analytics-panel__period {
  color: rgba(171, 189, 223, 0.72);
  font-size: 0.88rem;
}

.analytics-panel__chart {
  position: absolute;
  inset: auto 0 0;
  height: 80px;
}

.analytics-panel__line {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 4px;
  height: 38px;
  border-bottom: 2px solid rgba(63, 137, 255, 0.62);
  border-radius: 0 0 76px 76px;
  transform: skewX(-18deg);
  opacity: 0.8;
}

.analytics-panel__bars {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 12px;
  display: flex;
  align-items: end;
  gap: 10px;
  height: 46px;
}

.analytics-panel__bars span {
  flex: 1 1 0;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, rgba(78, 144, 255, 0.94), rgba(28, 103, 255, 0.18));
}

.analytics-panel__bars span:nth-child(1) {
  height: 42%;
}

.analytics-panel__bars span:nth-child(2) {
  height: 58%;
}

.analytics-panel__bars span:nth-child(3) {
  height: 78%;
}

.analytics-panel__bars span:nth-child(4) {
  height: 56%;
}

.analytics-panel__bars span:nth-child(5) {
  height: 92%;
}

.resource-book {
  position: absolute;
  left: 59%;
  top: 34px;
  width: clamp(148px, 10.8vw, 178px);
  z-index: 4;
  margin: 0;
  transform: translateX(-50%) rotate(-4deg);
}

.resource-book::before,
.resource-book::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.resource-book::before {
  inset: 14% -20% -18%;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(40, 113, 255, 0.34), rgba(19, 58, 145, 0.14) 42%, transparent 72%);
  filter: blur(26px);
  opacity: 0.95;
}

.resource-book::after {
  left: 50%;
  bottom: -12px;
  width: 140%;
  height: 34px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(57, 124, 255, 0.34), rgba(16, 36, 83, 0.04) 68%, transparent 82%);
  transform: translateX(-50%);
  filter: blur(14px);
}

.resource-book img {
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 26px 48px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 32px rgba(33, 111, 255, 0.18));
}

.founders {
  position: absolute;
  left: 8px;
  right: -12px;
  bottom: -18px;
  height: 72%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.founders::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 10%;
  top: 18%;
  bottom: 10%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 42%, rgba(53, 118, 255, 0.24), transparent 24%),
    radial-gradient(circle at 70% 34%, rgba(73, 133, 255, 0.2), transparent 26%);
  filter: blur(34px);
}

.founders img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  transform: translateY(20px);
  filter:
    brightness(1.22)
    contrast(1.1)
    saturate(1.08)
    drop-shadow(0 28px 78px rgba(0, 0, 0, 0.44))
    drop-shadow(0 0 56px rgba(33, 111, 255, 0.24));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    background-color var(--ease),
    border-color var(--ease);
}

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

.button:active {
  transform: scale(0.985);
}

.button:focus-visible,
.field input:focus-visible,
.modal__close:focus-visible {
  outline: 2px solid rgba(95, 160, 255, 0.9);
  outline-offset: 3px;
}

.button--primary {
  color: #fff;
  background: linear-gradient(180deg, #2e79ff 0%, #0f57e8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 22px 42px rgba(13, 79, 234, 0.34);
}

.hero-cta {
  position: relative;
  min-height: 64px;
  padding: 0 30px;
  border: 1px solid rgba(129, 173, 255, 0.34);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 24px 44px rgba(13, 79, 234, 0.42),
    0 0 0 10px rgba(18, 85, 236, 0.08);
  animation: hero-cta-pulse 3.2s ease-in-out infinite;
}

.hero-cta::before,
.hero-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-cta::before {
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.24) 42%, transparent 66%);
  transform: translateX(-135%);
  animation: hero-cta-sheen 3.6s ease-in-out infinite;
}

.hero-cta::after {
  inset: auto 10% -18px;
  height: 40px;
  border-radius: 999px;
  background: rgba(53, 118, 255, 0.38);
  filter: blur(18px);
  z-index: -1;
}

.hero-cta:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 28px 52px rgba(13, 79, 234, 0.48),
    0 0 0 12px rgba(18, 85, 236, 0.1);
}

.hero-cta:hover .button__icon {
  transform: translateX(4px);
}

.hero-cta .button__icon {
  transition: transform var(--ease);
}

.button--secondary {
  color: var(--text);
  background: rgba(10, 19, 36, 0.86);
  border: 1px solid rgba(76, 116, 197, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button--block {
  width: 100%;
}

.button__icon {
  position: relative;
  width: 22px;
  height: 12px;
  flex: 0 0 22px;
}

.button__icon::before,
.button__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.button__icon::before {
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.button__icon::after {
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 13, 0.72);
  backdrop-filter: blur(12px);
}

.modal__panel {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 34px 30px 30px;
  border-radius: 28px;
  border-color: rgba(22, 108, 255, 0.46);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal__panel h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.98;
  font-weight: 800;
}

.modal__intro,
.lead-form__microcopy,
.lead-form__status {
  color: var(--muted);
  line-height: 1.6;
}

.modal__intro {
  margin: 18px 0 0;
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(10, 18, 34, 0.82);
  border: 1px solid rgba(73, 108, 175, 0.26);
}

.modal__close span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 2px;
  background: var(--text);
}

.modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lead-form {
  margin-top: 24px;
}

.field {
  display: grid;
  gap: 0;
}

.field + .field {
  margin-top: 16px;
}

.field input {
  color: var(--text);
  transition:
    border-color var(--ease),
    box-shadow var(--ease),
    background-color var(--ease);
}

.field input::placeholder {
  color: rgba(200, 206, 217, 0.46);
}

.field input:focus {
  border-color: rgba(95, 160, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(21, 108, 255, 0.12);
}

.field input[aria-invalid="true"] {
  border-color: rgba(255, 120, 120, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 120, 120, 0.12);
}

.lead-form .button {
  margin-top: 22px;
}

.choice-group {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

.choice-group legend {
  margin: 0 0 2px;
  padding: 0;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

.choice-card,
.consent-check {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.choice-card {
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(53, 93, 173, 0.22);
  background:
    linear-gradient(180deg, rgba(9, 19, 35, 0.9), rgba(7, 15, 28, 0.84)),
    rgba(8, 16, 30, 0.88);
  transition:
    border-color var(--ease),
    box-shadow var(--ease),
    transform var(--ease);
}

.choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 160, 255, 0.34);
}

.choice-card input,
.consent-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card__control,
.consent-check__box {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid rgba(95, 160, 255, 0.34);
  background: rgba(8, 17, 32, 0.88);
  transition:
    border-color var(--ease),
    box-shadow var(--ease),
    background-color var(--ease);
}

.choice-card__control {
  border-radius: 999px;
}

.choice-card__control::after,
.consent-check__box::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  opacity: 0;
  transition:
    opacity var(--ease),
    transform var(--ease);
}

.choice-card__control::after {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #071421;
  transform: translate(-50%, -50%) scale(0.2);
}

.choice-card__text,
.consent-check__text {
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.5;
}

.choice-card input:checked + .choice-card__control {
  border-color: rgba(103, 226, 143, 0.68);
  background: linear-gradient(180deg, #67e28f 0%, #2dc665 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 0 6px rgba(41, 197, 101, 0.1);
}

.choice-card input:checked + .choice-card__control::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.choice-card:focus-within,
.consent-check:focus-within {
  border-color: rgba(95, 160, 255, 0.54);
  box-shadow: 0 0 0 4px rgba(21, 108, 255, 0.12);
}

.choice-group[data-invalid="true"] .choice-card,
.consent-check[data-invalid="true"] .consent-check__box {
  border-color: rgba(255, 120, 120, 0.46);
  box-shadow: 0 0 0 4px rgba(255, 120, 120, 0.08);
}

.consent-check {
  margin-top: 18px;
  padding: 0;
}

.consent-check:focus-within {
  border-color: transparent;
  box-shadow: none;
}

.consent-check:focus-within .consent-check__box {
  border-color: rgba(95, 160, 255, 0.54);
  box-shadow: 0 0 0 4px rgba(21, 108, 255, 0.12);
}

.consent-check__box {
  border-radius: 6px;
}

.consent-check__box::after {
  width: 6px;
  height: 11px;
  border-right: 2px solid #071421;
  border-bottom: 2px solid #071421;
  transform: translate(-50%, -58%) rotate(45deg) scale(0.4);
}

.consent-check input:checked + .consent-check__box {
  border-color: rgba(103, 226, 143, 0.68);
  background: linear-gradient(180deg, #67e28f 0%, #2dc665 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 0 6px rgba(41, 197, 101, 0.1);
}

.consent-check input:checked + .consent-check__box::after {
  opacity: 1;
  transform: translate(-50%, -58%) rotate(45deg) scale(1);
}

.lead-form__microcopy {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.lead-form__status {
  min-height: 1.6em;
  margin: 12px 0 0;
  font-size: 0.94rem;
}

.lead-form__status.is-error {
  color: #ffb5b5;
}

.lead-form__status.is-success {
  color: #8ac0ff;
}

.success-state {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.success-state__icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  border: 1px solid rgba(24, 101, 255, 0.42);
  background:
    radial-gradient(circle at 30% 30%, rgba(95, 160, 255, 0.28), transparent 45%),
    rgba(8, 17, 32, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 34px rgba(13, 79, 234, 0.18);
}

.success-state__icon::before,
.success-state__icon::after {
  content: "";
  position: absolute;
  background: var(--accent-strong);
  border-radius: 999px;
}

.success-state__icon::before {
  left: 22px;
  top: 38px;
  width: 12px;
  height: 3px;
  transform: rotate(45deg);
}

.success-state__icon::after {
  left: 29px;
  top: 34px;
  width: 24px;
  height: 3px;
  transform: rotate(-45deg);
}

.success-state h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.success-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@keyframes hero-cta-pulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 22px 42px rgba(13, 79, 234, 0.34),
      0 0 0 10px rgba(18, 85, 236, 0.08);
  }

  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 28px 58px rgba(13, 79, 234, 0.5),
      0 0 0 14px rgba(18, 85, 236, 0.14);
  }
}

@keyframes hero-cta-sheen {
  0%,
  12% {
    transform: translateX(-135%);
  }

  30%,
  100% {
    transform: translateX(135%);
  }
}

@media (max-width: 1380px) {
  .hero__layout {
    grid-template-columns: minmax(460px, 620px) minmax(0, 1fr);
  }

  .hero-stage {
    min-height: 520px;
  }

  .resource-book {
    left: 58%;
    top: 30px;
    width: 164px;
  }

  .founders {
    left: -8px;
    right: -12px;
    height: 70%;
    bottom: -16px;
  }
}

@media (max-width: 1120px) {
  :root {
    --content-width: min(100% - 36px, 1120px);
  }

  .hero {
    align-items: flex-start;
    padding-bottom: 12px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: initial;
  }

  .hero-copy {
    display: block;
    max-width: 760px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-copy__lead {
    max-width: 38ch;
  }

  .hero-copy__line {
    white-space: normal;
  }

  .hero-stage {
    min-height: 500px;
    height: auto;
  }

  .hero-stage::before {
    inset: 16px 0 0 26px;
  }

  .hero-stage::after {
    left: 24px;
    right: 24px;
  }

  .resource-book {
    left: 56%;
    top: 18px;
    width: 146px;
  }

  .founders {
    left: -6px;
    right: -10px;
    height: 62%;
    bottom: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --content-width: min(100% - 24px, 760px);
  }

  .site-header {
    padding-top: 20px;
  }

  .hero {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 96px;
  }

  .hero-page,
  .hero {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(2.96rem, 10.8vw, 4.8rem);
    line-height: 0.96;
  }

  .hero-copy__lead {
    max-width: none;
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-copy__actions {
    margin-top: 24px;
  }

  .button {
    min-height: 58px;
    padding: 0 20px;
    font-size: 0.92rem;
  }

  .hero-stage {
    min-height: auto;
    padding-top: 6px;
  }

  .hero-stage::before,
  .hero-stage::after {
    display: none;
  }

  .resource-book,
  .analytics-panel,
  .founders {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .resource-book {
    width: 170px;
    margin: 18px auto 0;
    transform: rotate(-4deg);
  }

  .analytics-panel {
    width: 100%;
    height: 164px;
    margin-top: 18px;
    border-radius: 24px;
  }

  .founders {
    margin: -6px auto 0;
  }

  .founders img {
    width: 100%;
    height: auto;
    filter:
      brightness(1.16)
      contrast(1.08)
      saturate(1.08)
      drop-shadow(0 18px 54px rgba(0, 0, 0, 0.38))
      drop-shadow(0 0 28px rgba(33, 111, 255, 0.16));
  }

  .hero-cta {
    min-height: 60px;
    padding: 0 24px;
  }

  .modal {
    align-items: end;
    padding: 0;
  }

  .modal__panel {
    width: 100%;
    padding: 28px 18px 24px;
    border-radius: 24px 24px 0 0;
  }
}
/* Aurea editorial layer
   Keeps the original resource and team imagery, while aligning the landing
   with the main site's black / paper / warm-metal palette. */
:root {
  --bg: #0b0a09;
  --bg-soft: #141210;
  --panel: rgba(20, 18, 15, 0.88);
  --panel-strong: rgba(12, 11, 10, 0.97);
  --line: rgba(254, 241, 233, 0.28);
  --line-soft: rgba(254, 241, 233, 0.13);
  --text: #fef1e9;
  --muted: #c8beb5;
  --accent: #d8c5aa;
  --accent-strong: #fef1e9;
}

body {
  font-family: "Inter", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(circle at 12% 87%, rgba(216, 197, 170, 0.22), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(254, 241, 233, 0.06), transparent 31%),
    linear-gradient(180deg, #080706 0%, #0b0a09 52%, #080706 100%);
}

body::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(254, 241, 233, 0.08), transparent 0.8px),
    radial-gradient(circle at 81% 32%, rgba(216, 197, 170, 0.06), transparent 0.7px),
    radial-gradient(circle at 36% 74%, rgba(254, 241, 233, 0.06), transparent 0.8px);
}

.ambient--left {
  background:
    radial-gradient(circle at 8% 89%, rgba(216, 197, 170, 0.30), transparent 0 16%),
    radial-gradient(circle at 14% 86%, rgba(254, 241, 233, 0.12), transparent 0 22%);
}

.ambient--right {
  background: radial-gradient(circle at 90% 18%, rgba(254, 241, 233, 0.08), transparent 0 18%);
}

.ambient-grid {
  background-image:
    linear-gradient(rgba(216, 197, 170, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 197, 170, 0.16) 1px, transparent 1px);
}

.site-header {
  padding-top: 22px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.04em;
}

.hero-copy h1,
.modal__panel h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.055em;
}

.brand__systems,
.hero-copy__line--accent,
.eyebrow {
  color: var(--accent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(254, 241, 233, 0.66);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.site-nav a {
  transition: color 200ms ease, transform 200ms ease;
}

.site-nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav__cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(254, 241, 233, 0.44);
  color: var(--text);
}

.site-nav__cta:hover {
  background: var(--text);
  color: var(--bg);
}

.hero-copy__meta {
  color: rgba(216, 197, 170, 0.9);
}

.hero-copy__meta::before {
  background: linear-gradient(180deg, #fef1e9 0%, #d8c5aa 100%);
  color: var(--bg);
  box-shadow: 0 0 0 7px rgba(216, 197, 170, 0.10), 0 12px 20px rgba(31, 26, 20, 0.30);
}

.analytics-panel,
.modal__panel {
  border-color: rgba(216, 197, 170, 0.25);
  background:
    linear-gradient(180deg, rgba(27, 24, 20, 0.95), rgba(14, 13, 11, 0.94)),
    var(--panel);
}

.analytics-panel {
  background:
    radial-gradient(circle at top right, rgba(216, 197, 170, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(27, 24, 20, 0.95), rgba(14, 13, 11, 0.92));
}

.analytics-panel__line {
  border-color: rgba(216, 197, 170, 0.62);
}

.analytics-panel__bars span {
  background: linear-gradient(180deg, rgba(216, 197, 170, 0.94), rgba(130, 103, 72, 0.18));
}

.resource-book::before {
  background: radial-gradient(circle at 50% 45%, rgba(216, 197, 170, 0.26), rgba(92, 71, 48, 0.12) 42%, transparent 72%);
}

.resource-book::after {
  background: radial-gradient(circle at 50% 50%, rgba(216, 197, 170, 0.28), rgba(48, 37, 26, 0.04) 68%, transparent 82%);
}

.resource-book img,
.founders img {
  filter:
    brightness(1.12)
    contrast(1.08)
    saturate(0.92)
    drop-shadow(0 28px 78px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 42px rgba(216, 197, 170, 0.16));
}

.founders::before {
  background:
    radial-gradient(circle at 32% 42%, rgba(216, 197, 170, 0.18), transparent 24%),
    radial-gradient(circle at 70% 34%, rgba(254, 241, 233, 0.12), transparent 26%);
}

.button--primary {
  color: var(--bg);
  background: linear-gradient(180deg, #fef1e9 0%, #d8c5aa 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 22px 42px rgba(43, 34, 24, 0.34);
}

.button--primary:hover {
  background: #fff8f2;
}

.button--secondary {
  color: var(--text);
  background: rgba(254, 241, 233, 0.04);
  border-color: rgba(254, 241, 233, 0.26);
}

.hero-cta {
  border-color: rgba(254, 241, 233, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 24px 44px rgba(43, 34, 24, 0.36), 0 0 0 10px rgba(216, 197, 170, 0.07);
}

.hero-cta::after {
  background: rgba(216, 197, 170, 0.28);
}

.hero-cta:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.40), 0 28px 52px rgba(43, 34, 24, 0.44), 0 0 0 12px rgba(216, 197, 170, 0.09);
}

.modal__panel {
  border-color: rgba(216, 197, 170, 0.42);
}

.modal__backdrop {
  background: rgba(8, 7, 6, 0.78);
}

.modal__close {
  background: rgba(254, 241, 233, 0.06);
  border-color: rgba(254, 241, 233, 0.18);
}

.field input:focus {
  border-color: rgba(216, 197, 170, 0.70);
  box-shadow: 0 0 0 4px rgba(216, 197, 170, 0.12);
}

@media (max-width: 700px) {
  .site-header__inner { align-items: flex-start; }
  .site-nav { gap: 10px; font-size: 0.72rem; }
  .site-nav > a:first-child { display: none; }
  .site-nav__cta { min-height: 34px; padding: 0 11px; }
}

.field input {
  border-color: rgba(216, 197, 170, 0.24);
  background: rgba(254, 241, 233, 0.04);
}

.field input::placeholder {
  color: rgba(254, 241, 233, 0.42);
}

.field input:focus {
  border-color: rgba(216, 197, 170, 0.70);
  box-shadow: 0 0 0 4px rgba(216, 197, 170, 0.12);
}

.choice-card {
  border-color: rgba(216, 197, 170, 0.20);
  background: linear-gradient(180deg, rgba(27, 24, 20, 0.92), rgba(14, 13, 11, 0.86));
}

.choice-card:hover {
  border-color: rgba(216, 197, 170, 0.48);
}

.choice-card__control,
.consent-check__box {
  border-color: rgba(216, 197, 170, 0.38);
  background: rgba(254, 241, 233, 0.04);
}

.choice-card__control::after,
.consent-check__box::after {
  background: var(--bg);
  border-color: var(--bg);
}

.choice-card input:checked + .choice-card__control,
.consent-check input:checked + .consent-check__box {
  border-color: var(--accent);
  background: linear-gradient(180deg, #fef1e9 0%, #d8c5aa 100%);
  box-shadow: 0 0 0 6px rgba(216, 197, 170, 0.10);
}

.choice-card:focus-within,
.consent-check:focus-within .consent-check__box {
  border-color: rgba(216, 197, 170, 0.62);
  box-shadow: 0 0 0 4px rgba(216, 197, 170, 0.12);
}

/* Single-screen editorial composition ----------------------------------- */
@media (min-width: 761px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  .page-shell {
    height: 100dvh;
    min-height: 0;
  }

  .site-header {
    height: 72px;
    padding: 18px 0 0;
  }

  .hero-page,
  .hero {
    min-height: 0;
    height: calc(100dvh - 72px);
  }

  .hero {
    padding: 0;
  }

  .hero__layout {
    grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
    height: 100%;
    align-items: center;
  }

  .hero-copy {
    justify-content: center;
    max-width: 650px;
    padding: 0 0 4vh 18px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.85rem, 3.45vw, 4.65rem);
    line-height: 0.92;
  }

  .hero-copy__line {
    white-space: nowrap;
  }

  .hero-copy__lead {
    max-width: 43ch;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-copy__actions {
    margin-top: 22px;
  }

  .hero-cta {
    min-height: 56px;
    padding: 0 24px;
  }

  .analytics-panel {
    width: 270px;
    height: 112px;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .analytics-panel strong {
    font-size: 1.78rem;
  }

  .analytics-panel__chart {
    height: 62px;
  }

  .analytics-panel__bars {
    left: 18px;
    right: 18px;
    bottom: 8px;
    height: 34px;
    gap: 7px;
  }

  .hero-copy__meta {
    margin-top: 12px;
    font-size: 0.86rem;
  }

  .hero-stage {
    min-height: 0;
    height: 100%;
  }

  .hero-stage::after {
    left: 10%;
    right: 0;
    height: 28%;
    opacity: 0.28;
  }

  .founders {
    left: -4%;
    right: -4%;
    bottom: -1%;
    height: 82%;
  }

  .founders img {
    width: 100%;
    height: auto;
    max-width: none;
    transform: translateY(0);
  }

  .resource-book {
    left: 54%;
    top: 2%;
    width: clamp(170px, 13vw, 230px);
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  .site-header {
    height: 60px;
    padding-top: 14px;
  }

  .hero-page,
  .hero {
    height: calc(100dvh - 60px);
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 4.2vw, 4.4rem);
  }

  .hero-copy__lead {
    margin-top: 14px;
    font-size: 0.9rem;
  }

  .hero-copy__actions {
    margin-top: 16px;
  }

  .analytics-panel {
    margin-top: 12px;
    height: 96px;
  }

  .hero-copy__meta {
    margin-top: 8px;
  }
}
