:root {
  --bg: #0d1117;
  --bg-subtle: #111827;
  --bg-card: #161d2b;
  --fg: #e8e8ed;
  --fg-muted: #8888a0;
  --fg-dim: #55556a;
  --accent: #00d4aa;
  --accent-bright: #00ffcc;
  --accent-dim: rgba(0, 212, 170, 0.12);
  --accent-glow: rgba(0, 212, 170, 0.3);
  --danger: #ff4d4d;
  --border: rgba(255, 255, 255, 0.07);
  --radius: 12px;
  --radius-lg: 20px;
  --max-w: 1080px;
  --font-display: 'Space Grotesk', 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.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ====== BUTTONS ====== */
.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #0d1117;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(0, 212, 170, 0.25);
}

.btn-primary:hover {
  background: var(--accent-bright);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0, 212, 170, 0.4);
}

.btn-primary.btn-full {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-primary.btn-xl {
  font-size: 1.15rem;
  padding: 20px 48px;
  border-radius: 10px;
}

.btn-secondary {
  display: inline-block;
  color: var(--fg-muted);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 24px;
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s;
}

.btn-secondary:hover {
  color: var(--accent);
  border-color: var(--accent-dim);
}

/* ====== HERO ====== */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 50% -5%, rgba(0, 212, 170, 0.08) 0%, transparent 65%),
    var(--bg);
}

.hero-inner {
  max-width: var(--max-w);
  width: 100%;
}

.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--accent-dim);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
  border: 1px solid rgba(0, 212, 170, 0.2);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #fff;
}

.hero-accent {
  color: var(--accent);
}

.hero-sub {
  font-size: 1.2rem;
  color: var(--fg-muted);
  max-width: 600px;
  line-height: 1.65;
  margin-bottom: 40px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-item {
  font-size: 0.88rem;
  color: var(--fg-dim);
}

.trust-divider {
  color: var(--fg-dim);
  opacity: 0.4;
}

/* ====== SOCIAL PROOF ====== */
.social-proof {
  padding: 36px 24px;
  background: var(--bg-subtle);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.social-proof-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}

.social-proof-label {
  font-size: 0.82rem;
  color: var(--fg-dim);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 20px;
}

.social-proof-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.logo-chip {
  padding: 8px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--fg-muted);
  white-space: nowrap;
}

.social-proof-sub {
  font-size: 0.8rem;
  color: var(--fg-dim);
}

/* ====== SECTION SHARED ====== */
.section-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 16px;
}

/* ====== PROBLEM ====== */
.problem {
  padding: 120px 24px;
  background: var(--bg);
}

.problem-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.problem h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 56px;
}

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

.problem-card {
  padding: 36px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.2s;
}

.problem-card:hover {
  border-color: rgba(0, 212, 170, 0.2);
}

.problem-icon {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 20px;
  opacity: 0.7;
}

.problem-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

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

/* ====== HOW ====== */
.how {
  padding: 120px 24px;
  background: var(--bg-subtle);
}

.how-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.how h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 56px;
}

.how-steps {
  display: flex;
  flex-direction: column;
}

.how-step {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  flex-shrink: 0;
}

.step-line {
  flex: 1;
  width: 1px;
  background: var(--border);
}

.step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--fg-dim);
  background: var(--bg-subtle);
  flex-shrink: 0;
}

.step-dot.active {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent-glow);
}

.step-content {
  padding: 32px 0 40px;
}

.step-tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 6px;
  background: var(--accent-dim);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.step-content h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 0.97rem;
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.step-example {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.88rem;
  color: var(--fg-muted);
  max-width: 520px;
  line-height: 1.5;
}

.example-tag {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent);
  white-space: nowrap;
}

/* ====== WHO FOR ====== */
.who-for {
  padding: 120px 24px;
  background: var(--bg);
}

.who-for-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.who-for h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 56px;
}

.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.who-card {
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.who-yes {
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.05) 0%, var(--bg-card) 60%);
  border-color: rgba(0, 212, 170, 0.2);
}

.who-no {
  background: var(--bg-card);
}

.who-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.who-icon {
  font-size: 1.4rem;
  color: var(--accent);
  font-weight: 700;
}

.who-icon-no {
  color: var(--fg-dim);
}

.who-card-header h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.who-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.who-list li {
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.55;
  padding-left: 18px;
  position: relative;
}

.who-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.8rem;
  top: 2px;
}

.who-list-no li::before {
  color: var(--fg-dim);
}

/* ====== RESULTS ====== */
.results {
  padding: 120px 24px;
  background: var(--bg-subtle);
}

.results-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.results h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 56px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.result-card {
  padding: 36px 24px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
}

.result-number {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 8px;
  display: block;
  line-height: 1.1;
}

.result-desc {
  font-size: 0.88rem;
  color: var(--fg-muted);
  line-height: 1.5;
}

/* Before / After Table */
.before-after {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ba-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  padding: 20px 28px 0;
  margin-bottom: 4px;
}

.ba-table {
  padding: 4px 0 8px;
}

.ba-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 0;
  border-bottom: 1px solid var(--border);
}

.ba-row:last-child {
  border-bottom: none;
}

.ba-col {
  padding: 14px 28px;
  font-size: 0.92rem;
  color: var(--fg-muted);
  line-height: 1.5;
}

.ba-header .ba-col {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fg-dim);
  padding-bottom: 10px;
}

.ba-col-task {
  color: var(--fg);
  font-weight: 500;
}

.ba-bad {
  color: #ff6b6b;
}

.ba-good {
  color: var(--accent);
  font-weight: 600;
}

/* ====== PRICING ====== */
.pricing {
  padding: 120px 24px;
  background: var(--bg);
}

.pricing-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.pricing h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 56px;
}

.pricing-card-wrap {
  max-width: 600px;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid rgba(0, 212, 170, 0.25);
  border-radius: var(--radius-lg);
  padding: 48px 44px;
  position: relative;
}

.pricing-badge {
  display: inline-block;
  background: var(--accent);
  color: #0d1117;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
}

.pricing-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 12px;
}

.pricing-price {
  margin-bottom: 32px;
}

.price-from {
  font-size: 0.9rem;
  color: var(--fg-dim);
  display: block;
  margin-bottom: 4px;
}

.price-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.pricing-includes-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--fg-dim);
  margin-bottom: 16px;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.97rem;
  color: var(--fg-muted);
  line-height: 1.5;
}

.check {
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.pricing-roi {
  background: var(--accent-dim);
  border: 1px solid rgba(0, 212, 170, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.92rem;
  color: var(--accent);
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
}

.pricing-note {
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--fg-dim);
  text-align: center;
  line-height: 1.5;
}

/* ====== FAQ ====== */
.faq {
  padding: 120px 24px;
  background: var(--bg-subtle);
}

.faq-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.faq h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 56px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
}

.faq-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.faq-q {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}

.faq-a {
  font-size: 0.97rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ====== CLOSING ====== */
.closing {
  padding: 140px 24px;
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(0, 212, 170, 0.06) 0%, transparent 70%),
    var(--bg);
  text-align: center;
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}

.closing h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 20px;
}

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

.closing-cta {
  margin-bottom: 28px;
}

.closing-urgency {
  margin-top: 14px;
  font-size: 0.88rem;
  color: var(--fg-dim);
}

.closing-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ====== FOOTER ====== */
.site-footer {
  padding: 40px 24px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

/* ====== RESPONSIVE ====== */
@media (max-width: 900px) {
  .who-grid {
    grid-template-columns: 1fr;
  }

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

  .ba-row {
    grid-template-columns: 1fr;
  }

  .ba-header {
    display: none;
  }

  .ba-col {
    padding: 8px 20px;
  }

  .ba-col-before::before {
    content: 'Before: ';
    color: var(--fg-dim);
    font-size: 0.8rem;
  }

  .ba-col-after::before {
    content: 'After: ';
    color: var(--fg-dim);
    font-size: 0.8rem;
  }

  .ba-col-task {
    padding-top: 14px;
    font-weight: 600;
    border-top: 1px solid var(--border);
  }

  .ba-row:first-child .ba-col-task {
    border-top: none;
  }

  .faq-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 60px 20px;
  }

  .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    text-align: center;
  }

  .problem,
  .how,
  .who-for,
  .results,
  .pricing,
  .faq,
  .closing {
    padding: 80px 20px;
  }

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

  .social-proof-logos {
    gap: 8px;
  }

  .logo-chip {
    font-size: 0.78rem;
    padding: 6px 12px;
  }

  .pricing-card {
    padding: 32px 24px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .results-grid {
    grid-template-columns: 1fr;
  }

  .hero-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .trust-divider {
    display: none;
  }
}

/* ====== NAV ====== */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 24px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-bottom: 1px solid transparent;
}

.site-nav.nav-scrolled {
  background: rgba(13, 17, 23, 0.92);
  border-color: var(--border);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--fg-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--fg);
}

.nav-cta {
  padding: 10px 22px;
  font-size: 0.9rem;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--fg-muted);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.nav-hamburger.nav-hamburger-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.nav-hamburger-open span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.nav-hamburger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0 24px;
  border-top: 1px solid var(--border);
}

.nav-mobile-menu.nav-mobile-open {
  display: flex;
}

.nav-mobile-link {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--fg-muted);
  text-decoration: none;
}

.nav-mobile-cta {
  margin-top: 4px;
  text-align: center;
}

/* Push hero down to account for fixed nav */
.hero {
  padding-top: 148px;
}

/* ====== TESTIMONIALS ====== */
.testimonials {
  padding: 100px 24px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.testimonials-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

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

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.2s, transform 0.2s;
}

.testimonial-card:hover {
  border-color: rgba(0, 212, 170, 0.2);
  transform: translateY(-2px);
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 0.95rem;
  letter-spacing: 2px;
}

.testimonial-quote {
  font-size: 0.97rem;
  color: var(--fg-muted);
  line-height: 1.7;
  font-style: normal;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-dim);
  border: 1px solid rgba(0, 212, 170, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}

.author-name {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
}

.author-role {
  font-size: 0.82rem;
  color: var(--fg-dim);
  line-height: 1.4;
}

/* ====== HERO — UPGRADE ====== */
/* Subtle animated mesh gradient on hero */
@keyframes hero-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 60% at 70% 30%, rgba(0, 212, 170, 0.05) 0%, transparent 70%);
  animation: hero-pulse 8s ease-in-out infinite;
  pointer-events: none;
}

/* ====== RESPONSIVE — NEW SECTIONS ====== */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
  }

  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .site-nav {
    background: rgba(13, 17, 23, 0.97);
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 72px 20px;
  }

  .testimonial-card {
    padding: 28px 24px;
  }
}
