:root,
html[data-theme="dark"] {
  --rr-primary: 75 226 119;
  --rr-on-primary: 0 57 21;
  --rr-primary-container: 34 197 94;
  --rr-on-primary-container: 0 75 30;
  --rr-secondary: 183 200 225;
  --rr-on-secondary: 33 49 69;
  --rr-secondary-container: 58 74 95;
  --rr-on-secondary-container: 169 186 211;
  --rr-background: 12 19 36;
  --rr-on-background: 220 225 251;
  --rr-surface: 12 19 36;
  --rr-on-surface: 220 225 251;
  --rr-surface-variant: 46 52 71;
  --rr-on-surface-variant: 188 203 185;
  --rr-outline: 134 149 133;
  --rr-outline-variant: 61 74 61;
  --rr-surface-container-lowest: 7 13 31;
  --rr-surface-container-low: 21 27 45;
  --rr-surface-container: 25 31 49;
  --rr-surface-container-high: 35 41 60;
  --rr-surface-container-highest: 46 52 71;
  --rr-surface-bright: 51 57 76;
  --rr-surface-dim: 12 19 36;
  --rr-surface-tint: 74 225 118;
  --rr-primary-fixed: 107 255 143;
  --rr-primary-fixed-dim: 74 225 118;
  --rr-on-primary-fixed: 0 33 9;
  --rr-on-primary-fixed-variant: 0 83 33;
  --rr-secondary-fixed: 211 228 254;
  --rr-secondary-fixed-dim: 183 200 225;
  --rr-on-secondary-fixed: 11 28 48;
  --rr-on-secondary-fixed-variant: 56 72 93;
  --rr-tertiary: 255 186 96;
  --rr-on-tertiary: 70 42 0;
  --rr-tertiary-container: 238 154 0;
  --rr-on-tertiary-container: 92 57 0;
  --rr-tertiary-fixed: 255 221 183;
  --rr-tertiary-fixed-dim: 255 185 92;
  --rr-on-tertiary-fixed: 42 23 0;
  --rr-on-tertiary-fixed-variant: 101 62 0;
  --rr-error: 255 180 171;
  --rr-on-error: 105 0 5;
  --rr-error-container: 147 0 10;
  --rr-on-error-container: 255 218 214;
  --rr-inverse-surface: 220 225 251;
  --rr-inverse-on-surface: 42 48 67;
  --rr-inverse-primary: 0 110 47;
  --rr-header-surface: 12 19 36;
  --rr-header-surface-scrolled: 7 13 31;
  --rr-header-shadow: 7 13 31;
  --rr-header-border: 255 255 255;
  --rr-footer-text: 148 163 184;
  --rr-footer-bottom: 100 116 139;
  --rr-toggle-surface-start: 25 31 49;
  --rr-toggle-surface-end: 12 19 36;
  --rr-toggle-thumb-start: 73 93 123;
  --rr-toggle-thumb-end: 48 60 84;
  --rr-toggle-thumb-shadow: 5 10 24;
  --rr-toggle-icon-muted: 188 203 185;
  --rr-surface-hairline: rgb(255 255 255 / 0.08);
  --rr-surface-hairline-strong: rgb(255 255 255 / 0.12);
  --rr-elevation-subtle: 0 14px 34px rgb(3 7 18 / 0.16);
  --rr-elevation-surface: inset 0 1px 0 rgb(255 255 255 / 0.06), 0 22px 60px rgb(3 7 18 / 0.24);
  --rr-elevation-surface-strong: inset 0 1px 0 rgb(255 255 255 / 0.06), 0 30px 74px rgb(3 7 18 / 0.32);
  --rr-elevation-surface-hover: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 34px 82px rgb(3 7 18 / 0.38);
  --rr-elevation-button: 0 12px 28px rgb(var(--rr-primary) / 0.14);
  --rr-elevation-button-hover: 0 16px 36px rgb(var(--rr-primary) / 0.22);
  --rr-surface-glass-fill: linear-gradient(180deg, rgb(var(--rr-surface-container-low) / 0.92), rgb(var(--rr-surface-container-lowest) / 0.94));
  --rr-surface-glass-fill-strong: linear-gradient(145deg, rgb(var(--rr-surface-container-high) / 0.9), rgb(var(--rr-surface-container-lowest) / 0.95));
  --rr-surface-panel-fill: linear-gradient(180deg, rgb(var(--rr-surface-container-low) / 0.88), rgb(var(--rr-surface-container-lowest) / 0.94));
  --rr-focus-ring: 0 0 0 3px rgb(var(--rr-primary) / 0.18), 0 0 0 1px rgb(var(--rr-primary) / 0.42);
}

html[data-theme="light"] {
  --rr-primary: 18 136 69;
  --rr-on-primary: 242 251 246;
  --rr-primary-container: 178 233 194;
  --rr-on-primary-container: 8 81 40;
  --rr-secondary: 84 102 124;
  --rr-on-secondary: 243 247 251;
  --rr-secondary-container: 206 216 227;
  --rr-on-secondary-container: 47 63 83;
  --rr-background: 229 236 244;
  --rr-on-background: 18 30 45;
  --rr-surface: 229 236 244;
  --rr-on-surface: 18 30 45;
  --rr-surface-variant: 203 214 226;
  --rr-on-surface-variant: 68 84 103;
  --rr-outline: 112 130 151;
  --rr-outline-variant: 160 176 196;
  --rr-surface-container-lowest: 242 246 251;
  --rr-surface-container-low: 233 239 246;
  --rr-surface-container: 221 229 238;
  --rr-surface-container-high: 208 218 230;
  --rr-surface-container-highest: 193 205 219;
  --rr-surface-bright: 248 251 255;
  --rr-surface-dim: 220 228 237;
  --rr-surface-tint: 18 136 69;
  --rr-primary-fixed: 18 136 69;
  --rr-primary-fixed-dim: 12 112 56;
  --rr-on-primary-fixed: 242 251 246;
  --rr-on-primary-fixed-variant: 223 245 231;
  --rr-secondary-fixed: 220 229 239;
  --rr-secondary-fixed-dim: 186 198 213;
  --rr-on-secondary-fixed: 29 43 61;
  --rr-on-secondary-fixed-variant: 64 79 99;
  --rr-tertiary: 198 135 36;
  --rr-on-tertiary: 255 250 243;
  --rr-tertiary-container: 255 228 186;
  --rr-on-tertiary-container: 110 73 0;
  --rr-tertiary-fixed: 255 221 183;
  --rr-tertiary-fixed-dim: 240 182 94;
  --rr-on-tertiary-fixed: 42 23 0;
  --rr-on-tertiary-fixed-variant: 101 62 0;
  --rr-error: 196 40 28;
  --rr-on-error: 255 255 255;
  --rr-error-container: 255 219 214;
  --rr-on-error-container: 111 20 12;
  --rr-inverse-surface: 23 34 51;
  --rr-inverse-on-surface: 242 246 251;
  --rr-inverse-primary: 47 186 97;
  --rr-header-surface: 235 241 247;
  --rr-header-surface-scrolled: 225 233 242;
  --rr-header-shadow: 102 121 144;
  --rr-header-border: 84 102 124;
  --rr-footer-text: 72 87 105;
  --rr-footer-bottom: 90 107 127;
  --rr-toggle-surface-start: 214 223 233;
  --rr-toggle-surface-end: 229 236 244;
  --rr-toggle-thumb-start: 255 255 255;
  --rr-toggle-thumb-end: 224 232 241;
  --rr-toggle-thumb-shadow: 103 121 142;
  --rr-toggle-icon-muted: 92 109 129;
  --rr-surface-hairline: rgb(var(--rr-on-background) / 0.08);
  --rr-surface-hairline-strong: rgb(var(--rr-on-background) / 0.14);
  --rr-elevation-subtle: 0 12px 30px rgb(var(--rr-header-shadow) / 0.07);
  --rr-elevation-surface: inset 0 1px 0 rgb(255 255 255 / 0.72), 0 18px 44px rgb(var(--rr-header-shadow) / 0.09);
  --rr-elevation-surface-strong: inset 0 1px 0 rgb(255 255 255 / 0.84), 0 24px 56px rgb(var(--rr-header-shadow) / 0.11);
  --rr-elevation-surface-hover: inset 0 1px 0 rgb(255 255 255 / 0.9), 0 28px 64px rgb(var(--rr-header-shadow) / 0.14);
  --rr-elevation-button: 0 10px 24px rgb(var(--rr-primary) / 0.12);
  --rr-elevation-button-hover: 0 14px 32px rgb(var(--rr-primary) / 0.18);
  --rr-surface-glass-fill: linear-gradient(180deg, rgb(255 255 255 / 0.86), rgb(var(--rr-surface-container-low) / 0.82));
  --rr-surface-glass-fill-strong: linear-gradient(145deg, rgb(255 255 255 / 0.96), rgb(var(--rr-surface-container-lowest) / 0.9));
  --rr-surface-panel-fill: linear-gradient(180deg, rgb(var(--rr-surface-bright) / 0.96), rgb(var(--rr-surface-container-low) / 0.88));
  --rr-focus-ring: 0 0 0 3px rgb(var(--rr-primary) / 0.14), 0 0 0 1px rgb(var(--rr-primary) / 0.28);
}

html {
  color-scheme: dark;
  overflow-x: clip;
  scroll-padding-top: calc(var(--site-header-offset, 5.75rem) + 1rem);
  -webkit-text-size-adjust: 100%;
}

html[data-theme="light"] {
  color-scheme: light;
}

body {
  background: rgb(var(--rr-background));
  color: rgb(var(--rr-on-background));
  min-width: 320px;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.site-mobile-nav-open {
  overflow: hidden;
}

:where(img, picture, video, canvas, svg) {
  max-width: 100%;
}

:where(.grid, .flex, .inline-flex) > * {
  min-width: 0;
}

:where(h1, h2, h3, h4, h5, h6, .rr-faq-title, .rr-faq-question, .rr-faq-subquestion) {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

:where(p, li, dd, blockquote, .rr-faq-copy, .rr-faq-answer, .rr-faq-subanswer) {
  overflow-wrap: anywhere;
}

:where(button, input, select, textarea) {
  accent-color: rgb(var(--rr-primary));
}

:where(a, button, input, select, textarea, summary, [role="button"]) {
  outline-color: transparent;
}

:where(a, button, input, select, textarea, summary, [role="button"]):focus-visible {
  outline: none;
}

:where(
  button,
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  summary,
  [role="button"]
):focus-visible {
  box-shadow: var(--rr-focus-ring);
}

:where(input[type="checkbox"], input[type="radio"]):focus-visible {
  outline: 2px solid rgb(var(--rr-primary) / 0.24);
  outline-offset: 3px;
}

:where(a[href]):focus-visible {
  outline: 2px solid rgb(var(--rr-primary) / 0.26);
  outline-offset: 0.18rem;
}

[class~="transition-all"] {
  transition-property:
    transform,
    opacity,
    color,
    background-color,
    border-color,
    box-shadow,
    filter,
    text-decoration-color;
}

.ops-metric-value--infinite {
  display: inline-block;
  letter-spacing: -0.08em;
  animation: rr-ops-infinity-drift 3.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes rr-ops-infinity-drift {
  0%,
  100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 10px rgba(75, 226, 119, 0.18);
  }

  50% {
    transform: translateY(-2px) scale(1.04);
    text-shadow: 0 0 18px rgba(75, 226, 119, 0.34);
  }
}

.rr-hero-title {
  overflow: hidden;
  max-width: 14ch;
  font-size: clamp(2.65rem, 8vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.rr-hero-title-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.65em);
  animation: rr-hero-title-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.rr-hero-title-word:nth-of-type(1) {
  animation-delay: 260ms;
}

.rr-hero-title-word:nth-of-type(2) {
  animation-delay: 360ms;
}

.rr-hero-title-word:nth-of-type(3) {
  animation-delay: 480ms;
}

.rr-hero-title-word:nth-of-type(4) {
  animation-delay: 580ms;
}

.rr-hero-title-word:nth-of-type(5) {
  animation-delay: 680ms;
}

.rr-hero-title-accent {
  animation:
    rr-hero-title-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) 480ms forwards,
    rr-hero-title-accent 1700ms ease 820ms both;
}

@keyframes rr-hero-title-rise {
  from {
    opacity: 0;
    transform: translateY(0.65em);
  }

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

@keyframes rr-hero-title-accent {
  0% {
    text-shadow: 0 0 0 rgba(75, 226, 119, 0);
  }

  45% {
    text-shadow: 0 0 28px rgba(75, 226, 119, 0.42);
  }

  100% {
    text-shadow: 0 0 10px rgba(75, 226, 119, 0.12);
  }
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at top, rgb(var(--rr-primary) / 0.09), transparent 34%),
    linear-gradient(180deg, rgb(var(--rr-background)) 0%, rgb(var(--rr-surface-dim)) 100%);
}

html.is-theme-switching *,
html.is-theme-switching *::before,
html.is-theme-switching *::after {
  transition:
    background-color 190ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 190ms cubic-bezier(0.22, 1, 0.36, 1),
    color 190ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 190ms cubic-bezier(0.22, 1, 0.36, 1),
    fill 190ms cubic-bezier(0.22, 1, 0.36, 1),
    stroke 190ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .ops-metric-value--infinite {
    animation: none !important;
    transform: none !important;
  }
}

.reveal-on-scroll,
.reveal-hidden,
.reveal-item,
.reveal,
.scroll-reveal,
.shape-reveal,
.site-theme-toggle-thumb,
.site-theme-toggle-icon,
.site-theme-toggle-track::before {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.site-theme-toggle-thumb,
.site-theme-toggle-icon,
.site-theme-toggle-track::before {
  will-change: transform, opacity;
}

.card-hover-effect,
.hover-glow,
.hover-card-effect,
.hover-card-glow,
.glow-card,
.green-glow-hover,
.hover-lift,
.hover-lift-glow,
.card-glow-hover {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.site-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@supports (content-visibility: auto) {
  .rr-deferred-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 960px;
  }

  .rr-deferred-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
  }
}

.site-header-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  border-bottom: 1px solid var(--rr-surface-hairline);
  background: rgb(var(--rr-header-surface) / 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--rr-elevation-subtle);
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.site-header-shell.is-scrolled {
  background: rgb(var(--rr-header-surface-scrolled) / 0.94);
  box-shadow: var(--rr-elevation-surface);
}

.site-header-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-brand {
  align-items: center;
  color: rgb(var(--rr-primary));
  display: inline-flex;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.65rem;
  letter-spacing: -0.05em;
  transition: opacity 0.2s ease;
}

.site-brand:hover {
  opacity: 0.82;
}

.site-brand-logo-wrap {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  isolation: isolate;
  overflow: visible;
  position: relative;
  width: clamp(5.25rem, 8.5vw, 7.5rem);
}

html[data-theme="dark"] .site-brand-logo-wrap::before,
html[data-theme="dark"] .site-brand-logo-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

html[data-theme="dark"] .site-brand-logo-wrap::before {
  inset: 76% 1% 4% 1%;
  background:
    radial-gradient(circle at 10% 50%, rgb(var(--rr-primary-fixed) / 0.88) 0%, rgb(var(--rr-primary) / 0.66) 22%, transparent 48%),
    linear-gradient(90deg, rgb(var(--rr-primary-fixed) / 0.78) 0%, rgb(var(--rr-primary) / 0.58) 36%, rgb(235 255 242 / 0.56) 64%, rgb(var(--rr-primary) / 0.34) 100%);
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.94;
  transform: translateY(8%);
}

html[data-theme="dark"] .site-brand-logo-wrap::after {
  inset: 15% 34% 36% 40%;
  background: radial-gradient(circle, rgb(var(--rr-primary-fixed) / 0.9) 0%, rgb(var(--rr-primary) / 0.44) 42%, transparent 78%);
  filter: blur(18px);
  opacity: 0.86;
  transform: scale(1.08);
}

.site-brand-logo {
  display: block;
  height: auto;
  position: relative;
  transform: scale(1.035);
  width: 100%;
  z-index: 1;
}

html[data-theme="dark"] .site-brand-logo {
  filter:
    drop-shadow(0 0 1px rgb(255 255 255 / 0.36))
    drop-shadow(0 0 12px rgb(var(--rr-primary-fixed) / 0.34))
    drop-shadow(0 0 30px rgb(var(--rr-primary) / 0.28))
    drop-shadow(0 6px 18px rgb(0 0 0 / 0.28));
}

.site-brand-text {
  white-space: nowrap;
}

.site-nav-desktop {
  display: none;
  align-items: center;
  gap: clamp(0.45rem, 0.8vw, 0.9rem);
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.78rem, 0.72vw, 0.9rem);
  white-space: nowrap;
}

.site-nav-link {
  position: relative;
  color: rgb(var(--rr-on-surface) / 0.82);
  padding: 0.55rem 0.2rem;
  transition: color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  color: rgb(var(--rr-on-surface));
}

.site-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: rgb(var(--rr-primary));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.site-nav-link:hover::after,
.site-nav-link:focus-visible::after,
.site-nav-link.is-active::after {
  transform: scaleX(1);
}

.site-nav-link.is-active {
  color: rgb(var(--rr-primary));
  font-weight: 700;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 2.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(var(--rr-on-surface));
}

.site-theme-toggle:focus-visible {
  outline: none;
}

.site-theme-toggle-track {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid var(--rr-surface-hairline-strong);
  background:
    linear-gradient(180deg, rgb(var(--rr-toggle-surface-start) / 0.96) 0%, rgb(var(--rr-toggle-surface-end) / 0.96) 100%);
  box-shadow: var(--rr-elevation-subtle);
  overflow: hidden;
}

.site-theme-toggle-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(var(--rr-primary) / 0), rgb(var(--rr-primary) / 0.12), rgb(var(--rr-primary) / 0)),
    linear-gradient(to right, rgb(var(--rr-primary) / 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(var(--rr-primary) / 0.025) 1px, transparent 1px);
  background-size: auto, 18px 18px, 18px 18px;
  background-position: -180% 0, 0 0, 0 0;
  opacity: 0.7;
  animation: site-theme-toggle-scan 9s linear infinite;
  pointer-events: none;
}

.site-theme-toggle-thumb {
  position: absolute;
  top: 0.275rem;
  left: 0.285rem;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 30%, rgb(255 255 255 / 0.88), rgb(255 255 255 / 0) 35%),
    linear-gradient(180deg, rgb(var(--rr-toggle-thumb-start)) 0%, rgb(var(--rr-toggle-thumb-end)) 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.16),
    0 10px 24px rgb(var(--rr-toggle-thumb-shadow) / 0.24);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), background 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s ease;
}

.site-theme-toggle-thumb::before {
  content: "";
  position: absolute;
  inset: 0.34rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--rr-primary) / 0.18);
}

.site-theme-toggle-icon {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, color 0.38s ease;
}

.site-theme-toggle-icon .material-symbols-outlined {
  font-size: 1rem;
}

.site-theme-toggle-icon--moon {
  left: 0.72rem;
}

.site-theme-toggle-icon--sun {
  right: 0.72rem;
}

html[data-theme="dark"] .site-theme-toggle-icon--moon {
  color: rgb(var(--rr-primary-fixed));
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(0deg);
}

html[data-theme="dark"] .site-theme-toggle-icon--sun {
  color: rgb(var(--rr-toggle-icon-muted) / 0.78);
  opacity: 0.46;
  transform: translateY(-50%) scale(0.82) rotate(-40deg);
}

html[data-theme="light"] .site-theme-toggle-icon--moon {
  color: rgb(var(--rr-toggle-icon-muted) / 0.72);
  opacity: 0.42;
  transform: translateY(-50%) scale(0.82) rotate(30deg);
}

html[data-theme="light"] .site-theme-toggle-icon--sun {
  color: rgb(var(--rr-primary));
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(0deg);
}

html[data-theme="light"] .site-theme-toggle-thumb {
  transform: translateX(2.18rem);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.16),
    0 10px 24px rgb(var(--rr-outline) / 0.22);
}

.site-theme-toggle:hover .site-theme-toggle-track {
  border-color: rgb(var(--rr-primary) / 0.24);
}

.site-theme-toggle:hover .site-theme-toggle-thumb {
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.18),
    0 14px 28px rgb(var(--rr-toggle-thumb-shadow) / 0.24);
}

.site-theme-toggle:focus-visible .site-theme-toggle-track {
  border-color: rgb(var(--rr-primary) / 0.46);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.08),
    0 0 0 4px rgb(var(--rr-primary) / 0.16),
    0 12px 28px rgb(var(--rr-header-shadow) / 0.12);
}

.site-header-cta {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 0.125rem;
  background: rgb(var(--rr-primary));
  color: rgb(var(--rr-on-primary));
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  padding: 0.7rem 1rem;
  white-space: nowrap;
  box-shadow: var(--rr-elevation-button);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-header-cta:hover,
.site-header-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--rr-elevation-button-hover);
  filter: brightness(1.03);
}

.site-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border: 1px solid var(--rr-surface-hairline);
  border-radius: 0.125rem;
  color: rgb(var(--rr-on-surface));
  background: rgb(255 255 255 / 0.03);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus-visible {
  border-color: rgb(var(--rr-primary) / 0.35);
  color: rgb(var(--rr-primary));
  background: rgb(var(--rr-primary) / 0.08);
}

.site-mobile-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 1px solid var(--rr-surface-hairline);
  background: rgb(var(--rr-header-surface-scrolled) / 0.96);
  max-height: min(calc(100dvh - var(--site-header-offset, 5rem)), 32rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-mobile-nav.is-open {
  display: block;
}

.site-scroll-progress {
  position: relative;
  height: 3px;
  background: rgb(var(--rr-header-border) / 0.04);
  overflow: hidden;
  border-top: 1px solid rgb(var(--rr-header-border) / 0.03);
}

.site-scroll-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(var(--rr-primary) / 0.02) 0%,
      rgb(var(--rr-primary) / 0.08) 50%,
      rgb(var(--rr-primary) / 0.02) 100%
    );
  pointer-events: none;
}

.site-scroll-progress.is-inactive {
  opacity: 0.35;
}

.site-scroll-progress-bar {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 0%;
  transform-origin: left center;
  background:
    linear-gradient(
      90deg,
      rgb(var(--rr-primary) / 0.72) 0%,
      rgb(var(--rr-primary) / 0.95) 55%,
      rgb(var(--rr-primary-fixed) / 0.82) 100%
    );
  box-shadow:
    0 0 12px rgb(var(--rr-primary) / 0.22),
    0 0 24px rgb(var(--rr-primary) / 0.08);
  transition: width 0.14s ease-out, opacity 0.2s ease;
}

.site-scroll-progress.is-inactive .site-scroll-progress-bar {
  width: 0% !important;
  opacity: 0;
}

.site-scroll-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255 255 255 / 0), rgb(var(--rr-on-background) / 0.45));
  opacity: 0.55;
}

.site-mobile-nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 2rem calc(1.4rem + env(safe-area-inset-bottom));
  display: grid;
  gap: 0.9rem;
}

.site-mobile-link {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--rr-surface-hairline);
  color: rgb(var(--rr-on-surface) / 0.82);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-mobile-link:hover,
.site-mobile-link:focus-visible {
  color: rgb(var(--rr-on-surface));
  transform: translateX(3px);
}

.site-mobile-link.is-active {
  color: rgb(var(--rr-primary));
  font-weight: 700;
}

.site-mobile-cta {
  margin-top: 0.35rem;
  display: inline-flex;
  width: fit-content;
  min-height: 2.9rem;
}

.site-footer-shell {
  position: relative;
  z-index: 20;
  border-top: 1px solid var(--rr-surface-hairline);
  background: rgb(var(--rr-surface-container-lowest));
}

.site-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4rem) 2rem 2rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.site-footer-brand {
  max-width: 22rem;
}

.site-footer-text {
  color: rgb(var(--rr-footer-text));
  line-height: 1.65;
}

.site-footer-status {
  display: inline-block;
  margin-top: 1rem;
  color: rgb(var(--rr-primary) / 0.7);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-group-title {
  color: rgb(var(--rr-on-surface));
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.site-footer-links {
  display: grid;
  gap: 0.7rem;
}

.site-footer-link {
  color: rgb(var(--rr-footer-text));
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-link:hover,
.site-footer-link:focus-visible {
  color: rgb(var(--rr-on-surface));
  transform: translateX(4px);
}

.site-footer-link.is-active {
  color: rgb(var(--rr-primary));
  font-weight: 700;
}

.site-footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rr-surface-hairline);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  color: rgb(var(--rr-footer-bottom));
  font-size: 0.92rem;
  text-align: center;
}

.site-footer-meta,
.site-footer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}

.site-footer-consent-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.58rem 0.82rem;
  border: 1px solid var(--rr-surface-hairline-strong);
  border-radius: 0.125rem;
  background: rgb(var(--rr-surface-container-low) / 0.72);
  color: rgb(var(--rr-on-surface));
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.site-footer-consent-link:hover,
.site-footer-consent-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgb(var(--rr-primary) / 0.36);
  background: rgb(var(--rr-surface-container-high) / 0.94);
  color: rgb(var(--rr-primary-fixed));
  box-shadow: 0 12px 28px rgb(var(--rr-primary) / 0.12);
}

.site-footer-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

.site-consent-fab {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 130;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  padding: 0;
  border: 1px solid rgb(var(--rr-primary) / 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgb(var(--rr-surface-container-high) / 0.94), rgb(var(--rr-surface-container-lowest) / 0.97)),
    linear-gradient(135deg, rgb(var(--rr-primary) / 0.08), transparent 58%);
  color: rgb(var(--rr-on-surface));
  box-sizing: border-box;
  pointer-events: auto;
  touch-action: manipulation;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    0 18px 40px rgb(3 7 18 / 0.34);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.65rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

body.has-consent-decision .site-consent-fab {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-consent-fab:hover,
.site-consent-fab:focus-visible {
  border-color: rgb(var(--rr-primary) / 0.42);
  color: rgb(var(--rr-primary-fixed));
}

.site-consent-fab .material-symbols-outlined {
  font-size: 1.3rem;
  line-height: 1;
}

.site-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 1px solid var(--rr-surface-hairline);
  border-radius: 0.125rem;
  color: rgb(var(--rr-footer-text));
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.rr-social-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  flex-shrink: 0;
}

.site-footer-social:hover,
.site-footer-social:focus-visible {
  color: rgb(var(--rr-primary));
  border-color: rgb(var(--rr-primary) / 0.32);
  background: rgb(var(--rr-primary) / 0.08);
}

@keyframes site-theme-toggle-scan {
  0% {
    background-position: -180% 0, 0 0, 0 0;
  }
  100% {
    background-position: 260% 0, 0 0, 0 0;
  }
}

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

@media (min-width: 1200px) {
  .site-nav-desktop {
    display: flex;
  }

  .site-header-cta {
    display: inline-flex;
  }

  .site-menu-toggle {
    display: none;
  }

  .site-mobile-cta {
    display: none;
  }

  .site-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .site-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .site-footer-meta,
  .site-footer-actions {
    flex-direction: row;
  }

  .site-footer-socials {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 14px;
  }

  [class*="max-w-[1440px]"][class*="px-8"],
  [class*="max-w-7xl"][class*="px-8"],
  [class*="max-w-[1000px]"][class*="px-8"],
  [class*="max-w-[800px]"][class*="px-8"] {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }

  .rr-hero-title {
    max-width: 11ch;
    font-size: clamp(2.2rem, 11vw, 4rem);
  }

  .site-header-inner,
  .site-mobile-nav-inner,
  .site-footer-inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .site-brand {
    font-size: 1.25rem;
  }

  .site-brand-logo-wrap {
    width: 4.75rem;
  }

  .site-scroll-progress {
    height: 2px;
  }

  .site-header-inner {
    padding-top: calc(0.85rem + env(safe-area-inset-top));
    padding-bottom: 0.85rem;
    gap: 0.75rem;
  }

  .site-header-actions {
    gap: 0.55rem;
    margin-left: auto;
  }

  .site-theme-toggle {
    width: 3.95rem;
    height: 2.35rem;
  }

  .site-theme-toggle-thumb {
    top: 0.23rem;
    left: 0.23rem;
    width: 1.84rem;
    height: 1.84rem;
  }

  html[data-theme="light"] .site-theme-toggle-thumb {
    transform: translateX(1.64rem);
  }

  .site-mobile-nav-inner {
    gap: 0.75rem;
  }

  .site-mobile-nav {
    max-height: calc(100dvh - var(--site-header-offset, 4.75rem));
  }

  .site-mobile-link {
    font-size: 1rem;
  }

  .site-footer-inner {
    padding-top: 3rem;
    padding-bottom: calc(1.75rem + env(safe-area-inset-bottom));
  }

  .site-consent-fab {
    right: max(0.75rem, env(safe-area-inset-right));
    left: auto;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    padding: 0;
  }
}

@media (max-width: 900px) {
  [class*="max-w-[1440px]"][class*="px-8"],
  [class*="max-w-7xl"][class*="px-8"],
  [class*="max-w-[1000px]"][class*="px-8"],
  [class*="max-w-[800px]"][class*="px-8"] {
    padding-left: clamp(1rem, 4vw, 1.5rem) !important;
    padding-right: clamp(1rem, 4vw, 1.5rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rr-hero-title-word,
  .rr-hero-title-accent {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    text-shadow: none !important;
  }

  html.is-theme-switching *,
  html.is-theme-switching *::before,
  html.is-theme-switching *::after,
  .site-scroll-progress-bar,
  .site-theme-toggle-thumb,
  .site-theme-toggle-icon,
  .site-theme-toggle-track::before,
  .site-consent-fab {
    transition: none !important;
    animation: none !important;
  }
}
