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

:root {
  --bg: #111110;
  --surface: #1a1a18;
  --surface2: #222220;
  --fg: #f5f0e8;
  --fg-muted: #8a8680;
  --accent: #F59E0B;
  --accent-dim: rgba(245,158,11,0.12);
  --verified: #4ade80;
  --border: rgba(245,240,232,0.08);
}

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

/* NAV */
.nav { padding: 20px 40px; border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; }
.nav-logo { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.03em; }
.logo-dot { color: var(--accent); }
.nav-tagline { font-size: 13px; color: var(--fg-muted); }

/* HERO */
.hero { max-width: 1100px; margin: 0 auto; padding: 80px 40px 60px; }
.hero-eyebrow { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-family: 'Syne', sans-serif; font-weight: 600; margin-bottom: 24px; }
.hero-headline { font-size: clamp(36px, 5vw, 64px); font-weight: 800; letter-spacing: -0.04em; color: var(--fg); margin-bottom: 28px; line-height: 1.08; }
.hero-sub { font-size: 18px; color: var(--fg-muted); max-width: 580px; line-height: 1.7; font-weight: 300; }

/* WORKSPACE */
.workspace { max-width: 1100px; margin: 0 auto; padding: 0 40px 80px; }
.workspace-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 12px; font-family: 'Syne', sans-serif; }
.workspace-frame { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.workspace-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); background: var(--surface2); }
.ws-search { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--fg-muted); }
.ws-search-icon { opacity: 0.5; }
.ws-sep { opacity: 0.3; }
.ws-stats { display: flex; align-items: center; gap: 16px; }
.ws-stat { font-size: 13px; color: var(--fg-muted); }
.ws-stat strong { color: var(--fg); }
.ws-badge { background: var(--accent-dim); color: var(--accent); font-size: 11px; font-family: 'Syne', sans-serif; font-weight: 600; padding: 3px 10px; border-radius: 4px; }

.ws-table { padding: 0; }
.ws-row { display: grid; grid-template-columns: 2fr 2fr 1.5fr 1.5fr; gap: 0; padding: 14px 20px; border-bottom: 1px solid var(--border); align-items: center; }
.ws-row:last-child { border-bottom: none; }
.ws-row-head { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-muted); font-family: 'Syne', sans-serif; font-weight: 600; background: transparent; }
.ws-name { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.ws-avatar { width: 28px; height: 28px; background: var(--surface2); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-family: 'Syne', sans-serif; font-weight: 700; color: var(--accent); flex-shrink: 0; }
.ws-email { font-size: 13px; color: var(--fg-muted); }
.ws-email.verified { color: var(--verified); }
.ws-phone { font-size: 13px; color: var(--fg-muted); font-family: monospace; }
.ws-loc { font-size: 13px; color: var(--fg-muted); }
.ws-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-top: 1px solid var(--border); background: var(--surface2); }
.ws-verified-count { font-size: 13px; color: var(--verified); font-family: 'Syne', sans-serif; font-weight: 600; }
.ws-export { font-size: 12px; color: var(--fg-muted); background: var(--surface); border: 1px solid var(--border); padding: 3px 10px; border-radius: 4px; }

/* FEATURES */
.features { max-width: 1100px; margin: 0 auto; padding: 60px 40px; border-top: 1px solid var(--border); }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.feature {}
.feature-icon { width: 48px; height: 48px; background: var(--accent-dim); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--accent); }
.feature-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; font-family: 'Syne', sans-serif; }
.feature-body { font-size: 15px; color: var(--fg-muted); line-height: 1.65; }

/* PRICING */
.pricing { max-width: 1100px; margin: 0 auto; padding: 60px 40px 80px; border-top: 1px solid var(--border); }
.pricing-header { margin-bottom: 48px; }
.pricing-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; }
.pricing-sub { font-size: 16px; color: var(--fg-muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 28px 28px 32px; position: relative; }
.plan-pro { border-color: var(--accent); }
.plan-badge { position: absolute; top: -1px; right: 24px; background: var(--accent); color: #111; font-size: 11px; font-family: 'Syne', sans-serif; font-weight: 700; padding: 4px 12px; border-radius: 0 0 6px 6px; }
.plan-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); font-family: 'Syne', sans-serif; font-weight: 600; margin-bottom: 16px; }
.plan-price { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; }
.plan-period { font-size: 18px; font-weight: 400; }
.plan-desc { font-size: 14px; color: var(--fg-muted); margin-bottom: 24px; line-height: 1.55; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.plan-features li { font-size: 14px; color: var(--fg-muted); padding-left: 20px; position: relative; }
.plan-features li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

/* CLOSING */
.closing { background: var(--surface); border-top: 1px solid var(--border); padding: 80px 40px; text-align: center; }
.closing-inner { max-width: 700px; margin: 0 auto; }
.closing-tag { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-family: 'Syne', sans-serif; font-weight: 600; margin-bottom: 28px; }
.closing-headline { font-size: clamp(28px, 4vw, 48px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 24px; }
.closing-body { font-size: 17px; color: var(--fg-muted); line-height: 1.7; font-weight: 300; }

/* FOOTER */
.footer { border-top: 1px solid var(--border); padding: 24px 40px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; }
.footer-tagline { font-size: 13px; color: var(--fg-muted); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .nav-tagline { display: none; }
  .hero { padding: 48px 20px 40px; }
  .hero-headline { font-size: 32px; }
  .hero-sub { font-size: 15px; }
  .workspace { padding: 0 20px 48px; }
  .ws-row { grid-template-columns: 1fr; gap: 4px; }
  .ws-row > span { display: block; }
  .ws-row > span::before { content: attr(class) ': '; font-size: 11px; text-transform: uppercase; color: var(--fg-muted); }
  .features { padding: 48px 20px; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing { padding: 48px 20px 60px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .closing { padding: 60px 20px; }
  .footer { padding: 20px; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}