/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --radius-sm: .25rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::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;
    -webkit-text-decoration: 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: -.25em;
  }

  sup {
    top: -.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: #0000;
    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: #0000;
    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;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .transform {
    transform: var(--tw-rotate-x,  ) var(--tw-rotate-y,  ) var(--tw-rotate-z,  ) var(--tw-skew-x,  ) var(--tw-skew-y,  );
  }

  .resize {
    resize: both;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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,  );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}

:root {
  --bg-primary: #000;
  --bg-secondary: #0a0a0a;
  --bg-tertiary: #111;
  --bg-card: #ffffff08;
  --accent: #2aabee;
  --accent-muted: #2aabee26;
  --accent-glow: #2aabee40;
  --accent-hover: #1e96d1;
  --green: #34d399;
  --green-glow: #34d39933;
  --text-primary: #fff;
  --text-secondary: #ffffff8c;
  --text-muted: #ffffff4d;
  --glass-bg: #ffffff0a;
  --glass-border: #ffffff14;
  --glass-hover: #ffffff12;
  --glass-strong: #ffffff0f;
  --radius: 20px;
  --radius-sm: 12px;
  --radius-xs: 8px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  overflow-x: clip;
}

body:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(at 60% 40%, #091428 0%, #050d1a 35%, #000 70%);
  position: fixed;
  inset: 0;
}

#root {
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}

#root.ready {
  opacity: 1;
}

.glass {
  --_blur: blur(40px) saturate(180%);
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--_blur);
  backdrop-filter: var(--_blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

.glass:hover {
  background: var(--glass-hover);
  border-color: #ffffff1f;
}

.glass-strong {
  --_blur: blur(60px) saturate(200%);
  background: var(--glass-strong);
  -webkit-backdrop-filter: var(--_blur);
  backdrop-filter: var(--_blur);
  border-radius: var(--radius);
  border: 1px solid #ffffff1a;
}

.glass-pill {
  --_blur: blur(30px);
  -webkit-backdrop-filter: var(--_blur);
  backdrop-filter: var(--_blur);
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 100px;
}

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

.reveal-scale {
  opacity: 0;
  transition: opacity .5s cubic-bezier(.22, 1, .36, 1), transform .5s cubic-bezier(.22, 1, .36, 1);
  transform: scale(.85);
}

.reveal-scaleX {
  opacity: 0;
  transition: opacity .5s cubic-bezier(.22, 1, .36, 1), transform .5s cubic-bezier(.22, 1, .36, 1);
  transform: scaleX(0);
}

.reveal.visible, .reveal-scale.visible, .reveal-scaleX.visible {
  opacity: 1;
  transform: none;
}

@keyframes liquid-morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0)scale(1);
  }

  33% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30%;
    transform: rotate(120deg)scale(1.04);
  }

  66% {
    border-radius: 50% 60% 30% / 30% 60% 70% 40%;
    transform: rotate(240deg)scale(.96);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: .6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.8);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.liquid-blob {
  filter: blur(120px);
  opacity: .08;
  pointer-events: none;
  animation: 20s ease-in-out infinite liquid-morph;
  position: absolute;
}

.blob-1 {
  background: linear-gradient(135deg, var(--accent) 0%, #6366f1 100%);
  width: 600px;
  height: 600px;
  top: -15%;
  right: -10%;
}

.blob-2 {
  background: linear-gradient(135deg, #8b5cf6 0%, var(--accent) 100%);
  width: 450px;
  height: 450px;
  animation-delay: -7s;
  bottom: 5%;
  left: -10%;
}

.blob-3 {
  background: linear-gradient(135deg, var(--green) 0%, var(--accent) 100%);
  width: 350px;
  height: 350px;
  animation-delay: -14s;
  top: 50%;
  right: 20%;
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent) 0%, #1e96d1 100%);
  color: #fff;
  border-radius: var(--radius-sm);
  cursor: pointer;
  box-shadow: 0 4px 20px var(--accent-glow);
  letter-spacing: -.01em;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 35px #2aabee73;
}

.btn-ghost {
  color: var(--text-primary);
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  cursor: pointer;
  letter-spacing: -.01em;
  background: #ffffff0d;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.btn-ghost:hover {
  background: #ffffff14;
  border-color: #ffffff26;
  transform: translateY(-2px);
}

.btn-sm {
  padding: 8px 18px;
  font-size: .8rem;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px;
  position: relative;
}

.section-title {
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 14px;
  font-family: Outfit, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
}

.section-subtitle {
  color: var(--text-secondary);
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.7;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #ffffff1a;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff3;
}

::selection {
  color: #fff;
  background: #2aabee4d;
}

.globe-container {
  z-index: 0;
  pointer-events: none;
  opacity: .9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .nav-desktop {
    display: none !important;
  }

  .nav-mobile-toggle {
    display: block !important;
  }

  .section {
    padding: 60px 16px;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .section-subtitle {
    font-size: .9rem;
  }
}

@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .features-grid, .protocols-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .protocols-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .traffic-flow-desktop {
    display: none !important;
  }

  .traffic-flow-mobile {
    display: block !important;
  }
}

.traffic-step {
  gap: 16px;
  display: flex;
}

.traffic-step-line {
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 16px;
  display: flex;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .pricing-grid > div {
    transform: none !important;
  }

  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-name-email {
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .verification-code-input {
    letter-spacing: 4px !important;
    padding: 12px !important;
    font-size: 1.4rem !important;
  }
}

@media (max-width: 768px) {
  .globe-container {
    opacity: .45;
  }

  .glass {
    --_blur: blur(20px) saturate(150%);
    background: #0a0f1e99;
  }

  .glass-strong {
    --_blur: blur(30px) saturate(160%);
    background: #0a0f1eb3;
  }

  .glass-pill {
    --_blur: blur(16px);
    background: #0a0f1e8c;
  }

  .glass:hover {
    background: #0a0f1e99;
    border-color: #ffffff14;
    transform: none;
  }

  .glass {
    cursor: default;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
