/*
Theme Name: Miami Mold
Theme URI: https://miamimoldremediation.us
Author: Miami Mold Remediation Pros (built by cc-t1, 2026-04-30)
Description: Custom WordPress theme for miamimoldremediation.us. Hand-rolled — no Divi, no Elementor, no page builders. Ports the approved static HTML to a maintainable WP theme with dynamic geo + service templates.
Version: 1.0.0
License: All rights reserved
Text Domain: miami-mold
*/

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

:root {
  --navy: #1B3A6B;
  --green: #2ECC71;
  --orange: #E8622A;
  --bg: #F8F9FA;
  --text: #2C2C2A;
  --white: #ffffff;
  --light-navy: #243F6E;
  --gray: #666666;
  --border: #E0E0E0;
}

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* NAV */
.nav { background: var(--navy); 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(0, 0, 0, 0.3); }
.nav-logo { color: var(--white); font-size: 20px; font-weight: 600; letter-spacing: -0.3px; }
.nav-logo a { color: var(--white); }
.nav-logo span { color: var(--green); }
.nav-links { display: flex; gap: 22px; align-items: center; }
.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.9); font-size: 15px; }
.btn-nav { background: var(--orange); color: var(--white); padding: 10px 22px; border-radius: 6px; font-size: 14px; font-weight: 600; white-space: nowrap; }

/* HERO — image fully visible with a 45% black overlay for legibility */
.hero { background: var(--navy); padding: 70px 40px 60px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('assets/img/Mold-Hero.webp') center/cover no-repeat; opacity: 1; z-index: 0; }
.hero::after  { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.20); z-index: 1; }
.hero-inner { position: relative; max-width: 720px; margin: 0 auto; z-index: 2; }
.geo-hero { padding: 80px 40px 70px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(46, 204, 113, 0.15); border: 1px solid var(--green); color: var(--green); font-size: 12px; font-weight: 600; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; letter-spacing: .5px; text-transform: uppercase; }
.hero h1 { color: var(--white); font-size: 38px; font-weight: 700; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.5px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-sub { color: rgba(255, 255, 255, 0.8); font-size: 16px; max-width: 540px; 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(--orange); color: var(--white); padding: 15px 30px; border-radius: 8px; font-size: 16px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: opacity .2s; }
.btn-primary:hover { opacity: .9; }
.btn-secondary { background: transparent; color: var(--white); padding: 15px 30px; border-radius: 8px; font-size: 16px; font-weight: 600; border: 2px solid rgba(255, 255, 255, 0.5); }
.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.1); border: 1px solid rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.9); font-size: 12px; padding: 6px 14px; border-radius: 20px; }
.trust-pill::before { content: '✓'; color: var(--green); 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: 500; }
.trust-icon { color: var(--green); font-size: 16px; }

/* AEO */
.aeo-wrap { padding: 32px 40px; }
.aeo-box { background: var(--white); border-left: 5px solid var(--green); border-radius: 0 12px 12px 0; padding: 24px 28px; max-width: 900px; margin: 0 auto; box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06); }
.aeo-label { font-size: 11px; color: #3B6D11; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; }
.aeo-question { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.aeo-answer { font-size: 15px; color: var(--text); line-height: 1.7; }

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

/* INTRO */
.intro { padding: 48px 40px; max-width: 900px; margin: 0 auto; }
.section-tag { font-size: 11px; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.intro h2 { font-size: 30px; font-weight: 700; color: var(--navy); margin-bottom: 20px; line-height: 1.3; }
.intro p { font-size: 15px; color: var(--text); line-height: 1.8; margin-bottom: 16px; }

/* STATS */
.stats-section { padding: 0 40px 40px; 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: 12px; overflow: hidden; }
.stat-box { background: var(--white); padding: 24px 16px; text-align: center; }
.stat-num { font-size: 28px; font-weight: 700; color: var(--navy); }
.stat-label { font-size: 12px; color: var(--gray); margin-top: 4px; line-height: 1.4; }
.stat-source { font-size: 10px; color: #aaa; margin-top: 4px; }

/* HOW IT WORKS */
.steps-section { background: var(--white); padding: 56px 40px; }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 40px; }
.section-header h2 { font-size: 28px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.section-header p { font-size: 15px; color: var(--gray); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.step-card { text-align: center; padding: 24px 16px; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step-card h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.step-card p { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* SERVICES */
.services-section { padding: 56px 40px; background: var(--bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 24px; transition: box-shadow .2s; }
.service-card:hover { box-shadow: 0 4px 20px rgba(27, 58, 107, 0.1); }
.service-img { width: 100%; height: 160px; object-fit: cover; border-radius: 8px; margin-bottom: 16px; background: #e8f0fb; }
.service-card h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.service-card p { font-size: 13px; color: var(--gray); line-height: 1.6; }
.service-card a.svc-more { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--orange); }

/* LOCAL CONDITIONS */
.local-section { background: var(--navy); padding: 56px 40px; }
.local-inner { max-width: 900px; margin: 0 auto; }
.local-tag { font-size: 11px; color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.local-section h2 { color: var(--white); font-size: 26px; font-weight: 700; margin-bottom: 20px; }
.local-section p { color: rgba(255, 255, 255, 0.82); font-size: 15px; line-height: 1.8; margin-bottom: 14px; }
.local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.local-card { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; padding: 18px; }
.local-card h5 { color: var(--green); font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.local-card p { color: rgba(255, 255, 255, 0.75); font-size: 12px; line-height: 1.6; }

/* TESTIMONIALS */
.testi-section { padding: 56px 40px; background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.testi-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 22px; }
.stars { color: var(--orange); font-size: 16px; 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: 12px; color: var(--gray); font-weight: 600; }
.testi-location { font-size: 11px; color: var(--gray); }

/* COVERAGE AREA */
.coverage-section { padding: 56px 40px; background: var(--white); }
.coverage-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin-top: 24px; }
.coverage-pill { background: #1B3A6B; color: #fff; border-radius: 999px; padding: 10px 20px; margin: 6px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.coverage-pill a { color: #fff; }

/* FAQ */
.faq-section { padding: 56px 40px; background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.faq-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 22px; }
.faq-card h5 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.4; }
.faq-card p { font-size: 13px; color: var(--text); line-height: 1.7; }

/* CTA */
.cta-section { padding: 40px; background: var(--bg); }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.cta-card { border-radius: 12px; padding: 32px; text-align: center; }
.cta-card.blue { background: var(--navy); }
.cta-card.orange { background: var(--orange); }
.cta-card h3 { color: var(--white); font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.cta-card p { color: rgba(255, 255, 255, 0.85); font-size: 14px; margin-bottom: 20px; line-height: 1.6; }
.btn-white { background: var(--white); border: none; border-radius: 8px; padding: 13px 28px; font-size: 15px; font-weight: 700; cursor: pointer; display: inline-block; }
.cta-card.blue .btn-white { color: var(--navy); }
.cta-card.orange .btn-white { color: var(--orange); }

/* GENERIC PAGE WRAP */
.page-wrap { max-width: 900px; margin: 0 auto; padding: 56px 40px 80px; }
.page-wrap h1 { font-size: 32px; color: var(--navy); margin-bottom: 24px; }
.page-wrap h2 { font-size: 22px; color: var(--navy); margin: 28px 0 14px; }
.page-wrap h3 { font-size: 17px; color: var(--navy); margin: 20px 0 10px; }
.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 */
.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: 10px; padding: 16px; text-align: center; transition: box-shadow .2s; }
.geo-hub-card:hover { box-shadow: 0 4px 16px rgba(27, 58, 107, 0.08); }
.geo-hub-card h4 { font-size: 14px; color: var(--navy); font-weight: 700; }

/* FOOTER */
.footer { background: #111; padding: 32px 40px; text-align: center; padding-bottom: 80px; }
.footer p { color: rgba(255, 255, 255, 0.5); font-size: 12px; line-height: 1.8; }
.footer a { color: rgba(255, 255, 255, 0.6); }
.footer strong { color: rgba(255, 255, 255, 0.8); }

/* STICKY BAR */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--navy); padding: 14px 40px; display: flex; justify-content: space-between; align-items: center; z-index: 99; box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.3); }
.sticky-bar p { color: rgba(255, 255, 255, 0.9); font-size: 14px; }
.btn-sticky { background: var(--orange); color: var(--white); padding: 10px 24px; border-radius: 6px; font-size: 14px; font-weight: 700; border: none; cursor: pointer; }

/* SERVICE AREAS HUB */
.hub-hero { background: linear-gradient(135deg, #1B3A6B 0%, #243F6E 50%, #1B3A6B 100%); padding: 80px 40px 70px; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.hub-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0%, rgba(46,204,113,0.10), transparent 50%), radial-gradient(circle at 80% 100%, rgba(232,98,42,0.08), transparent 55%); pointer-events: none; }
.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.5px; color: var(--green); margin-bottom: 14px; text-transform: uppercase; }
.hub-label.small { font-size: 11px; letter-spacing: 1.2px; margin-bottom: 8px; }
.hub-hero h1 { font-size: 36px; font-weight: 700; line-height: 1.2; margin-bottom: 14px; color: var(--white); letter-spacing: -0.5px; }
.hub-sub { font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.82); max-width: 580px; margin: 0 auto 26px; }

.hub-grid-section { padding: 56px 40px; background: var(--bg); }
.hub-grid-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.hub-grid-inner h2 { font-size: 26px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.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: 10px; 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(27, 58, 107, 0.10); border-color: var(--navy); }
.hub-card-inactive { background: #F0F2F5; color: #98A0A8; cursor: not-allowed; }
.hub-card-city { font-size: 16px; font-weight: 700; color: inherit; }
.hub-card-active .hub-card-city { color: var(--navy); }
.hub-card-tag { font-size: 10px; font-weight: 700; letter-spacing: 1px; color: var(--green); }
.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(--orange); }
.hub-card-inactive .hub-card-arrow { color: #C9CFD6; }

/* SERVICES HUB — 2x3 card grid w/ images */
.services-hub-section { padding: 56px 40px; background: var(--bg); }
.services-hub-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.services-hub-inner h2 { font-size: 28px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.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: 14px; 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(27, 58, 107, 0.12); border-color: var(--navy); }
.services-hub-card-img { display: block; height: 180px; overflow: hidden; background: #e8f0fb; }
.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: 700; color: var(--navy); 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(--orange); align-self: flex-start; }
.services-hub-more:hover { text-decoration: underline; }

/* SERVICE PAGE v3 — long-form prose */
.svc-longform { padding: 56px 40px; background: var(--white); }
.svc-longform-inner { max-width: 820px; margin: 0 auto; }
.svc-longform-inner h2 { font-size: 28px; color: var(--navy); margin-bottom: 18px; }
.svc-longform-inner p { font-size: 15px; line-height: 1.85; margin-bottom: 16px; color: var(--text); }

/* WARNING SIGNS grid */
.warning-signs { padding: 56px 40px; background: var(--bg); }
.warning-signs-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.warning-signs-inner h2 { font-size: 28px; color: var(--navy); margin-bottom: 10px; }
.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(--orange); border-radius: 10px; padding: 16px 18px; }
.warning-icon { flex: 0 0 32px; height: 32px; width: 32px; border-radius: 50%; background: rgba(232, 98, 42, 0.12); color: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.warning-card h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.warning-card p { font-size: 13px; line-height: 1.6; color: var(--text); }

/* DETAILED PROCESS — paragraph per step */
.svc-process-deep { padding: 56px 40px; background: var(--white); }
.svc-process-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.svc-process-inner h2 { font-size: 28px; color: var(--navy); margin-bottom: 10px; }
.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: 12px; padding: 22px 24px; }
.svc-process-num { flex: 0 0 56px; height: 56px; width: 56px; border-radius: 50%; background: var(--navy); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.svc-process-content h3 { font-size: 17px; font-weight: 700; color: var(--navy); 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: 56px 40px; background: var(--bg); }
.who-needs-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.who-needs-inner h2 { font-size: 28px; color: var(--navy); margin-bottom: 28px; }
.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: 12px; padding: 24px; }
.who-icon { font-size: 28px; margin-bottom: 8px; }
.who-card h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.who-card p { font-size: 14px; line-height: 1.7; color: var(--text); }

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

/* RELATED SERVICES */
.related-services-section { padding: 56px 40px; background: var(--bg); }
.related-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.related-inner h2 { font-size: 26px; color: var(--navy); margin-bottom: 28px; }
.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: 12px; padding: 22px; position: relative; transition: transform .15s, box-shadow .15s; }
.related-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(27, 58, 107, 0.08); }
.related-card h4 { font-size: 15px; font-weight: 700; color: var(--navy); 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(--orange); }

@media (max-width: 1024px) {
  .services-hub-cards { grid-template-columns: repeat(2, 1fr); }
  .related-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; }
}

/* SERVICE PAGE v2 — What's Included list */
.svc-included { padding: 56px 40px; background: var(--white); }
.svc-included-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.svc-included-inner h2 { font-size: 26px; font-weight: 700; color: var(--navy); 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: 10px; 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(--green); color: var(--white); border-radius: 50%; font-size: 12px; font-weight: 700; }
.svc-faq-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1024px) {
  .hub-cards { grid-template-columns: repeat(3, 1fr); }
  .svc-faq-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .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: 26px; }
}

@media (max-width: 768px) {
  .nav { padding: 12px 20px; flex-wrap: wrap; gap: 10px; }
  .nav-links { width: 100%; order: 3; gap: 14px; }
  .hero { padding: 48px 20px 40px; }
  .hero h1 { font-size: 26px; }
  .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; }
}
