/* ============================================================
   BAM BASEMENTS AND MASONS — Global Stylesheet v3.0
   Brand: Montserrat | #9C0000 Red | #0170B9 Blue | #3A3A3A Dark
   Patent-compliant nav: clean top nav, NO mega menu.
   Sub-page navigation lives in hub page body content only.
   Cloudflare Pages Static Site — No Framework Dependencies
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* DESIGN TOKENS */
:root {
  --red:        #9C0000;
  --red-dark:   #7a0000;
  --blue:       #0170B9;
  --blue-dark:  #015a94;
  --dark:       #3A3A3A;
  --dark-alt:   #4B4F58;
  --footer-bg:  #2d2d2d;
  --white:      #FFFFFF;
  --body-text:  #555555;
  --light-bg:   #F5F5F5;
  --border:     #E0E0E0;
  --gold:       #FFD700;
  --green:      #2e7d32;
  --font:       'Montserrat', sans-serif;
  --container:  1200px;
  --radius:     4px;
  --radius-lg:  8px;
  --shadow:     0 2px 10px rgba(0,0,0,0.10);
  --shadow-lg:  0 6px 24px rgba(0,0,0,0.15);
  --transition: 0.2s ease;
  --header-h:   68px;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 1rem; line-height: 1.7; color: var(--body-text); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--red); }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 2px; }
ul, ol { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font); font-weight: 700; line-height: 1.25; color: var(--dark); }
h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); margin-bottom: 0.75rem; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); margin-bottom: 0.5rem; }
h4 { font-size: 1.1rem; margin-bottom: 0.4rem; }
p  { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* LAYOUT */
.container         { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
.container--narrow { max-width: 820px; margin: 0 auto; padding: 0 1.25rem; }
.section           { padding: 4rem 0; }
.section--sm       { padding: 2.5rem 0; }
.section--light    { background: var(--light-bg); }
.section--dark     { background: var(--footer-bg); color: var(--white); }
.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4 { color: var(--white); }
.section--red      { background: var(--red); color: var(--white); }
.section--red h1,.section--red h2,.section--red h3 { color: var(--white); }

/* SKIP LINK */
.skip-link { position: absolute; top: -100%; left: 0; background: var(--red); color: var(--white); padding: 0.5rem 1rem; z-index: 9999; font-weight: 600; }
.skip-link:focus { top: 0; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; font-family: var(--font); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.75rem 1.6rem; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; transition: all var(--transition); white-space: nowrap; text-decoration: none; min-height: 44px; }
.btn:hover { transform: translateY(-1px); }
.btn--primary   { background: var(--red);   color: var(--white); border-color: var(--red); }
.btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }
.btn--secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn--secondary:hover { background: var(--white); color: var(--red); }
.btn--blue      { background: var(--blue);  color: var(--white); border-color: var(--blue); }
.btn--blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.btn--outline-red { background: transparent; color: var(--red); border-color: var(--red); }
.btn--outline-red:hover { background: var(--red); color: var(--white); }
.btn--dark      { background: var(--dark);  color: var(--white); border-color: var(--dark); }
.btn--dark:hover { background: #222; border-color: #222; color: var(--white); }
.btn--lg  { padding: 0.9rem 2rem; font-size: 1rem; }
.btn--sm  { padding: 0.5rem 1rem; font-size: 0.78rem; }
.btn--full { width: 100%; justify-content: center; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
.header-topbar { background: var(--dark); color: var(--white); font-size: 0.78rem; padding: 0.35rem 0; }
.header-topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.header-topbar a { color: rgba(255,255,255,0.85); }
.header-topbar a:hover { color: var(--white); }
.topbar-left,.topbar-right { display: flex; align-items: center; gap: 1.25rem; }
.topbar-item { display: flex; align-items: center; gap: 0.35rem; font-weight: 500; }
.topbar-item--phone { font-weight: 700; color: var(--white) !important; }
.header-main { padding: 0.5rem 0; }
.header-inner { display: flex; align-items: center; gap: 1.5rem; }
.site-logo { flex-shrink: 0; }
.site-logo img { height: 56px; width: auto; }

/* ============================================================
   PATENT-COMPLIANT TOP NAV
   US7716216 Reasonable Surfer: max 9 links, all hub-level,
   each with high individual click probability.
   US6285999B1 Recursive Authority: hierarchy preserved.
   Homepage -> Hub -> Sub-page. NO sub-pages in top nav.
   Sub-page navigation lives in hub page body content only.
   ============================================================ */
.primary-nav-wrapper { flex: 1; display: flex; align-items: center; justify-content: flex-end; }
.primary-nav { display: flex; align-items: center; list-style: none; padding: 0; margin: 0; gap: 0; }
.primary-nav > li > a { display: block; padding: 1rem 0.7rem; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--dark); white-space: nowrap; transition: color var(--transition), border-bottom-color var(--transition); border-bottom: 3px solid transparent; }
.primary-nav > li > a:hover, .primary-nav > li > a[aria-current='page'] { color: var(--red); border-bottom-color: var(--red); }

/* About dropdown — single level only */
.primary-nav > li.has-dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: 100%; right: 0; background: var(--white); box-shadow: var(--shadow-lg); border-top: 3px solid var(--red); min-width: 190px; z-index: 999; padding: 0.4rem 0; }
.primary-nav > li.has-dropdown:hover .dropdown-menu, .primary-nav > li.has-dropdown.is-open .dropdown-menu { display: block; }
.dropdown-menu li a { display: block; padding: 0.55rem 1.25rem; font-size: 0.84rem; color: var(--dark-alt); font-weight: 500; }
.dropdown-menu li a:hover { background: var(--light-bg); color: var(--red); }

.header-cta { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.header-cta .btn { font-size: 0.75rem; padding: 0.55rem 0.9rem; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--dark); padding: 0.25rem; margin-left: auto; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }

/* BREADCRUMB */
.breadcrumb { background: var(--light-bg); border-bottom: 1px solid var(--border); padding: 0.6rem 0; font-size: 0.8rem; }
.breadcrumb__list { display: flex; flex-wrap: wrap; gap: 0.3rem; align-items: center; list-style: none; padding: 0; }
.breadcrumb__item + .breadcrumb__item::before { content: '\203A'; margin-right: 0.3rem; color: var(--body-text); }
.breadcrumb__item a { color: var(--blue); font-weight: 500; }
.breadcrumb__item[aria-current='page'] { color: var(--body-text); font-weight: 600; }

/* HERO */
.hero { position: relative; background-color: #1a1a1a; background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.75)), url('/images/services/hero-team.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 520px; display: flex; align-items: center; padding: 4rem 0; color: var(--white); }
.hero--short   { min-height: 280px; }
.hero--service { min-height: 420px; }
.hero--geo     { min-height: 380px; }
.hero--home    { min-height: 580px; }
.hero__content { max-width: 680px; }
.hero__content--center { max-width: 780px; margin: 0 auto; text-align: center; }
.hero h1 { color: var(--white); font-size: clamp(1.9rem, 4.5vw, 3rem); margin-bottom: 1rem; text-shadow: 0 2px 8px rgba(0,0,0,0.4); text-transform: uppercase; }
.hero__sub { font-size: 1.05rem; margin-bottom: 1.75rem; opacity: 0.95; max-width: 600px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__content--center .hero__cta { justify-content: center; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 1.5rem; }
.hero__trust-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.9); }
.hero__trust-item::before { content: '\2713'; color: var(--gold); font-weight: 800; }
.star-badge { display: inline-flex; flex-direction: column; gap: 0.2rem; margin-bottom: 1rem; }
.star-badge__stars { font-size: 1.5rem; color: var(--gold); letter-spacing: 0.1em; }
.star-badge__label { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.9); }

/* STATS BAR */
.stats-bar { background: var(--red); padding: 1.75rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1rem; text-align: center; }
.stat-item { color: var(--white); }
.stat-number { display: block; font-size: 2.25rem; font-weight: 800; line-height: 1; }
.stat-label  { display: block; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.9; margin-top: 0.3rem; }

/* TRUST BAR */
.trust-bar { background: var(--dark); padding: 1.1rem 0; }
.trust-bar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; color: var(--white); font-size: 0.82rem; font-weight: 600; }
.trust-item__icon { font-size: 1.1rem; color: var(--gold); }

/* ============================================================
   HUB SERVICE CARDS
   These replace the mega menu. Sub-page links live in the
   content body of each hub page — full PageRank weight.
   ============================================================ */
.hub-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.hub-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); display: flex; flex-direction: column; }
.hub-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--red); }
.hub-card__img  { width: 100%; height: 190px; object-fit: cover; }
.hub-card__body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.hub-card__title { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.hub-card__text  { font-size: 0.875rem; color: var(--body-text); flex: 1; margin-bottom: 1rem; }
.hub-card__link  { color: var(--red); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 0.3rem; }
.hub-card__link::after { content: ' \2192'; }
.hub-card__link:hover { color: var(--red-dark); }

/* SERVICE CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-card__img   { width: 100%; height: 200px; object-fit: cover; }
.service-card__body  { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.service-card__title { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.service-card__text  { font-size: 0.875rem; color: var(--body-text); flex: 1; margin-bottom: 1rem; }
.service-card__link  { color: var(--red); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; }
.service-card__link:hover { color: var(--red-dark); }
.service-card__link::after { content: ' \2192'; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 0.75rem; }
.review-card--featured { border-color: var(--red); border-width: 2px; }
.review-card__stars    { color: var(--gold); font-size: 1.1rem; letter-spacing: 0.08em; }
.review-card__badge    { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.2rem 0.6rem; border-radius: 2px; background: var(--green); color: var(--white); width: fit-content; }
.review-card__text     { font-size: 0.9rem; color: var(--dark-alt); font-style: italic; line-height: 1.65; flex: 1; border: none; padding: 0; margin: 0; }
.review-card__author   { font-weight: 700; font-size: 0.9rem; color: var(--dark); }
.review-card__location { font-size: 0.78rem; color: var(--body-text); }
.review-card__service  { font-size: 0.78rem; color: var(--blue); font-weight: 600; }
.reviews-cta { text-align: center; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }

/* PROCESS STEPS */
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.process-step { text-align: center; padding: 1.5rem 1rem; }
.process-step__num { width: 56px; height: 56px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 800; margin: 0 auto 1rem; }
.process-step h3 { font-size: 0.95rem; color: var(--dark); margin-bottom: 0.4rem; }
.process-step p  { font-size: 0.85rem; color: var(--body-text); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { padding: 1rem 1.25rem; font-weight: 700; font-size: 0.95rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background: var(--white); color: var(--dark); transition: background var(--transition); min-height: 44px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--red); flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item[open] summary { background: var(--light-bg); color: var(--red); }
.faq-item__answer { padding: 1rem 1.25rem; font-size: 0.9rem; background: var(--light-bg); border-top: 1px solid var(--border); }
.faq-item__answer p { max-width: none; margin-bottom: 0.5rem; }

/* CTA SECTION */
.cta-section { background: var(--red); padding: 3.5rem 0; text-align: center; color: var(--white); }
.cta-inner h2 { color: var(--white); margin-bottom: 0.75rem; }
.cta-inner p  { font-size: 1.05rem; opacity: 0.92; max-width: 640px; margin: 0 auto 1.75rem; }
.cta-buttons  { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* NEXT STEPS */
.next-steps { padding: 3rem 0; background: var(--light-bg); }
.next-steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.next-step-card { background: var(--white); border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 1.5rem; text-align: center; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; transition: all var(--transition); }
.next-step-card:hover { border-color: var(--red); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.next-step-card__icon  { font-size: 2rem; }
.next-step-card__title { font-weight: 700; color: var(--dark); font-size: 1rem; margin: 0; }
.next-step-card__desc  { color: var(--body-text); font-size: 0.85rem; margin: 0; }

/* GEO AREA LINKS */
.service-area-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.service-area-link { display: inline-block; padding: 0.5rem 0.9rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.82rem; font-weight: 600; color: var(--dark-alt); transition: all var(--transition); }
.service-area-link:hover { background: var(--red); color: var(--white); border-color: var(--red); }

/* CONTENT BODY */
.content-body { padding: 3rem 0; }
.content-body h2 { margin: 2rem 0 0.75rem; color: var(--dark); }
.content-body h3 { margin: 1.5rem 0 0.5rem; color: var(--dark); }
.content-body p  { margin-bottom: 1.1rem; }
.content-body ul,.content-body ol { padding-left: 1.5rem; margin-bottom: 1.1rem; }
.content-body ul { list-style: disc; }
.content-body ol { list-style: decimal; }
.content-body li { margin-bottom: 0.4rem; }
.content-body blockquote { border-left: 4px solid var(--red); padding: 0.75rem 1.25rem; background: var(--light-bg); margin: 1.5rem 0; font-style: italic; color: var(--dark-alt); }

/* CONTENT + SIDEBAR */
.content-with-sidebar { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; align-items: start; }
.sidebar { position: sticky; top: calc(var(--header-h) + 1rem); }
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); margin-bottom: 1.5rem; }
.sidebar-card h3 { font-size: 0.95rem; color: var(--dark); margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--red); }
.sidebar-card ul { list-style: none; padding: 0; }
.sidebar-card ul li { margin-bottom: 0.4rem; }
.sidebar-card ul li a { font-size: 0.85rem; color: var(--dark-alt); font-weight: 500; }
.sidebar-card ul li a:hover { color: var(--red); }
.sidebar-cta { background: var(--red); color: var(--white); }
.sidebar-cta h3 { color: var(--white); border-bottom-color: rgba(255,255,255,0.3); }
.sidebar-cta p  { font-size: 0.875rem; opacity: 0.9; margin-bottom: 1rem; }

/* COMPARISON TABLE */
.comparison-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9rem; }
.comparison-table th { background: var(--dark); color: var(--white); padding: 0.75rem 1rem; text-align: left; font-weight: 700; }
.comparison-table td { padding: 0.65rem 1rem; border-bottom: 1px solid var(--border); }
.comparison-table tr:nth-child(even) td { background: var(--light-bg); }
.check { color: var(--green); font-weight: 700; }
.cross { color: var(--red);   font-weight: 700; }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.blog-card__img  { width: 100%; height: 180px; object-fit: cover; }
.blog-card__body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.blog-card__cat  { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--red); margin-bottom: 0.4rem; }
.blog-card__title { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; line-height: 1.35; }
.blog-card__title a { color: inherit; }
.blog-card__title a:hover { color: var(--red); }
.blog-card__excerpt { font-size: 0.875rem; color: var(--body-text); flex: 1; margin-bottom: 0.75rem; }
.blog-card__meta    { font-size: 0.78rem; color: var(--body-text); }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-info-item { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; }
.contact-info-item__icon { font-size: 1.25rem; color: var(--red); flex-shrink: 0; margin-top: 0.1rem; }
.contact-info-item__text { font-size: 0.9rem; }
.contact-info-item__text strong { display: block; font-weight: 700; color: var(--dark); margin-bottom: 0.1rem; }

/* FORMS */
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font); font-size: 0.9rem; color: var(--dark); background: var(--white); transition: border-color var(--transition); min-height: 44px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(1,112,185,0.15); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* SECTION HEADER */
.section-header { margin-bottom: 2rem; }
.section-header--center { text-align: center; }
.section-header p { font-size: 1.05rem; color: var(--body-text); max-width: 680px; margin-top: 0.5rem; }
.section-header--center p { margin: 0.5rem auto 0; }

/* FOOTER */
.site-footer { background: var(--footer-bg); color: rgba(255,255,255,0.78); padding: 3rem 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.75fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; }
.footer-brand img { margin-bottom: 1rem; height: 48px; width: auto; }
.footer-brand p   { font-size: 0.875rem; line-height: 1.65; }
.footer-stars { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.75rem; font-size: 0.82rem; color: rgba(255,255,255,0.8); }
.footer-stars span:first-child { color: var(--gold); font-size: 1rem; }
.footer-col h4 { color: var(--white); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--red); }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col ul li a { font-size: 0.85rem; color: rgba(255,255,255,0.72); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--white); }
.footer-nap { font-size: 0.875rem; line-height: 1.8; }
.footer-nap strong { color: var(--white); display: block; }
.footer-nap a { color: rgba(255,255,255,0.78); }
.footer-nap a:hover { color: var(--white); }
.footer-bottom { background: rgba(0,0,0,0.3); padding: 1rem 0; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.footer-bottom a { color: rgba(255,255,255,0.6); }
.footer-bottom a:hover { color: var(--white); }

/* STICKY MOBILE PHONE */
.sticky-phone { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--red); padding: 0.9rem; text-align: center; box-shadow: 0 -4px 12px rgba(0,0,0,0.2); }
.sticky-phone a { color: var(--white); font-weight: 700; font-size: 1.1rem; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }

/* UTILITY */
.text-center { text-align: center; }
.text-red    { color: var(--red); }
.text-blue   { color: var(--blue); }
.text-white  { color: var(--white); }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.visually-hidden, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; padding: 0; margin: -1px; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .content-with-sidebar { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .primary-nav-wrapper { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); box-shadow: var(--shadow-lg); padding: 0.5rem 0; z-index: 998; }
  .primary-nav-wrapper.is-open { display: block; }
  .primary-nav { flex-direction: column; }
  .primary-nav > li > a { padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--border) !important; font-size: 0.85rem; }
  .dropdown-menu { position: static; min-width: 100%; box-shadow: none; border-top: none; border-left: 4px solid var(--red); background: var(--light-bg); display: none; }
  .primary-nav > li.has-dropdown.is-open .dropdown-menu { display: block; }
  .header-cta { display: none; }
  .header-topbar .container { flex-direction: column; gap: 0.25rem; }
  .hero { min-height: 380px; }
  .hero h1 { font-size: 1.75rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .sticky-phone { display: block; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__cta, .cta-buttons { flex-direction: column; }
  .btn--lg { width: 100%; text-align: center; }
  .cards-grid, .hub-cards-grid, .reviews-grid { grid-template-columns: 1fr; }
}
