.no-anim [data-animate] {
  opacity: 1 !important;
  transform: none !important;
}
:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #020617;
  color: #e2e8f0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  left: 18px;
  top: 18px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  box-shadow: 0 20px 60px -32px rgba(37, 99, 235, 0.5);
  z-index: 9999;
}

.site-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  backdrop-filter: blur(18px) saturate(140%);
  background: rgba(2, 6, 23, 0.82);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.site-header.is-compact {
  background: rgba(2, 6, 23, 0.94);
  border-color: rgba(148, 163, 184, 0.24);
  transform: translateY(-2px);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.nav-toggle-bar {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.site-nav {
  position: fixed;
  inset: 84px 24px auto 24px;
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 40px 120px -60px rgba(15, 23, 42, 0.9);
  z-index: 120;
}

.site-nav.open {
  display: flex;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-cta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (min-width: 1024px) {
.nav-toggle {
  display: none;
  }

  .site-nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav ul {
    flex-direction: row;
    gap: 28px;
  }

  .nav-cta {
    margin-left: 40px;
    flex-direction: row;
    gap: 18px;
  }
}

.partner-ticker {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.65);
}

.partner-ticker__mask {
  overflow: hidden;
}

.partner-ticker__track {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 12px 0;
  animation: ticker 36s linear infinite;
}

.partner-ticker__item {
  flex: none;
  opacity: 0.8;
  filter: grayscale(1) brightness(1.25);
  transition: opacity 0.3s ease;
}

.partner-ticker__img {
  height: 32px;
  width: auto;
}

@keyframes ticker {
  100% {
    transform: translateX(-50%);
  }
}

#heroRotatorText {
  transition: opacity 0.45s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.55);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
  color: #fff;
  box-shadow: 0 25px 80px -45px rgba(56, 189, 248, 0.8);
}

.btn-primary:hover {
  box-shadow: 0 28px 90px -42px rgba(59, 130, 246, 0.85);
}

.btn-secondary {
  background: rgba(59, 130, 246, 0.2);
  color: #cbd5f5;
}

.btn-secondary:hover {
  background: rgba(99, 102, 241, 0.28);
  color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
}

.btn-outline:hover {
  border-color: rgba(148, 163, 184, 0.6);
  background: rgba(148, 163, 184, 0.08);
}

.btn-pill {
  border-radius: 999px;
  padding-inline: 24px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.js [data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.js [data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js [data-animate] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.input-row input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  appearance: none;
  outline: none;
  transition: box-shadow 0.25s ease;
}

.input-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  border: 0;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.input-row input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 24px rgba(56, 189, 248, 0.35);
}

.input-row input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  border: 0;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

.input-row input[type="number"] {
  grid-column: 1 / -1;
  width: 100%;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  padding: 12px 14px;
  color: #e2e8f0;
  font: inherit;
}

.input-row input[type="number"]:focus {
  border-color: rgba(56, 189, 248, 0.6);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.18);
}

.period-toggle {
  border-radius: 14px;
}

.period-btn {
  background: transparent;
  border: 0;
  color: #c7d2fe;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.period-btn.active {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(99, 102, 241, 0.35));
  color: #fff;
  box-shadow: 0 12px 30px -18px rgba(99, 102, 241, 0.6);
}

.roi-grid .lost-card {
  border-radius: 18px;
  color: #fee2e2;
  border: 1px solid rgba(248, 113, 113, 0.35);
  box-shadow: 0 18px 60px -28px rgba(248, 113, 113, 0.35);
}

.roi-grid .roi-card-grad {
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 70%, #a855f7 100%);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 80px -38px rgba(99, 102, 241, 0.65);
}

.roi-calculator {
  display: grid;
  gap: 36px;
}

.roi-left {
  display: grid;
  gap: 20px;
}

.roi-right {
  display: flex;
  flex-direction: column;
}

.roi-grid .roi-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

@media (max-width: 1024px) {
  .roi-calculator {
    gap: 28px;
  }
}

.roi-dial {
  --roiAngle: 0deg;
  --roiColor: #38bdf8;
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: conic-gradient(var(--roiColor) var(--roiAngle), rgba(255, 255, 255, 0.18) 0deg);
  margin-top: 4px;
  transition: background 0.45s ease;
  box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.32);
}

.roi-dial::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.85);
}

.roi-dial-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.plan-chip {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
}

.tiny-note {
  margin: 0;
  color: #94a3b8;
}

.roi-cta a {
  text-decoration: none;
}

.email-capture[aria-hidden="true"] {
  display: none !important;
}

.email-capture .error {
  min-height: 18px;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 300;
  transition: opacity 0.3s ease;
}

.modal[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, #0b0c12 0%, #111426 100%);
  box-shadow: 0 0 40px rgba(46, 130, 255, 0.15);
  transform: translateY(8px) scale(0.98);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.32s ease;
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 12px, #000 60%, rgba(0, 0, 0, 0.92) calc(100% - 12px), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 12px, #000 60%, rgba(0, 0, 0, 0.92) calc(100% - 12px), rgba(0, 0, 0, 0) 100%);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(148, 163, 184, 0.18);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.modal-close:hover {
  background: rgba(148, 163, 184, 0.3);
}

.modal-dialog.is-closing {
  opacity: 0;
  transform: translateY(-16px) scale(0.98);
}

.modal-backdrop.is-closing {
  opacity: 0;
}

.modal[aria-hidden="false"] .modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.modal-dialog::-webkit-scrollbar {
  width: 6px;
}

.modal-dialog::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.4);
  border-radius: 999px;
}

.modal-dialog::-webkit-scrollbar-thumb {
  background: rgba(99, 102, 241, 0.5);
  border-radius: 999px;
}

@media (max-width: 640px) {
  .modal-dialog {
    width: 100%;
    border-radius: 0;
    max-height: 100vh;
    padding: 28px 24px 36px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    padding: 40px 48px;
  }
}

.modal-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

@media (min-width: 768px) {
  .modal-title {
    font-size: 2rem;
  }
}

.modal-subtitle {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #9ca3af;
}

.modal-chart {
  margin: 28px auto 20px;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.modal-chart-caption {
  margin-top: 4px;
  color: #cbd5f5;
  font-size: 0.9rem;
}

.modal-section {
  margin-top: 26px;
}

.modal-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-section-badge {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
  display: grid;
  place-items: center;
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.35);
}

.modal-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #60a5fa;
}

.modal-copy {
  margin-top: 10px;
  color: #d1d5db;
  line-height: 1.75;
  font-size: 0.96rem;
}

.modal-copy + .modal-copy {
  margin-top: 12px;
}

.modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.modal-badge-chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(99, 102, 241, 0.16));
  color: #cbd5f5;
  font-size: 0.8rem;
  font-weight: 600;
}

.lux-cta {
  overflow: hidden;
}

.lux-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.18), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.lux-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12), 0 14px 28px -20px rgba(91, 110, 255, 0.55);
}

.lux-cta__icon svg,
.lux-cta__icon i {
  display: inline-flex;
}

.donut-chart {
  position: relative;
  width: min(160px, 42vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  --donut-angle: 0deg;
  --donut-gradient-start: #4f8cff;
  --donut-gradient-end: #7654ff;
  background: conic-gradient(from -90deg, var(--donut-gradient-start) 0deg, var(--donut-gradient-end) var(--donut-angle), rgba(255, 255, 255, 0.04) var(--donut-angle) 360deg);
  box-shadow: 0 24px 60px -32px rgba(67, 97, 238, 0.35);
  transition: background 0.5s ease;
}

.donut-chart::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  background: rgba(8, 11, 22, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.08);
  backdrop-filter: blur(6px);
}

.donut-chart-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}

.donut-chart-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f8fafc;
}

.donut-chart-caption {
  margin-top: 12px;
  font-size: 0.92rem;
  color: #d1d5db;
  text-align: center;
}

.donut-chart--bookings {
  --donut-gradient-start: #4f8cff;
  --donut-gradient-end: #7654ff;
}

.donut-chart--noshow {
  --donut-gradient-start: #22d3ee;
  --donut-gradient-end: #34d399;
}

.donut-chart--dental {
  --donut-gradient-start: #a855f7;
  --donut-gradient-end: #6366f1;
}

@media (max-width: 640px) {
  .donut-chart {
    width: min(132px, 60vw);
  }

  .donut-chart::after {
    inset: 10px;
  }

  .donut-chart-value {
    font-size: 1rem;
  }
}

.modal-metric-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin: 20px 0 10px;
}

.modal-metric-card {
  border-radius: 18px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.16);
  text-align: center;
  color: #e2e8f0;
}

.modal-metric-card .modal-metric-value {
  font-weight: 700;
  font-size: 1.3rem;
}

.modal-metric-card .modal-metric-label {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 4px;
}

.form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form label {
  font-weight: 600;
  color: #e2e8f0;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
  font: inherit;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: rgba(56, 189, 248, 0.6);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}

.form textarea {
  resize: vertical;
  min-height: 120px;
}

.form .error {
  color: #fda4af;
  font-size: 0.85rem;
  min-height: 18px;
}

.form-note {
  color: #94a3b8;
  font-size: 0.85rem;
  margin-top: 2px;
}

.cs-hero {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 16px 0 18px;
}

.cs-gauge {
  --ang: 0deg;
  --csPrimary: #5b8bff;
  --csGlow: rgba(91, 139, 255, 0.3);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(var(--csPrimary) 0deg var(--ang), rgba(15, 23, 42, 0.18) var(--ang) 360deg);
  box-shadow: inset 0 0 0 10px rgba(15, 23, 42, 0.68), 0 20px 60px -28px var(--csGlow);
  transition: background 0.6s ease, box-shadow 0.4s ease;
}

.cs-gauge-inner {
  position: relative;
  inset: 10px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.92);
}

.cs-gauge-inner span {
  font-weight: 700;
  color: #c7d2fe;
}

.cs-hero-note {
  font-size: 0.9rem;
  color: #cbd5f5;
  margin-top: 12px;
}

.cs-gauge--hospitality {
  --csPrimary: #4f9dff;
  --csGlow: rgba(79, 157, 255, 0.32);
}

.cs-gauge--healthcare {
  --csPrimary: #34d399;
  --csGlow: rgba(52, 211, 153, 0.28);
}

.cs-gauge--dental {
  --csPrimary: #a855f7;
  --csGlow: rgba(168, 85, 247, 0.32);
}

.cs-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 18px;
  background: rgba(15, 118, 110, 0.18);
  border: 1px solid rgba(45, 212, 191, 0.22);
  box-shadow: 0 22px 48px -28px rgba(45, 212, 191, 0.35);
}

.cs-line svg {
  filter: drop-shadow(0 12px 28px rgba(45, 212, 191, 0.35));
}

.cs-quote {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-style: italic;
  color: #e2e8f0;
  box-shadow: 0 18px 45px -30px rgba(59, 130, 246, 0.25);
}

.cs-quote span {
  display: block;
  margin-top: 8px;
  font-style: normal;
  color: #9ba0b5;
}

.modal-metric-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin: 20px 0 10px;
}

.modal-metric-card {
  border-radius: 18px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.16);
  text-align: center;
  color: #e2e8f0;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.08);
}

.modal-metric-card .modal-metric-value {
  font-weight: 700;
  font-size: 1.3rem;
}

.modal-metric-card .modal-metric-label {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 4px;
}

.ac-donut {
  display: grid;
  place-items: center;
  margin: 12px 0 10px;
}

@media (max-width: 768px) {
  .site-nav {
    inset: 80px 16px auto 16px;
  }
}


