/* tonysroofingllc-dark — global.css
 * Extracted from design-systems/tonysroofingllc/rebuilt/index.html and extended
 * to cover all 12 page-types for the v3 template factory.
 *
 * Theme: light page background (#ffffff) with strong dark-charcoal topbar /
 * footer (#23282d), coral-red primary accent (#fe5043) and deep-blue
 * secondary accent (#003f77). Montserrat display headings + Roboto body.
 * Layout: alternating dark-gradient sections, red border-left blockquotes,
 * 4-up services grid, 6-up certifications strip, red banner-top footer.
 */

:root {
  --background:    #ffffff;
  --surface:       #f9f9f9;
  --surface-alt:   #f0f0f0;
  --surface-dark:  #23282d;
  --text-primary:  #1e1e1e;
  --text-muted:    #666666;
  --accent:        #fe5043;
  --accent-dark:   #e5483c;
  --accent-blue:   #003f77;
  --accent-blue-dark: #002d57;
  --success:       #6dab3c;
  --warning:       #ffa500;
  --link:          #003f77;
  --border:        #dddddd;
  --border-strong: #23282d;

  --radius:        4px;
  --radius-sm:     3px;
  --radius-lg:     8px;
  --max-w:         1440px;
  --content-w:     1200px;

  --shadow-card:   0 2px 4px rgba(0, 0, 0, 0.10);
  --shadow-hover:  0 4px 12px rgba(0, 0, 0, 0.18);
  --shadow-header: 0 2px 4px rgba(0, 0, 0, 0.10);

  --gradient-dark: linear-gradient(135deg, #23282d 0%, #1a1f28 100%);
  --gradient-hero: linear-gradient(135deg, #1a2332 0%, #2d3e50 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--background);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
}
h1 { font-size: 48px; margin-bottom: 16px; }
h2 { font-size: 32px; margin-bottom: 16px; }
h3 { font-size: 24px; margin-bottom: 12px; }
h4 { font-size: 18px; margin-bottom: 8px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }

p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }
ul { list-style: none; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.container-tight { max-width: var(--content-w); margin: 0 auto; padding: 0 20px; }

/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  transition: all .25s ease;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
}
.btn-primary { background: var(--accent); color: #ffffff; }
.btn-primary:hover { background: var(--accent-dark); color: #ffffff; transform: translateY(-1px); box-shadow: var(--shadow-hover); }
.btn-secondary { background: var(--accent-blue); color: #ffffff; }
.btn-secondary:hover { background: var(--accent-blue-dark); color: #ffffff; transform: translateY(-1px); }
.btn-dark { background: var(--surface-dark); color: #ffffff; }
.btn-dark:hover { background: #14181b; color: #ffffff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--text-primary); border: 2px solid var(--surface-dark); padding: 12px 26px; }
.btn-ghost:hover { background: var(--surface-dark); color: #ffffff; }
.btn-ghost-light { background: transparent; color: #ffffff; border: 2px solid #ffffff; padding: 12px 26px; }
.btn-ghost-light:hover { background: #ffffff; color: var(--text-primary); }
.btn-lg { padding: 18px 36px; font-size: 16px; }
.btn-block { display: block; width: 100%; }

/* ── HEADER (topbar + main row) ────────────────── */
.site-header { position: sticky; top: 0; z-index: 100; background: #ffffff; }
.topbar { background: var(--surface-dark); color: #ffffff; padding: 8px 0; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 12px; align-items: center; }
.topbar a { color: #ffffff; }
.topbar a:hover { color: var(--accent); }
.topbar .icon { margin-right: 4px; }
.topbar .social-icon { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; font-size: 13px; }
.topbar .social-icon:hover { background: var(--accent); border-color: var(--accent); }

.header-main { background: #ffffff; padding: 16px 0; box-shadow: var(--shadow-header); }
.header-main .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.logo-wrap { display: flex; align-items: center; }
.logo-img { height: 60px; width: auto; }

.main-nav { display: flex; gap: 4px; align-items: center; }
.nav-link { padding: 10px 14px; font-weight: 600; font-size: 14px; color: var(--text-primary); text-transform: uppercase; letter-spacing: 0.02em; border-radius: var(--radius-sm); }
.nav-link:hover { color: var(--accent); background: var(--surface); }

.has-submenu { position: relative; }
.submenu { display: none; position: absolute; top: 100%; left: 0; background: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.15); min-width: 220px; padding: 8px 0; z-index: 110; border-top: 3px solid var(--accent); }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { display: block; }
.submenu a { display: block; padding: 10px 18px; font-size: 13px; color: var(--text-primary); }
.submenu a:hover { background: var(--surface); color: var(--accent); }

.header-cta { display: flex; gap: 12px; align-items: center; }
.header-phone { font-weight: 700; font-size: 16px; color: var(--accent); }

.nav-toggle { display: none; background: none; border: none; flex-direction: column; gap: 4px; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--text-primary); border-radius: 2px; }

.nav-drawer { display: none; flex-direction: column; gap: 2px; padding: 16px; background: #ffffff; border-top: 1px solid var(--border); }
.nav-drawer.is-open { display: flex; }
.nav-drawer .nav-link { padding: 12px 8px; }

@media (max-width: 991px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
}

/* ── HERO (two-column: copy + form) ────────────── */
.hero { background: var(--gradient-hero); color: #ffffff; padding: 60px 0; }
.hero h1, .hero h2 { color: #ffffff; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.hero-content h1 { font-size: 48px; line-height: 1.15; margin-bottom: 16px; }
.hero-tagline { font-size: 20px; line-height: 1.4; margin-bottom: 24px; color: rgba(255,255,255,0.92); }
.hero-eyebrow { font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.hero-features { margin: 24px 0 28px; padding: 0; list-style: none; }
.hero-features li { padding: 6px 0; font-size: 15px; }
.hero-features li::before { content: '✓'; color: var(--success); font-weight: 700; margin-right: 10px; }

.hero-form { background: #ffffff; color: var(--text-primary); padding: 32px; border-radius: var(--radius-lg); box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.hero-form h2 { color: var(--text-primary); font-size: 22px; text-align: center; margin-bottom: 18px; }
.hero-form input, .hero-form select, .hero-form textarea {
  width: 100%; padding: 12px 14px; margin-bottom: 12px; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-family: inherit; font-size: 14px; background: #ffffff;
}
.hero-form input:focus, .hero-form select:focus, .hero-form textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(254, 80, 67, 0.18);
}

/* Hero variant for inner pages without form */
.hero-simple { padding: 80px 0 60px; background: var(--gradient-hero); color: #ffffff; text-align: left; }
.hero-simple h1 { font-size: 44px; color: #ffffff; }
.hero-simple .hero-sub { font-size: 18px; max-width: 760px; color: rgba(255,255,255,0.92); }

/* ── CTA BAR (red full-width strip) ─────────────── */
.cta-bar { background: var(--accent); color: #ffffff; padding: 24px 0; }
.cta-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cta-bar h2 { color: #ffffff; font-size: 24px; margin: 0; }
.cta-bar p { color: rgba(255,255,255,0.92); margin: 4px 0 0; font-size: 15px; }
.cta-bar .btn { background: #ffffff; color: var(--accent); border: 2px solid #ffffff; }
.cta-bar .btn:hover { background: var(--surface-dark); color: #ffffff; border-color: var(--surface-dark); }

/* ── SECTION WRAPPERS ────────────────────────── */
.section { padding: 60px 0; }
.section-sm { padding: 40px 0; }
.section-lg { padding: 80px 0; }
.section-light { background: #ffffff; }
.section-tint { background: var(--surface); }
.section-dark { background: var(--gradient-dark); color: #ffffff; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #ffffff; }

.section-header { margin-bottom: 40px; }
.section-header.center { text-align: center; }
.section-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.section-header h2 { font-size: 36px; margin-bottom: 14px; }
.section-header p { color: var(--text-muted); max-width: 720px; }
.section-header.center p { margin-left: auto; margin-right: auto; }
.section-header .underline-bar { width: 60px; height: 3px; background: var(--accent); margin: 0 0 18px 0; border-radius: 2px; }
.section-header.center .underline-bar { margin-left: auto; margin-right: auto; }

/* ── SERVICES GRID (4-up) ────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: var(--surface); border-radius: var(--radius-lg); padding: 24px; text-align: center; transition: all .25s ease; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.service-card img { border-radius: var(--radius); margin: 0 auto 16px; width: 100%; height: 180px; object-fit: cover; }
.service-card .service-eyebrow { color: var(--accent); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.service-card h3 { color: var(--accent); font-size: 18px; margin-bottom: 6px; }
.service-card h4 { font-size: 18px; margin-bottom: 12px; color: var(--text-primary); }
.service-card p { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; flex: 1; }

/* ── ABOUT-VIDEO SPLIT (homepage) ──────────────── */
.about-split { padding: 60px 0; background: #ffffff; }
.about-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.about-content h2 { margin-bottom: 16px; }
.about-content h3 { margin: 24px 0 12px; font-size: 20px; color: var(--accent-blue); }
.about-content p { margin-bottom: 16px; color: var(--text-muted); }
.about-content .phone-large { font-size: 28px; font-weight: 700; color: var(--accent); margin: 20px 0; display: block; }
.video-placeholder { background: var(--surface-alt); padding: 50px 20px; text-align: center; border-radius: var(--radius-lg); margin: 20px 0; color: var(--text-muted); font-style: italic; }

.cta-form { background: var(--accent); color: #ffffff; padding: 32px; border-radius: var(--radius-lg); }
.cta-form h2 { color: #ffffff; text-align: center; margin-bottom: 12px; font-size: 24px; }
.cta-form p { text-align: center; margin-bottom: 20px; color: rgba(255,255,255,0.95); }
.cta-form .badge { margin: 0 auto 20px; max-width: 200px; display: block; }
.cta-form input, .cta-form select, .cta-form textarea {
  width: 100%; padding: 12px 14px; margin-bottom: 12px; border: none;
  border-radius: var(--radius-sm); font-family: inherit; font-size: 14px;
}
.cta-form .btn-primary { background: var(--surface-dark); color: #ffffff; }
.cta-form .btn-primary:hover { background: #14181b; }

/* ── DARK GRADIENT SECTION (location-about) ───── */
.dark-split { background: var(--gradient-dark); color: #ffffff; padding: 60px 0; }
.dark-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.dark-split h2 { color: #ffffff; margin-bottom: 16px; font-size: 30px; }
.dark-split p { color: rgba(255,255,255,0.88); margin-bottom: 16px; }
.map-placeholder { background: #ffffff; color: var(--text-primary); padding: 40px 20px; text-align: center; border-radius: var(--radius-lg); margin: 20px 0; }
.map-placeholder a { color: var(--accent-blue); font-weight: 600; }

/* ── TRUST BADGES (3-up) ─────────────────────── */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.trust-card { text-align: center; padding: 24px 16px; }
.trust-card img { max-width: 200px; height: auto; margin: 0 auto 16px; }
.trust-card .badge-icon { display: inline-flex; width: 80px; height: 80px; align-items: center; justify-content: center; background: var(--accent); color: #ffffff; border-radius: 50%; font-size: 32px; margin: 0 auto 16px; }
.trust-card h3 { font-size: 18px; margin-bottom: 12px; }
.trust-card p { color: var(--text-muted); font-size: 14px; }

/* ── EMERGENCY / RED BANNER ────────────────── */
.emergency-cta { background: var(--accent); color: #ffffff; padding: 40px 0; text-align: center; }
.emergency-cta h2 { color: #ffffff; font-size: 30px; margin-bottom: 12px; }
.emergency-cta p { color: #ffffff; }
.emergency-cta .phone-large { font-size: 32px; font-weight: 700; display: block; margin-top: 8px; }
.emergency-cta .phone-large a { color: #ffffff; }

/* ── TESTIMONIALS (red border-left blockquotes) ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
blockquote {
  background: #ffffff;
  padding: 24px;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--accent);
  box-shadow: var(--shadow-card);
}
blockquote .rating { color: var(--warning); font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }
blockquote p { color: var(--text-muted); font-style: italic; margin-bottom: 16px; }
blockquote cite { font-style: normal; font-weight: 600; color: var(--text-primary); display: block; }

/* ── CERTIFICATIONS (6-up logo strip) ──────── */
.cert-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; align-items: center; }
.cert-logo { text-align: center; }
.cert-logo img { max-width: 150px; height: auto; margin: 0 auto; filter: grayscale(100%); transition: filter .25s ease; }
.cert-logo img:hover { filter: grayscale(0%); }

/* ── INCLUSIONS / DETAIL LISTS (service page) ── */
.detail-list { list-style: none; margin: 0 0 18px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.detail-list li { padding: 8px 0 8px 24px; position: relative; font-size: 15px; }
.detail-list li::before { content: '✓'; color: var(--success); font-weight: 700; position: absolute; left: 0; top: 8px; }

/* ── PROCESS STEPS ────────────────────────── */
.process-steps { display: flex; flex-direction: column; gap: 18px; }
.process-step { display: flex; gap: 18px; align-items: flex-start; }
.step-number {
  width: 56px; height: 56px;
  background: var(--accent); color: #ffffff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem; font-weight: 800;
  flex-shrink: 0;
}
.step-content h3 { font-size: 18px; margin-bottom: 4px; }
.step-content p { color: var(--text-muted); margin-bottom: 0; }

/* ── COMPARISON TABLE ──────────────────────── */
.comparison-table {
  width: 100%; border-collapse: collapse;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.comparison-table th, .comparison-table td {
  padding: 14px 16px; text-align: left;
  border-bottom: 1px solid var(--border); font-size: 14px;
}
.comparison-table thead th { background: var(--surface-dark); color: #ffffff; font-weight: 700; }
.comparison-table tbody th { font-weight: 700; background: var(--surface); }
.comparison-table .row-business { background: rgba(254, 80, 67, 0.08); }
.comparison-table .row-business th { background: var(--accent); color: #ffffff; }

/* ── CASE STUDY CARD ──────────────────────── */
.case-study {
  background: var(--surface);
  padding: 32px;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--accent);
}
.case-study .case-meta { font-size: 13px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.case-study h3 { margin-bottom: 12px; }
.case-study .materials { list-style: disc; margin: 12px 0 12px 20px; }
.case-study .materials li { margin-bottom: 4px; }
.case-study .outcome { font-weight: 700; padding-top: 12px; border-top: 1px solid var(--border); margin-bottom: 0; }

/* ── FAQ ACCORDION ────────────────────────── */
.faq-list, .faq-accordion { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-question {
  background: none; border: none; width: 100%;
  padding: 18px 22px; font-weight: 700; font-size: 16px;
  text-align: left; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; color: var(--text-primary); font-family: inherit;
}
.faq-question[aria-expanded="true"] { background: var(--surface); color: var(--accent); }
.faq-icon { color: var(--accent); font-size: 22px; transition: transform .2s; font-weight: 800; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-question[aria-expanded="true"] + .faq-answer { max-height: 800px; }
.faq-answer-inner { padding: 0 22px 20px; color: var(--text-muted); }
details.faq-item summary { padding: 18px 22px; font-weight: 700; cursor: pointer; list-style: none; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item .faq-answer { padding: 0 22px 20px; max-height: none; color: var(--text-muted); }

/* ── REVIEWS GRID (cards) ─────────────────── */
.reviews-grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: #ffffff; border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-card); }
.review-card-stars { color: var(--warning); font-size: 18px; letter-spacing: 2px; }
.review-card-text { margin: 12px 0 16px; font-style: italic; color: var(--text-muted); }
.review-card-author { font-weight: 700; font-size: 14px; }
.review-card-badge { font-size: 12px; color: var(--text-muted); margin-top: 10px; display: flex; align-items: center; gap: 6px; }
.review-source-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; display: inline-block; }

/* ── VALUE / TEAM / FEATURE CARDS ────────── */
.values-grid, .team-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card, .team-member, .feature-item {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-card);
}
.value-card h3, .team-member h3 { font-size: 20px; margin-bottom: 8px; }
.value-card { border-top: 4px solid var(--accent); }
.team-member img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius); margin-bottom: 14px; }
.team-member .role { color: var(--accent); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; }
.feature-dot { width: 12px; height: 12px; background: var(--accent); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }

/* ── WARRANTY COVERAGE COLS ──────────────── */
.coverage-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.coverage-col { background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.coverage-col h3 { margin-bottom: 14px; }
.coverage-col ul { list-style: none; margin: 0; padding: 0; }
.coverage-col li { padding: 8px 0 8px 26px; position: relative; font-size: 15px; border-bottom: 1px solid var(--border); }
.coverage-col li:last-child { border-bottom: none; }
.coverage-col.covered { border-top: 4px solid var(--success); }
.coverage-col.not-covered { border-top: 4px solid var(--accent); }
.coverage-col.covered li::before { content: '✓'; color: var(--success); font-weight: 800; position: absolute; left: 0; top: 8px; }
.coverage-col.not-covered li::before { content: '✕'; color: var(--accent); font-weight: 800; position: absolute; left: 0; top: 8px; }

/* ── MANUFACTURER WHY/PRODUCT/WARRANTY STRIP ── */
.why-grid, .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: var(--surface); border-top: 4px solid var(--accent); border-radius: var(--radius-lg); padding: 28px; }
.why-icon { font-size: 2.25rem; margin-bottom: 12px; }
.why-card h3 { margin-bottom: 8px; }
.product-card { background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.product-card-thumb { width: 100%; height: 180px; object-fit: cover; }
.product-card-body { padding: 22px; }
.product-card-badge { display: inline-block; background: var(--accent); color: #ffffff; padding: 4px 10px; border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; }
.product-spec-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.product-spec { background: var(--surface); padding: 4px 10px; border-radius: 100px; font-size: 12px; color: var(--text-muted); }
.warranty-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 32px; background: var(--surface); border-radius: var(--radius-lg); margin: 32px 0; text-align: center; }
.warranty-stat { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; color: var(--accent); }
.warranty-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 6px; }

/* ── LOCATIONS GRID ───────────────────────── */
.areas-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 18px; }
.location-chip { background: #ffffff; border: 1px solid var(--border); padding: 10px 18px; border-radius: 100px; font-size: 14px; font-weight: 600; color: var(--text-primary); transition: all .2s; }
.location-chip:hover { background: var(--accent); border-color: var(--accent); color: #ffffff; }
.location-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.location-card { background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-card); display: block; transition: all .25s ease; }
.location-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: var(--accent); }
.location-card h3 { margin-bottom: 8px; color: var(--accent); }
.location-card p { font-size: 14px; margin-bottom: 12px; color: var(--text-muted); }
.location-card-link { color: var(--accent-blue); font-weight: 700; }
.loc-service-card { background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-card); }
.loc-service-card h3 { font-size: 18px; margin-bottom: 8px; color: var(--accent); }
.loc-service-card p { color: var(--text-muted); margin-bottom: 0; }

/* ── CONTACT FORM (page) ───────────────────── */
.contact-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 14px; background: #ffffff;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(254, 80, 67, 0.18);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 13px; color: var(--text-muted); margin-top: 8px; }
.info-panel { background: var(--surface); padding: 28px; border-radius: var(--radius-lg); border-top: 4px solid var(--accent); }
.info-panel h2 { margin-bottom: 14px; font-size: 22px; }
.info-row { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.info-row:last-child { border-bottom: none; }
.info-row strong { display: block; margin-bottom: 4px; color: var(--accent-blue); }

/* ── PRIVACY / LEGAL ────────────────────── */
.legal { padding: 60px 0; background: #ffffff; }
.legal h1 { margin-bottom: 8px; }
.legal .subline { color: var(--text-muted); margin-bottom: 32px; font-size: 14px; }
.legal h2 { font-size: 22px; margin: 28px 0 12px; color: var(--accent-blue); }
.legal p, .legal li { font-size: 15px; line-height: 1.7; color: var(--text-muted); margin-bottom: 10px; }
.legal ul { margin-left: 1.4em; list-style: disc; }
.legal a { color: var(--accent); }

/* ── FOOTER (red banner-top + dark lower) ── */
.footer-top { background: var(--accent); color: #ffffff; padding: 36px 0; text-align: center; }
.footer-top h2 { color: #ffffff; font-size: 28px; margin-bottom: 12px; }
.footer-top p { color: #ffffff; margin-bottom: 8px; }
.footer-top .phone-large { font-size: 30px; font-weight: 800; display: block; margin-top: 8px; }
.footer-top .phone-large a { color: #ffffff; }

.site-footer { background: var(--surface-dark); color: #ffffff; padding: 50px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-col h3 { font-size: 18px; margin-bottom: 16px; color: #ffffff; padding-bottom: 8px; border-bottom: 2px solid var(--accent); display: inline-block; }
.footer-col p { font-size: 14px; color: rgba(255,255,255,0.78); margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.85); transition: color .2s ease; }
.footer-col a:hover { color: var(--accent); }
.footer-col ul li { margin-bottom: 8px; font-size: 14px; }
.footer-col .icon { margin-right: 8px; }
.footer-logo { height: 50px; margin-bottom: 16px; }

.social-links { display: flex; gap: 10px; margin-top: 16px; }
.social-links a { display: inline-flex; width: 36px; height: 36px; background: var(--accent); border-radius: 50%; align-items: center; justify-content: center; color: #ffffff; transition: background .2s ease; }
.social-links a:hover { background: #ffffff; color: var(--accent); }

.map-embed { background: rgba(255,255,255,0.92); color: var(--text-primary); padding: 30px 16px; text-align: center; border-radius: var(--radius-sm); margin: 12px 0; }
.map-embed a { color: var(--accent-blue); font-weight: 600; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 18px; font-size: 13px; color: rgba(255,255,255,0.6); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,0.78); }
.footer-bottom a:hover { color: var(--accent); }

/* ── STICKY MOBILE CTA ──────────────────── */
.sticky-cta { display: none; }
@media (max-width: 991px) {
  .sticky-cta {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--surface-dark); color: #ffffff;
    padding: 10px 16px; z-index: 90;
    gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.15);
  }
  .sticky-cta p { font-size: 14px; font-weight: 700; margin: 0; color: #ffffff; }
  .sticky-cta a { background: var(--accent); color: #ffffff; padding: 8px 16px; border-radius: var(--radius); font-weight: 700; font-size: 14px; }
}

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1199px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  h1 { font-size: 36px; }
  .hero-content h1 { font-size: 36px; }
  h2 { font-size: 26px; }
  .section-header h2 { font-size: 28px; }
  .hero-grid, .about-split-grid, .dark-split-grid, .contact-grid { grid-template-columns: 1fr; }
  .testimonials-grid, .reviews-grid-cards, .trust-grid { grid-template-columns: 1fr; }
  .values-grid, .team-grid, .feature-grid, .why-grid, .product-grid, .location-cards-grid { grid-template-columns: 1fr; }
  .coverage-cols { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-list { grid-template-columns: 1fr; }
  .warranty-strip { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .services-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar { display: none; }
  body { padding-bottom: 70px; } /* room for sticky CTA */
  .cta-bar .container { flex-direction: column; text-align: center; }
}
