/* =============================================
   All American Overhead Garage Door – Main CSS
   ============================================= */

/* ---------- Google Fonts + Reset ---------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');

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

:root {
  --red:      #c8102e;
  --dark-red: #a00c24;
  --navy:     #0a1628;
  --dark:     #1a1a2e;
  --gray:     #f5f5f5;
  --mid-gray: #e0e0e0;
  --text:     #333333;
  --white:    #ffffff;
  --gold:     #f4c430;
  --font-h:   'Montserrat', sans-serif;
  --font-b:   'Open Sans', sans-serif;
  --shadow:   0 4px 24px rgba(0,0,0,.12);
  --radius:   6px;
  --trans:    .3s ease;
}

html { scroll-behavior: smooth; }
body  { font-family: var(--font-b); color: var(--text); line-height: 1.7; }

img   { max-width: 100%; display: block; }
a     { text-decoration: none; color: inherit; }
ul    { list-style: none; }

h1,h2,h3,h4 { font-family: var(--font-h); line-height: 1.25; }

/* ---------- Utility ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font-h);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .5px;
  transition: var(--trans);
  cursor: pointer;
  border: none;
}
.btn-red    { background: var(--red);   color: var(--white); }
.btn-red:hover { background: var(--dark-red); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(200,16,46,.35); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--red); }
.btn-navy   { background: var(--navy);  color: var(--white); }
.btn-navy:hover { background: #152040; transform: translateY(-2px); box-shadow: var(--shadow); }

.section-title { font-size: 2.1rem; color: var(--navy); margin-bottom: 14px; }
.section-sub   { font-size: 1.05rem; color: #666; max-width: 680px; }
.title-center  { text-align: center; }
.title-center .section-sub { margin: 0 auto; }
.red-accent { color: var(--red); }
.divider { width: 55px; height: 4px; background: var(--red); border-radius: 2px; margin-bottom: 22px; }
.divider-center { margin: 0 auto 22px; }

/* ---------- Top Bar ---------- */
.top-bar {
  background: var(--navy);
  color: #aab4c8;
  font-size: .82rem;
  padding: 8px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.top-bar a { color: #aab4c8; transition: var(--trans); }
.top-bar a:hover { color: var(--white); }
.top-bar .tb-left, .top-bar .tb-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.top-bar i { margin-right: 5px; color: var(--red); }

/* ---------- Header / Navbar ---------- */
.site-header {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}
.logo img { height: 70px; width: auto; object-fit: contain; }
.logo-text { font-family: var(--font-h); font-weight: 800; font-size: 1.25rem; color: var(--navy); line-height: 1.2; }
.logo-text span { color: var(--red); display: block; font-size: 1rem; }

nav.main-nav ul { display: flex; gap: 6px; align-items: center; }
nav.main-nav ul li { position: relative; }
nav.main-nav ul li a {
  display: block;
  padding: 9px 14px;
  font-family: var(--font-h);
  font-size: .88rem;
  font-weight: 600;
  color: var(--navy);
  border-radius: var(--radius);
  transition: var(--trans);
}
nav.main-nav ul li a:hover,
nav.main-nav ul li a.active { color: var(--red); background: rgba(200,16,46,.06); }

/* Dropdown */
nav.main-nav ul li .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  min-width: 240px;
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(0,0,0,.15);
  padding: 8px 0;
  z-index: 200;
}
nav.main-nav ul li:hover .dropdown { display: block; }
nav.main-nav ul li .dropdown li a { padding: 10px 20px; font-size: .85rem; }
nav.main-nav ul li .dropdown li a:hover { background: rgba(200,16,46,.06); color: var(--red); }

.header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-phone { font-family: var(--font-h); font-weight: 700; font-size: 1.1rem; color: var(--red); }
.header-phone i { margin-right: 5px; }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--trans); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, rgba(10,22,40,.88) 0%, rgba(10,22,40,.65) 100%),
              url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80') center/cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: var(--white);
  padding: 80px 0;
}
.hero-content { max-width: 660px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-h);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero h1 { font-size: 3.2rem; font-weight: 800; margin-bottom: 20px; line-height: 1.15; }
.hero h1 span { color: var(--gold); }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,.88); margin-bottom: 32px; max-width: 560px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Stats Strip ---------- */
.stats-strip {
  background: var(--red);
  color: var(--white);
  padding: 30px 0;
}
.stats-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.stat-item h3 { font-size: 2.4rem; font-weight: 800; }
.stat-item p  { font-size: .88rem; opacity: .9; margin-top: 4px; }

/* ---------- Services Overview ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.service-card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: var(--trans);
  border-top: 4px solid transparent;
}
.service-card:hover { transform: translateY(-6px); border-top-color: var(--red); box-shadow: 0 12px 36px rgba(0,0,0,.15); }
.service-card-img { height: 200px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .service-card-img img { transform: scale(1.06); }
.service-card-body { padding: 24px; }
.service-card-body h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 10px; }
.service-card-body p  { font-size: .9rem; color: #666; margin-bottom: 18px; }
.service-card-body a  { color: var(--red); font-weight: 700; font-size: .88rem; transition: var(--trans); display: inline-flex; align-items: center; gap: 5px; }
.service-card-body a:hover { gap: 10px; }

/* ---------- Why Choose Us ---------- */
.why-us { background: var(--gray); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 0;
}
.why-image { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.why-image img { width: 100%; height: 420px; object-fit: cover; }
.why-features { display: grid; gap: 24px; margin-top: 30px; }
.why-feature { display: flex; gap: 16px; align-items: flex-start; }
.why-icon { width: 50px; height: 50px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.why-feature h4 { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.why-feature p  { font-size: .88rem; color: #666; }

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #152040 100%);
  color: var(--white);
  text-align: center;
  padding: 70px 0;
}
.cta-banner h2 { font-size: 2.2rem; margin-bottom: 14px; }
.cta-banner p  { font-size: 1.05rem; color: rgba(255,255,255,.8); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-phone { font-size: 2rem; font-weight: 800; color: var(--gold); margin-bottom: 24px; display: block; }
.cta-phone i { margin-right: 8px; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--white); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.review-card {
  background: var(--gray);
  border-radius: 10px;
  padding: 28px;
  position: relative;
  transition: var(--trans);
}
.review-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.review-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 14px; }
.review-text { font-size: .9rem; color: #555; line-height: 1.75; font-style: italic; margin-bottom: 18px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-h); font-size: .95rem; }
.review-name  { font-weight: 700; font-size: .9rem; color: var(--navy); }
.review-loc   { font-size: .8rem; color: #888; }

/* ---------- Process Steps ---------- */
.process { background: var(--navy); color: var(--white); }
.process .section-title { color: var(--white); }
.process .section-sub   { color: rgba(255,255,255,.7); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.step-card { text-align: center; }
.step-num {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.step-card h4 { font-size: 1rem; margin-bottom: 8px; color: var(--gold); }
.step-card p  { font-size: .87rem; color: rgba(255,255,255,.7); }

/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, rgba(10,22,40,.92) 0%, rgba(10,22,40,.75) 100%),
              url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1400&q=80') center/cover no-repeat;
  padding: 80px 0 60px;
  color: var(--white);
  text-align: center;
}
.page-hero h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 14px; }
.page-hero p  { font-size: 1.05rem; color: rgba(255,255,255,.82); max-width: 600px; margin: 0 auto 20px; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; font-size: .85rem; color: rgba(255,255,255,.65); }
.breadcrumb a { color: rgba(255,255,255,.65); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb i { font-size: .7rem; }

/* ---------- Service Detail Layout ---------- */
.service-detail { padding: 80px 0; }
.service-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}
.service-main h2 { font-size: 1.7rem; color: var(--navy); margin: 32px 0 14px; }
.service-main h2:first-of-type { margin-top: 0; }
.service-main p  { font-size: .96rem; color: #555; margin-bottom: 18px; line-height: 1.8; }
.service-main ul { margin: 16px 0 24px 0; }
.service-main ul li { font-size: .95rem; color: #555; padding: 7px 0 7px 28px; border-bottom: 1px solid var(--mid-gray); position: relative; }
.service-main ul li::before { content: '✓'; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.service-img { border-radius: 10px; overflow: hidden; margin-bottom: 32px; box-shadow: var(--shadow); }
.service-img img { width: 100%; height: 280px; object-fit: cover; }

/* Sidebar */
.service-sidebar { position: sticky; top: 100px; }
.sidebar-card {
  background: var(--gray);
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 24px;
  border-left: 4px solid var(--red);
}
.sidebar-card h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 16px; }
.sidebar-card ul li { padding: 8px 0; border-bottom: 1px solid var(--mid-gray); }
.sidebar-card ul li:last-child { border: none; }
.sidebar-card ul li a { color: #555; font-size: .9rem; transition: var(--trans); display: flex; align-items: center; gap: 8px; }
.sidebar-card ul li a:hover { color: var(--red); padding-left: 5px; }
.sidebar-card ul li a i { color: var(--red); width: 16px; }
.sidebar-cta { background: var(--navy); color: var(--white); border-radius: 10px; padding: 28px; text-align: center; }
.sidebar-cta h3 { color: var(--gold); font-size: 1.1rem; margin-bottom: 10px; }
.sidebar-cta p  { font-size: .88rem; color: rgba(255,255,255,.75); margin-bottom: 18px; }
.sidebar-cta .phone { font-size: 1.3rem; font-weight: 800; color: var(--white); display: block; margin-bottom: 16px; }
.sidebar-cta .phone i { color: var(--gold); margin-right: 6px; }

/* ---------- Estimate / Contact Form ---------- */
.estimate-section { background: var(--gray); }
.form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 48px;
}
.contact-form {
  background: var(--white);
  padding: 36px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.contact-form h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 6px; color: var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--mid-gray);
  border-radius: var(--radius);
  font-family: var(--font-b);
  font-size: .92rem;
  color: var(--text);
  transition: var(--trans);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--red); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-success { display: none; background: #e8f5e9; border: 1px solid #4caf50; border-radius: var(--radius); padding: 16px; color: #2e7d32; font-weight: 600; margin-top: 16px; }

.contact-info-block { padding-top: 20px; }
.contact-info-block h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 24px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.info-icon { width: 46px; height: 46px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.info-item h4 { font-size: .95rem; color: var(--navy); margin-bottom: 4px; }
.info-item p, .info-item a { font-size: .9rem; color: #666; }
.info-item a:hover { color: var(--red); }
.social-links { display: flex; gap: 12px; margin-top: 10px; }
.social-links a {
  width: 38px; height: 38px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  transition: var(--trans);
}
.social-links a:hover { background: var(--red); transform: translateY(-3px); }
.hours-list li { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--mid-gray); font-size: .9rem; }
.hours-list li:last-child { border: none; }
.hours-list li span { font-weight: 600; color: var(--red); }

/* ---------- About Page ---------- */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.about-img img { width: 100%; height: 440px; object-fit: cover; }
.about-text h2 { font-size: 2rem; color: var(--navy); margin-bottom: 16px; }
.about-text p  { font-size: .96rem; color: #555; margin-bottom: 16px; line-height: 1.8; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.value-card { text-align: center; padding: 36px 24px; border-radius: 10px; background: var(--white); box-shadow: var(--shadow); transition: var(--trans); }
.value-card:hover { transform: translateY(-5px); }
.value-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--red), var(--dark-red)); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 18px; }
.value-card h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 10px; }
.value-card p  { font-size: .88rem; color: #666; }

.team-section { background: var(--gray); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.team-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); text-align: center; transition: var(--trans); }
.team-card:hover { transform: translateY(-5px); }
.team-card img { width: 100%; height: 220px; object-fit: cover; }
.team-card-body { padding: 22px; }
.team-card-body h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: 4px; }
.team-card-body p  { font-size: .85rem; color: var(--red); font-weight: 600; }

/* ---------- Map ---------- */
.map-section iframe { width: 100%; height: 420px; border-radius: 10px; box-shadow: var(--shadow); border: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: rgba(255,255,255,.75); padding: 70px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-brand .logo-text { color: var(--white); }
.footer-brand p { font-size: .88rem; margin: 16px 0 20px; line-height: 1.7; }
.footer-heading { font-family: var(--font-h); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.footer-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 3px; background: var(--red); }
.footer-links li { margin-bottom: 10px; }
.footer-links li a { font-size: .88rem; transition: var(--trans); }
.footer-links li a:hover { color: var(--white); padding-left: 6px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: .88rem; }
.footer-contact li i { color: var(--red); margin-top: 3px; flex-shrink: 0; }
.footer-contact li a { transition: var(--trans); }
.footer-contact li a:hover { color: var(--white); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; transition: var(--trans); }
.footer-social a:hover { background: var(--red); color: var(--white); transform: translateY(-3px); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .82rem;
}
.footer-bottom a { transition: var(--trans); }
.footer-bottom a:hover { color: var(--white); }

/* ---------- FAQ Section ---------- */
.faq-section { background: var(--gray); }
.faq-list { margin-top: 48px; max-width: 800px; margin-left: auto; margin-right: auto; }
.faq-item { background: var(--white); border-radius: var(--radius); margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.07); overflow: hidden; }
.faq-question {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 20px 24px; font-family: var(--font-h); font-weight: 600; font-size: .95rem;
  color: var(--navy); display: flex; justify-content: space-between; align-items: center;
  transition: var(--trans);
}
.faq-question:hover { color: var(--red); }
.faq-question i { font-size: .85rem; transition: transform .3s; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 24px 20px; font-size: .92rem; color: #555; line-height: 1.8; }
.faq-item.open .faq-answer { display: block; }

/* ---------- Highlight Box ---------- */
.highlight-box { background: linear-gradient(135deg, var(--red) 0%, var(--dark-red) 100%); color: var(--white); border-radius: 10px; padding: 32px; margin: 32px 0; }
.highlight-box h3 { font-size: 1.2rem; margin-bottom: 10px; }
.highlight-box p { font-size: .93rem; opacity: .9; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 2.2rem; }
  .section-title { font-size: 1.7rem; }
  nav.main-nav, .header-cta .btn-red { display: none; }
  .hamburger { display: flex; }
  nav.main-nav.open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    padding: 16px;
  }
  nav.main-nav.open ul { flex-direction: column; gap: 2px; }
  nav.main-nav.open ul li .dropdown { position: static; box-shadow: none; padding: 0; display: none; }
  nav.main-nav.open ul li.open .dropdown { display: block; }
  .stats-strip .container { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-btns { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero { min-height: 500px; padding: 60px 0; }
  .hero h1 { font-size: 1.8rem; }
  .stats-strip .container { grid-template-columns: 1fr 1fr; }
  .cta-phone { font-size: 1.5rem; }
}
