/* Nova Windshield Repair — Full site styles (stable) */

/* Reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }

:root{
  --navy:#0b2545;
  --navy2:#133b6f;
  --orange:#ff6a00;
  --bg:#ffffff;
  --muted:#f6f8fb;
  --text:#0b2545;
  --line:#e7edf6;
  --shadow:0 14px 34px rgba(11,37,69,.10);
  --radius:18px;
}

body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
}
a{ color:inherit; }

.container{ max-width:1120px; margin:0 auto; padding:0 1.25rem; }

/* =========================
   Header
========================= */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:1.05rem 0; gap:1rem;
}
.brand{ display:flex; align-items:center; gap:.95rem; text-decoration:none; }
.brand-logo{
  width:56px; height:56px;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(231,237,246,.9);
  box-shadow:0 12px 26px rgba(11,37,69,.10);
  padding:8px;
}
.brand-text{ display:flex; flex-direction:column; line-height:1.1; }
.brand-name{ font-weight:950; letter-spacing:.2px; font-size:1.08rem; }
.brand-tag{ font-size:.88rem; opacity:.85; font-weight:850; }

.site-nav{ display:flex; align-items:center; gap:1.05rem; }
.site-nav a{ text-decoration:none; font-weight:850; opacity:.92; }
.site-nav a:hover{ opacity:1; }
.site-nav a.active{ color:var(--orange); }
.nav-cta{
  background:rgba(255,106,0,.10);
  color:var(--orange);
  padding:.62rem .95rem;
  border-radius:14px;
  border:1px solid rgba(255,106,0,.18);
  font-weight:950;
}

/* =========================
   Buttons
========================= */
.btn{
  display:inline-block;
  padding:.95rem 1.2rem;
  border-radius:16px;
  font-weight:950;
  text-decoration:none;
  letter-spacing:.2px;
  line-height:1;
}
.btn-primary{
  background:var(--orange);
  color:#fff;
  box-shadow:0 16px 34px rgba(255,106,0,.28);
}
.btn-ghost{
  background:transparent;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
}
.btn-ghost:hover{ border-color:rgba(255,255,255,.55); }
.btn-outline{
  background:#fff;
  color:var(--navy);
  border:1px solid var(--line);
  box-shadow:0 12px 26px rgba(11,37,69,.08);
}
.btn-outline:hover{ border-color:rgba(255,106,0,.28); }
.btn-block{ display:block; width:100%; text-align:center; padding:1.05rem 1.2rem; }

/* =========================
   HERO
========================= */
.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  padding:3.25rem 0 2.6rem;
  background:linear-gradient(135deg, var(--navy), var(--navy2));
}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:85% 30%;
  z-index:0;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(900px 420px at 14% 10%, rgba(255,106,0,.22), transparent 62%),
    linear-gradient(90deg,
      rgba(11,37,69,.97) 0%,
      rgba(11,37,69,.92) 44%,
      rgba(11,37,69,.58) 64%,
      rgba(11,37,69,.22) 80%,
      rgba(11,37,69,0) 93%
    );
}
.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:1.65rem;
  align-items:start;
}
.eyebrow{
  font-weight:950;
  letter-spacing:.18em;
  font-size:.78rem;
  opacity:.9;
}
.hero h1{
  font-size:2.75rem;
  line-height:1.12;
  margin:.55rem 0 .85rem;
  text-shadow:0 10px 30px rgba(0,0,0,.16);
}
.hero h1 span{ color:var(--orange); }
.lead{ font-size:1.10rem; opacity:.96; max-width:46rem; }

.cta-row{ display:flex; gap:.85rem; flex-wrap:wrap; margin-top:1.15rem; }

.trust-row{ display:flex; gap:.6rem; flex-wrap:wrap; margin-top:1.15rem; }
.trust-pill{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  padding:.46rem .72rem;
  border-radius:999px;
  font-weight:950;
  font-size:.92rem;
}

.micro{
  margin-top:.95rem;
  font-size:.96rem;
  opacity:.92;
  max-width:46rem;
}

/* Hero panel */
.hero-panel{
  background:rgba(255,255,255,.92);
  color:var(--text);
  border:1px solid rgba(231,237,246,.9);
  border-radius:22px;
  padding:1.25rem;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}
.panel-title{ font-weight:950; margin-bottom:.35rem; font-size:1.02rem; }
.panel-sub{ opacity:.9; font-size:.98rem; }
.divider-dark{ height:1px; background:rgba(11,37,69,.12); margin:1rem 0; }

.city-list{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:.55rem 1.2rem;
  margin:.75rem 0 .1rem;
  padding:0;
}
.city-list li{
  position:relative;
  padding-left:1rem;
  font-weight:800;
  font-size:.95rem;
}
.city-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--orange);
}

.hours{ display:grid; gap:.35rem; font-size:.98rem; margin-top:.3rem; }

.panel-cta{
  margin-top:1.05rem; /* fixes the “buttons too tight” issue */
  display:grid;
  gap:.7rem;
}

/* =========================
   Sections (General)
========================= */
.section{ padding:3.1rem 0; }
.section.alt{ background:var(--muted); }
.section-head{ margin-bottom:1.25rem; }
.section-head h2{ font-size:2rem; margin-bottom:.25rem; }
.section-head p{ opacity:.9; max-width:58rem; }

.split{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:1.25rem;
  align-items:start;
}

/* Pricing */
.price-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.price-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:1.2rem;
  box-shadow:var(--shadow);
}
.price-top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:.4rem;
}
.price{ font-weight:950; font-size:1.55rem; color:var(--navy); }
.note{ margin-top:.6rem; opacity:.9; }

.link{ color:var(--orange); font-weight:950; text-decoration:none; }
.link:hover{ text-decoration:underline; }

/* How it works */
.steps{ margin-top:.9rem; padding-left:1.2rem; display:grid; gap:.7rem; }
.inline-cta{ margin-top:1.1rem; display:flex; gap:.75rem; flex-wrap:wrap; }
.inline-cta-centered{ justify-content:center; } /* your request */

/* Right-side panel (What we’re best at) */
.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:1.15rem;
  box-shadow:var(--shadow);
}
.checks{ list-style:none; margin-top:.85rem; display:grid; gap:.5rem; }
.checks li{ display:flex; gap:.5rem; align-items:flex-start; }
.checks li::before{ content:"✓"; color:var(--orange); font-weight:950; margin-right:.35rem; }

.panel-mini{
  margin-top:1rem;
  padding:1rem;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(255,106,0,.12), rgba(255,255,255,0));
  border:1px solid rgba(255,106,0,.18);
}
.mini-title{ font-weight:950; margin-bottom:.25rem; }
.mini-text{ opacity:.9; margin-bottom:.7rem; }
.panel-mini-centered{ text-align:center; } /* your request */

/* =========================
   INSURANCE (Full-width marquee)
========================= */
.insurance-strip{
  background:#fff;
  padding:2.4rem 0 2.1rem;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

/* Full-width marquee area */
.marquee{
  width:100%;
  overflow:hidden;
  margin-top:1.35rem;
}
.marquee-track{
  display:flex;
  align-items:center;
  gap:1.25rem;
  width:max-content;
  animation: marquee 34s linear infinite;
  padding: .2rem 1rem;
}
.logo-card{
  height:76px;
  width:240px;
  background:#fff;
  border:1px solid rgba(231,237,246,.95);
  border-radius:18px;
  box-shadow:0 10px 22px rgba(11,37,69,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
}
.logo-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  filter:grayscale(100%);
  opacity:.92;
}
@keyframes marquee{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

/* =========================
   Centered CTA section
========================= */
.cta-section{ padding:3rem 0; background:var(--muted); }
.cta-box{
  background:linear-gradient(135deg, rgba(255,106,0,.14), rgba(255,255,255,0));
  border:1px solid rgba(255,106,0,.22);
  border-radius:var(--radius);
  padding:1.45rem;
}
.cta-centered{ text-align:center; }
.cta-row{ display:flex; gap:.75rem; flex-wrap:wrap; margin-top:1.05rem; }
.cta-row-centered{ justify-content:center; }

/* =========================
   Footer
========================= */
.site-footer{
  background:var(--navy);
  color:#fff;
  padding:1.7rem 0 0;
  margin-bottom:72px;
}
.footer-inner{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:1rem;
  align-items:start;
  padding-bottom:1.25rem;
}
.footer-title{ font-weight:950; margin-bottom:.15rem; }
.footer-sub{ opacity:.9; font-weight:850; margin-bottom:.6rem; }
.footer-links{ display:flex; flex-direction:column; gap:.35rem; }
.footer-links a{ color:#fff; text-decoration:none; opacity:.92; }
.footer-links a:hover{ opacity:1; text-decoration:underline; }
.footer-meta{ opacity:.92; }
.footer-meta a{ color:#fff; text-decoration:none; }
.footer-meta a:hover{ text-decoration:underline; }

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);
  padding:1rem 1.25rem;
  text-align:center; /* your request */
  opacity:.92;
}

/* =========================
   Mobile sticky bar
========================= */
.mobile-bar{
  position:fixed; left:0; right:0; bottom:0;
  display:none;
  grid-template-columns:1fr 1fr;
  gap:.65rem;
  padding:.7rem .8rem;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(10px);
  border-top:1px solid var(--line);
  z-index:1000;
}
.mobile-btn{
  text-align:center;
  padding:.95rem 1rem;
  border-radius:16px;
  font-weight:950;
  text-decoration:none;
}
.mobile-btn.call{ background:var(--navy); color:#fff; }
.mobile-btn.text{ background:var(--orange); color:#fff; }

/* =========================
   Responsive
========================= */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns:1fr; }
  .split{ grid-template-columns:1fr; }
  .price-grid{ grid-template-columns:1fr; }
  .footer-inner{ grid-template-columns:1fr; }

  .city-list{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px){
  .site-nav{ display:none; }
  .hero h1{ font-size:2.1rem; }
  .mobile-bar{ display:grid; }
  .site-footer{ margin-bottom:96px; }

  .brand-logo{ width:48px; height:48px; padding:7px; }
  .brand-name{ font-size:1.02rem; }
  .brand-tag{ font-size:.82rem; }

  .city-list{ grid-template-columns:1fr; }
  .logo-card{ width:200px; height:68px; }
}

/* Prevent odd overflow */
.hero, .section, .site-footer{ overflow-x: clip; }
