/* ZORVICRM — Marketing site CSS */
:root {
  --brand: #6366f1;
  --brand-dark: #4f46e5;
  --brand-light: #eef2ff;
  --accent: #06b6d4;
  --dark: #0a0f1e;
  --dark2: #111827;
  --ink: #0f172a;
  --muted: #64748b;
  --border: #e2e8f0;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 48px rgba(0,0,0,.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--brand); text-decoration: none; }
img { max-width: 100%; }

/* ─── TYPOGRAPHY ─────────────────────────────────── */
.display-1 { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; }
.display-2 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
.display-3 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.14; letter-spacing: -.02em; }
h2.section-title { font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 800; line-height: 1.15; letter-spacing: -.02em; }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); background: var(--brand-light); padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.eyebrow-white { color: #c7d2fe; background: rgba(99,102,241,.18); }
.lead-text { font-size: 1.1rem; color: var(--muted); line-height: 1.7; }

/* ─── HEADER ─────────────────────────────────────── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.transparent { background: transparent; }
.site-header.solid { background: rgba(255,255,255,.97); backdrop-filter: blur(20px); box-shadow: 0 1px 0 var(--border); padding: 12px 0; }
.site-header .container { display: flex; align-items: center; gap: 32px; }
.site-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--brand), var(--accent)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 14px; letter-spacing: -.03em; }
.logo-name { font-size: 18px; font-weight: 800; color: #fff; transition: color .3s; }
.site-header.solid .logo-name { color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 4px; margin: 0 auto; }
.site-nav a { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.8); padding: 8px 14px; border-radius: 8px; transition: color .2s, background .2s; }
.site-nav a:hover { color: #fff; background: rgba(255,255,255,.1); }
.site-header.solid .site-nav a { color: var(--muted); }
.site-header.solid .site-nav a:hover { color: var(--ink); background: #f8fafc; }
.header-btns { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-ghost-white { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); padding: 9px 18px; border-radius: 9px; border: 1.5px solid rgba(255,255,255,.25); transition: .2s; }
.btn-ghost-white:hover { color: #fff; border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.site-header.solid .btn-ghost-white { color: var(--ink); border-color: var(--border); }
.site-header.solid .btn-ghost-white:hover { background: #f8fafc; color: var(--ink); }
.btn-primary-sm { font-size: 14px; font-weight: 700; color: #fff; padding: 9px 20px; border-radius: 9px; background: var(--brand); border: none; cursor: pointer; transition: background .2s, transform .1s; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.btn-primary-sm:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.site-header.solid .nav-toggle span { background: var(--ink); }

/* ─── HERO ───────────────────────────────────────── */
.hero-section { min-height: 100vh; background: linear-gradient(135deg, #0a0f1e 0%, #0d1635 40%, #111827 100%); display: flex; align-items: center; position: relative; overflow: hidden; padding: 120px 0 80px; }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(99,102,241,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(99,102,241,.06) 1px, transparent 1px); background-size: 60px 60px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.glow-1 { width: 500px; height: 500px; left: -100px; top: 10%; background: rgba(99,102,241,.18); }
.glow-2 { width: 400px; height: 400px; right: 5%; top: 5%; background: rgba(6,182,212,.12); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.3); color: #a5b4fc; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 999px; margin-bottom: 28px; letter-spacing: .04em; text-transform: uppercase; }
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #818cf8; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.3} }
.hero-title { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; color: #fff; margin-bottom: 24px; }
.hero-title .grad { background: linear-gradient(135deg, #818cf8, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.6); line-height: 1.75; max-width: 540px; margin-bottom: 40px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--brand); color: #fff; font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 12px; border: none; cursor: pointer; transition: .2s; text-decoration: none; }
.btn-hero-primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(99,102,241,.4); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 12px; border: 1.5px solid rgba(255,255,255,.2); transition: .2s; text-decoration: none; }
.btn-hero-outline:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 13px; font-weight: 500; }
.trust-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 15px; }

/* Hero Dashboard Mock */
.hero-dashboard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 24px; backdrop-filter: blur(20px); }
.hero-db-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.hero-db-title { color: #fff; font-weight: 700; font-size: 15px; }
.live-pill { display: inline-flex; align-items: center; gap: 5px; background: rgba(16,185,129,.15); border: 1px solid rgba(16,185,129,.3); color: #10b981; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; animation: blink 1.5s infinite; }
.hero-kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.hero-kpi { background: rgba(255,255,255,.06); border-radius: 12px; padding: 14px 12px; text-align: center; }
.hero-kpi-val { font-size: 22px; font-weight: 800; color: #fff; line-height: 1; }
.hero-kpi-label { font-size: 10px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .07em; margin-top: 4px; }
.hero-prog { background: rgba(255,255,255,.06); border-radius: 12px; padding: 14px; margin-bottom: 12px; }
.hero-prog-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.hero-prog-label { color: rgba(255,255,255,.7); font-size: 13px; }
.hero-prog-val { color: #a5b4fc; font-size: 13px; font-weight: 600; }
.progress-bar-track { height: 4px; background: rgba(255,255,255,.1); border-radius: 4px; overflow: hidden; }
.progress-bar-fill { height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.hero-agent-list { display: flex; flex-direction: column; gap: 8px; }
.hero-agent-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(255,255,255,.04); border-radius: 10px; }
.agent-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.agent-name { font-size: 13px; color: rgba(255,255,255,.75); flex: 1; }
.agent-stat { font-size: 13px; font-weight: 700; color: #fff; }

/* ─── SECTIONS ────────────────────────────────────── */
.section { padding: 96px 0; }
.section-sm { padding: 72px 0; }
.section-dark { background: #0a0f1e; }
.section-alt { background: #f8fafc; }
.section-brand { background: linear-gradient(135deg, var(--brand), #7c3aed); }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-header-left { max-width: 700px; margin-bottom: 56px; }

/* ─── LOGOS STRIP ─────────────────────────────────── */
.logos-strip { padding: 40px 0; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; }
.logos-strip-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.logo-chip { font-size: 15px; font-weight: 700; color: #94a3b8; letter-spacing: -.01em; padding: 8px 16px; border-radius: 8px; transition: color .2s; }
.logo-chip:hover { color: var(--brand); }

/* ─── FEATURE CARDS ───────────────────────────────── */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: .25s; }
.feature-card:hover { border-color: #c7d2fe; box-shadow: 0 8px 32px rgba(99,102,241,.1); transform: translateY(-3px); }
.feature-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--brand-light); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.feature-card h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.feature-card p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* ─── ROLE CARDS ──────────────────────────────────── */
.role-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.role-card { border-radius: 20px; padding: 32px 28px; position: relative; overflow: hidden; }
.role-card.rc-super { background: linear-gradient(135deg, #0a0f1e, #1e293b); border: 1px solid rgba(255,255,255,.1); }
.role-card.rc-admin { background: linear-gradient(135deg, #1e1b4b, #312e81); border: 1px solid rgba(99,102,241,.2); }
.role-card.rc-manager { background: linear-gradient(135deg, #1e3a5f, #1d4ed8); border: 1px solid rgba(59,130,246,.2); }
.role-card.rc-agent { background: linear-gradient(135deg, #0f4c3a, #065f46); border: 1px solid rgba(16,185,129,.2); }
.role-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-bottom: 18px; }
.rb-super { background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); }
.rb-admin { background: rgba(165,180,252,.15); color: #a5b4fc; }
.rb-manager { background: rgba(147,197,253,.15); color: #93c5fd; }
.rb-agent { background: rgba(110,231,183,.15); color: #6ee7b7; }
.role-title { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.role-desc { font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1.65; margin-bottom: 20px; }
.role-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.role-tag { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.65); }

/* ─── WORKFLOW ───────────────────────────────────── */
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.workflow-steps::before { content: ''; position: absolute; top: 32px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--brand), var(--accent)); z-index: 0; }
.workflow-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 4px solid #fff; box-shadow: 0 0 0 2px var(--brand); }
.step-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ─── INTEGRATION CARDS ───────────────────────────── */
.integration-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.integration-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; transition: .25s; }
.integration-card:hover { border-color: #c7d2fe; box-shadow: 0 8px 24px rgba(99,102,241,.1); transform: translateY(-2px); }
.integration-logo { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; margin-bottom: 14px; letter-spacing: -.01em; }
.il-twilio { background: #f22f46; color: #fff; }
.il-rc { background: #ff8200; color: #fff; }
.il-wa { background: #25d366; color: #fff; }
.il-msg91 { background: #1d4ed8; color: #fff; }
.il-smtp { background: #0f172a; color: #fff; }
.il-google { background: linear-gradient(135deg, #4285f4, #34a853); color: #fff; }
.il-ms { background: linear-gradient(135deg, #0078d4, #00b4d8); color: #fff; }
.il-wh { background: linear-gradient(135deg, #6366f1, #a855f7); color: #fff; }
.il-api { background: linear-gradient(135deg, #f59e0b, #ef4444); color: #fff; }
.integration-name { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.integration-desc { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ─── SCREENSHOTS ─────────────────────────────────── */
.screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.screenshot-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
.screenshot-card.featured { grid-row: span 2; }
.ss-header { padding: 12px 16px; background: #f8fafc; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.ss-dots { display: flex; gap: 5px; }
.ss-dot { width: 10px; height: 10px; border-radius: 50%; }
.ss-title { font-size: 12px; font-weight: 600; color: var(--muted); margin-left: 4px; }
.ss-body { padding: 16px; background: #fff; }

/* ─── PRICING ─────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; align-items: start; }
.pricing-card { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; overflow: hidden; transition: .25s; }
.pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pricing-card.featured { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(99,102,241,.1); }
.pricing-popular-badge { background: var(--brand); color: #fff; text-align: center; font-size: 11px; font-weight: 700; padding: 5px; letter-spacing: .08em; text-transform: uppercase; }
.pricing-header { padding: 32px 28px 20px; }
.plan-name { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.plan-price { font-size: 48px; font-weight: 900; color: var(--ink); line-height: 1; letter-spacing: -.04em; }
.plan-price sup { font-size: 22px; font-weight: 700; vertical-align: top; margin-top: 8px; }
.plan-price sub { font-size: 15px; font-weight: 500; color: var(--muted); }
.plan-desc { font-size: 13px; color: var(--muted); margin-top: 10px; line-height: 1.5; }
.plan-cta-btn { display: block; margin: 0 28px 20px; padding: 13px; text-align: center; border-radius: 10px; font-size: 14px; font-weight: 700; transition: .2s; text-decoration: none; }
.plan-cta-btn.primary { background: var(--brand); color: #fff; }
.plan-cta-btn.primary:hover { background: var(--brand-dark); color: #fff; }
.plan-cta-btn.outline { border: 1.5px solid var(--border); color: var(--ink); }
.plan-cta-btn.outline:hover { background: #f8fafc; }
.plan-limits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 28px 20px; }
.plan-limit-box { background: #f8fafc; border-radius: 10px; padding: 10px 6px; text-align: center; }
.plan-limit-val { font-size: 18px; font-weight: 800; color: var(--ink); }
.plan-limit-key { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.plan-feature-list { padding: 4px 28px 28px; list-style: none; }
.plan-feature-list li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 13.5px; color: #475569; border-bottom: 1px solid #f1f5f9; }
.plan-feature-list li:last-child { border-bottom: none; }
.check-on { width: 20px; height: 20px; border-radius: 50%; background: #dcfce7; color: #16a34a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px; font-weight: 700; }
.check-off { width: 20px; height: 20px; border-radius: 50%; background: #f1f5f9; color: #cbd5e1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px; }

/* ─── WHY SECTION ─────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.why-card { padding: 28px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: .25s; }
.why-card:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); }
.why-icon { font-size: 28px; margin-bottom: 14px; }
.why-card h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; }

/* ─── TESTIMONIALS ────────────────────────────────── */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 28px; }
.testimonial-stars { color: #f59e0b; font-size: 14px; margin-bottom: 14px; letter-spacing: 1px; }
.testimonial-text { font-size: 15px; color: var(--ink); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; color: #fff; flex-shrink: 0; }
.testimonial-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.testimonial-role { font-size: 12px; color: var(--muted); }

/* ─── FAQ ─────────────────────────────────────────── */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 0; font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color .2s; }
.faq-question:hover { color: var(--brand); }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--brand-light); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; transition: transform .3s, background .2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--brand); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer-inner { padding: 0 0 20px; font-size: 15px; color: var(--muted); line-height: 1.7; }

/* ─── FORMS ───────────────────────────────────────── */
.form-panel { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 40px; box-shadow: var(--shadow); }
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.form-input { width: 100%; padding: 11px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 14px; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; outline: none; font-family: inherit; }
.form-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(99,102,241,.1); }
.form-input::placeholder { color: #94a3b8; }
textarea.form-input { resize: vertical; min-height: 100px; }
.btn-submit { width: 100%; padding: 13px; background: var(--brand); color: #fff; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s, transform .1s; font-family: inherit; }
.btn-submit:hover { background: var(--brand-dark); transform: translateY(-1px); }
.form-success { display: none; background: #f0fdf4; border: 1.5px solid #86efac; border-radius: 12px; padding: 20px; text-align: center; color: #166534; font-weight: 600; }

/* ─── FOOTER ──────────────────────────────────────── */
.site-footer { background: #0a0f1e; color: rgba(255,255,255,.6); padding: 72px 0 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand { max-width: 280px; }
.footer-logo-name { font-size: 20px; font-weight: 800; color: #fff; margin-left: 8px; }
.footer-tagline { font-size: 13.5px; margin-top: 14px; line-height: 1.65; }
.footer-col h5 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,.55); margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,.4); }
.footer-bottom a:hover { color: rgba(255,255,255,.7); }

/* ─── LOGIN / REGISTER ────────────────────────────── */
.auth-page { min-height: 100vh; background: linear-gradient(135deg, #0a0f1e, #1e1b4b); display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.auth-card { width: 100%; max-width: 440px; background: #fff; border-radius: 24px; padding: 48px 44px; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.auth-logo { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 32px; }
.auth-title { font-size: 26px; font-weight: 800; color: var(--ink); margin-bottom: 6px; text-align: center; }
.auth-sub { font-size: 14px; color: var(--muted); text-align: center; margin-bottom: 32px; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--muted); font-size: 12px; }
.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.auth-link { font-size: 14px; text-align: center; color: var(--muted); margin-top: 20px; }
.auth-link a { font-weight: 600; color: var(--brand); }
.auth-demo-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.auth-demo-chip { padding: 10px 12px; background: #f8fafc; border: 1px solid var(--border); border-radius: 10px; font-size: 11.5px; color: var(--muted); cursor: pointer; transition: .2s; text-align: left; }
.auth-demo-chip:hover { border-color: var(--brand); background: var(--brand-light); }
.auth-demo-chip strong { display: block; color: var(--ink); font-size: 12px; margin-bottom: 1px; }
.form-check-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.form-check-label { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); cursor: pointer; }
.form-check-label input { accent-color: var(--brand); }
.forgot-link { font-size: 13.5px; color: var(--brand); font-weight: 600; }

/* ─── MOBILE ──────────────────────────────────────── */
@media (max-width: 991px) {
  .site-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,15,30,.97); backdrop-filter: blur(20px); padding: 16px 20px 24px; border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); border-radius: 0; }
  .header-btns { display: none; }
  .header-btns.open { display: flex; flex-direction: column; gap: 8px; padding: 0 20px 20px; }
  .site-header.solid .site-nav { background: rgba(255,255,255,.97); }
  .site-header.solid .site-nav a { color: var(--muted); border-color: var(--border); }
  .nav-toggle { display: flex; }
  .workflow-steps::before { display: none; }
  .workflow-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .screenshot-grid { grid-template-columns: 1fr; }
  .screenshot-card.featured { grid-row: auto; }
}
@media (max-width: 639px) {
  .hero-section { padding: 100px 0 60px; }
  .hero-cta-row { flex-direction: column; }
  .hero-kpi-row { grid-template-columns: repeat(3, 1fr); }
  .workflow-steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .role-grid { grid-template-columns: 1fr; }
  .auth-card { padding: 32px 24px; }
}

/* ─── UTILITIES ───────────────────────────────────── */
.text-gradient { background: linear-gradient(135deg, var(--brand), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-white { color: #fff !important; }
.text-muted-white { color: rgba(255,255,255,.6) !important; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.row { display: flex; flex-wrap: wrap; gap: 32px; }
.col-half { flex: 1 1 calc(50% - 16px); min-width: 280px; }
.col-full { width: 100%; }
.text-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-48 { margin-bottom: 48px; }
.gap-12 { gap: 12px; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.flex-wrap { flex-wrap: wrap; }
.billing-toggle { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 56px; font-size: 14px; font-weight: 600; color: var(--muted); }
.toggle-switch { width: 52px; height: 28px; background: #e2e8f0; border-radius: 14px; position: relative; cursor: pointer; transition: .25s; flex-shrink: 0; }
.toggle-switch.on { background: var(--brand); }
.toggle-switch::after { content: ''; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: .25s; box-shadow: 0 1px 4px rgba(0,0,0,.15); }
.toggle-switch.on::after { left: 28px; }
.save-badge { background: #dcfce7; color: #15803d; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 20px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.stat-item { text-align: center; }
.stat-val { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1; }
.stat-label { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 6px; }
@media (max-width: 639px) { .stats-row { grid-template-columns: 1fr 1fr; gap: 24px; } }
