:root {
  --bg: #06030a;
  --bg-soft: #13071a;
  --text: #f8f3ff;
  --muted: #d9c4e7;
  --pink-100: #ffd5ef;
  --pink-300: #ff9fdc;
  --pink-500: #ff4db8;
  --pink-700: #c8278b;
  --violet-500: #9e4dff;
  --card-border: rgba(255, 255, 255, 0.2);
  --card-bg: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 80px rgba(200, 39, 139, 0.22);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 77, 184, 0.18), transparent 40%),
    radial-gradient(circle at 85% 15%, rgba(158, 77, 255, 0.22), transparent 45%),
    linear-gradient(180deg, var(--bg-soft), var(--bg));
  color: var(--text);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.7;
}

.orb-1 {
  width: 320px;
  height: 320px;
  background: rgba(255, 77, 184, 0.32);
  top: -120px;
  right: -80px;
}

.orb-2 {
  width: 420px;
  height: 420px;
  background: rgba(158, 77, 255, 0.28);
  bottom: -180px;
  left: -140px;
}

.orb-3 {
  width: 260px;
  height: 260px;
  background: rgba(255, 159, 220, 0.24);
  top: 45%;
  left: 50%;
}

.glass {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid var(--card-border);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: var(--shadow);
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0 0;
  position: sticky;
  top: 0.5rem;
  z-index: 10;
}

.brand {
  color: var(--text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: rgba(10, 5, 16, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
}

.brand-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--pink-300), var(--pink-500));
  box-shadow: 0 0 14px var(--pink-500);
}

.hero {
  padding: 6.5rem 0 2rem;
  text-align: center;
}

.eyebrow {
  color: var(--pink-100);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin-top: 0;
  letter-spacing: -0.02em;
}

h1,
h2 {
  text-align: center;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.1rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.7rem);
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.hero-copy,
.section-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
}

.hero-copy {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-actions {
  margin-top: 1.9rem;
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.btn {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--text);
  text-decoration: none;
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.btn-small {
  padding: 0.55rem 1rem;
  background: rgba(255, 255, 255, 0.05);
}

.btn-primary {
  background: linear-gradient(120deg, var(--pink-700), var(--pink-500));
  box-shadow: 0 10px 30px rgba(255, 77, 184, 0.4);
}

.btn-primary:hover {
  box-shadow: 0 16px 35px rgba(255, 77, 184, 0.5);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  margin: 2rem auto 0;
  max-width: 840px;
  border-radius: 20px;
  padding: 1rem 1.1rem;
  display: flex;
  justify-content: space-around;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.trust-row p {
  margin: 0;
  color: #f5e9ff;
  font-weight: 500;
}

.section {
  padding: 4.5rem 0 0.5rem;
}

.section--editorial .card {
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  padding: 1.35rem 0.5rem 1.35rem 1.35rem;
}

.section--editorial .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--pink-500), var(--violet-500));
}

.section--editorial .card h3 {
  text-align: left;
}

.section--editorial .grid {
  gap: 0;
  margin-top: 2rem;
}

.section--editorial .grid-3 .card:not(:last-child),
.section--editorial .grid-2 .card:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 941px) {
  .section--editorial .grid-3 .card:not(:last-child),
  .section--editorial .grid-2 .card:not(:last-child) {
    border-bottom: none;
  }

  .section--editorial .grid-3 .card:not(:last-child),
  .section--editorial .grid-2 .card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .section--editorial .grid-3 .card,
  .section--editorial .grid-2 .card {
    padding: 1.25rem 1.35rem 1.25rem 1.35rem;
  }
}

.section--editorial .cta-box {
  background: linear-gradient(
    135deg,
    rgba(255, 77, 184, 0.12),
    rgba(158, 77, 255, 0.08)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.section--glass-field h2 {
  margin-bottom: 1.25rem;
}

.glass-slab {
  border-radius: 28px;
  padding: 1.35rem 1.25rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid var(--card-border);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: var(--shadow);
}

.section--glass-field .steps {
  margin-top: 0;
}

.section--glass-field .step {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (max-width: 940px) {
  .section--glass-field .step {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 1.1rem 0.25rem;
  }

  .section--glass-field .step:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.section--glass-field .quote {
  margin-top: 0;
}

.faq-stack {
  margin-top: 2rem;
  padding: 0.25rem 0.15rem;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.35;
  padding: 1rem 0.95rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  color: var(--text);
  text-align: left;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-right: 2px solid var(--pink-300);
  border-bottom: 2px solid var(--pink-300);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 0.55rem;
}

.faq-body {
  padding: 0 0.95rem 1.15rem;
}

.faq-body p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
}

@media (min-width: 941px) {
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section--glass-field .steps {
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section--glass-field .step {
    border-radius: 18px;
    border: none;
    background: transparent;
    padding: 0.75rem 1rem;
  }

  .section--glass-field .step:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
}

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

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

.card,
.step {
  border-radius: 24px;
  padding: 1.2rem 1.15rem;
}

.card p,
.step p {
  margin: 0;
  color: var(--muted);
}

.steps {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.step-number {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 0.84rem;
  color: var(--pink-100);
  letter-spacing: 0.08em;
}

.quote {
  border-radius: 30px;
  padding: 2rem;
  text-align: center;
}

.quote p {
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  margin: 0 0 0.75rem;
}

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

.cta-section {
  padding-bottom: 4rem;
}

.cta-box {
  border-radius: 28px;
  padding: 2.2rem;
  text-align: center;
}

.site-footer {
  padding: 1.5rem 0 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--pink-100);
  text-decoration: none;
}

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

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

@media (max-width: 940px) {
  .grid-3,
  .grid-2,
  .steps {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    padding-top: 1rem;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 4.4rem;
  }

  .quote,
  .cta-box {
    padding: 1.5rem 1.1rem;
  }
}
