/* ═══════════════════════════════════════════════════════════════════
   zipflow-trade.css — shared stylesheet for all Zipflow trade pages
   Used by: electrician, plumber, painter-decorator, builder, carpenter, tiler
   ═══════════════════════════════════════════════════════════════════ */


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { overflow-x: hidden; width: 100%; }
  body { overflow-x: hidden; width: 100%; position: relative; }

html { scroll-behavior: smooth; }
:root {
  --accent: #dab924;
  --accent-dim: rgba(218,185,36,0.1);
  --bg: #0a0a0a;
  --surface: #111;
  --surface2: #161616;
  --border: #1e1e1e;
  --border2: #2a2a2a;
  --text: #f0f0f0;
  --text2: #999;
  --text3: #6b6b6b;
  --green: #3ecf8e;
  --blue: #60a5fa;
  --red: #ef4444;
  --radius: 16px;
  --radius-sm: 10px;
}

body { overflow-x: hidden; width: 100%; font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* ── Nav ──────────────────────────────────────────────────────────────────── */
nav { position: sticky; top: 0; left: 0; right: 0; z-index: 100; width: 100%; background: rgba(10,10,10,0.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid #1a1a1a; box-sizing: border-box; }
.nav-inner { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 24px; height: 72px; display: flex; align-items: center; gap: 0; box-sizing: border-box; }
.nav-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; flex-shrink: 0; }
.nav-wordmark-wrap { display: flex; flex-direction: column; }
.nav-wordmark { font-family: 'Raleway', sans-serif; font-size: 24px; font-weight: 800; color: #dab924; line-height: 1; }
.nav-strap { font-size: 6px; color: #fff; font-weight: 400; margin-top: 1px; letter-spacing: 0.2px; display: block; font-family: 'DM Sans', sans-serif; }
.nav-center { flex: 1; display: flex; align-items: center; justify-content: center; gap: 2px; }
.nav-scroll-link { display: flex; align-items: center; padding: 8px 16px; color: #e5e5e5; font-size: 14px; font-weight: 500; text-decoration: none; transition: color 0.15s; font-family: 'DM Sans', sans-serif; border-radius: 0; }
.nav-scroll-link:hover { color: #ffffff; }
.nav-cta { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; background: #dab924; color: #000; font-size: 14px; font-weight: 700; border-radius: 8px; text-decoration: none; font-family: 'DM Sans', sans-serif; transition: opacity 0.15s; flex-shrink: 0; }
.nav-cta:hover { opacity: 0.9; }
@media (max-width: 600px) { .nav-center { display: none; } .nav-inner { justify-content: space-between; } .nav-cta { margin-left: auto; } }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero { max-width: 900px; margin: 0 auto; padding: 72px 24px 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--accent); background: var(--accent-dim); border: 1px solid rgba(218,185,36,0.2); border-radius: 20px; padding: 5px 12px; margin-bottom: 20px; }
.hero-eyebrow .material-icons-round { font-size: 14px; }
.hero-h1 { font-family: 'Raleway', sans-serif; font-size: 56px; font-weight: 900; line-height: 1.08; margin-bottom: 20px; letter-spacing: -1px; max-width: 700px; }
.hero-h1 span { color: var(--accent); }
.hero-sub { font-size: 18px; color: var(--text2); line-height: 1.65; margin-bottom: 32px; max-width: 560px; }
.hero-cta-row { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 28px; background: var(--accent); color: #000; font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 800; border: none; border-radius: 12px; cursor: pointer; text-decoration: none; transition: opacity 0.15s; }
.btn-primary:hover { opacity: 0.9; }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; background: none; color: var(--text2); font-size: 14px; font-weight: 500; border: 1px solid var(--border2); border-radius: 12px; cursor: pointer; text-decoration: none; transition: all 0.15s; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.hero-sub2 { font-size: 12px; color: var(--text3); margin-top: 6px; }

/* ── Screenshot ───────────────────────────────────────────────────────────── */
.hero-preview { max-width: 100%; margin: 48px auto 0; padding: 0 24px 64px; position: relative; overflow: hidden; box-sizing: border-box; }
.hero-preview-glow { position: absolute; top: -60px; left: 0; right: 0; height: 300px; background: radial-gradient(ellipse at center, rgba(218,185,36,0.07) 0%, transparent 70%); pointer-events: none; overflow: hidden; }
.screenshot-wrap { position: relative; max-width: 480px; margin: 0 auto; }
.screenshot-frame { position: relative; background: #111; border: 1px solid #2a2a2a; border-radius: 24px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04); }
.screenshot-bar { height: 36px; background: #0d0d0d; border-bottom: 1px solid #1a1a1a; display: flex; align-items: center; padding: 0 14px; gap: 7px; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-r { background: #ff5f57; } .dot-y { background: #ffbd2e; } .dot-g { background: #28ca41; }
.screenshot-img { display: block; width: 100%; height: auto; }
.screenshot-badge { position: absolute; bottom: 24px; right: -24px; background: var(--surface); border: 1px solid var(--border2); border-radius: 12px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text); box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.screenshot-badge .material-icons-round { font-size: 18px; color: var(--green); }
.screenshot-badge-left { position: absolute; bottom: 80px; left: -24px; background: var(--surface); border: 1px solid var(--border2); border-radius: 12px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text); box-shadow: 0 8px 24px rgba(0,0,0,0.4); white-space: nowrap; }
.screenshot-badge-left .material-icons-round { font-size: 18px; color: var(--accent); }

/* ── How it works ─────────────────────────────────────────────────────────── */
.section { width: 100%; max-width: 1100px; margin: 0 auto; padding: 72px 24px; box-sizing: border-box; }
.section-label { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text3); text-align: center; margin-bottom: 12px; }
.section-title { font-family: 'Raleway', sans-serif; font-size: 34px; font-weight: 800; text-align: center; margin-bottom: 12px; line-height: 1.2; }
.section-sub { font-size: 16px; color: var(--text2); text-align: center; margin-bottom: 56px; max-width: 560px; margin-left: auto; margin-right: auto; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); border-radius: var(--radius); overflow: hidden; }
.step { background: var(--surface); padding: 32px 28px; }
.step-num { width: 36px; height: 36px; border-radius: 10px; background: var(--accent-dim); border: 1px solid rgba(218,185,36,0.2); display: flex; align-items: center; justify-content: center; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 800; color: var(--accent); margin-bottom: 16px; }
.step-title { font-family: 'Raleway', sans-serif; font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.step-body { font-size: 14px; color: var(--text2); line-height: 1.6; }

/* ── Demo transcript ──────────────────────────────────────────────────────── */
.demo-outer { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.demo-header { padding: 16px 20px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.demo-header-title { font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 700; color: var(--text2); text-transform: uppercase; letter-spacing: 0.8px; }
.demo-body { display: grid; grid-template-columns: 1fr 1px 1fr; }
.demo-divider { background: var(--border); }
.demo-col { padding: 24px 20px; }
.demo-col-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text3); margin-bottom: 14px; }
.transcript-bubble { background: var(--surface2); border: 1px solid var(--border2); border-radius: 12px; padding: 14px 16px; font-size: 14px; color: var(--text); line-height: 1.6; font-style: italic; position: relative; }
.transcript-bubble::before { content: '"'; font-size: 48px; color: var(--accent); opacity: 0.3; position: absolute; top: -8px; left: 8px; font-family: Georgia, serif; line-height: 1; }
.task-chip { display: flex; align-items: center; gap: 10px; background: var(--surface2); border: 1px solid var(--border2); border-radius: 10px; padding: 10px 14px; margin-bottom: 8px; }
.task-chip:last-child { margin-bottom: 0; }
.task-chip-icon { width: 28px; height: 28px; border-radius: 7px; background: var(--accent-dim); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.task-chip-icon .material-icons-round { font-size: 15px; color: var(--accent); }
.task-chip-label { font-size: 13px; font-weight: 500; flex: 1; }
.task-chip-price { font-size: 13px; font-weight: 700; color: var(--accent); }
.demo-total { margin-top: 14px; padding: 12px 14px; background: rgba(218,185,36,0.06); border: 1px solid rgba(218,185,36,0.15); border-radius: 10px; display: flex; justify-content: space-between; align-items: center; }
.demo-total-label { font-size: 13px; font-weight: 700; }
.demo-total-price { font-size: 20px; font-weight: 800; color: var(--accent); font-family: 'Raleway', sans-serif; }

/* ── Jobs list ────────────────────────────────────────────────────────────── */
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.job-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 20px; transition: border-color 0.2s; }
.job-card:hover { border-color: var(--border2); }
.job-card-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--accent-dim); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.job-card-icon .material-icons-round { font-size: 18px; color: var(--accent); }
.job-card-title { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.job-card-sub { font-size: 12px; color: var(--text3); line-height: 1.5; }
.job-card-range { font-size: 12px; color: var(--accent); font-weight: 600; margin-top: 10px; }

/* ── Refinements mockup ───────────────────────────────────────────────────── */
.refinement-mockup { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.ref-task-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text3); margin-bottom: 8px; }
.ref-task-title { font-size: 16px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.ref-task-title .material-icons-round { font-size: 18px; color: var(--accent); }
.ref-q { margin-bottom: 16px; }
.ref-q-label { font-size: 12px; color: var(--text2); margin-bottom: 8px; }
.ref-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ref-chip { padding: 6px 12px; border-radius: 8px; font-size: 12px; font-weight: 500; border: 1px solid var(--border2); color: var(--text2); background: var(--surface2); cursor: pointer; }
.ref-chip.active { background: var(--accent-dim); border-color: rgba(218,185,36,0.4); color: var(--accent); font-weight: 600; }
.ref-chip.auto { border-style: dashed; }
.auto-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 700; color: var(--accent); background: var(--accent-dim); border-radius: 4px; padding: 2px 6px; margin-left: 6px; vertical-align: middle; }

/* ── Features ─────────────────────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--border); border-radius: var(--radius); overflow: hidden; }
.feature { background: var(--surface); padding: 28px 24px; }
.feature-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature-icon .material-icons-round { font-size: 20px; }
.icon-gold { background: rgba(218,185,36,0.12); } .icon-gold .material-icons-round { color: var(--accent); }
.icon-green { background: rgba(62,207,142,0.12); } .icon-green .material-icons-round { color: var(--green); }
.icon-blue { background: rgba(96,165,250,0.12); } .icon-blue .material-icons-round { color: var(--blue); }
.icon-red { background: rgba(239,68,68,0.1); } .icon-red .material-icons-round { color: var(--red); }
.feature-title { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.feature-body { font-size: 13px; color: var(--text2); line-height: 1.6; }

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 2px; background: var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-item { background: var(--surface); }
.faq-q { width: 100%; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; border: none; background: none; color: var(--text); font-size: 15px; font-weight: 600; text-align: left; font-family: 'DM Sans', sans-serif; transition: background 0.15s; }
.faq-q:hover { background: var(--surface2); }
.faq-q .material-icons-round { font-size: 20px; color: var(--text3); flex-shrink: 0; transition: transform 0.2s; }
.faq-q.open .material-icons-round { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 24px 20px; font-size: 14px; color: var(--text2); line-height: 1.7; }
.faq-a.open { display: block; }

/* ── CTA band ─────────────────────────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, #111 0%, #141414 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-band-inner { max-width: 1100px; margin: 0 auto; padding: 72px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; }
.cta-band h2 { font-family: 'Raleway', sans-serif; font-size: 36px; font-weight: 900; max-width: 500px; line-height: 1.2; }
.cta-band h2 span { color: var(--accent); }
.cta-band p { font-size: 15px; color: var(--text2); max-width: 420px; }

/* ── Footer ───────────────────────────────────────────────────────────────── */
footer { width: 100%; max-width: 1100px; margin: 0 auto; padding: 32px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; box-sizing: border-box; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: var(--text3); text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: var(--accent); }
.footer-copy { font-size: 12px; color: var(--text3); }

/* ── Divider ──────────────────────────────────────────────────────────────── */
.section-divider { width: 100%; padding: 0 24px; box-sizing: border-box; }
.section-divider hr { border: none; border-top: 1px solid var(--border); }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .screenshot-badge, .screenshot-badge-left { display: none; }
  .hero-preview { padding: 24px 16px 40px; }
  .hero { padding: 48px 20px 0; }
  .hero-h1 { font-size: 36px; }
  .hero-sub { font-size: 15px; }
  .screenshot-badge { display: none; }
  .screenshot-badge-left { display: none; }
  .hero-preview { padding: 32px 20px 40px; }
  .steps { grid-template-columns: 1fr; }
  .demo-body { grid-template-columns: 1fr; }
  .demo-divider { display: none; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 26px; }
  .cta-band h2 { font-size: 28px; }
  footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .jobs-grid { grid-template-columns: 1fr; }
}

