.book-demo-page {
  background:
    radial-gradient(circle at top center, rgba(233, 239, 236, 0.75), rgba(255, 255, 255, 0) 28%),
    #ffffff;
  color: #1a1c1b;
}

.header {
  position: absolute;
  width: 100%;
  height: clamp(3rem, 6vh, 3.6rem);
  top: 0;
  left: 0;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  z-index: 200;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.header.in-hero {
  background: transparent;
  backdrop-filter: blur(10px);
}

.header-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: clamp(2rem, 4vh, 2.18rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1rem);
}

.header-logo {
  justify-self: start;
  display: flex;
  align-items: center;
}

.logo-image {
  width: clamp(5rem, 10vw, 6.78rem);
  height: auto;
  object-fit: contain;
}

.header-nav {
  justify-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.25rem);
}

.header-actions {
  justify-self: end;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.book-demo-btn-header {
  box-sizing: border-box;
  min-width: clamp(7.2rem, 11.5vw, 7.2rem);
  height: clamp(1.8rem, 4vh, 2.18rem);
  padding: 0 clamp(0.75rem, 2vw, 1rem);
  border: 1.1px solid #1C5B5D;
  border-radius: 99px;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  line-height: 1.22;
  color: #1C5B5D;
  cursor: pointer;
}

.book-demo-btn-header:hover {
  background: rgba(3, 73, 75, 0.05);
  transition: background 0.2s ease;
}

.signup-login-btn {
  min-width: clamp(7.2rem, 11.5vw, 7.2rem);
  height: clamp(1.8rem, 4vh, 2.18rem);
  padding: 0 clamp(0.75rem, 2vw, 1rem);
  background: linear-gradient(94.07deg, #f99522 9.45%, #fee478 135.58%);
  box-shadow: inset 0px -2.7px 6.7px rgba(255, 214, 93, 0.7);
  backdrop-filter: blur(16.75px);
  border-radius: 91.8px;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  line-height: 1.22;
  color: #ffffff;
  cursor: pointer;
}

.signup-login-btn:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

.book-demo-page .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}

.section-shell {
  padding: clamp(56px, 7vw, 96px) 0;
}

.demo-hero.section-shell {
  padding-top: calc(clamp(56px, 7vw, 96px) + clamp(3.6rem, 8vh, 5rem));
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-heading-center {
  align-items: center;
  text-align: center;
}

.section-heading h1,
.section-heading h2 {
  font-family: 'Poppins', sans-serif;
  color: #1C5B5D;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.section-heading h1 {
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.18;
  width: 100%;
  max-width: 750px;
}

.section-heading h2 {
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.section-heading p {
  max-width: 650px;
  font-size: 20px;
  line-height: 1.4;
  color: #1a1c1b;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  min-height: 28px;
  border-radius: 999px;
  background: #e9efec;
  color: #447569;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.eyebrow-wide {
  min-width: 290px;
}

.video-panel {
  margin-top: 48px;
  background: #e9efec;
  border: 1px solid #a0cdc0;
  border-radius: 12px;
  padding: 24px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 18px 35px rgba(3, 73, 75, 0.06);
}

.video-stage {
  position: relative;
  width: 100%;
  min-height: clamp(260px, 40vw, 528px);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    linear-gradient(45deg, #d7ddd9 25%, transparent 25%, transparent 75%, #d7ddd9 75%, #d7ddd9),
    linear-gradient(45deg, #d7ddd9 25%, transparent 25%, transparent 75%, #d7ddd9 75%, #d7ddd9);
  background-size: auto, 32px 32px, 32px 32px;
  background-position: 0 0, 0 0, 16px 16px;
  box-shadow: inset 0 0 0 1px rgba(3, 73, 75, 0.08);
}

.video-stage.has-poster-image {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    var(--video-poster-image);
  background-size: auto, cover;
  background-position: 0 0, center;
  background-repeat: no-repeat;
}

.video-launcher,
.video-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-stage iframe {
  border: 0;
}

.video-launcher {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(3, 73, 75, 0.12), rgba(3, 73, 75, 0));
}

.play-badge {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: clamp(88px, 12vw, 128px);
  height: clamp(88px, 12vw, 128px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 12px 30px rgba(3, 73, 75, 0.12);
  transition: transform 0.25s ease, background 0.25s ease;
}

.play-triangle {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #ffffff;
}

.video-launcher-text {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1C5B5D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.video-launcher:hover .play-badge,
.video-launcher:focus-visible .play-badge {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(255, 255, 255, 0.48);
}

.video-caption {
  align-self: center;
  max-width: 750px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #1c4f44;
}

.video-local-note {
  align-self: center;
  max-width: 750px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #447569;
}

.video-local-note a {
  color: #1C5B5D;
  font-weight: 600;
  text-decoration: underline;
}

.video-stage.is-local-fallback {
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(rgba(3, 73, 75, 0.18), rgba(3, 73, 75, 0.18)),
    linear-gradient(45deg, #d7ddd9 25%, transparent 25%, transparent 75%, #d7ddd9 75%, #d7ddd9),
    linear-gradient(45deg, #d7ddd9 25%, transparent 25%, transparent 75%, #d7ddd9 75%, #d7ddd9);
  background-size: auto, 32px 32px, 32px 32px;
  background-position: 0 0, 0 0, 16px 16px;
}

.video-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1C5B5D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(3, 73, 75, 0.14);
}

.booking-heading {
  margin-bottom: 48px;
}

.booking-layout {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.booking-copy {
  width: 100%;
  max-width: 1152px;
}

.booking-copy h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #447569;
  margin-bottom: 24px;
}

.booking-text {
  display: grid;
  gap: 16px;
  font-size: 20px;
  line-height: 1.4;
  color: #1a1c1b;
  max-width: 980px;
}

.topic-list {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
  display: grid;
  gap: 4px;
}

.booking-action-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.booking-embed-note {
  width: 100%;
  max-width: 1152px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(3, 73, 75, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  color: #447569;
}

.booking-embed-note p {
  font-size: 15px;
  line-height: 1.5;
}

.booking-open-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #447569;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.booking-embed {
  display: block;
  width: 100%;
  min-height: 920px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 26px 48px rgba(3, 73, 75, 0.08);
}

@media screen and (max-width: 1024px) {
  .booking-embed {
    min-height: 1040px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: clamp(3.5rem, 7vh, 4.5rem);
    padding: 0 clamp(0.75rem, 3vw, 1.5rem);
  }

  .header-container {
    grid-template-columns: auto 1fr;
    gap: clamp(0.5rem, 2vw, 0.75rem);
    height: clamp(2rem, 4vh, 2.5rem);
  }

  .header-nav {
    display: none;
  }

  .logo-image {
    width: clamp(5rem, 15vw, 7rem);
  }

  .header-actions {
    gap: clamp(0.4rem, 2vw, 0.6rem);
  }

  .book-demo-btn-header,
  .signup-login-btn {
    min-width: clamp(4.75rem, 18vw, 7rem);
    padding: 0 clamp(0.5rem, 2vw, 0.85rem);
  }

  .booking-embed-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-open-link {
    width: 100%;
  }

  .booking-embed {
    min-height: 1180px;
  }
}

.scheduler-widget {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 290px;
  background: #ffffff;
  border: 1px solid rgba(3, 73, 75, 0.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 48px rgba(3, 73, 75, 0.08);
}

.scheduler-sidebar,
.scheduler-calendar-pane,
.scheduler-times-pane {
  background: #ffffff;
}

.scheduler-sidebar {
  padding: 44px 38px;
  border-right: 1px solid rgba(3, 73, 75, 0.1);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.scheduler-host {
  display: flex;
  align-items: center;
  gap: 14px;
}

.scheduler-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c81d63;
  color: #ffffff;
  font-weight: 700;
}

.scheduler-host-name {
  font-size: 16px;
  line-height: 24px;
  color: #444846;
}

.scheduler-sidebar h4,
.scheduler-calendar-pane h4,
.scheduler-times-pane h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #18243f;
  margin: 0;
}

.scheduler-meta {
  display: grid;
  gap: 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #5e6472;
}

.scheduler-live-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #447569;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(68, 117, 105, 0.18);
}

.scheduler-calendar-pane {
  padding: 40px 38px 34px;
}

.scheduler-times-pane {
  padding: 40px 30px 34px;
  border-left: 1px solid rgba(3, 73, 75, 0.1);
}

.scheduler-pane-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.scheduler-timezone,
.selected-date-label,
.scheduler-timezone-footer {
  font-size: 15px;
  line-height: 1.45;
  color: #5e6472;
}

.scheduler-month-row {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.scheduler-month-label {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #18243f;
}

.month-nav-button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #eef3ff;
  color: #2563eb;
  font-size: 30px;
  line-height: 1;
  cursor: default;
  pointer-events: none;
}

.scheduler-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.scheduler-weekdays span {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #18243f;
}

.scheduler-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 26px;
}

.calendar-day {
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  color: #b0b4be;
  cursor: default;
}

.calendar-day:disabled {
  color: #c9ccd5;
}

.calendar-day.is-active {
  color: #2563eb;
  cursor: pointer;
}

.calendar-day.is-highlighted {
  background: #edf4f1;
  color: #447569;
}

.calendar-day.is-selected {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

.calendar-day:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.calendar-day-empty {
  opacity: 0;
  pointer-events: none;
}

.scheduler-timezone-footer {
  padding-top: 18px;
  border-top: 1px solid rgba(3, 73, 75, 0.1);
}

.time-slot-list {
  display: grid;
  gap: 14px;
}

.time-slot {
  width: 100%;
  min-height: 64px;
  padding: 16px 20px;
  border-radius: 14px;
  border: 2px solid #2563eb;
  background: #ffffff;
  color: #2563eb;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.time-slot:hover,
.time-slot:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.12);
}

.time-slot.is-selected {
  background: #2563eb;
  color: #ffffff;
}

.time-slot-note {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.calendar-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 24px;
  font-family: 'Comfortaa', cursive;
  font-size: 24px;
  line-height: 1;
  color: #447569;
}

.calendar-card-body {
  padding: 0;
  height: 1180px;
  background: #ffffff;
}

.calendar-live-embed {
  display: block;
  width: 100%;
  height: 1180px;
  border: 0;
}

.support-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: clamp(40px, 6vw, 64px);
}

.support-heading {
  gap: 20px;
}

.support-button {
  min-width: 121px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 23px;
}

@media (max-width: 1024px) {
  .scheduler-widget {
    grid-template-columns: 1fr;
  }

  .scheduler-sidebar,
  .scheduler-times-pane {
    border: 0;
  }

  .scheduler-times-pane {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .book-demo-header .container {
    padding: 0 20px;
  }

  .book-demo-header .header-logo,
  .book-demo-header .header-nav,
  .book-demo-header .header-buttons {
    width: auto;
    height: auto;
  }

  .book-demo-header .header-nav {
    align-items: flex-start;
  }

  .book-demo-header .header-nav-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }

  .book-demo-header .header-buttons {
    display: none;
  }

  .book-demo-header .header-nav-buttons .header-book-link,
  .book-demo-header .header-nav-buttons .btn-login {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .section-shell {
    padding: 56px 0;
  }

  .video-panel {
    margin-top: 32px;
    padding: 16px 16px 28px;
  }

  .video-caption,
  .booking-text,
  .section-heading p {
    font-size: 17px;
  }

  .booking-copy h3 {
    font-size: 28px;
  }

  .scheduler-widget {
    border-radius: 18px;
  }

  .scheduler-sidebar,
  .scheduler-calendar-pane,
  .scheduler-times-pane {
    padding: 28px 22px;
  }

  .scheduler-month-row {
    grid-template-columns: 40px 1fr 40px;
  }

  .month-nav-button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .support-card {
    padding: 0;
  }

}
