:root {
  --bg: #090b10;
  --bg-soft: #10141b;
  --bg-card: rgba(255, 255, 255, 0.045);
  --bg-card-strong: rgba(255, 255, 255, 0.08);
  --text: #f5f2ea;
  --text-soft: #d0cabc;
  --muted: #aaa395;
  --gold: #cfb178;
  --gold-light: #f2dfbb;
  --line: rgba(255, 255, 255, 0.09);
  --line-gold: rgba(207, 177, 120, 0.28);
  --blue: #87a9bc;
  --shadow-xl: 0 30px 90px rgba(0, 0, 0, 0.32);
  --shadow-lg: 0 18px 48px rgba(0, 0, 0, 0.2);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1240px;
  --transition: all 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(207, 177, 120, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(135, 169, 188, 0.16), transparent 22%),
    linear-gradient(180deg, #080a0f 0%, #0c1016 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  overflow: hidden;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(8, 10, 15, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  color: var(--gold-light);
  background: linear-gradient(135deg, rgba(207, 177, 120, 0.26), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(207, 177, 120, 0.34);
  box-shadow: var(--shadow-lg);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff9ef;
}

.brand-tagline {
  font-size: 0.78rem;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  color: #e7e1d4;
  font-size: 0.95rem;
  transition: var(--transition);
}

.main-nav a:hover {
  color: var(--gold-light);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: var(--transition);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-small {
  padding: 11px 16px;
  font-size: 0.88rem;
}

.btn-primary {
  color: #16120d;
  background: linear-gradient(135deg, #d2b37a 0%, #f3debb 100%);
  box-shadow: 0 18px 40px rgba(207, 177, 120, 0.26);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(207, 177, 120, 0.34);
}

.btn-secondary,
.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-secondary:hover,
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  padding: 88px 0 76px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.hero-orb-left {
  width: 380px;
  height: 380px;
  left: -120px;
  top: 20px;
  background: radial-gradient(circle, rgba(207, 177, 120, 0.1), transparent 65%);
}

.hero-orb-right {
  width: 320px;
  height: 320px;
  right: -90px;
  top: 60px;
  background: radial-gradient(circle, rgba(135, 169, 188, 0.12), transparent 65%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: center;
}

.eyebrow-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--gold-light);
  border: 1px solid rgba(207, 177, 120, 0.2);
  background: rgba(207, 177, 120, 0.12);
}

.eyebrow-muted {
  color: #d7d1c4;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero-copy h1 {
  margin: 0 0 22px;
  max-width: 11ch;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.9rem, 5vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #fffcf6;
}

.hero-copy h1 span {
  background: linear-gradient(135deg, #fff7e5 0%, #d2b37a 48%, #95b3c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-text {
  margin: 0;
  max-width: 700px;
  font-size: 1.08rem;
  color: #d6d0c3;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.hero-stat {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.hero-stat strong {
  display: block;
  margin-bottom: 6px;
  color: #fff7e8;
  font-size: 0.95rem;
}

.hero-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-side {
  position: relative;
  min-height: 620px;
}

.hero-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.035) 100%);
  box-shadow: var(--shadow-xl);
}

.hero-card-large {
  position: relative;
  padding: 34px;
  min-height: 520px;
  overflow: hidden;
}

.hero-card-large::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 177, 120, 0.22), transparent 68%);
}

.panel-topline {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #c9deea;
  background: rgba(22, 42, 58, 0.35);
  border: 1px solid rgba(149, 179, 196, 0.18);
}

.hero-card-large h2 {
  margin: 0 0 16px;
  max-width: 11ch;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  line-height: 1.08;
  color: #fffaf3;
}

.hero-card-large p {
  margin: 0 0 28px;
  max-width: 520px;
  color: #d3ccbe;
}

.hero-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mini-feature {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.mini-feature-title {
  display: block;
  margin-bottom: 6px;
  font-size: 0.94rem;
  font-weight: 800;
  color: #fff8eb;
}

.mini-feature-text {
  display: block;
  font-size: 0.88rem;
  color: var(--muted);
}

.hero-card-float {
  position: absolute;
  width: min(330px, 92%);
  padding: 22px;
  background: linear-gradient(180deg, rgba(10, 13, 18, 0.96), rgba(15, 19, 26, 0.92));
  border: 1px solid var(--line-gold);
}

.hero-card-float.top {
  right: -18px;
  top: 40px;
}

.hero-card-float.bottom {
  left: -12px;
  bottom: 30px;
}

.float-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-card-float h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.35;
  color: #ece4d7;
}

.logo-strip {
  padding: 18px 0 32px;
}

.strip-text {
  margin: 0;
  padding: 18px 0;
  text-align: center;
  color: #bcb4a7;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section {
  padding: 110px 0;
}

.section-dark {
  background:
    radial-gradient(circle at left top, rgba(207, 177, 120, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading.left-aligned {
  margin-left: 0;
  text-align: left;
}

.section-heading.narrow {
  max-width: 760px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-heading h2 {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff9f2;
}

.section-heading p {
  margin: 0;
  color: #c7c0b3;
  font-size: 1.02rem;
}

.value-grid,
.process-layout,
.category-grid,
.ecosystem-grid,
.audience-grid,
.membership-grid,
.faq-grid,
.trust-grid,
.trust-proof-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

.value-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.process-column,
.category-card,
.ecosystem-card,
.audience-card,
.membership-card,
.faq-card,
.trust-card,
.statement-card,
.trust-proof-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  transition: var(--transition);
}

.info-card:hover,
.process-column:hover,
.category-card:hover,
.ecosystem-card:hover,
.audience-card:hover,
.membership-card:hover,
.faq-card:hover,
.trust-card:hover,
.statement-card:hover,
.trust-proof-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-gold);
  box-shadow: var(--shadow-lg);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--gold-light);
  background: rgba(207, 177, 120, 0.12);
  border: 1px solid rgba(207, 177, 120, 0.2);
}

.info-card h3,
.process-head h3,
.category-card h3,
.ecosystem-card h3,
.audience-card h3,
.membership-card h3,
.faq-card h3,
.trust-card h3,
.statement-card h3,
.trust-proof-card h3 {
  margin: 0 0 10px;
  color: #fff8ef;
  font-size: 1.18rem;
  line-height: 1.2;
}

.info-card p,
.category-card p,
.ecosystem-card p,
.audience-card p,
.membership-card p,
.faq-card p,
.trust-card p,
.statement-card p,
.trust-proof-card p {
  margin: 0;
  color: #cbc4b7;
}

.trust-proof-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-layout {
  grid-template-columns: repeat(3, 1fr);
}

.process-badge {
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #d8ebf6;
  background: rgba(22, 42, 58, 0.35);
  border: 1px solid rgba(149, 179, 196, 0.18);
}

.process-list {
  margin: 0;
  padding-left: 18px;
}

.process-list li {
  margin-bottom: 20px;
  color: #d4cdbf;
}

.process-list strong {
  display: block;
  margin-bottom: 5px;
  color: #fff8ea;
}

.category-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ecosystem-grid {
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
}

.ecosystem-card.large {
  grid-row: span 2;
}

.feature-points {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.feature-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #d2cbbe;
}

.feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f5e3c1);
}

.audience-grid {
  grid-template-columns: repeat(4, 1fr);
}

.audience-card ul,
.membership-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #ddd6c8;
}

.audience-card li,
.membership-card li {
  margin-bottom: 10px;
}

.membership-grid {
  grid-template-columns: repeat(3, 1fr);
}

.membership-card {
  position: relative;
}

.membership-card.featured {
  background:
    radial-gradient(circle at top, rgba(207, 177, 120, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.05);
  border-color: rgba(207, 177, 120, 0.28);
  transform: translateY(-6px);
}

.membership-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-light);
  background: rgba(207, 177, 120, 0.12);
  border: 1px solid rgba(207, 177, 120, 0.2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: start;
}

.about-copy p {
  margin: 0 0 18px;
  color: #cec7b9;
  font-size: 1.02rem;
}

.about-panel {
  display: grid;
  gap: 18px;
}

.statement-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.trust-grid {
  grid-template-columns: repeat(2, 1fr);
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.final-cta-section {
  padding-top: 80px;
}

.final-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid rgba(207, 177, 120, 0.18);
  background:
    radial-gradient(circle at left top, rgba(207, 177, 120, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-xl);
}

.final-cta-copy h2 {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  color: #fff9f1;
}

.final-cta-copy p {
  margin: 0;
  max-width: 760px;
  color: #d0cabd;
}

.final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 250px;
}

.site-footer {
  padding: 90px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 18px;
  color: #bcb5a8;
}

.footer-column h3 {
  margin: 0 0 14px;
  color: #fff8ea;
  font-size: 1rem;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  color: #beb7aa;
  transition: var(--transition);
}

.footer-column a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #a8a193;
  font-size: 0.92rem;
}

@media (max-width: 1180px) {
  .main-nav {
    display: none;
  }

  .hero-grid,
  .about-grid,
  .trust-layout,
  .final-cta-card {
    grid-template-columns: 1fr;
  }

  .hero-side {
    min-height: auto;
  }

  .hero-card-float {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 18px;
  }

  .value-grid,
  .category-grid,
  .audience-grid,
  .membership-grid,
  .trust-proof-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-layout,
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecosystem-card.large {
    grid-row: auto;
  }
}

@media (max-width: 860px) {
  .topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .topbar-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-section,
  .section,
  .site-footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-stat-row,
  .hero-feature-list,
  .value-grid,
  .trust-proof-grid,
  .process-layout,
  .category-grid,
  .ecosystem-grid,
  .audience-grid,
  .membership-grid,
  .trust-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .hero-card-large h2,
  .final-cta-copy h2 {
    max-width: none;
  }

  .final-cta-actions {
    min-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .hero-copy h1 {
    font-size: 2.4rem;
  }

  .hero-text,
  .section-heading p,
  .about-copy p,
  .final-cta-copy p {
    font-size: 0.98rem;
  }

  .hero-card-large,
  .hero-card-float,
  .info-card,
  .process-column,
  .category-card,
  .ecosystem-card,
  .audience-card,
  .membership-card,
  .faq-card,
  .trust-card,
  .statement-card,
  .trust-proof-card,
  .final-cta-card {
    padding: 22px;
    border-radius: 22px;
  }

  .btn,
  .btn-small {
    width: 100%;
  }

  .hero-actions,
  .topbar-actions {
    flex-direction: column;
  }
}