:root {
  color-scheme: dark;
}

html,
body,
#root {
  background: #0c1f14;
}

body {
  margin: 0;
}

.noovi-option-c-hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  pointer-events: none;
  background: #0c1f14;
  opacity: 1;
  transition: opacity 320ms ease;
}

.noovi-option-c-hero-video.is-settled {
  opacity: 0;
}

@media (max-width: 640px) {
  .noovi-option-c-hero-video {
    filter: brightness(1.18) contrast(1.08) saturate(1.08);
  }
}

.noovi-premium-product-page a,
.noovi-premium-product-page button,
.noovi-premium-product-page summary {
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.noovi-premium-product-page a:focus-visible,
.noovi-premium-product-page button:focus-visible,
.noovi-premium-product-page summary:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 4px;
  box-shadow: 0 0 0 3px #0c1f14;
}

.noovi-premium-product-page a[class*="bg-amber-600"]:hover {
  box-shadow: 0 12px 28px rgb(202 138 4 / 24%);
  transform: translateY(-2px);
}

.noovi-nav-cta {
  min-height: 2.75rem;
  padding: 0.75rem 1.75rem !important;
  font-size: 0.7rem !important;
}

.noovi-kicker {
  font-style: normal !important;
  letter-spacing: 0.24em;
}

.noovi-serif-accent {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

.noovi-device-showcase {
  margin-bottom: 5rem;
}

.noovi-device-canvas {
  position: relative;
  isolation: isolate;
  width: min(100%, 64rem);
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  overflow: hidden;
  container-type: inline-size;
  background: #d7dadf;
  border: 1px solid rgb(12 31 20 / 18%);
  box-shadow: 0 34px 90px rgb(12 31 20 / 22%);
}

.noovi-device-scene {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}

.noovi-device-screen {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: #0c1f14;
}

.noovi-device-screen > img {
  display: block;
  width: 100%;
  height: auto;
  object-position: 50% 0%;
  image-rendering: auto;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .noovi-device-screen > img {
    transition: transform 2.5s ease;
  }

  .noovi-device-canvas:hover .noovi-device-screen > img {
    transform: translate3d(0, var(--noovi-device-scroll-end), 0);
    transition: transform var(--noovi-device-scroll-duration) cubic-bezier(0.33, 0, 0.3, 1);
  }
}

.noovi-device-screen--desktop {
  --noovi-device-scroll-end: -50%;
  --noovi-device-scroll-duration: 10s;
  left: 8.27%;
  top: 11.72%;
  width: 62.57%;
  height: 57.62%;
  border-radius: 0.6% / 1%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 44.92%,
    83.13% 44.92%,
    81.66% 46.08%,
    80.95% 48.47%,
    80.95% 100%,
    0 100%
  );
}

.noovi-device-screen--tablet {
  --noovi-device-scroll-end: -34.75%;
  --noovi-device-scroll-duration: 9s;
  left: 59.57%;
  top: 38.77%;
  width: 20.57%;
  height: 44.73%;
  border-radius: 4.4% / 3%;
  box-shadow: -1.1cqw 1.5cqw 2.5cqw rgb(0 0 0 / 42%);
}

.noovi-device-screen--phone {
  --noovi-device-scroll-end: -50%;
  --noovi-device-scroll-duration: 11s;
  left: 81.9%;
  top: 52.44%;
  width: 8.92%;
  height: 31.45%;
  border-radius: 17.5% / 7.5%;
  box-shadow: 0 0 0 0.33cqw #0b0d10;
}

.noovi-pricing-unlock {
  display: block;
  margin-bottom: 0.45rem;
  color: #d6d3d1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.noovi-booking-video-trigger {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  color: #fdfaf4;
  text-align: left;
  background: rgb(202 138 4 / 10%);
  border: 1px solid rgb(202 138 4 / 45%);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.noovi-booking-video-trigger:hover {
  background: rgb(202 138 4 / 18%);
  border-color: #ca8a04;
  transform: translateY(-2px);
}

.noovi-booking-video-trigger:focus-visible,
.noovi-booking-video-close:focus-visible,
.noovi-booking-video-faq-link:focus-visible,
.noovi-booking-video-cta:focus-visible,
.noovi-booking-video-transcript summary:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.noovi-booking-video-trigger-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #0c1f14;
  background: #ca8a04;
  border-radius: 50%;
}

.noovi-booking-video-trigger-copy {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.noovi-booking-video-trigger-copy strong {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.noovi-booking-video-trigger-copy small {
  color: #a8a29e;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.noovi-booking-video-panel {
  margin-top: 2.5rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  color: #0c1f14;
  background: #fdfaf4;
  border: 2px solid #ca8a04;
  scroll-margin-top: 6rem;
}

.noovi-booking-video-panel[hidden] {
  display: none;
}

.noovi-booking-video-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgb(114 78 2 / 30%);
  color: #724e02;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.noovi-booking-video-close {
  padding: 0.55rem 0.75rem;
  color: #724e02;
  background: transparent;
  border: 1px solid rgb(114 78 2 / 35%);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.noovi-booking-video-close:hover {
  background: #fde3ad;
  border-color: #724e02;
}

.noovi-booking-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.noovi-booking-video-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0c1f14;
  border: 1px solid #724e02;
}

.noovi-booking-video-caption {
  margin-top: 0.75rem;
  color: #78716c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.noovi-booking-video-copy {
  padding-top: 0.25rem;
}

.noovi-booking-video-kicker {
  display: block;
  margin-bottom: 0.9rem;
  color: #ca8a04;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.noovi-booking-video-copy h3 {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.noovi-booking-video-copy > p {
  color: #57534e;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.noovi-booking-video-benefits {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.noovi-booking-video-benefits li {
  position: relative;
  padding-left: 1.6rem;
  color: #292524;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.noovi-booking-video-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ca8a04;
  font-weight: 900;
}

.noovi-booking-video-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgb(114 78 2 / 25%);
}

.noovi-booking-video-price strong {
  color: #724e02;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-style: italic;
}

.noovi-booking-video-price span {
  color: #78716c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.noovi-booking-video-cta {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 1rem 1.25rem;
  color: #0c1f14;
  background: #ca8a04;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease;
}

.noovi-booking-video-cta:hover {
  background: #f59e0b;
}

.noovi-booking-video-copy .noovi-booking-video-reassurance {
  margin-top: 0.75rem;
  color: #78716c;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}

.noovi-booking-video-transcript {
  margin-top: 1.5rem;
  border-top: 1px solid rgb(114 78 2 / 25%);
}

.noovi-booking-video-transcript summary {
  padding: 1rem 0;
  color: #724e02;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.noovi-booking-video-transcript > div {
  max-width: 58rem;
  padding: 0.25rem 0 0.75rem;
  color: #57534e;
  font-size: 0.9rem;
  line-height: 1.65;
}

.noovi-booking-video-transcript p + p {
  margin-top: 0.75rem;
}

.noovi-booking-video-disclosure {
  margin-top: 1rem;
  color: #78716c;
  font-size: 0.7rem;
  font-style: italic;
}

.noovi-booking-video-faq-link {
  margin-top: 0.9rem;
  color: #a16207;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.noovi-booking-video-faq-link:hover {
  color: #724e02;
}

.noovi-ipad-stage {
  width: min(100%, 34rem);
  margin-inline: auto;
}

.noovi-ipad-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
  color: #0c1f14;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.noovi-ipad-caption::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: #ca8a04;
}

.noovi-ipad-caption > span:first-child {
  flex: 1;
}

.noovi-ipad-caption-action {
  color: #78716c;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.noovi-ipad-device {
  position: relative;
  padding: 2rem 0.9rem 1.75rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, #555 0%, #242424 11%, #080808 48%, #2f2f2f 88%, #5a5a5a 100%);
  border: 1px solid #737373;
  border-radius: 2.6rem;
  box-shadow:
    0 36px 70px rgb(12 31 20 / 28%),
    0 12px 20px rgb(12 31 20 / 20%),
    inset 0 0 0 1px rgb(255 255 255 / 11%);
}

.noovi-ipad-camera {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  width: 0.48rem;
  height: 0.48rem;
  background: #020617;
  border: 1px solid #525252;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(14 116 144 / 35%);
  transform: translateX(-50%);
}

.noovi-ipad-screen {
  height: clamp(34rem, 58vw, 46rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #090909;
  border-radius: 1rem;
  box-shadow:
    0 0 0 1px #000,
    inset 0 0 1.5rem rgb(0 0 0 / 24%);
  scrollbar-color: #ca8a04 #e7e5e4;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.noovi-ipad-screen::-webkit-scrollbar {
  width: 0.55rem;
}

.noovi-ipad-screen::-webkit-scrollbar-track {
  background: #262626;
}

.noovi-ipad-screen::-webkit-scrollbar-thumb {
  background: #ca8a04;
  border: 2px solid #262626;
  border-radius: 1rem;
}

.noovi-ipad-screen:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: -3px;
}

.noovi-ipad-template {
  display: block;
  width: 100%;
  height: auto;
  background: #090909;
}

.noovi-ipad-home-indicator {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  width: 4.5rem;
  height: 0.22rem;
  background: #737373;
  border-radius: 1rem;
  transform: translateX(-50%);
}

#preview-example,
#site-examples,
#payments,
#footer-payments {
  scroll-margin-top: 6rem;
}

.noovi-payment-proof {
  display: grid;
  width: min(100%, 34rem);
  gap: 1rem;
  justify-items: center;
}

.noovi-stripe-badge,
.noovi-footer-stripe-badge {
  display: block;
  width: auto;
  height: 2.125rem;
}

.noovi-payment-marks,
.noovi-footer-payment-marks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.95rem 1.25rem;
}

.noovi-payment-mark,
.noovi-footer-payment-mark {
  display: block;
  flex: 0 0 auto;
  width: auto;
  object-fit: contain;
}

.noovi-payment-mark--visa,
.noovi-footer-payment-mark--visa {
  height: 1.45rem;
}

.noovi-payment-mark--mastercard,
.noovi-footer-payment-mark--mastercard {
  height: 1.8rem;
}

.noovi-payment-mark--apple-pay,
.noovi-payment-mark--google-pay,
.noovi-footer-payment-mark--apple-pay,
.noovi-footer-payment-mark--google-pay {
  height: 2rem;
}

.noovi-payment-eligibility {
  max-width: 28rem;
  color: #a8a29e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.noovi-footer-payment-marks {
  gap: 0.9rem 1.1rem;
}

.noovi-footer-stripe-badge {
  height: 1.9rem;
}

.noovi-footer-payment-mark--apple-pay,
.noovi-footer-payment-mark--google-pay {
  height: 1.85rem;
}

@media (max-width: 640px) {
  .noovi-booking-video-panel {
    margin-inline: -0.25rem;
    padding: 1rem;
  }

  .noovi-booking-video-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .noovi-booking-video-panel-topline {
    align-items: flex-start;
  }

  .noovi-booking-video-close {
    flex: 0 0 auto;
  }

  .noovi-booking-video-copy h3 {
    font-size: 2.1rem;
  }

  .noovi-booking-video-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
  }

  .noovi-ipad-caption {
    gap: 0.75rem;
  }

  .noovi-ipad-caption-action {
    display: none;
  }

  .noovi-ipad-device {
    padding: 1.6rem 0.55rem 1.45rem;
    border-radius: 1.9rem;
  }

  .noovi-ipad-camera {
    top: 0.58rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .noovi-ipad-screen {
    height: min(34rem, 70svh);
    border-radius: 0.75rem;
  }

  .noovi-ipad-home-indicator {
    bottom: 0.56rem;
    width: 3.5rem;
  }

  .noovi-device-showcase {
    margin-inline: -1rem;
    margin-bottom: 4rem;
  }

  .noovi-payment-proof {
    width: 100%;
  }

  .noovi-footer-payment-marks {
    width: 100%;
  }

  .noovi-footer-stripe-badge {
    flex: 0 0 100%;
    width: 9.375rem;
    object-fit: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noovi-option-c-hero-video {
    display: none;
  }

  .noovi-premium-product-page *,
  .noovi-premium-product-page *::before,
  .noovi-premium-product-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
