/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@400;600;800;900&display=swap');

/* Root variables */
:root {
  --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-display: "Unbounded", ui-sans-serif, system-ui, sans-serif;
  --color-gray-50: oklch(98.5% .002 247.839);
  --color-gray-200: oklch(92.8% .006 264.531);
  --color-gray-600: oklch(44.6% .03 256.802);
  --color-gray-700: oklch(37.3% .034 259.733);
  --color-gray-900: oklch(21% .034 264.665);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-5xl: 64rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-8xl: 6rem;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --tracking-tighter: -0.05em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --blur-sm: 8px;
  --blur-md: 12px;
  --blur-xl: 24px;
  --blur-2xl: 40px;
  --default-transition-duration: 0.15s;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base styles */
*,
*:before,
*:after,
::backdrop {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}
 /* Дополнительные стили для модального окна */
 #feedbackModal button {
     cursor: pointer;
 }
#feedbackModal {
    transition: opacity 0.3s ease;
    z-index: 999999
}

#feedbackModal[style*="display: flex"] {
    animation: modalFadeIn 0.3s ease;
}
button {
    cursor:pointer;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(4px);
    }
}

#feedbackModal .glass-panel {
    animation: modalSlideIn 0.4s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Стили для чекбоксов */
.peer:checked ~ span svg {
    display: block;
}

/* Улучшение для мобильных устройств */
@media (max-width: 640px) {
    #feedbackModal .glass-panel {
        max-width: 100%;
        margin: 1rem;
    }
}
/* FAQ стили */
.faq-content {
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
    will-change: max-height, opacity;
}

.faq-item .faq-icon {
    transition: background-color 0.3s ease, color 0.3s ease;
}
 .faq-content {
        transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
        will-change: max-height, opacity;
    }
    
    .faq-item .faq-icon {
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .leading-relaxed {
        padding-top: 10px;
    }
    .glass-panel {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
    }
.cta2 {
    padding: 30px 20px;
    width: 100%;
    margin: 0px;
    max-width: 100%!important;
    margin-top: 100px;
}
#content a {
    color: #ff8c19;
}
::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

html,
:host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

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

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

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

button,
input,
select,
optgroup,
textarea {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
}

::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

textarea {
  resize: vertical;
}

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

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

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

button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  appearance: button;
}

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}

/* Utility classes */
.pointer-events-none {
  pointer-events: none;
}

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

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.inset-2 {
  inset: 0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-24 {
  top: -6rem;
}

.top-0 {
  top: 0;
}

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

.top-1\/4 {
  top: 25%;
}

.top-6 {
  top: 1.5rem;
}

.top-12 {
  top: 3rem;
}

.top-full {
  top: 100%;
}

.-right-3 {
  right: -0.75rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-24 {
  right: -6rem;
}

.right-0 {
  right: 0;
}

.right-1\/4 {
  right: 25%;
}

.right-6 {
  right: 1.5rem;
}

.right-\[10\%\] {
  right: 10%;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0;
}

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

.left-6 {
  left: 1.5rem;
}

.left-\[10\%\] {
  left: 10%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-inline: auto;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-24 {
  height: 6rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-96 {
  height: 24rem;
}

.h-\[500px\] {
  height: 500px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-96 {
  width: 24rem;
}

.w-\[500px\] {
  width: 500px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: max-content;
}

.max-w-2xl {
  max-width: var(--container-2xl, 42rem);
}

.max-w-3xl {
  max-width: var(--container-3xl, 48rem);
}

.max-w-5xl {
  max-width: var(--container-5xl, 64rem);
}

.max-w-7xl {
  max-width: var(--container-7xl, 80rem);
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[1440px\] {
  max-width: 1600px;
}



.max-w-lg {
  max-width: var(--container-lg, 32rem);
}

.max-w-md {
  max-width: var(--container-md, 28rem);
}

.max-w-xs {
  max-width: var(--container-xs, 20rem);
}

.flex-1 {
  flex: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

.translate-y-4 {
  transform: translate(0, 1rem);
}

.scale-105 {
  transform: scale(1.05);
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.auto-rows-\[320px\] {
  grid-auto-rows: 320px;
}

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

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

.flex-col {
  flex-direction: column;
}

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

.items-end {
  align-items: flex-end;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.space-y-3 > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.space-y-4 > :not(:last-child) {
  margin-bottom: 1rem;
}

.space-y-5 > :not(:last-child) {
  margin-bottom: 1.25rem;
}

.space-y-6 > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.space-y-10 > :not(:last-child) {
  margin-bottom: 2.5rem;
}

.divide-y > :not(:last-child) {
  border-top-width: 1px;
  border-bottom-width: 0;
}

.divide-gray-200 > :not(:last-child) {
  border-color: var(--color-gray-200, oklch(92.8% .006 264.531));
}

.divide-white\/10 > :not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1);
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: var(--radius-2xl, 1rem);
}

.rounded-3xl {
  border-radius: var(--radius-3xl, 1.5rem);
}

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

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

.rounded-lg {
  border-radius: var(--radius-lg, 0.5rem);
}

.rounded-xl {
  border-radius: var(--radius-xl, 0.75rem);
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #7575758a;
}

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

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-gray-200 {
  border-color: var(--color-gray-200, oklch(92.8% .006 264.531));
}

.border-transparent {
  border-color: transparent;
}

.border-white\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}

.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-\[\#0A0A0A\] {
  background-color: #0a0a0a;
}

.bg-\[\#050505\] {
  background-color: #050505;
}

.bg-\[\#050505\]\/80 {
  background-color: rgba(5, 5, 5, 0.8);
}

.bg-\[\#E66A00\] {
  background-color: #e66a00;
}

.bg-\[\#FF8C19\] {
  background-color: #ff8c19;
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-gray-50 {
  background-color: var(--color-gray-50, oklch(98.5% .002 247.839));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-\[url\(\'https\:\/\/picsum\.photos\/seed\/pattern\/1920\/1080\'\)\] {
  background-image: url(https://picsum.photos/seed/pattern/1920/1080);
}

.from-\[\#050505\]\/50 {
  --tw-gradient-from: rgba(5, 5, 5, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.from-\[\#FFC98B\] {
  --tw-gradient-from: #ffc98b;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.from-black\/90 {
  --tw-gradient-from: rgba(0, 0, 0, 0.9);
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.via-\[\#050505\]\/80 {
  --tw-gradient-via: rgba(5, 5, 5, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-via) var(--tw-gradient-via-position, 50%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.via-\[\#FF8C19\] {
  --tw-gradient-via: #ff8c19;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-via) var(--tw-gradient-via-position, 50%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.via-black\/20 {
  --tw-gradient-via: rgba(0, 0, 0, 0.2);
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-via) var(--tw-gradient-via-position, 50%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.via-black\/40 {
  --tw-gradient-via: rgba(0, 0, 0, 0.4);
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-via) var(--tw-gradient-via-position, 50%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.to-\[\#050505\] {
  --tw-gradient-to: #050505;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.to-\[\#E66A00\] {
  --tw-gradient-to: #e66a00;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.to-white\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2);
  --tw-gradient-stops: var(--tw-gradient-from) var(--tw-gradient-from-position, 0%), var(--tw-gradient-to) var(--tw-gradient-to-position, 100%);
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.fill-\[\#FF8C19\] {
  fill: #ff8c19;
}

.object-cover {
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-3 {
  padding-inline: 0.75rem;
}

.px-4 {
  padding-inline: 1rem;
}

.px-5 {
  padding-inline: 1.25rem;
}

.px-6 {
  padding-inline: 1.5rem;
}

.px-8 {
  padding-inline: 2rem;
}

.px-10 {
  padding-inline: 2.5rem;
}

.py-1 {
  padding-block: 0.25rem;
}

.py-2 {
  padding-block: 0.5rem;
}

.py-3 {
  padding-block: 0.75rem;
}

.py-4 {
  padding-block: 1rem;
}

.py-5 {
  padding-block: 1.25rem;
}

.py-6 {
  padding-block: 1.5rem;
}

.py-20 {
  padding-block: 5rem;
}

.py-32 {
  padding-block: 8rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pt-24 {
  padding-top: 6rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.font-display {
  font-family: var(--font-display, "Unbounded", ui-sans-serif, system-ui, sans-serif);
}

.font-sans {
  font-family: var(--font-sans, "Manrope", ui-sans-serif, system-ui, sans-serif);
}

.text-2xl {
  font-size: var(--text-2xl, 1.5rem);
  line-height: calc(2 / 1.5);
}

.text-3xl {
  font-size: var(--text-3xl, 1.875rem);
  line-height: calc(2.25 / 1.875);
}

.text-4xl {
  font-size: var(--text-4xl, 2.25rem);
  line-height: calc(2.5 / 2.25);
}

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

.text-6xl {
  font-size: var(--text-6xl, 3.75rem);
  line-height: 1;
}

.text-lg {
  font-size: var(--text-lg, 1.125rem);
  line-height: calc(1.75 / 1.125);
}

.text-sm {
  font-size: var(--text-sm, 0.875rem);
  line-height: calc(1.25 / 0.875);
}

.text-xl {
  font-size: var(--text-xl, 1.25rem);
  line-height: calc(1.75 / 1.25);
}

.text-xs {
  font-size: var(--text-xs, 0.75rem);
  line-height: calc(1 / 0.75);
}

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

.leading-\[0\.9\] {
  line-height: 0.9;
}

.leading-relaxed {
  line-height: var(--leading-relaxed, 1.625);
}

.leading-tight {
  line-height: var(--leading-tight, 1.25);
}

.font-black {
  font-weight: var(--font-weight-black, 900);
}

.font-bold {
  font-weight: var(--font-weight-bold, 700);
}

.font-medium {
  font-weight: var(--font-weight-medium, 500);
}

.font-semibold {
  font-weight: var(--font-weight-semibold, 600);
}

.tracking-tighter {
  letter-spacing: var(--tracking-tighter, -0.05em);
}

.tracking-wider {
  letter-spacing: var(--tracking-wider, 0.05em);
}

.tracking-widest {
  letter-spacing: var(--tracking-widest, 0.1em);
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-\[\#FF8C19\] {
  color: #ff8c19;
}

.text-black {
  color: #000;
}

.text-gray-600 {
  color: var(--color-gray-600, oklch(44.6% .03 256.802));
}

.text-gray-700 {
  color: var(--color-gray-700, oklch(37.3% .034 259.733));
}

.text-gray-900 {
  color: var(--color-gray-900, oklch(21% .034 264.665));
}

.text-transparent {
  color: transparent;
}

.text-white {
  color: #fff;
}

.text-white\/40 {
  color: rgba(255, 255, 255, 0.4);
}

.text-white\/50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white\/60 {
  color: rgba(255, 255, 255, 0.6);
}

.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.blur {
  filter: blur(8px);
}

.blur-2xl {
  filter: blur(var(--blur-2xl, 40px));
}

.blur-\[60px\] {
  filter: blur(60px);
}

.blur-\[80px\] {
  filter: blur(80px);
}

.blur-\[120px\] {
  filter: blur(120px);
}

.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-md {
  backdrop-filter: blur(var(--blur-md, 12px));
}

.backdrop-blur-sm {
  backdrop-filter: blur(var(--blur-sm, 8px));
}

.backdrop-blur-xl {
  backdrop-filter: blur(var(--blur-xl, 24px));
}

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter;
  transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: var(--default-transition-duration, 0.15s);
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: var(--default-transition-duration, 0.15s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: var(--default-transition-duration, 0.15s);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: var(--default-transition-duration, 0.15s);
}

.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
  transition-duration: var(--default-transition-duration, 0.15s);
}

.duration-500 {
  transition-duration: 0.5s;
}

.duration-700 {
  transition-duration: 0.7s;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Hover effects */
@media (hover: hover) {
  .group:hover .group-hover\:translate-x-1 {
    transform: translate(0.25rem, 0);
  }
  
  .group:hover .group-hover\:-translate-y-1 {
    transform: translate(0, -0.25rem);
  }
  
  .group:hover .group-hover\:translate-y-0 {
    transform: translate(0, 0);
  }
  
  .group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
  }
  
  .group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
  }
  
  .group:hover .group-hover\:rotate-45 {
    transform: rotate(45deg);
  }
  
  .group:hover .group-hover\:border-\[\#FF8C19\] {
    border-color: #ff8c19;
  }
  
  .group:hover .group-hover\:bg-\[\#FF8C19\] {
    background-color: #ff8c19;
  }
  
  .group:hover .group-hover\:text-white {
    color: #fff;
  }
  
  .group:hover .group-hover\:text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
  
  .hover\:scale-105:hover {
    transform: scale(1.05);
  }
  
  .hover\:border-white\/20:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }
  
  .hover\:border-white\/30:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .hover\:bg-white\/5:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .hover\:bg-white\/10:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .hover\:bg-white\/20:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .hover\:text-\[\#FF8C19\]:hover {
    color: #ff8c19;
  }
  
  .hover\:text-white:hover {
    color: #fff;
  }
  
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}

/* Checked state */
.peer:checked ~ .peer-checked\:border-\[\#FF8C19\] {
  border-color: #ff8c19;
}

.peer:checked ~ .peer-checked\:bg-\[\#FF8C19\] {
  background-color: #ff8c19;
}

.peer:checked ~ .peer-checked\:bg-\[\#FF8C19\]\/10 {
  background-color: rgba(255, 140, 25, 0.1);
}

.peer:checked ~ .peer-checked\:text-white {
  color: #fff;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

/* Placeholder */
::placeholder,
.placeholder\:text-white\/30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

/* Focus states */
.focus\:border-\[\#FF8C19\]:focus {
  border-color: #ff8c19;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:ring-1:focus {
  box-shadow: 0 0 0 1px currentColor;
}

.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px currentColor;
}

.focus\:ring-\[\#FF8C19\]:focus {
  --tw-ring-color: #ff8c19;
}

/* Disabled state */
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

/* Responsive breakpoints */
@media (min-width: 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
  
  .sm\:items-center {
    align-items: center;
  }
  
  .sm\:px-6 {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 48rem) {
  .md\:left-auto {
    left: auto;
  }
  
  .md\:block {
    display: block;
  }
  
  .md\:aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  
  .md\:w-\[400px\] {
    width: 400px;
  }
  
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .md\:flex-row {
    flex-direction: row;
  }
  
  .md\:items-end {
    align-items: flex-end;
  }
  
  .md\:divide-x > :not(:last-child) {
    border-right-width: 1px;
    border-left-width: 0;
  }
  
  .md\:divide-y-0 > :not(:last-child) {
    border-top-width: 0;
    border-bottom-width: 0;
  }
  
  .md\:p-10 {
    padding: 2.5rem;
  }
  
  .md\:p-12 {
    padding: 3rem;
  }
  
  .md\:p-20 {
    padding: 5rem;
  }
  
  .md\:pt-0 {
    padding-top: 0;
  }
  
  .md\:text-2xl {
    font-size: var(--text-2xl, 1.5rem);
    line-height: calc(2 / 1.5);
  }
  
  .md\:text-5xl {
    font-size: var(--text-5xl, 3rem);
    line-height: 1;
  }
  
  .md\:text-6xl {
    font-size: var(--text-6xl, 3.75rem);
    line-height: 1;
  }
  
  .md\:text-7xl {
    font-size: var(--text-7xl, 4.5rem);
    line-height: 1;
  }
  
  .md\:text-xl {
    font-size: var(--text-xl, 1.25rem);
    line-height: calc(1.75 / 1.25);
  }
}

@media (min-width: 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  
  .lg\:block {
    display: block;
  }
  
  .lg\:w-1\/3 {
    width: 33.3333%;
  }
  
  .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-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  
  .lg\:flex-row {
    flex-direction: row;
  }
  
  .lg\:items-center {
    align-items: center;
  }
  
  .lg\:px-8 {
    padding-inline: 2rem;
  }
  
  .lg\:px-12 {
    padding-inline: 3rem;
  }
  
  .lg\:text-8xl {
    font-size: var(--text-8xl, 6rem);
    line-height: 1;
  }
}

@media (min-width: 80rem) {
  .xl\:flex {
    display: flex;
  }
  
  .xl\:hidden {
    display: none;
  }
}

/* Custom styles */
body {
  color: #fff;
  background-color: #050505;
  overflow-x: hidden;
}

.glass-panel {
  backdrop-filter: blur(24px);
background: rgb(221 211 211 / 10%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.checkbox label {
  margin-left: 3px;
}
.checkbox {
  font-size: 11px;
  color: #8e8282;
}
.logo {
  max-width: 190px;
}
.preim-bottom {
      display: flex;
    flex-direction: column;
    text-align: center;
}
.preim {
	font-size: 50px;
}
.text-gradient {
  color: transparent;
  background: linear-gradient(135deg, bisque 0%, #e66a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
      padding-right: 5px;
}

.marquee-container {
  user-select: none;
  gap: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  flex-shrink: 0;
  justify-content: space-around;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 20s linear infinite;
  display: flex;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}