:root {
  --navy: #0a2351;
  --blue: #1d4ed8;
  --red: #c8102e;
  --red-dark: #a00c24;
  --gold: #c8102e; /* legacy alias kept as red for any leftover refs */
  --green: #2f7d55;
  --ink: #172033;
  --muted: #687386;
  --bg: #f4f7fc;
  --card: #ffffff;
  --border: #d8e2f2;
  --shadow: 0 18px 45px rgba(10, 35, 81, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 5vw; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); }
.logo-img { width: 168px; height: 168px; border-radius: 10px; object-fit: contain; }
.desktop-nav { display: flex; gap: 24px; color: var(--muted); font-weight: 700; }
.desktop-nav a:hover { color: var(--blue); }
.phone { padding: 12px 16px; border-radius: 999px; background: var(--red); color: #ffffff; font-weight: 800; }
.menu-btn { display: none; border: 0; background: var(--navy); color: white; border-radius: 10px; font-size: 22px; padding: 8px 12px; }
.mobile-nav { display: none; flex-direction: column; padding: 16px 5vw; background: white; border-bottom: 1px solid var(--border); font-weight: 700; }
.mobile-nav a { padding: 12px 0; }
.hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center; padding: 78px 5vw; background: radial-gradient(circle at 70% 10%, rgba(31,111,235,.28), transparent 30%), linear-gradient(135deg, #0d1d34 0%, #183e68 100%); color: white; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(42px, 7vw, 76px); line-height: .96; letter-spacing: -3px; }
.lead { max-width: 650px; font-size: 20px; color: #d9e5f6; line-height: 1.6; }
.eyebrow { margin: 0 0 12px; color: var(--red); text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; font-weight: 800; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border-radius: 12px; font-weight: 800; border: 2px solid transparent; cursor: pointer; }
.btn.primary { background: var(--red); color: #ffffff; }
.btn.secondary { background: transparent; border-color: rgba(255,255,255,.45); color: white; }
.microcopy { color: #c6d3e6; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.trust-row span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 700; font-size: 14px; }
.hero-card { background: white; color: var(--ink); padding: 34px; border-radius: 28px; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-card h2 { margin-top: 12px; font-size: 30px; }
.hero-card ul { padding-left: 20px; line-height: 2; color: var(--muted); font-weight: 700; }
.badge { display: inline-block; background: #e9f2ff; color: var(--blue); padding: 8px 12px; border-radius: 999px; font-weight: 800; }
.strip { padding: 18px 5vw; text-align: center; background: var(--red); color: #ffffff; font-size: 18px; }
.section { padding: 72px 5vw; }
.section.alt { background: white; }
.section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading h2, .split-section h2, .estimate h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(32px, 5vw, 50px); letter-spacing: -1.5px; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.item-card, .price-card, .steps article { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 24px; box-shadow: 0 8px 24px rgba(16,36,63,.06); }
.icon { font-size: 34px; }
.item-card h3, .price-card h3, .steps h3 { margin-bottom: 8px; color: var(--navy); }
.item-card p, .price-card p, .steps p, .faq p { color: var(--muted); line-height: 1.6; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 64px 5vw; background: #eaf1fb; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.check-list li { background: white; border-radius: 14px; padding: 16px 18px; border: 1px solid var(--border); font-weight: 700; }
.no-list li::before { content: "✕"; color: #c0392b; margin-right: 10px; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--navy); color: white; border-radius: 50%; font-weight: 800; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price { font-size: 34px; font-weight: 900; color: var(--navy) !important; margin: 10px 0; }
.price-card.featured { border: 3px solid var(--red); transform: translateY(-8px); }
.estimate { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; margin: 0 5vw 72px; padding: 42px; border-radius: 30px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.estimate h2 { color: white; }
.estimate p { color: #d9e5f6; }
.estimate-form { display: grid; gap: 14px; background: white; padding: 24px; border-radius: 22px; color: var(--ink); }
label { display: grid; gap: 7px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 13px 14px; font: inherit; }
textarea { min-height: 110px; resize: vertical; }
.form-message { color: var(--green) !important; font-weight: 800; }
.faq { background: white; }
details { max-width: 820px; margin: 12px auto; background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 18px 22px; }
summary { cursor: pointer; font-weight: 800; color: var(--navy); }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px 5vw; background: #091525; color: white; }
footer p, .footer-links { color: #b8c5d8; }
.footer-links { display: grid; gap: 10px; text-align: right; }
@media (max-width: 980px) {
  .desktop-nav, .phone { display: none; }
  .menu-btn { display: block; }
  .mobile-nav.open { display: flex; }
  .hero, .split-section, .estimate { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}
@media (max-width: 620px) {
  .hero { padding: 54px 5vw; }
  .hero h1 { letter-spacing: -2px; }
  .card-grid { grid-template-columns: 1fr; }
  .hero-card { transform: none; }
  footer { flex-direction: column; }
  .footer-links { text-align: left; }
}
