.contact-page {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.contact-page .icon-box .icon-file,
.contact-page .map-card .icon-file,
.contact-page .office-title .icon-file,
.contact-page .office-meta .icon-file {
  filter: invert(16%) sepia(97%) saturate(4239%) hue-rotate(344deg) brightness(99%) contrast(96%);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 42px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 50%, rgba(237, 16, 34, 0.34), transparent 20%),
    radial-gradient(circle at 18% 20%, rgba(24, 88, 255, 0.15), transparent 24%),
    linear-gradient(105deg, #07162f, #071b41 58%, #0a224f);
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 0, 51, 0.3) 1px, transparent 1.5px) right center/22px 22px no-repeat,
    linear-gradient(rgba(81, 122, 207, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 122, 207, 0.15) 1px, transparent 1px);
  background-size: 420px 420px, 42px 42px, 42px 42px;
  opacity: 0.55;
  pointer-events: none;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 30px 0 auto auto;
  width: 46%;
  height: 86%;
  border-radius: 999px;
  border: 1px solid rgba(237, 16, 34, 0.35);
  transform: translateX(18%);
  opacity: 0.55;
  pointer-events: none;
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.82fr;
  gap: 34px;
  align-items: center;
}

.contact-hero-copy .breadcrumb {
  margin-bottom: 26px;
}

.contact-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 5vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.contact-hero-copy p {
  max-width: 560px;
  color: rgba(235, 240, 251, 0.88);
  font-size: 19px;
  line-height: 1.72;
}

.contact-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.contact-hero-points article {
  display: grid;
  gap: 8px;
  align-content: start;
}

.contact-hero-points .icon-box {
  width: 60px;
  height: 60px;
  margin: 0 0 2px;
  border-radius: 16px;
  background: rgba(78, 24, 72, 0.72);
  box-shadow: inset 0 0 0 1px rgba(237, 16, 34, 0.18);
}

.contact-hero-points .icon-file,
.contact-hero-list .icon-file {
  width: 26px;
  height: 26px;
  filter: invert(16%) sepia(97%) saturate(4239%) hue-rotate(344deg) brightness(115%) contrast(96%);
}

.contact-hero-points strong {
  font-size: 20px;
  line-height: 1.2;
}

.contact-hero-points small {
  color: rgba(226, 232, 245, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.contact-hero-card {
  position: relative;
  padding: 36px 32px 26px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(33, 41, 78, 0.94), rgba(24, 31, 62, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(6, 14, 38, 0.38);
}

.contact-hero-card-badge {
  position: absolute;
  top: -18px;
  right: -12px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff2c41, #cf061b);
  box-shadow: 0 0 0 5px rgba(237, 16, 34, 0.12);
}

.contact-hero-card-badge .icon-file {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.contact-hero-card h2 {
  margin: 0 0 22px;
  font-size: 22px;
  color: #fff;
}

.contact-hero-list {
  display: grid;
  gap: 18px;
}

.contact-hero-list > div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-hero-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.contact-hero-list .icon-box {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 14px;
  background: rgba(78, 24, 72, 0.72);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(237, 16, 34, 0.18);
}

.contact-hero-list p {
  margin: 0;
  color: rgba(245, 247, 253, 0.95);
  font-size: 18px;
  line-height: 1.5;
}

.contact-main {
  padding-top: 24px;
}

.contact-layout {
  align-items: start;
  gap: 24px;
}

.contact-form-card,
.contact-info-panel {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(16, 22, 41, 0.08);
}

.contact-form-card {
  padding: 34px 30px 30px;
}

.contact-form-card h2,
.contact-info-panel h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.contact-form-card h2::after,
.contact-info-panel h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: #ed1022;
}

.contact-form-card > p,
.contact-info-panel > p {
  color: #68748f;
}

.contact-form-card .form-grid {
  margin-top: 18px;
  gap: 14px;
}

.contact-form-card label {
  display: block;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  min-height: 56px;
  border-radius: 10px;
  border-color: #e5e9f2;
  background: #fff;
}

.contact-form-card textarea {
  min-height: 126px;
}

.contact-form-card .agree {
  margin: 0;
  color: #5e6982;
}

.contact-form-card .agree a {
  color: #ed1022;
}

.contact-consents {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.contact-form-card .agree {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 12px;
  line-height: 1.5;
}

.contact-form-card .agree input,
.contact-form-card .human-verification input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 3px;
  accent-color: #ed1022;
}

.human-verification {
  position: relative;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(100%, 340px);
  min-height: 72px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #d8dde7;
  border-radius: 4px;
  background: #fafafa;
  box-shadow: 0 2px 5px rgba(16, 22, 41, .08);
  cursor: pointer;
}

.human-verification > input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.human-checkmark {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 2px solid #68748f;
  border-radius: 3px;
  background: #fff;
}

.human-verification > input:checked + .human-checkmark {
  border-color: #149447;
  background: #149447;
}

.human-verification > input:checked + .human-checkmark::after {
  content: "";
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

.human-verification > input:focus-visible + .human-checkmark {
  outline: 3px solid rgba(237, 16, 34, .18);
  outline-offset: 2px;
}

.human-verification > strong {
  color: #172038;
  font-size: 14px;
  font-weight: 500;
}

.human-verification-brand {
  display: grid;
  gap: 3px;
  justify-items: center;
  color: #7a8498;
}

.human-verification-brand img {
  width: 28px;
  height: 28px;
  filter: invert(16%) sepia(97%) saturate(4239%) hue-rotate(344deg) brightness(99%) contrast(96%);
}

.human-verification-brand small {
  font-size: 8px;
  white-space: nowrap;
}

.contact-info-panel {
  padding: 30px 20px 20px;
}

.contact-info-panel .info-card {
  grid-template-columns: 60px 1fr;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #edf1f7;
  background: #fff;
}

.contact-info-panel .icon-box {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 14px;
  background: #ffe9ec;
  color: #ed1022;
}

.contact-info-panel .info-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.contact-info-panel .info-card p {
  margin: 0;
  color: #4d5872;
  font-size: 15px;
  line-height: 1.7;
}

.contact-map {
  position: relative;
  min-height: 256px;
  margin-top: 18px;
  border: 1px solid #e7ebf2;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(255,255,255,0.14), rgba(255,255,255,0.14)),
    linear-gradient(90deg, rgba(170, 185, 205, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(170, 185, 205, 0.28) 1px, transparent 1px),
    linear-gradient(145deg, #eef2f7, #dde6ef);
  background-size: auto, 42px 42px, 42px 42px, auto;
  box-shadow: 0 18px 40px rgba(16, 22, 41, 0.06);
}

.contact-map::before,
.contact-map::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  border: 2px solid rgba(237, 16, 34, 0.2);
}

.contact-map::before {
  width: 420px;
  height: 110px;
  right: 36px;
  bottom: 24px;
}

.contact-map::after {
  width: 360px;
  height: 92px;
  left: 24px;
  top: 26px;
}

.map-card {
  position: absolute;
  min-width: 320px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 22, 41, 0.12);
}

.map-card .icon-box {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 50%;
}

.map-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.map-card p {
  margin: 0;
  color: #55617a;
  font-size: 14px;
  line-height: 1.55;
}

.map-card.indore {
  left: 18%;
  top: 20px;
}

.map-card.bhopal {
  right: 8%;
  top: 30px;
}

.office-section .section-head {
  margin-bottom: 28px;
}

.contact-office-grid {
  gap: 22px;
}

.contact-office-card {
  grid-template-columns: 210px 1fr;
  align-items: stretch;
  padding: 16px;
  border-radius: 20px;
}

.contact-office-card .office-img {
  min-height: 176px;
  border-radius: 16px;
}

.indore-office-art {
  background:
    linear-gradient(rgba(8, 16, 38, 0.16), rgba(8, 16, 38, 0.24)),
    linear-gradient(145deg, #80573d, #d19a61);
}

.bhopal-office-art {
  background:
    linear-gradient(rgba(8, 16, 38, 0.16), rgba(8, 16, 38, 0.24)),
    linear-gradient(145deg, #8c7259, #d1b283);
}

.office-content {
  display: grid;
  gap: 18px;
  align-content: center;
}

.office-title {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
}

.office-title .icon-box {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 50%;
}

.office-title h3 {
  margin: 0 0 8px;
}

.office-title p {
  margin: 0;
  color: #525f79;
  line-height: 1.65;
}

.office-meta {
  display: grid;
  gap: 10px;
}

.office-meta p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #273049;
  font-weight: 600;
}

.office-meta .icon-file {
  width: 18px;
  height: 18px;
}

.contact-cta {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 28px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 30%, rgba(237, 16, 34, 0.32), transparent 24%),
    linear-gradient(120deg, #52114f, #1e2264 62%, #0c2a61);
  box-shadow: 0 20px 50px rgba(16, 22, 41, 0.18);
}

.contact-cta-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff3147, #d6071d);
}

.contact-cta-icon .icon-file {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.contact-cta-copy p {
  margin: 0 0 6px;
  color: rgba(232, 236, 249, 0.8);
}

.contact-cta-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .contact-hero-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .contact-cta {
    grid-template-columns: 72px 1fr;
  }

  .contact-cta .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .map-card {
    position: static;
    min-width: 0;
    margin: 16px;
  }

  .contact-map {
    min-height: 0;
    padding: 8px 0 16px;
  }

  .contact-office-card {
    grid-template-columns: 1fr;
  }

  .contact-hero-points {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    padding: 26px 0 32px;
  }

  .contact-hero-copy h1 {
    font-size: 56px;
  }

  .contact-hero-copy p {
    font-size: 16px;
  }

  .contact-hero-points {
    grid-template-columns: 1fr;
  }

  .contact-hero-card {
    padding: 28px 20px 20px;
  }

  .contact-hero-card-badge {
    width: 72px;
    height: 72px;
    top: -18px;
    right: -8px;
  }

  .contact-form-card,
  .contact-info-panel {
    padding: 24px 18px;
  }

  .contact-cta {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .contact-cta-icon {
    width: 64px;
    height: 64px;
  }

  .office-title,
  .map-card {
    grid-template-columns: 1fr;
  }
}

/* Contact page reference-aligned refinements */
.contact-hero {
  min-height: 350px;
  padding: 24px 0 22px;
  background: #03132d;
}

.contact-hero::before {
  inset: 0 0 0 29%;
  width: auto;
  height: auto;
  background: url("../../images/contact/contact-world-network.svg") center / contain no-repeat;
  opacity: .9;
}

.contact-hero::after {
  width: 52%;
  height: 92%;
  top: 18px;
  right: -5%;
  border-color: rgba(239, 23, 43, .48);
  transform: rotate(-4deg);
}

.contact-hero-grid {
  grid-template-columns: 1.1fr .72fr;
  min-height: 304px;
  gap: 60px;
}

.contact-hero-copy .breadcrumb {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .9);
}

.contact-hero-copy h1 {
  max-width: 360px;
  margin-bottom: 14px;
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-hero-copy h1 em {
  display: block;
  color: #ff3047;
  font-style: normal;
}

.contact-hero-copy > p {
  max-width: 430px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.contact-hero-points {
  gap: 0;
  margin-top: 24px;
}

.contact-hero-points article {
  min-height: 92px;
  padding: 0 15px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.contact-hero-points article:first-child {
  padding-left: 0;
  border-left: 0;
}

.contact-hero-points .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.contact-hero-points .icon-file {
  width: 23px;
  height: 23px;
}

.contact-hero-points strong {
  font-size: 13px;
}

.contact-hero-points small {
  font-size: 11px;
}

.contact-hero-card {
  width: min(100%, 360px);
  justify-self: end;
  padding: 26px 22px 20px;
  border-radius: 16px;
  background: rgba(24, 34, 70, .94);
}

.contact-hero-card-badge {
  top: -9px;
  right: -8px;
  width: 76px;
  height: 76px;
  color: #fff;
}

.contact-hero-card-badge .icon-file {
  width: 35px;
  height: 35px;
}

.contact-hero-card h2 {
  margin-bottom: 12px;
  font-size: 21px;
}

.contact-hero-list {
  gap: 0;
}

.contact-hero-list > div {
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 13px 0;
}

.contact-hero-list .icon-box {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

.contact-hero-list .icon-file {
  width: 20px;
  height: 20px;
}

.contact-hero-list p {
  font-size: 13px;
}

.contact-main {
  padding-top: 20px;
}

.contact-layout {
  grid-template-columns: 1.25fr .9fr;
  gap: 20px;
  align-items: stretch;
}

.contact-form-card,
.contact-info-panel {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(16, 22, 41, .07);
}

.contact-form-card {
  padding: 22px 20px 20px;
}

.contact-form-card h2,
.contact-info-panel h2 {
  font-size: 20px;
}

.contact-form-card h2::after {
  display: none;
}

.contact-form-card .form-grid {
  gap: 12px;
}

.contact-form-card .contact-field {
  position: relative;
}

.contact-form-card .contact-field > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  object-fit: contain;
}

.contact-form-card .contact-textarea-field > img {
  top: 18px;
  transform: none;
}

.contact-form-card .contact-field input,
.contact-form-card .contact-field select,
.contact-form-card .contact-field textarea {
  min-height: 46px;
  padding-left: 42px;
  font-size: 13px;
}

.contact-form-card .contact-field textarea {
  min-height: 94px;
  padding-top: 14px;
}

.contact-form-card .agree {
  margin: 14px 0 16px;
  font-size: 12px;
}

.contact-form-card .btn {
  min-height: 44px;
  padding: 10px 20px;
  font-size: 12px;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form-card .btn:disabled {
  cursor: wait;
  opacity: .7;
}

.contact-form-card .form-notice {
  margin: 14px 0 0;
  padding: 11px 13px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.5;
}

.contact-form-card .form-notice.is-success {
  color: #126635;
  border: 1px solid #b9e1c9;
  background: #eefaf2;
}

.contact-form-card .form-notice.is-error {
  color: #a30e1c;
  border: 1px solid #f1bdc3;
  background: #fff1f3;
}

.contact-info-panel {
  display: grid;
  grid-template-rows: auto repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 22px 18px 16px;
}

.contact-info-panel h2::after {
  width: 34px;
  height: 2px;
  margin-top: 10px;
}

.contact-info-panel .info-card {
  grid-template-columns: 48px 1fr;
  gap: 12px;
  min-height: 0;
  padding: 12px;
  border-radius: 9px;
  box-shadow: none;
}

.contact-info-panel .icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.contact-info-panel .icon-file {
  width: 24px;
  height: 24px;
}

.contact-info-panel .info-card strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.contact-info-panel .info-card p {
  font-size: 12px;
  line-height: 1.55;
}

.contact-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  gap: 18px;
  margin: 20px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-map::before,
.contact-map::after {
  display: none;
}

.location-map-card {
  display: grid;
  grid-template-rows: 230px minmax(96px, auto);
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e3e8f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(16, 22, 41, .08);
}

.location-map-card iframe {
  display: block;
  width: 100%;
  height: 230px;
  min-height: 0;
  border: 0;
}

.location-map-copy {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 96px;
  padding: 14px 16px;
}

.location-map-copy .icon-box {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 50%;
  background: #ffe9ec;
}

.location-map-copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.location-map-copy p {
  margin: 0;
  color: #55617a;
  font-size: 11px;
  line-height: 1.6;
}

.office-section {
  padding-top: 6px;
}

.office-section .section-head {
  margin-bottom: 14px;
}

.office-section .section-head h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.contact-office-grid {
  align-items: stretch;
  gap: 18px;
}

.contact-office-card {
  grid-template-columns: 178px 1fr;
  min-height: 154px;
  height: 100%;
  gap: 14px;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: none;
}

.contact-office-card .office-img {
  width: 100%;
  height: 100%;
  min-height: 154px;
  border-radius: 0;
  object-fit: cover;
}

.office-content {
  gap: 10px;
  padding: 14px 14px 14px 0;
}

.office-title {
  grid-template-columns: 44px 1fr;
  gap: 10px;
}

.office-title .icon-box {
  width: 42px;
  height: 42px;
}

.office-title h3 {
  margin-bottom: 4px;
  font-size: 14px;
}

.office-title p,
.office-meta p {
  font-size: 11px;
  line-height: 1.55;
}

.office-meta {
  gap: 5px;
  padding-left: 54px;
}

.contact-cta {
  grid-template-columns: 70px 1fr 170px;
  gap: 18px;
  padding: 15px 22px;
  border-radius: 10px;
  background: linear-gradient(110deg, #bf001d, #66113f 46%, #11165a);
}

.contact-cta-icon {
  width: 58px;
  height: 58px;
  color: #fff;
}

.contact-cta-icon .icon-file {
  width: 28px;
  height: 28px;
}

.contact-cta-copy p {
  margin-bottom: 3px;
  font-size: 12px;
}

.contact-cta-copy h2 {
  font-size: clamp(19px, 2vw, 26px);
}

.contact-cta .btn {
  min-height: 46px;
}

@media (max-width: 1100px) {
  .contact-hero::before {
    left: 38%;
  }

  .contact-layout {
    grid-template-columns: 1.15fr .85fr;
  }
}

@media (max-width: 900px) {
  .contact-hero::before {
    inset: 0;
    opacity: .34;
  }

  .contact-hero-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-hero-card {
    width: 100%;
    justify-self: stretch;
  }

  .contact-info-panel {
    height: auto;
  }

  .contact-office-card {
    grid-template-columns: 160px 1fr;
  }
}

@media (max-width: 640px) {
  .contact-hero-copy h1 {
    font-size: 48px;
  }

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

  .contact-hero-points article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .contact-office-card {
    grid-template-columns: 1fr;
  }

  .contact-map {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .location-map-card {
    grid-template-rows: 220px auto;
  }

  .location-map-card iframe {
    height: 220px;
  }

  .contact-office-card .office-img {
    height: 210px;
  }

  .office-content {
    padding: 16px;
  }

  .office-meta {
    padding-left: 0;
  }

  .contact-cta {
    grid-template-columns: 58px 1fr;
  }

  .contact-cta .btn {
    grid-column: 1 / -1;
  }
}

.contact-form-card .contact-consents .agree {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 480px) {
  .human-verification {
    grid-template-columns: 28px minmax(0, 1fr) 68px;
    width: 100%;
    padding-inline: 12px;
  }
}

.contact-success-overlay[hidden] {
  display: none;
}

.contact-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(7, 11, 35, 0.55);
  backdrop-filter: blur(3px);
  animation: contactSuccessFade 0.2s ease;
}

.contact-success-modal {
  position: relative;
  width: min(420px, 100%);
  padding: 40px 32px 32px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(7, 11, 35, 0.25);
  text-align: center;
  animation: contactSuccessPop 0.25s ease;
}

.contact-success-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-success-close:hover {
  background: var(--line);
  color: var(--ink);
}

.contact-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.contact-success-check-circle {
  stroke: #1fae5e;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: contactSuccessCircle 0.5s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.contact-success-check-mark {
  stroke: #1fae5e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: contactSuccessMark 0.35s 0.45s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.contact-success-modal h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
}

.contact-success-modal p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-success-ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

@keyframes contactSuccessFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes contactSuccessPop {
  from { opacity: 0; transform: scale(0.92) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes contactSuccessCircle {
  to { stroke-dashoffset: 0; }
}

@keyframes contactSuccessMark {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 480px) {
  .contact-success-modal {
    padding: 34px 20px 26px;
  }
}
