:root {
  --bg: #111111;
  --surface: #1a1a1a;
  --surface-2: #222222;
  --fg: #f0ebe3;
  --fg-muted: #9a9186;
  --accent: #e8913a;
  --accent-dim: rgba(232, 145, 58, 0.12);
  --radius: 12px;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

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

.site-nav { padding: 24px 48px; }
.nav-inner { display: flex; align-items: center; gap: 16px; }
.nav-logo {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--fg);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nav-tagline { font-size: 13px; color: var(--fg-muted); }

.hero { padding: 80px 48px 60px; }
.hero-inner { max-width: 860px; }
.hero-label {
  display: inline-block;
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 24px;
}
.hero-lede { font-size: 18px; color: var(--fg-muted); max-width: 580px; line-height: 1.7; margin-bottom: 36px; }
.hero-cta-row { margin-bottom: 48px; }
.hero-cta-note { font-size: 14px; color: var(--fg-muted); border: 1px solid var(--surface-2); padding: 8px 16px; border-radius: 8px; display: inline-block; }
.hero-visual { margin-top: 16px; }
.call-widget { background: var(--surface); border: 1px solid var(--surface-2); border-radius: 16px; padding: 24px; max-width: 380px; font-size: 14px; }
.call-widget-label { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.call-bubble { padding: 12px 16px; border-radius: 12px; margin-bottom: 10px; line-height: 1.5; }
.call-incoming { background: var(--surface-2); color: var(--fg); border-bottom-left-radius: 4px; }
.call-system { background: var(--accent-dim); color: var(--accent); border-bottom-left-radius: 4px; display: flex; align-items: center; gap: 8px; }
.call-status-dot { display: inline-block; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.call-booked { background: #1a3a1a; color: #6dcc6d; border-bottom-left-radius: 4px; }

.stats { background: var(--surface); border-top: 1px solid var(--surface-2); border-bottom: 1px solid var(--surface-2); padding: 48px; }
.stats-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.stat-item { text-align: center; padding: 20px 48px; }
.stat-value { font-family: var(--font-display); font-size: 52px; color: var(--accent); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: var(--fg-muted); max-width: 180px; }
.stat-divider { width: 1px; height: 60px; background: var(--surface-2); }

.features { padding: 80px 48px; }
.features-inner { max-width: 1060px; }
.section-title { font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.02em; line-height: 1.2; color: var(--fg); margin-bottom: 48px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.feature-card { background: var(--surface); border: 1px solid var(--surface-2); border-radius: var(--radius); padding: 32px; transition: border-color 0.2s; }
.feature-card:hover { border-color: var(--accent); }
.feature-icon { margin-bottom: 16px; }
.feature-name { font-size: 16px; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.feature-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.6; }

.process { padding: 80px 48px; background: var(--surface); border-top: 1px solid var(--surface-2); }
.process-inner { max-width: 860px; }
.process-steps { display: flex; align-items: center; }
.process-step { flex: 1; }
.step-number { font-family: var(--font-display); font-size: 48px; color: var(--accent); line-height: 1; margin-bottom: 16px; }
.step-title { font-size: 17px; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.6; }
.step-arrow { flex-shrink: 0; padding: 0 24px; }

.testimonials { padding: 80px 48px; }
.testimonials-inner { max-width: 1060px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--surface); border: 1px solid var(--surface-2); border-radius: var(--radius); padding: 28px; }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 16px; }
.testimonial-quote { font-size: 15px; line-height: 1.7; color: var(--fg); font-style: italic; margin-bottom: 16px; }
.testimonial-attr { font-size: 12px; color: var(--fg-muted); }

.pricing { padding: 80px 48px; background: var(--surface); border-top: 1px solid var(--surface-2); }
.pricing-inner { max-width: 860px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.pricing-card { background: var(--bg); border: 1px solid var(--surface-2); border-radius: var(--radius); padding: 32px; }
.pricing-card--featured { border-color: var(--accent); }
.pricing-tier { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.pricing-amount { font-family: var(--font-display); font-size: 36px; color: var(--fg); line-height: 1; margin-bottom: 12px; }
.pricing-period { font-size: 18px; color: var(--fg-muted); font-family: var(--font-body); }
.pricing-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.6; margin-bottom: 20px; }
.pricing-includes { list-style: none; }
.pricing-includes li { font-size: 14px; color: var(--fg-muted); padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.pricing-includes li::before {
  content: ''; display: inline-block; width: 16px; height: 16px;
  background: var(--accent-dim); border-radius: 50%; flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 8l2 2 4-4' stroke='%23e8913a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.pricing-note { font-size: 13px; color: var(--fg-muted); font-style: italic; }

.closing { padding: 100px 48px; text-align: center; }
.closing-inner { max-width: 640px; margin: 0 auto; }
.closing-headline { font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.02em; line-height: 1.15; color: var(--fg); margin-bottom: 24px; }
.closing-body { font-size: 17px; color: var(--fg-muted); line-height: 1.8; }

.site-footer { padding: 48px; border-top: 1px solid var(--surface-2); }
.footer-inner { max-width: 860px; }
.footer-brand { font-family: var(--font-display); font-size: 20px; color: var(--fg); margin-bottom: 8px; }
.footer-tagline { font-size: 13px; color: var(--fg-muted); margin-bottom: 24px; }
.footer-divider { height: 1px; background: var(--surface-2); margin-bottom: 16px; }
.footer-meta { font-size: 12px; color: var(--fg-muted); }

@media (max-width: 768px) {
  .site-nav { padding: 20px 24px; }
  .nav-tagline { display: none; }
  .hero { padding: 48px 24px 40px; }
  .stats { padding: 32px 24px; }
  .stats-inner { flex-direction: column; gap: 24px; }
  .stat-divider { display: none; }
  .stat-item { padding: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; align-items: flex-start; }
  .step-arrow { transform: rotate(90deg); padding: 8px 0; }
  .features, .process, .testimonials, .pricing { padding: 48px 24px; }
  .closing { padding: 64px 24px; }
  .site-footer { padding: 32px 24px; }
}