/* Base */
:root {
  --bg: #0d0d0d;
  --bg-alt: #141414;
  --fg: #f5f5f0;
  --fg-muted: #8a8a8a;
  --accent: #f97316;
  --accent-dim: #c2410c;
  --border: #222222;
  --surface: #1a1a1a;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.site-nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
}
.nav-tagline {
  font-size: 13px;
  color: var(--fg-muted);
}

/* Hero */
.hero {
  padding: 100px 40px 80px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: 700px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 19px;
  color: var(--fg-muted);
  line-height: 1.65;
  max-width: 560px;
}

/* Trust Row */
.trust-row {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.trust-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 36px;
}
.trust-item:first-child { padding-left: 0; }
.trust-val {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--fg);
}
.trust-lbl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg-muted);
}
.trust-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}

/* Section labels */
.section-label {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
  line-height: 1.15;
}

/* How */
.how {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
}
.how-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 64px;
}
.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 20px;
}
.how-step h3 {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
}
.how-step p {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* Services */
.services {
  padding: 100px 40px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.services-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 64px;
  background: var(--border);
  border: 1px solid var(--border);
}
.service-card {
  background: var(--bg-alt);
  padding: 36px 32px;
}
.service-icon {
  color: var(--accent);
  margin-bottom: 16px;
}
.service-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
}
.service-card p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* Pricing */
.pricing {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
}
.pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-card {
  margin-top: 64px;
  border: 1px solid var(--border);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.pricing-main {
  flex: 1;
  padding: 56px 48px;
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--bg-alt);
}
.pricing-rate {
  font-family: 'Syne', sans-serif;
  font-size: 80px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.pricing-pct {
  font-size: 36px;
}
.pricing-desc h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
}
.pricing-desc p {
  font-size: 15px;
  color: var(--fg-muted);
}
.pricing-included {
  width: 300px;
  padding: 40px 40px;
  background: var(--surface);
}
.pricing-included-title {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 20px;
}
.pricing-list {
  list-style: none;
}
.pricing-list li {
  font-size: 14px;
  color: var(--fg);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-list li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Closing */
.closing {
  padding: 100px 40px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.closing-inner {
  max-width: 680px;
  margin: 0 auto;
}
.closing h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 28px;
}
.closing p {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* Footer */
.site-footer {
  padding: 56px 40px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer-logo {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}
.footer-brand p {
  font-size: 14px;
  color: var(--fg-muted);
  max-width: 320px;
}
.footer-note {
  font-size: 13px;
  color: var(--fg-muted);
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .site-nav { padding: 16px 24px; }
  .hero { padding: 60px 24px 60px; }
  .trust-inner { padding: 24px; gap: 0; }
  .trust-item { padding: 0 16px; flex: 1; min-width: 120px; }
  .trust-item:first-child { padding-left: 0; }
  .trust-divider { display: none; }
  .how { padding: 64px 24px; }
  .how-steps { grid-template-columns: 1fr; gap: 40px; }
  .services { padding: 64px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing { padding: 64px 24px; }
  .pricing-card { flex-direction: column; }
  .pricing-main { padding: 36px 28px; flex-direction: column; gap: 16px; border-right: none; border-bottom: 1px solid var(--border); }
  .pricing-included { width: 100%; padding: 32px 28px; }
  .closing { padding: 64px 24px; }
  .site-footer { padding: 40px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-note { font-size: 12px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 40px; }
  .trust-item { min-width: 100%; padding: 8px 0; border-bottom: 1px solid var(--border); }
  .trust-divider { display: none; }
  .trust-inner { flex-direction: column; }
}