:root {
  --navy: #07111f;
  --charcoal: #111827;
  --ink: #172033;
  --muted: #647084;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #ffffff;
  --soft: #eef7f6;
  --rose: #ff6b7a;
  --coral: #ff8a5b;
  --mint: #6ee7cf;
  --cyan: #3dd6f5;
  --shadow: 0 24px 80px rgba(4, 12, 24, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f6fbfa;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(7, 17, 31, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-actions,
.language-switch,
.hero-actions,
.status-strip,
.video-head,
.interest-row,
.screen-top,
.choice-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #07111f;
  background: linear-gradient(135deg, var(--mint), var(--coral));
  border-radius: 12px;
  font-size: 13px;
}

.nav-links {
  gap: clamp(14px, 3vw, 30px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover,
.header-cta:hover {
  color: #fff;
}

.header-actions {
  gap: 12px;
}

.language-switch {
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.lang-button {
  min-width: 38px;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.lang-button.is-active {
  color: #07111f;
  background: #fff;
}

.header-cta,
.primary-link,
.secondary-link,
.form-button {
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.section-band {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 107, 122, 0.24), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(61, 214, 245, 0.22), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #121a2b 52%, #102525 100%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 410px);
  gap: clamp(28px, 5vw, 70px);
  min-height: calc(100vh - 76px);
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px) 72px;
  color: #fff;
  overflow: hidden;
}

.hero-copy {
  max-width: 740px;
  align-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  background: var(--mint);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(110, 231, 207, 0.13);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.hero-lede {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 22px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}

.primary-link {
  color: #08111e;
  background: linear-gradient(135deg, var(--mint), var(--coral));
  box-shadow: 0 18px 40px rgba(255, 138, 91, 0.22);
}

.secondary-link {
  color: #fff;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.primary-link:hover,
.secondary-link:hover,
.form-button:hover {
  transform: translateY(-2px);
}

.status-strip {
  width: min(100%, 520px);
  gap: 12px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.status-label {
  flex: 0 0 auto;
  color: #07111f;
  background: var(--mint);
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.auth-panel {
  align-self: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px;
  background: #edf3f3;
  border-radius: 18px;
}

.tab {
  min-height: 42px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 800;
}

.tab.is-active {
  color: var(--charcoal);
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.access-form {
  display: none;
}

.access-form.is-active {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--charcoal);
  background: #f8fbfb;
  border: 1px solid #dbe5e5;
  border-radius: 15px;
  outline: none;
}

input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(61, 214, 245, 0.14);
}

.form-button {
  position: relative;
  color: #08111e;
  background: linear-gradient(135deg, var(--mint), var(--coral));
  border: 0;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(255, 107, 122, 0.2);
}

.form-button.is-loading {
  color: transparent;
  pointer-events: none;
}

.form-button.is-loading::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 18px;
  content: "";
  border: 3px solid rgba(7, 17, 31, 0.24);
  border-top-color: #07111f;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: spin 750ms linear infinite;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.form-note.is-error {
  color: #c5334c;
}

.form-note.is-success {
  color: #0f7a61;
}

.room-preview {
  position: relative;
  grid-column: 1 / -1;
  min-height: 340px;
  margin-top: 16px;
}

.room-card,
.floating-card,
.screen-card,
.step-card,
.safety-grid article,
.quote-block {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 17, 30, 0.08);
  box-shadow: 0 18px 44px rgba(12, 22, 36, 0.08);
}

.room-card {
  width: min(720px, 100%);
  padding: 18px;
  color: var(--charcoal);
  border-radius: 28px;
}

.main-call {
  animation: floatSlow 6s ease-in-out infinite;
}

.video-head {
  justify-content: space-between;
  margin-bottom: 14px;
  font-weight: 800;
}

.video-head strong {
  color: #0f7a61;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.video-tile {
  position: relative;
  display: grid;
  min-height: 188px;
  place-items: center;
  border-radius: 22px;
  overflow: hidden;
}

.tile-one {
  background: linear-gradient(135deg, #ffd2c1, #a8fff1);
}

.tile-two {
  background: linear-gradient(135deg, #bceeff, #ffb3bd);
}

.avatar {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: #fff;
  background: rgba(7, 17, 31, 0.34);
  border-radius: 999px;
  font-size: 32px;
  font-weight: 800;
}

.tile-status {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(7, 17, 31, 0.52);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.prompt-card {
  margin: 14px 0;
  padding: 14px;
  background: #f4fbfa;
  border: 1px solid #dceceb;
  border-radius: 20px;
}

.prompt-card span,
.card-kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.prompt-card p {
  margin: 5px 0 0;
  font-weight: 800;
}

.interest-row {
  flex-wrap: wrap;
  gap: 8px;
}

.interest-row span,
.soft-pill {
  padding: 7px 10px;
  color: #0e6654;
  background: #dffff8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.floating-card {
  position: absolute;
  width: min(260px, 46vw);
  padding: 16px;
  color: var(--charcoal);
  border-radius: 22px;
}

.floating-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.queue-card {
  top: 32px;
  right: 14%;
}

.safety-card {
  right: 2%;
  bottom: 32px;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  color: #0d8670;
  margin-bottom: 12px;
}

.steps-grid,
.screens-grid,
.safety-grid,
.social-section {
  display: grid;
  gap: 18px;
}

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

.step-card,
.safety-grid article,
.quote-block {
  padding: 24px;
  border-radius: 24px;
}

.step-number {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
}

.step-card p,
.safety-grid p,
.screen-card p {
  color: var(--muted);
  line-height: 1.6;
}

.preview-section {
  background: #101827;
  color: #fff;
}

.preview-section .section-heading .eyebrow {
  color: var(--mint);
}

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

.screen-card {
  min-height: 390px;
  padding: 18px;
  color: var(--charcoal);
  border-radius: 28px;
}

.screen-top {
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 800;
}

.match-orbit {
  display: grid;
  min-height: 190px;
  place-items: center;
  margin-bottom: 22px;
  background: radial-gradient(circle, rgba(110, 231, 207, 0.46), rgba(255, 107, 122, 0.18) 46%, #f7fbfb 47%);
  border-radius: 24px;
}

.match-orbit span {
  padding: 8px 12px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
  font-weight: 800;
}

.mini-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.mini-video-grid span {
  min-height: 190px;
  border-radius: 24px;
}

.mini-video-grid span:first-child {
  background: linear-gradient(135deg, #b9fff1, #fcd1c5);
}

.mini-video-grid span:last-child {
  background: linear-gradient(135deg, #d5e5ff, #ffb7c1);
}

.choice-actions {
  flex-direction: column;
  gap: 12px;
  min-height: 190px;
  justify-content: center;
  margin-bottom: 22px;
  padding: 18px;
  background: #f7fbfb;
  border-radius: 24px;
}

.choice-actions button {
  width: 100%;
  min-height: 48px;
  color: var(--charcoal);
  background: #fff;
  border: 1px solid #dfe9e9;
  border-radius: 16px;
  font-weight: 800;
}

.safety-section {
  background: #f8fcfc;
}

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

.social-section {
  grid-template-columns: repeat(3, 1fr);
  background:
    linear-gradient(135deg, rgba(255, 107, 122, 0.08), rgba(110, 231, 207, 0.13)),
    #fff;
}

.quote-block p {
  margin-bottom: 18px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.25;
}

.quote-block span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 520px);
  gap: 32px;
  align-items: center;
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 24% 22%, rgba(110, 231, 207, 0.22), transparent 30%),
    linear-gradient(135deg, #07111f, #142033);
}

.final-cta p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.inline-invite-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.inline-invite-form .form-note {
  color: rgba(255, 255, 255, 0.72);
}

.inline-invite-form .form-note.is-error {
  color: #ffb8c2;
}

.inline-invite-form .form-note.is-success {
  color: #a8fff0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 460px);
  gap: 32px;
  align-items: center;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 72px);
  background: #f8fcfc;
}

.contact-copy {
  max-width: 720px;
}

.contact-copy .eyebrow {
  color: #0d8670;
  margin-bottom: 12px;
}

.contact-copy p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  color: var(--charcoal);
  background: #fff;
  border: 1px solid rgba(8, 17, 30, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(12, 22, 36, 0.08);
  font-style: normal;
  line-height: 1.5;
}

.contact-card strong {
  font-size: 22px;
}

.contact-card span:not(.card-kicker) {
  color: var(--muted);
}

.contact-card a {
  width: fit-content;
  margin-top: 6px;
  color: #0d8670;
  font-weight: 800;
}

.contact-card a:hover {
  color: var(--charcoal);
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #07111f;
}

.site-footer span:first-child {
  color: #fff;
  font-weight: 800;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

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

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

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

  .auth-panel {
    width: 100%;
    max-width: 560px;
  }

  .steps-grid,
  .screens-grid,
  .safety-grid,
  .social-section {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .header-cta {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: 46px;
  }

  .video-grid,
  .steps-grid,
  .screens-grid,
  .safety-grid,
  .social-section {
    grid-template-columns: 1fr;
  }

  .room-preview {
    min-height: auto;
  }

  .floating-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .status-strip {
    align-items: flex-start;
    border-radius: 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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