:root {
  --blue-color: #4338CA;
  --blue-light-color: #EEF2FF;
  --blue-dark-color: #0F172A;
  --blue-mid-color: #4F46E5;
  --text-color: #334155;
  --black-color: #0F172A;
  --black-medium-color: #1E293B;
  --white-color: #fff;
  --grey-color: #94A3B8;
  --grey-medium-color: #CBD5E1;
  --grey-light-color: #F8FAFC;
  --grey-dark-color: #94A3B8;

  --primary-font: 'Inter';

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

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

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

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

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

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

.ls6nzc {
  width: 100%;
}

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

.nwhcfj {
  flex: 1;
}

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

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

  .y07238 {
    width: 58.3333%;
  }

  .kk4yhi {
    width: 41.6666%;
  }
}

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

.x4t7m5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 12px 34px;
  background: linear-gradient(135deg, var(--blue-mid-color) 0%, var(--blue-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 16px rgba(67, 56, 202, 0.3);
  letter-spacing: 0.01em;
}

.x4t7m5:hover,
.x4t7m5:active {
  box-shadow: 0 8px 24px rgba(67, 56, 202, 0.45);
  transform: translateY(-2px);
  text-decoration: none;
}

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

.kxadzg {
  padding: 0;
  background-color: var(--white-color);
  box-shadow: 0 1px 0 var(--grey-medium-color);
  position: sticky;
  top: 0;
  z-index: 50;
}

.kxadzg .bq6dyt {
  height: 68px;
  display: flex;
  align-items: center;
}

.kxadzg .t2q4ek {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.pjbjed {
  transition: var(--transition);
  border: 0;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--blue-mid-color) 0%, var(--blue-color) 100%);
  padding: 8px 18px;
  border-radius: 8px;
  letter-spacing: -0.01em;
}

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

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

.paamc2 {
  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(15, 23, 42, .4);
}

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

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

.wakydq {
  width: 100%;
  margin-right: 24px;
}

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

.wakydq ul li {
  margin: 0 32px 0 0;
  padding: 0;
}

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

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

.wakydq ul li * {
  display: inline-flex;
  color: var(--text-color);
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

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

.jkflm5 {
  flex-shrink: 0;
}

.jkflm5 .x4t7m5 {
  font-size: 15px;
  padding: 9px 22px;
  border-radius: 8px;
  width: auto;
  letter-spacing: 0;
}

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

.riddtf {
  position: relative;
}

.perinw {
  background: linear-gradient(160deg, #EEF2FF 0%, #E0E7FF 55%, #C7D2FE 100%);
  padding: 72px 0 90px;
  text-align: center;
}

.kvf8ph {
  margin-top: -42px;
}

.mw19fk {
  font-size: 19px;
  line-height: 32px;
  max-width: 600px;
  margin: 0 auto;
  color: var(--text-color);
}

.w7utnd {
  font-size: 42px;
  line-height: 1.2;
  color: var(--black-color);
  font-family: var(--primary-font), sans-serif;
  font-weight: 800;
  margin: 0 auto 18px;
  max-width: 780px;
  letter-spacing: -0.02em;
}

.rh77nw {
  width: 100%;
}

.yja7c2 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

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

.rdbynq {
  max-width: 380px;
  width: 100%;
  margin: 18px auto;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--grey-color);
}

.yja7c2 {
  background: var(--white-color);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 12px 48px rgba(67, 56, 202, 0.18);
  border: 1.5px solid rgba(67, 56, 202, 0.12);
}

.yja7c2 input,
.yja7c2 select,
.yja7c2 .x4t7m5 {
  border-radius: 8px;
  height: 56px;
}

.yja7c2 input,
.yja7c2 select {
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 0;
  border-color: #E2E8F0;
  background-color: #FAFBFF;
}

.yja7c2 .x4t7m5 {
  width: 220px;
  font-size: 18px;
}

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

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

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

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

.e8j1i2 {
  padding-top: 60px;
  background: linear-gradient(180deg, #0F172A 0%, #1E293B 100%);
  color: var(--white-color);
}

.t58w0c {
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--white-color);
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255,255,255,0.1);
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: -0.01em;
}

.t58w0c:hover {
  background: rgba(255,255,255,0.15);
  text-decoration: none;
}

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

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

.ympgp2 li {
  margin: 0 12px 0 0;
  padding: 0;
}

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

.ympgp2 li a {
  width: 36px;
  height: 36px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.12);
  border: 0;
  border-radius: 8px;
  transition: var(--transition);
}

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

.my3bsb {
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748B;
}

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

.qhi255 {
  width: 100%;
}

.kvtu65 {
  margin: 0;
}

.kvtu65 li {
  margin: 0 0 14px 0;
  padding: 0;
  line-height: 19px;
}

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

.kvtu65 li a {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #CBD5E1;
  transition: var(--transition);
}

.kvtu65 li a:hover {
  color: var(--white-color);
  text-decoration: none;
}

.iewxdc.wh0w8a .kvtu65 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.iewxdc.wh0w8a .kvtu65 li {
  width: calc(50% - 5px);
}

.x478wz {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

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

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

.xaq9wd p {
  color: #64748B;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}

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

.w4mj4j {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #94A3B8;
  margin-right: 3px;
}

.ign5rg {
  width: 100%;
  padding: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

.m2uf50 {
  display: flex;
}

.hdzotn {
  align-items: center;
}

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

.gg7ydw {
  justify-content: center;
}

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

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

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

  .jdwe5i {
    display: inline-flex;
  }

  .kxadzg {
    height: 68px;
  }

  .kxadzg .bq6dyt {
    height: 68px;
  }

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

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

  .wakydq ul {
    display: block;
  }

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

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

  .wakydq ul li * {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    border-bottom: none;
  }

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

  .jkflm5 .x4t7m5 {
    width: 180px;
    font-size: 15px;
    padding: 9px 20px;
  }

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

  .rh77nw {
    margin-right: 0;
  }
}

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

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

  .t58w0c {
    margin-bottom: 0;
  }

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

  .rh77nw {
    display: none;
  }

  .w7utnd,
  .mw19fk {
    text-align: center;
  }

  .perinw {
    padding: 64px 0 80px;
  }

  .kxadzg {
    height: 68px;
  }

  .kxadzg .bq6dyt {
    height: 68px;
  }

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

  .pjbjed {
    font-size: 15px;
  }

  .wakydq 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: 9px;
    left: 8px;
    width: 5px;
    height: 5px;
  }

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

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

  .jkflm5 .x4t7m5 {
    padding: 7px 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .kxadzg {
    height: 56px;
  }

  .kxadzg .bq6dyt {
    height: 56px;
  }

  .jkflm5 .x4t7m5 {
    width: 120px;
  }

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

  .fwvk0s {
    display: block;
  }

  .rdbynq {
    max-width: 220px;
    font-size: 10px;
    line-height: 14px;
  }

  .perinw {
    padding: 44px 0 60px;
  }

  .w7utnd {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.25;
  }

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

  .yja7c2 input,
  .yja7c2 select,
  .yja7c2 .x4t7m5 {
    height: 48px;
  }

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

  .rdbynq {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .kvf8ph {
    margin-top: -30px;
  }

  .yja7c2 .x4t7m5 {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
  }

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

  .qhi255 {
    margin-top: 20px;
  }

  .t58w0c {
    font-size: 15px;
  }

  .ympgp2 li a {
    width: 30px;
    height: 30px;
  }

  .my3bsb,
  .kvtu65 li a {
    font-size: 13px;
    line-height: 18px;
  }

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

  .x478wz {
    margin-top: 30px;
    padding-top: 24px;
  }

  .xaq9wd p {
    font-size: 10px;
    line-height: 14px;
  }

  .xaq9wd {
    margin-bottom: 20px;
  }

  .ign5rg {
    padding: 12px 0;
  }

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

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

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

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

.mut9fp {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

.xojnxb[open] .lwihhj::after {
  transform: rotate(90deg);
}

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

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

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

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

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

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

.w6w955 {
  flex: 1 1 220px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.r4n6nq h1 {
  margin-top: 0;
}

.e5c59b {
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.brv880 iframe {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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