*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.nav-link {
  position: relative;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nav-link::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.55rem;
    height: 2px;
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(90deg, #ff263d, #1ca7ff);
    box-shadow: 0 0 18px rgba(255, 38, 61, 0.8);
    transition: transform 220ms ease;
  }
.nav-link:hover::after {
    transform: scaleX(1);
  }
.glow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 38 61 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 28px rgba(255, 38, 61, .45);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 9px 50%);
}
.glow-button:hover {
    transform: translateY(-2px);
    background: #ff3148;
    box-shadow:
      0 0 22px rgba(255, 38, 61, 0.82),
      0 0 44px rgba(255, 38, 61, 0.36);
  }
.glow-button.small {
  display: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 640px) {

  .glow-button.small {
    display: inline-flex;
  }
}
.glow-button.cta {
  width: 100%;
}
@media (min-width: 640px) {

  .glow-button.cta {
    width: auto;
  }
}
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-width: 1px;
  border-color: rgb(28 167 255 / 0.55);
  background-color: rgb(28 167 255 / 0.05);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 30px rgba(28, 167, 255, .34);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 9px 50%);
}
.ghost-button:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(28, 167, 255, 0.12);
  }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  --tw-text-opacity: 1;
  color: rgb(255 38 61 / var(--tw-text-opacity, 1));
}
.eyebrow span {
    display: inline-block;
    width: 34px;
    height: 3px;
    background: linear-gradient(90deg, #ff263d, #1ca7ff);
    box-shadow: 0 0 16px rgba(255, 38, 61, 0.75);
  }
.hero-title {
  margin-top: 1rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .86;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .hero-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .hero-title {
    font-size: 6rem;
    line-height: 1;
  }
}
.hero-title {
    text-shadow:
      0 0 20px rgba(255, 255, 255, 0.12),
      0 0 34px rgba(255, 38, 61, 0.18);
  }
.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background: #05070d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
.hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(5, 7, 13, 0.94) 0%, rgba(5, 7, 13, 0.72) 35%, rgba(5, 7, 13, 0.34) 68%, rgba(5, 7, 13, 0.66) 100%),
      linear-gradient(180deg, rgba(5, 7, 13, 0.24) 0%, rgba(5, 7, 13, 0.12) 46%, rgba(5, 7, 13, 0.92) 100%);
  }
.hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
  }
.hero-backdrop::before,
  .hero-backdrop::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
  }
.hero-backdrop::before {
    background:
      radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.12), transparent 20rem),
      radial-gradient(circle at 16% 72%, rgba(255, 38, 61, 0.2), transparent 23rem);
  }
.hero-backdrop::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 13, 0.18), transparent 24%, rgba(5, 7, 13, 0.86) 100%),
      linear-gradient(90deg, rgba(5, 7, 13, 0.58), transparent 44%);
  }
.\!window {
    position: absolute !important;
    top: 20px !important;
    left: 37% !important;
    width: 31% !important;
    height: 28px !important;
    background: linear-gradient(120deg, #172033, #52c7ff) !important;
    clip-path: polygon(0 100%, 20% 0, 88% 8%, 100% 100%) !important;
  }
.window {
    position: absolute;
    top: 20px;
    left: 37%;
    width: 31%;
    height: 28px;
    background: linear-gradient(120deg, #172033, #52c7ff);
    clip-path: polygon(0 100%, 20% 0, 88% 8%, 100% 100%);
  }
.headlight.right {
    right: 56px;
  }
.benefits-grid {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(28 167 255 / 0.35);
  background-color: rgb(28 167 255 / 0.2);
  --tw-shadow: 0 0 30px rgba(28, 167, 255, .34);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.benefits-grid {
    clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 82%, 98% 100%, 2% 100%, 0 82%, 0 20%);
  }
.benefit-card {
  display: flex;
  min-height: 10rem;
  gap: 1.25rem;
  background-color: rgb(9 16 27 / 0.95);
  padding: 1.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.benefit-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 23 38 / var(--tw-bg-opacity, 1));
}
.benefit-card h3 {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.benefit-card p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.section-shell {
    position: relative;
    background:
      radial-gradient(circle at 12% 0%, rgba(28, 167, 255, 0.12), transparent 24rem),
      radial-gradient(circle at 90% 26%, rgba(255, 38, 61, 0.14), transparent 25rem),
      #05070d;
  }
.section-heading {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 64rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media (min-width: 640px) {

  .section-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section-heading h2 {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .section-heading h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.section-heading h2 {
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.14);
  }
.signal-bars {
    position: relative;
    width: 34px;
    height: 12px;
    flex: 0 0 auto;
    transform: skewX(-24deg);
  }
.signal-bars::before,
  .signal-bars::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    content: "";
  }
.signal-bars::before {
    left: 0;
    background: #ff263d;
    box-shadow: 0 0 12px rgba(255, 38, 61, 0.8);
  }
.signal-bars::after {
    right: 0;
    background: #1ca7ff;
    box-shadow: 0 0 12px rgba(28, 167, 255, 0.8);
  }
.signal-bars.right {
    transform: skewX(-24deg) scaleX(-1);
  }
.founder-card {
    --tier-color: #ff9b55;
    --tier-glow: rgba(184, 107, 45, 0.18);
    position: relative;
    display: flex;
    min-height: 680px;
    flex-direction: column;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(255 255 255 / .12);
    padding: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.024));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      0 22px 60px rgba(0, 0, 0, 0.28);
  }
.founder-card[data-tone="silver"] {
    --tier-color: #dbe4ef;
    --tier-glow: rgba(203, 213, 225, 0.18);
  }
.founder-card[data-tone="gold"] {
    --tier-color: #ffc44d;
    --tier-glow: rgba(245, 166, 35, 0.24);
  }
.founder-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 28px 70px rgba(0, 0, 0, 0.36),
      0 0 36px var(--tier-glow);
  }
.founder-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 210px;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 50% -10%, var(--tier-glow), transparent 70%);
  }
.founder-card::after {
    position: absolute;
    inset: 0 30px auto;
    height: 2px;
    content: "";
    border-radius: 999px;
    background: var(--tier-color);
    opacity: 0.8;
  }
.gold-card {
    border-color: rgba(245, 166, 35, 0.38);
    background: linear-gradient(180deg, rgba(245, 166, 35, 0.075), rgba(255, 255, 255, 0.024));
  }
.gold-card:hover {
    border-color: rgba(255, 212, 97, 0.62);
  }
.popular-ribbon {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(245 166 35 / 0.25);
  background-color: rgb(245 166 35 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(245 166 35 / var(--tw-text-opacity, 1));
}
.package-top {
  position: relative;
  z-index: 10;
    min-height: 108px;
}
.package-tier {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tier-mark {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
    clip-path: polygon(50% 0, 61% 32%, 95% 32%, 67% 52%, 79% 88%, 50% 66%, 21% 88%, 33% 52%, 5% 32%, 39% 32%);
}
.tier-mark.bronze {
    background: linear-gradient(135deg, #ff9b55, #8b451e);
    box-shadow: 0 0 14px rgba(184, 107, 45, 0.42);
  }
.tier-mark.silver {
    background: linear-gradient(135deg, #ffffff, #7d8898);
    box-shadow: 0 0 14px rgba(203, 213, 225, 0.3);
  }
.tier-mark.gold {
    background: linear-gradient(135deg, #fff1a8, #f5a623);
    box-shadow: 0 0 16px rgba(245, 166, 35, 0.5);
  }
.package-top h3 {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .055em;
}
.founder-card:nth-child(1) .package-top h3 {
    color: #c9783e;
  }
.founder-card:nth-child(2) .package-top h3 {
    color: #dbe4ef;
  }
.founder-card:nth-child(3) .package-top h3 {
    color: #ffc44d;
  }
.package-top p {
  margin-top: 1rem;
  max-width: 16rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.packages-intro {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 42rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .packages-intro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.featured-car {
  position: relative;
  margin: 0px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-bottom: 1rem;
}
.featured-car-media {
  position: relative;
  display: flex;
  height: 10rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    background: radial-gradient(circle at 50% 58%, var(--tier-glow), transparent 58%);
}
.featured-car-media::after {
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 24px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: rgba(0, 0, 0, 0.46);
    filter: blur(8px);
  }
.featured-car img {
  position: relative;
  z-index: 10;
  height: auto;
  max-height: 6rem;
  width: auto;
  max-width: 72%;
  -o-object-fit: contain;
     object-fit: contain;
    transition: transform 500ms cubic-bezier(.2, .75, .2, 1);
}
.founder-card:hover .featured-car img {
    transform: translateY(-3px) scale(1.025);
  }
.featured-car figcaption {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.featured-car figcaption > span {
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.featured-car figcaption > strong {
  grid-column-start: 1;
  margin-top: 0.25rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.featured-car figcaption > small {
  grid-column-start: 2;
  grid-row-start: 2;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
    color: var(--tier-color);
}
.included-cars {
  display: flex;
  min-height: 4rem;
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.included-cars span {
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.included-cars strong {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.price-row {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
.price-row span {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 2.55rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.price-row small {
  padding-bottom: 0.25rem;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.perk-list {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.perk-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.perk-list span {
  margin-top: 0.125rem;
  display: grid;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / .07);
  font-size: .68rem;
    color: var(--tier-color);
}
.package-button {
  margin-top: 1.75rem;
  display: inline-flex;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.package-button.bronze {
    background: #a85f2d;
  }
.package-button.silver {
    color: #0a0d13;
    background: #d7dee7;
  }
.package-button.gold {
    color: #171006;
    background: #f5b52f;
  }
.package-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }
.package-button:disabled {
  cursor: wait;
  opacity: 0.6;
    transform: none;
    filter: none;
}
.purchase-modal-backdrop {
  position: fixed;
  inset: 0px;
  z-index: 70;
  display: grid;
  place-items: center;
  background-color: rgb(0 0 0 / 0.75);
  padding: 0.75rem;
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    height: 100dvh;
}
.purchase-modal {
  display: flex;
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(17 21 29 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-height: calc(100dvh - 24px);
}
.purchase-modal:focus {
    outline: none;
  }
.purchase-modal-header {
  display: flex;
  min-height: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.purchase-modal-kicker,
  .payment-confirmation-kicker {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.purchase-modal-close {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.purchase-modal-close:hover {
  background-color: rgb(255 255 255 / .07);
}
.purchase-modal-close:disabled {
  cursor: wait;
  opacity: 0.5;
}
.purchase-modal-content {
  min-height: 0px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.purchase-modal h2 {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .purchase-modal h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.purchase-modal-content > p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.purchase-modal form {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
.purchase-modal label {
  display: grid;
  min-width: 0px;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.purchase-modal input {
  min-height: 3rem;
  width: 100%;
  min-width: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(8 11 17 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.purchase-modal input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.purchase-modal input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.purchase-modal input:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(252 165 165 / 0.6);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #11151d;
}
.purchase-modal-error {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  background-color: rgb(239 68 68 / 0.1);
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
    overflow-wrap: anywhere;
}
.purchase-modal-submit {
  width: 100%;
}
.purchase-modal-submit:disabled {
  cursor: wait;
  opacity: 0.6;
}
.purchase-modal-content > small {
  margin-top: 1.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.payment-confirmation-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 13 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.payment-confirmation-panel {
  width: 100%;
  max-width: 42rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(17 21 29 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

  .payment-confirmation-panel {
    padding: 3rem;
  }
}
.payment-confirmation-logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
  max-width: 15rem;
}
.payment-confirmation-panel h1 {
  margin-top: 1rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
@media (min-width: 640px) {

  .payment-confirmation-panel h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.payment-confirmation-panel p:not(.payment-confirmation-kicker) {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
    overflow-wrap: anywhere;
}
.payment-confirmation-kicker.success {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.confirmation-spinner,
  .confirmation-check {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: grid;
  height: 3.5rem;
  width: 3.5rem;
  place-items: center;
  border-radius: 9999px;
}
.confirmation-spinner {
  border-width: 2px;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
    animation: confirmation-spin 1s linear infinite;
}
.confirmation-check {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.payment-confirmation-items {
  margin-top: 1.5rem;
  display: grid;
  list-style-type: none;
  gap: 0.625rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.payment-confirmation-items li {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
}
.payment-confirmation-items li::before {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
    content: "✓";
}
.payment-confirmation-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.confirmation-receipt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.confirmation-receipt:hover {
  border-color: rgb(255 255 255 / 0.6);
  background-color: rgb(255 255 255 / .06);
}
.confirmation-retry {
  margin-top: 1.5rem;
}
.universe-gallery {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .universe-gallery {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .universe-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .universe-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.universe-thumbnail {
  margin: 0px;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / .035);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}
.universe-thumbnail:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .055);
  }
.universe-thumbnail-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(10 14 22 / var(--tw-bg-opacity, 1));
}
.universe-thumbnail-media::after {
  position: absolute;
  inset: 0px;
    content: "";
    background: linear-gradient(180deg, transparent 58%, rgba(2, 4, 9, .38));
    pointer-events: none;
}
.universe-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    transform: scale(1.002);
    transition: transform 650ms cubic-bezier(.2, .75, .2, 1), filter 400ms ease;
}
.universe-thumbnail:hover img {
    transform: scale(1.055);
    filter: saturate(1.06);
  }
.universe-thumbnail figcaption {
  padding: 1rem;
}
.universe-thumbnail h3 {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .045em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .universe-thumbnail h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.universe-thumbnail p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.reason-card {
  display: flex;
  min-height: 10rem;
  gap: 1.25rem;
  border-width: 1px;
  border-color: rgb(255 38 61 / 0.35);
  background-color: rgb(255 38 61 / .045);
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
    box-shadow: inset 0 0 34px rgba(255, 38, 61, 0.06);
}
.reason-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 38, 61, 0.75);
    box-shadow:
      inset 0 0 34px rgba(255, 38, 61, 0.1),
      0 0 28px rgba(255, 38, 61, 0.22);
  }
.reason-card h3 {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.reason-card p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.final-cta {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(90deg, rgba(5, 7, 13, 0.96), rgba(5, 7, 13, 0.62), rgba(5, 7, 13, 0.96)),
      radial-gradient(circle at 70% 45%, rgba(255, 38, 61, 0.38), transparent 23rem),
      linear-gradient(120deg, #10131c, #05070d);
  }
.final-cta h2 span {
    color: #ff263d;
    text-shadow: 0 0 26px rgba(255, 38, 61, 0.55);
  }
.race-blur {
    position: absolute;
    inset: 0;
    opacity: 0.72;
    background:
      repeating-linear-gradient(100deg, transparent 0 38px, rgba(255, 255, 255, 0.09) 38px 40px),
      linear-gradient(100deg, transparent 0 45%, rgba(28, 167, 255, 0.2) 48%, transparent 54%),
      linear-gradient(96deg, transparent 0 53%, rgba(255, 38, 61, 0.32) 55%, transparent 64%);
    filter: blur(0.2px);
  }
.footer {
    background:
      radial-gradient(circle at 88% 10%, rgba(28, 167, 255, 0.16), transparent 22rem),
      #05070d;
  }
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-20 {
  height: 5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-auto {
  width: auto;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-asphalt {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 13 / var(--tw-bg-opacity, 1));
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.text-center {
  text-align: center;
}
.font-display {
  font-family: Rajdhani, Inter, system-ui, sans-serif;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[\.95\] {
  line-height: .95;
}
.tracking-\[\.18em\] {
  letter-spacing: .18em;
}
.tracking-\[\.35em\] {
  letter-spacing: .35em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-ember {
  --tw-text-opacity: 1;
  color: rgb(255 38 61 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-trophy {
  --tw-text-opacity: 1;
  color: rgb(245 166 35 / var(--tw-text-opacity, 1));
}
.text-voltage {
  --tw-text-opacity: 1;
  color: rgb(28 167 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #05070d;
  text-rendering: geometricPrecision;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 38, 61, 0.22), transparent 34rem),
    radial-gradient(circle at 84% 8%, rgba(28, 167, 255, 0.18), transparent 32rem),
    linear-gradient(180deg, #05070d 0%, #070911 45%, #03050a 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 82%);
          mask-image: linear-gradient(to bottom, black, transparent 82%);
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: white;
  background: #ff263d;
}

::selection {
  color: white;
  background: #ff263d;
}

#root {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .hero-visual {
    min-height: 380px;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .founder-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - .75rem);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 82px;
  }

  .hero-title {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .hero-visual {
    min-height: 330px;
    clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%);
  }

  .screen-wall {
    top: 26px;
    right: 18px;
    width: 82%;
    height: 142px;
  }

  .slot-car {
    right: 4%;
    bottom: 86px;
    width: 72%;
  }

  .driver-stand {
    display: none;
  }

  .crowd-row {
    left: 36px;
    right: 18px;
  }

  .benefits-grid {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .benefit-card {
    min-height: auto;
    padding: 1.25rem;
  }

  .section-heading {
    gap: 0.65rem;
  }

  .section-heading h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .signal-bars {
    width: 24px;
  }

  .founder-card {
    min-height: auto;
    padding: 1.5rem;
  }

  .package-top h3 {
    font-size: 2.15rem;
  }

  .featured-car-media {
    height: 8.5rem;
  }

  .featured-car img {
    max-height: 6rem;
    max-width: 70%;
  }

  .universe-gallery {
    gap: .625rem;
    margin-top: 1.5rem;
  }

  .universe-thumbnail figcaption {
    padding: .875rem;
  }

  .universe-thumbnail h3 {
    font-size: .8rem;
  }

  .universe-thumbnail p {
    font-size: .7rem;
    line-height: 1.05rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .universe-thumbnail {
      animation: universe-reveal linear both;
      animation-range: entry 5% cover 24%;
      animation-timeline: view();
    }
  }
}

@keyframes universe-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes confirmation-spin {
  to {
    transform: rotate(360deg);
  }
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

@media (min-width: 640px) {

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

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

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

@media (min-width: 768px) {

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

  .md\:grid-cols-\[1\.4fr_1fr_1fr_1fr\] {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
