/* Handsfree discovery-call booking: native dark road-pattern section with embedded Calendly scheduler. */
:root {
  --hf-calendly-ink: #f2f6f8;
  --hf-calendly-panel: #ffffff;
  --hf-calendly-blue: oklch(0.55 0.22 255);
  --hf-calendly-copy: #b7c8d1;
}

.hf-calendly-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6.25rem) 1.5rem;
  background: var(--hf-calendly-ink);
  color: #fff;
}

.hf-calendly-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 88% 13%, rgba(47, 140, 255, 0.12), transparent 24rem),
    linear-gradient(116deg, #f8fbfd 0%, #edf3f6 100%);
  content: "";
}

.hf-calendly-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.16), rgba(226, 237, 242, 0.24));
  content: "";
}

.hf-calendly-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
}

.hf-calendly-shell {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  max-width: 78rem;
  margin: 0 auto;
  gap: clamp(2.75rem, 7vw, 7rem);
}

.hf-calendly-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: var(--hf-calendly-blue);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hf-calendly-eyebrow::before { width: 3rem; height: 1px; background: var(--hf-calendly-blue); content: ""; }

.hf-calendly-title {
  max-width: 30rem;
  margin: 1rem 0 1.25rem;
  color: #0e1624;
  font-size: clamp(2.45rem, 4.4vw, 4.4rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hf-calendly-copy {
  max-width: 31rem;
  margin: 0;
  color: #53646e;
  font-size: 1.03rem;
  line-height: 1.7;
}

.hf-calendly-points {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.hf-calendly-points li {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 0.85rem;
  align-items: start;
  color: #263943;
  font-size: 0.94rem;
  line-height: 1.55;
}

.hf-calendly-points b {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(47, 140, 255, 0.6);
  color: oklch(0.48 0.2 255);
  font-size: 0.7rem;
}

.hf-calendly-open {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 10px;
  background: var(--hf-calendly-blue);
  box-shadow: 0 10px 24px oklch(0.55 0.22 255 / 0.25);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 170ms cubic-bezier(0.23, 1, 0.32, 1), background 170ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 170ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hf-calendly-open:hover { background: oklch(0.48 0.2 255); box-shadow: 0 13px 29px oklch(0.55 0.22 255 / 0.32); transform: translateY(-2px); }
.hf-calendly-open:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.hf-calendly-preview-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: #5c6e78;
  font-size: 0.76rem;
  line-height: 1.4;
}

.hf-calendly-preview-note a { color: oklch(0.48 0.2 255); font-weight: 750; text-decoration: none; }
.hf-calendly-preview-note a:hover { color: #0e1624; }

.hf-calendly-browser {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 229, 229, 0.24);
  background: #fff;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.38);
}

.hf-calendly-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  height: 2.55rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a1c27;
}

.hf-calendly-browser-dot { width: 0.48rem; height: 0.48rem; border-radius: 50%; background: rgba(255, 255, 255, 0.3); }
.hf-calendly-browser-address { overflow: hidden; flex: 1; margin-left: 0.45rem; padding: 0.38rem 0.55rem; border: 1px solid rgba(255, 255, 255, 0.11); color: #9eb2ba; font-size: 0.64rem; text-overflow: ellipsis; white-space: nowrap; }

.hf-calendly-frame {
  display: block;
  width: 100%;
  min-height: 44rem;
  border: 0;
  background: #fff;
}

@media (max-width: 850px) {
  .hf-calendly-shell { grid-template-columns: 1fr; gap: 3.25rem; }
  .hf-calendly-title, .hf-calendly-copy { max-width: 42rem; }
}

@media (max-width: 520px) {
  .hf-calendly-section { padding: 4.6rem 1.25rem; }
  .hf-calendly-title { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .hf-calendly-preview-note { align-items: flex-start; flex-direction: column; }
  .hf-calendly-frame { min-height: 49rem; }
}

@media (prefers-reduced-motion: reduce) { .hf-calendly-open { transition: none; } }
