:root {
  --bg: #0f1728;
  --bg-soft: #18233a;
  --panel: rgba(10, 20, 38, 0.72);
  --panel-strong: #14213a;
  --line: rgba(255, 214, 102, 0.18);
  --gold: #e2bc63;
  --gold-strong: #f0c96a;
  --cream: #fff3dc;
  --text: #f8f3ea;
  --muted: #cfd6e5;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(226, 188, 99, 0.12), transparent 26%),
    linear-gradient(180deg, #111b2f 0%, #09111f 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.topbar-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #101827;
  background: linear-gradient(135deg, var(--gold-strong), #c9962f);
  box-shadow: 0 12px 30px rgba(226, 188, 99, 0.32);
}

.brand-name,
.nav-link,
.button,
.feature-number,
.card-label,
.eyebrow {
  letter-spacing: 0.02em;
}

.brand-name {
  font-weight: 800;
  font-size: 1rem;
}

.nav-link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.hero {
  padding: 8px 0 36px;
}

.hero-compact {
  padding-bottom: 8px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
  margin: 0 0 14px;
}

h1,
h2,
h3,
blockquote {
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.94;
  max-width: 10ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}

h3 {
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 10px;
}

.hero-text,
.story-card p,
.feature-card p,
.cta-panel p,
.feedback-panel p,
.feedback-card p,
.hero-card-content p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-text {
  max-width: 58ch;
  margin: 22px 0 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: #121926;
  background: linear-gradient(135deg, var(--gold-strong), #c99127);
  box-shadow: 0 14px 34px rgba(226, 188, 99, 0.28);
}

.button-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--cream);
  font-size: 0.94rem;
}

.hero-card,
.story-card,
.feature-card,
.cta-panel,
.feedback-panel,
.feedback-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card {
  border-radius: 34px;
  padding: 24px;
  min-height: 100%;
}

.hero-card-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 188, 99, 0.3), transparent 68%);
  top: -32px;
  right: -18px;
}

.hero-logo {
  width: min(100%, 380px);
  display: block;
  margin: 0 auto 18px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.32));
}

.card-label {
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.76rem;
  margin-bottom: 8px;
}

.hero-card-content h2 {
  margin-bottom: 12px;
}

.section {
  padding: 56px 0 0;
}

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

.story-grid,
.feature-grid {
  display: grid;
  gap: 18px;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

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

.story-card,
.feature-card {
  border-radius: 26px;
  padding: 24px;
}

.feature-number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.88rem;
}

.section-quote {
  padding-top: 66px;
}

blockquote {
  margin: 0;
  padding: 34px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.section-cta {
  padding-top: 48px;
}

.section-feedback {
  padding-top: 48px;
}

.feedback-panel {
  display: grid;
  gap: 28px;
  border-radius: 30px;
  padding: 30px;
}

.feedback-copy {
  max-width: 760px;
}

.feedback-actions {
  margin-top: 22px;
}

.feedback-card {
  border-radius: 24px;
  padding: 22px;
}

.feedback-card h3 {
  margin-bottom: 12px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  border-radius: 30px;
  padding: 30px;
}

.cta-meta {
  display: grid;
  gap: 12px;
}

.cta-meta p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-meta strong {
  color: var(--cream);
}

.cta-meta span {
  color: var(--muted);
  text-align: right;
}

.policy-hero {
  max-width: 760px;
}

.policy-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  border-radius: 30px;
  padding: 32px;
}

.policy-card h2 {
  margin-top: 28px;
  margin-bottom: 10px;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.policy-list {
  margin: 0;
  padding-left: 22px;
}

.inline-link {
  color: var(--gold-strong);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 36px;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero-grid,
  .story-grid,
  .feature-grid,
  .feedback-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 12ch;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 18px;
  }

  .topbar {
    margin-bottom: 24px;
  }

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

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 2.8rem;
    max-width: none;
  }

  .hero-card,
  .story-card,
  .feature-card,
  .cta-panel,
  .policy-card,
  .feedback-panel,
  .feedback-card {
    border-radius: 22px;
  }

  .hero-card,
  .story-card,
  .feature-card,
  .cta-panel,
  .policy-card,
  .feedback-panel,
  .feedback-card {
    padding: 20px;
  }

  blockquote {
    padding: 26px 12px;
  }

  .hero-points {
    gap: 8px;
  }

  .hero-points li {
    width: 100%;
    text-align: center;
  }
}
