@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --bg: #0f0e0c;
  --bg-elevated: #1a1815;
  --fg: #f2ece4;
  --fg-muted: #9e9589;
  --accent: #d4a44e;
  --accent-glow: #e8b960;
  --accent-dim: #7a6230;
  --surface: #242018;
  --border: #2e2a22;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ---- HERO ---- */
.hero {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,164,78,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 820px;
}

.hero-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
  padding: 6px 16px;
  border: 1px solid var(--accent-dim);
  border-radius: 4px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}

.hero h1 em {
  font-style: normal;
  color: var(--accent);
}

.hero .lede {
  font-size: 1.2rem;
  color: var(--fg-muted);
  max-width: 580px;
  line-height: 1.7;
}

/* ---- HOW IT WORKS ---- */
.how-section {
  padding: 100px 48px;
  border-top: 1px solid var(--border);
}

.how-section .section-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.how-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
  max-width: 600px;
  line-height: 1.15;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.how-card {
  background: var(--bg-elevated);
  padding: 48px 36px;
  position: relative;
}

.how-card .step-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent-dim);
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.5;
}

.how-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--fg);
}

.how-card p {
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ---- SERVICES ---- */
.services-section {
  padding: 100px 48px;
  border-top: 1px solid var(--border);
}

.services-section .section-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.services-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
  max-width: 620px;
  line-height: 1.15;
}

.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
}

.service-item {
  padding: 44px 40px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.service-item:nth-child(odd) {
  border-right: 1px solid var(--border);
}

.service-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--fg);
}

.service-item h3::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}

.service-item p {
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 20px;
}

/* ---- PRICING ---- */
.pricing-section {
  padding: 100px 48px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.pricing-section .section-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.pricing-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.15;
}

.pricing-section .pricing-sub {
  color: var(--fg-muted);
  font-size: 1.05rem;
  margin-bottom: 56px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background: var(--bg-elevated);
  border: 1px solid var(--accent-dim);
  max-width: 440px;
  margin: 0 auto;
  padding: 48px 40px;
  text-align: left;
}

.pricing-card .price {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.pricing-card .price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--fg-muted);
}

.pricing-card .price-note {
  color: var(--fg-muted);
  font-size: 0.9rem;
  margin-top: 8px;
  margin-bottom: 32px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
}

.pricing-card ul li {
  padding: 10px 0;
  border-top: 1px solid var(--border);
  color: var(--fg);
  font-size: 0.95rem;
}

.pricing-card ul li::before {
  content: '\2713';
  color: var(--accent);
  margin-right: 12px;
  font-weight: 700;
}

/* ---- CLOSING ---- */
.closing-section {
  padding: 120px 48px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.closing-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  max-width: 700px;
  margin: 0 auto 24px;
}

.closing-section h2 em {
  font-style: normal;
  color: var(--accent);
}

.closing-section p {
  color: var(--fg-muted);
  font-size: 1.1rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- FOOTER ---- */
.footer {
  padding: 48px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
}

.footer-note {
  color: var(--fg-muted);
  font-size: 0.85rem;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .hero {
    padding: 80px 24px 60px;
    min-height: 70vh;
  }

  .how-section,
  .services-section,
  .pricing-section,
  .closing-section {
    padding: 64px 24px;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .service-item:nth-child(odd) {
    border-right: none;
  }

  .service-item {
    border-bottom: 1px solid var(--border);
  }

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

  .footer {
    flex-direction: column;
    gap: 12px;
    padding: 32px 24px;
    text-align: center;
  }
}