/* ── KidsMap Contacts Page Modern Light & Animated Design ── */

.page-contacts .site-shell {
  width: min(1260px, calc(100% - 28px));
  margin: 16px auto 64px;
}

.contacts-page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-family: Nunito, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #12211f;
  -webkit-font-smoothing: antialiased;
}

/* ── Global Keyframes Matching FAQ ── */
@keyframes faqIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes faqRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes faqOrb { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-24px, 18px) scale(1.12); } }
@keyframes faqOrb2 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(20px, -16px) scale(1.08); } }
@keyframes faqPing { 0% { transform: scale(.5); opacity: .6; } 100% { transform: scale(2.4); opacity: 0; } }
@keyframes faqLivePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(37, 211, 102, 0);
  }
}

/* ── Standard Button Tokens matching FAQ ── */
.faq-btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}

.faq-btn--primary {
  background: #136f38;
  color: #ffffff !important;
  border: 1px solid #136f38;
  box-shadow: 0 4px 14px rgba(19,111,56,.2);
}

.faq-btn--primary:hover {
  background: #0d4924;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -10px rgba(13,73,36,.5);
}

.faq-btn--outline {
  border: 1px solid #cbe7d8;
  background: #ffffff;
  color: #12211f !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
}

.faq-btn--outline:hover {
  border-color: #136f38;
  color: #136f38 !important;
  background: #f2f9f5;
  transform: translateY(-2px);
}

.faq-hero-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e2f4ea;
  border: 1px solid #cbe7d8;
  color: #0d4924;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-hero-ping-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #136f38;
  display: inline-block;
}

.faq-hero-ping-dot span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #136f38;
  animation: faqPing 1.8s ease-out infinite;
}

/* ── 1. Hero Card ── */
.contacts-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(140deg, #f2f9f5 0%, #e7f5ec 100%);
  border: 1px solid #cbe7d8;
  padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 44px);
  box-shadow: 0 10px 30px rgba(13, 73, 36, 0.04);
  animation: faqRise .6s cubic-bezier(.2,.8,.3,1) both;
}

.contacts-hero-orb1,
.contacts-cta-orb1 {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  right: -50px;
  top: -120px;
  background: radial-gradient(circle, rgba(19,111,56,.12), rgba(19,111,56,0) 70%);
  animation: faqOrb 9s ease-in-out infinite;
  pointer-events: none;
}

.contacts-hero-orb2,
.contacts-cta-orb2 {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  left: 38%;
  bottom: -150px;
  background: radial-gradient(circle, rgba(19,111,56,.08), rgba(19,111,56,0) 70%);
  animation: faqOrb2 11s ease-in-out infinite;
  pointer-events: none;
}

.contacts-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 820px;
}

.contacts-hero-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #C4EBD3;
  color: #0d4924;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 10px rgba(13, 111, 56, 0.08);
}

.contacts-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366;
  display: inline-block;
}

.contacts-live-dot span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  animation: faqPing 1.8s ease-out infinite;
}

.contacts-hero-badge .material-symbols-rounded {
  font-size: 18px;
  color: #136f38;
}

.contacts-hero-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #12211f;
}

.contacts-hero-lead {
  margin: 0;
  font-size: clamp(15.5px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.45;
  color: #4c5b58;
  max-width: 68ch;
}

.contacts-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.contacts-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cbe7d8;
  font-size: 13px;
  font-weight: 650;
  color: #315847;
  box-shadow: 0 2px 6px rgba(23, 51, 42, 0.03);
  backdrop-filter: blur(4px);
}

.contacts-hero-chip .material-symbols-rounded {
  font-size: 17px;
  color: #136f38;
}

.contacts-hero-chip strong {
  color: #12211f;
  font-weight: 800;
}

/* ── 2. Main Two-Column Grid ── */
.contacts-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.contacts-primary-column,
.contacts-secondary-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Base Card Styles ── */
.contacts-card {
  background: #ffffff;
  border: 1.5px solid #dfeae6;
  border-radius: 22px;
  padding: clamp(18px, 2.5vw, 26px);
  box-shadow: 0 4px 18px rgba(23, 51, 42, 0.03);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: faqIn .5s cubic-bezier(.2,.8,.3,1) both;
}

.contacts-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contacts-card-head-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 22px;
}

.contacts-card-head-icon.green {
  background: #e2f4ea;
  color: #136f38;
}

.contacts-card-head-icon.blue {
  background: #EBF4FC;
  color: #1F78C1;
}

.contacts-card-head-icon.gold {
  background: #FEF6E4;
  color: #C28B0E;
}

.contacts-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #12211f;
  letter-spacing: -0.02em;
}

.contacts-card-sub {
  margin: 4px 0 0;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.4;
  color: #557767;
}

/* ── Direct Contact Channel Items ── */
.contacts-action-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contacts-channel-item {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fbfdfc;
  border: 1.5px solid #e1efe7;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contacts-channel-item:hover {
  background: #ffffff;
  border-color: #136f38;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(19,111,56,0.08);
}

.contacts-channel-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex-shrink: 0;
}

.contacts-channel-icon-wrap.phone {
  background: #e2f4ea;
  color: #136f38;
  border: 1px solid #cbe7d8;
}

.contacts-channel-icon-wrap.email {
  background: #E6F0FA;
  color: #1A73E8;
  border: 1px solid #CFE4F7;
}

.contacts-channel-icon-wrap.whatsapp {
  background: #E4F9ED;
  color: #128C7E;
  border: 1px solid #C3F2D8;
}

.contacts-channel-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.contacts-channel-label {
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #698C7C;
}

.contacts-channel-value {
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 900;
  color: #12211f;
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1.2;
  transition: color 0.15s ease;
  word-break: break-word;
}

.contacts-channel-value:hover {
  color: #136f38;
}

.contacts-channel-value.highlight-green {
  color: #136f38;
}

.contacts-channel-note {
  font-size: 12px;
  font-weight: 650;
  color: #729182;
  margin-top: 1px;
}

.contacts-channel-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Action Buttons */
.contacts-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.contacts-action-btn.primary {
  background: #136f38;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(19, 111, 56, 0.2);
}

.contacts-action-btn.primary:hover {
  background: #0d4924;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(13, 73, 36, 0.3);
}

.contacts-action-btn.primary.whatsapp-btn {
  background: #25D366;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28);
}

.contacts-action-btn.primary.whatsapp-btn:hover {
  background: #1EBE5D;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.38);
}

.contacts-action-btn.secondary.copy-btn {
  background: #ffffff;
  border: 1px solid #CFE6D8;
  color: #234E3B;
  box-shadow: 0 2px 6px rgba(23, 51, 42, 0.04);
}

.contacts-action-btn.secondary.copy-btn:hover {
  background: #F1FAF4;
  border-color: #136f38;
  color: #136f38;
  transform: translateY(-1px);
}

.contacts-action-btn.secondary.copy-btn.copied {
  background: #E4F9ED;
  border-color: #25D366;
  color: #0A7A44;
}

.contacts-action-btn .material-symbols-rounded {
  font-size: 17px;
}

/* ── Light Modern Owner Card (No dark green) ── */
.contacts-owner-card {
  background: #ffffff;
  border: 1.5px solid #cbe7d8;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 4px 18px rgba(19, 111, 56, 0.04);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.contacts-owner-card:hover {
  transform: translateY(-2px);
  border-color: #136f38;
  box-shadow: 0 10px 26px -6px rgba(19, 111, 56, 0.1);
}

.contacts-owner-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contacts-owner-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e2f4ea;
  border: 1px solid #cbe7d8;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #136f38;
  flex-shrink: 0;
}

.contacts-owner-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contacts-owner-badge {
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #136f38;
}

.contacts-owner-title {
  margin: 0;
  font-size: 17.5px;
  font-weight: 850;
  color: #12211f;
  line-height: 1.25;
}

.contacts-owner-desc {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.5;
  color: #4c5b58;
}

.contacts-owner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

/* ── 3. Social Media Grid ── */
.contacts-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contacts-social-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #F9FCFA;
  border: 1px solid #E2EFE7;
  text-decoration: none;
  color: #12211f;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contacts-social-item:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(23, 51, 42, 0.06);
}

.contacts-social-item.instagram:hover { border-color: #F09433; }
.contacts-social-item.telegram:hover { border-color: #2AABEE; }
.contacts-social-item.youtube:hover { border-color: #FF0000; }
.contacts-social-item.tiktok:hover { border-color: #111111; }
.contacts-social-item.facebook:hover { border-color: #1877F2; }
.contacts-social-item.linkedin:hover { border-color: #0A66C2; }

.contacts-social-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #ffffff;
}

.contacts-social-icon-box.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.contacts-social-icon-box.telegram { background: #2AABEE; }
.contacts-social-icon-box.youtube { background: #FF0000; }
.contacts-social-icon-box.tiktok { background: #000000; }
.contacts-social-icon-box.facebook { background: #1877F2; }
.contacts-social-icon-box.linkedin { background: #0A66C2; }

.contacts-social-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.contacts-social-name {
  font-size: 14px;
  font-weight: 850;
  color: #12211f;
  line-height: 1.15;
}

.contacts-social-sub {
  font-size: 11.5px;
  font-weight: 650;
  color: #728F81;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contacts-social-arrow {
  font-size: 16px;
  color: #92B2A3;
  transition: transform 0.18s ease, color 0.18s ease;
  flex-shrink: 0;
}

.contacts-social-item:hover .contacts-social-arrow {
  transform: translate(2px, -2px);
  color: #136f38;
}

/* ── 4. Helpful Navigation Portals ── */
.contacts-portals-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contacts-portal-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #F9FCFA;
  border: 1px solid #E2EFE7;
  text-decoration: none;
  color: #12211f;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contacts-portal-link:hover {
  background: #ffffff;
  border-color: #136f38;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 73, 36, 0.06);
}

.portal-link-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}

.portal-link-icon-wrap.green {
  background: #e2f4ea;
  color: #136f38;
}

.portal-link-icon-wrap.teal {
  background: #E4F6F4;
  color: #0D7E73;
}

.portal-link-icon-wrap.purple {
  background: #F4ECFB;
  color: #7B3EBD;
}

.portal-link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.portal-link-text strong {
  font-size: 14px;
  font-weight: 850;
  color: #12211f;
  line-height: 1.2;
}

.portal-link-text span {
  font-size: 12px;
  font-weight: 650;
  color: #6C8B7D;
}

.portal-arrow {
  font-size: 18px;
  color: #92B2A3;
  transition: transform 0.18s ease, color 0.18s ease;
  flex-shrink: 0;
}

.contacts-portal-link:hover .portal-arrow {
  transform: translateX(3px);
  color: #136f38;
}

/* ── 5. Exact FAQ Block Adapted from FAQ Page ── */
.contacts-faq-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  animation: faqIn .5s cubic-bezier(.2,.8,.3,1) both;
}

.contacts-faq-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contacts-faq-title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 900;
  color: #12211f;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.contacts-faq-sub {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #4c5b58;
  line-height: 1.5;
}

.contacts-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}

/* Exact Accordion Styles from FAQ Page */
.faq-accordion-item {
  border-radius: 18px;
  border: 1.5px solid #dfeae6;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: border-color .28s cubic-bezier(.16,1,.3,1), box-shadow .28s cubic-bezier(.16,1,.3,1), transform .28s cubic-bezier(.16,1,.3,1);
}

.faq-accordion-item:hover {
  border-color: #136f38;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(19,111,56,0.08);
}

.faq-accordion-item[open] {
  border-color: #136f38;
  background: #ffffff;
  box-shadow: 0 12px 28px -6px rgba(19,111,56,0.12), 0 0 0 1px #136f38;
}

.faq-accordion-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-accordion-btn::-webkit-details-marker {
  display: none;
}

.faq-acc-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  background: #e2f4ea;
  color: #136f38;
  border: 1px solid #cbe7d8;
  display: inline-grid;
  place-items: center;
  font-size: 22px;
  transition: all .25s ease;
}

.faq-accordion-item:hover .faq-acc-icon {
  transform: scale(1.08);
}

.faq-accordion-item[open] .faq-acc-icon {
  background: #136f38;
  color: #ffffff;
  border-color: transparent;
}

.faq-acc-title {
  flex: 1;
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -.01em;
  transition: color .2s ease;
}

.faq-accordion-item[open] .faq-acc-title {
  color: #136f38;
}

.faq-acc-chevron {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  display: inline-grid;
  place-items: center;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), background .25s, color .25s;
}

.faq-accordion-item:hover .faq-acc-chevron {
  background: #e2e8f0;
  color: #0f172a;
}

.faq-accordion-item[open] .faq-acc-chevron {
  background: #136f38;
  color: #ffffff;
  transform: rotate(180deg);
}

.faq-acc-body-wrap {
  overflow: hidden;
}

.faq-acc-body-inner {
  padding: 0 22px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #4c5b58;
  font-size: 15px;
  line-height: 1.65;
}

.faq-acc-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px dashed #dfe8e5;
}

.faq-acc-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 800;
  color: #136f38;
  text-decoration: none;
}

.faq-acc-cta-link:hover {
  text-decoration: underline;
}

/* ── 6. Light Bottom CTA Banner (No dark solid green) ── */
.contacts-cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(140deg, #f2f9f5 0%, #e7f5ec 100%);
  border: 1px solid #cbe7d8;
  padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 10px 30px rgba(13, 73, 36, 0.04);
  animation: faqRise .6s cubic-bezier(.2,.8,.3,1) both;
}

.contacts-cta-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-cta-title {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  line-height: 1.2;
  color: #12211f;
  letter-spacing: -0.025em;
}

.contacts-cta-desc {
  margin: 0;
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.5;
  color: #4c5b58;
}

.contacts-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* ── Copy Toast ── */
.contacts-copy-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px) scale(0.95);
  opacity: 0;
  pointer-events: none;
  background: #12211f;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  z-index: 9999;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.contacts-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.contacts-copy-toast .material-symbols-rounded {
  color: #25D366;
  font-size: 19px;
}

/* ── Responsive Rules ── */
@media (max-width: 1024px) {
  .contacts-main-grid {
    grid-template-columns: 1fr;
  }

  .contacts-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-cta-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .contacts-page-wrapper {
    gap: 20px;
  }

  .contacts-hero-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .contacts-channel-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .contacts-channel-actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .contacts-action-btn {
    flex: 1;
    height: 44px;
  }

  .contacts-social-grid {
    grid-template-columns: 1fr;
  }

  .faq-acc-body-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contacts-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .contacts-cta-actions .faq-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contacts-hero-highlights {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .contacts-hero-chip {
    width: 100%;
  }
}
