/* ============================================================
   CITY LOCATION PAGES — premium minimal, SEO/geo templates
   Shared by every city-*.html page.
   ============================================================ */
.city { --ink: var(--text, #0C1526); --soft: var(--text-soft, #4C566B); }

/* ---------- HERO (cinematic, BC photo) ---------- */
.city-hero {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(128px, 15vh, 200px) 0 clamp(72px, 9vh, 120px);
  color: #fff;
}
.city-hero-bg { position: absolute; inset: 0; z-index: -2; }
.city-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.city-hero-veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(115deg, rgba(5,8,18,0.94) 0%, rgba(6,10,24,0.82) 46%, rgba(0,34,120,0.5) 100%),
    radial-gradient(80% 80% at 12% 20%, rgba(46,107,255,0.28), transparent 60%);
}
.city-hero-inner { position: relative; z-index: 1; max-width: 860px; }
.city-crumb {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .3px;
  color: rgba(255,255,255,0.6);
}
.city-crumb a { color: rgba(255,255,255,0.6); }
.city-crumb a:hover { color: #fff; }
.city-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 16px;
  padding: 8px 16px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .4px; color: #DCE7FF;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.city-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: #34e29a; box-shadow: 0 0 10px #34e29a; }
.city-hero h1 {
  margin-top: 22px;
  font-family: var(--font-head, 'Sora', sans-serif);
  font-size: clamp(34px, 5.4vw, 62px); font-weight: 800;
  line-height: 1.03; letter-spacing: -0.03em; color: #fff;
}
.city-hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #8FB6FF, #fff 46%, #5A8CFF);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.city-hero .lead { margin-top: 18px; max-width: 62ch; font-size: clamp(15px,1.2vw,17.5px); line-height: 1.72; color: rgba(255,255,255,0.78); }
.city-cta-row { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.city-hero-stats { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 12px; }
.city-hero-stat {
  padding: 14px 20px; border-radius: 14px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.city-hero-stat b { display: block; font-family: var(--font-head, 'Sora', sans-serif); font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.city-hero-stat span { display: block; margin-top: 3px; font-size: 11.5px; color: rgba(255,255,255,0.6); }

/* ---------- buttons ---------- */
.city-btn {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 13px 13px 24px; border-radius: 999px;
  font-family: var(--font-head, 'Sora', sans-serif); font-size: 14.5px; font-weight: 600;
  transition: transform .25s var(--ease, cubic-bezier(.2,.8,.2,1)), background .25s ease, box-shadow .25s ease;
}
.city-btn .cc { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; transition: transform .32s var(--ease, cubic-bezier(.2,.8,.2,1)); }
.city-btn .cc svg { width: 14px; height: 14px; }
.city-btn:hover { transform: translateY(-3px); }
.city-btn:hover .cc { transform: rotate(45deg); }
.city-btn-primary { color: #fff; background: var(--blue, #0046FF); box-shadow: 0 16px 36px -14px rgba(0,70,255,0.6); }
.city-btn-primary:hover { background: var(--blue-deep, #0033CC); }
.city-btn-primary .cc { background: #fff; color: var(--blue, #0046FF); }
.city-btn-ghost { color: #fff; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); }
.city-btn-ghost:hover { background: rgba(255,255,255,0.18); }
.city-btn-ghost .cc { background: rgba(255,255,255,0.16); color: #fff; }

/* ---------- generic section ---------- */
.city-sec { padding: clamp(56px, 7vw, 100px) 0; }
.city-wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 44px); }
.city-head { max-width: 720px; margin: 0 auto clamp(32px,4vw,52px); text-align: center; }
.city-kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--blue, #0046FF); background: rgba(0,70,255,0.07); border: 1px solid rgba(0,70,255,0.18);
}
.city-head h2 { font-family: var(--font-head, 'Sora', sans-serif); font-size: clamp(26px,3.4vw,40px); font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.city-head h2 em { font-style: normal; background: var(--grad-primary, linear-gradient(105deg,#0046FF,#2E6BFF)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.city-head p { margin-top: 14px; font-size: 15.5px; line-height: 1.72; color: var(--soft); }

/* ---------- intro: local geo copy + map ---------- */
.city-intro { background: var(--bg-2, #F5F6F8); }
.city-intro-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px,4vw,64px); align-items: center; }
.city-intro h2 { font-family: var(--font-head, 'Sora', sans-serif); font-size: clamp(24px,3vw,36px); font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.city-intro p { margin-top: 14px; font-size: 15.5px; line-height: 1.74; color: var(--soft); }
.city-intro .city-nearby { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.city-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--ink);
  background: #fff; border: 1px solid var(--line, rgba(12,21,38,0.1)); box-shadow: 0 4px 12px -8px rgba(12,21,38,0.3);
}
.city-chip svg { width: 14px; height: 14px; color: var(--blue, #0046FF); }
.city-map {
  position: relative; border-radius: 24px; overflow: hidden;
  border: 1px solid var(--line, rgba(12,21,38,0.1)); box-shadow: 0 30px 70px -40px rgba(12,21,38,0.35);
  background: linear-gradient(160deg, #0A1220, #12244A);
}
.city-map img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.city-map-tag {
  position: absolute; left: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; color: #fff; background: rgba(0,70,255,0.9);
}
.city-map-tag svg { width: 15px; height: 15px; }

/* ---------- services grid ---------- */
.city-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(14px,1.6vw,20px); }
.city-card {
  padding: 26px 24px; border-radius: 20px; background: #fff;
  border: 1px solid var(--line, rgba(12,21,38,0.1)); box-shadow: var(--sh-2, 0 14px 34px -20px rgba(12,21,38,0.24));
  transition: transform .4s var(--ease, cubic-bezier(.2,.8,.2,1)), border-color .3s ease, box-shadow .4s ease;
}
.city-card:hover { transform: translateY(-8px); border-color: rgba(0,70,255,0.32); box-shadow: 0 30px 64px -30px rgba(0,70,255,0.4); }
.city-card-ic {
  display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 16px; border-radius: 14px;
  color: #fff; background: linear-gradient(160deg, #5A8CFF, var(--blue, #0046FF)); box-shadow: 0 14px 28px -12px rgba(0,70,255,0.55);
}
.city-card-ic svg { width: 24px; height: 24px; }
.city-card h3 { font-family: var(--font-head, 'Sora', sans-serif); font-size: 17.5px; font-weight: 700; color: var(--ink); }
.city-card p { margin-top: 9px; font-size: 14px; line-height: 1.62; color: var(--soft); }

/* ---------- dark "why" band ---------- */
.city-why { background: none; padding-inline: clamp(20px,5vw,44px); }
.city-why-panel {
  position: relative; overflow: hidden; max-width: 1160px; margin: 0 auto;
  padding: clamp(48px,6vw,88px) clamp(26px,4vw,64px); border-radius: 34px;
  background: radial-gradient(120% 90% at 86% -10%, rgba(46,107,255,0.16), transparent 60%), linear-gradient(160deg,#0A1220,#0C1930 55%,#0A1220);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 50px 110px -54px rgba(0,0,0,0.9), 0 0 90px -46px rgba(46,107,255,0.55);
}
.city-why-panel h2 { color: #fff; font-family: var(--font-head, 'Sora', sans-serif); font-size: clamp(24px,3vw,38px); font-weight: 800; letter-spacing: -.02em; text-align: center; }
.city-why-panel h2 em { font-style: normal; background: linear-gradient(100deg,#8FB6FF,#fff 50%,#5A8CFF); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.city-why-grid { position: relative; z-index: 1; margin-top: clamp(28px,4vw,44px); display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(14px,1.6vw,20px); }
.city-why-card { padding: 24px 22px; border-radius: 18px; background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.1); }
.city-why-card:hover { background: rgba(255,255,255,0.075); border-color: rgba(46,107,255,0.5); transform: translateY(-6px); }
.city-why-card { transition: transform .4s var(--ease, cubic-bezier(.2,.8,.2,1)), background .3s ease, border-color .3s ease; }
.city-why-ic { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border-radius: 13px; color: #9DB8FF; background: rgba(46,107,255,0.14); border: 1px solid rgba(46,107,255,0.28); }
.city-why-ic svg { width: 22px; height: 22px; }
.city-why-card h3 { color: #fff; font-family: var(--font-head, 'Sora', sans-serif); font-size: 16.5px; font-weight: 700; }
.city-why-card p { margin-top: 8px; font-size: 13.6px; line-height: 1.6; color: rgba(255,255,255,0.66); }

/* ---------- contact band ---------- */
.city-contact { background: var(--bg-2, #F5F6F8); }
.city-contact-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,3vw,48px); align-items: center; }
.city-contact h2 { font-family: var(--font-head, 'Sora', sans-serif); font-size: clamp(24px,3vw,36px); font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.city-contact p { margin-top: 12px; font-size: 15px; line-height: 1.7; color: var(--soft); }
.city-contact-list { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.city-ci { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line, rgba(12,21,38,0.1)); }
.city-ci-ic { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: #fff; background: var(--blue, #0046FF); flex: 0 0 auto; }
.city-ci-ic svg { width: 18px; height: 18px; }
.city-ci .lbl { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim, #7A8398); }
.city-ci .val { font-size: 15px; font-weight: 600; color: var(--ink); }
.city-contact-visual { border-radius: 24px; overflow: hidden; border: 1px solid var(--line, rgba(12,21,38,0.1)); box-shadow: 0 30px 70px -40px rgba(12,21,38,0.35); }
.city-contact-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- final CTA ---------- */
.city-final { padding: clamp(20px,3vw,40px) 0 clamp(56px,7vw,100px); }
.city-final-card {
  position: relative; overflow: hidden; max-width: 1160px; margin: 0 auto;
  padding: clamp(46px,6vw,84px) clamp(24px,5vw,64px); border-radius: 30px; text-align: center; color: #fff;
  background: radial-gradient(90% 120% at 50% 0%, rgba(46,107,255,0.35), transparent 60%), linear-gradient(160deg,#001A5C,#0033CC 55%,#0046FF);
  box-shadow: 0 50px 100px -44px rgba(0,70,255,0.7);
}
.city-final-card h2 { font-family: var(--font-head, 'Sora', sans-serif); font-size: clamp(26px,3.6vw,44px); font-weight: 800; letter-spacing: -.02em; color: #fff; }
.city-final-card p { margin: 16px auto 0; max-width: 560px; font-size: 15.5px; line-height: 1.68; color: rgba(255,255,255,0.88); }
.city-final-card .city-cta-row { margin-top: 28px; justify-content: center; }
.city-final-card .city-btn-primary { background: #fff; color: var(--blue, #0046FF); }
.city-final-card .city-btn-primary .cc { background: rgba(0,70,255,0.12); color: var(--blue, #0046FF); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .city-intro-in, .city-contact-in { grid-template-columns: 1fr; }
  .city-grid, .city-why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .city-grid, .city-why-grid { grid-template-columns: 1fr; }
  .city-hero-stat { flex: 1; }
}

/* ============================================================
   COMPARISON — traditional guard vs Nexo AI monitoring
   ============================================================ */
.city-vs { background: var(--bg-2, #F5F6F8); }

/* two-up visual band */
.cvs-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px,1.8vw,22px); margin-bottom: clamp(24px,3vw,38px); }
.cvs-shot { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--line, rgba(12,21,38,0.1)); box-shadow: 0 26px 60px -36px rgba(12,21,38,0.4); background: #0A1220; }
.cvs-shot img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; transition: transform 1s var(--ease, cubic-bezier(.2,.8,.2,1)); }
.cvs-shot:hover img { transform: scale(1.04); }
.cvs-shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px;
  background: linear-gradient(180deg, transparent, rgba(6,13,30,0.92));
  color: #fff;
}
.cvs-shot figcaption b { display: block; font-family: var(--font-head,'Sora',sans-serif); font-size: 15.5px; font-weight: 700; }
.cvs-shot figcaption span { display: block; margin-top: 3px; font-size: 12.5px; color: rgba(255,255,255,0.66); }
.cvs-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; border-radius: 999px;
  font-family: var(--font-head,'Sora',sans-serif); font-size: 10.5px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; color: #fff;
}
.cvs-tag.good { background: var(--blue, #0046FF); }
.cvs-tag.bad { background: rgba(12,21,38,0.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }

/* table */
.cvs {
  border-radius: 22px; overflow: hidden; background: #fff;
  border: 1px solid var(--line, rgba(12,21,38,0.1));
  box-shadow: 0 30px 70px -40px rgba(12,21,38,0.35);
}
.cvs-row { display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: stretch; }
.cvs-row + .cvs-row { border-top: 1px solid var(--line, rgba(12,21,38,0.08)); }
.cvs-cell { display: flex; align-items: center; gap: 11px; padding: 18px 22px; font-size: 14.6px; }
.cvs-cap { font-weight: 600; color: var(--ink); }
.cvs-cap-ic {
  display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px;
  color: var(--blue, #0046FF); background: rgba(0,70,255,0.08); border: 1px solid rgba(0,70,255,0.16);
}
.cvs-cap-ic svg { width: 18px; height: 18px; }
/* Nexo column highlighted */
.cvs-nexo { background: rgba(0,70,255,0.045); font-weight: 600; color: var(--ink); }
.cvs-row.cvs-head .cvs-nexo { color: var(--blue, #0046FF); font-weight: 700; }
.cvs-patrol { color: var(--text-dim, #7A8398); }
.cvs-row.cvs-head { background: rgba(12,21,38,0.03); font-family: var(--font-head,'Sora',sans-serif); font-weight: 700; }
.cvs-row.cvs-head .cvs-cell { padding-block: 20px; font-size: 15px; }
.cvs-ic { display: grid; place-items: center; flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; }
.cvs-ic svg { width: 14px; height: 14px; }
.cvs-ic.yes { background: var(--blue, #0046FF); color: #fff; }
.cvs-ic.no { background: rgba(12,21,38,0.07); color: var(--text-dim, #7A8398); }
.cvs-row:hover .cvs-nexo { background: rgba(0,70,255,0.075); }

/* ============================================================
   MORE LOCATIONS — internal linking / nearby cities
   ============================================================ */
.city-more { padding-bottom: clamp(20px,3vw,40px); }
.cml-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(10px,1.2vw,14px); }
.cml-card {
  display: flex; align-items: center; gap: 11px;
  padding: 14px 16px; border-radius: 14px; background: #fff;
  border: 1px solid var(--line, rgba(12,21,38,0.1));
  transition: transform .3s var(--ease, cubic-bezier(.2,.8,.2,1)), border-color .3s ease, box-shadow .3s ease;
}
.cml-card:hover { transform: translateY(-4px); border-color: rgba(0,70,255,0.35); box-shadow: 0 18px 36px -20px rgba(0,70,255,0.45); }
.cml-ic { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; color: var(--blue, #0046FF); background: rgba(0,70,255,0.08); }
.cml-ic svg { width: 16px; height: 16px; }
.cml-card b { display: block; font-size: 14px; font-weight: 600; color: var(--ink); }
.cml-card small { display: block; font-size: 11.5px; color: var(--text-dim, #7A8398); }
.cml-all { display: flex; justify-content: center; margin-top: clamp(22px,3vw,32px); }

@media (max-width: 900px) {
  .cvs-band { grid-template-columns: 1fr; }
  .cml-grid { grid-template-columns: 1fr 1fr; }
  .cvs-row { grid-template-columns: 1fr; }
  .cvs-row + .cvs-row { border-top-width: 6px; }
  .cvs-cell { padding: 13px 18px; }
  .cvs-row .cvs-cell + .cvs-cell { border-top: 1px solid var(--line, rgba(12,21,38,0.08)); }
  .cvs-row.cvs-head { display: none; }
  .cvs-patrol::before { content: "Mobile patrol: "; font-weight: 600; color: var(--ink); }
  .cvs-nexo::before { content: "Nexo: "; font-weight: 700; color: var(--blue, #0046FF); }
}
@media (max-width: 560px) { .cml-grid { grid-template-columns: 1fr; } }
