.contact-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(150px, 22vw, 220px);
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.contact-heading { min-width: 0; }
.contact-heading .eyebrow { margin-bottom: 16px; color: #83c3ff; }
.contact-heading h2 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.12; margin-bottom: 20px; }
.contact-heading > p:not(.eyebrow) { color: #cbd7e7; font-size: 1rem; line-height: 1.6; margin: 0; }
.contact-art { display: block; width: 100%; height: auto; border-radius: 16px; }
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "details map" "bank map";
  gap: 20px;
  align-items: stretch;
}
.contact-card, .contact-layout .bank-details, .contact-layout .location-map {
  min-width: 0;
  margin: 0;
  border: 1px solid #dbe7f4;
  border-radius: 16px;
  color: #10263f;
  background: #fff;
}
.contact-card { grid-area: details; padding: 24px; }
.contact-card h3, .contact-layout .map-heading h3 { margin: 0; color: #10263f; font-size: 1.375rem; line-height: 1.3; }
.contact-methods { display: grid; margin-top: 18px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 14px 0; border-bottom: 1px solid #dce6f0; color: #10263f; }
.contact-methods a:first-child { padding-top: 0; }
.contact-methods a:last-child { padding-bottom: 0; border-bottom: 0; }
.contact-methods a > span:not(.contact-method-icon) { min-width: 0; }
.contact-method-icon { flex: 0 0 28px; color: #1264c6; font-size: 1.7rem; line-height: 1; text-align: center; }
.contact-methods small { display: block; color: #435c75; font-size: .8125rem; line-height: 1.5; margin-bottom: 4px; }
.contact-methods strong { display: block; color: #10263f; font-size: clamp(1.125rem, 2.2vw, 1.4375rem); line-height: 1.45; overflow-wrap: anywhere; }
.contact-methods a:last-child strong { font-size: clamp(1.125rem, 2vw, 1.3125rem); }
.contact-methods a:hover strong { color: #0962cf; }
.contact-methods a:focus-visible { outline: 3px solid #1677ff; outline-offset: 4px; border-radius: 4px; }
.contact-layout .bank-details { grid-area: bank; padding: 24px; background: #e4efff; border-color: #bad4f6; }
.contact-layout .bank-details-heading { gap: 12px; }
.contact-layout .bank-details-heading h3 { color: #10263f; font-size: 1.1875rem; line-height: 1.3; }
.contact-layout .bank-logo { width: 88px; border-radius: 3px; }
.contact-layout .bank-details-list { display: block; margin: 22px 0 16px; }
.contact-layout .bank-details-list dt { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.contact-layout .bank-details-list dd { margin: 0; color: #344f6c; font-size: 1rem; font-weight: 500; }
.contact-layout #tel4u-bank-number { margin-top: 14px; color: #10263f; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: clamp(1.125rem, 2vw, 1.3125rem); font-weight: 700; line-height: 1.5; }
.contact-layout #tel4u-bank-number span { display: block; white-space: nowrap; }
.contact-layout .bank-copy-button { min-height: 46px; padding: 10px 18px; gap: 10px; color: #165db4; background: #fff; border: 1px solid #a8c6eb; box-shadow: none; font-size: .875rem; line-height: 1.4; text-align: center; }
.contact-layout .bank-copy-button svg { flex: 0 0 20px; }
.contact-layout .bank-copy-button:hover { background: #f1f7ff; }
.contact-layout #tel4u-bank-status { color: #255582; font-size: .875rem; }
.contact-layout #tel4u-bank-status:empty { display: none; }
.contact-layout .location-map { grid-area: map; display: flex; flex-direction: column; overflow: hidden; }
.contact-layout .map-heading { display: block; padding: 24px; }
.contact-layout .map-heading p { margin: 10px 0 0; color: #435c75; font-size: 1rem; line-height: 1.5; }
.contact-layout .location-map iframe { display: block; flex: 1 1 340px; width: 100%; height: 340px; min-height: 300px; border: 0; background: #e8eeeb; }
.map-actions { padding: 20px 24px; }
.map-actions .button { width: 100%; min-height: 46px; gap: 10px; padding: 10px 18px; box-shadow: none; font-size: .9375rem; line-height: 1.4; text-align: center; }
.contact-redesign .social-row { margin-top: 28px; padding-top: 26px; border-top: 1px solid #2a4160; }
@media (max-width: 760px) {
  .contact-layout { grid-template-columns: minmax(0, 1fr); grid-template-areas: "details" "map" "bank"; }
  .contact-layout .location-map iframe { flex: none; height: 320px; min-height: 0; }
  .contact-methods strong { font-size: 1.375rem; }
  .contact-methods a:last-child strong { font-size: 1.25rem; }
  .contact-layout #tel4u-bank-number { font-size: 1.3125rem; }
}
@media (max-width: 560px) {
  .contact-top { grid-template-columns: minmax(0, 1fr); gap: 20px; text-align: center; margin-bottom: 28px; }
  .contact-art { width: 150px; justify-self: center; }
  .contact-card, .contact-layout .bank-details, .contact-layout .map-heading { padding: 22px 20px; }
  .map-actions { padding: 20px; }
  .contact-methods a { gap: 10px; }
  .contact-methods strong { font-size: clamp(1.0625rem, 5.2vw, 1.375rem); }
  .contact-methods a:last-child strong { font-size: clamp(1.0625rem, 5vw, 1.25rem); }
  .contact-layout #tel4u-bank-number { font-size: clamp(1.0625rem, 5.2vw, 1.3125rem); }
}
