/* ═══════════════════════════════════════════════════════════════════
   roofing.css — SW Florida Roofing Pros (Template C niche skin)
   Design system: storm slate + paper + barrel-tile oxide.
   Type: Archivo (display) / Public Sans (body).
   Signature: standing-seam metal rib motif (pure CSS) — hero base strip,
   storm-band texture, footer divider. Amber is reserved for storm/emergency
   surfaces only.
   ═══════════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=Public+Sans:wght@400;500;600;700&display=swap');

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

:root {
  --slate: #232F3A;        /* storm slate — nav, dark bands */
  --slate-deep: #18222C;   /* footer, deepest ground */
  --navy: #232F3A;         /* alias: templates reference var(--navy) in inline bits */
  --paper: #FAF9F6;        /* page ground */
  --zinc: #E4E8EB;         /* galvanized panel gray */
  --oxide: #A6401F;        /* barrel-tile clay — primary CTA + accents */
  --oxide-deep: #872F14;
  --amber: #E8A33D;        /* storm-warning accent — emergency surfaces ONLY */
  --green: #E8A33D;        /* alias: partials use var(--green) for accent tags */
  --orange: #A6401F;       /* alias: partials/inline styles reference --orange */
  --bg: #FAF9F6;
  --text: #26292B;
  --white: #ffffff;
  --light-navy: #2E3D4B;
  --gray: #5C6670;
  --border: #DDDDD6;
  --seam: repeating-linear-gradient(90deg, #2E3D4B 0 26px, #3A4A5A 26px 29px);
  --seam-light: repeating-linear-gradient(90deg, transparent 0 26px, rgba(255,255,255,0.06) 26px 29px);
  --font-display: 'Archivo', 'Segoe UI', sans-serif;
  --font-body: 'Public Sans', -apple-system, 'Segoe UI', sans-serif;
}

body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4, .stat-num, .nav-logo { font-family: var(--font-display); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--oxide); outline-offset: 2px; border-radius: 4px; }

/* NAV */
.nav { background: var(--slate); padding: 14px 40px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(24, 34, 44, 0.35); }
.nav-logo { color: var(--white); font-size: 21px; font-weight: 800; letter-spacing: -0.3px; }
.nav-logo a { color: var(--white); }
.nav-logo span { color: var(--amber); }
.nav-links { display: flex; gap: 22px; align-items: center; list-style: none; }
.nav-links a { color: rgba(255, 255, 255, 0.85); font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--white); }
.nav-cta { display: flex; align-items: center; gap: 20px; }
.nav-cta a.phone { color: rgba(255, 255, 255, 0.92); font-size: 15px; font-weight: 600; }
.btn-nav { background: var(--oxide); color: var(--white); padding: 10px 22px; border-radius: 5px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.btn-nav:hover { background: var(--oxide-deep); }

/* HERO — photo under a slate wash; standing-seam strip along the base */
.hero { background: var(--slate); padding: 74px 40px 72px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24, 34, 44, 0.82) 0%, rgba(24, 34, 44, 0.62) 55%, rgba(24, 34, 44, 0.88) 100%), url('../img/hero-roofing.jpg') center/cover no-repeat; z-index: 0; }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: var(--seam); z-index: 2; }
.hero-inner { position: relative; max-width: 760px; margin: 0 auto; z-index: 2; }
.geo-hero { padding: 82px 40px 74px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232, 163, 61, 0.14); border: 1px solid var(--amber); color: var(--amber); font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 3px; margin-bottom: 22px; letter-spacing: .8px; text-transform: uppercase; font-family: var(--font-body); }
.hero h1 { color: var(--white); font-size: 42px; font-weight: 900; line-height: 1.12; margin-bottom: 16px; letter-spacing: -0.8px; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-sub { color: rgba(255, 255, 255, 0.85); font-size: 17px; max-width: 580px; margin: 0 auto 28px; line-height: 1.7; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.btn-primary { background: var(--oxide); color: var(--white); padding: 15px 32px; border-radius: 5px; font-size: 16px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: background .15s; }
.btn-primary:hover { background: var(--oxide-deep); }
.btn-secondary { background: transparent; color: var(--white); padding: 15px 32px; border-radius: 5px; font-size: 16px; font-weight: 600; border: 2px solid rgba(255, 255, 255, 0.55); transition: border-color .15s; }
.btn-secondary:hover { border-color: var(--white); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.trust-pill { display: flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.22); color: rgba(255, 255, 255, 0.92); font-size: 12px; padding: 6px 14px; border-radius: 3px; }
.trust-pill::before { content: '✓'; color: var(--amber); font-weight: 700; }

/* TRUST BAR */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 40px; display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); font-weight: 600; }
.trust-icon { color: var(--oxide); font-size: 15px; }

/* AEO */
.aeo-wrap { padding: 34px 40px; }
.aeo-box { background: var(--white); border-left: 5px solid var(--oxide); border-radius: 0 8px 8px 0; padding: 24px 28px; max-width: 900px; margin: 0 auto; box-shadow: 0 2px 16px rgba(24, 34, 44, 0.06); }
.aeo-label { font-size: 11px; color: var(--oxide); font-weight: 700; text-transform: uppercase; letter-spacing: .9px; margin-bottom: 10px; }
.aeo-question { font-size: 18px; font-weight: 800; color: var(--slate); margin-bottom: 10px; font-family: var(--font-display); }
.aeo-answer { font-size: 15px; color: var(--text); line-height: 1.75; }

/* BREADCRUMB */
.breadcrumb { padding: 10px 40px; font-size: 12px; color: var(--gray); max-width: 900px; margin: 0 auto; }
.breadcrumb span { color: var(--slate); font-weight: 600; }
.breadcrumb a { color: var(--gray); }

/* INTRO */
.intro { padding: 52px 40px; max-width: 900px; margin: 0 auto; }
.section-tag { display: inline-block; font-size: 11px; color: var(--oxide); font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 10px; border: 1px solid currentColor; padding: 3px 10px; border-radius: 2px; }
.intro h2 { font-size: 32px; font-weight: 800; color: var(--slate); margin-bottom: 20px; line-height: 1.22; letter-spacing: -0.4px; }
.intro p { font-size: 15.5px; color: var(--text); line-height: 1.85; margin-bottom: 16px; }

/* STATS — galvanized panel row */
.stats-section { padding: 0 40px 46px; max-width: 900px; margin: 0 auto; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.stat-box { background: var(--white); padding: 26px 16px; text-align: center; border-top: 3px solid var(--zinc); }
.stat-num { font-size: 27px; font-weight: 900; color: var(--slate); letter-spacing: -0.5px; }
.stat-label { font-size: 12px; color: var(--gray); margin-top: 6px; line-height: 1.45; }
.stat-source { font-size: 10px; color: #A5ABB1; margin-top: 4px; }

/* HOW IT WORKS */
.steps-section { background: var(--white); padding: 60px 40px; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 42px; }
.section-header h2 { font-size: 30px; font-weight: 800; color: var(--slate); margin-bottom: 12px; letter-spacing: -0.4px; }
.section-header p { font-size: 15px; color: var(--gray); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 940px; margin: 0 auto; }
.step-card { text-align: center; padding: 24px 16px; border-top: 3px solid var(--zinc); }
.step-num { width: 48px; height: 48px; border-radius: 4px; background: var(--slate); color: var(--amber); font-size: 17px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: var(--font-display); }
.step-card h4 { font-size: 16px; font-weight: 800; color: var(--slate); margin-bottom: 8px; }
.step-card p { font-size: 13px; color: var(--gray); line-height: 1.65; }

/* SERVICES */
.services-section { padding: 60px 40px; background: var(--bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 940px; margin: 0 auto; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 24px; transition: box-shadow .2s, border-color .2s; }
.service-card:hover { box-shadow: 0 6px 22px rgba(24, 34, 44, 0.10); border-color: var(--slate); }
.service-img { width: 100%; height: 160px; object-fit: cover; border-radius: 5px; margin-bottom: 16px; background: var(--zinc); }
.service-card h4 { font-size: 17px; font-weight: 800; color: var(--slate); margin-bottom: 8px; }
.service-card p { font-size: 13.5px; color: var(--gray); line-height: 1.65; }
.service-card a.svc-more { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--oxide); }
.service-card a.svc-more:hover { text-decoration: underline; }

/* LOCAL CONDITIONS — the storm band. Amber accents + seam texture live here. */
.local-section { background: var(--slate); background-image: var(--seam-light); padding: 60px 40px; border-top: 4px solid var(--amber); }
.local-inner { max-width: 900px; margin: 0 auto; }
.local-tag { display: inline-block; font-size: 11px; color: var(--amber); font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 10px; border: 1px solid currentColor; padding: 3px 10px; border-radius: 2px; }
.local-section h2 { color: var(--white); font-size: 28px; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.4px; }
.local-section p { color: rgba(255, 255, 255, 0.85); font-size: 15px; line-height: 1.85; margin-bottom: 14px; }
.local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.local-card { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 6px; padding: 20px; }
.local-card h5 { color: var(--amber); font-size: 13.5px; font-weight: 800; margin-bottom: 8px; font-family: var(--font-display); }
.local-card p { color: rgba(255, 255, 255, 0.78); font-size: 12.5px; line-height: 1.65; }

/* TESTIMONIALS */
.testi-section { padding: 60px 40px; background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 940px; margin: 0 auto; }
.testi-card { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 22px; }
.stars { color: var(--oxide); font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }
.testi-card p { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 14px; font-style: italic; }
.testi-author { font-size: 12.5px; color: var(--slate); font-weight: 700; }
.testi-location { font-size: 11px; color: var(--gray); }

/* COVERAGE AREA */
.coverage-section { padding: 60px 40px; background: var(--white); }
.coverage-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin-top: 24px; }
.coverage-pill { background: var(--slate); color: #fff; border-radius: 4px; padding: 10px 20px; margin: 6px; font-size: 14px; font-weight: 600; white-space: nowrap; transition: background .15s; }
a.coverage-pill:hover { background: var(--oxide); }
.coverage-pill a { color: #fff; }

/* FAQ */
.faq-section { padding: 60px 40px; background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 940px; margin: 0 auto; }
.faq-card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 22px; border-top: 3px solid var(--zinc); }
.faq-card h5 { font-size: 15px; font-weight: 800; color: var(--slate); margin-bottom: 10px; line-height: 1.4; font-family: var(--font-display); }
.faq-card p { font-size: 13.5px; color: var(--text); line-height: 1.7; }

/* CTA */
.cta-section { padding: 44px 40px; background: var(--bg); }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 940px; margin: 0 auto; }
.cta-card { border-radius: 8px; padding: 34px; text-align: center; }
.cta-card.blue { background: var(--slate); }
.cta-card.orange { background: var(--oxide); }
.cta-card h3 { color: var(--white); font-size: 21px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.3px; }
.cta-card p { color: rgba(255, 255, 255, 0.88); font-size: 14px; margin-bottom: 20px; line-height: 1.65; }
.btn-white { background: var(--white); border: none; border-radius: 5px; padding: 13px 28px; font-size: 15px; font-weight: 700; cursor: pointer; display: inline-block; transition: transform .12s; }
.btn-white:hover { transform: translateY(-1px); }
.cta-card.blue .btn-white { color: var(--slate); }
.cta-card.orange .btn-white { color: var(--oxide); }

/* GENERIC PAGE WRAP */
.page-wrap { max-width: 900px; margin: 0 auto; padding: 56px 40px 80px; }
.page-wrap h1 { font-size: 34px; color: var(--slate); margin-bottom: 24px; font-weight: 900; letter-spacing: -0.5px; }
.page-wrap h2 { font-size: 23px; color: var(--slate); margin: 28px 0 14px; font-weight: 800; }
.page-wrap h3 { font-size: 17px; color: var(--slate); margin: 20px 0 10px; font-weight: 700; }
.page-wrap p { font-size: 15px; line-height: 1.8; margin-bottom: 14px; }
.page-wrap ul, .page-wrap ol { margin-left: 20px; margin-bottom: 16px; line-height: 1.8; }

/* SERVICE AREAS HUB (legacy grid) */
.geo-hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-top: 24px; }
.geo-hub-card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 16px; text-align: center; transition: box-shadow .2s; }
.geo-hub-card:hover { box-shadow: 0 4px 16px rgba(24, 34, 44, 0.08); }
.geo-hub-card h4 { font-size: 14px; color: var(--slate); font-weight: 700; }

/* FOOTER — seam divider above deep slate */
.footer { background: var(--slate-deep); border-top: 10px solid transparent; border-image: none; padding: 40px 40px 90px; text-align: center; position: relative; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: var(--seam); }
.footer p { color: rgba(255, 255, 255, 0.55); font-size: 12px; line-height: 1.8; }
.footer a { color: rgba(255, 255, 255, 0.65); }
.footer a:hover { color: var(--white); }
.footer strong { color: rgba(255, 255, 255, 0.85); }

/* STICKY BAR — storm surface: amber button allowed */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--slate); padding: 13px 40px; display: flex; justify-content: space-between; align-items: center; z-index: 99; box-shadow: 0 -2px 16px rgba(24, 34, 44, 0.4); border-top: 2px solid var(--amber); }
.sticky-bar p { color: rgba(255, 255, 255, 0.92); font-size: 14px; font-weight: 600; }
.btn-sticky { background: var(--amber); color: var(--slate-deep); padding: 10px 24px; border-radius: 5px; font-size: 14px; font-weight: 800; border: none; cursor: pointer; }
.btn-sticky:hover { background: #F0B355; }

/* SERVICE AREAS HUB hero */
.hub-hero { background: linear-gradient(160deg, var(--slate-deep) 0%, var(--slate) 55%, #2E3D4B 100%); padding: 80px 40px 70px; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.hub-hero::before { content: ''; position: absolute; inset: 0; background: var(--seam-light); pointer-events: none; }
.hub-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 10px; background: var(--seam); }
.hub-hero-inner { position: relative; max-width: 760px; margin: 0 auto; z-index: 1; }
.hub-label { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; color: var(--amber); margin-bottom: 14px; text-transform: uppercase; border: 1px solid currentColor; padding: 3px 12px; border-radius: 2px; }
.hub-label.small { font-size: 11px; letter-spacing: 1.2px; margin-bottom: 8px; }
.hub-hero h1 { font-size: 38px; font-weight: 900; line-height: 1.15; margin-bottom: 14px; color: var(--white); letter-spacing: -0.6px; }
.hub-sub { font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.84); max-width: 600px; margin: 0 auto 26px; }

.hub-grid-section { padding: 60px 40px; background: var(--bg); }
.hub-grid-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.hub-grid-inner h2 { font-size: 28px; font-weight: 800; color: var(--slate); margin-bottom: 8px; letter-spacing: -0.4px; }
.hub-grid-sub { color: var(--gray); font-size: 14px; margin-bottom: 32px; }

.hub-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hub-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 18px 18px 16px; border-radius: 6px; border: 1px solid var(--border); text-align: left; position: relative; transition: transform .15s, box-shadow .15s, border-color .15s; }
.hub-card-active { background: var(--white); color: var(--text); cursor: pointer; }
.hub-card-active:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(24, 34, 44, 0.10); border-color: var(--slate); }
.hub-card-inactive { background: #EFF1F0; color: #9AA1A8; cursor: not-allowed; }
.hub-card-city { font-size: 16px; font-weight: 800; color: inherit; font-family: var(--font-display); }
.hub-card-active .hub-card-city { color: var(--slate); }
.hub-card-tag { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; color: var(--oxide); }
.hub-card-inactive .hub-card-tag { color: #B5BCC4; }
.hub-card-arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 20px; line-height: 1; color: var(--oxide); }
.hub-card-inactive .hub-card-arrow { color: #C9CFD6; }

/* SERVICES HUB — card grid w/ images */
.services-hub-section { padding: 60px 40px; background: var(--bg); }
.services-hub-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.services-hub-inner h2 { font-size: 30px; font-weight: 800; color: var(--slate); margin-bottom: 8px; letter-spacing: -0.4px; }
.services-hub-inner > .hub-grid-sub { color: var(--gray); font-size: 15px; max-width: 720px; margin: 0 auto 36px; }
.services-hub-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.services-hub-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; text-align: left; transition: transform .15s, box-shadow .15s, border-color .15s; }
.services-hub-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(24, 34, 44, 0.12); border-color: var(--slate); }
.services-hub-card-img { display: block; height: 180px; overflow: hidden; background: var(--zinc); }
.services-hub-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.services-hub-card:hover .services-hub-card-img img { transform: scale(1.04); }
.services-hub-card-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.services-hub-card-body h3 { font-size: 19px; font-weight: 800; color: var(--slate); margin-bottom: 10px; }
.services-hub-card-body h3 a { color: inherit; }
.services-hub-card-body p { font-size: 14px; color: var(--text); line-height: 1.65; margin-bottom: 14px; flex: 1; }
.services-hub-more { display: inline-block; font-size: 14px; font-weight: 700; color: var(--oxide); align-self: flex-start; }
.services-hub-more:hover { text-decoration: underline; }

/* SERVICE PAGE — long-form prose */
.svc-longform { padding: 60px 40px; background: var(--white); }
.svc-longform-inner { max-width: 820px; margin: 0 auto; }
.svc-longform-inner h2 { font-size: 30px; color: var(--slate); margin-bottom: 18px; font-weight: 800; letter-spacing: -0.4px; }
.svc-longform-inner p { font-size: 15.5px; line-height: 1.85; margin-bottom: 16px; color: var(--text); }

/* WARNING SIGNS grid */
.warning-signs { padding: 60px 40px; background: var(--bg); }
.warning-signs-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.warning-signs-inner h2 { font-size: 30px; color: var(--slate); margin-bottom: 10px; font-weight: 800; }
.warning-sub { font-size: 15px; color: var(--gray); max-width: 700px; margin: 0 auto 32px; }
.warning-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; text-align: left; }
.warning-card { display: flex; gap: 14px; background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--amber); border-radius: 6px; padding: 16px 18px; }
.warning-icon { flex: 0 0 32px; height: 32px; width: 32px; border-radius: 4px; background: rgba(232, 163, 61, 0.15); color: #B27A20; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.warning-card h4 { font-size: 15px; font-weight: 800; color: var(--slate); margin-bottom: 4px; }
.warning-card p { font-size: 13.5px; line-height: 1.6; color: var(--text); }

/* DETAILED PROCESS */
.svc-process-deep { padding: 60px 40px; background: var(--white); }
.svc-process-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.svc-process-inner h2 { font-size: 30px; color: var(--slate); margin-bottom: 10px; font-weight: 800; }
.svc-process-sub { font-size: 15px; color: var(--gray); max-width: 700px; margin: 0 auto 32px; }
.svc-process-steps { display: flex; flex-direction: column; gap: 18px; text-align: left; }
.svc-process-row { display: flex; gap: 22px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 22px 24px; }
.svc-process-num { flex: 0 0 56px; height: 56px; width: 56px; border-radius: 4px; background: var(--slate); color: var(--amber); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; font-family: var(--font-display); }
.svc-process-content h3 { font-size: 17px; font-weight: 800; color: var(--slate); margin-bottom: 6px; }
.svc-process-content p { font-size: 14px; line-height: 1.75; color: var(--text); }

/* WHO NEEDS — 3-col */
.who-needs-section { padding: 60px 40px; background: var(--bg); }
.who-needs-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.who-needs-inner h2 { font-size: 30px; color: var(--slate); margin-bottom: 28px; font-weight: 800; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.who-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 24px; border-top: 3px solid var(--zinc); }
.who-icon { font-size: 28px; margin-bottom: 8px; }
.who-card h4 { font-size: 16px; font-weight: 800; color: var(--slate); margin-bottom: 10px; }
.who-card p { font-size: 14px; line-height: 1.7; color: var(--text); }

/* COST & TIMELINE */
.cost-timeline-section { padding: 60px 40px; background: var(--white); }
.cost-timeline-inner { max-width: 820px; margin: 0 auto; }
.cost-timeline-inner h2 { font-size: 28px; color: var(--slate); margin-bottom: 18px; font-weight: 800; }
.cost-timeline-inner p { font-size: 15px; line-height: 1.8; margin-bottom: 14px; }

/* RELATED SERVICES */
.related-services-section { padding: 60px 40px; background: var(--bg); }
.related-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.related-inner h2 { font-size: 28px; color: var(--slate); margin-bottom: 28px; font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; }
.related-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 22px; position: relative; transition: transform .15s, box-shadow .15s; }
.related-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(24, 34, 44, 0.08); }
.related-card h4 { font-size: 15px; font-weight: 800; color: var(--slate); margin-bottom: 8px; }
.related-card p { font-size: 13px; line-height: 1.6; color: var(--gray); }
.related-arrow { position: absolute; right: 18px; top: 22px; font-size: 18px; color: var(--oxide); }

/* WHAT'S INCLUDED list */
.svc-included { padding: 60px 40px; background: var(--white); }
.svc-included-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.svc-included-inner h2 { font-size: 28px; font-weight: 800; color: var(--slate); margin-bottom: 24px; }
.svc-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; text-align: left; }
.svc-list li { display: flex; align-items: flex-start; gap: 10px; background: var(--bg); border: 1px solid var(--border); border-radius: 6px; padding: 14px 16px; font-size: 14px; line-height: 1.55; color: var(--text); }
.svc-tick { display: inline-flex; flex: 0 0 22px; height: 22px; width: 22px; align-items: center; justify-content: center; background: var(--oxide); color: var(--white); border-radius: 4px; font-size: 12px; font-weight: 700; }
.svc-faq-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1024px) {
  .services-hub-cards { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .hub-cards { grid-template-columns: repeat(3, 1fr); }
  .svc-faq-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .services-hub-cards { grid-template-columns: 1fr; }
  .warning-grid { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .svc-process-row { flex-direction: column; gap: 12px; }
  .svc-process-num { width: 44px; height: 44px; flex: 0 0 44px; font-size: 16px; }
  .hub-cards { grid-template-columns: repeat(2, 1fr); }
  .svc-list, .svc-faq-grid { grid-template-columns: 1fr; }
  .hub-hero { padding: 56px 20px 48px; }
  .hub-hero h1 { font-size: 27px; }
}
@media (max-width: 768px) {
  .nav { padding: 12px 20px; flex-wrap: wrap; gap: 10px; }
  .nav-links { width: 100%; order: 3; gap: 14px; flex-wrap: wrap; }
  .hero { padding: 48px 20px 44px; }
  .hero h1 { font-size: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .local-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .trust-bar { gap: 16px; padding: 12px 20px; }
  .aeo-wrap, .intro, .stats-section, .breadcrumb { padding-left: 20px; padding-right: 20px; }
  .page-wrap { padding: 32px 20px 80px; }
  .sticky-bar { padding: 11px 16px; }
  .sticky-bar p { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* SWFLR-NAV-DROPDOWN v1 — Services mega-menu / dropdown (desktop hover + keyboard;
   mobile shows the service list inline & always-open, no JS). ───────────────── */
.nav-links .has-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.dd-caret {
  width: 7px; height: 7px; margin-top: -3px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg); transition: transform 0.2s ease; opacity: 0.8;
}
.has-dropdown:hover .dd-caret,
.has-dropdown:focus-within .dd-caret { transform: rotate(-135deg); margin-top: 2px; }

.nav-dropdown {
  list-style: none;
  position: absolute; top: calc(100% + 12px); left: 0;
  min-width: 250px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--oxide);
  border-radius: 6px;
  box-shadow: 0 14px 38px rgba(24, 34, 44, 0.22);
  padding: 8px;
  display: flex; flex-direction: column; gap: 2px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 200;
}
/* invisible hover bridge across the gap so the menu doesn't close mid-reach */
.nav-dropdown::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown li { margin: 0; }
.nav-dropdown a {
  display: block; color: var(--slate); font-size: 14px; font-weight: 500;
  line-height: 1.35; padding: 9px 12px; border-radius: 4px; white-space: nowrap;
}
.nav-dropdown a:hover { background: var(--paper); color: var(--oxide); }

@media (max-width: 768px) {
  /* On touch/mobile the nav wraps to its own row; render the service list as an
     always-open, indented sub-list under Services — the links show directly. */
  .nav-links .has-dropdown { width: 100%; }
  .nav-dropdown-toggle { justify-content: flex-start; }
  .dd-caret { display: none; }
  .nav-dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    min-width: 0; width: 100%;
    background: transparent; box-shadow: none; border: none;
    border-left: 2px solid rgba(255, 255, 255, 0.18); border-radius: 0;
    margin: 6px 0 2px 4px; padding: 4px 0 4px 14px; gap: 0;
  }
  .nav-dropdown::before { display: none; }
  .nav-dropdown a {
    color: rgba(255, 255, 255, 0.82); font-size: 13.5px; padding: 7px 6px; white-space: normal;
  }
  .nav-dropdown a:hover { background: transparent; color: #fff; }
}
/* END SWFLR-NAV-DROPDOWN v1 */
