/* Unified direct-contact panel: concise, action-led, and clearly paired with the online scheduler. */
.hf-direct-contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(3.75rem, 6vw, 5.25rem) 1.5rem 2rem !important;
  background: #0e1624 !important;
  color: #fff;
}

.hf-direct-contact-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
}

.hf-direct-contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(16rem, 0.76fr) minmax(26rem, 1.24fr);
  align-items: center;
  max-width: 78rem;
  margin: 0 auto;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.hf-direct-contact-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: oklch(0.55 0.22 255);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hf-direct-contact-eyebrow::before { width: 3rem; height: 1px; background: oklch(0.55 0.22 255); content: ""; }

.hf-direct-contact-title {
  max-width: 29rem;
  margin: 0.9rem 0 1rem;
  color: #fff;
  font-size: clamp(2.25rem, 3.7vw, 3.8rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hf-direct-contact-copy {
  max-width: 29rem;
  margin: 0;
  color: #bac9d1;
  font-size: 0.98rem;
  line-height: 1.65;
}

.hf-contact-desk {
  overflow: hidden;
  border: 1px solid rgba(190, 229, 229, 0.19);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.17);
}

.hf-contact-desk__header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.2rem 1.35rem;
  border-bottom: 1px solid rgba(190, 229, 229, 0.13);
}

.hf-contact-desk__header-icon,
.hf-contact-desk__row-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(98, 163, 255, 0.5);
  border-radius: 0.65rem;
  background: rgba(47, 140, 255, 0.08);
  color: #62a3ff;
}

.hf-contact-desk svg {
  width: 1.18rem;
  height: 1.18rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hf-contact-desk__header p,
.hf-contact-desk__channel-label {
  margin: 0;
  color: #9eafba;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.hf-contact-desk__header h3 {
  margin: 0.28rem 0 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.3;
}

.hf-contact-desk__body { padding: 0.7rem 1.35rem 0.9rem; }

.hf-contact-desk__phone {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 0;
}

.hf-contact-desk__number { display: block; margin-top: 0.28rem; color: #fff; font-size: 0.98rem; font-weight: 700; line-height: 1.15; }

.hf-contact-desk__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.hf-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0 0.76rem;
  border: 1px solid rgba(98, 163, 255, 0.65);
  border-radius: 0.5rem;
  color: #dbeaff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms cubic-bezier(0.23, 1, 0.32, 1), border-color 160ms cubic-bezier(0.23, 1, 0.32, 1), color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hf-contact-action:hover { border-color: #62a3ff; background: rgba(47, 140, 255, 0.21); color: #fff; }
.hf-contact-action:focus-visible { outline: 3px solid #62a3ff; outline-offset: 2px; }

.hf-contact-desk__email {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.92rem 0;
  border-top: 1px solid rgba(190, 229, 229, 0.13);
  color: #fff;
  text-decoration: none;
  transition: color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hf-contact-desk__email:hover { color: #9cc7ff; }
.hf-contact-desk__email:focus-visible { outline: 3px solid #62a3ff; outline-offset: 3px; }
.hf-contact-desk__email strong { display: block; margin-top: 0.28rem; font-size: 0.93rem; line-height: 1.15; overflow-wrap: anywhere; }

.hf-schedule-bridge {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
  background: #0e1624;
}

.hf-schedule-bridge__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 78rem;
  height: 3.4rem;
  margin: 0 auto;
  color: #8599a5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hf-schedule-bridge__inner::before,
.hf-schedule-bridge__inner::after { width: min(14vw, 8rem); height: 1px; content: ""; }
.hf-schedule-bridge__inner::before { margin-right: 0.8rem; background: oklch(0.55 0.22 255); box-shadow: 0 0 16px oklch(0.55 0.22 255 / 0.55); }
.hf-schedule-bridge__inner::after { margin-left: 0.8rem; background: rgba(190, 229, 229, 0.18); }

@media (max-width: 760px) {
  .hf-direct-contact-shell { grid-template-columns: 1fr; gap: 2rem; }
  .hf-contact-desk { max-width: 38rem; }
}

@media (max-width: 520px) {
  .hf-direct-contact-section { padding-right: 1.25rem !important; padding-left: 1.25rem !important; }
  .hf-contact-desk__header, .hf-contact-desk__body { padding-right: 1rem; padding-left: 1rem; }
  .hf-contact-desk__phone { grid-template-columns: auto minmax(0, 1fr); }
  .hf-contact-desk__actions { grid-column: 1 / -1; justify-content: flex-start; padding-left: 3.3rem; }
  .hf-contact-desk__number { font-size: 0.93rem; }
  .hf-schedule-bridge__inner::before, .hf-schedule-bridge__inner::after { width: 2.3rem; }
}
