:root {
  color-scheme: dark;
  --bg: #12001f;
  --bg-soft: #22043a;
  --panel: rgba(29, 7, 52, 0.82);
  --panel-strong: rgba(43, 13, 72, 0.95);
  --line: rgba(230, 218, 255, 0.12);
  --text: #f7efff;
  --muted: #d3c3ef;
  --accent: #c7a3ff;
  --accent-2: #f8e99a;
  --accent-3: #7b49ff;
  --accent-4: #ff9fe6;
  --shadow: 0 30px 90px rgba(8, 1, 20, 0.46);
  --radius: 28px;
  --radius-small: 18px;
  --container: min(1120px, calc(100vw - 32px));
  --font-display: "Bahnschrift", "Aptos Display", "Segoe UI Variable Display", sans-serif;
  --font-body: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 10% 12%, rgba(199, 163, 255, 0.18), transparent 22%),
    radial-gradient(circle at 86% 8%, rgba(123, 73, 255, 0.24), transparent 28%),
    radial-gradient(circle at 52% 92%, rgba(248, 233, 154, 0.12), transparent 20%),
    linear-gradient(160deg, #12001f 0%, #1a0130 42%, #22043a 100%);
  color: var(--text);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  filter: blur(16px);
}

body::before {
  width: 280px;
  height: 280px;
  top: 10%;
  right: -32px;
  background: radial-gradient(circle, rgba(123, 73, 255, 0.34), transparent 70%);
}

body::after {
  width: 320px;
  height: 320px;
  bottom: 8%;
  left: -64px;
  background: radial-gradient(circle, rgba(255, 159, 230, 0.18), transparent 70%);
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--text);
  color: #09102a;
  z-index: 100;
  transition: top 0.2s ease;
}

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

.page-shell {
  position: relative;
}

.ambient-scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -2;
}

.ambient-orb,
.ambient-streak {
  position: absolute;
  will-change: transform, opacity;
}

.ambient-particle,
.ambient-ring {
  position: absolute;
  will-change: transform, opacity;
}

.ambient-orb {
  border-radius: 999px;
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.56;
  animation: drift 18s ease-in-out infinite;
}

.ambient-orb-one {
  width: 300px;
  height: 300px;
  top: 8%;
  left: -5%;
  background: radial-gradient(circle, rgba(199, 163, 255, 0.34), transparent 70%);
}

.ambient-orb-two {
  width: 420px;
  height: 420px;
  top: 16%;
  right: -10%;
  background: radial-gradient(circle, rgba(123, 73, 255, 0.28), transparent 72%);
  animation-delay: -6s;
}

.ambient-orb-three {
  width: 280px;
  height: 280px;
  bottom: -3%;
  left: 40%;
  background: radial-gradient(circle, rgba(248, 233, 154, 0.2), transparent 72%);
  animation-delay: -11s;
}

.ambient-bubble {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(247, 239, 255, 0.1);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), rgba(247, 239, 255, 0.02) 60%, transparent 100%);
  backdrop-filter: blur(16px);
  opacity: 0.32;
  animation: bubbleFloat 18s ease-in-out infinite;
}

.ambient-bubble-one {
  width: 96px;
  height: 96px;
  top: 18%;
  left: 62%;
}

.ambient-bubble-two {
  width: 62px;
  height: 62px;
  top: 56%;
  left: 16%;
  animation-delay: -7s;
}

.ambient-bubble-three {
  width: 132px;
  height: 132px;
  right: 12%;
  bottom: 16%;
  animation-delay: -12s;
}

.ambient-particle {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(247, 239, 255, 0.95), rgba(199, 163, 255, 0.4) 55%, transparent 72%);
  box-shadow:
    0 0 16px rgba(199, 163, 255, 0.55),
    0 0 30px rgba(248, 233, 154, 0.18);
  opacity: 0.75;
  animation: particleDrift 14s linear infinite;
}

.ambient-particle-one {
  top: 14%;
  left: 24%;
}

.ambient-particle-two {
  top: 32%;
  right: 18%;
  width: 10px;
  height: 10px;
  animation-delay: -4s;
}

.ambient-particle-three {
  top: 66%;
  left: 34%;
  width: 6px;
  height: 6px;
  animation-delay: -9s;
}

.ambient-particle-four {
  bottom: 18%;
  right: 26%;
  animation-delay: -6s;
}

.ambient-particle-five {
  bottom: 26%;
  left: 12%;
  width: 12px;
  height: 12px;
  animation-delay: -11s;
}

.ambient-ring {
  border-radius: 999px;
  border: 1px solid rgba(241, 228, 255, 0.12);
  background: radial-gradient(circle, transparent 60%, rgba(255, 255, 255, 0.03));
  opacity: 0.32;
  animation: ringPulse 15s ease-in-out infinite;
}

.ambient-ring-one {
  width: 220px;
  height: 220px;
  top: 42%;
  right: -40px;
}

.ambient-ring-two {
  width: 160px;
  height: 160px;
  left: -34px;
  bottom: 14%;
  animation-delay: -7s;
}

.ambient-streak {
  border-radius: 999px;
  opacity: 0.34;
  transform-origin: center;
  animation: streakFloat 20s linear infinite;
}

.ambient-streak-one {
  width: 420px;
  height: 1px;
  top: 24%;
  left: -8%;
  background: linear-gradient(90deg, transparent, rgba(248, 233, 154, 0.72), transparent);
}

.ambient-streak-two {
  width: 480px;
  height: 1px;
  right: -10%;
  bottom: 24%;
  background: linear-gradient(90deg, transparent, rgba(199, 163, 255, 0.72), transparent);
  animation-delay: -10s;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(242, 232, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 232, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
  pointer-events: none;
  z-index: -1;
  animation: gridDrift 22s linear infinite;
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.045), transparent 2px),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.04), transparent 2px),
    radial-gradient(circle at 56% 72%, rgba(255, 255, 255, 0.045), transparent 2px),
    radial-gradient(circle at 84% 82%, rgba(255, 255, 255, 0.03), transparent 2px);
  background-size: 240px 240px, 320px 320px, 280px 280px, 360px 360px;
  opacity: 0.55;
  animation: starFieldShift 26s linear infinite;
}

.site-header,
.section,
.site-footer {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 0;
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(36, 11, 63, 0.72);
  border: 1px solid rgba(243, 229, 255, 0.1);
  box-shadow: var(--shadow);
}

.brand-mark,
.eyebrow,
.detail-label,
.footer-note {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.brand-mark {
  font: 700 0.95rem/1 var(--font-display);
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.75rem;
}

.site-nav {
  display: none;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(36, 11, 63, 0.72);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.site-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  transform: translateY(-1px);
}

.section {
  padding: 56px 0;
}

.hero {
  position: relative;
  display: grid;
  gap: 24px;
  padding-top: 40px;
  overflow: hidden;
}

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

.hero::before {
  width: 620px;
  height: 620px;
  top: -380px;
  right: -120px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 40%, rgba(199, 163, 255, 0.28), rgba(123, 73, 255, 0.22) 45%, transparent 72%);
  opacity: 0.9;
  animation: arcDrift 16s ease-in-out infinite;
}

.hero::after {
  width: 100%;
  height: 180px;
  left: 0;
  bottom: -36px;
  background:
    radial-gradient(circle at 18% 100%, rgba(248, 233, 154, 0.28), transparent 24%),
    radial-gradient(circle at 46% 100%, rgba(255, 159, 230, 0.22), transparent 18%),
    radial-gradient(circle at 78% 100%, rgba(248, 233, 154, 0.28), transparent 22%);
  filter: blur(16px);
  animation: lightBloom 12s ease-in-out infinite;
}

.hero-copy,
.hero-panel,
.content-card,
.form-card,
.logo-card,
.site-footer {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy,
.content-card,
.form-card,
.site-footer {
  padding: 28px;
}

.hero-copy::before,
.hero-panel::before,
.content-card::before,
.form-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(
    120deg,
    rgba(199, 163, 255, 0.16),
    rgba(123, 73, 255, 0.12),
    rgba(248, 233, 154, 0.14)
  );
  opacity: 0.8;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
}

.hero-copy h1,
.section-heading h2,
.form-copy h3 {
  font-family: var(--font-display);
  margin: 0;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 0.76rem;
  color: var(--accent-2);
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 8vw, 5.8rem);
  line-height: 0.92;
  text-wrap: balance;
  color: #f7efff;
}

.hero-lead {
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.55;
  max-width: 16ch;
}

.hero-support,
.content-card p,
.form-copy p,
.field span,
.field input,
.field textarea,
.form-status {
  color: var(--muted);
}

.hero-support {
  margin: 14px 0 0;
  line-height: 1.7;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.55;
  transform: translateX(-130%) skewX(-18deg);
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.18), transparent 80%);
  transition: transform 0.6s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(5, 10, 24, 0.35);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translateX(130%) skewX(-18deg);
}

.button-label {
  position: relative;
  z-index: 1;
}

.button-primary {
  color: #160327;
  background: linear-gradient(135deg, #f0dcff, #f8e99a);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(232, 214, 255, 0.14);
}

.hero-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(199, 163, 255, 0.16), transparent 46%),
    var(--panel-strong);
}

.detail-card {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(114, 246, 211, 0.8), transparent);
  animation: scanline 7s ease-in-out infinite;
}

.detail-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.detail-label {
  font-size: 0.72rem;
  color: var(--accent-2);
}

.hero-signature {
  margin: 4px 4px 0 auto;
  font-style: italic;
  color: rgba(247, 248, 252, 0.64);
}

.split-section {
  display: grid;
  gap: 20px;
}

.section-heading {
  display: grid;
  gap: 10px;
  align-content: start;
}

.section-heading h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.98;
  text-wrap: balance;
}

.content-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.content-card p + p,
.feature-group + .feature-group,
.feature-group + .editorial-cta,
.feature-group + .contact-email {
  margin-top: 18px;
}

.feature-group h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  color: var(--text);
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius-small);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  overflow: hidden;
}

.feature-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: translateX(-130%);
  animation: cardSweep 10s ease-in-out infinite;
}

.feature-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(199, 163, 255, 0.45);
}

.editorial-cta {
  font-size: 1.05rem;
  color: var(--text) !important;
}

.contact-email {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.contact-email span {
  color: var(--muted);
}

.contact-email a {
  color: #f0dcff;
  text-decoration: none;
  word-break: break-word;
}

.forms-grid {
  display: grid;
  gap: 20px;
}

.form-card {
  display: grid;
  gap: 24px;
}

.form-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -60px;
  right: -30px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(199, 163, 255, 0.16), transparent 72%);
  animation: pulseOrbit 9s ease-in-out infinite;
}

.form-copy {
  display: grid;
  gap: 10px;
}

.form-copy h3 {
  font-size: 1.6rem;
}

.netlify-form {
  display: grid;
  gap: 16px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.field {
  display: grid;
  gap: 10px;
}

.field span {
  font-size: 0.92rem;
}

.field-checkbox {
  gap: 0;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(232, 214, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  line-height: 1.6;
}

.checkbox-row input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.checkbox-row > span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2em;
  min-height: 18px;
}

.checkbox-row a {
  color: #f0dcff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.field input:not([type="checkbox"]),
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(25, 7, 44, 0.5);
  color: var(--text);
  padding: 15px 16px;
  font: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.field input:not([type="checkbox"])::placeholder,
.field textarea::placeholder {
  color: rgba(220, 205, 245, 0.68);
}

.field input:not([type="checkbox"]):focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(199, 163, 255, 0.78);
  box-shadow: 0 0 0 4px rgba(199, 163, 255, 0.12);
  transform: translateY(-1px);
}

.button-submit[disabled] {
  opacity: 0.72;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.04);
  line-height: 1.6;
}

.form-status.is-success {
  color: #f7efff;
  border-color: rgba(199, 163, 255, 0.34);
  background: rgba(199, 163, 255, 0.12);
}

.form-status.is-error {
  color: #fff0d0;
  border-color: rgba(248, 233, 154, 0.34);
  background: rgba(248, 233, 154, 0.12);
}

.logo-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  overflow: hidden;
}

.logo-grid::before,
.logo-grid::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  pointer-events: none;
}

.logo-grid::before {
  background:
    radial-gradient(circle at 10% 100%, rgba(248, 233, 154, 0.28), transparent 18%),
    radial-gradient(circle at 28% 100%, rgba(255, 159, 230, 0.24), transparent 16%),
    radial-gradient(circle at 54% 100%, rgba(248, 233, 154, 0.24), transparent 16%),
    radial-gradient(circle at 86% 100%, rgba(199, 163, 255, 0.22), transparent 16%);
  filter: blur(20px);
  animation: lightBloom 10s ease-in-out infinite;
}

.logo-grid::after {
  background: linear-gradient(180deg, transparent, rgba(248, 233, 154, 0.08));
  opacity: 0.55;
}

.logo-card {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
  animation: logoFloat 8s ease-in-out infinite;
}

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

.logo-card::before {
  inset: -35%;
  background: conic-gradient(
    from 0deg,
    rgba(199, 163, 255, 0.18),
    rgba(123, 73, 255, 0.08),
    rgba(248, 233, 154, 0.18),
    rgba(255, 159, 230, 0.14),
    rgba(199, 163, 255, 0.18)
  );
  animation: spinHalo 16s linear infinite;
}

.logo-card::after {
  inset: 12px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(31, 8, 54, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-card:hover,
.logo-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(199, 163, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(31, 8, 54, 0.9);
}

.logo-card img {
  position: relative;
  z-index: 1;
  max-height: 78px;
  width: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.25s ease;
}

.logo-card:hover img,
.logo-card:focus-visible img {
  transform: scale(1.04);
}

.logo-card:nth-child(2) {
  animation-delay: -1.2s;
}

.logo-card:nth-child(3) {
  animation-delay: -2.4s;
}

.logo-card:nth-child(4) {
  animation-delay: -3.6s;
}

.logo-card:nth-child(5) {
  animation-delay: -4.8s;
}

.logo-card:nth-child(6) {
  animation-delay: -6s;
}

.logo-card-spici img {
  max-height: 88px;
  max-width: min(118px, 74%);
}

.site-footer {
  display: grid;
  gap: 8px;
  margin-bottom: 32px;
  background:
    radial-gradient(circle at left top, rgba(199, 163, 255, 0.12), transparent 42%),
    var(--panel);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer a {
  color: #f0dcff;
  text-decoration: none;
}

.footer-note {
  color: rgba(247, 248, 252, 0.62) !important;
  font-size: 0.72rem;
}

.privacy-page .section {
  padding-top: 36px;
}

.privacy-copy {
  max-width: 82ch;
}

.privacy-copy h2 {
  margin: 28px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.privacy-copy p {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
}

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

.privacy-copy a {
  color: #f0dcff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(28px, -18px, 0) scale(1.08);
  }
}

@keyframes gridDrift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 42px 0, 0 42px;
  }
}

@keyframes starFieldShift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-24px, 18px, 0);
  }
}

@keyframes bubbleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(12px, -18px, 0) scale(1.08);
  }
}

@keyframes particleDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }

  15%,
  85% {
    opacity: 0.78;
  }

  100% {
    transform: translate3d(38px, -54px, 0) scale(1.1);
    opacity: 0;
  }
}

@keyframes ringPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.22;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.42;
  }
}

@keyframes streakFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
    opacity: 0;
  }

  20%,
  80% {
    opacity: 0.34;
  }

  100% {
    transform: translate3d(120px, 24px, 0) rotate(-8deg);
    opacity: 0;
  }
}

@keyframes arcDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-24px, 18px, 0) scale(1.06);
  }
}

@keyframes lightBloom {
  0%,
  100% {
    opacity: 0.78;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

@keyframes scanline {
  0%,
  100% {
    transform: translateX(-24%);
    opacity: 0.45;
  }

  50% {
    transform: translateX(24%);
    opacity: 0.95;
  }
}

@keyframes cardSweep {
  0%,
  100% {
    transform: translateX(-130%);
  }

  50% {
    transform: translateX(130%);
  }
}

@keyframes pulseOrbit {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes spinHalo {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (min-width: 720px) {
  .site-header {
    padding-top: 18px;
  }

  .site-nav {
    display: inline-flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
    align-items: stretch;
    padding-top: 56px;
  }

  .hero-copy,
  .hero-panel,
  .content-card,
  .form-card,
  .site-footer {
    padding: 34px;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .split-section {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 24px;
    align-items: start;
  }

  .forms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logo-card {
    min-height: 170px;
  }
}

@media (min-width: 1080px) {
  .section {
    padding: 72px 0;
  }

  .site-header {
    width: min(1180px, calc(100vw - 48px));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .ambient-scene {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
