/* Orbital standalone stylesheet — Tailwind-free utility compatibility layer */
:root {
  --primary: #053DCE;
  --primary-dark: #032A94;
  --primary-light: #3B63E0;
  --accent: #FDE047;
  --accent-dark: #EAB308;
  --ink: #0F172A;
  --mist: #F8FAFC
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  background: #fff;
  color: var(--ink);
  line-height: 1.5
}

button,
input,
select,
textarea {
  font: inherit
}

button {
  cursor: pointer
}

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

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

/* layout */
.absolute {
  position: absolute
}

.relative {
  position: relative
}

.fixed {
  position: fixed
}

.inset-0 {
  inset: 0
}

.inset-x-0 {
  left: 0;
  right: 0
}

.inset-5 {
  inset: 1.25rem
}

.inset-6 {
  inset: 1.5rem
}

.inset-\[14\%\] {
  inset: 14%
}

.top-0 {
  top: 0
}

.top-6 {
  top: 1.5rem
}

.top-1\/2 {
  top: 50%
}

.top-\[4\%\] {
  top: 4%
}

.top-\[6\%\] {
  top: 6%
}

.top-\[42\%\] {
  top: 42%
}

.top-20 {
  top: 5rem
}

.top-40 {
  top: 10rem
}

.right-0 {
  right: 0
}

.right-3\.5 {
  right: .875rem
}

.right-10 {
  right: 2.5rem
}

.right-40 {
  right: 10rem
}

.right-\[-2\%\] {
  right: -2%
}

.left-0 {
  left: 0
}

.left-1\/2 {
  left: 50%
}

.left-20 {
  left: 5rem
}

.left-32 {
  left: 8rem
}

.left-\[-4\%\] {
  left: -4%
}

.left-\[-8\%\] {
  left: -8%
}

.bottom-24 {
  bottom: 6rem
}

.bottom-32 {
  bottom: 8rem
}

.bottom-\[10\%\] {
  bottom: 10%
}

.bottom-\[4\%\] {
  bottom: 4%
}

.z-50 {
  z-index: 50
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mx-1\.5 {
  margin-left: .375rem;
  margin-right: .375rem
}

.\-m-1 {
  margin: -.25rem
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-2\.5 {
  margin-top: .625rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-7 {
  margin-top: 1.75rem
}

.mt-8 {
  margin-top: 2rem
}

.mt-9 {
  margin-top: 2.25rem
}

.mt-16 {
  margin-top: 4rem
}

.\-mt-6 {
  margin-top: -1.5rem
}

.mb-1\.5 {
  margin-bottom: .375rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-14 {
  margin-bottom: 3.5rem
}

.p-4 {
  padding: 1rem
}

.p-6 {
  padding: 1.5rem
}

.p-7 {
  padding: 1.75rem
}

.p-8 {
  padding: 2rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.py-3\.5 {
  padding-top: .875rem;
  padding-bottom: .875rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pb-24 {
  padding-bottom: 6rem
}

.pt-20 {
  padding-top: 5rem
}

.pt-36 {
  padding-top: 9rem
}

.w-full {
  width: 100%
}

.w-1\/2 {
  width: 50%
}

.w-2\/3 {
  width: 66.666667%
}

.w-3\/4 {
  width: 75%
}

.w-1\.5 {
  width: .375rem
}

.w-2 {
  width: .5rem
}

.w-3\.5 {
  width: .875rem
}

.w-4 {
  width: 1rem
}

.w-4\.5 {
  width: 1.125rem
}

.w-5\.5 {
  width: 1.375rem
}

.w-6 {
  width: 1.5rem
}

.w-7 {
  width: 1.75rem
}

.w-9 {
  width: 2.25rem
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-64 {
  width: 16rem
}

.w-72 {
  width: 18rem
}

.w-96 {
  width: 24rem
}

.w-\[36rem\] {
  width: 36rem
}

.h-full {
  height: 100%
}

.h-1\.5 {
  height: .375rem
}

.h-2 {
  height: .5rem
}

.h-3\.5 {
  height: .875rem
}

.h-4 {
  height: 1rem
}

.h-4\.5 {
  height: 1.125rem
}

.h-5\.5 {
  height: 1.375rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-20 {
  height: 5rem
}

.h-48 {
  height: 12rem
}

.h-64 {
  height: 16rem
}

.h-72 {
  height: 18rem
}

.h-96 {
  height: 24rem
}

.max-w-sm {
  max-width: 24rem
}

.max-w-md {
  max-width: 28rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-xl {
  max-width: 36rem
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-7xl {
  max-width: 80rem
}

.max-h-0 {
  max-height: 0
}

.max-h-96 {
  max-height: 24rem
}

.aspect-square {
  aspect-ratio: 1/1
}

.shrink-0 {
  flex-shrink: 0
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-hidden {
  overflow-x: hidden
}

/* flex/grid */
.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.block {
  display: block
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-center {
  align-items: center
}

.items-start {
  align-items: flex-start
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-1 {
  gap: .25rem
}

.gap-1\.5 {
  gap: .375rem
}

.gap-2 {
  gap: .5rem
}

.gap-2\.5 {
  gap: .625rem
}

.gap-3 {
  gap: .75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-9 {
  gap: 2.25rem
}

.gap-12 {
  gap: 3rem
}

.gap-14 {
  gap: 3.5rem
}

.gap-16 {
  gap: 4rem
}

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

.space-y-1\.5>*+* {
  margin-top: .375rem
}

.space-y-2>*+* {
  margin-top: .5rem
}

.space-y-2\.5>*+* {
  margin-top: .625rem
}

.space-y-4>*+* {
  margin-top: 1rem
}

/* typography */
.text-center {
  text-align: center
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-\[11px\] {
  font-size: 11px
}

.text-\[3\.4rem\] {
  font-size: 3.4rem
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-wide {
  letter-spacing: .025em
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-relaxed {
  line-height: 1.625
}

.text-ink {
  color: var(--ink)
}

.text-primary {
  color: var(--primary)
}

.text-primary\/10 {
  color: rgb(5 61 206/.1)
}

.text-slate-300 {
  color: #cbd5e1
}

.text-slate-400 {
  color: #94a3b8
}

.text-slate-500 {
  color: #64748b
}

.text-slate-600 {
  color: #475569
}

.text-slate-700 {
  color: #334155
}

.text-white {
  color: #fff
}

.text-white\/70 {
  color: rgb(255 255 255/.7)
}

.text-white\/80 {
  color: rgb(255 255 255/.8)
}

/* backgrounds / borders */
.bg-transparent {
  background-color: transparent
}

.bg-white {
  background-color: #fff
}

.bg-ink {
  background-color: var(--ink)
}

.bg-mist {
  background-color: var(--mist)
}

.bg-primary {
  background-color: var(--primary)
}

.bg-primary\/5 {
  background-color: rgb(5 61 206/.05)
}

.bg-primary\/10 {
  background-color: rgb(5 61 206/.1)
}

.bg-primary\/30 {
  background-color: rgb(5 61 206/.3)
}

.bg-accent {
  background-color: var(--accent)
}

.bg-accent-dark {
  background-color: var(--accent-dark)
}

.bg-accent\/20 {
  background-color: rgb(253 224 71/.2)
}

.bg-accent\/25 {
  background-color: rgb(253 224 71/.25)
}

.bg-mist\/60 {
  background-color: rgb(248 250 252/.6)
}

.bg-mist\/70 {
  background-color: rgb(248 250 252/.7)
}

.bg-white\/5 {
  background-color: rgb(255 255 255/.05)
}

.bg-white\/10 {
  background-color: rgb(255 255 255/.1)
}

.bg-white\/15 {
  background-color: rgb(255 255 255/.15)
}

.bg-white\/25 {
  background-color: rgb(255 255 255/.25)
}

.bg-white\/40 {
  background-color: rgb(255 255 255/.4)
}

.bg-white\/50 {
  background-color: rgb(255 255 255/.5)
}

.bg-white\/85 {
  background-color: rgb(255 255 255/.85)
}

.bg-white\/95 {
  background-color: rgb(255 255 255/.95)
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.from-primary {
  --tw-gradient-from: var(--primary);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 61, 206, 0))
}

.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), var(--primary), var(--tw-gradient-to, rgba(5, 61, 206, 0))
}

.to-primary-dark {
  --tw-gradient-to: var(--primary-dark)
}

.border {
  border-width: 1px
}

.border-2 {
  border-width: 2px
}

.border-t {
  border-top-width: 1px
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px
}

.border-dashed {
  border-style: dashed
}

.border-slate-100 {
  border-color: #f1f5f9
}

.border-slate-200 {
  border-color: #e2e8f0
}

.border-primary\/10 {
  border-color: rgb(5 61 206/.1)
}

.border-primary\/15 {
  border-color: rgb(5 61 206/.15)
}

.border-accent\/70 {
  border-color: rgb(253 224 71/.7)
}

.border-white\/10 {
  border-color: rgb(255 255 255/.1)
}

.border-white\/15 {
  border-color: rgb(255 255 255/.15)
}

.border-white\/30 {
  border-color: rgb(255 255 255/.3)
}

/* radius / effects */
.rounded-xl {
  border-radius: .75rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-4xl {
  border-radius: 2rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-\[2rem\] {
  border-radius: 2rem
}

.rounded-\[2\.5rem\] {
  border-radius: 2.5rem
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0/.05)
}

.shadow-soft {
  box-shadow: 0 20px 45px -15px rgb(5 61 206/.18)
}

.shadow-card {
  box-shadow: 0 10px 30px -10px rgb(15 23 42/.08)
}

.shadow-glow {
  box-shadow: 0 0 0 6px rgb(253 224 71/.18)
}

.backdrop-blur {
  backdrop-filter: blur(8px)
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px)
}

.backdrop-blur-md {
  backdrop-filter: blur(12px)
}

.blur-3xl {
  filter: blur(64px)
}

.opacity-10 {
  opacity: .1
}

.opacity-20 {
  opacity: .2
}

.opacity-40 {
  opacity: .4
}

.opacity-\[0\.07\] {
  opacity: .07
}

.rotate-6 {
  transform: rotate(6deg)
}

.\-translate-x-1\/2 {
  transform: translateX(-50%)
}

.\-translate-y-1\/2 {
  transform: translateY(-50%)
}

/* transitions */
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

/* custom classes from original document */
.grain-grid {
  background-image: radial-gradient(rgb(5 61 206/.09) 1px, transparent 1px);
  background-size: 22px 22px
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.22, .61, .36, 1), transform .7s cubic-bezier(.22, .61, .36, 1)
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0)
}

.animate-floaty,
.animate-floaty2,
.animate-floaty3 {
  animation: floaty 6s ease-in-out infinite
}

.animate-floaty2 {
  animation-duration: 7s;
  animation-delay: 1s
}

.animate-floaty3 {
  animation-duration: 5.5s;
  animation-delay: .5s
}

.animate-orbit {
  animation: orbit 40s linear infinite
}

.animate-orbit-rev {
  animation: orbit 55s linear infinite reverse
}

@keyframes floaty {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes orbit {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

/* hover/group states */
.group:hover .group-hover\:bg-primary {
  background-color: var(--primary)
}

.group:hover .group-hover\:text-white {
  color: #fff
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1)
}

.group:hover .group-hover\:translate-x-1 {
  transform: translateX(4px)
}

.group:hover .group-hover\:gap-2\.5 {
  gap: .625rem
}

.hover\:bg-accent-dark:hover {
  background-color: var(--accent-dark)
}

.hover\:bg-ink\/90:hover {
  background-color: rgb(15 23 42/.9)
}

.hover\:bg-mist:hover {
  background-color: var(--mist)
}

.hover\:bg-primary:hover {
  background-color: var(--primary)
}

.hover\:bg-primary-dark:hover {
  background-color: var(--primary-dark)
}

.hover\:bg-primary\/5:hover {
  background-color: rgb(5 61 206/.05)
}

.hover\:bg-slate-100:hover {
  background-color: #f1f5f9
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255/.1)
}

.hover\:border-primary\/15:hover {
  border-color: rgb(5 61 206/.15)
}

.hover\:border-primary\/30:hover {
  border-color: rgb(5 61 206/.3)
}

.hover\:border-primary\/40:hover {
  border-color: rgb(5 61 206/.4)
}

.hover\:shadow-glow:hover {
  box-shadow: 0 0 0 6px rgb(253 224 71/.18)
}

.hover\:shadow-soft:hover {
  box-shadow: 0 20px 45px -15px rgb(5 61 206/.18)
}

.hover\:text-accent:hover {
  color: var(--accent)
}

.hover\:text-primary:hover {
  color: var(--primary)
}

.hover\:text-white:hover {
  color: #fff
}

.hover\:\-translate-y-1\.5:hover {
  transform: translateY(-6px)
}

.active\:scale-\[0\.98\]:active {
  transform: scale(.98)
}

/* responsive breakpoints */
@media (min-width:640px) {
  .sm\:block {
    display: block
  }

  .sm\:flex {
    display: flex
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .sm\:col-span-1 {
    grid-column: span 1/span 1
  }

  .sm\:col-span-2 {
    grid-column: span 2/span 2
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .sm\:p-9 {
    padding: 2.25rem
  }

  .sm\:pt-44 {
    padding-top: 11rem
  }

  .sm\:pb-32 {
    padding-bottom: 8rem
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .sm\:left-\[2\%\] {
    left: 2%
  }

  .sm\:left-\[-2\%\] {
    left: -2%
  }

  .sm\:right-\[2\%\] {
    right: 2%
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }
}

@media (min-width:1024px) {
  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:hidden {
    display: none
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }

  .lg\:col-span-3 {
    grid-column: span 3/span 3
  }

  .lg\:max-w-none {
    max-width: none
  }

  .lg\:justify-start {
    justify-content: flex-start
  }

  .lg\:text-\[3\.4rem\] {
    font-size: 3.4rem;
    line-height: 1.08
  }
}

/* list reset and form details */
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

input,
select,
textarea {
  width: 100%
}

textarea {
  resize: vertical
}

@media (prefers-reduced-motion:reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none
  }

  *,
  *:before,
  *:after {
    animation: none !important;
    scroll-behavior: auto !important
  }
}

::selection {
  background: var(--accent);
  color: var(--ink)
}

.scrollbar-hide::-webkit-scrollbar {
  display: none
}

/* Static HTML additions */
.form-input {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #0f172a;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.form-input::placeholder {
  color: #94a3b8;
}

.form-input:focus {
  border-color: #053DCE;
  box-shadow: 0 0 0 3px rgba(5, 61, 206, .12);
}

textarea.form-input {
  resize: vertical;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu .mobile-panel {
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 15px 30px rgba(15, 23, 42, .08);
}

.mobile-menu[open] summary span {
  font-size: 0;
}

.mobile-menu[open] summary span::after {
  content: '×';
  font-size: 1.75rem;
}

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