:root {
  --blue-color: #0D9488;
  --blue-light-color: #CCFBF1;
  --blue-dark-color: #0C2825;
  --blue-mid-color: #0F766E;
  --text-color: #374151;
  --black-color: #111827;
  --black-medium-color: #1F2937;
  --white-color: #fff;
  --grey-color: #9CA3AF;
  --grey-medium-color: #D1D5DB;
  --grey-light-color: #F9FAFB;
  --grey-dark-color: #9CA3AF;

  --primary-font: 'Open Sans';

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

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

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

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

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

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

.u3bn63 {
  width: 100%;
}

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

.e3ciwd {
  flex: 1;
}

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

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

  .fqyzvy {
    width: 58.3333%;
  }

  .lwmqw5 {
    width: 41.6666%;
  }
}

@media (min-width: 768px) {
  .swgcc6 {
    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(--grey-medium-color);
}

.cwfuwu {
  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: 12px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

.cwfuwu:hover,
.cwfuwu:active {
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.5);
  transform: translateY(-1px);
  text-decoration: none;
}

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

.k20rt2 {
  padding: 14px 0;
  background-color: var(--white-color);
  box-shadow: 0 1px 0 rgba(0,0,0,0.07), 0 2px 12px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 50;
}

.xrzqwr {
  transition: var(--transition);
  border: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--black-color);
  text-decoration: none;
  white-space: nowrap;
}

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

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

.e380dl {
  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);
}

.xftpjb.c4fkv2 {
  transform: translateX(0);
}

.e380dl.c4fkv2 {
  opacity: 1;
  z-index: 9;
}

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

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

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

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

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

.bgq4eu 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;
}

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

.a4zjo4 {
  flex-shrink: 0;
}

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

.k53h95 {
  position: relative;
}

.uju9ug {
  background: linear-gradient(160deg, #F0FDFA 0%, #CCFBF1 55%, #99F6E4 100%);
  padding: 80px 0;
  text-align: center;
}

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

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

.bdd6g2 {
  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;
}

.djk0y4 {
  width: 100%;
}

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

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

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

.dtvvnp {
  background: var(--white-color);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 8px 40px rgba(13, 148, 136, 0.15);
}

.dtvvnp input,
.dtvvnp select,
.dtvvnp .cwfuwu {
  border-radius: 10px;
  height: 58px;
}

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

.dtvvnp .cwfuwu {
  width: 224px;
}

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

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

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

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

.pyhp00 {
  padding-top: 60px;
  background: linear-gradient(180deg, #0C2825 0%, #134E4A 100%);
  color: var(--white-color);
}

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

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

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

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

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

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

.t2qdro 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;
}

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

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

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

.mhiuut {
  width: 100%;
}

.t8t6x0 {
  margin: 0;
}

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

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

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

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

.e58j9w.kir5nl .t8t6x0 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.e58j9w.kir5nl .t8t6x0 li {
  width: calc(50% - 5px);
}

.q84ozl {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

.h2zxke {
  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; }
  .h2zxke:hover {
    opacity: 0.7; }
  .h2zxke.c4fkv2:hover {
    opacity: 0.7; }
  .h2zxke.c4fkv2 .nslnh4,
  .h2zxke.c4fkv2 .nslnh4::before,
  .h2zxke.c4fkv2 .nslnh4::after {
    background-color: var(--black-color); }

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

.nslnh4 {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .nslnh4, .nslnh4::before, .nslnh4::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; }
  .nslnh4::before, .nslnh4::after {
    content: "";
    display: block; }
  .nslnh4::before {
    top: -10px; }
  .nslnh4::after {
    bottom: -10px; }

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

.nyza4e.c4fkv2 .nslnh4 {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .nyza4e.c4fkv2 .nslnh4::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .nyza4e.c4fkv2 .nslnh4::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

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

.br6gn5 {
  display: flex;
}

.g1yxlv {
  align-items: center;
}

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

.xlo7io {
  justify-content: center;
}

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

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

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

  .h2zxke {
    display: inline-flex;
  }

  .k20rt2 {
    height: 90px;
  }

  .xftpjb {
    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%);
  }

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

  .bgq4eu ul {
    display: block;
  }

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

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

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

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

  .a4zjo4 .cwfuwu {
    width: 180px;
  }

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

  .djk0y4 {
    margin-right: 0;
  }
}

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

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

  .ujund1 {
    margin-bottom: 0;
  }

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

  .djk0y4 {
    display: none;
  }

  .bdd6g2,
  .vaooup {
    text-align: center;
  }

  .uju9ug {
    padding: 80px 0;
  }

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

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

  .xrzqwr {
    max-width: 83px;
  }

  .bgq4eu 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);
  }

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

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

  .k20rt2 {
    height: 50px;
  }

  .a4zjo4 .cwfuwu {
    width: 114px;
  }

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

  .f15t54 {
    display: block;
  }

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

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

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

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

  .dtvvnp input,
  .dtvvnp select,
  .dtvvnp .cwfuwu {
    height: 46px;
  }

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

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

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

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

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

  .mhiuut {
    margin-top: 20px;
  }

  .ujund1 {
    max-width: 83px;
  }

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

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

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

  .q84ozl {
    margin-top: 30px;
  }

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

  .shvujl {
    margin-bottom: 20px;
  }

  .ooycab {
    padding: 10px 0;
  }

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

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

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

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

.sm9mpg {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

.qcmhe6[open] .e7wh6h::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

.okuogg {
  flex: 1 1 220px;
}

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

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

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

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

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

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

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

.dgqdhu {
  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;
}

.dgqdhu:focus {
  border-color: var(--blue-color);
}

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

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

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

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

.s5uszr h1 {
  margin-top: 0;
}

.ox5o88 {
  line-height: 1.75;
}

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

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

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

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

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

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

.ihzkfd {
  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;
}

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

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

.ihzkfd li a:hover {
  background: #f0f4ff;
  color: #2563eb;
}

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

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

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

.m9j46o iframe {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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