/* RouteHouse — getroutehouse.com
   Brand: blue map-pin + house. "Field service, made simple." */

:root {
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-900: #1e3a8a;
  --ink: #0f172a;
  --ink-2: #1e293b;
  --slate: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --bg-tint: #eff6ff;
  --green: #16a34a;
  --amber: #f59e0b;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .1);
  --shadow: 0 10px 30px -12px rgba(30, 58, 138, .35);
  --shadow-lg: 0 30px 60px -20px rgba(30, 58, 138, .45);
  --maxw: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
}
h1, h2, h3, h4 { line-height: 1.15; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; color: var(--slate); }
a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--blue-700); }
img, svg { max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section-soft { background: var(--bg-soft); }
.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--blue-600); margin-bottom: 14px;
}
.center { text-align: center; }
.lead { font-size: 1.18rem; color: var(--slate); max-width: 640px; }
.center .lead { margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 1rem; padding: 13px 24px;
  border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: #fff; color: var(--blue-700); border-color: var(--line); }
.btn-ghost:hover { color: var(--blue-700); border-color: var(--blue-500); }
.btn-white { background: #fff; color: var(--blue-700); }
.btn-white:hover { color: var(--blue-700); transform: translateY(-1px); }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .82); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 8px; font-family: "Sora", var(--font); font-weight: 700; font-size: 1.25rem; color: var(--ink); letter-spacing: -.02em; }
.brand:hover { color: var(--ink); }
.brand > svg { width: 30px; height: 30px; }
.brand .brand-text { display: flex; flex-direction: row; line-height: 1; font-size: 1.25rem; }
.brand .b-route { color: var(--blue-600); }
.brand .b-house { color: var(--blue-900); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.navlink { color: var(--slate); font-weight: 600; font-size: .97rem; }
.nav-links a.navlink:hover { color: var(--blue-700); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 92px 0 80px; background: radial-gradient(1200px 500px at 75% -10%, var(--bg-tint), #fff 60%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 span.hl { background: linear-gradient(120deg, var(--blue-600), var(--blue-900)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { margin-top: 6px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero-note { margin-top: 18px; font-size: .92rem; color: var(--muted); }

/* Phone mockup */
.device-wrap { display: flex; justify-content: center; }
.phone {
  width: 300px; background: #0b1220; border-radius: 38px; padding: 12px;
  box-shadow: var(--shadow-lg); border: 1px solid #1e293b;
}
.phone-screen { background: #fff; border-radius: 28px; overflow: hidden; }
.app-top { background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); color: #fff; padding: 16px 16px 14px; }
.app-top .rh { display: flex; align-items: center; gap: 7px; font-weight: 800; font-size: .95rem; }
.app-top .rh svg { width: 18px; height: 18px; }
.app-top .job-addr { font-size: 1.05rem; font-weight: 700; margin-top: 12px; }
.app-top .job-sub { font-size: .82rem; opacity: .85; }
.app-body { padding: 14px 16px 18px; }
.app-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.app-row:last-child { border-bottom: none; }
.app-row .lbl { color: var(--muted); }
.app-row .val { font-weight: 700; color: var(--ink); }
.app-chip { display: inline-flex; align-items: center; gap: 6px; background: #dcfce7; color: #166534; font-size: .78rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.app-cta { margin-top: 16px; text-align: center; background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); color: #fff; font-weight: 700; padding: 12px; border-radius: 12px; font-size: .95rem; }

/* Logo bar / trust */
.trust { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.trust-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; }
.trust-item { display: flex; align-items: center; gap: 9px; color: var(--slate); font-weight: 600; font-size: .95rem; }
.trust-item svg { width: 20px; height: 20px; color: var(--blue-600); flex: none; }

/* Feature cards */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #dbeafe; }
.card .ico {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: var(--bg-tint); color: var(--blue-600); margin-bottom: 16px;
}
.card .ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 6px; }
.card p { margin: 0; font-size: .98rem; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .num {
  width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: var(--shadow);
}
.step h3 { font-size: 1.05rem; }
.step p { font-size: .95rem; margin: 0; }

/* Industries */
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ind {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; display: flex; gap: 14px; align-items: flex-start; transition: border-color .15s, transform .15s;
}
.ind:hover { border-color: #bfdbfe; transform: translateY(-2px); }
.ind .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--bg-tint); color: var(--blue-600); display: flex; align-items: center; justify-content: center; flex: none; }
.ind .ico svg { width: 22px; height: 22px; }
.ind h3 { font-size: 1.02rem; margin-bottom: 3px; }
.ind p { font-size: .9rem; margin: 0; }
.ind.featured { border: 2px solid var(--blue-600); box-shadow: var(--shadow); background: linear-gradient(180deg, #fff, var(--bg-tint)); }
.ind.soon { opacity: .92; }
.tag {
  position: absolute; top: -11px; right: 16px; background: var(--blue-600); color: #fff;
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
}
.tag.grey { background: #94a3b8; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.plan.popular { border: 2px solid var(--blue-600); box-shadow: var(--shadow); position: relative; }
.plan .pop-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue-600); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.plan .pname { font-weight: 800; font-size: 1.15rem; }
.plan .pdesc { color: var(--muted); font-size: .92rem; min-height: 40px; }
.plan .price { font-size: 2.6rem; font-weight: 800; color: var(--ink); margin: 10px 0 2px; letter-spacing: -.03em; }
.plan .price small { font-size: .95rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.plan .per { color: var(--muted); font-size: .88rem; margin-bottom: 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; color: var(--slate); }
.plan li svg { width: 19px; height: 19px; color: var(--green); flex: none; margin-top: 2px; }
.plan .btn { width: 100%; justify-content: center; margin-top: auto; }
.price-note { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 22px; }
.plan li em, .feature-list li em, .card h3 em, .split-copy li em { font-style: normal; color: var(--muted); font-weight: 600; font-size: .82em; letter-spacing: .01em; }

/* Split feature block */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split.rev .split-media { order: 2; }
.feature-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 16px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.feature-list li svg { width: 22px; height: 22px; color: var(--blue-600); flex: none; margin-top: 3px; }
.feature-list li b { color: var(--ink); }
.feature-list li span { color: var(--slate); font-size: .98rem; }
.media-card { background: linear-gradient(160deg, var(--blue-600), var(--blue-900)); border-radius: var(--radius-lg); padding: 30px; color: #fff; box-shadow: var(--shadow-lg); }
.media-card .mc-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .95rem; }
.media-card .mc-row:last-child { border-bottom: none; }
.media-card .mc-row .k { opacity: .8; }
.media-card .mc-row .v { font-weight: 700; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--blue-600), var(--blue-900)); color: #fff; border-radius: 28px; padding: 56px 40px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #dbeafe; max-width: 560px; margin: 0 auto 26px; }

/* Demo form */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .9rem; color: var(--ink-2); }
.field input, .field select, .field textarea {
  font-family: var(--font); font-size: 1rem; padding: 12px 14px; border: 1px solid var(--line);
  border-radius: 11px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(59,130,246,.15); }
.form-card .btn { width: 100%; justify-content: center; margin-top: 4px; }
.form-fine { font-size: .82rem; color: var(--muted); text-align: center; margin: 12px 0 0; }
.form-thanks { text-align: center; padding: 20px 6px 8px; }
.form-thanks .thanks-check { width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 999px; background: #dcfce7; color: #16a34a; font-size: 1.7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.form-thanks h3 { margin-bottom: 6px; }
.form-thanks p { margin: 0; color: var(--slate); }

/* Footer */
.site-footer { background: var(--ink); color: #cbd5e1; padding: 56px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer .brand { color: #fff; margin-bottom: 12px; }
.site-footer .brand .b-route { color: #fff; }
.site-footer .brand .b-house { color: #fff; }
.site-footer p { color: #94a3b8; font-size: .94rem; }
.footer-col h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer-col a { display: block; color: #cbd5e1; font-size: .95rem; padding: 5px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1e293b; margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .87rem; color: #64748b; }

/* Page hero (sub-pages) */
.page-hero { background: radial-gradient(1000px 460px at 80% -20%, var(--bg-tint), #fff 60%); padding: 70px 0 40px; }
.breadcrumb { font-size: .9rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--blue-600); font-weight: 600; }

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; font-size: 1rem; color: var(--slate); }
.checklist li svg { width: 20px; height: 20px; color: var(--green); flex: none; margin-top: 4px; }

.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { text-align: center; padding: 8px; }
.stat .big { font-size: 2.3rem; font-weight: 800; color: var(--blue-700); letter-spacing: -.02em; }
.stat .lbl { color: var(--muted); font-size: .92rem; }

@media (max-width: 900px) {
  .hero-grid, .split, .split.rev { grid-template-columns: 1fr; }
  .split.rev .split-media { order: 0; }
  .grid-3, .grid-4, .steps, .ind-grid, .price-grid, .stat-row { grid-template-columns: 1fr; }
  .grid-2, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .device-wrap { order: -1; }
  .nav-links { display: none; }
}
@media (max-width: 620px) {
  .section { padding: 60px 0; }
  .cta-band { padding: 40px 22px; }
  .form-card { padding: 22px; }
}
@media (max-width: 480px) {
  .site-header .brand { gap: 5px; }
  .site-header .brand > svg { width: 34px; height: 34px; }
  .site-header .brand .brand-text { flex-direction: column; line-height: .82; font-size: 1.05rem; }
}
