:root {
  --ink: #172033;
  --ink-soft: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --surface: #f8fafc;
  --warm: #fff7ed;
  --orange: #f97316;
  --orange-dark: #ea580c;
  --navy: #172033;
  --white: #fff;
  --shadow-sm: 0 12px 40px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100% - 2.5rem, 1160px);
  margin-inline: auto;
}

.gtm-frame {
  display: none;
  visibility: hidden;
}

.demo-header {
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.94);
}

.brand-logo {
  width: 136px;
  height: auto;
}

.hero {
  position: relative;
  padding-block: clamp(4.5rem, 12vw, 8.25rem) clamp(4.5rem, 10vw, 7rem);
  text-align: center;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

.hero::before {
  top: 1rem;
  left: -13rem;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.16), rgba(249, 115, 22, 0));
}

.hero::after {
  right: -14rem;
  bottom: 0;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.12), rgba(251, 146, 60, 0));
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 1.25rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: var(--warm);
  color: var(--ink-soft);
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.hero h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(2.35rem, 7.6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.hero-copy {
  max-width: 740px;
  margin: 1.5rem auto 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
  line-height: 1.75;
  text-wrap: balance;
}

.hero-cta {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 12px 26px rgba(249, 115, 22, 0.26);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hero-cta:hover {
  box-shadow: 0 16px 32px rgba(249, 115, 22, 0.34);
  transform: translateY(-2px);
}

.hero-note {
  margin: 0.7rem 0 0;
  color: #94a3b8;
  font-size: 0.78rem;
}

.proof {
  padding-block: 2.2rem 2.8rem;
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.proof-facts {
  display: grid;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.proof-facts span {
  position: relative;
  padding-inline: 0.75rem;
}

.proof-facts strong {
  color: var(--orange-dark);
}

.proof-label {
  margin: 2.25rem 0 1.15rem;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.integration-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: center;
}

.integration-logos img {
  width: 100%;
  max-width: 112px;
  max-height: 36px;
  margin: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
}

.integration-logos img:last-child {
  grid-column: 1 / -1;
}

.problem-section,
.testimonials,
.faq {
  padding-block: clamp(5rem, 10vw, 7.5rem);
}

.section-intro {
  max-width: 690px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-intro h2,
.booking-intro h2,
.call-option h2 {
  margin: 0.6rem 0 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.13;
  text-wrap: balance;
}

.section-intro > p {
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1rem;
}

.problem-grid,
.testimonial-grid {
  display: grid;
  gap: 1rem;
}

.problem-card {
  position: relative;
  min-height: 190px;
  padding: 2rem 1.5rem 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.problem-card p {
  position: relative;
  z-index: 1;
  margin: 2.1rem 0 0;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.55;
}

.quote-icon {
  position: absolute;
  top: 0.55rem;
  left: 1.35rem;
  color: #fed7aa;
  font-family: Georgia, serif;
  font-size: 5.2rem;
  line-height: 1;
}

.booking-section {
  padding-block: clamp(4.5rem, 10vw, 7rem);
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 85% 0, rgba(249, 115, 22, 0.23), transparent 28rem), var(--navy);
}

.booking-intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.booking-intro p {
  margin: 1rem 0 0;
  color: #cbd5e1;
}

.section-kicker-light {
  color: #fdba74;
}

.calendar-card {
  width: 100%;
  min-width: 0;
  padding: 0.45rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.cal-inline {
  width: 100%;
  min-width: 0;
  min-height: 710px;
  overflow: visible;
  border-radius: 1rem;
  background: var(--white);
  color: var(--ink);
}

.cal-inline iframe {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  border: 0 !important;
}

.calendar-loading {
  display: flex;
  min-height: 710px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.loading-mark {
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #fed7aa;
  border-top-color: var(--orange);
  border-radius: 999px;
  animation: spin 800ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.call-option {
  padding-block: 4.25rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.call-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.call-option h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.call-option a {
  display: inline-block;
  margin-top: 1.15rem;
  color: var(--orange-dark);
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 700;
  text-underline-offset: 0.22em;
}

.call-option > p:last-child {
  margin: 0.5rem 0 0;
  color: #94a3b8;
  font-size: 0.82rem;
}

.testimonials {
  width: min(100% - 2.5rem, 1240px);
}

.testimonial-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 1.65rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--surface);
}

.testimonial-featured {
  border-color: #fed7aa;
  background: var(--warm);
}

.testimonial-name {
  color: var(--orange-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card p {
  margin: 1.5rem 0;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.65;
}

.testimonial-source {
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.faq {
  padding-top: 0;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 4.7rem;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-block: 1rem;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 999px;
  color: var(--orange-dark);
  background: var(--warm);
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -0.2rem 0 1.5rem;
  color: var(--muted);
}

.demo-footer {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
  color: #94a3b8;
  background: var(--surface);
  font-size: 0.78rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}

.legal-links {
  display: flex;
  gap: 1.2rem;
}

.legal-links a {
  color: var(--muted);
  text-underline-offset: 0.2em;
}

.hero-cta:focus-visible,
.call-option a:focus-visible,
.legal-links a:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.42);
  outline-offset: 4px;
}

@media (min-width: 540px) {
  .proof-facts {
    display: flex;
    justify-content: center;
  }

  .proof-facts span + span::before {
    position: absolute;
    left: -0.14rem;
    color: #cbd5e1;
    content: "·";
  }

  .integration-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .integration-logos img:last-child {
    grid-column: auto;
  }

  .integration-logos img:nth-last-child(-n + 3) {
    transform: translateX(50%);
  }

  .calendar-card {
    padding: 0.75rem;
    border-radius: 1.75rem;
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 820px) {
  .page-shell {
    width: min(100% - 5rem, 1160px);
  }

  .demo-header {
    padding-block: 1.35rem;
  }

  .brand-logo {
    width: 154px;
  }

  .hero::before {
    left: -7rem;
  }

  .hero::after {
    right: -7rem;
  }

  .integration-logos {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1.3rem;
  }

  .integration-logos img:nth-last-child(-n + 3) {
    transform: none;
  }

  .problem-grid,
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .problem-card {
    min-height: 220px;
    padding: 2.25rem 1.75rem;
  }

  .problem-card p {
    font-size: 1.16rem;
  }

  .booking-shell {
    width: min(100% - 5rem, 1080px);
  }

  .testimonial-card {
    min-height: 300px;
    padding: 2rem;
  }

  .testimonial-card p {
    font-size: 1.13rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
