:root {
  --blue-color: #B45309;
  --blue-light-color: #FEF3C7;
  --blue-dark-color: #1C1410;
  --blue-mid-color: #92400E;
  --text-color: #3D2E1A;
  --black-color: #1C1410;
  --black-medium-color: #292015;
  --white-color: #fff;
  --grey-color: #9CA3AF;
  --grey-medium-color: #D1D5DB;
  --grey-light-color: #FFFBF5;
  --grey-dark-color: #9CA3AF;

  --primary-font: 'Open Sans';

  --transition: all .25s ease-in-out;

  --grid-width: 1160px;
  --grid-gutter: 15px;
}

.kqqv26 {
  max-width: calc(var(--grid-width) + var(--grid-gutter) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}

.kqqv26.sm {
  max-width: calc(962px + var(--grid-gutter) * 2);
}

.pdr9w9 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) * -1);
}

.w0ph48 {
  width: fit-content;
  padding: 0 var(--grid-gutter);
}

.pi3n0l {
  width: 100%;
}

.e8mwvy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.awlc3w {
  flex: 1;
}

.s53et8 {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .lw3y2e {
    width: 25%;
  }

  .xrq4ei {
    width: 58.3333%;
  }

  .c20fei {
    width: 41.6666%;
  }
}

@media (min-width: 768px) {
  .ddj1qw {
    width: 25%;
  }
}

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

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

body, html {
  height: 100%;
  min-height: 100%;
}

html {
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  background-color: var(--white-color);
  color: var(--text-color);
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  line-height: 1.25;
  margin: 40px 0 20px;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 35px 0 15px;
}

h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 25px 0 12px;
}

h4 {
  font-size: 19px;
  line-height: 1.4;
  margin: 20px 0 10px;
}

h5 {
  font-size: 17px;
  line-height: 1.4;
  margin: 18px 0 8px;
}

h6 {
  font-size: 15px;
  line-height: 1.4;
  margin: 15px 0 8px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
}

ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--black-color);
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--text-color);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue-color);
  line-height: 1;
  outline: none;
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  text-decoration: underline;
}

input,
select {
  width: 100%;
  position: relative;
  display: block;
  padding: 12px 15px;
  color: var(--black-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
  background-color: var(--white-color);
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--grey-medium-color);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

select {
  padding-right: 50px;
  background: url(../images/select-arrow.svg) no-repeat calc(100% - 15px) var(--white-color);
}

::-webkit-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--grey-color);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--grey-color);
  opacity: 1;
}

input:active,
input:focus {
  border: 1px solid var(--blue-color);
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.1);
}

.zx06x7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 12px 34px;
  background: linear-gradient(135deg, var(--blue-color) 0%, var(--blue-mid-color) 100%);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.35);
}

.zx06x7:hover,
.zx06x7:active {
  box-shadow: 0 6px 20px rgba(180, 83, 9, 0.5);
  transform: translateY(-1px);
  text-decoration: none;
}

/* ─── Header ─────────────────────────────────────────────────────────────── */

.di6a8v {
  padding: 14px 0;
  background-color: var(--white-color);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-bottom: 2px solid rgba(180, 83, 9, 0.15);
  position: sticky;
  top: 0;
  z-index: 50;
}

.dfsy25 {
  transition: var(--transition);
  border: 0;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue-color);
  text-decoration: none;
  white-space: nowrap;
}

.dfsy25:hover {
  opacity: .9;
  text-decoration: none;
}

.b1dafv {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  transition: var(--transition);
}

.kzvdo0 {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, .5);
}

.b1dafv.is-active {
  transform: translateX(0);
}

.kzvdo0.is-active {
  opacity: 1;
  z-index: 9;
}

.zoozff {
  width: 100%;
  margin-right: 30px;
}

.zoozff ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.zoozff ul li {
  margin: 0 40px 0 0;
  padding: 0;
}

.zoozff ul li::before {
  display: none;
}

.zoozff ul li:last-child {
  margin-right: 0;
}

.zoozff ul li * {
  display: inline-flex;
  color: var(--black-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.zoozff ul li a:hover {
  color: var(--blue-color);
  border-color: var(--blue-color);
  text-decoration: none;
}

.mnudjt {
  flex-shrink: 0;
}

/* ─── Hero ───────────────────────────────────────────────────────────────── */

.f5vbc0 {
  position: relative;
}

.u8nq55 {
  background: linear-gradient(160deg, #FFFBF0 0%, #FEF3C7 55%, #FDE68A 100%);
  padding: 80px 0;
  text-align: center;
}

.niwqjn {
  margin-top: -35px;
}

.e65d0z {
  font-size: 20px;
  line-height: 34px;
  max-width: 640px;
  margin: 0 auto;
}

.bq4yrc {
  font-size: 40px;
  line-height: 1.2;
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 760px;
}

.rklao4 {
  width: 100%;
}

.bd3tsx {
  max-width: 824px;
  width: 100%;
  margin: 0 auto;
}

.v56lf5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.n0ted5 {
  max-width: 363px;
  width: 100%;
  margin: 20px auto;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.bd3tsx {
  background: var(--white-color);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 8px 40px rgba(180, 83, 9, 0.2);
  border: 2px solid rgba(180, 83, 9, 0.15);
}

.bd3tsx input,
.bd3tsx select,
.bd3tsx .zx06x7 {
  border-radius: 10px;
  height: 58px;
}

.bd3tsx input,
.bd3tsx select {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 0;
  border-color: #E5E7EB;
}

.bd3tsx .zx06x7 {
  width: 224px;
}

/* ─── Intro section ──────────────────────────────────────────────────────── */

.a1jiqs {
  padding: 30px 0 60px;
}

.ehj4sm {
  margin: 0 0 30px;
  font-size: 40px;
  color: var(--black-color);
  line-height: 54px;
  font-weight: 600;
}

/* ─── Footer ─────────────────────────────────────────────────────────────── */

.vncirg {
  padding-top: 60px;
  background: linear-gradient(180deg, #1C1410 0%, #2D1F0E 100%);
  color: var(--white-color);
}

.avrctd {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
}

.avrctd:hover {
  opacity: .9;
  text-decoration: none;
}

.hxz73r {
  display: flex;
  flex-direction: column;
}

.t2a2d5 {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}

.t2a2d5 li {
  margin: 0 20px 0 0;
  padding: 0;
}

.t2a2d5 li::before {
  display: none;
}

.t2a2d5 li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-color);
  border: 0;
  border-radius: 10px;
}

.t2a2d5 li a:hover {
  opacity: .8;
  text-decoration: none;
}

.t3syyl {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: var(--grey-dark-color);
}

.emfdu9 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jj76cw {
  width: 100%;
}

.qtykjc {
  margin: 0;
}

.qtykjc li {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 19px;
}

.qtykjc li::before {
  display: none;
}

.qtykjc li a {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: var(--white-color);
}

.qtykjc li a:hover {
  text-decoration: underline;
}

.gxlkcc.c8x3dv .qtykjc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gxlkcc.c8x3dv .qtykjc li {
  width: calc(50% - 5px);
}

.thetcv {
  margin-top: 40px;
}

.sy19cl {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}

.sy19cl:last-child {
  margin-bottom: 20px;
}

.sy19cl p {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 8px;
}

.sy19cl p:last-child {
  margin-bottom: 0;
}

.s68qpk {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: var(--white-color);
  margin-right: 3px;
}

.nnjl67 {
  width: 100%;
  padding: 15px;
  border-top: 1px solid var(--white-color);
  text-align: center;
}

.nnjl67 p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--white-color);
  opacity: .7;
}

/* ─── Hamburger ──────────────────────────────────────────────────────────── */

.p479a5 {
  position: relative;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  overflow: visible; }
  .p479a5:hover {
    opacity: 0.7; }
  .p479a5.is-active:hover {
    opacity: 0.7; }
  .p479a5.is-active .jkmb9p,
  .p479a5.is-active .jkmb9p::before,
  .p479a5.is-active .jkmb9p::after {
    background-color: var(--black-color); }

.bi7gak {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.jkmb9p {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .jkmb9p, .jkmb9p::before, .jkmb9p::after {
    width: 40px;
    height: 3px;
    background-color: var(--black-color);
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .jkmb9p::before, .jkmb9p::after {
    content: "";
    display: block; }
  .jkmb9p::before {
    top: -10px; }
  .jkmb9p::after {
    bottom: -10px; }

.atrbws .jkmb9p {
  top: 2px; }
  .atrbws .jkmb9p::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .atrbws .jkmb9p::after {
    top: 20px; }

.atrbws.is-active .jkmb9p {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .atrbws.is-active .jkmb9p::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .atrbws.is-active .jkmb9p::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/* ─── Utilities ──────────────────────────────────────────────────────────── */

.mlxves {
  display: flex;
}

.md68gt {
  align-items: center;
}

.cfg6pc {
  justify-content: space-between;
}

.m346wq {
  justify-content: center;
}

.l87aeu {
  justify-content: flex-start;
}

/* ─── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 1025px) {
  .zoozff ul li {
    margin-right: 25px;
  }

  .p479a5 {
    display: inline-flex;
  }

  .di6a8v {
    height: 90px;
  }

  .b1dafv {
    padding: 40px 55px 40px 20px;
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    height: calc(100% - 90px);
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, .95);
    transform: translateX(100%);
  }

  .zoozff {
    margin-right: 0;
    width: auto;
  }

  .zoozff ul {
    display: block;
  }

  .zoozff ul li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grey-medium-color);
  }

  .zoozff ul li:last-child {
    border: 0;
  }

  .zoozff ul li * {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
  }

  .mnudjt {
    text-align: center;
    margin-right: 45px;
  }

  .mnudjt .zx06x7 {
    width: 180px;
  }

  .zx06x7 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .rklao4 {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .vncirg {
    padding-top: 55px;
  }

  .hxz73r {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 38px;
  }

  .avrctd {
    margin-bottom: 0;
  }

  .t2a2d5 {
    margin: 5px 0 30px 0;
  }

  .rklao4 {
    display: none;
  }

  .bq4yrc,
  .e65d0z {
    text-align: center;
  }

  .u8nq55 {
    padding: 80px 0;
  }

  .di6a8v {
    padding: 10px 0;
    height: 75px;
  }

  .b1dafv {
    top: 75px;
    height: calc(100% - 75px);
  }

  .dfsy25 {
    max-width: 83px;
  }

  .zoozff ul li * {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  p,
  ul li,
  input,
  select {
    font-size: 15px;
    line-height: 25px;
  }

  ul li {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  ul li::before {
    top: 10px;
    left: 9px;
    width: 3px;
    height: 3px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 30px 0 15px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 25px 0 12px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 20px 0 10px;
  }

  h4 {
    font-size: 17px;
    line-height: 1.4;
    margin: 18px 0 8px;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0 8px;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
    margin: 12px 0 6px;
  }

  input,
  select {
    padding: 9px 12px;
  }

  select {
    padding-right: 35px;
    background-size: 13px;
    background-position-x: calc(100% - 12px);
  }

  .zx06x7 {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 20px;
    border-radius: 5px;
  }

  .mnudjt .zx06x7 {
    padding: 5px 11px;
    font-size: 16px;
    line-height: 21px;
  }

  .di6a8v {
    height: 50px;
  }

  .mnudjt .zx06x7 {
    width: 114px;
  }

  .b1dafv {
    top: 50px;
    height: calc(100% - 50px);
  }

  .v56lf5 {
    display: block;
  }

  .n0ted5 {
    max-width: 207px;
    font-size: 10px;
    line-height: 13px;
  }

  .u8nq55 {
    padding: 40px 0 35px;
  }

  .bq4yrc {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.25;
  }

  .a1jiqs {
    padding: 40px 0 45px;
  }

  .bd3tsx input,
  .bd3tsx select,
  .bd3tsx .zx06x7 {
    height: 46px;
  }

  .bd3tsx input,
  .bd3tsx select {
    border-right: 1px solid var(--grey-medium-color);
    border-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .n0ted5 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .niwqjn {
    margin-top: -28px;
  }

  .bd3tsx .zx06x7 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .e65d0z {
    font-size: 14px;
    line-height: 23px;
  }

  .jj76cw {
    margin-top: 20px;
  }

  .avrctd {
    max-width: 83px;
  }

  .t2a2d5 li a {
    width: 28px;
    height: 28px;
  }

  .t3syyl,
  .qtykjc li a {
    font-size: 14px;
    line-height: 18px;
  }

  .qtykjc li {
    line-height: 18px;
  }

  .thetcv {
    margin-top: 30px;
  }

  .sy19cl p {
    font-size: 10px;
    line-height: 12px;
  }

  .sy19cl {
    margin-bottom: 20px;
  }

  .nnjl67 {
    padding: 10px 0;
  }

  .nnjl67 p {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 575px) {
  .rklao4 {
    max-width: 161px;
  }
}

/* ─── Choose your city ──────────────────────────────────────────────────────── */

.egs9ag {
  padding: 2rem 0 3rem;
}

.oxs9qm {
  margin-bottom: 1.25rem;
}

.di0mzz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 600px) {
  .di0mzz {
    grid-template-columns: 1fr;
  }
}

.hrgrq5 {
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
}

.wk36zw {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wk36zw::after {
  content: "▸";
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.hrgrq5[open] .wk36zw::after {
  transform: rotate(90deg);
}

.gv25gk {
  padding: 0.25rem 0 0.5rem;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--grey-medium-color);
}

.gv25gk li a {
  display: block;
  padding: 0.15rem 1rem;
  font-size: 0.9rem;
  color: var(--blue-color);
  text-decoration: none;
  transition: background 0.15s;
}

.gv25gk li a:hover {
  background: var(--grey-light-color);
}

/* ─── About page ────────────────────────────────────────────────────────────── */

.uy5lzi p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.ays3rk {
  display: flex;
  gap: 2.5rem;
  margin: 1.75rem 0;
  flex-wrap: wrap;
}

.bp6ose {
  flex: 1 1 220px;
}

.bp6ose h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--black-color);
}

.bp6ose ul {
  padding-left: 1.25rem;
  line-height: 1.9;
}

/* ─── Contact page ──────────────────────────────────────────────────────────── */

.dgy7xy {
  margin-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.lbm4x0 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.asb8ho {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.shrcfs {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black-color);
}

.xw3z4r {
  width: 100%;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-family: inherit;
  border: 1px solid var(--grey-medium-color);
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
}

.xw3z4r:focus {
  border-color: var(--blue-color);
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.1);
}

.nsayb0 {
  resize: vertical;
  min-height: 130px;
}

.ulnvl3 {
  align-self: flex-start;
  margin-top: 0.25rem;
}

/* ─── Article content ───────────────────────────────────────────────────────── */

.w9rmw5 {
  padding: 40px 0 60px;
}

.w9rmw5 h1 {
  margin-top: 0;
}

.ml8l3v {
  line-height: 1.75;
}

.ml8l3v p {
  margin-bottom: 1rem;
}

.ml8l3v ul,
.ml8l3v ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.ml8l3v li {
  margin-bottom: 0.35rem;
}

/* ─── States We Serve ───────────────────────────────────────────────────────── */

.supnx9 {
  padding: 0 0 60px;
  margin-top: -20px;
}

.supnx9 h2 {
  margin-bottom: 1.25rem;
}

.nq38c2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}

.nq38c2 li {
  margin: 0;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.nq38c2 li a {
  display: block;
  padding: 10px 16px;
  color: inherit;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.nq38c2 li a:hover {
  background: #FEF3C7;
  color: #B45309;
}

@media (max-width: 600px) {
  .nq38c2 {
    grid-template-columns: 1fr;
  }
}

/* ─── Map embed ─────────────────────────────────────────────────────────────── */

.q4qbse {
  margin: 0.5rem 0 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.q4qbse iframe {
  display: block;
}

/* ─── Businesses table ──────────────────────────────────────────────────────── */

.tj1icq {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
  font-size: 0.9rem;
}

.tj1icq th {
  text-align: left;
  padding: 10px 12px;
  background: #f1f5f9;
  border-bottom: 2px solid #e2e8f0;
  font-weight: 600;
  white-space: nowrap;
}

.tj1icq td {
  padding: 9px 12px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

.tj1icq tr:last-child td {
  border-bottom: none;
}

.tj1icq tr:hover td {
  background: #f8fafc;
}

@media (max-width: 600px) {
  .tj1icq thead {
    display: none;
  }
  .tj1icq tr {
    display: block;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
  }
  .tj1icq td {
    display: block;
    border: none;
    padding: 2px 12px;
  }
  .tj1icq td::before {
    content: attr(data-label) ": ";
    font-weight: 600;
  }
}

/* ─── Legal tables ──────────────────────────────────────────────────────────── */

.l76q97 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.l76q97 td,
.l76q97 th {
  border: 1px solid #000;
  padding: 0.6rem 0.85rem;
  vertical-align: top;
}

.l76q97 tr:first-child td,
.l76q97 tr:first-child th {
  background-color: #f4f4f4;
}

.l76q97 p {
  margin: 0 0 0.35rem;
}

.l76q97 p:last-child {
  margin-bottom: 0;
}

.l76q97 ul {
  margin: 0.35rem 0 0;
  padding-left: 1.25rem;
}

.l76q97 ul li {
  margin-bottom: 0.2rem;
}
