@charset "UTF-8";

:root {
  --demo-ink: #143d39;
  --demo-ink-soft: #536f6b;
  --demo-green: #006b60;
  --demo-green-dark: #004d46;
  --demo-green-deep: #062e2b;
  --demo-teal: #009b8d;
  --demo-gold: #f2c85b;
  --demo-gold-bright: #ffdc78;
  --demo-gold-soft: #fff5d8;
  --demo-paper: #ffffff;
  --demo-mist: #f3f8f7;
  --demo-line: #cbdedb;
  --demo-line-dark: #8aa8a3;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.demo-page {
  margin: 0;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  background: var(--demo-paper);
  color: var(--demo-ink);
  font-family: Arial, sans-serif;
}

.demo-page *,
.demo-page *::before,
.demo-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.demo-page .navbar {
  margin-bottom: 0;
}

.demo-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 5px;
  background: #ffffff;
  color: var(--demo-green-dark);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.demo-skip-link:focus {
  transform: translateY(0);
}

.demo-eyebrow {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 3px solid var(--demo-gold);
  color: var(--demo-green);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.demo-eyebrow-light {
  color: var(--demo-gold-bright);
}

.demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.demo-button .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: 21px;
  line-height: 1;
}

.demo-button:hover,
.demo-button:focus-visible {
  transform: translateY(-2px);
}

.demo-button-primary {
  border-color: var(--demo-green);
  background: var(--demo-green);
  color: #ffffff;
}

.demo-button-primary:hover,
.demo-button-primary:focus-visible {
  border-color: var(--demo-green-dark);
  background: var(--demo-green-dark);
  color: #ffffff;
}

.demo-button-secondary {
  border-color: #71958f;
  background: rgba(255, 255, 255, 0.92);
  color: var(--demo-green-dark);
}

.demo-button-secondary:hover,
.demo-button-secondary:focus-visible {
  border-color: var(--demo-green);
  background: #ffffff;
  color: var(--demo-green);
}

.demo-button-dark {
  border-color: var(--demo-green-deep);
  background: var(--demo-green-deep);
  color: #ffffff;
}

.demo-button-dark:hover,
.demo-button-dark:focus-visible {
  border-color: #001f1d;
  background: #001f1d;
  color: #ffffff;
}

.demo-button-outline-dark {
  border-color: var(--demo-green-deep);
  background: transparent;
  color: var(--demo-green-deep);
}

.demo-button-outline-dark:hover,
.demo-button-outline-dark:focus-visible {
  background: rgba(6, 46, 43, 0.08);
  color: var(--demo-green-deep);
}

.demo-button:focus-visible,
.demo-text-link:focus-visible,
.demo-contact-note a:focus-visible,
.demo-faq summary:focus-visible,
.demo-faq a:focus-visible,
.demo-proof-item:focus-visible {
  outline: 3px solid var(--demo-gold);
  outline-offset: 3px;
}

/* Secondary-page hero */
.demo-hero {
  position: relative;
  min-height: 700px;
  padding: 140px 0 36px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--demo-line);
  background: #ffffff;
  color: var(--demo-ink);
}

.demo-hero-shell {
  position: relative;
  min-height: 524px;
}

.demo-hero-copy {
  position: relative;
  z-index: 2;
  width: min(610px, 48%);
  padding: 36px 0 42px;
  text-align: left;
}

.demo-hero-copy > * {
  max-width: 100%;
}

.demo-hero .demo-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: var(--demo-green-dark);
}

.demo-hero h1 {
  max-width: 610px;
  margin: 0;
  color: var(--demo-green-deep);
  font-size: 3.55rem;
  font-weight: 760;
  line-height: 1.04;
}

.demo-hero-lead {
  max-width: 585px;
  margin: 24px 0 0;
  color: #375b56;
  font-size: 1.08rem;
  line-height: 1.65;
}

.demo-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
  justify-content: flex-start;
}

.demo-hero-assurance {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 585px;
  margin: 20px 0 0;
  color: #466762;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  justify-content: flex-start;
}

.demo-hero-assurance .material-symbols-outlined {
  margin-top: 1px;
  color: var(--demo-green);
  font-size: 20px;
}

.demo-hero-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -64px;
  width: min(830px, 62vw);
  margin: 0;
  transform: translateY(-46%);
  pointer-events: none;
}

.demo-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(1.045) contrast(0.98) saturate(0.98);
}

@media (min-width: 992px) {
  html[dir="rtl"] .demo-hero-copy {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }

  html[dir="rtl"] .demo-hero-art {
    right: auto;
    left: -64px;
  }
}

html[dir="rtl"] .demo-text-link .material-symbols-outlined {
  transform: scaleX(-1);
}

/* Verification strip */
.demo-proof {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--demo-green-deep);
  color: #ffffff;
}

.demo-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.demo-proof-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 112px;
  padding: 24px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  text-decoration: none;
}

.demo-proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

a.demo-proof-item:hover,
a.demo-proof-item:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.demo-proof-item > .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--demo-gold);
  font-size: 30px;
}

.demo-proof-item > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #b9cdca;
  font-size: 0.78rem;
  line-height: 1.35;
}

.demo-proof-item strong {
  color: #ffffff;
  font-size: 1.04rem;
  line-height: 1.2;
}

/* Scheduling area */
.demo-booking {
  padding: 104px 0 112px;
  scroll-margin-top: 88px;
  background: #ffffff;
}

.demo-section-heading {
  max-width: 790px;
  margin-bottom: 48px;
}

.demo-section-heading h2,
.demo-next h2,
.demo-contact h2 {
  margin: 0;
  color: var(--demo-green-deep);
  font-size: 2.7rem;
  font-weight: 760;
  line-height: 1.15;
}

.demo-section-heading > p:last-child,
.demo-next-intro > p:last-child,
.demo-contact-inner > div:first-child > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--demo-ink-soft);
  font-size: 1.04rem;
  line-height: 1.65;
}

.demo-booking-heading {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.demo-booking-heading .demo-eyebrow {
  display: inline-flex;
}

.demo-booking-heading > p:last-child {
  margin-right: 0;
  margin-left: 0;
}

.demo-booking-layout {
  display: grid;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.demo-booking-context {
  padding-top: 10px;
}

.demo-step-number {
  display: block;
  margin: 0 0 14px;
  color: #9b7107;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.demo-booking-context h3 {
  margin: 0;
  color: var(--demo-green-deep);
  font-size: 1.72rem;
  font-weight: 750;
  line-height: 1.18;
}

.demo-booking-context > p:not(.demo-step-number) {
  margin: 18px 0 0;
  color: var(--demo-ink-soft);
  line-height: 1.65;
}

.demo-check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.demo-check-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #355a55;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.demo-check-list .material-symbols-outlined {
  margin-top: 1px;
  color: var(--demo-teal);
  font-size: 20px;
}

.demo-contact-note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--demo-line-dark);
}

.demo-contact-note > .material-symbols-outlined {
  color: #c58b00;
  font-size: 26px;
}

.demo-contact-note div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.demo-contact-note strong {
  color: var(--demo-ink);
  font-size: 0.92rem;
}

.demo-contact-note a {
  color: var(--demo-green);
  font-size: 0.86rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.demo-calendar-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #b9d0cc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(12, 64, 58, 0.12);
}

.demo-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  padding: 18px 24px;
  border-bottom: 1px solid #d6e5e2;
  background: #ffffff;
}

.demo-calendar-header > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.demo-calendar-kicker {
  color: var(--demo-green);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.demo-calendar-header strong {
  color: var(--demo-green-deep);
  font-size: 1.2rem;
}

.demo-timezone-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #607b76;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.demo-timezone-note .material-symbols-outlined {
  color: var(--demo-teal);
  font-size: 20px;
}

.demo-calendar-stage {
  position: relative;
  min-height: 760px;
  background: #ffffff;
}

.calendly-inline-widget {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0 !important;
  height: 760px;
  background: transparent;
}

.calendly-inline-widget iframe {
  min-width: 0 !important;
  min-height: 760px !important;
}

.demo-calendar-loading {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 30px;
  background: #ffffff;
  color: #607b76;
  text-align: center;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.demo-calendar-loading > .material-symbols-outlined {
  margin-bottom: 8px;
  color: var(--demo-teal);
  font-size: 42px;
}

.demo-calendar-loading strong {
  color: var(--demo-green-deep);
  font-size: 1.08rem;
}

.demo-calendar-loading span:not(.material-symbols-outlined) {
  font-size: 0.88rem;
}

.demo-calendar-loading a {
  margin-top: 8px;
  color: var(--demo-green);
  font-size: 0.86rem;
  font-weight: 800;
}

.demo-calendar-panel.is-ready .demo-calendar-loading {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.demo-noscript {
  margin: 0;
  padding: 24px;
  color: var(--demo-ink-soft);
}

/* Agenda */
.demo-agenda {
  padding: 104px 0 112px;
  background: var(--demo-mist);
}

.demo-agenda-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--demo-line-dark);
  border-bottom: 1px solid var(--demo-line);
}

.demo-agenda-item {
  min-width: 0;
  padding: 30px 28px 36px;
  border-left: 1px solid var(--demo-line);
}

.demo-agenda-item:last-child {
  border-right: 1px solid var(--demo-line);
}

.demo-agenda-item > .material-symbols-outlined {
  display: block;
  margin: 22px 0 20px;
  color: var(--demo-teal);
  font-size: 34px;
}

.demo-agenda-item h3 {
  margin: 0;
  color: var(--demo-green-deep);
  font-size: 1.24rem;
  font-weight: 750;
  line-height: 1.25;
}

.demo-agenda-item p {
  margin: 14px 0 0;
  color: var(--demo-ink-soft);
  font-size: 0.92rem;
  line-height: 1.62;
}

/* Evaluation path */
.demo-next {
  padding: 108px 0 112px;
  background: var(--demo-green-deep);
  color: #ffffff;
}

.demo-next-intro {
  max-width: 780px;
}

.demo-next h2 {
  color: #ffffff;
}

.demo-next-intro > p:last-child {
  color: #b8ceca;
}

.demo-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.demo-next-grid article {
  padding: 30px 34px 10px 0;
}

.demo-next-grid article + article {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.demo-next-grid article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--demo-gold);
  font-size: 0.76rem;
  font-weight: 800;
}

.demo-next-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.26rem;
  font-weight: 750;
}

.demo-next-grid p {
  margin: 14px 0 0;
  color: #b8ceca;
  font-size: 0.92rem;
  line-height: 1.62;
}

/* FAQ */
.demo-faq {
  padding: 112px 0 120px;
  background: #ffffff;
}

.demo-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.demo-faq-heading {
  position: sticky;
  top: 118px;
  margin: 0;
}

.demo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--demo-green);
  font-weight: 800;
  text-decoration: none;
}

.demo-text-link::after {
  position: absolute;
  content: none;
}

.demo-text-link:hover {
  color: var(--demo-green-dark);
}

.demo-text-link .material-symbols-outlined {
  font-size: 20px;
}

.demo-faq-list {
  border-top: 1px solid var(--demo-line-dark);
}

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

.demo-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 20px;
  align-items: center;
  min-height: 80px;
  padding: 20px 0;
  color: var(--demo-green-deep);
  font-size: 1.04rem;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.demo-faq summary .material-symbols-outlined {
  color: var(--demo-green);
  font-size: 24px;
  transition: transform 0.2s ease;
}

.demo-faq details[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.demo-faq details > p {
  max-width: 760px;
  margin: -2px 0 24px;
  color: var(--demo-ink-soft);
  line-height: 1.68;
}

.demo-faq details a {
  color: var(--demo-green);
  font-weight: 700;
  text-underline-offset: 3px;
}

/* Contact band */
.demo-contact {
  padding: 66px 0;
  border-top: 1px solid #d3a832;
  background: var(--demo-gold);
}

.demo-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.demo-contact .demo-eyebrow {
  color: var(--demo-green-deep);
  border-left-color: var(--demo-green-deep);
}

.demo-contact h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.demo-contact-inner > div:first-child > p:last-child {
  max-width: 700px;
  color: #3f5b57;
}

.demo-contact-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1399px) {
  .demo-hero h1 {
    font-size: 3.3rem;
  }

  .demo-hero-art {
    right: -42px;
    width: min(770px, 60vw);
  }
}

@media (max-width: 1199px) {
  .demo-hero h1 {
    max-width: 530px;
    font-size: 3rem;
  }

  .demo-hero-lead {
    max-width: 520px;
    font-size: 1rem;
  }

  .demo-hero-art {
    right: -54px;
    width: min(700px, 59vw);
  }

  .demo-proof-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .demo-booking-layout {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: 34px;
  }

  .demo-faq-layout {
    gap: 48px;
  }

  .demo-contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-contact-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .demo-contact-inner {
    padding-right: 230px;
  }

  html[dir="rtl"] .demo-contact-inner {
    padding-right: 0;
    padding-left: 230px;
  }
}

@media (max-width: 991px) {
  .demo-hero {
    padding: 126px 0 0;
  }

  .demo-hero-shell {
    min-height: 0;
  }

  .demo-hero-copy {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }

  .demo-hero-copy > * {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .demo-hero h1 {
    max-width: 760px;
    font-size: 3.15rem;
  }

  .demo-hero-lead {
    max-width: 720px;
  }

  .demo-hero-actions,
  .demo-hero-assurance {
    justify-content: center;
  }

  .demo-hero-art {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 28px auto -1px;
    transform: none;
  }

  .demo-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-proof-item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .demo-proof-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .demo-booking,
  .demo-agenda,
  .demo-faq {
    padding: 90px 0 96px;
  }

  .demo-booking-layout,
  .demo-faq-layout {
    grid-template-columns: 1fr;
  }

  .demo-booking-context {
    max-width: 720px;
  }

  .demo-calendar-stage,
  .calendly-inline-widget {
    height: 740px;
    min-height: 740px;
  }

  .calendly-inline-widget iframe {
    min-height: 740px !important;
  }

  .demo-agenda-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-agenda-item:nth-child(2) {
    border-right: 1px solid var(--demo-line);
  }

  .demo-agenda-item:nth-child(n + 3) {
    border-top: 1px solid var(--demo-line);
  }

  .demo-next-grid {
    grid-template-columns: 1fr;
  }

  .demo-next-grid article,
  .demo-next-grid article + article {
    padding: 30px 0;
    border-left: 0;
  }

  .demo-next-grid article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }

  .demo-faq-heading {
    position: static;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 82px;
  }

  .demo-hero {
    padding-top: 112px;
  }

  .demo-hero-copy {
    padding-top: 18px;
    text-align: left;
  }

  html[dir="rtl"] .demo-hero-copy {
    text-align: right;
  }

  .demo-hero h1 {
    font-size: 2.65rem;
    line-height: 1.08;
  }

  .demo-hero-lead {
    font-size: 1.02rem;
    line-height: 1.6;
  }

  .demo-hero-actions {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }

  .demo-hero-actions .demo-button {
    width: 100%;
  }

  .demo-hero-assurance {
    justify-content: flex-start;
  }

  .demo-hero-art {
    width: 118%;
    margin-top: 22px;
    margin-bottom: -1px;
    margin-left: -9%;
  }

  .demo-proof-grid {
    grid-template-columns: 1fr;
  }

  .demo-proof-item,
  .demo-proof-item:nth-child(2),
  .demo-proof-item:last-child {
    min-height: 84px;
    padding: 18px 8px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .demo-proof-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .demo-hero {
    padding-top: 100px;
  }

  .demo-hero h1 {
    font-size: 2.35rem;
  }

  .demo-hero-lead {
    margin-top: 18px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .demo-hero-actions {
    flex-direction: row;
    gap: 8px;
    margin-top: 22px;
  }

  .demo-hero-actions .demo-button {
    flex: 1 1 0;
    width: auto;
    min-height: 50px;
    padding: 10px 7px;
    font-size: 0.82rem;
  }

  .demo-hero-actions .material-symbols-outlined {
    font-size: 19px;
  }

  .demo-hero-assurance {
    margin-top: 16px;
    font-size: 0.78rem;
  }

  .demo-hero-art {
    width: 104%;
    margin-top: 18px;
    margin-left: -2%;
  }

  .demo-proof-item,
  .demo-proof-item:nth-child(2),
  .demo-proof-item:last-child {
    min-height: 84px;
    border-right: 0;
  }

  .demo-booking,
  .demo-agenda,
  .demo-faq {
    padding: 76px 0 82px;
  }

  .demo-section-heading {
    margin-bottom: 36px;
  }

  .demo-section-heading h2,
  .demo-next h2 {
    font-size: 2.35rem;
  }

  .demo-booking-layout {
    gap: 38px;
  }

  .demo-booking-context h3 {
    font-size: 1.52rem;
  }

  .demo-calendar-header {
    align-items: flex-start;
    flex-direction: column;
    min-height: 112px;
    padding: 18px;
  }

  .demo-calendar-stage,
  .calendly-inline-widget {
    height: 760px;
    min-height: 760px;
  }

  .calendly-inline-widget iframe {
    min-height: 760px !important;
  }

  .demo-agenda-grid {
    grid-template-columns: 1fr;
  }

  .demo-agenda-item,
  .demo-agenda-item:nth-child(2),
  .demo-agenda-item:last-child {
    border-top: 1px solid var(--demo-line);
    border-right: 1px solid var(--demo-line);
  }

  .demo-agenda-item:first-child {
    border-top: 0;
  }

  .demo-next {
    padding: 82px 0 88px;
  }

  .demo-next-grid {
    margin-top: 42px;
  }

  .demo-faq summary {
    min-height: 72px;
    font-size: 0.98rem;
  }

  .demo-contact {
    padding: 56px 0;
  }

  .demo-contact h2 {
    font-size: 2.2rem;
  }

  .demo-contact-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .demo-contact-actions .demo-button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .demo-hero-actions .demo-button {
    gap: 4px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.76rem;
  }

  .demo-hero-actions .material-symbols-outlined {
    font-size: 17px;
  }

  .demo-hero-actions .demo-button-secondary .material-symbols-outlined {
    display: none;
  }

  .demo-hero-assurance {
    display: none;
  }

  .demo-hero-art {
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  .demo-calendar-panel {
    margin-right: -12px;
    margin-left: -12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .demo-calendar-loading {
    padding: 22px;
  }
}

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

  .demo-page *,
  .demo-page *::before,
  .demo-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
