*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --text: #1e293b;
  --text-muted: #64748b;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --border: #e2e8f0;
  --width: 900px;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
}

/* ── Header ── */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: var(--width);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  height: 60px;
}

.nav-logo {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text);
  text-decoration: none;
  margin-right: auto;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  gap: 1.75rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.15s;
}

.nav-links a:hover {
  color: var(--accent);
}

/* ── Main ── */
main {
  min-height: 60vh;
}

/* ── Hero ── */
.hero {
  background: #0f172a;
  color: #fff;
  padding: 5rem 1.25rem;
}

.hero-inner {
  max-width: var(--width);
  margin: 0 auto;
}

.hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.25;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 1.1rem;
  color: #94a3b8;
  max-width: 580px;
  margin: 0 0 2rem;
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 0.65rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.15s;
}

.btn:hover {
  background: var(--accent-dark);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}

.btn-outline:hover {
  background: var(--accent);
  color: #fff;
}

/* ── Section base ── */
section {
  padding: 4rem 1.25rem;
}

.section-inner {
  max-width: var(--width);
  margin: 0 auto;
}

.section-inner h2 {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.section-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0 0 2rem;
}

/* ── Services ── */
.services {
  background: var(--bg-alt);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.5rem;
}

.service-card--featured {
  border-color: var(--accent);
  background: #eff6ff;
  grid-column: 1 / -1;
}

.service-card--featured h3::after {
  content: " ★ New";
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  margin-left: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.service-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

/* ── Why us ── */
.why-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.why-list li {
  padding-left: 1.75rem;
  position: relative;
}

.why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* ── CTA banner ── */
.cta-banner {
  background: var(--bg-alt);
  text-align: center;
}

.cta-banner h2 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem;
}

.cta-banner p {
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 2rem;
}

/* ── Page header ── */
.page-header {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  padding: 3rem 1.25rem;
}

.page-header-inner {
  max-width: var(--width);
  margin: 0 auto;
}

.page-header h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.page-header p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* ── Content sections (About / Privacy) ── */
.content-section {
  padding: 3.5rem 1.25rem;
}

.content-section.alt {
  background: var(--bg-alt);
}

.content-section .section-inner h2 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.content-list {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem;
  color: var(--text-muted);
}

.content-list li {
  margin-bottom: 0.4rem;
}

/* ── Contact cards ── */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0 3rem;
}

.contact-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.5rem;
}

.contact-card-icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--accent);
}

.contact-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.contact-card p {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}

.email::before {
  content: attr(data-u) "\40" attr(data-d);
}

.preferred-badge {
  display: inline-block;
  background: #dbeafe;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 0.4rem;
}

.contact-note {
  color: var(--text-muted);
  font-size: 0.875rem !important;
}

.contact-card a {
  color: var(--accent);
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

/* ── Hours table ── */
.hours-table {
  border-collapse: collapse;
  margin: 1rem 0 0;
  font-size: 0.95rem;
}

.hours-table td {
  padding: 0.4rem 1.5rem 0.4rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}

.hours-table td:first-child {
  color: var(--text);
  font-weight: 500;
}

/* ── Privacy prose ── */
.prose h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.5rem;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose ul {
  padding-left: 1.5rem;
  color: var(--text-muted);
}

.prose ul li {
  margin-bottom: 0.35rem;
}

.prose p {
  color: var(--text-muted);
}

.prose p strong, .prose p a {
  color: var(--text);
}

/* ── Footer ── */
footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 3.5rem 1.25rem 0;
}

.footer-inner {
  max-width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #1e293b;
}

.footer-brand strong {
  color: #fff;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-col h4 {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-col a,
.footer-col span {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  max-width: var(--width);
  margin: 0 auto;
  padding: 1.25rem 0;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: #475569;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .hero {
    padding: 3.5rem 1.25rem;
  }

  .services-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
