/* page-hero lives in theme.css */
.cm-page-contact .page-hero--contact .page-hero__title,
.cm-page-contact .page-hero--contact .page-hero__title * {
  color: var(--white) !important;
  font-style: normal !important;
  -webkit-text-fill-color: var(--white) !important;
}

.cm-page-contact .page-hero--contact .contact-hero__title-accent {
  color: var(--olive-l) !important;
  -webkit-text-fill-color: var(--olive-l) !important;
}

.cm-page-contact .page-hero--contact .page-hero__sub,
.cm-page-contact .page-hero--contact .page-hero__sub *,
.cm-page-contact .page-hero--contact [data-cm-editable="hero_subtitle"],
.cm-page-contact .page-hero--contact [data-cm-editable="hero_subtitle"] * {
  color: rgba(255, 255, 255, 0.84) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
}

.cm-page-contact main > .section--alt:last-of-type {
  padding: 56px 0 64px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(42px, 5vw, 68px);
  align-items: start;
}

.contact-form-wrap,
.contact-side {
  min-width: 0;
}

.contact-form-wrap {
  order: 2;
}

.contact-side {
  display: flex;
  flex-direction: column;
  order: 1;
}

.cm-page-contact .contact-form-wrap > .section-title {
  font-size: clamp(30px, 4vw, 38px);
  line-height: 1.14;
  max-width: none;
  white-space: nowrap;
}

.cm-page-contact .contact-side > .section-title,
.cm-page-contact .contact-form-wrap > .section-title,
.cm-page-contact .contact-online__content .section-title {
  letter-spacing: 0;
}

.cm-page-contact .contact-side > .section-title {
  font-size: clamp(29px, 3.5vw, 38px);
  line-height: 1.14;
  max-width: none;
  white-space: nowrap;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.form-label__optional {
  color: var(--light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--r);
  border: 1.5px solid var(--border);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--body);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--olive);
  box-shadow: 0 0 0 4px rgba(107, 140, 42, 0.08);
}

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

.contact-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  width: 100%;
}

.contact-form__actions > .btn {
  flex: 1 1 auto;
  min-width: 220px;
  min-height: 70px;
  justify-content: center;
  padding: 0 30px;
}

.cm-recaptcha-wrap {
  flex: 0 0 274px;
  width: 274px;
  height: 70px;
  margin: 0;
  overflow: hidden;
}

.cm-recaptcha-wrap .g-recaptcha {
  transform: scale(0.9);
  transform-origin: top left;
}

.contact-info__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  order: 3;
}

.contact-info__item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid rgba(30, 61, 24, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(29, 34, 22, 0.05);
}

.contact-info__item > div:last-child {
  min-width: 0;
}

.contact-info__icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(76, 91, 13, 0.08);
  color: var(--olive-d);
  border: 1px solid rgba(76, 91, 13, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}

.contact-info__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-info__item strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.contact-info__item p,
.contact-info__item a {
  color: rgba(28, 30, 24, 0.72);
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
}

.contact-info__item a:hover {
  color: var(--olive);
}

/* Korean text styling for contact info */
.contact-info__text-korean {
  font-family: 'Noto Sans KR', 'Lato', system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(28, 30, 24, 0.62);
  margin-top: 2px;
}

.contact-map {
  order: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--off);
  border: 1px solid rgba(30, 45, 32, 0.08);
  box-shadow: 0 18px 40px rgba(29, 34, 22, 0.08);
}

.contact-map iframe {
  display: block;
}

.contact-quicklinks {
  order: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 26px;
}

.contact-quicklinks .btn {
  position: relative;
  min-height: 64px;
  padding: 11px 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.45px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(30, 61, 24, 0.14);
  box-shadow: 0 10px 24px rgba(29, 34, 22, 0.05);
  overflow: hidden;
}

.contact-quicklinks .btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-quicklinks .btn:hover,
.contact-quicklinks .btn:focus-visible {
  background: var(--white);
  color: var(--navy);
  border-color: rgba(76, 91, 13, 0.34);
  box-shadow: 0 16px 32px rgba(29, 34, 22, 0.12);
  transform: translateY(-1px);
}

.contact-quicklinks .btn::before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-block;
  flex-shrink: 0;
  border: 1px solid rgba(30, 61, 24, 0.14);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

/* Provider-specific real logos (favicons) */
.contact-quicklinks .btn[href*="google.com/maps"]::before,
.contact-quicklinks .btn[href*="maps.google.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23F1F3F4'/%3E%3Cpath d='M14 16h24a4 4 0 0 1 4 4v6L14 46z' fill='%2334A853'/%3E%3Cpath d='M14 46l28-20 9 12-17 12H18a4 4 0 0 1-4-4z' fill='%234285F4'/%3E%3Cpath d='M42 26L14 46l6 4 31-22z' fill='%23FBBC05'/%3E%3Cpath d='M35 7c-8.3 0-15 6.7-15 15 0 10.8 15 27 15 27s15-16.2 15-27c0-8.3-6.7-15-15-15z' fill='%23EA4335'/%3E%3Ccircle cx='35' cy='22' r='5.3' fill='%23A50E0E'/%3E%3Ctext x='23' y='28' text-anchor='middle' font-family='Arial' font-size='16' font-weight='700' fill='white'%3EG%3C/text%3E%3C/svg%3E");
  border-color: rgba(26, 115, 232, 0.2);
}

.contact-quicklinks .btn[href*="map.naver.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23E9ECEF'/%3E%3Crect x='0' y='44' width='64' height='10' fill='%234A5BFF'/%3E%3Cpath d='M32 10c-10 0-18 8-18 18 0 13 18 30 18 30s18-17 18-30c0-10-8-18-18-18z' fill='%2303C75A'/%3E%3Ctext x='32' y='34' text-anchor='middle' font-family='Arial' font-size='20' font-weight='700' fill='white'%3EN%3C/text%3E%3C/svg%3E");
  border-color: rgba(3, 199, 90, 0.35);
}

.contact-quicklinks .btn[href*="map.kakao.com"]::before,
.contact-quicklinks .btn[href*="kakao.com/link/search"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23FFE812'/%3E%3Cpath d='M32 10c-10 0-18 8-18 18 0 13 18 30 18 30s18-17 18-30c0-10-8-18-18-18z' fill='%231A73E8'/%3E%3Ccircle cx='32' cy='28' r='6' fill='%23FFE812'/%3E%3C/svg%3E");
  border-color: rgba(59, 30, 30, 0.2);
}

/* Fallback when links are generic text-only URLs */
.contact-quicklinks .btn:nth-child(1):not([href*="google"]):not([href*="naver"]):not([href*="kakao"])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23E9ECEF'/%3E%3Crect x='0' y='44' width='64' height='10' fill='%234A5BFF'/%3E%3Cpath d='M32 10c-10 0-18 8-18 18 0 13 18 30 18 30s18-17 18-30c0-10-8-18-18-18z' fill='%2303C75A'/%3E%3Ctext x='32' y='34' text-anchor='middle' font-family='Arial' font-size='20' font-weight='700' fill='white'%3EN%3C/text%3E%3C/svg%3E");
  border-color: rgba(3, 199, 90, 0.35);
}

.contact-quicklinks .btn:nth-child(2):not([href*="google"]):not([href*="naver"]):not([href*="kakao"])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23FFE812'/%3E%3Cpath d='M32 10c-10 0-18 8-18 18 0 13 18 30 18 30s18-17 18-30c0-10-8-18-18-18z' fill='%231A73E8'/%3E%3Ccircle cx='32' cy='28' r='6' fill='%23FFE812'/%3E%3C/svg%3E");
  border-color: rgba(59, 30, 30, 0.2);
}

.contact-quicklinks .btn:nth-child(3):not([href*="google"]):not([href*="naver"]):not([href*="kakao"])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23F1F3F4'/%3E%3Cpath d='M14 16h24a4 4 0 0 1 4 4v6L14 46z' fill='%2334A853'/%3E%3Cpath d='M14 46l28-20 9 12-17 12H18a4 4 0 0 1-4-4z' fill='%234285F4'/%3E%3Cpath d='M42 26L14 46l6 4 31-22z' fill='%23FBBC05'/%3E%3Cpath d='M35 7c-8.3 0-15 6.7-15 15 0 10.8 15 27 15 27s15-16.2 15-27c0-8.3-6.7-15-15-15z' fill='%23EA4335'/%3E%3Ccircle cx='35' cy='22' r='5.3' fill='%23A50E0E'/%3E%3Ctext x='23' y='28' text-anchor='middle' font-family='Arial' font-size='16' font-weight='700' fill='white'%3EG%3C/text%3E%3C/svg%3E");
  border-color: rgba(26, 115, 232, 0.2);
}

.contact-online {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px clamp(22px, 3vw, 38px);
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 249, 243, 0.94) 54%, rgba(238, 240, 223, 0.78) 100%);
  border: 1px solid rgba(76, 91, 13, 0.12);
  box-shadow: 0 22px 48px rgba(30, 34, 24, 0.1);
}

.contact-online::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(76, 91, 13, 0.08);
  border-radius: 14px;
  pointer-events: none;
}

.contact-online__icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f3e7;
  border: 1px solid rgba(76, 91, 13, 0.14);
  color: var(--olive-d);
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 24px rgba(76, 91, 13, 0.1);
}

.contact-online__icon svg {
  width: 26px;
  height: 26px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-online__content {
  position: relative;
  min-width: 0;
  align-self: center;
}

.contact-online__content .tag {
  margin-bottom: 8px;
}

.contact-online__content .section-title {
  max-width: 720px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  margin: 0;
}

.contact-online__content p {
  margin: 12px 0 0;
  color: var(--light);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  max-width: 58ch;
}

.contact-online__actions {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-self: center;
  grid-column: 3;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-online__youtube-icon {
  width: auto;
  min-width: 170px;
  height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(30, 61, 24, 0.28);
  color: var(--navy);
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(30, 34, 24, 0.08);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.contact-online__actions .contact-online__youtube-icon,
.contact-online__actions .contact-online__youtube-icon:visited {
  background: #fff;
  border-color: rgba(30, 61, 24, 0.28);
  color: var(--navy);
}

.contact-online__youtube-icon:visited,
.contact-online__youtube-icon:hover,
.contact-online__youtube-icon:focus,
.contact-online__youtube-icon:focus-visible,
.contact-online__youtube-icon:active {
  background: rgba(30, 61, 24, 0.05);
  border-color: rgba(30, 61, 24, 0.42);
  color: var(--navy);
  box-shadow: 0 10px 20px rgba(30, 34, 24, 0.08);
  transform: none;
}

.contact-online__actions .contact-online__sermons-link {
  width: auto;
  min-height: 58px;
  justify-content: center;
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
  border-radius: 12px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-online__actions .contact-online__sermons-link:visited,
.contact-online__actions .contact-online__sermons-link:hover,
.contact-online__actions .contact-online__sermons-link:focus,
.contact-online__actions .contact-online__sermons-link:focus-visible,
.contact-online__actions .contact-online__sermons-link:active {
  color: var(--white);
  background: var(--olive-d);
  border-color: var(--olive-d);
  box-shadow: 0 12px 24px rgba(30, 34, 24, 0.12);
}

.contact-online__actions .contact-online__sermons-link:hover,
.contact-online__actions .contact-online__sermons-link:focus-visible {
  transform: translateY(-1px);
}

.cm-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--r-sm);
  margin-bottom: 24px;
  line-height: 1.6;
}

.cm-notice svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cm-notice strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.cm-notice p {
  margin: 0;
  font-size: 14px;
}

.cm-notice p a {
  font-weight: 700;
}

.cm-notice--success {
  background: rgba(76, 120, 42, 0.08);
  border: 1px solid rgba(76, 120, 42, 0.22);
  color: #2d5e1a;
}

.cm-notice--success svg {
  stroke: #3a7a22;
}

.cm-notice--success p a {
  color: #3a7a22;
}

.cm-notice--error {
  background: rgba(190, 50, 40, 0.07);
  border: 1px solid rgba(190, 50, 40, 0.2);
  color: #8b2218;
}

.cm-notice--error svg {
  stroke: #b0291e;
}

.cm-notice--error p a {
  color: #b0291e;
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-side {
    order: 1;
  }

  .contact-form-wrap {
    order: 2;
  }

  .contact-online {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
  }

  .contact-online__content .section-title,
  .contact-online__content p {
    white-space: normal;
  }

  .contact-online__actions {
    width: 100%;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .cm-page-contact .page-hero--contact {
    padding: 54px 0 46px;
  }

  .cm-page-contact .page-hero__inner,
  .cm-page-contact .section > .container {
    padding-left: var(--cm-mobile-page-gutter, 20px);
    padding-right: var(--cm-mobile-page-gutter, 20px);
  }

  .cm-page-contact .tag {
    max-width: 100%;
    line-height: 1.35;
    white-space: normal;
  }

  .cm-page-contact .tag .tag {
    margin-bottom: 0;
  }

  .cm-page-contact .tag .tag::before {
    content: none;
  }

  .cm-page-contact .contact-grid {
    gap: 34px;
  }

  .cm-page-contact .contact-side,
  .cm-page-contact .contact-form-wrap,
  .cm-page-contact .contact-online {
    width: 100%;
    max-width: 100%;
  }

  .cm-page-contact .contact-side > .section-title,
  .cm-page-contact .contact-form-wrap > .section-title,
  .cm-page-contact .contact-online__content .section-title {
    font-size: clamp(24px, 6.6vw, 30px);
    line-height: 1.16;
    margin-bottom: 12px;
    white-space: normal;
  }

  .cm-page-contact .contact-side > .section-title {
    font-size: clamp(20px, 6.1vw, 27px);
    white-space: nowrap;
  }

  .cm-page-contact .contact-form-wrap > .section-title {
    font-size: clamp(24px, 6.2vw, 28px);
    line-height: 1.12;
    white-space: normal;
  }

  .cm-page-contact .divider {
    margin: 10px 0 22px;
  }

  .cm-page-contact .contact-form .form-group {
    margin-bottom: 18px;
  }

  .cm-page-contact .contact-form label {
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 7px;
  }

  .cm-page-contact .form-label__optional {
    font-size: 11px;
    margin-left: 4px;
  }

  .cm-page-contact .contact-form input,
  .cm-page-contact .contact-form textarea {
    font-size: 16px;
    line-height: 1.45;
  }

  .contact-info__item {
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .contact-info__icon {
    align-self: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .contact-info__icon svg {
    width: 20px;
    height: 20px;
  }

  .contact-info__item strong {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .contact-info__item p,
  .contact-info__item a {
    font-size: 14px;
    line-height: 1.45;
  }

  .contact-map iframe {
    min-height: 220px;
  }

  .contact-online {
    gap: 14px;
    padding: 20px;
    border-radius: 14px;
  }

  .contact-online::before {
    inset: 10px;
    border-radius: 12px;
  }

  .contact-online__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .contact-online__content p {
    line-height: 1.55;
  }

  .contact-online__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    flex-direction: row;
    padding: 0;
  }

  .contact-online__youtube-icon {
    width: 100%;
    height: auto;
    min-height: 58px;
    flex: none;
    min-width: 0;
    padding: 7px 12px;
    line-height: 1.08;
  }

  .contact-online__actions .contact-online__sermons-link {
    width: 100%;
    min-height: 58px;
    flex: none;
    min-width: 0;
    align-items: center;
    padding: 7px 12px;
    line-height: 1.08;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .contact-online {
    grid-template-columns: 1fr;
  }

  .contact-online__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: row;
  }

  .contact-online__youtube-icon {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 560px) {
  .contact-form__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cm-recaptcha-wrap {
    flex: 0 0 auto;
    width: min(274px, 100%);
    height: 70px;
  }

  .contact-form__actions > .btn {
    width: 100%;
    min-height: 56px;
  }
}

@media (max-width: 768px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form > .btn.btn--primary {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .contact-side {
    display: flex;
    flex-direction: column;
  }

  .contact-map {
    order: 1;
  }

  .contact-quicklinks {
    order: 2;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .contact-quicklinks .btn {
    min-height: 60px;
    padding: 10px;
    justify-content: flex-start;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.2;
    text-indent: 0;
    overflow: hidden;
    white-space: normal;
  }

  .contact-quicklinks .btn::before {
    width: 28px;
    height: 28px;
    background-size: 20px 20px;
    border-radius: 12px;
  }

  .contact-info__items {
    order: 3;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .cm-page-contact .page-hero--contact {
    padding: 46px 0 38px;
  }

  .contact-info__item {
    padding: 14px;
  }

  .contact-quicklinks .btn {
    min-height: 54px;
    padding: 9px 10px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 13px 14px;
    font-size: 16px;
  }

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

@media (max-width: 560px) {
  .contact-quicklinks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-quicklinks .btn {
    min-height: 58px;
    padding: 8px 6px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }

  .contact-quicklinks .btn::before {
    width: 26px;
    height: 26px;
    background-size: 19px 19px;
    border-radius: 10px;
  }

  .contact-quicklinks .btn span {
    max-width: 100%;
    font-size: 10.5px;
    line-height: 1.2;
    text-align: center;
  }
}
