/* ============================================================
   Neptune Reliable Pool Service — shared stylesheet
   Poseidon brand: deep navy + gold. Cinzel / Poppins / Inter.
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
body.nav-open { overflow: hidden; }

:root {
  --ink: #0c2340;          /* deep Poseidon navy */
  --ink-2: #143a63;
  --gold: #c8a24a;         /* Neptune gold */
  --gold-bright: #e0bd66;
  --gold-soft: #f7f0dc;
  --aqua: #2f9fc4;
  --paper: #ffffff;
  --mist: #f3f7fa;
  --slate: #5a6b7a;
  --line: #e3e9ef;
}

body { font-family: 'Inter', system-ui, sans-serif; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; line-height: 1.5; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; }
.display { font-family: 'Cinzel', serif; }
.ico { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; flex-shrink: 0; }
a { color: var(--aqua); }

/* NAV */
nav { background: var(--ink); padding: 14px 48px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid var(--gold); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-img { height: 46px; width: auto; display: block; }
.nav-logo-text { font-family: 'Cinzel', serif; color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.5px; line-height: 1.1; }
.nav-logo-text span { display: block; font-size: 10px; letter-spacing: 0.28em; color: var(--gold); font-weight: 600; }
.nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.nav-links > li { position: relative; }
.nav-links a { color: #dce5ee; text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.2s; display: inline-flex; align-items: center; gap: 5px; }
.nav-links a:hover { color: var(--gold-bright); }
.nav-drop { position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 36px rgba(12,35,64,0.18); padding: 8px; min-width: 240px; max-height: min(70vh, 560px); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.18s, visibility 0.18s, transform 0.18s; }
.nav-drop a { padding-top: 7px; padding-bottom: 7px; }
.nav-drop small { line-height: 1.2; }

/* Wide service-areas dropdown: 2 columns so 13 cities don't run off-screen */
.nav-drop-wide { min-width: 460px; max-height: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 6px; }
@media (max-width: 900px) { .nav-drop-wide { display: block; min-width: 0; } }

.nav-links li:hover .nav-drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop a { display: block; padding: 9px 12px; border-radius: 7px; font-weight: 500; color: var(--ink); }
.nav-drop a:hover { background: var(--gold-soft); }
.nav-drop small { display: block; color: #9aa9b4; font-size: 11px; font-weight: 400; }
.nav-cta { background: var(--gold); color: var(--ink); padding: 11px 20px; border-radius: 7px; font-weight: 700; font-size: 14px; text-decoration: none; transition: background 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.nav-cta:hover { background: var(--gold-bright); }
.nav-cta .ico { width: 16px; height: 16px; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--ink); padding: 16px 30px; border-radius: 8px; font-weight: 700; font-size: 16px; text-decoration: none; transition: all 0.2s; box-shadow: 0 6px 24px rgba(200,162,74,0.35); display: inline-flex; align-items: center; gap: 9px; }
.btn-primary:hover { background: var(--gold-bright); transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,0.08); color: #fff; padding: 16px 30px; border-radius: 8px; font-weight: 600; font-size: 16px; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.4); transition: all 0.2s; display: inline-flex; align-items: center; gap: 9px; }
.btn-secondary:hover { border-color: var(--gold); background: rgba(255,255,255,0.14); }
.btn-primary .ico, .btn-secondary .ico { width: 18px; height: 18px; }

/* PAGE HERO (inner pages) */
.page-hero { position: relative; padding: 92px 48px 80px; overflow: hidden;
  background: linear-gradient(180deg, rgba(12,35,64,0.86) 0%, rgba(12,35,64,0.7) 55%, rgba(12,35,64,0.9) 100%), var(--hero-img, none) center/cover no-repeat, linear-gradient(135deg, #0c2340 0%, #143a63 60%, #0e4258 100%); }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 8px; background: repeating-linear-gradient(90deg, var(--gold) 0 14px, transparent 14px 28px); opacity: 0.5; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }
.crumbs { background: none; border: none; padding: 0; position: static; top: auto; z-index: auto; justify-content: flex-start; width: auto; font-size: 13px; color: #9fb6c7; margin-bottom: 16px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.crumbs a { color: #cdd9e3; text-decoration: none; }
.crumbs a:hover { color: var(--gold-bright); }
.crumbs span { color: var(--gold-bright); }
.page-hero .eyebrow { color: var(--gold-bright); font-size: 13px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 14px; }
.page-hero h1 { color: #fff; font-family: 'Cinzel', serif; font-size: 48px; font-weight: 700; line-height: 1.08; margin-bottom: 18px; letter-spacing: 0.4px; max-width: 820px; text-shadow: 0 3px 22px rgba(0,0,0,0.3); }
.page-hero h1 .accent { color: var(--gold-bright); }
.page-hero p { color: #dbe7ee; font-size: 18px; max-width: 640px; margin-bottom: 28px; }
.page-hero .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* SECTIONS */
.section { padding: 80px 48px; max-width: 1100px; margin: 0 auto; }
.section-narrow { max-width: 880px; }
.tag { display: inline-block; color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 13px; }
.title { font-family: 'Cinzel', serif; font-size: 38px; font-weight: 700; color: var(--ink); line-height: 1.12; letter-spacing: 0.3px; }
.subtitle { color: var(--slate); font-size: 18px; line-height: 1.6; }

/* PROSE CONTENT */
.prose p { color: #455563; font-size: 16.5px; line-height: 1.75; margin-bottom: 18px; }
.prose h2 { font-family: 'Cinzel', serif; font-size: 30px; color: var(--ink); margin: 42px 0 16px; letter-spacing: 0.3px; }
.prose h3 { font-size: 21px; color: var(--ink); margin: 30px 0 12px; }
.prose ul { list-style: none; margin: 6px 0 22px; }
.prose ul li { display: flex; gap: 11px; align-items: flex-start; color: #455563; font-size: 16px; line-height: 1.6; margin-bottom: 12px; }
.prose ul li .ico { width: 19px; height: 19px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.prose strong { color: var(--ink); }
.prose .lead { font-size: 19px; color: var(--slate); line-height: 1.65; margin-bottom: 26px; }

/* SPLIT (text + image) */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-img { order: -1; }
.split-img img { width: 100%; border-radius: 16px; box-shadow: 0 14px 44px rgba(12,35,64,0.18); display: block; }

/* CARDS GRID (generic) */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card-item { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 30px; transition: all 0.2s; }
.card-item:hover { border-color: var(--gold); box-shadow: 0 10px 30px rgba(200,162,74,0.16); transform: translateY(-3px); }
.card-item .ci-ico { width: 46px; height: 46px; border-radius: 11px; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card-item .ci-ico .ico { width: 24px; height: 24px; color: var(--ink); }
.card-item h3 { font-size: 20px; color: var(--ink); margin-bottom: 10px; }
.card-item p { color: var(--slate); font-size: 15px; line-height: 1.6; }
.card-item a.ci-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: var(--aqua); font-weight: 700; font-size: 14px; text-decoration: none; }
.card-item a.ci-link:hover { gap: 10px; }

/* FAQ */
.faq-wrap { background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 20px 24px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .ico { width: 20px; height: 20px; color: var(--gold); transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-q .ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-a p { padding: 0 24px 22px; color: var(--slate); font-size: 15.5px; line-height: 1.7; }

/* AREAS / CHIPS */
.areas-grid { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.area-chip { background: var(--gold-soft); border: 1px solid #ecdfba; color: var(--ink); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 17px; padding: 18px 32px; border-radius: 12px; min-width: 190px; text-decoration: none; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 9px; }
.area-chip:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.area-chip .ico { width: 18px; height: 18px; }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg, rgba(12,35,64,0.93), rgba(14,66,88,0.93)), var(--cta-img, none) center/cover no-repeat, linear-gradient(135deg, #0c2340, #0e4258); padding: 84px 48px; text-align: center; }
.cta-band .inner { max-width: 720px; margin: 0 auto; }
.cta-band .title { color: #fff; margin-bottom: 18px; }
.cta-band .title .accent { color: var(--gold-bright); }
.cta-band p { color: #cddbe4; font-size: 19px; line-height: 1.6; margin-bottom: 32px; }

/* QUICK CONTACT STRIP */
.qcontact { background: var(--mist); border-top: 1px solid var(--line); }
.qcontact-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.qc-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px; text-align: center; }
.qc-card .ci-ico { width: 48px; height: 48px; border-radius: 50%; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.qc-card .ci-ico .ico { width: 24px; height: 24px; color: var(--ink); }
.qc-card h3 { font-size: 18px; margin-bottom: 6px; }
.qc-card a, .qc-card p { color: var(--slate); font-size: 15px; text-decoration: none; }
.qc-card a:hover { color: var(--gold); }

/* FORM */
.form-section { padding: 80px 48px; background: var(--mist); border-top: 1px solid var(--line); }
.form-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.form-text .title { font-size: 34px; margin-bottom: 18px; }
.form-text ul { list-style: none; margin-top: 6px; }
.form-text li { display: flex; align-items: flex-start; gap: 11px; color: var(--slate); font-size: 16px; margin-bottom: 14px; line-height: 1.5; }
.form-text li .ico { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 38px; box-shadow: 0 10px 40px rgba(12,35,64,0.08); }
.contact-form h3 { font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.contact-form .sub { color: var(--slate); font-size: 14px; margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #374a59; margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 8px; font-size: 15px; color: var(--ink); outline: none; transition: border-color 0.2s; background: #fff; font-family: inherit; }
.form-group textarea { resize: vertical; min-height: 84px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-submit { width: 100%; background: var(--gold); color: var(--ink); padding: 16px; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 6px; transition: background 0.2s; }
.form-submit:hover { background: var(--gold-bright); }
.form-disclaimer { font-size: 12px; color: #9aa9b4; text-align: center; margin-top: 13px; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; transition: transform 0.25s, box-shadow 0.25s; }
.gallery-grid img:hover { transform: scale(1.03); box-shadow: 0 10px 30px rgba(12,35,64,0.2); }

/* REVIEWS (reused) */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 30px; display: flex; flex-direction: column; }
.review-stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; margin-bottom: 16px; }
.review-headline { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 11px; font-family: 'Poppins', sans-serif; }
.review-text { color: var(--slate); font-size: 15px; line-height: 1.65; margin-bottom: 22px; flex-grow: 1; }
.review-by { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line); padding-top: 18px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--ink-2)); color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; }
.review-name { font-weight: 700; font-size: 14px; color: var(--ink); }
.review-loc { font-size: 12px; color: #9aa9b4; letter-spacing: 0.04em; }

/* FOOTER */
footer { background: var(--ink); padding: 56px 48px 34px; border-top: 2px solid var(--gold); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 38px; }
.footer-brand .fb-logo { font-family: 'Cinzel', serif; color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.footer-brand .fb-logo span { display: block; font-size: 10px; letter-spacing: 0.28em; color: var(--gold); }
.footer-brand p { color: #8499a8; font-size: 14px; line-height: 1.65; max-width: 300px; margin-top: 14px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #8499a8; transition: all 0.2s; }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.footer-social a svg { width: 18px; height: 18px; }
.footer-col h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 11px; }
.footer-col a { color: #8499a8; text-decoration: none; font-size: 14px; transition: color 0.2s; display: inline-flex; align-items: center; gap: 7px; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-col a .ico { width: 15px; height: 15px; }
.footer-map { border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); }
.footer-map iframe { width: 100%; height: 160px; border: 0; display: block; filter: grayscale(0.2); }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: #5d7080; font-size: 13px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 12px 20px; }
  .nav-links { display: none; }
  .page-hero { padding: 64px 22px 56px; }
  .page-hero h1 { font-size: 34px; }
  .section, .form-section { padding: 56px 22px; }
  .title { font-size: 28px; }
  .cards, .reviews-grid, .qcontact-inner { grid-template-columns: 1fr; }
  .cards.two { grid-template-columns: 1fr; }
  .split, .form-inner { grid-template-columns: 1fr; gap: 38px; }
  .split.rev .split-img { order: 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { padding: 60px 22px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-map { grid-column: 1 / -1; }
}
@media (max-width: 540px) { .page-hero h1 { font-size: 28px; } .footer-inner { grid-template-columns: 1fr; } .areas-grid { flex-direction: column; } .area-chip { width: 100%; } }

/* ============================================================
   v2 DESIGN SYSTEM — McCool's-inspired (Neptune navy+gold brand)
   Mobile nav, circular/organic photo elements, stats, ribbons.
   ============================================================ */

/* --- MOBILE NAV (hamburger) — critical fix --- */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 120; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: #fff; border-radius: 2px; margin: 5px 0; transition: all 0.25s; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* --- CIRCULAR PHOTO ELEMENTS (McCool's-style) --- */
.circle-photo { border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 16px 44px rgba(12,35,64,0.22); border: 5px solid #fff; }
.circle-ring { position: relative; display: inline-block; }
.circle-ring::before { content: ''; position: absolute; inset: -14px; border-radius: 50%; border: 2px dashed var(--gold); opacity: 0.55; }

/* Service "circles" grid on homepage */
.svc-circles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.svc-circle { text-decoration: none; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; transition: transform 0.2s; }
.svc-circle:hover { transform: translateY(-6px); }
.svc-circle .sc-img-wrap { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; box-shadow: 0 12px 34px rgba(12,35,64,0.20); border: 4px solid #fff; outline: 2px solid var(--line); transition: outline-color 0.2s, box-shadow 0.2s; }
.svc-circle:hover .sc-img-wrap { outline-color: var(--gold); box-shadow: 0 16px 40px rgba(200,162,74,0.30); }
.svc-circle .sc-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.svc-circle:hover .sc-img-wrap img { transform: scale(1.08); }
.svc-circle .sc-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,35,64,0.42)); }
.svc-circle h3 { font-family: 'Poppins', sans-serif; font-size: 16px; color: var(--ink); line-height: 1.25; }
.svc-circle p { font-size: 13px; color: var(--slate); line-height: 1.45; }

/* --- ORGANIC / BLOB IMAGE (non-rectangular) --- */
.blob-img { width: 100%; display: block; object-fit: cover; box-shadow: 0 18px 50px rgba(12,35,64,0.20);
  border-radius: 58% 42% 55% 45% / 48% 52% 48% 52%; }
.blob-img.alt { border-radius: 42% 58% 45% 55% / 55% 45% 55% 45%; }

/* --- HERO v2 (split with circular/organic art) --- */
.hero2 { position: relative; background: linear-gradient(135deg, #0c2340 0%, #143a63 55%, #0e4258 100%); overflow: hidden; }
.hero2::before { content: ''; position: absolute; top: -120px; right: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(200,162,74,0.16), transparent 70%); }
.hero2::after { content: ''; position: absolute; bottom: -90px; left: -90px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(47,159,196,0.18), transparent 70%); }
.hero2-inner { max-width: 1140px; margin: 0 auto; padding: 76px 48px 84px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero2 .eyebrow { color: var(--gold-bright); font-size: 13px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 8px; }
.hero2 h1 { color: #fff; font-family: 'Cinzel', serif; font-size: 50px; font-weight: 700; line-height: 1.07; letter-spacing: 0.4px; margin-bottom: 20px; text-shadow: 0 3px 22px rgba(0,0,0,0.3); }
.hero2 h1 .accent { color: var(--gold-bright); }
.hero2 p.sub { color: #dbe7ee; font-size: 19px; line-height: 1.6; max-width: 540px; margin-bottom: 28px; }
.hero2 .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero2 .hero-trust { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero2 .hero-trust .stars { color: var(--gold-bright); font-size: 18px; letter-spacing: 2px; }
.hero2 .hero-trust span { color: #cddbe4; font-size: 14px; }
.hero2-art { position: relative; display: flex; justify-content: center; align-items: center; }
.hero2-art .main-circle { width: 100%; max-width: 420px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; border: 6px solid rgba(255,255,255,0.9); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.hero2-art .float-badge { position: absolute; background: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: 0 14px 38px rgba(12,35,64,0.28); display: flex; align-items: center; gap: 11px; }
.hero2-art .float-badge.tl { top: 6%; left: -6%; }
.hero2-art .float-badge.br { bottom: 8%; right: -4%; }
.hero2-art .float-badge .fb-ico { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.hero2-art .float-badge .fb-ico .ico { width: 20px; height: 20px; color: var(--ink); }
.hero2-art .float-badge .fb-num { font-family: 'Cinzel', serif; font-weight: 700; font-size: 17px; color: var(--ink); line-height: 1; }
.hero2-art .float-badge .fb-lbl { font-size: 11.5px; color: var(--slate); }

/* --- STATS STRIP --- */
.stats-strip { background: var(--ink); padding: 30px 48px; }
.stats-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat .s-num { font-family: 'Cinzel', serif; font-size: 34px; font-weight: 700; color: var(--gold-bright); line-height: 1; }
.stat .s-lbl { color: #aebfcd; font-size: 13.5px; margin-top: 7px; letter-spacing: 0.04em; }

/* --- "WHAT'S INCLUDED" checklist band (steal from Pool Troopers) --- */
.included-wrap { background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 36px; margin-top: 8px; }
.included-grid li { display: flex; align-items: flex-start; gap: 12px; color: #3a4b59; font-size: 16px; line-height: 1.5; margin-bottom: 8px; }
.included-grid li .ico { width: 22px; height: 22px; color: #fff; background: var(--gold); border-radius: 50%; padding: 4px; flex-shrink: 0; }

/* --- NEIGHBORHOOD / ZIP list (steal from Pool Troopers) --- */
.hood-wrap { background: #fff; }
.hood-cols { columns: 3; column-gap: 36px; margin-top: 10px; }
.hood-cols li { break-inside: avoid; color: var(--slate); font-size: 15px; line-height: 1.4; margin-bottom: 9px; display: flex; gap: 8px; align-items: baseline; }
.hood-cols li .ico { width: 13px; height: 13px; color: var(--gold); flex-shrink: 0; }
.zip-line { margin-top: 22px; color: #8294a3; font-size: 13.5px; line-height: 1.9; letter-spacing: 0.02em; }

/* --- LOCATION / MAP block (real GBP) --- */
.loc-wrap { background: var(--mist); border-top: 1px solid var(--line); }
.loc-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.loc-card .nap { list-style: none; margin: 18px 0 0; }
.loc-card .nap li { display: flex; align-items: flex-start; gap: 13px; color: #3a4b59; font-size: 16px; margin-bottom: 16px; line-height: 1.5; }
.loc-card .nap li .ico { width: 21px; height: 21px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.loc-card .nap a { color: var(--ink); text-decoration: none; font-weight: 600; }
.loc-card .nap a:hover { color: var(--gold); }
.loc-map { border-radius: 18px; overflow: hidden; box-shadow: 0 14px 44px rgba(12,35,64,0.16); border: 1px solid var(--line); }
.loc-map iframe { width: 100%; height: 380px; border: 0; display: block; }

/* --- REVIEWS page summary header --- */
.rev-summary { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 32px 40px; box-shadow: 0 10px 34px rgba(12,35,64,0.08); max-width: 760px; margin: 0 auto; }
.rev-summary .big-score { font-family: 'Cinzel', serif; font-size: 56px; font-weight: 700; color: var(--ink); line-height: 1; }
.rev-summary .rs-stars { color: var(--gold); font-size: 22px; letter-spacing: 3px; }
.rev-summary .rs-sub { color: var(--slate); font-size: 14px; margin-top: 6px; }
.rev-summary .rs-cta { margin-left: auto; }
.rev-disclaimer { text-align: center; color: #9aa9b4; font-size: 13px; max-width: 700px; margin: 22px auto 0; line-height: 1.6; }

/* --- v2 RESPONSIVE --- */
@media (max-width: 900px) {
  nav { padding: 12px 16px; gap: 8px; flex-wrap: nowrap; }
  .nav-toggle { display: block !important; order: 3; margin-left: 4px; position: relative; z-index: 1003; }
  .nav-logo { flex: 1 1 auto; min-width: 0; }
  .nav-logo-text { font-size: 15px; }
  .nav-cta { order: 2; padding: 9px 12px; font-size: 12.5px; white-space: nowrap; }
  .nav-links { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; width: 100%; background: #0c2340; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 84px 26px 40px; gap: 2px; transform: translateX(100%); transition: transform 0.3s ease; overflow-y: auto; display: flex; z-index: 1002; }
  .nav-open .nav-links { transform: translateX(0); }
  .nav-links > li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links > li > a { padding: 15px 0; width: 100%; font-size: 16px; }
  .nav-drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: transparent; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 0 0 12px; margin: 0; min-width: 0; }
  .nav-links > li.open > .nav-drop { max-height: 600px; padding: 2px 0 10px 12px; }
  .nav-links > li > a .ico { transition: transform 0.25s; }
  .nav-links > li.open > a .ico { transform: rotate(180deg); }
  .nav-drop a { color: #b9c8d4; padding: 9px 14px; }
  .nav-drop a:hover { background: rgba(255,255,255,0.07); }
  .nav-drop small { color: #7e8f9d; }
  .nav-backdrop { display: none; }
  .nav-open .nav-backdrop { opacity: 1; visibility: visible; }
  .hero2-inner { grid-template-columns: 1fr; gap: 40px; padding: 54px 22px 64px; text-align: center; }
  .hero2 h1 { font-size: 34px; }
  .hero2 p.sub { margin-left: auto; margin-right: auto; }
  .hero2 .hero-buttons, .hero2 .hero-trust { justify-content: center; }
  .hero2-art .main-circle { max-width: 320px; }
  .hero2-art .float-badge.tl { left: 0; }
  .hero2-art .float-badge.br { right: 0; }
  .svc-circles { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .included-grid { grid-template-columns: 1fr; }
  .hood-cols { columns: 2; }
  .loc-inner { grid-template-columns: 1fr; gap: 30px; }
  .rev-summary { gap: 22px; padding: 26px; }
  .rev-summary .rs-cta { margin-left: 0; width: 100%; text-align: center; }
}
@media (max-width: 540px) {
  .hero2 h1 { font-size: 29px; }
  .svc-circles { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .hood-cols { columns: 1; }
  .hero2-art .main-circle { max-width: 260px; }
}
@media (max-width: 480px) {
  .nav-cta { padding: 9px; font-size: 0; gap: 0; }
  .nav-cta .ico { width: 20px; height: 20px; }
  .nav-logo-text { font-size: 14px; }
  .nav-logo-text span { font-size: 8.5px; }
}

/* ============================================================
   WHY US section (city/inner pages) — stat cards + checklist
   (homepage has these inline; inner pages rely on this)
   ============================================================ */
.why { background: var(--ink); }
.why-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.why .tag { color: var(--gold); }
.why .title { color: #fff; margin-bottom: 18px; }
.why .subtitle { color: #aebecb; margin-bottom: 28px; }
.why ul { list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 0; }
.why ul li { display: flex; gap: 12px; align-items: flex-start; color: #aebecb; font-size: 15.5px; line-height: 1.6; margin: 0; }
.why ul li .ico { width: 22px; height: 22px; color: var(--gold-bright); flex-shrink: 0; margin-top: 2px; }
.why ul li strong { color: #fff; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why-stats .card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 26px; transition: none; }
.why-stats .card:hover { transform: none; border-color: rgba(255,255,255,0.1); box-shadow: none; }
.why-stats .n { font-family: 'Cinzel', serif; font-size: 36px; font-weight: 700; color: var(--gold-bright); line-height: 1.05; }
.why-stats .l { color: #9fb2c0; font-size: 13px; margin-top: 8px; line-height: 1.45; }
@media (max-width: 900px) {
  .why-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 540px) {
  .why-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-stats .card { padding: 20px; }
  .why-stats .n { font-size: 30px; }
}
