:root {
  --blue-color: #059669;
  --blue-light-color: #D1FAE5;
  --blue-dark-color: #064E3B;
  --blue-mid-color: #10B981;
  --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: 'Inter';

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

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

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

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

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

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

.qtuum1 {
  width: 100%;
}

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

.h4mh00 {
  flex: 1;
}

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

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

  .tc07d2 {
    width: 58.3333%;
  }

  .jkq6be {
    width: 41.6666%;
  }
}

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

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

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

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

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: 700;
}

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: 13px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--blue-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: 8px;
  outline: none;
  border: 1.5px 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: 1.5px solid var(--blue-color);
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.12);
}

.szv96x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 14px 34px;
  background: var(--blue-color);
  color: var(--white-color);
  outline: none;
  font-family: var(--primary-font), sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  border-radius: 10px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
  letter-spacing: 0.02em;
}

.szv96x:hover,
.szv96x:active {
  background: var(--blue-dark-color);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.45);
  transform: translateY(-1px);
  text-decoration: none;
}

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

.zrqu46 {
  padding: 0;
  background-color: var(--white-color);
  border-bottom: 2px solid var(--blue-light-color);
  position: sticky;
  top: 0;
  z-index: 50;
}

.zrqu46 .vyahrp {
  height: 72px;
  display: flex;
  align-items: center;
}

.zrqu46 .mwtwgx {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.ubhjwo {
  transition: var(--transition);
  border: 0;
  font-size: clamp(15px, 1.6vw, 21px);
  font-weight: 800;
  line-height: 1;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
  background: var(--blue-color);
  padding: 9px 20px;
  border-radius: 10px;
  letter-spacing: -0.02em;
}

.ubhjwo:hover {
  background: var(--blue-dark-color);
  text-decoration: none;
}

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

.v517f6 {
  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(17, 24, 39, .5);
}

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

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

.hlvpa7 {
  width: 100%;
  margin-right: 28px;
}

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

.hlvpa7 ul li {
  margin: 0 28px 0 0;
  padding: 0;
}

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

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

.hlvpa7 ul li * {
  display: inline-flex;
  color: var(--black-medium-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

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

.skvzlh {
  flex-shrink: 0;
}

.skvzlh .szv96x {
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 8px;
  width: auto;
  letter-spacing: 0.02em;
  box-shadow: none;
}

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

.fwybbe {
  position: relative;
  background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 50%, #D1FAE5 100%);
  border-bottom: 1px solid #BBF7D0;
}

.zlssq4 {
  padding: 70px 0 80px;
}

.ik9aw7 {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}

.pm90yq {
  padding-right: 10px;
}

.t7fej2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.t7fej2::before {
  content: '✦';
  font-size: 10px;
}

.qrb3am {
  font-size: 46px;
  line-height: 1.15;
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 800;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
}

.pbybkz {
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
  margin: 0 0 28px;
  max-width: 480px;
}

.n7fc3w {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.bpk0ks {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-medium-color);
}

.mewyru {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--blue-color);
  color: var(--white-color);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

/* Form card */
.szqg8b {
  background: var(--white-color);
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10), 0 4px 12px rgba(5, 150, 105, 0.08);
  border: 1.5px solid #BBF7D0;
}

.j81elw {
  font-size: 18px;
  font-weight: 800;
  color: var(--black-color);
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--grey-medium-color);
}

.eqadcp {
  margin-bottom: 14px;
}

.ffjmz7 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--black-medium-color);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.kk1tp4 {
  width: 100%;
}

.kk1tp4 select,
.kk1tp4 input[type="email"] {
  border-radius: 8px;
  height: 48px;
  font-size: 15px;
  border-color: var(--grey-medium-color);
  background-color: var(--grey-light-color);
}

.kk1tp4 .szv96x {
  width: 100%;
  height: 52px;
  font-size: 16px;
  margin-top: 6px;
  border-radius: 10px;
  letter-spacing: 0.03em;
}

.o6fmi6 {
  margin-top: 14px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: var(--grey-color);
  word-wrap: break-word;
}

.o6fmi6 a {
  color: var(--grey-dark-color);
  text-decoration: underline;
}

.u4w7xn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.l8981x {
  flex-shrink: 0;
}

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

.gjb69e {
  padding: 48px 0 64px;
}

.mkvmsp {
  margin: 0 0 28px;
  font-size: 36px;
  color: var(--black-color);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--blue-light-color);
}

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

.urwo5m {
  padding-top: 64px;
  background: #0A1F14;
  color: var(--white-color);
}

.pcgmhi {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
  background: var(--blue-color);
  padding: 9px 18px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.02em;
}

.pcgmhi:hover {
  background: var(--blue-dark-color);
  text-decoration: none;
}

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

.gshwxv {
  font-size: 13px;
  line-height: 20px;
  color: #6EE7B7;
  margin-bottom: 24px;
  font-weight: 400;
}

.mgeohq {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  gap: 10px;
}

.mgeohq li {
  margin: 0;
  padding: 0;
}

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

.mgeohq li a {
  width: 38px;
  height: 38px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(110, 231, 183, 0.1);
  border: 1px solid rgba(110, 231, 183, 0.2);
  border-radius: 8px;
  transition: var(--transition);
}

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

.g0ggig {
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6EE7B7;
}

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

.ekl5pl {
  width: 100%;
}

.wnjywi {
  margin: 0;
}

.wnjywi li {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 19px;
}

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

.wnjywi li a {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #9CA3AF;
  transition: var(--transition);
}

.wnjywi li a:hover {
  color: #6EE7B7;
  text-decoration: none;
}

.y1w3mz.kterrk .wnjywi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.y1w3mz.kterrk .wnjywi li {
  width: calc(50% - 5px);
}

.wpqxjn {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(110, 231, 183, 0.1);
}

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

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

.hobh0q p {
  color: #4B5563;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 8px;
}

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

.k7g3hi {
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  color: #6B7280;
  margin-right: 3px;
}

.zlvieg {
  width: 100%;
  padding: 16px;
  border-top: 1px solid rgba(110, 231, 183, 0.08);
  text-align: center;
  margin-top: 20px;
}

.zlvieg p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #374151;
}

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

.oc7q52 {
  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; }
  .oc7q52:hover {
    opacity: 0.7; }
  .oc7q52.is-active:hover {
    opacity: 0.7; }
  .oc7q52.is-active .iz3xib,
  .oc7q52.is-active .iz3xib::before,
  .oc7q52.is-active .iz3xib::after {
    background-color: var(--black-color); }

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

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

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

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

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

.efiewr {
  display: flex;
}

.hfb9n6 {
  align-items: center;
}

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

.g67xst {
  justify-content: center;
}

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

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

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

@media (max-width: 960px) {
  .ik9aw7 {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .zlssq4 {
    padding: 48px 0 56px;
  }

  .pm90yq {
    padding-right: 0;
    text-align: center;
  }

  .n7fc3w {
    justify-content: center;
  }

  .pbybkz {
    max-width: 100%;
  }

  .qrb3am {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .zlssq4 {
    padding: 36px 0 44px;
  }

  .qrb3am {
    font-size: 28px;
    line-height: 1.2;
  }

  .pbybkz {
    font-size: 15px;
    line-height: 24px;
  }

  .szqg8b {
    padding: 24px 20px;
  }

  .j81elw {
    font-size: 16px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .n7fc3w {
    gap: 10px 16px;
  }

  .bpk0ks {
    font-size: 13px;
  }
}

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

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

  .oc7q52 {
    display: inline-flex;
  }

  .zrqu46 {
    height: 68px;
  }

  .zrqu46 .vyahrp {
    height: 68px;
  }

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

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

  .hlvpa7 ul {
    display: block;
  }

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

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

  .hlvpa7 ul li * {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    border-bottom: none;
    text-transform: none;
  }

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

  .skvzlh .szv96x {
    width: 160px;
    font-size: 14px;
    padding: 9px 18px;
  }
}

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

  .i4b1r1 {
    margin-bottom: 32px;
  }

  .mgeohq {
    margin-bottom: 0;
  }

  .zrqu46 {
    height: 68px;
  }

  .zrqu46 .vyahrp {
    height: 68px;
  }

  .oo09t4 {
    top: 68px;
    height: calc(100% - 68px);
  }

  .ubhjwo {
    font-size: 15px;
  }

  .hlvpa7 ul li * {
    font-size: 18px;
    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: 9px;
    left: 8px;
    width: 5px;
    height: 5px;
  }

  h1 {
    font-size: 26px;
    line-height: 1.25;
    margin: 28px 0 14px;
  }

  h2 {
    font-size: 21px;
    line-height: 1.3;
    margin: 24px 0 12px;
  }

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

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

  h5 {
    font-size: 15px;
    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);
  }

  .szv96x {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 8px;
  }

  .skvzlh .szv96x {
    padding: 7px 14px;
    font-size: 13px;
    line-height: 20px;
    width: auto;
  }

  .zrqu46 {
    height: 56px;
  }

  .zrqu46 .vyahrp {
    height: 56px;
  }

  .oo09t4 {
    top: 56px;
    height: calc(100% - 56px);
  }

  .gjb69e {
    padding: 36px 0 44px;
  }

  .ekl5pl {
    margin-top: 16px;
  }

  .pcgmhi {
    font-size: 15px;
  }

  .mgeohq li a {
    width: 34px;
    height: 34px;
  }

  .g0ggig,
  .wnjywi li a {
    font-size: 12px;
    line-height: 17px;
  }

  .wnjywi li {
    line-height: 17px;
  }

  .wpqxjn {
    margin-top: 28px;
    padding-top: 22px;
  }

  .hobh0q p {
    font-size: 10px;
    line-height: 15px;
  }

  .hobh0q {
    margin-bottom: 18px;
  }

  .zlvieg {
    padding: 12px 0;
  }

  .zlvieg p {
    font-size: 11px;
    line-height: 14px;
  }
}

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

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

.fpg15z {
  margin-bottom: 1.25rem;
}

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

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

.huv7pj {
  border: 1.5px solid var(--grey-medium-color);
  border-radius: 8px;
  background: var(--white-color);
}

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

.sbxquf::after {
  content: "▸";
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s;
  color: var(--blue-color);
}

.huv7pj[open] .sbxquf::after {
  transform: rotate(90deg);
}

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

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

.gopiz0 li a:hover {
  background: var(--blue-light-color);
}

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

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

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

.guwhei {
  flex: 1 1 220px;
}

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

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

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

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

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

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

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

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

.aqsj71:focus {
  border-color: var(--blue-color);
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.1);
}

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

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

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

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

.l4reja h1 {
  margin-top: 0;
}

.jftx4z {
  line-height: 1.75;
}

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

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

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

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

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

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

.ywqkw5 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1.5px solid var(--grey-medium-color);
  border-left: 1.5px solid var(--grey-medium-color);
  border-radius: 8px;
  overflow: hidden;
}

.ywqkw5 li {
  margin: 0;
  border-right: 1.5px solid var(--grey-medium-color);
  border-bottom: 1.5px solid var(--grey-medium-color);
}

.ywqkw5 li a {
  display: block;
  padding: 10px 16px;
  color: inherit;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  background: var(--white-color);
}

.ywqkw5 li a:hover {
  background: var(--blue-light-color);
  color: var(--blue-color);
}

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

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

.ohcz7j {
  margin: 0.5rem 0 2rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border: 1.5px solid var(--grey-medium-color);
}

.ohcz7j iframe {
  display: block;
}

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

.ky1b84 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0 2rem;
}

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

.b6pwkk th {
  text-align: left;
  padding: 10px 14px;
  background: var(--blue-light-color);
  border-bottom: 2px solid #C7D2FE;
  font-weight: 700;
  white-space: nowrap;
  color: var(--blue-color);
}

.b6pwkk td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--grey-medium-color);
  vertical-align: top;
  background: var(--white-color);
}

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

.b6pwkk tr:hover td {
  background: var(--grey-light-color);
}

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

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

.d7wqqo {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0 1.75rem;
}

.ivf04l {
  overflow-x: hidden;
  max-width: 100%;
}

.ivf04l table {
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

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

.m5s8fl td,
.m5s8fl th {
  border: 1.5px solid var(--grey-medium-color);
  padding: 0.6rem 0.85rem;
  vertical-align: top;
}

.m5s8fl tr:first-child td,
.m5s8fl tr:first-child th {
  background-color: var(--blue-light-color);
  font-weight: 700;
  color: var(--blue-color);
}

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

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

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

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