/* Theme: slate-orange — modern SaaS. Cool slate + bold tangerine, soft rounded. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=DM+Mono:wght@500&display=swap');

:root {
  --primary: #1e293b;
  --accent: #f97316;
  --bg: #f8fafc;
  --bg-alt: #ffffff;
  --fg: #0f172a;
  --fg-muted: #475569;
  --border: #e2e8f0;
  --radius: 14px;
  --radius-sm: 10px;
  --font-body: "DM Sans", -apple-system, sans-serif;
  --font-display: "DM Sans", -apple-system, sans-serif;
  --font-mono: "DM Mono", monospace;
  --shadow-1: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-2: 0 2px 6px rgba(15, 23, 42, 0.06), 0 10px 24px rgba(15, 23, 42, 0.06);
  --shadow-3: 0 6px 14px rgba(15, 23, 42, 0.08), 0 22px 50px rgba(15, 23, 42, 0.10);
}

body.theme-slate-orange { background: var(--bg); }

.theme-slate-orange .site-header { background: rgba(248, 250, 252, 0.85); border-bottom-color: var(--border); }
.theme-slate-orange .brand { color: var(--primary); font-weight: 700; letter-spacing: -0.02em; }
.theme-slate-orange nav.primary a:hover { color: var(--accent); }
.theme-slate-orange nav.primary a::after { background: var(--accent); }

/* Hero: soft gradient bloom */
.theme-slate-orange .hero {
  background:
    radial-gradient(900px 420px at 90% 10%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 65%),
    radial-gradient(700px 350px at 0% 100%, color-mix(in srgb, var(--primary) 25%, transparent), transparent 70%),
    var(--bg);
  border-bottom: 0;
}
.theme-slate-orange .hero h1 { color: var(--primary); }
.theme-slate-orange .hero .lead { color: var(--fg-muted); }
.theme-slate-orange .eyebrow {
  display: inline-flex; padding: 0.3rem 0.85rem 0.3rem 0.6rem;
  background: color-mix(in srgb, var(--accent) 14%, var(--bg));
  border-radius: 999px; color: var(--accent); font-weight: 700;
  letter-spacing: 0.08em;
}
.theme-slate-orange .eyebrow::before { background: var(--accent); width: 16px; }

h2, h3 { color: var(--primary); }

/* Buttons: pill, soft shadow */
.theme-slate-orange .btn {
  background: var(--accent); border-color: var(--accent); color: #fff;
  border-radius: 999px; font-weight: 600;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--accent) 35%, transparent);
}
.theme-slate-orange .btn:hover { background: color-mix(in srgb, var(--accent) 88%, #000); border-color: color-mix(in srgb, var(--accent) 88%, #000); transform: translateY(-2px); box-shadow: 0 8px 24px color-mix(in srgb, var(--accent) 45%, transparent); }
.theme-slate-orange .btn.secondary { background: var(--bg-alt); color: var(--primary); border-color: var(--border); box-shadow: var(--shadow-1); }
.theme-slate-orange .btn.secondary:hover { background: var(--bg-alt); color: var(--accent); border-color: var(--accent); }

/* Cards — pillowy */
.theme-slate-orange .card,
.theme-slate-orange .strip-row,
.theme-slate-orange .vp-alt-item,
.theme-slate-orange .tier,
.theme-slate-orange .carrier-card,
.theme-slate-orange .plan-card,
.theme-slate-orange .quote-tier { background: var(--bg-alt); border-color: var(--border); }
.theme-slate-orange .icon {
  background: color-mix(in srgb, var(--accent) 14%, var(--bg-alt));
  border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
  color: var(--accent);
}
.theme-slate-orange .card h3 { color: var(--primary); }
.theme-slate-orange .carrier-card::before { background: var(--accent); border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); }
.theme-slate-orange .carrier-name { color: var(--primary); }
.theme-slate-orange .local-stat, .theme-slate-orange .hero-stat { background: var(--bg-alt); }
.theme-slate-orange .local-stat .num, .theme-slate-orange .hero-stat .num,
.theme-slate-orange .tier .indicator, .theme-slate-orange .plan-card .plan-price { color: var(--accent); font-family: var(--font-mono); }
.theme-slate-orange .vp-list .num,
.theme-slate-orange .features-numbered .num { color: var(--accent); border-color: color-mix(in srgb, var(--accent) 40%, transparent); }

.theme-slate-orange .tier .name { color: var(--primary); }
.theme-slate-orange .tier.featured { border-color: var(--accent); }
.theme-slate-orange .tier-table thead th { background: var(--bg-alt); color: var(--primary); border-bottom-color: var(--primary); }
.theme-slate-orange .tier-table .row-indicator td { color: var(--accent); font-family: var(--font-mono); }

.theme-slate-orange .quote-callout-box {
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, var(--bg-alt)), var(--bg-alt));
  border-top-color: var(--accent);
}
.theme-slate-orange .quote-tier .name { color: var(--primary); }

.theme-slate-orange .feature-quote {
  background: var(--bg-alt); border-left-color: var(--accent);
  box-shadow: var(--shadow-2);
}
.theme-slate-orange .test-cards .card::before { color: var(--accent); }
.theme-slate-orange .test-snippet { border-top-color: var(--accent); }
.theme-slate-orange .pricing-summary { background: var(--bg-alt); }
.theme-slate-orange .pricing-summary h3 { color: var(--primary); }
.theme-slate-orange .contact-form-side { background: var(--bg-alt); }

.theme-slate-orange .cta-band {
  background: linear-gradient(120deg, var(--primary) 0%, color-mix(in srgb, var(--accent) 70%, var(--primary)) 100%);
}
.theme-slate-orange .cta-band h2 { color: #fff; }
.theme-slate-orange .cta-band .btn { background: #fff; color: var(--primary); border-color: #fff; }
.theme-slate-orange .cta-band .btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

footer.site-footer { background: var(--primary); color: color-mix(in srgb, #fff 80%, transparent); }
.theme-slate-orange footer h4 { color: #fff; }
.theme-slate-orange footer a { color: color-mix(in srgb, #fff 75%, transparent); }
.theme-slate-orange footer a:hover { color: var(--accent); }
.theme-slate-orange footer .brand { color: #fff; }
.theme-slate-orange footer .legal { border-top-color: rgba(255,255,255,0.18); }
.theme-slate-orange .footer-band { background: var(--primary); }
.theme-slate-orange .footer-band h3 { color: var(--accent); }
.theme-slate-orange .footer-rule { background: var(--bg-alt); }
.theme-slate-orange footer.foot-minimal { background: var(--bg-alt); border-top-color: var(--border); }
.theme-slate-orange .notfound h1 { background: linear-gradient(120deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; }
