/* Saskatoon Limo — Elegant, light, modern */

:root {
  --bg: #ffffff;
  --surface: #f6f8fb;
  --surface-2: #eef2f7;
  --text: #0b1220;
  --muted: #5b677a;
  --line: #e5eaf1;
  --brand: #0ea5e9;       /* Sky */
  --brand-700: #0369a1;
  --accent: #22c55e;      /* Emerald */
  --shadow: 0 2px 18px rgba(2, 6, 23, 0.06);
  --radius: 14px;
  --radius-sm: 10px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-700); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 860px; }
.lead { font-size: 1.125rem; color: var(--muted); }
.small { font-size: 0.92rem; color: var(--muted); }
.xsmall { font-size: 0.8rem; color: var(--muted); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.8); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.logo { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; color: var(--text); }
.logo-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--brand), #7dd3fc); color: #fff; font-size: 0.9rem; box-shadow: var(--shadow); }
.logo-text { letter-spacing: 0.2px; }

.nav { position: relative; }
.nav-menu { display: flex; gap: 20px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav-menu a { color: var(--text); padding: 8px 10px; border-radius: 8px; }
.nav-menu a:hover { background: var(--surface); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: transparent; border: 0; cursor: pointer; padding: 8px; border-radius: 8px; }
.nav-toggle:hover { background: var(--surface); }
.nav-toggle .bar { width: 24px; height: 2px; background: var(--text); border-radius: 2px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 12px; font-weight: 600; border: 1px solid transparent; transition: transform .08s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--brand-700); }
.btn-ghost { background: #fff; border-color: var(--line); color: var(--text); }
.btn-ghost:hover { background: var(--surface); }

/* Hero */
.hero { padding: 80px 0 40px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 60%); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.hero-copy h1 { margin: 0 0 12px; font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8rem); line-height: 1.15; }
.hero-copy .actions { margin: 22px 0; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-highlights { display: flex; gap: 14px; padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); flex-wrap: wrap; }
.hero-highlights li { background: var(--surface); border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; }

.hero-visual { display: grid; place-items: center; }
.car-card { position: relative; width: 100%; max-width: 520px; aspect-ratio: 16 / 10; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.car-card .car-shape { position: absolute; inset: 0; background:
  radial-gradient(120px 80px at 30% 65%, rgba(14,165,233,0.20), transparent 70%),
  radial-gradient(140px 100px at 70% 40%, rgba(2, 132, 199, 0.15), transparent 70%),
  linear-gradient(180deg, #f8fbff 0%, #fff 60%);
}
.car-card .glow { position: absolute; left: 50%; bottom: 10%; transform: translateX(-50%); width: 72%; height: 14%; border-radius: 50%; filter: blur(16px); background: rgba(14,165,233,0.35); }

/* Sections */
.section { padding: 72px 0; }
.section.alt { background: var(--surface); }
.section-head { text-align: center; margin-bottom: 28px; }
.section-head h2 { margin: 0 0 6px; font-size: clamp(1.4rem, 1rem + 1.2vw, 2rem); }
.section-head p { margin: 0; color: var(--muted); }

.cards { display: grid; gap: 20px; margin-top: 10px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 18px 14px; box-shadow: var(--shadow); }
.card h3 { margin: 4px 0 8px; }
.card ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); }

/* Fleet */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fleet-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.fleet-visual { height: 140px; border-radius: var(--radius-sm); background:
  linear-gradient(135deg, #e6f6ff, #ffffff);
  border: 1px solid var(--line);
}

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px; }
.price { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; }
.disclaimer { margin-top: 12px; }

/* FAQs */
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 10px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 14px; box-shadow: var(--shadow); }
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list p { margin: 10px 0 0; color: var(--muted); }

/* Form */
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.grid .span-2 { grid-column: span 2; }
label { display: grid; gap: 6px; font-weight: 600; color: var(--text); }
input, select, textarea { width: 100%; padding: 12px 12px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface-2); color: var(--text); outline: none; transition: border-color .2s ease, background .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 3px rgba(14,165,233,0.12); }
.form-actions { margin-top: 6px; display: flex; gap: 12px; align-items: center; }
.form-status { margin-top: 10px; color: var(--muted); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; align-items: start; }
.contact-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow); }
.map-art { position: relative; height: 180px; border-radius: var(--radius-sm); background: radial-gradient(120px 90px at 40% 40%, #e6f6ff, transparent 60%), radial-gradient(160px 120px at 70% 70%, #eef7ff, transparent 60%), #fff; border: 1px solid var(--line); overflow: hidden; }
.map-art .pin { position: absolute; left: 50%; top: 46%; width: 14px; height: 14px; background: var(--brand); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 6px rgba(14,165,233,0.25); }
.contact-meta { margin-top: 10px; color: var(--muted); }

/* Footer */
.site-footer { background: #0b1220; color: #c7d2e0; padding: 28px 0 80px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; align-items: start; }
.footer-logo { color: #fff; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-links a { color: #c7d2e0; }
.footer-links a:hover { color: #ffffff; }
.footer-contact .btn-ghost { background: transparent; border-color: rgba(255,255,255,0.25); color: #fff; }
.back-to-top { position: absolute; right: 20px; bottom: 20px; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.06); color: #fff; border-radius: 12px; padding: 10px 12px; cursor: pointer; display: none; }
.back-to-top.show { display: inline-flex; }

/* Utilities */
.footer-grid .logo-mark { background: linear-gradient(135deg, var(--brand), #7dd3fc); }
.footer-grid .logo-text { color: #fff; }

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .fleet-grid, .cards.three, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .nav-toggle { display: flex; }
  .nav-menu { position: absolute; right: 0; top: 60px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 12px; padding: 10px; flex-direction: column; align-items: stretch; min-width: 220px; display: none; }
  .nav-menu.show { display: flex; }
  .cards.three, .fleet-grid, .price-grid { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 14px; }
}

