/* ============================================
   Surge Hire — Site Stylesheet
   Brand: Navy #1B2E4B · Amber #F5A300 · Grey #607080
   Font: Montserrat
   ============================================ */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  background: #f4f5f7;
  color: #1B2E4B;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

/* ── Skip link (accessibility) ── */
.skip-link { position: absolute; left: -9999px; top: 0; background: #F5A300; color: #1B2E4B; padding: 10px 16px; font-weight: 700; z-index: 999; }
.skip-link:focus { left: 10px; top: 10px; }

/* ── Nav ── */
.sh-nav { background: #1B2E4B; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; height: 110px; position: sticky; top: 0; z-index: 50; }
.sh-nav-logo img { height: 92px; width: auto; display: block; }
.sh-nav-links { display: flex; gap: 24px; align-items: center; }
.sh-nav-links a { color: #9aafbf; font-size: 13px; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.sh-nav-links a:hover, .sh-nav-links a.active { color: #F5A300; }
.sh-nav-cta { background: #F5A300; color: #1B2E4B; font-size: 13px; font-weight: 700; padding: 10px 18px; border-radius: 5px; text-decoration: none; white-space: nowrap; }
.sh-nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; }

/* ── Hero (home) ── */
.sh-hero { background: #1B2E4B; padding: 64px 36px 52px; text-align: center; }
.sh-hero-badge { display: inline-block; background: rgba(245,163,0,0.15); color: #F5A300; font-size: 12px; font-weight: 700; letter-spacing: 2px; padding: 7px 18px; border-radius: 20px; border: 1px solid rgba(245,163,0,0.3); margin-bottom: 22px; }
.sh-hero h1 { color: #fff; font-size: 44px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
.sh-hero h1 span { color: #F5A300; }
.sh-hero-sub { color: #8fa4b8; font-size: 16px; line-height: 1.7; max-width: 560px; margin: 0 auto 32px; }
.sh-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.sh-btn-primary { background: #F5A300; color: #1B2E4B; font-size: 15px; font-weight: 700; padding: 15px 30px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; }
.sh-btn-secondary { background: transparent; color: #fff; font-size: 15px; font-weight: 600; padding: 14px 30px; border-radius: 6px; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.25); }
.sh-hero-stats { display: flex; justify-content: center; gap: 40px; margin-top: 44px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; }
.sh-stat { text-align: center; }
.sh-stat-num { color: #F5A300; font-size: 26px; font-weight: 800; }
.sh-stat-label { color: #607080; font-size: 11px; letter-spacing: 1px; font-weight: 500; margin-top: 4px; }

/* ── Strip ── */
.sh-strip { background: #F5A300; padding: 14px 28px; display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.sh-strip span { color: #1B2E4B; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; }
.sh-strip-dot { color: #1B2E4B; opacity: 0.4; font-size: 18px; }

/* ── Sections ── */
.sh-section { padding: 64px 28px; max-width: 1180px; margin: 0 auto; }
.sh-section-label { color: #F5A300; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-align: center; margin-bottom: 10px; text-transform: uppercase; }
.sh-section-title { color: #1B2E4B; font-size: 32px; font-weight: 800; text-align: center; margin-bottom: 10px; }
.sh-section-sub { color: #607080; font-size: 15px; text-align: center; margin-bottom: 40px; max-width: 620px; margin-left: auto; margin-right: auto; }

.sh-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sh-service-card { background: #fff; border-radius: 10px; padding: 26px 20px; border: 1px solid #e8eaed; text-align: center; text-decoration: none; display: block; transition: box-shadow 0.2s, transform 0.2s; }
.sh-service-card:hover { box-shadow: 0 8px 24px rgba(27,46,75,0.10); transform: translateY(-2px); }
.sh-service-icon { width: 52px; height: 52px; background: #1B2E4B; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 24px; }
.sh-service-card h3 { color: #1B2E4B; font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.sh-service-card p { color: #607080; font-size: 12.5px; line-height: 1.6; }
.sh-tag { display: inline-block; background: #fff8e6; color: #b87d00; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 10px; margin-top: 12px; letter-spacing: 0.5px; }
.sh-tag.buy { background: #e8f4fd; color: #1a6fa0; }

.sh-why { background: #1B2E4B; padding: 64px 28px; }
.sh-why .sh-section-title { color: #fff; }
.sh-why .sh-section-sub { color: #8fa4b8; }
.sh-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: 0 auto; }
.sh-why-item { background: rgba(255,255,255,0.05); border-radius: 10px; padding: 22px; border: 1px solid rgba(255,255,255,0.07); }
.sh-why-item .icon { color: #F5A300; font-size: 22px; margin-bottom: 12px; display: block; }
.sh-why-item h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.sh-why-item p { color: #8fa4b8; font-size: 13px; line-height: 1.6; }

/* ── Pricing ── */
.sh-price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.sh-price-card { background: #fff; border-radius: 12px; border: 1.5px solid #e0e3e8; padding: 20px 16px 16px; text-align: center; transition: box-shadow 0.2s, border-color 0.2s; position: relative; overflow: hidden; }
.sh-price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #F5A300; }
.sh-price-card:hover { box-shadow: 0 6px 20px rgba(27,46,75,0.10); border-color: #F5A300; }
.sh-price-card .pc-size { background: #1B2E4B; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1px; padding: 4px 11px; border-radius: 20px; display: inline-block; margin-bottom: 12px; }
.sh-price-card .pc-was { color: #aab0b8; font-size: 11px; font-weight: 600; text-decoration: line-through; margin-bottom: 2px; }
.sh-price-card .pc-offer-label { background: #e8f5e9; color: #2e7d32; font-size: 10px; font-weight: 800; letter-spacing: 0.5px; padding: 2px 7px; border-radius: 4px; display: inline-block; margin-bottom: 5px; }
.sh-price-card .pc-price { color: #F5A300; font-size: 32px; font-weight: 900; line-height: 1; letter-spacing: -1px; }
.sh-price-card.poa .pc-price { color: #1B2E4B; font-size: 24px; letter-spacing: 0; }
.sh-price-card .pc-per { color: #607080; font-size: 11px; font-weight: 600; margin: 4px 0 10px; }
.sh-price-card .pc-week-row { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 10px; padding: 6px 8px; background: #f8f9fa; border-radius: 6px; flex-wrap: wrap; }
.sh-price-card .pc-week-was { color: #aab0b8; font-size: 10px; text-decoration: line-through; }
.sh-price-card .pc-week-price { color: #1B2E4B; font-size: 13px; font-weight: 800; }
.sh-price-card .pc-week-label { color: #607080; font-size: 10px; }
.sh-price-card .pc-use { color: #607080; font-size: 11px; line-height: 1.5; border-top: 1px solid #f0f0f0; padding-top: 10px; }
.sh-launch-offer { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; justify-content: center; }
.sh-launch-badge { background: #e8f5e9; color: #2e7d32; font-size: 12px; font-weight: 800; padding: 5px 14px; border-radius: 20px; display: inline-block; }
.sh-launch-note { color: #607080; font-size: 12px; }

/* ── FAQ CTA strip ── */
.sh-faq-cta { background: #f0f4f8; border: 1px solid #d8e2ec; border-radius: 12px; padding: 28px; display: flex; align-items: flex-start; gap: 22px; max-width: 900px; margin: 0 auto; }
.sh-faq-icon { width: 58px; height: 58px; min-width: 58px; background: #1B2E4B; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.sh-faq-body h3 { color: #1B2E4B; font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.sh-faq-body p { color: #607080; font-size: 13px; line-height: 1.6; margin-bottom: 14px; }
.sh-faq-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.sh-faq-pill { background: #fff; border: 1px solid #d0d8e4; border-radius: 20px; padding: 6px 13px; font-size: 12px; font-weight: 600; color: #1B2E4B; }
.sh-faq-link { display: inline-block; background: #1B2E4B; color: #fff; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 6px; text-decoration: none; }

/* ── Quote form ── */
.sh-quote { background: #fff; border-radius: 12px; padding: 32px; border: 1px solid #e8eaed; max-width: 560px; margin: 0 auto; }
.sh-quote h3 { color: #1B2E4B; font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.sh-quote p { color: #607080; font-size: 13.5px; margin-bottom: 20px; }
.sh-form-row { display: flex; gap: 10px; margin-bottom: 12px; }
.sh-form-row label { display: none; }
.sh-input, .sh-select { flex: 1; background: #f4f5f7; border: 1px solid #e0e3e8; border-radius: 6px; padding: 12px 14px; font-size: 14px; color: #1B2E4B; font-family: 'Montserrat', sans-serif; }
.sh-select { color: #607080; }
.sh-submit { background: #F5A300; color: #1B2E4B; font-size: 15px; font-weight: 700; padding: 14px; border-radius: 6px; border: none; width: 100%; margin-top: 6px; font-family: 'Montserrat', sans-serif; cursor: pointer; }
.sh-submit:hover { background: #e09500; }
.sh-wa-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff; font-size: 14px; font-weight: 700; padding: 12px; border-radius: 6px; text-decoration: none; margin-top: 10px; }
.sh-form-note { color: #8b95a0; font-size: 11px; margin-top: 12px; text-align: center; }

/* ── Coverage ── */
.sh-coverage { background: #f4f5f7; padding: 40px 28px; text-align: center; border-top: 1px solid #e0e3e8; }
.sh-coverage h3 { color: #1B2E4B; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.sh-coverage p { color: #607080; font-size: 14px; max-width: 500px; margin: 0 auto; }
.sh-area-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 18px; max-width: 800px; margin-left: auto; margin-right: auto; }
.sh-chip { background: #fff; border: 1px solid #dde0e6; border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: #1B2E4B; text-decoration: none; }
.sh-chip:hover { border-color: #F5A300; color: #b87d00; }

/* ── Footer ── */
.sh-footer { background: #1B2E4B; padding: 44px 28px 100px; text-align: center; }
.sh-footer-logo img { height: 80px; margin: 0 auto 10px; }
.sh-footer p { color: #607080; font-size: 13px; margin-top: 8px; line-height: 1.8; }
.sh-footer-links { display: flex; gap: 20px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }
.sh-footer-links a { color: #8fa4b8; font-size: 13px; text-decoration: none; }
.sh-footer-links a:hover { color: #F5A300; }
.sh-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 20px auto; max-width: 900px; }
.sh-footer-loc { color: #607080; font-size: 11px; margin-top: 16px; line-height: 1.8; max-width: 700px; margin-left: auto; margin-right: auto; }
.sh-footer-loc a { color: #607080; text-decoration: underline; }

/* ── WhatsApp float ── */
.sh-wa-float { position: fixed; bottom: 28px; right: 28px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; z-index: 100; }
body.sh-cookie-visible .sh-wa-float { bottom: 104px; }

/* ── Cookie consent banner ── */
.sh-cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; background: #1B2E4B; color: #cfe0ee; z-index: 300; padding: 16px 24px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; box-shadow: 0 -2px 14px rgba(0,0,0,0.25); }
.sh-cookie-banner p { margin: 0; max-width: 640px; font-size: 13px; line-height: 1.6; color: #cfe0ee; }
.sh-cookie-banner a { color: #F5A300; text-decoration: underline; }
.sh-cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.sh-cookie-btn { border: none; border-radius: 5px; padding: 9px 20px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; }
.sh-cookie-accept { background: #F5A300; color: #1B2E4B; }
.sh-cookie-decline { background: transparent; color: #cfe0ee; border: 1px solid #45607a; }
@media (max-width: 720px) {
  .sh-cookie-banner { justify-content: center; text-align: center; padding: 14px 16px; }
}
.sh-wa-label { background: #1B2E4B; color: #fff; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 20px; white-space: nowrap; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.sh-wa-bubble { width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.4); cursor: pointer; text-decoration: none; font-size: 28px; }

/* ── Page hero (inner pages) ── */
.sh-page-hero { background: #1B2E4B; padding: 44px 28px; }
.sh-page-hero-inner { max-width: 1180px; margin: 0 auto; }
.sh-breadcrumb { color: #607080; font-size: 12px; margin-bottom: 14px; }
.sh-breadcrumb a { color: #F5A300; text-decoration: none; }
.sh-page-hero h1 { color: #fff; font-size: 34px; font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
.sh-page-hero h1 span { color: #F5A300; }
.sh-page-hero p { color: #8fa4b8; font-size: 14.5px; line-height: 1.7; max-width: 620px; }

/* ── Hire tabs ── */
.sh-tabs { background: #fff; border-bottom: 2px solid #e8eaed; display: flex; overflow-x: auto; padding: 0 28px; max-width: 1180px; margin: 0 auto; }
.sh-tab { padding: 16px 18px; font-size: 13px; font-weight: 600; color: #607080; white-space: nowrap; border-bottom: 2px solid transparent; margin-bottom: -2px; cursor: pointer; text-decoration: none; display: block; }
.sh-tab.active { color: #1B2E4B; border-bottom-color: #F5A300; }
.sh-tab:hover:not(.active) { color: #1B2E4B; }

.sh-filter-bar { background: #fff; padding: 14px 28px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e8eaed; flex-wrap: wrap; max-width: 1180px; margin: 0 auto; }
.sh-filter-label { color: #607080; font-size: 12px; font-weight: 600; white-space: nowrap; }
.sh-filter-pill { background: #f4f5f7; border: 1px solid #e0e3e8; border-radius: 20px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: #607080; cursor: pointer; }
.sh-filter-pill.active { background: #1B2E4B; color: #fff; border-color: #1B2E4B; }

.sh-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 28px; max-width: 1180px; margin: 0 auto; }
.sh-product-card { background: #fff; border-radius: 12px; border: 1px solid #e8eaed; overflow: hidden; }
.sh-product-img { height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.sh-img-caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.55); color: #bbb; font-size: 10px; text-align: center; padding: 6px 8px; font-style: italic; letter-spacing: 0.3px; }
.sh-product-body { padding: 18px; }
.sh-product-body h3 { color: #1B2E4B; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.sh-product-specs { display: flex; gap: 6px; flex-wrap: wrap; margin: 10px 0; }
.sh-spec { background: #f4f5f7; border-radius: 4px; padding: 4px 9px; font-size: 10.5px; font-weight: 600; color: #607080; }
.sh-spec.amber { background: #fff8e6; color: #b87d00; }
.sh-product-price { display: flex; align-items: baseline; gap: 5px; margin: 12px 0 14px; }
.sh-price-from { color: #607080; font-size: 11px; }
.sh-price-val { color: #1B2E4B; font-size: 24px; font-weight: 800; }
.sh-price-per { color: #607080; font-size: 12px; }
.sh-hire-btn, .sh-buy-btn { display: block; background: #F5A300; color: #1B2E4B; font-size: 13px; font-weight: 700; padding: 11px; border-radius: 6px; text-align: center; text-decoration: none; }
.sh-enquire-btn { display: block; background: transparent; color: #1B2E4B; font-size: 12px; font-weight: 600; padding: 9px; border-radius: 6px; text-align: center; text-decoration: none; border: 1px solid #d0d8e4; margin-top: 8px; }

.sh-info-box { background: #f0f4f8; border: 1px solid #d8e2ec; border-left: 4px solid #1B2E4B; border-radius: 0 10px 10px 0; margin: 0 auto 28px; padding: 18px 22px; max-width: 1180px; }
.sh-info-box h4 { color: #1B2E4B; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.sh-info-box p { color: #607080; font-size: 13px; line-height: 1.7; }

.sh-faq-strip { background: #1B2E4B; padding: 22px 28px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; text-align: center; }
.sh-faq-strip p { color: #8fa4b8; font-size: 13px; }
.sh-faq-strip a { color: #F5A300; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }

/* ── Buy page ── */
.sh-brand-strip { background: #fff; border-bottom: 1px solid #e8eaed; padding: 14px 28px; display: flex; align-items: center; gap: 10px; overflow-x: auto; max-width: 1180px; margin: 0 auto; }
.sh-brand-label { color: #607080; font-size: 12px; font-weight: 600; white-space: nowrap; }
.sh-brand-badge { background: #f4f5f7; border: 1px solid #e0e3e8; border-radius: 6px; padding: 7px 15px; font-size: 13px; font-weight: 700; color: #1B2E4B; white-space: nowrap; cursor: pointer; }
.sh-brand-badge.active { background: #1B2E4B; color: #fff; border-color: #1B2E4B; }
.sh-brand-label-img { position: absolute; top: 12px; left: 12px; background: #fff; border: 1px solid #e0e3e8; border-radius: 5px; padding: 4px 10px; font-size: 10px; font-weight: 800; }
.sh-product-model { color: #607080; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; margin-bottom: 4px; }
.sh-product-price-buy { font-size: 24px; font-weight: 800; color: #1B2E4B; margin-bottom: 6px; }
.sh-product-price-buy span { font-size: 12px; color: #607080; font-weight: 500; }
.sh-vat { color: #607080; font-size: 11px; margin-bottom: 14px; }
.sh-badge-strip { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.sh-badge { display: inline-block; font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 10px; }
.sh-badge.stock { background: #e8f8ef; color: #1a7a45; }
.sh-badge.popular { background: #fff3cd; color: #856404; }
.sh-badge.new { background: #e8f0fe; color: #1B2E4B; }
.sh-delivery-note { background: #f0f4f8; border: 1px solid #d8e2ec; border-radius: 8px; padding: 16px 20px; margin: 0 auto 28px; display: flex; align-items: flex-start; gap: 14px; max-width: 1180px; }
.sh-delivery-note p { color: #607080; font-size: 13px; line-height: 1.7; }
.sh-delivery-note p strong { color: #1B2E4B; }

/* ── FAQ page ── */
.sh-faq-cats { display: flex; gap: 8px; padding: 16px 28px; background: #fff; border-bottom: 1px solid #e8eaed; overflow-x: auto; flex-wrap: wrap; max-width: 1180px; margin: 0 auto; }
.sh-cat { background: #f4f5f7; border: 1px solid #e0e3e8; border-radius: 20px; padding: 7px 15px; font-size: 12px; font-weight: 600; color: #607080; white-space: nowrap; cursor: pointer; text-decoration: none; }
.sh-cat.active { background: #1B2E4B; color: #fff; border-color: #1B2E4B; }
.sh-faq-section { padding: 32px 28px; max-width: 860px; margin: 0 auto; }
.sh-faq-group { margin-bottom: 32px; }
.sh-faq-group-title { color: #1B2E4B; font-size: 16px; font-weight: 800; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid #F5A300; display: inline-block; }
.sh-faq-item { background: #fff; border-radius: 10px; border: 1px solid #e8eaed; margin-bottom: 10px; overflow: hidden; }
.sh-faq-q { padding: 18px 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; cursor: pointer; }
.sh-faq-q-text { color: #1B2E4B; font-size: 14px; font-weight: 700; line-height: 1.4; }
.sh-faq-q .chev { color: #F5A300; font-size: 18px; min-width: 18px; margin-top: 1px; transition: transform 0.2s; }
.sh-faq-item.open .chev { transform: rotate(180deg); }
.sh-faq-a { padding: 0 20px; max-height: 0; overflow: hidden; color: #607080; font-size: 13px; line-height: 1.8; transition: max-height 0.25s ease, padding 0.25s ease; }
.sh-faq-item.open .sh-faq-a { padding: 0 20px 18px; max-height: 400px; border-top: 1px solid #f0f0f0; padding-top: 14px; }
.sh-faq-a .highlight { color: #1B2E4B; font-weight: 700; }
.sh-cta-box { background: #1B2E4B; border-radius: 12px; padding: 30px; margin: 0 0 28px; text-align: center; }
.sh-cta-box h3 { color: #fff; font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.sh-cta-box p { color: #8fa4b8; font-size: 13px; margin-bottom: 20px; }
.sh-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.sh-cta-btn { background: #F5A300; color: #1B2E4B; font-size: 14px; font-weight: 700; padding: 13px 24px; border-radius: 6px; text-decoration: none; }
.sh-cta-btn-sec { background: transparent; color: #fff; font-size: 14px; font-weight: 600; padding: 12px 24px; border-radius: 6px; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.25); }

/* ── Location pages ── */
.sh-loc-body { max-width: 780px; margin: 0 auto; padding: 48px 28px; }
.sh-loc-body h2 { color: #1B2E4B; font-size: 21px; font-weight: 800; margin: 32px 0 12px; }
.sh-loc-body h2:first-child { margin-top: 0; }
.sh-loc-body p { color: #46525e; font-size: 14.5px; line-height: 1.8; margin-bottom: 14px; }
.sh-loc-body strong { color: #1B2E4B; }
.sh-areas-box { background: #f0f4f8; border: 1px solid #d8e2ec; border-radius: 10px; padding: 20px 24px; margin-top: 24px; }
.sh-areas-box h3 { color: #1B2E4B; font-size: 14px; font-weight: 800; margin-bottom: 8px; }
.sh-areas-box p { color: #607080; font-size: 13px; line-height: 1.8; margin: 0; }
.sh-loc-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.sh-loc-map { background: #e8eaed; border-radius: 10px; height: 260px; display: flex; align-items: center; justify-content: center; color: #8b95a0; font-size: 13px; margin: 24px auto; max-width: 780px; }
.sh-related-locs { text-align: center; padding: 0 28px 8px; }
.sh-related-locs p { color: #607080; font-size: 12px; margin-bottom: 10px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .sh-services-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-why-grid { grid-template-columns: 1fr; }
  .sh-price-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .sh-nav-links { display: none; position: absolute; top: 110px; left: 0; right: 0; background: #1B2E4B; flex-direction: column; gap: 0; padding: 8px 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .sh-nav-links.open { display: flex; }
  .sh-nav-links a { padding: 14px 28px; width: 100%; }
  .sh-nav-toggle { display: block; }
  .sh-hero h1 { font-size: 30px; }
  .sh-page-hero h1 { font-size: 26px; }
  .sh-section-title { font-size: 24px; }
  .sh-form-row { flex-direction: column; }
  .sh-faq-cta { flex-direction: column; }
}
@media (max-width: 560px) {
  .sh-services-grid, .sh-price-grid, .sh-product-grid { grid-template-columns: 1fr; }
  .sh-hero-stats { gap: 24px; }
}
