:root {
  color-scheme: light;
  --ink: #13202a;
  --muted: #5c6b76;
  --line: #dce7ec;
  --soft: #f5fafb;
  --teal: #087c86;
  --teal-dark: #075c64;
  --blue: #1f6fa9;
  --mint: #dff4ef;
  --gold: #b9852a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(19, 32, 42, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 231, 236, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner,
.section,
.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: contain;
  background: #0a6663;
  padding: 3px;
  border: 1px solid rgba(19, 32, 42, 0.12);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 22px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--teal);
}

.site-nav .nav-appointment {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  background: #14a4b2;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.site-nav .nav-appointment:hover,
.site-nav .nav-appointment[aria-current="page"] {
  color: #fff;
  background: #1094a1;
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-switcher select {
  min-width: 124px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 0 34px 0 12px;
}

.lang-notice {
  padding: 10px 16px;
  background: var(--mint);
  color: var(--teal-dark);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  min-height: 620px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(8, 35, 44, 0.18), rgba(8, 35, 44, 0.76)),
    var(--hero-image) center / cover no-repeat;
  color: var(--white);
}

.hero-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0 74px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffe0a3;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(38px, 8vw, 74px);
}

h2 {
  max-width: 760px;
  font-size: clamp(28px, 6vw, 46px);
}

h3 {
  font-size: 21px;
}

p {
  margin: 0;
}

.lead {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 3.7vw, 21px);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
}

.button.primary {
  background: var(--teal);
  color: var(--white);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.button.outline {
  border: 1px solid var(--teal);
  color: var(--teal);
}

.section {
  padding: 64px 0;
}

.section.compact {
  padding: 44px 0;
}

.section-header {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-header p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.band {
  background: var(--soft);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.step,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(19, 32, 42, 0.06);
}

.card {
  overflow: hidden;
}

.card-body,
.step,
.contact-panel {
  padding: 22px;
}

.card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.card p,
.step p,
.contact-panel p,
.feature-list,
.package-list {
  color: var(--muted);
}

.feature-list,
.package-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.feature-list li,
.package-list li {
  margin: 6px 0;
}

.price {
  margin: 10px 0;
  color: var(--teal-dark);
  font-size: 22px;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 32px;
  align-items: center;
}

.portrait {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portrait img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 8px;
  background: var(--mint);
  color: var(--teal-dark);
  font-weight: 900;
}

.form {
  display: grid;
  gap: 12px;
}

.form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
}

.form textarea {
  min-height: 122px;
  resize: vertical;
}

.form-status {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
}

.form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.phone-row {
  display: grid;
  grid-template-columns: minmax(132px, 0.72fr) minmax(0, 1fr);
  gap: 10px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #10242b;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: grid;
  gap: 14px;
  padding: 34px 0;
}

.footer-inner strong {
  color: var(--white);
}

.legal {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 28px;
}

.footer-left {
  display: grid;
  gap: 10px;
}

.footer-left p {
  margin: 0;
}

.footer-right {
  min-width: 360px;
  display: grid;
  gap: 10px;
}

.footer-right h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.footer-right p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.45;
}

.footer-right a {
  color: #3ec3ff;
}

.footer-address {
  max-width: 420px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 2px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1594e8;
}

.footer-social svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.inquiries-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.inquiries-status {
  color: var(--muted);
  font-weight: 700;
}

.inquiries-page {
  min-width: 86px;
  text-align: center;
  color: var(--ink);
  font-weight: 800;
}

.inquiries-table-wrap {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: auto;
}

.inquiries-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
}

.inquiries-table th,
.inquiries-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.inquiries-table th {
  background: var(--soft);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.inquiries-table td {
  color: #304251;
  font-size: 14px;
}

.recipient-panel {
  margin: 14px 0 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
  padding: 16px;
}

.inquiries-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.inquiries-tabs .button.is-active {
  background: var(--teal);
  color: var(--white);
}

.recipient-panel-head h3 {
  margin: 0;
  font-size: 18px;
}

.recipient-panel-head p {
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.recipient-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.recipient-form input[type="email"] {
  min-width: 280px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
}

.recipient-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.recipient-list-wrap {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: auto;
}


@media (max-width: 820px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding: 0 0 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }

  .site-nav .nav-appointment {
    margin-top: 10px;
    border-top: 0;
    padding: 0 12px;
    min-height: 42px;
    font-size: 16px;
  }

  .language-switcher {
    width: 100%;
    margin-top: 12px;
  }

  .language-switcher select {
    width: 100%;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding: 92px 0 54px;
  }

  .section {
    padding: 48px 0;
  }

  .grid.two,
  .grid.three,
  .split {
    grid-template-columns: 1fr;
  }

  .phone-row {
    grid-template-columns: 1fr;
  }

  .portrait img {
    height: 340px;
  }
}

@media (max-width: 430px) {
  .header-inner,
  .section,
  .footer-inner,
  .hero-content {
    width: min(100% - 24px, 1120px);
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .actions {
    width: 100%;
  }

  .footer-split {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-right {
    min-width: 0;
  }
}

/* Index hero rebuild */
.hero-header {
  background: #fff;
  border-bottom: 1px solid #e8edf2;
}

.hero-header-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 900;
  color: #1a504f;
  font-family: "Segoe UI", "Arial", sans-serif;
}

.hero-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7f9f7;
  color: #157f8a;
  font-weight: 900;
  border: 2px solid #157f8a;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.hero-nav a {
  font-size: 14px;
  color: #233447;
  font-weight: 600;
}

.hero-nav a[aria-current="page"] {
  color: #2475b0;
}

.hero-nav .hero-cta {
  min-height: 48px;
  min-width: 206px;
  border-radius: 12px;
  background: #109eab;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.hero-main {
  min-height: calc(100vh - 80px);
}

.hero-stage {
  min-height: calc(100vh - 80px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(12, 28, 40, 0.22), rgba(12, 28, 40, 0.28)),
    url("/assets/images/china-medical-01.jpg") center / cover no-repeat;
}

.hero-stage-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: 1fr 470px;
  align-items: center;
  gap: 54px;
  padding: 46px 0;
}

.hero-left {
  padding-top: 32px;
}

.hero-kicker {
  margin: 0;
  font-size: 39px;
  font-weight: 700;
}

.hero-left h1 {
  margin-top: 28px;
  max-width: 760px;
  font-size: clamp(50px, 6vw, 62px);
  line-height: 1.16;
  color: #fff;
}

.hero-form-wrap {
  display: flex;
  justify-content: flex-end;
}

.hero-form {
  width: min(470px, 100%);
  background: #f2f3f5;
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
  color: #4a4f56;
  display: grid;
  gap: 10px;
}

.hero-form h2 {
  margin: 8px 0 14px;
  text-align: center;
  color: #414850;
  font-size: clamp(22px, 2.2vw, 38px);
}

.hero-form label {
  color: #626b77;
  font-size: 16px;
  font-weight: 500;
  display: grid;
  gap: 8px;
}

.hero-form input,
.hero-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #a7b0ba;
  border-radius: 2px;
  padding: 11px 12px;
  font: inherit;
  color: #2c3340;
}

.hero-form textarea {
  min-height: 96px;
  resize: vertical;
}

.hero-form button {
  margin-top: 2px;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: #687382;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 940px) {
  .hero-header-inner,
  .hero-stage-inner {
    width: min(100% - 28px, 1240px);
  }

  .hero-nav {
    display: none;
    width: 100%;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .hero-nav.is-open {
    display: flex;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .hero-stage-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
    padding: 30px 0 40px;
  }

  .hero-left {
    padding-top: 0;
  }

  .hero-left h1 {
    margin-top: 18px;
    font-size: clamp(36px, 10vw, 52px);
  }

  .hero-kicker {
    font-size: 28px;
  }

  .hero-form-wrap {
    justify-content: stretch;
  }

  .hero-form {
    width: 100%;
    border-radius: 14px;
    padding: 24px 20px;
  }
}

.value-stage {
  background: #f3f4f6;
  padding: 120px 0 128px;
}

.value-stage-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(0, 620px);
  align-items: center;
  justify-content: center;
  gap: 52px;
}

.value-kicker {
  margin: 0 0 12px;
  color: #0a7a84;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.value-copy {
  background: #fff;
  border: 1px solid #d8e2e8;
  border-radius: 12px;
  padding: 34px 32px;
  box-shadow: 0 8px 24px rgba(18, 35, 44, 0.06);
}

.value-media-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 232px 232px;
  gap: 16px;
}

.value-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #d6e1e8;
}

.value-photo-tall {
  grid-row: span 2;
}

.value-copy h2 {
  color: #3d4551;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.2;
  margin: 0 0 18px;
}

.value-copy h2::after {
  content: "";
  display: block;
  width: 94px;
  height: 1px;
  background: #cfd5db;
  margin-top: 20px;
}

.value-copy p {
  margin: 0;
  color: #66717f;
  font-size: 18px;
  line-height: 1.55;
  max-width: none;
}

.value-points {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #4f5d6c;
}

.value-points li {
  margin: 8px 0;
}

.reviews-stage {
  background: var(--soft);
  padding: 80px 0 88px;
}

.reviews-stage-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.reviews-stage h2 {
  text-align: center;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 62px);
  margin: 0 0 58px;
}

.reviews-stage h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: var(--line);
  margin: 24px auto 0;
}

.reviews-stack {
  display: grid;
  gap: 18px;
}

.review-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: start;
  background: #f2f4f6;
  border: 1px solid #d7e2e8;
  border-radius: 14px;
  padding: 20px;
}

.review-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

.review-body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.review-body h3 {
  margin: 14px 0 8px;
  color: #2e3744;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.stars {
  color: #e6a64e;
  letter-spacing: 3px;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 940px) {
  .value-stage {
    padding: 64px 0 70px;
  }

  .value-stage-inner {
    width: min(100% - 28px, 1240px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .value-copy {
    padding: 24px 20px;
  }

  .value-media-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px;
  }

  .value-photo-tall {
    grid-row: span 2;
  }

  .value-copy p {
    font-size: 18px;
  }

  .value-copy h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .reviews-stage {
    padding: 56px 0 64px;
  }

  .reviews-stage-inner {
    width: min(100% - 28px, 1240px);
  }

  .reviews-stage h2 {
    margin-bottom: 34px;
  }

  .review-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .review-avatar {
    width: 76px;
    height: 76px;
  }

  .review-body p {
    font-size: 16px;
  }

  .review-body h3 {
    font-size: clamp(20px, 4.8vw, 28px);
  }

  .stars {
    font-size: 22px;
  }
}

/* Contact page redesign */
.contact-hero {
  min-height: calc(100vh - 68px);
  background: var(--contact-hero-image) center / cover no-repeat;
  position: relative;
}

.contact-hero-overlay {
  min-height: calc(100vh - 68px);
  background: rgba(245, 248, 252, 0.82);
  display: flex;
  align-items: center;
}

.contact-hero-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: block;
  align-items: start;
}

.contact-hero-info {
  max-width: 980px;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  padding: 12px 0;
}

.contact-hero-info h1 {
  margin: 0;
  color: #3f4650;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.1;
  max-width: 980px;
  white-space: nowrap;
}

.contact-hero-info p {
  margin: 24px 0 0;
  color: #5f6d7b;
  font-size: 19px;
  max-width: 680px;
}

.contact-info-list {
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: 130px minmax(280px, 1fr);
  column-gap: 12px;
  row-gap: 10px;
  max-width: 860px;
}

.contact-info-list dt {
  margin: 0;
  color: #2f3947;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.contact-info-list dd {
  margin: 0;
  color: #5e6a78;
  font-size: 17px;
  line-height: 1.45;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-info-list a {
  color: #028db5;
}

.contact-hero-form {
  background: rgba(245, 247, 249, 0.95);
  border-radius: 18px;
  border: 1px solid #d6dde5;
  box-shadow: 0 16px 42px rgba(20, 32, 46, 0.16);
  padding: 28px 24px;
  display: grid;
  gap: 10px;
}

.contact-hero-form h2 {
  margin: 4px 0 10px;
  text-align: center;
  color: #404851;
  font-size: clamp(26px, 3vw, 38px);
}

.contact-hero-form label {
  display: grid;
  gap: 7px;
  color: #5d6774;
  font-size: 14px;
  font-weight: 700;
}

.contact-hero-form input,
.contact-hero-form select,
.contact-hero-form textarea {
  width: 100%;
  border: 1px solid #aab4c0;
  border-radius: 4px;
  background: #fff;
  color: #2e3642;
  padding: 11px 12px;
  font: inherit;
}

.contact-hero-form textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-hero-form button {
  margin-top: 4px;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: #6f7a88;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 940px) {
  .contact-hero {
    min-height: auto;
  }

  .contact-hero-overlay {
    min-height: auto;
    padding: 26px 0 36px;
  }

  .contact-hero-inner {
    width: min(100% - 28px, 1240px);
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-hero-info {
    padding: 24px 18px;
  }

  .contact-hero-info h1 {
    white-space: normal;
  }

  .contact-hero-info p {
    font-size: 17px;
  }

  .contact-info-list {
    margin-top: 24px;
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }

  .contact-info-list dd {
    font-size: 16px;
  }

  .contact-hero-form {
    padding: 22px 16px;
    border-radius: 14px;
  }
}
