@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap");

:root {
  --ink-950: #030405;
  --ink-900: #080a0d;
  --ink-850: #0d1014;
  --ink-800: #13171d;
  --ink-700: #1c222b;
  --ink-600: #2a3340;
  --ink-500: #49586b;
  --ink-400: #748198;
  --ink-300: #a2adbf;
  --ink-200: #c2c9d6;
  --ink-100: #e3e7ef;

  --accent: #ff9966;
  --accent-light: #ffb28c;
  --accent-dim: rgba(255, 153, 102, 0.16);
  --accent-glow: rgba(255, 153, 102, 0.3);

  --risk-red: #ef4444;
  --risk-red-dim: rgba(239, 68, 68, 0.12);

  --surface-base: #050607;
  --surface-raised: #101319;
  --surface-overlay: rgba(10, 12, 16, 0.9);
  --surface-glass: rgba(16, 19, 25, 0.68);
  --surface-muted: #161b23;

  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-default: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.16);

  --text-primary: #f4f7fb;
  --text-secondary: #a9b3c3;
  --text-tertiary: #7f8a9c;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.24);
  --shadow-md: 0 12px 24px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.25);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.45), 0 6px 16px rgba(0, 0, 0, 0.32);
  --shadow-glow: 0 0 28px rgba(255, 153, 102, 0.18);

  --duration-micro: 140ms;
  --duration-ui: 260ms;
  --duration-overlay: 360ms;
  --duration-page: 480ms;

  --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);

  --font-sans: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Sora", "Manrope", sans-serif;
  --font-mono: "IBM Plex Mono", "JetBrains Mono", monospace;

  --noise-url: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");

  --bg-glow-layer-1: radial-gradient(circle at 14% -24%, rgba(255, 153, 102, 0.18) 0%, rgba(255, 153, 102, 0) 44%);
  --bg-glow-layer-2: radial-gradient(circle at 94% 4%, rgba(255, 153, 102, 0.07) 0%, rgba(255, 153, 102, 0) 40%);
  --bg-base-layer: linear-gradient(180deg, #0a0c10 0%, #050607 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body.nc-theme {
  font-family: var(--font-sans);
  color: var(--text-primary);
  background-color: var(--surface-base);
  background-image: var(--bg-glow-layer-1), var(--bg-glow-layer-2), var(--bg-base-layer);
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-x: clip;
  letter-spacing: -0.012em;
  line-height: 1.5;
}

body.nc-theme.mobile-menu-open {
  overflow: hidden;
}

body.nc-theme::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background-image: var(--noise-url);
  background-repeat: repeat;
  opacity: 0.2;
  mix-blend-mode: soft-light;
}

.nc-theme h1,
.nc-theme h2,
.nc-theme h3,
.nc-theme h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text-primary);
}

.nc-theme h1 {
  font-weight: 700;
}

.nc-theme a {
  transition: color var(--duration-micro) var(--ease-standard);
}

.nc-theme a:hover {
  color: var(--accent-light);
}

.nc-theme :focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.nc-theme > .bg-slate-900,
.nc-theme #feature,
.nc-theme #workflow,
.nc-theme #aboutus,
.nc-theme #contact,
.nc-theme footer {
  background: transparent !important;
}

.nc-theme > .bg-slate-900 {
  overflow-x: hidden;
  overflow-x: clip;
}

.nc-theme #feature,
.nc-theme #workflow,
.nc-theme #aboutus,
.nc-theme #contact,
.nc-theme footer {
  position: relative;
}

.nc-theme #feature::before,
.nc-theme #workflow::before,
.nc-theme #aboutus::before,
.nc-theme #contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.nc-theme #feature,
.nc-theme #workflow,
.nc-theme #aboutus,
.nc-theme #contact,
.nc-theme footer {
  border-top: 1px solid var(--border-subtle);
  overflow-x: hidden;
  overflow-x: clip;
}

.nc-theme header nav {
  max-width: min(1320px, calc(100% - 2rem));
  margin: 1rem auto 0;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-default);
  background: var(--surface-glass);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nc-theme #mobile-menu {
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  border-left: 1px solid var(--border-default);
}

.nc-theme .text-white {
  color: var(--text-primary) !important;
}

.nc-theme .text-slate-300 {
  color: #bcc6d4 !important;
}

.nc-theme .text-slate-400 {
  color: var(--text-secondary) !important;
}

.nc-theme .text-gray-500 {
  color: var(--text-tertiary) !important;
}

.nc-theme .text-\[\#FF8C5A\] {
  color: var(--accent) !important;
}

.nc-theme .hover\:text-\[\#FF8C5A\]:hover {
  color: var(--accent-light) !important;
}

.nc-theme .bg-\[\#FF8C5A\] {
  color: #2a1308 !important;
  background: linear-gradient(145deg, var(--accent), #ffad84) !important;
  border: 1px solid rgba(255, 153, 102, 0.45) !important;
  box-shadow: 0 12px 24px rgba(255, 153, 102, 0.28);
}

.nc-theme .hover\:bg-\[\#FF9D6E\]:hover {
  background: var(--accent-light) !important;
}

.nc-theme .focus-visible\:outline-\[\#FF8C5A\]:focus-visible,
.nc-theme .focus\:outline-\[\#FF8C5A\]:focus {
  outline-color: var(--accent) !important;
}

.nc-theme .ring-orange-500\/20 {
  --tw-ring-color: rgba(255, 153, 102, 0.28) !important;
}

.nc-theme .outline-white\/10,
.nc-theme .outline-white\/15,
.nc-theme .border-slate-800,
.nc-theme .divide-white\/10,
.nc-theme .border-white\/10,
.nc-theme .border-b-white\/20,
.nc-theme .border-r-white\/10 {
  border-color: var(--border-subtle) !important;
  outline-color: var(--border-subtle) !important;
}

.nc-theme #feature .absolute.inset-px.rounded-lg.bg-slate-800,
.nc-theme #feature .feature-media {
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    var(--surface-overlay) !important;
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-md);
}

.nc-theme #feature .feature-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.nc-theme #feature .feature-media--tall {
  aspect-ratio: 4 / 5;
  min-height: 16rem;
}

.nc-theme #feature .feature-media--wide {
  aspect-ratio: 16 / 9;
  min-height: 12.5rem;
}

.nc-theme #feature .feature-media--compact {
  aspect-ratio: 16 / 8;
  min-height: 10rem;
}

.nc-theme #feature .feature-media__img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}

.nc-theme #feature .feature-media__img--contain {
  object-fit: contain;
  background: linear-gradient(180deg, rgba(3, 6, 10, 0.52), rgba(3, 6, 10, 0.9));
  padding: clamp(0.35rem, 1.2vw, 0.75rem);
}

.nc-theme #feature .feature-media__img--top {
  object-position: top center;
}

.nc-theme #feature .bg-slate-900,
.nc-theme #feature .bg-slate-900\/60,
.nc-theme #workflow .bg-slate-800\/50 {
  background: rgba(10, 12, 16, 0.78) !important;
  border-color: var(--border-subtle);
}

.nc-theme #feature img,
.nc-theme #workflow video {
  filter: saturate(0.88) contrast(1.06);
}

.nc-theme #workflow .ring-1 {
  --tw-ring-color: rgba(255, 153, 102, 0.2) !important;
}

.nc-theme #aboutus ul {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    var(--surface-overlay);
  box-shadow: var(--shadow-md);
}

.nc-theme #aboutus li .flex.items-center.gap-x-6 {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 0.75rem 0.85rem;
  transition:
    border-color var(--duration-ui) var(--ease-standard),
    background var(--duration-ui) var(--ease-standard),
    transform var(--duration-ui) var(--ease-standard);
}

.nc-theme #aboutus li .flex.items-center.gap-x-6:hover {
  border-color: var(--border-strong);
  background: var(--accent-dim);
  transform: translateY(-2px);
}

.nc-theme #contact form {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: clamp(1rem, 2.4vw, 1.9rem);
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--surface-overlay);
  box-shadow: var(--shadow-lg);
}

.nc-theme #contact .bg-white\/5 {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: var(--border-default) !important;
}

.nc-theme #contact input,
.nc-theme #contact textarea,
.nc-theme #contact select {
  color: var(--text-primary) !important;
}

.nc-theme #contact input::placeholder,
.nc-theme #contact textarea::placeholder {
  color: var(--text-tertiary);
}

.nc-theme #contact select,
.nc-theme #contact .text-slate-400 {
  color: var(--text-secondary) !important;
}

.nc-theme footer {
  backdrop-filter: blur(2px);
}

.nc-theme footer a {
  color: var(--text-secondary) !important;
}

.nc-theme footer a:hover {
  color: var(--text-primary) !important;
}

.nc-theme .hero-shell {
  min-height: 100vh;
  min-height: 100dvh;
  min-height: max(40rem, 100svh);
  min-height: max(40rem, 100dvh);
  padding-top: clamp(6rem, 9.5vh, 8.75rem);
  padding-bottom: clamp(4.5rem, 10vh, 8.5rem);
  overflow: hidden;
  overflow: clip;
  display: flex;
  align-items: center;
}

.nc-theme .hero-content {
  width: 100%;
  margin-bottom: 0;
  padding-top: clamp(1.5rem, 5vh, 4.5rem);
  padding-bottom: clamp(2rem, 8vh, 5.5rem);
}

.nc-theme .hero-blob {
  opacity: 0.18 !important;
}

.nc-theme .hero-blob--top {
  filter: saturate(0.9);
}

.nc-theme .hero-blob--bottom {
  filter: saturate(0.82);
}

.nc-theme.is-cinematic-scrolling header nav {
  box-shadow: var(--shadow-sm), var(--shadow-glow);
  border-color: rgba(255, 153, 102, 0.3);
}

.nc-theme .is-nav-press {
  animation: nav-press 420ms var(--ease-standard);
}

.nc-theme .section-arrival {
  animation: section-arrival 960ms var(--ease-standard);
}

.nc-theme #mobile-menu {
  opacity: 0;
  background: transparent;
  transition: opacity 220ms var(--ease-standard), background 320ms var(--ease-standard);
}

.nc-theme #mobile-menu[open] {
  opacity: 1;
}

.nc-theme #mobile-menu .mobile-menu-backdrop {
  background: rgba(5, 7, 9, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition:
    background 320ms var(--ease-standard),
    backdrop-filter 320ms var(--ease-standard),
    -webkit-backdrop-filter 320ms var(--ease-standard);
}

.nc-theme #mobile-menu .mobile-menu-panel {
  border-left: 1px solid var(--border-default);
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--surface-overlay) !important;
  box-shadow: -22px 0 52px rgba(0, 0, 0, 0.42);
  transform: translate3d(108%, 0, 0) scale(0.98);
  transform-origin: right center;
  opacity: 0.6;
  filter: saturate(0.9);
  transition:
    transform 420ms cubic-bezier(0.2, 0.9, 0.22, 1),
    opacity 340ms var(--ease-standard),
    filter 340ms var(--ease-standard);
}

.nc-theme #mobile-menu[data-state="opening"] .mobile-menu-backdrop,
.nc-theme #mobile-menu[data-state="open"] .mobile-menu-backdrop {
  background: rgba(5, 7, 9, 0.68);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.nc-theme #mobile-menu[data-state="opening"] .mobile-menu-panel,
.nc-theme #mobile-menu[data-state="open"] .mobile-menu-panel {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  filter: saturate(1);
}

.nc-theme #mobile-menu[data-state="closing"] .mobile-menu-backdrop {
  background: rgba(5, 7, 9, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.nc-theme #mobile-menu[data-state="closing"] .mobile-menu-panel {
  transform: translate3d(112%, 0, 0) scale(0.975);
  opacity: 0.2;
}

.nc-theme #mobile-menu .mobile-menu-link {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition:
    transform 420ms var(--ease-standard),
    opacity 260ms var(--ease-standard),
    background var(--duration-ui) var(--ease-standard),
    color var(--duration-ui) var(--ease-standard);
  transition-delay: var(--item-delay, 0ms);
}

.nc-theme #mobile-menu[data-state="opening"] .mobile-menu-link,
.nc-theme #mobile-menu[data-state="open"] .mobile-menu-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nc-theme #mobile-menu[data-state="closing"] .mobile-menu-link {
  opacity: 0;
  transform: translate3d(12px, 0, 0);
}

.nc-theme #mobile-menu .mobile-menu-link.is-selected {
  color: var(--accent) !important;
  background: var(--accent-dim) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 153, 102, 0.22);
}

.nc-theme .demo-launch-overlay {
  --launch-origin-x: 50vw;
  --launch-origin-y: 42vh;
  position: fixed;
  inset: 0;
  z-index: 10020;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background:
    radial-gradient(
      120vmax 120vmax at var(--launch-origin-x) var(--launch-origin-y),
      rgba(255, 153, 102, 0.44) 0%,
      rgba(255, 153, 102, 0.22) 12%,
      rgba(7, 10, 13, 0.92) 46%,
      rgba(3, 4, 5, 0.985) 100%
    );
}

.nc-theme .demo-launch-overlay.is-active {
  visibility: visible;
  animation: demo-overlay-fade 1060ms cubic-bezier(0.2, 0.9, 0.24, 1) both;
}

.nc-theme .demo-launch-overlay.is-active.is-mobile {
  animation-duration: 840ms;
}

.nc-theme .demo-launch-overlay__ring,
.nc-theme .demo-launch-overlay__core {
  position: absolute;
  left: var(--launch-origin-x);
  top: var(--launch-origin-y);
  transform: translate(-50%, -50%);
}

.nc-theme .demo-launch-overlay__ring {
  width: clamp(9rem, 22vmin, 17rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 153, 102, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 153, 102, 0.08),
    0 0 48px rgba(255, 153, 102, 0.32);
  opacity: 0;
}

.nc-theme .demo-launch-overlay__ring--mid {
  width: clamp(7rem, 16vmin, 13rem);
  border-color: rgba(255, 190, 150, 0.5);
}

.nc-theme .demo-launch-overlay__ring--inner {
  width: clamp(4rem, 10vmin, 7rem);
  border-color: rgba(255, 220, 188, 0.68);
}

.nc-theme .demo-launch-overlay__core {
  width: clamp(3rem, 7vmin, 5.2rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 235, 220, 0.95) 0%, rgba(255, 171, 127, 0.84) 34%, rgba(255, 153, 102, 0.16) 70%, rgba(255, 153, 102, 0) 100%);
  filter: blur(0.4px);
  opacity: 0;
}

.nc-theme .demo-launch-overlay__scan {
  position: absolute;
  inset: -25% 0;
  opacity: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 153, 102, 0) 0%,
      rgba(255, 153, 102, 0.24) 26%,
      rgba(255, 219, 193, 0.5) 50%,
      rgba(255, 153, 102, 0.24) 72%,
      rgba(255, 153, 102, 0) 100%
    );
  mix-blend-mode: screen;
}

.nc-theme .demo-launch-overlay__label {
  position: absolute;
  left: 50%;
  bottom: 12vh;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  color: rgba(255, 232, 215, 0.9);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(255, 153, 102, 0.46);
}

.nc-theme .demo-launch-overlay.is-mobile .demo-launch-overlay__label {
  bottom: 16vh;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.nc-theme .demo-launch-overlay.is-active .demo-launch-overlay__ring--outer {
  animation: demo-ring-outer 980ms cubic-bezier(0.2, 0.95, 0.24, 1) both;
}

.nc-theme .demo-launch-overlay.is-active .demo-launch-overlay__ring--mid {
  animation: demo-ring-mid 860ms cubic-bezier(0.2, 0.95, 0.24, 1) both;
}

.nc-theme .demo-launch-overlay.is-active .demo-launch-overlay__ring--inner {
  animation: demo-ring-inner 740ms cubic-bezier(0.2, 0.95, 0.24, 1) both;
}

.nc-theme .demo-launch-overlay.is-active .demo-launch-overlay__core {
  animation: demo-core-burst 860ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.nc-theme .demo-launch-overlay.is-active .demo-launch-overlay__scan {
  animation: demo-scan-desktop 1060ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.nc-theme .demo-launch-overlay.is-active.is-mobile .demo-launch-overlay__scan {
  animation-duration: 840ms;
}

.nc-theme .demo-launch-overlay.is-active .demo-launch-overlay__label {
  animation: demo-label-rise 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes nav-press {
  0% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 0 rgba(255, 153, 102, 0);
  }
  35% {
    transform: translateY(1px) scale(0.985);
    text-shadow: 0 0 18px rgba(255, 153, 102, 0.45);
  }
  100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 0 rgba(255, 153, 102, 0);
  }
}

@keyframes section-arrival {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 153, 102, 0);
  }
  40% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 153, 102, 0.34),
      inset 0 0 72px rgba(255, 153, 102, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 153, 102, 0);
  }
}

@keyframes demo-overlay-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes demo-ring-outer {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.32);
  }
  20% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.8);
  }
}

@keyframes demo-ring-mid {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.42);
  }
  24% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.6);
  }
}

@keyframes demo-ring-inner {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  26% {
    opacity: 0.84;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.6);
  }
}

@keyframes demo-core-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  22% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  58% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.2);
  }
}

@keyframes demo-scan-desktop {
  0% {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }
  24% {
    opacity: 0.64;
  }
  76% {
    opacity: 0.52;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -32%, 0);
  }
}

@keyframes demo-label-rise {
  0% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -9px);
  }
}

.blob-shape {
  clip-path: polygon(
    74.1% 44.1%,
    100% 61.6%,
    97.5% 26.9%,
    85.5% 0.1%,
    80.7% 2%,
    72.5% 32.5%,
    60.2% 62.4%,
    52.4% 68.1%,
    47.5% 58.3%,
    45.2% 34.5%,
    27.5% 76.7%,
    0.1% 64.9%,
    17.9% 100%,
    27.6% 76.8%,
    76.1% 97.7%,
    74.1% 44.1%
  );
  animation: blob-float 24s ease-in-out infinite alternate;
}

@keyframes blob-float {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(0, -14px, 0) scale(1.05);
  }
}

.form-status {
  display: none;
  margin-top: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: var(--surface-muted);
}

.form-status.is-visible {
  display: block;
}

.form-status--success {
  background-color: rgba(20, 83, 45, 0.2);
  border-color: rgb(34, 197, 94);
  color: rgb(74, 222, 128);
}

.form-status--error {
  background-color: rgba(127, 29, 29, 0.2);
  border-color: var(--risk-red);
  color: rgb(248, 113, 113);
}

.form-status__content {
  display: flex;
  align-items: center;
}

.form-status__icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}

@media (max-width: 900px) {
  body.nc-theme {
    background-attachment: scroll;
  }

  :root {
    --bg-glow-layer-1: radial-gradient(circle at 16% -30%, rgba(255, 153, 102, 0.13) 0%, rgba(255, 153, 102, 0) 52%);
    --bg-glow-layer-2: radial-gradient(circle at 96% -6%, rgba(255, 153, 102, 0.05) 0%, rgba(255, 153, 102, 0) 44%);
  }

  .nc-theme header nav {
    max-width: calc(100% - 1.5rem);
    margin-top: 0.5rem;
    border-radius: var(--radius-lg);
  }

  .nc-theme .hero-shell {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: max(36rem, 100svh);
    min-height: max(36rem, 100dvh);
    padding-top: clamp(5.5rem, 8.5vh, 7rem);
    padding-bottom: clamp(4rem, 8.5vh, 6rem);
  }

  .nc-theme .hero-content {
    padding-top: clamp(1rem, 3vh, 2rem);
    padding-bottom: clamp(1.25rem, 4vh, 3rem);
  }

  .nc-theme .hero-blob {
    opacity: 0.13 !important;
  }

  .nc-theme #feature .feature-media--tall {
    aspect-ratio: 16 / 11;
    min-height: 14rem;
  }

  .nc-theme #feature .feature-media--wide {
    min-height: 12rem;
  }

  .nc-theme #aboutus ul {
    padding: 0.75rem;
  }
}

@media (max-width: 640px) {
  :root {
    --bg-glow-layer-1: radial-gradient(circle at 50% -48%, rgba(255, 153, 102, 0.09) 0%, rgba(255, 153, 102, 0) 56%);
    --bg-glow-layer-2: radial-gradient(circle at 100% -10%, rgba(255, 153, 102, 0.03) 0%, rgba(255, 153, 102, 0) 48%);
  }

  .nc-theme .hero-shell {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: max(34rem, 100svh);
    min-height: max(34rem, 100dvh);
    padding-top: clamp(5.25rem, 7.5vh, 6.25rem);
    padding-bottom: clamp(3.75rem, 7.5vh, 5.5rem);
  }

  .nc-theme .hero-content {
    padding-top: 0.75rem;
    padding-bottom: clamp(1rem, 3.8vh, 2rem);
  }

  .nc-theme .hero-blob {
    opacity: 0.1 !important;
  }

  .nc-theme #feature .feature-media--tall,
  .nc-theme #feature .feature-media--wide,
  .nc-theme #feature .feature-media--compact {
    aspect-ratio: 16 / 10;
    min-height: 11rem;
  }

  .nc-theme #contact label[for="agree-to-policies"] {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc-theme .is-nav-press,
  .nc-theme .section-arrival {
    animation: none;
  }

  .nc-theme #mobile-menu,
  .nc-theme #mobile-menu .mobile-menu-backdrop,
  .nc-theme #mobile-menu .mobile-menu-panel,
  .nc-theme #mobile-menu .mobile-menu-link {
    transition: none !important;
  }

  .nc-theme .demo-launch-overlay,
  .nc-theme .demo-launch-overlay * {
    animation: none !important;
    transition: none !important;
  }

  .blob-shape {
    animation: none;
  }
}
