:root {
  --bg-top: #07080b;
  --bg-bottom: #111318;
  --panel: rgba(20, 23, 29, 0.9);
  --panel-strong: rgba(15, 17, 22, 0.98);
  --panel-soft: rgba(255, 255, 255, 0.04);
  --text: #f6f3ef;
  --muted: #b5bbc6;
  --line: rgba(255, 255, 255, 0.08);
  --rose: #b0415e;
  --rose-deep: #7c2239;
  --cream: #efe4d4;
  --glow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(176, 65, 94, 0.2), transparent 24%),
    radial-gradient(circle at 88% 6%, rgba(176, 65, 94, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 32%),
    linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
}

body.modal-open {
  overflow: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.8) 1px, transparent 1px);
  background-size: 4px 4px;
}

.page {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.topbar,
.hero,
.profile-card,
.benefit-card,
.join-panel,
.ticker {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(12, 14, 18, 0.88);
  box-shadow: var(--glow);
}

.logo,
.nav a,
.nav-cta,
.button {
  text-decoration: none;
}

.logo {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.nav a {
  color: var(--muted);
  font-weight: 600;
}

.nav-cta {
  color: white;
  font-weight: 800;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  box-shadow: 0 12px 24px rgba(124, 34, 57, 0.32);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr;
  gap: 1.25rem;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(20, 23, 29, 0.96), rgba(12, 14, 18, 0.96));
  box-shadow: var(--glow);
}

.eyebrow,
.section-label,
.stats-kicker,
.image-badge {
  margin: 0 0 0.8rem;
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.45rem;
  line-height: 1.05;
}

.lead,
.profile-card p,
.benefit-card p,
.join-copy p,
.stat-row span,
.image-placeholder p,
.image-placeholder span {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.hero-actions,
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions {
  margin: 1.6rem 0 1rem;
}

.hero-meta span {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: #d8dce3;
  font-weight: 600;
  font-size: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  box-shadow: 0 16px 30px rgba(124, 34, 57, 0.28);
}

.button-secondary {
  color: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
}

.button-full {
  width: 100%;
}

.hero-visual {
  display: grid;
  gap: 1rem;
}

.image-frame,
.stats-card,
.profile-card,
.benefit-card,
.join-panel,
.ticker {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.image-frame {
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.image-placeholder {
  display: grid;
  place-items: center;
  min-height: 400px;
  padding: 1.2rem;
  text-align: center;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at top, rgba(176, 65, 94, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.image-fallback {
  display: none;
  place-items: center;
}

.image-placeholder p {
  margin: 0;
  color: white;
  font-size: 1.15rem;
  font-weight: 700;
}

.image-placeholder span {
  display: block;
  margin-top: 0.4rem;
}

.image-placeholder code {
  color: var(--cream);
}

.stats-card {
  padding: 1rem 1.1rem;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.stat-row:first-of-type {
  border-top: 0;
  padding-top: 0.2rem;
}

.stat-row strong {
  color: white;
  font-size: 1.7rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.ticker {
  overflow: hidden;
  margin-top: 1rem;
  padding: 0.85rem 0;
}

.ticker-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding-left: 1.25rem;
  color: #d7dbe2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  animation: drift 28s linear infinite;
}

.ticker-track span::before {
  content: "•";
  color: var(--rose);
  margin-right: 0.7rem;
}

.profiles,
.benefits {
  margin-top: 1.2rem;
}

.section-heading {
  margin-bottom: 1.15rem;
  max-width: 44rem;
}

.profile-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.profile-card,
.benefit-card {
  padding: 1.2rem;
  box-shadow: var(--glow);
}

.profile-card h3,
.benefit-card h3 {
  margin-bottom: 0.6rem;
}

.avatar {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.avatar-one {
  background: linear-gradient(135deg, #d5828f, #7c2239);
}

.avatar-two {
  background: linear-gradient(135deg, #c46f83, #9f304d);
}

.avatar-three {
  background: linear-gradient(135deg, #e6c9a8, #8e314a);
}

.tag {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: #f4e6ea;
  background: rgba(176, 65, 94, 0.14);
  border: 1px solid rgba(176, 65, 94, 0.26);
  font-size: 0.85rem;
  font-weight: 800;
}

.join-panel {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(20, 23, 29, 0.98), rgba(12, 14, 18, 0.98));
  box-shadow: var(--glow);
}

.join-form {
  display: grid;
  gap: 0.95rem;
}

.join-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 800;
  color: #edf0f5;
}

.join-form input,
.join-form select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: white;
  background: var(--panel-soft);
  font: inherit;
}

.join-form input::placeholder {
  color: #8f96a1;
}

.form-message {
  min-height: 1.4rem;
  margin: -0.2rem 0 0;
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 700;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(5, 6, 9, 0.76);
  z-index: 50;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-card {
  width: min(560px, 100%);
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(20, 23, 29, 0.98), rgba(12, 14, 18, 0.99));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.modal-card p {
  color: var(--muted);
  line-height: 1.65;
}

.modal-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.2rem;
}

@keyframes drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-35%);
  }
}

@media (max-width: 980px) {
  .hero,
  .join-panel,
  .profile-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page {
    width: min(100% - 1rem, 1180px);
  }

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

  .nav {
    gap: 0.8rem;
  }

  .hero,
  .profile-card,
  .benefit-card,
  .join-panel,
  .ticker,
  .topbar,
  .image-frame,
  .stats-card {
    border-radius: 16px;
  }

  .image-placeholder {
    min-height: 300px;
  }

  h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }
}
