/* === city-details (appended from _city-details.scss) === */
@charset "UTF-8";
.city-guide {
  --navy: #1a2640;
  --navy-light: #243350;
  --orange: #fdb336;
  --orange-dark: #e49d1a;
  --gray-light: #f5f6f9;
  --gray-mid: #e2e5ed;
  --text: #2c3345;
  --text-light: #596275;
  --green: #38a169;
  --teal: #1a7090;
  font-family: "Lato", sans-serif;
  color: var(--text);
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.city-guide *, .city-guide *::before, .city-guide *::after {
  box-sizing: border-box;
}
.city-guide h1 {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.18;
  font-family: "Lato", sans-serif;
  margin: 0;
}
.city-guide h2 {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 1rem;
  font-family: "Lato", sans-serif;
}
.city-guide h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1.8rem 0 0.6rem;
  font-family: "Lato", sans-serif;
}
.city-guide h4 {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1.2rem 0 0.4rem;
  font-family: "Lato", sans-serif;
}
.city-guide p {
  line-height: 1.75;
  color: #3e4a5f;
  margin: 0 0 0.85rem;
  font-size: 0.93rem;
  font-family: "Lato", sans-serif;
}
.city-guide p:last-child {
  margin-bottom: 0;
}
.city-guide .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.city-guide .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.3px;
  border: 0;
  min-width: 0;
}
.city-guide .btn--orange {
  background: var(--orange);
  color: var(--navy);
}
.city-guide .btn--orange:hover {
  background: var(--orange-dark);
}
.city-guide .btn--ghost {
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.city-guide .btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.city-guide .btn--navy {
  background: var(--navy);
  color: #fff;
}
.city-guide .btn svg {
  flex-shrink: 0;
}
.city-guide .site-nav {
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 0;
  z-index: 200;
}
.city-guide .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.city-guide .nav-logo img {
  height: 38px;
  display: block;
}
.city-guide .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.city-guide .nav-links a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 500;
}
.city-guide .nav-links a:hover {
  color: var(--orange-dark);
}
.city-guide .nav-cta {
  background: var(--orange);
  color: var(--navy) !important;
  padding: 9px 18px;
  border-radius: 4px;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.city-guide .hero {
  background: var(--gray-light);
  padding: 56px 0 60px;
}
.city-guide .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.city-guide .hero-img {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}
.city-guide .hero-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.city-guide .city-label {
  font-family: "Dancing Script", cursive;
  color: var(--orange-dark);
  font-size: 1.55rem;
  display: block;
  margin-bottom: 8px;
}
.city-guide .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
}
.city-guide .hbadge {
  background: #fff;
  border: 1px solid var(--gray-mid);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-light);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.city-guide .hbadge svg {
  color: var(--teal);
  flex-shrink: 0;
}
.city-guide .hbadge strong {
  color: var(--navy);
}
.city-guide .hero-lead {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 26px;
}
.city-guide .quick-ref {
  background: var(--navy);
  padding: 52px 0;
}
.city-guide .qr-head {
  text-align: center;
  margin-bottom: 30px;
}
.city-guide .qr-head h2 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 1.45rem;
}
.city-guide .qr-head p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  margin: 0;
}
.city-guide .qr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.city-guide .qr-cell {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.city-guide .qr-cell:nth-child(4n) {
  border-right: none;
}
.city-guide .qr-cell:nth-child(n+5) {
  border-bottom: none;
}
.city-guide .qr-label {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 7px;
  font-weight: 600;
}
.city-guide .qr-val {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.city-guide .qr-val.accent {
  color: var(--orange);
}
.city-guide .qr-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 4px;
}
.city-guide .toc-bar {
  background: #fff;
  border-bottom: 2px solid var(--gray-mid);
  position: sticky;
  top: 68px;
  z-index: 190;
}
.city-guide .toc-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.city-guide .toc-scroll::-webkit-scrollbar {
  display: none;
}
.city-guide .toc-link {
  padding: 14px 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-light);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.city-guide .toc-link:hover {
  color: var(--navy);
  border-bottom-color: var(--orange);
}
.city-guide .toc-num {
  background: var(--gray-light);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  color: var(--text-light);
  flex-shrink: 0;
}
.city-guide .content-body {
  padding: 0 0 20px;
}
.city-guide .c-section {
  padding: 52px 0;
  border-bottom: 1px solid var(--gray-mid);
  scroll-margin-top: 140px;
}
.city-guide .c-section:last-child {
  border-bottom: none;
}
.city-guide .section-hdr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.city-guide .section-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.city-guide .section-hdr h2 {
  margin: 0;
  font-size: 1.5rem;
}
.city-guide .mid-cta {
  background: var(--gray-light);
  border-top: 3px solid var(--orange);
  padding: 28px 0;
}
.city-guide .mid-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.city-guide .mid-cta-text .mid-cta-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.city-guide .mid-cta-text .mid-cta-sub {
  font-size: 0.85rem;
  color: var(--text-light);
  margin: 0;
}
.city-guide .stat-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 26px;
}
.city-guide .stat-card {
  background: var(--gray-light);
  border: 1px solid var(--gray-mid);
  border-radius: 4px;
  padding: 20px 16px;
}
.city-guide .sc-label {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  font-weight: 700;
  margin-bottom: 6px;
}
.city-guide .sc-val {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
}
.city-guide .sc-note {
  font-size: 0.75rem;
  color: var(--text-light);
  margin-top: 4px;
}
.city-guide .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.city-guide .three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.city-guide .ibox {
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 22px 0;
}
.city-guide .ibox-blue {
  background: #eef7fb;
  border-left: 4px solid #1a7090;
}
.city-guide .ibox-orange {
  background: #fff8e6;
  border-left: 4px solid var(--orange);
}
.city-guide .ibox-green {
  background: #f0faf5;
  border-left: 4px solid var(--green);
}
.city-guide .ibox-tag {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.city-guide .ibox-tag svg {
  flex-shrink: 0;
}
.city-guide .ibox-blue .ibox-tag {
  color: var(--teal);
}
.city-guide .ibox-orange .ibox-tag {
  color: #a06800;
}
.city-guide .ibox-green .ibox-tag {
  color: var(--green);
}
.city-guide .dtable {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 0.88rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}
.city-guide .dtable thead {
  background: var(--navy);
}
.city-guide .dtable thead th {
  padding: 13px 16px;
  text-align: left;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.city-guide .dtable tbody tr:nth-child(even) {
  background: var(--gray-light);
}
.city-guide .dtable tbody tr:hover {
  background: #eaecf2;
}
.city-guide .dtable td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--gray-mid);
  color: var(--text);
  vertical-align: top;
}
.city-guide .dtable tr:last-child td {
  border-bottom: none;
}
.city-guide .dtable .total-row td {
  font-weight: 700;
  color: var(--navy);
  background: #eef0f6 !important;
}
.city-guide .chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
}
.city-guide .chip-green {
  background: #e6f7ee;
  color: #1d6b3e;
}
.city-guide .chip-orange {
  background: #fff4d6;
  color: #8a5e00;
}
.city-guide .chip-blue {
  background: #e6f0fb;
  color: #1a5498;
}
.city-guide .chip-red {
  background: #fde8e8;
  color: #b91c1c;
}
.city-guide .checklist, .city-guide .check-yes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-guide .checklist li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--gray-mid);
  color: var(--text-light);
}
.city-guide .checklist li:last-child {
  border-bottom: none;
}
.city-guide .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--navy);
  border-radius: 2px;
}
.city-guide .check-yes li {
  padding: 7px 0 7px 26px;
  position: relative;
  font-size: 0.9rem;
  color: var(--text);
}
.city-guide .check-yes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background: var(--green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.city-guide .timeline {
  padding-left: 18px;
  border-left: 2px solid var(--gray-mid);
}
.city-guide .tl-item {
  padding: 0 0 28px 22px;
  position: relative;
}
.city-guide .tl-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--orange);
}
.city-guide .tl-step {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--text-light);
}
.city-guide .tl-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2px 0;
}
.city-guide .tl-desc {
  font-size: 0.84rem;
  color: var(--text-light);
  line-height: 1.6;
}
.city-guide .tl-time {
  display: inline-block;
  background: var(--orange);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 12px;
  padding: 2px 10px;
  margin-top: 6px;
}
.city-guide .cost-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 22px 0;
}
.city-guide .cost-card {
  border: 1px solid var(--gray-mid);
  border-radius: 4px;
  padding: 22px 20px;
  background: #fff;
}
.city-guide .cc-type {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  font-weight: 700;
  margin-bottom: 8px;
}
.city-guide .cc-range {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
}
.city-guide .cc-avg {
  font-size: 0.8rem;
  color: var(--green);
  font-weight: 700;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.city-guide .cc-avg svg {
  flex-shrink: 0;
}
.city-guide .cc-note {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-mid);
}
.city-guide .roi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.city-guide .roi-card {
  background: var(--navy);
  border-radius: 4px;
  padding: 20px 16px;
  text-align: center;
}
.city-guide .roi-val {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.1;
}
.city-guide .roi-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  font-weight: 500;
}
.city-guide .jadu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}
.city-guide .jadu-card {
  border-radius: 4px;
  padding: 24px;
}
.city-guide .jadu-adu {
  background: var(--navy);
}
.city-guide .jadu-jadu {
  background: var(--gray-light);
  border: 1px solid var(--gray-mid);
}
.city-guide .jadu-type {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 8px;
}
.city-guide .jadu-adu .jadu-type {
  color: var(--orange);
}
.city-guide .jadu-jadu .jadu-type {
  color: var(--text-light);
}
.city-guide .jadu-adu h3 {
  color: #fff;
  margin-top: 0;
}
.city-guide .jadu-jadu h3 {
  margin-top: 0;
}
.city-guide .spec-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.city-guide .spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.city-guide .jadu-jadu .spec-list li {
  border-bottom-color: var(--gray-mid);
}
.city-guide .spec-list li:last-child {
  border-bottom: none;
}
.city-guide .spec-key {
  opacity: 0.65;
}
.city-guide .jadu-jadu .spec-key {
  color: var(--text-light);
  opacity: 1;
}
.city-guide .spec-val {
  font-weight: 700;
}
.city-guide .jadu-adu .spec-val {
  color: #fff;
}
.city-guide .jadu-jadu .spec-val {
  color: var(--navy);
}
.city-guide .faq-cat {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  color: var(--orange-dark);
  margin: 28px 0 12px;
}
.city-guide .faq-item {
  border: 1px solid var(--gray-mid);
  border-radius: 4px;
  margin-bottom: 8px;
  overflow: hidden;
}
.city-guide .faq-q {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--navy);
  background: var(--gray-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.city-guide .faq-q:hover {
  background: #eaecf2;
}
.city-guide .faq-q::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--orange-dark);
  font-weight: 700;
  flex-shrink: 0;
  margin-left: 12px;
}
.city-guide .faq-item.open .faq-q::after {
  content: "−";
}
.city-guide .faq-a {
  display: none;
  padding: 16px 20px;
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.75;
  background: #fff;
  border-top: 1px solid var(--gray-mid);
}
.city-guide .faq-item.open .faq-a {
  display: block;
}
.city-guide .warn-box {
  background: #fffbf0;
  border: 1px solid #f6d776;
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 20px 0;
}
.city-guide .warn-box .icon {
  color: #c97d00;
  flex-shrink: 0;
  margin-top: 2px;
}
.city-guide .warn-box strong {
  display: block;
  color: #92600a;
  font-size: 0.85rem;
  margin-bottom: 3px;
}
.city-guide .warn-box p {
  font-size: 0.85rem;
  color: #7a5210;
  margin: 0;
}
.city-guide .why-section {
  background: var(--gray-light);
  padding: 60px 0;
}
.city-guide .why-head {
  text-align: center;
  margin-bottom: 36px;
}
.city-guide .why-head .tag {
  display: inline-block;
  background: var(--orange);
  color: var(--navy);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 12px;
}
.city-guide .why-head h2 {
  margin: 0 0 8px;
}
.city-guide .why-head p {
  color: var(--text-light);
  max-width: 480px;
  margin: 0 auto;
  font-size: 0.9rem;
}
.city-guide .why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.city-guide .why-card {
  background: #fff;
  border-radius: 4px;
  padding: 28px 16px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.city-guide .why-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--orange);
}
.city-guide .why-title {
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.city-guide .why-desc {
  font-size: 0.77rem;
  color: var(--text-light);
  line-height: 1.55;
}
.city-guide .cta-section {
  background: var(--navy);
  padding: 72px 0;
  text-align: center;
}
.city-guide .cta-section .tag {
  display: inline-block;
  background: var(--orange);
  color: var(--navy);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.city-guide .cta-section h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
}
.city-guide .cta-section > .wrapper > p {
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin: 0 auto 36px;
  font-size: 0.95rem;
}
.city-guide .cta-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 38px;
  flex-wrap: wrap;
}
.city-guide .cta-step {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 18px 22px;
  text-align: center;
  min-width: 155px;
}
.city-guide .cta-connector {
  display: flex;
  align-items: center;
  padding: 0 8px;
  flex-shrink: 0;
}
.city-guide .cta-connector svg {
  display: block;
}
.city-guide .cs-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.city-guide .cs-title {
  font-size: 0.84rem;
  font-weight: 700;
  color: #fff;
}
.city-guide .cs-desc {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
.city-guide .cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.city-guide .site-footer {
  background: #111a2b;
  padding: 52px 0 0;
}
.city-guide .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 44px;
}
.city-guide .footer-logo {
  height: 34px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  display: block;
  margin-bottom: 16px;
}
.city-guide .footer-desc {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.75;
}
.city-guide .footer-col h4 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 16px;
}
.city-guide .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-guide .footer-links li {
  margin-bottom: 8px;
}
.city-guide .footer-links a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.83rem;
  text-decoration: none;
  transition: color 0.15s;
}
.city-guide .footer-links a:hover {
  color: var(--orange);
}
.city-guide .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-guide .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 10px;
}
.city-guide .footer-contact li svg {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
}
.city-guide .footer-contact a {
  color: inherit;
  text-decoration: none;
}
.city-guide .footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}
.city-guide .footer-socials a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  text-decoration: none;
}
.city-guide .footer-socials a:hover {
  color: var(--orange);
}
.city-guide .footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0;
  text-align: center;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.25);
}
.city-guide .footer-copy a {
  color: var(--orange);
  text-decoration: none;
}
@media (max-width: 991px) {
  .city-guide .hero-grid,
  .city-guide .two-col,
  .city-guide .jadu-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .city-guide .qr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .city-guide .qr-cell:nth-child(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
  }
  .city-guide .qr-cell:nth-child(2n) {
    border-right: none;
  }
  .city-guide .qr-cell:nth-child(n+5) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .city-guide .qr-cell:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .city-guide .stat-cards,
  .city-guide .cost-cards,
  .city-guide .roi-row,
  .city-guide .three-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .city-guide .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .city-guide .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .city-guide .nav-links {
    display: none;
  }
  .city-guide .nav-links .nav-cta {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .city-guide .stat-cards,
  .city-guide .cost-cards,
  .city-guide .roi-row,
  .city-guide .three-col,
  .city-guide .why-grid {
    grid-template-columns: 1fr;
  }
  .city-guide .cta-connector {
    display: none;
  }
  .city-guide h1 {
    font-size: 1.6rem;
  }
  .city-guide h2 {
    font-size: 1.35rem;
  }
  .city-guide .hero-img img {
    height: 280px;
  }
}

/* === city-details TOC active state === */
.city-guide .toc-link.active { color: var(--navy); border-bottom-color: var(--orange); font-weight: 700; }
.city-guide .toc-num { transition: background 0.15s, color 0.15s; }
.city-guide .toc-link.active .toc-num { background: var(--orange); color: var(--navy); }

/* === city-details: clear fixed site header + sticky TOC offset === */
.city-guide { --site-header-h: 112px; padding-top: var(--site-header-h); }
@media (max-width: 1600px) { .city-guide { --site-header-h: 86px; } }
@media (max-width: 1366px) { .city-guide { --site-header-h: 78px; } }
.city-guide .toc-bar { top: var(--site-header-h) !important; z-index: 8 !important; }
.city-guide .c-section { scroll-margin-top: calc(var(--site-header-h) + 60px) !important; }

/* === city-details: align navy with site brand color === */
.city-guide { --navy: #1b2f3d; --navy-light: #2a4255; }

/* === city-details: fix CTA 4-step wrapping below ~1200px === */
@media (max-width: 1199px) {
    .city-guide .cta-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 560px;
        gap: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .city-guide .cta-step { min-width: 0; }
    .city-guide .cta-connector { display: none; }
}
@media (max-width: 600px) {
    .city-guide .cta-steps { grid-template-columns: 1fr; max-width: 320px; }
}

/* === city-details: fit all 8 TOC items on desktop === */
.city-guide .toc-scroll { justify-content: space-between; }
.city-guide .toc-link { padding: 14px 10px; gap: 4px; }
@media (max-width: 1199px) {
    .city-guide .toc-scroll { justify-content: flex-start; }
    .city-guide .toc-link { padding: 14px 14px; gap: 6px; }
}

/* === city-details: hero image top-aligned === */
.city-guide .hero-grid { align-items: start; }
.city-guide .hero-img { align-self: start; }

/* === city-details: close the gap when header shrinks on scroll === */
@media (min-width: 1601px) {
    header.scrolling ~ .city-guide .toc-bar { top: 88px !important; }
}
