.contact-page-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 92px;
}

.contact-page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: stretch;
  gap: 24px;
  padding: clamp(32px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(165, 201, 190, 0.38);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.92), transparent 29%),
    radial-gradient(circle at 78% 94%, rgba(161, 226, 207, 0.25), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(236, 247, 243, 0.7));
  box-shadow: inset 0 1px 0 #fff, 0 28px 76px rgba(23, 72, 59, 0.11);
}

.contact-page-heading { position: relative; z-index: 2; }
.contact-page-heading .eyebrow { margin-bottom: 16px; }

.contact-page-heading h1 {
  max-width: 760px;
  margin: 0;
  color: #06281f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(48px, 6.1vw, 82px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.contact-page-heading > p:not(.eyebrow) {
  max-width: 650px;
  margin: 23px 0 0;
  color: #405e55;
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 650;
  line-height: 1.58;
}

.contact-response-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 11px 15px;
  border: 1px solid rgba(38, 134, 105, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 #fff;
}

.contact-response-note i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #21a87d;
  box-shadow: 0 0 0 6px rgba(33, 168, 125, 0.12), 0 0 18px rgba(33, 168, 125, 0.34);
  animation: contact-availability-pulse 2.6s ease-in-out infinite;
}

.contact-response-note span { display: grid; gap: 2px; }
.contact-response-note strong { color: #174d3f; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.contact-response-note small { color: #607a72; font-size: 10px; font-weight: 750; }

.contact-signal-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(221, 242, 235, 0.42));
  box-shadow: inset 0 1px 0 #fff, 0 20px 48px rgba(26, 80, 65, 0.09);
}

.contact-signal-panel > small {
  color: #177157;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-signal-panel > strong {
  margin-top: 12px;
  color: #16765b;
  font-size: 92px;
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.contact-signal-panel > p {
  max-width: 210px;
  margin: 16px 0 0;
  color: #47665d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.contact-signal-radar { position: absolute; right: 66px; top: 64px; width: 0; height: 0; }
.contact-signal-radar > i {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: #ec5148;
  box-shadow: 0 0 0 7px rgba(236, 81, 72, 0.12), 0 0 24px rgba(236, 81, 72, 0.48);
  transform: translate(-50%, -50%);
  animation: contact-radar-dot 2.4s ease-in-out infinite;
}

.contact-signal-radar > span {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(31, 143, 109, 0.46);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.35);
  animation: contact-radar-wave 5.4s ease-out infinite;
}

.contact-signal-radar > span:nth-child(2) { animation-delay: 1.8s; }
.contact-signal-radar > span:nth-child(3) { animation-delay: 3.6s; }

.contact-method-section { padding: 88px 0 32px; }
.contact-section-heading { max-width: 760px; margin-bottom: 30px; }

.contact-section-heading h2,
.contact-guidance h2,
.contact-secure-cta h2 {
  margin: 8px 0 0;
  color: #08291f;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-method-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 370px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(172, 200, 191, 0.38);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(241, 249, 246, 0.72));
  box-shadow: inset 0 1px 0 #fff, 0 20px 52px rgba(22, 64, 53, 0.08);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 180ms ease;
}

.contact-method-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -85px;
  bottom: -105px;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid rgba(36, 151, 115, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(224, 244, 237, 0.22), 0 0 0 80px rgba(255, 255, 255, 0.22);
}

.contact-method-card:hover,
.contact-method-card:focus-visible {
  z-index: 3;
  border-color: rgba(44, 170, 130, 0.36);
  transform: translateY(-8px);
  box-shadow: inset 0 1px 0 #fff, 0 30px 68px rgba(18, 78, 61, 0.14);
}

.contact-method-card:focus-visible { outline: 3px solid rgba(34, 160, 121, 0.2); outline-offset: 4px; }

.contact-method-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 #fff, 0 14px 28px rgba(22, 67, 54, 0.1);
}

.contact-method-icon img { width: 34px; height: 34px; }
.contact-method-label { margin-top: 24px; color: #177257; font-size: 9px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-method-card h3 { margin: 8px 0 12px; color: #092a21; font-family: "DM Serif Display", Georgia, serif; font-size: 36px; font-weight: 400; }
.contact-method-card p { margin: 0; color: #526a63; font-size: 13px; font-weight: 650; line-height: 1.55; }
.contact-method-action { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 24px; color: #126e54; font-size: 12px; font-weight: 900; }
.contact-method-action b {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #0b8765;
  background: rgba(220, 247, 238, 0.72);
  box-shadow: 0 0 0 1px rgba(24, 146, 109, 0.1), 0 0 20px rgba(24, 166, 123, 0.14);
  font-size: 18px;
  line-height: 1;
  animation: contact-arrow-core-pulse 1.8s ease-in-out infinite;
}

.contact-method-action b::before,
.contact-method-action b::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(20, 174, 128, 0.52);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.45);
  animation: contact-arrow-signal 3s ease-out infinite;
}

.contact-method-action b::after { animation-delay: 1.5s; }

.contact-guidance {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: start;
  margin-top: 54px;
  padding: clamp(28px, 4.5vw, 54px);
  border: 1px solid rgba(185, 204, 198, 0.42);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 #fff, 0 22px 58px rgba(27, 70, 58, 0.07);
}

.contact-guidance h2 { font-size: clamp(34px, 3.5vw, 48px); }
.contact-guidance ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.contact-guidance li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: start; padding: 17px; border-radius: 18px; background: rgba(246, 251, 249, 0.82); }
.contact-guidance li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #146e55; background: #e3f5ef; font-size: 10px; font-weight: 900; }
.contact-guidance li div { display: grid; gap: 4px; }
.contact-guidance li strong { color: #193d33; font-size: 12px; font-weight: 900; }
.contact-guidance li small { color: #61756f; font-size: 11px; font-weight: 650; line-height: 1.45; }

.contact-secure-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 30px 34px;
  border: 1px solid rgba(32, 120, 94, 0.22);
  border-radius: 28px;
  background: linear-gradient(135deg, #176f57, #0b503f);
  box-shadow: 0 24px 60px rgba(8, 73, 54, 0.18);
}

.contact-secure-cta > div > span { color: #bdebdc; font-size: 9px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.contact-secure-cta h2 { color: #fff; font-size: clamp(31px, 3.2vw, 44px); }
.contact-secure-cta p { max-width: 660px; margin: 11px 0 0; color: rgba(236, 250, 245, 0.78); font-size: 12px; line-height: 1.55; }
.contact-secure-cta > a { display: inline-flex; min-height: 54px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid rgba(255, 255, 255, 0.52); border-radius: 16px; color: #0b503f; background: #fff; box-shadow: inset 0 1px 0 #fff, 0 16px 30px rgba(2, 35, 26, 0.2); font-size: 12px; font-weight: 900; }

.contact-privacy-note { max-width: 920px; margin: 23px auto 0; color: #687c76; font-size: 10px; font-weight: 650; line-height: 1.55; text-align: center; }

@keyframes contact-radar-wave {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.35); }
  16% { opacity: 0.64; }
  78%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(8.5); }
}

@keyframes contact-radar-dot {
  0%, 100% { box-shadow: 0 0 0 7px rgba(236, 81, 72, 0.1), 0 0 20px rgba(236, 81, 72, 0.4); }
  50% { box-shadow: 0 0 0 11px rgba(236, 81, 72, 0.16), 0 0 30px rgba(236, 81, 72, 0.64); }
}

@keyframes contact-availability-pulse {
  0%, 100% { transform: scale(0.9); }
  50% { transform: scale(1.08); }
}

@keyframes contact-arrow-signal {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.45); }
  12% { opacity: 0.72; }
  78%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(3.25); }
}

@keyframes contact-arrow-core-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(24, 146, 109, 0.1), 0 0 16px rgba(24, 166, 123, 0.12); }
  50% { box-shadow: 0 0 0 5px rgba(24, 166, 123, 0.13), 0 0 28px rgba(24, 166, 123, 0.3); }
}

@media (max-width: 900px) {
  .contact-page-hero { grid-template-columns: 1fr; }
  .contact-signal-panel { min-height: 240px; }
  .contact-method-grid { grid-template-columns: 1fr; }
  .contact-method-card { min-height: 310px; }
  .contact-guidance { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  .contact-page-main { width: min(100% - 20px, 1180px); padding: 22px 0 62px; }
  .contact-page-hero { gap: 15px; padding: 27px 20px 20px; border-radius: 25px; }
  .contact-page-heading h1 { font-size: clamp(43px, 14.2vw, 60px); }
  .contact-page-heading > p:not(.eyebrow) { margin-top: 17px; font-size: 13px; }
  .contact-response-note { width: 100%; border-radius: 17px; }
  .contact-signal-panel { min-height: 210px; padding: 23px; border-radius: 22px; }
  .contact-signal-panel > strong { font-size: 74px; }
  .contact-method-section { padding-top: 58px; }
  .contact-method-card { min-height: 300px; padding: 24px; border-radius: 23px; }
  .contact-method-icon { width: 60px; height: 60px; border-radius: 18px; }
  .contact-method-icon img { width: 30px; height: 30px; }
  .contact-guidance { margin-top: 38px; padding: 24px 19px; border-radius: 23px; }
  .contact-guidance li { grid-template-columns: 35px minmax(0, 1fr); padding: 14px 12px; }
  .contact-guidance li > span { width: 32px; height: 32px; }
  .contact-secure-cta { align-items: stretch; flex-direction: column; padding: 25px 21px; border-radius: 23px; }
  .contact-secure-cta > a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-response-note i,
  .contact-signal-radar > i,
  .contact-signal-radar > span,
  .contact-method-action b,
  .contact-method-action b::before,
  .contact-method-action b::after { animation: none; }
  .contact-signal-radar > span { opacity: 0.2; }
  .contact-method-action b::before { opacity: 0.3; transform: translate(-50%, -50%) scale(1.35); }
  .contact-method-action b::after { display: none; }
  .contact-method-card { transition: none; }
  .contact-method-card:hover,
  .contact-method-card:focus-visible { transform: none; }
}
