:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  background: #1c1a17;
  color: #f2ece0;
  line-height: 1.6;
}

a {
  color: #e8b96c;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  max-width: 860px;
  margin: 0 auto;
}

header .logo {
  font-weight: 700;
  font-size: 18px;
  color: #f2ece0;
  text-decoration: none;
}

header nav a {
  margin-left: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #cbbfa8;
}

header nav a:hover {
  color: #e8b96c;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

h1 {
  font-size: 34px;
  margin-bottom: 8px;
}

h2 {
  font-size: 20px;
  margin-top: 36px;
  color: #f2ece0;
}

p {
  color: #d8cdb9;
}

.tagline {
  font-size: 18px;
  color: #cbbfa8;
  margin-bottom: 28px;
}

.cta {
  display: inline-block;
  background: linear-gradient(135deg, #e8b96c, #c98f3f);
  color: #201a10;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 8px;
}

.cta:hover {
  opacity: 0.92;
}

.legal p, .legal li {
  font-size: 15px;
  color: #c7bca8;
}

.legal h2 {
  border-top: 1px solid #3a3228;
  padding-top: 24px;
}

footer {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px;
  font-size: 13px;
  color: #8a8070;
}

.updated {
  font-size: 13px;
  color: #8a8070;
  margin-bottom: 32px;
}

ul {
  color: #d8cdb9;
}

/* ---------- Landing page ---------- */

body.home {
  background:
    radial-gradient(50% 30% at 85% 0%, rgba(232, 185, 108, 0.12), transparent 60%),
    radial-gradient(60% 32% at 10% 30%, rgba(124, 92, 255, 0.10), transparent 60%),
    radial-gradient(60% 30% at 90% 75%, rgba(79, 124, 255, 0.10), transparent 60%),
    #e9e6f2;
  color: #2b2640;
}

.home-main a:not(.cta),
body.home footer a {
  color: #6d3fd6;
}

body.home a.logo {
  color: #1b1730;
}

body.home header nav a {
  color: #6a6480;
}

body.home header nav a:hover {
  color: #6d3fd6;
}

body.home h1,
body.home h3 {
  color: #1b1730;
}

body.home p {
  color: #56506e;
}

body.home header {
  max-width: 1040px;
}

.home-main {
  max-width: 1040px;
  padding: 0 24px 100px;
}

.home-main section {
  margin-top: 88px;
}

.home-main h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7c5cff;
  margin-top: 0;
}

/* Hero */

.hero {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 32px;
}

.hero-copy {
  flex: 1.1;
  min-width: 0;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #9a6300;
  background: rgba(232, 185, 108, 0.16);
  border: 1px solid rgba(232, 185, 108, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 46px;
  line-height: 1.12;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  color: #1b1730;
}

.hero .tagline {
  font-size: 18px;
  color: #56506e;
  max-width: 46ch;
}

.hero-note {
  font-size: 13px;
  color: #8b849f;
  margin-top: 10px;
}

.hero-art {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
}

.hero-art img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  border-radius: 28%;
  position: relative;
  display: block;
  box-shadow: 0 30px 70px -20px rgba(80, 50, 150, 0.3);
}

.hero-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(closest-side, rgba(147, 90, 255, 0.22), transparent 70%);
  filter: blur(10px);
  z-index: 0;
}

.hero-art img {
  z-index: 1;
}

/* CTA button */

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #e8b96c, #c98f3f);
  color: #201a10;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 8px;
  box-shadow: 0 12px 28px -10px rgba(201, 143, 63, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -10px rgba(201, 143, 63, 0.55);
}

/* Proof strip */

.proof {
  text-align: center;
  padding: 28px 12px;
  border-top: 1px solid rgba(43, 38, 64, 0.1);
  border-bottom: 1px solid rgba(43, 38, 64, 0.1);
}

.proof p {
  font-size: 15px;
  color: #756e93;
  max-width: 60ch;
  margin: 0 auto;
  font-style: italic;
}

/* Steps */

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.step {
  background: #faf9fd;
  border: 1px solid rgba(43, 38, 64, 0.08);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 2px 10px rgba(43, 38, 64, 0.04);
}

.step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c5cff, #4f7cff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}

.step h3 {
  font-size: 17px;
  margin: 0 0 8px;
}

.step p {
  font-size: 14px;
  color: #6a6483;
  margin: 0;
}

/* Evolution strip */

.evolution-sub {
  font-size: 15px;
  color: #6a6483;
  margin-top: -6px;
  max-width: 60ch;
}

.evolution-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow-x: auto;
  padding: 20px 4px 12px;
  margin-top: 8px;
}

.evolution-strip img,
.evolution-mystery {
  height: 96px;
  width: 96px;
  object-fit: contain;
  background: #faf9fd;
  border: 1px solid rgba(43, 38, 64, 0.08);
  border-radius: 18px;
  padding: 8px;
  flex-shrink: 0;
}

.evolution-mystery {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #b6adcf;
  background: repeating-linear-gradient(
    135deg,
    #faf9fd,
    #faf9fd 10px,
    #f2eef9 10px,
    #f2eef9 20px
  );
}

.evolution-strip .arrow {
  color: #b6adcf;
  font-size: 20px;
  flex-shrink: 0;
}

/* Honest / feature cards */

.honest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.honest-card {
  background: linear-gradient(160deg, rgba(124, 92, 255, 0.08), rgba(124, 92, 255, 0.02));
  border: 1px solid rgba(43, 38, 64, 0.08);
  border-radius: 18px;
  padding: 28px;
}

.honest-card h2 {
  font-size: 19px;
  color: #1b1730;
  text-transform: none;
  letter-spacing: normal;
}

.honest-card p {
  color: #56506e;
  margin: 0;
}

/* Premium / contact */

.premium h2,
.contact h2 {
  font-size: 15px;
}

.final-cta {
  text-align: center;
  padding: 56px 20px;
  border-radius: 24px;
  background: radial-gradient(60% 100% at 50% 0%, rgba(124, 92, 255, 0.10), transparent 70%);
  border: 1px solid rgba(43, 38, 64, 0.08);
}

.final-cta h2 {
  font-size: 26px;
  color: #1b1730;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 20px;
}

body.home footer {
  max-width: 1040px;
  color: #8b849f;
}

body.home footer a {
  color: #6d3fd6;
}

@media (max-width: 760px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;
    gap: 32px;
  }

  .hero .tagline {
    max-width: none;
  }

  .hero-art img {
    max-width: 240px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .step-grid,
  .honest {
    grid-template-columns: 1fr;
  }

  .home-main section {
    margin-top: 64px;
  }
}
