/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --leading-relaxed: 1.625;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-accent: #3b82f6;
    --color-accent-glow: #60a5fa;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#D3FF01\] {
    background-color: #D3FF01;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/75 {
    --tw-gradient-from: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-black\/35 {
    --tw-gradient-via: color-mix(in srgb, #000 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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-\[background-color\,box-shadow\] {
    transition-property: background-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .will-change-transform {
    will-change: transform;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:bg-white\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }
    }
  }
  .hover\:text-white\/90 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }
    }
  }
  .hover\:brightness-95 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(95%);
        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,);
      }
    }
  }
  .min-\[992px\]\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .min-\[992px\]\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .min-\[992px\]\:inline-flex {
    @media (width >= 992px) {
      display: inline-flex;
    }
  }
  .sm\:mb-6 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:h-16 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .sm\:h-36 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 36);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-xs {
    @media (width >= 40rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .sm\:text-\[11px\] {
    @media (width >= 40rem) {
      font-size: 11px;
    }
  }
  .sm\:tracking-\[0\.2em\] {
    @media (width >= 40rem) {
      --tw-tracking: 0.2em;
      letter-spacing: 0.2em;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:inset-0 {
    @media (width >= 48rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .md\:z-\[1\] {
    @media (width >= 48rem) {
      z-index: 1;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:-mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -20);
    }
  }
  .md\:mt-auto {
    @media (width >= 48rem) {
      margin-top: auto;
    }
  }
  .md\:contents {
    @media (width >= 48rem) {
      display: contents;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:min-h-\[100dvh\] {
    @media (width >= 48rem) {
      min-height: 100dvh;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-none {
    @media (width >= 48rem) {
      max-width: none;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-32 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .md\:pb-12 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:-mt-24 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -24);
    }
  }
  .lg\:h-20 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-44 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 44);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
@supports (padding: max(0px)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
@layer utilities {
  .font-display {
    font-family: "Syncopate", sans-serif;
  }
  .font-condensed {
    font-family: "Oswald", sans-serif;
  }
  .nav-brackets {
    position: relative;
    padding: 0.35rem 1.25rem;
  }
  .nav-brackets::before, .nav-brackets::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: rgba(255, 255, 255, 0.95);
    border-style: solid;
    pointer-events: none;
  }
  .nav-brackets::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
  }
  .nav-brackets::after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
  }
  .site-header.is-scrolled {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }
  .site-header.is-scrolled .nav-brackets::before, .site-header.is-scrolled .nav-brackets::after {
    border-color: rgba(0, 0, 0, 0.85);
  }
  .site-header.is-scrolled [data-hero-nav-link] {
    color: #0a0a0a;
  }
  .site-header.is-scrolled [data-hero-nav-link]:hover {
    color: rgba(0, 0, 0, 0.65);
  }
  .site-header.is-scrolled [data-hero-nav-cta] {
    background-color: #0a0a0a;
    color: #fff;
  }
  .site-header.is-scrolled [data-hero-nav-cta]:hover {
    background-color: #262626;
  }
  .site-header.is-scrolled .mobile-nav-toggle__bar {
    background-color: #0a0a0a;
  }
  .mobile-nav-toggle {
    display: none;
  }
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 2.5rem;
      height: 2.5rem;
      padding: 0.5rem;
      margin-right: -0.5rem;
      background: transparent;
      border: none;
      cursor: pointer;
      z-index: 60;
    }
  }
  .mobile-nav-toggle__bar {
    display: block;
    width: 1.35rem;
    height: 2px;
    background-color: #fff;
    border-radius: 9999px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform-origin: center;
  }
  .mobile-nav-toggle.is-open .mobile-nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-nav-toggle.is-open .mobile-nav-toggle__bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mobile-nav-toggle.is-open .mobile-nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  body.is-mobile-nav-open .site-header {
    z-index: 110;
  }
  body.is-mobile-nav-open .site-header .mobile-nav-toggle.is-open .mobile-nav-toggle__bar {
    background-color: #fff;
  }
  .mobile-nav-panel {
    display: none;
  }
  @media (max-width: 991px) {
    .mobile-nav-panel {
      position: fixed;
      inset: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100dvh;
      background: #0a0a0a;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
      pointer-events: none;
    }
    .mobile-nav-panel[hidden] {
      display: none !important;
    }
    .mobile-nav-panel:not([hidden]) {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
  }
  .mobile-nav-panel__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
    max-width: 20rem;
    padding: 6rem 2rem 2rem;
    text-align: center;
  }
  .mobile-nav-panel__link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.2s ease;
  }
  .mobile-nav-panel__link:hover {
    color: #fff;
  }
  .mobile-nav-panel__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #0a0a0a;
    transition: background-color 0.2s ease;
  }
  .mobile-nav-panel__cta:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  body.is-mobile-nav-open {
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .site-header__nav {
      justify-content: flex-end;
    }
  }
  .glass-card {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .glass-card-active {
    border-color: rgba(59, 130, 246, 0.8);
    box-shadow: 0 0 24px rgba(59, 130, 246, 0.25);
  }
  .glass-card-featured {
    border-color: rgba(211, 255, 1, 0.55);
    box-shadow: 0 0 28px rgba(211, 255, 1, 0.18);
  }
  .card-brackets {
    position: relative;
  }
  .card-brackets::before, .card-brackets::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-color: rgba(255, 255, 255, 0.35);
    border-style: solid;
    pointer-events: none;
    z-index: 2;
  }
  .card-brackets::before {
    top: -1px;
    left: -1px;
    border-width: 2px 0 0 2px;
  }
  .card-brackets::after {
    bottom: -1px;
    right: -1px;
    border-width: 0 2px 2px 0;
  }
  .card-brackets-active::before, .card-brackets-active::after {
    border-color: var(--color-accent-glow);
  }
  .card-brackets-featured::before, .card-brackets-featured::after {
    border-color: rgba(211, 255, 1, 0.75);
  }
  .benefits-section {
    background: #fff;
    color: #0a0a0a;
  }
  .benefits-section__grid {
    display: grid;
    gap: 2rem;
    align-items: start;
  }
  @media (min-width: 768px) {
    .benefits-section__grid {
      gap: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .benefits-section__grid {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 4rem;
    }
  }
  .benefits-section__label {
    margin: 0 0 1.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737373;
    letter-spacing: 0.02em;
  }
  .benefits-section__title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    max-width: 22rem;
  }
  @media (min-width: 1024px) {
    .benefits-section__title {
      max-width: none;
    }
  }
  .benefits-section__desc {
    margin: 0 0 2rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #525252;
    max-width: 26rem;
  }
  .benefits-section__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }
  @media (min-width: 480px) {
    .benefits-section__actions {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0.75rem;
    }
  }
  .benefits-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  @media (min-width: 480px) {
    .benefits-btn {
      width: auto;
    }
  }
  .benefits-btn--secondary {
    background: #f0f0f0;
    color: #0a0a0a;
  }
  .benefits-btn--secondary:hover {
    background: #e5e5e5;
  }
  .benefits-btn--primary {
    background: #0a0a0a;
    color: #fff;
  }
  .benefits-btn--primary:hover {
    background: #262626;
  }
  .benefits-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    grid-auto-rows: 1fr;
  }
  @media (min-width: 640px) {
    .benefits-cards-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.25rem;
    }
  }
  .benefits-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 1.5rem 1.25rem;
    background: #f9f7f5;
    min-height: 100%;
  }
  @media (min-width: 640px) {
    .benefits-card {
      padding: 2rem 1.75rem;
    }
  }
  @media (min-width: 1024px) {
    .benefits-card {
      padding: 2.25rem 2rem;
    }
  }
  .benefits-card__icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    color: #0a0a0a;
  }
  .benefits-card__icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .benefits-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #0a0a0a;
  }
  .benefits-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #4a4a4a;
  }
  .hero-watermark {
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 0.85;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    paint-order: stroke fill;
  }
  .hero-title-stack {
    --hero-bmw-size: clamp(4.25rem, 20vw, 22rem);
    --hero-sub-size: clamp(0.62rem, 2.4vw, 1.25rem);
    --hero-headline-size: clamp(0.95rem, 3.8vw, 2.75rem);
    --hero-brand-tracking: 0.04em;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    line-height: 1;
    text-align: center;
    max-width: 100%;
  }
  @media (min-width: 640px) {
    .hero-title-stack {
      --hero-bmw-size: clamp(5.5rem, 22vw, 22rem);
      --hero-sub-size: clamp(0.75rem, 2vw, 1.25rem);
      --hero-headline-size: clamp(1.15rem, 3.5vw, 2.75rem);
      --hero-brand-tracking: 0.05em;
    }
  }
  @media (min-width: 1024px) {
    .hero-title-stack {
      --hero-bmw-size: clamp(6rem, 25vw, 22rem);
      --hero-sub-size: clamp(0.8rem, 1.75vw, 1.25rem);
      --hero-headline-size: clamp(1.25rem, 3.5vw, 2.75rem);
      --hero-brand-tracking: 0.06em;
    }
  }
  .hero-title-stack__headline-wrap {
    margin: 0 0 0.75em;
  }
  .hero-title-stack__headline {
    margin: 0;
    padding: 0;
    font-size: var(--hero-headline-size);
    line-height: 1.1;
    letter-spacing: 0.12em;
  }
  @media (prefers-reduced-motion: no-preference) {
    [data-hero-img], [data-hero-header], [data-hero-title-stack], [data-hero-desc], [data-hero-cta], [data-hero-overlay-top], [data-hero-overlay] {
      visibility: hidden;
    }
  }
  .hero-title-stack__brand {
    display: block;
    margin: 0;
    padding: 0;
    font-size: var(--hero-bmw-size);
    line-height: 0.82;
    letter-spacing: var(--hero-brand-tracking);
    color: rgba(255, 255, 255, 0.78);
    max-width: 100%;
    overflow: hidden;
  }
  .hero-title-stack__sub {
    width: 100%;
    margin: 0 0 0.35em;
    padding: 0;
    font-size: var(--hero-sub-size);
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: justify;
    text-align-last: justify;
  }
  .pricing-section {
    background: #fff;
    color: #0a0a0a;
    border-top: 1px solid #f0f0f0;
  }
  .pricing-section__header {
    max-width: 36rem;
    margin: 0 auto 3rem;
    text-align: center;
  }
  @media (min-width: 1024px) {
    .pricing-section__header {
      margin-bottom: 3.5rem;
    }
  }
  .pricing-section__label {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737373;
    letter-spacing: 0.02em;
  }
  .pricing-section__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #0a0a0a;
  }
  .pricing-section__desc {
    margin: 0 auto 1.75rem;
    max-width: 32rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #6b6b6b;
  }
  .pricing-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem;
    background: #f3f4f6;
    border-radius: 9999px;
    gap: 0.15rem;
  }
  .pricing-toggle__btn {
    padding: 0.55rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }
  @media (min-width: 640px) {
    .pricing-toggle__btn {
      padding: 0.55rem 1.25rem;
      font-size: 0.85rem;
    }
  }
  .pricing-toggle__btn.is-active {
    color: var(--color-accent, #3b82f6);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .pricing-layout {
    display: grid;
    gap: 1.25rem;
    align-items: start;
  }
  @media (min-width: 900px) {
    .pricing-layout {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      gap: 1.5rem;
    }
  }
  .pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  .pricing-plan {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem 1.25rem;
    text-align: left;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 1rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  }
  @media (min-width: 640px) {
    .pricing-plan {
      padding: 1.25rem 1.5rem;
      gap: 1.15rem;
    }
  }
  .pricing-plan:hover:not(.is-active) {
    border-color: #d4d4d4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  .pricing-plan.is-active {
    color: #fff;
    background-color: var(--color-accent, #3b82f6);
    background-image: repeating-linear-gradient( -45deg, transparent, transparent 12px, rgba(255, 255, 255, 0.04) 12px, rgba(255, 255, 255, 0.04) 24px );
    border-color: var(--color-accent, #3b82f6);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25);
  }
  .pricing-plan__check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid #d1d5db;
    border-radius: 0.35rem;
    font-size: 0.65rem;
    color: transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }
  .pricing-plan.is-active .pricing-plan__check {
    border-color: #fff;
    background: #fff;
    color: var(--color-accent, #3b82f6);
  }
  .pricing-plan__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .pricing-plan__name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }
  .pricing-plan__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
  }
  .pricing-plan:not(.is-active) .pricing-plan__name {
    color: #0a0a0a;
  }
  .pricing-plan__badge {
    padding: 0.2rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #7c3aed;
    background: #ede9fe;
    border-radius: 9999px;
  }
  .pricing-plan.is-active .pricing-plan__badge {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  .pricing-plan__meta {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #9ca3af;
  }
  .pricing-plan.is-active .pricing-plan__meta {
    color: rgba(255, 255, 255, 0.75);
  }
  .pricing-plan__price {
    flex-shrink: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    text-align: right;
  }
  @media (min-width: 640px) {
    .pricing-plan__price {
      font-size: 1rem;
    }
  }
  @media (max-width: 479px) {
    .pricing-plan {
      flex-wrap: wrap;
      row-gap: 0.65rem;
    }
    .pricing-plan__price {
      width: 100%;
      padding-left: calc(1.35rem + 1rem);
      text-align: left;
      white-space: normal;
    }
  }
  .pricing-plan:not(.is-active) .pricing-plan__price {
    color: #0a0a0a;
  }
  .pricing-plan__period {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.75;
  }
  .pricing-panel {
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 1.25rem;
    min-height: 100%;
  }
  @media (min-width: 640px) {
    .pricing-panel {
      padding: 2rem 2rem;
    }
  }
  .pricing-panel__label {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a0a0a;
  }
  .pricing-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .pricing-panel__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
  }
  .pricing-panel__list li:last-child {
    border-bottom: none;
  }
  .pricing-panel__list i {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: var(--color-accent, #3b82f6);
  }
  .pricing-panel__notes {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  .pricing-panel__note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #4b5563;
  }
  .pricing-panel__note strong {
    font-weight: 600;
    color: #0a0a0a;
  }
  .pricing-panel__note--muted {
    color: #6b7280;
  }
  .pricing-vat {
    margin: 2rem 0 0;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #9ca3af;
  }
  .conditions-section {
    background: #fff;
    color: #0a0a0a;
  }
  .conditions-section__label {
    margin: 0 0 1.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737373;
    letter-spacing: 0.02em;
  }
  .conditions-section__title {
    margin: 0 0 2rem;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    max-width: 42rem;
  }
  @media (min-width: 768px) {
    .conditions-section__title {
      margin-bottom: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .conditions-section__title {
      margin-bottom: 4rem;
    }
  }
  .conditions-faq__item {
    display: grid;
    gap: 0.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eeeeee;
  }
  @media (min-width: 640px) {
    .conditions-faq__item {
      gap: 1rem;
      padding: 2rem 0;
    }
  }
  @media (min-width: 768px) {
    .conditions-faq__item {
      grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
      gap: 3rem;
      padding: 2.5rem 0;
    }
  }
  .conditions-faq__question {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #0a0a0a;
  }
  .conditions-faq__answer {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4a4a4a;
  }
  .conditions-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 3rem;
    padding: 1.75rem 1.5rem;
    background: #f9f7f5;
    border-radius: 1rem;
  }
  @media (min-width: 768px) {
    .conditions-cta {
      flex-direction: row;
      align-items: center;
      gap: 2rem;
      margin-top: 4rem;
      padding: 2rem 2.25rem;
    }
  }
  .conditions-cta__logo {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
  }
  .conditions-cta__logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .conditions-cta__text {
    flex: 1;
    min-width: 0;
  }
  .conditions-cta__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0a0a0a;
  }
  .conditions-cta__desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #525252;
  }
  .conditions-cta__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: #0a0a0a;
    color: #fff;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
  }
  @media (min-width: 768px) {
    .conditions-cta__btn {
      width: auto;
    }
  }
  .conditions-cta__btn:hover {
    background: #262626;
  }
  .conditions-gallery {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  @media (min-width: 768px) {
    .conditions-gallery {
      margin-top: 4rem;
      padding-top: 4rem;
    }
  }
  .conditions-gallery__label {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737373;
    letter-spacing: 0.02em;
  }
  .conditions-gallery__title {
    margin: 0 0 2.5rem;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    max-width: 36rem;
  }
  .conditions-gallery__slider-wrap {
    position: relative;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
  }
  @media (min-width: 640px) {
    .conditions-gallery__slider-wrap {
      margin: 0 -1rem;
      padding: 0 1rem;
    }
  }
  @media (min-width: 1024px) {
    .conditions-gallery__slider-wrap {
      margin: 0;
      padding: 0 3.5rem;
    }
  }
  .conditions-gallery__swiper {
    overflow: visible;
  }
  .conditions-gallery__slide {
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    background: #f3f3f3;
    aspect-ratio: 16 / 10;
    cursor: zoom-in;
  }
  .conditions-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }
  .conditions-gallery__slide:hover img {
    transform: scale(1.03);
  }
  .conditions-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.75rem;
    border: 1px solid #e5e5e5;
    border-radius: 9999px;
    background: #fff;
    color: #0a0a0a;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }
  .conditions-gallery__nav:hover {
    background: #f5f5f5;
    border-color: #d4d4d4;
  }
  .conditions-gallery__nav--prev {
    left: 0;
  }
  .conditions-gallery__nav--next {
    right: 0;
  }
  @media (max-width: 1023px) {
    .conditions-gallery__nav {
      display: none;
    }
  }
  .conditions-gallery__pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.75rem;
  }
  .conditions-gallery__pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
    background: #d4d4d4;
    opacity: 1;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .conditions-gallery__pagination .swiper-pagination-bullet-active {
    background: #0a0a0a;
    transform: scale(1.15);
  }
  .inquiry-section {
    min-height: auto;
  }
  @media (min-width: 1024px) {
    .inquiry-section {
      min-height: 100dvh;
    }
  }
  .inquiry-section__grid {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr;
  }
  @media (min-width: 1024px) {
    .inquiry-section__grid {
      min-height: 100dvh;
    }
  }
  @media (min-width: 1024px) {
    .inquiry-section__grid {
      grid-template-columns: 4fr 6fr;
    }
  }
  .inquiry-section__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0a0a0a;
    color: #fff;
    padding: 2.5rem 1.25rem;
  }
  @media (min-width: 640px) {
    .inquiry-section__info {
      padding: 4rem 2.5rem;
    }
  }
  @media (min-width: 1024px) {
    .inquiry-section__info {
      padding: 4rem 3.5rem 4rem 4rem;
    }
  }
  @media (min-width: 1280px) {
    .inquiry-section__info {
      padding: 5rem 4rem 5rem 5rem;
    }
  }
  .inquiry-section__title {
    margin: 0 0 2.5rem;
    font-family: var(--font-condensed, "Oswald", sans-serif);
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: none;
  }
  .inquiry-section__title-accent {
    display: inline;
    background: linear-gradient(transparent 72%, rgba(211, 255, 1, 0.55) 72%);
  }
  .inquiry-section__label {
    margin: 0 0 1.25rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
  }
  .inquiry-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .inquiry-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
  }
  .inquiry-benefits__icon {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 0.75rem;
    color: #d3ff01;
  }
  .inquiry-section__call {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 2.5rem;
    padding: 0.9rem 1.35rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
    width: fit-content;
  }
  .inquiry-section__call:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
  }
  .inquiry-section__email {
    margin: 1.5rem 0 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
  }
  .inquiry-section__email a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .inquiry-section__email a:hover {
    color: #d3ff01;
  }
  .inquiry-section__form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcfbfc;
    padding: 2.5rem 1.25rem;
  }
  @media (min-width: 640px) {
    .inquiry-section__form-wrap {
      padding: 4.5rem 3.5rem;
    }
  }
  @media (min-width: 1024px) {
    .inquiry-section__form-wrap {
      padding: 5.5rem 4.5rem 5.5rem 3.5rem;
    }
  }
  .inquiry-form {
    width: 100%;
    max-width: 32rem;
  }
  .inquiry-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  @media (min-width: 640px) {
    .inquiry-progress {
      gap: 1.5rem;
      margin-bottom: 3.5rem;
    }
  }
  .inquiry-progress__step-num {
    font-family: var(--font-condensed, "Oswald", sans-serif);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #8e8e93;
  }
  .inquiry-progress__bar-bg {
    flex: 1;
    height: 2px;
    background: #e5e5e7;
    border-radius: 9999px;
    overflow: hidden;
  }
  .inquiry-progress__bar {
    height: 100%;
    width: 33.33%;
    background: #0a0a0a;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .inquiry-form__fields {
    position: relative;
  }
  .inquiry-step {
    display: none;
    flex-direction: column;
    gap: 2.25rem;
  }
  .inquiry-step.is-active {
    display: flex;
  }
  .inquiry-step__heading {
    font-family: var(--font-condensed, "Oswald", sans-serif);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #0a0a0a;
    margin: 0 0 0.5rem;
  }
  @media (min-width: 640px) {
    .inquiry-step__heading {
      font-size: 1.75rem;
    }
  }
  .inquiry-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .inquiry-fieldset {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
  }
  .inquiry-fieldset > legend {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }
  .inquiry-field__label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #52525b;
    margin-bottom: 0.1rem;
  }
  .inquiry-field__optional {
    font-weight: 400;
    color: #a1a1aa;
    text-transform: none;
    letter-spacing: normal;
  }
  .inquiry-field__input {
    width: 100%;
    padding: 0.85rem 0;
    font-size: 1rem;
    color: #0a0a0a;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e4e4e7;
    border-radius: 0;
    outline: none;
    transition: border-color 0.25s ease;
  }
  .inquiry-field__input::placeholder {
    color: #d1d1d6;
  }
  .inquiry-field__input:focus {
    border-bottom-color: #0a0a0a;
    box-shadow: none;
  }
  .inquiry-field__input:invalid:not(:placeholder-shown):not(:focus) {
    border-bottom-color: #ef4444;
  }
  .inquiry-phone-wrap {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e4e4e7;
    transition: border-color 0.25s ease;
  }
  .inquiry-phone-wrap:focus-within {
    border-bottom-color: #0a0a0a;
  }
  .inquiry-phone-prefix {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    padding: 0.85rem 0.65rem 0.85rem 0;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
  }
  .inquiry-phone-prefix .fi {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 1.35rem;
    line-height: 1rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  }
  .inquiry-phone-prefix .fi.fi-cz {
    background-image: url(../assets/flags/cz.svg);
  }
  .inquiry-phone-prefix .fi::before {
    content: "\00a0";
  }
  .inquiry-phone-prefix__code {
    font-size: 1rem;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 1;
  }
  @media (min-width: 640px) {
    .inquiry-field__input, .inquiry-phone-prefix__code {
      font-size: 1.15rem;
    }
  }
  .inquiry-field__input--phone {
    border-bottom: none !important;
  }
  .inquiry-phone-wrap:has(.inquiry-field__input:invalid:not(:placeholder-shown):not(:focus)) {
    border-bottom-color: #ef4444;
  }
  .inquiry-field__error {
    margin: 0.25rem 0 0;
    font-size: 0.8rem;
    color: #ef4444;
  }
  .inquiry-field__error:not([hidden]) {
    display: block;
  }
  .inquiry-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
  }
  @media (min-width: 480px) {
    .inquiry-pills {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .inquiry-pill {
    display: block;
    cursor: pointer;
  }
  .inquiry-pill span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.65rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #27272a;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 9999px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .inquiry-pill:hover span {
    border-color: #d4d4d8;
  }
  .inquiry-pill input:checked + span {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .inquiry-checks {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .inquiry-check {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
  }
  .inquiry-check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .inquiry-check__box {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    border: 1.5px solid #d4d4d4;
    border-radius: 0.3rem;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .inquiry-check__input:checked + .inquiry-check__box {
    border-color: #0a0a0a;
    background: #0a0a0a;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .inquiry-check__input:focus-visible + .inquiry-check__box {
    outline: 2px solid #0a0a0a;
    outline-offset: 2px;
  }
  .inquiry-check__text {
    font-size: 0.85rem;
    line-height: 1.45;
    color: #525252;
  }
  .inquiry-form__legal {
    margin: 0;
    font-size: 0.7rem;
    color: #a3a3a3;
    line-height: 1.5;
  }
  .inquiry-form__nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 2.5rem;
  }
  @media (min-width: 480px) {
    .inquiry-form__nav {
      flex-direction: row;
      align-items: center;
      gap: 1.5rem;
      margin-top: 3rem;
    }
  }
  .inquiry-form__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 9999px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
  }
  @media (min-width: 480px) {
    .inquiry-form__nav-btn {
      width: fit-content;
      padding: 1rem 2.25rem;
      font-size: 0.88rem;
    }
  }
  .inquiry-form__nav-btn--prev {
    background: transparent;
    color: #404040;
    border: 1px solid #d4d4d8;
  }
  .inquiry-form__nav-btn--prev:hover {
    color: #0a0a0a;
    border-color: #0a0a0a;
    background: rgba(0, 0, 0, 0.02);
  }
  .inquiry-form__nav-btn--next {
    background: #0a0a0a;
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .inquiry-form__nav-btn--next:hover {
    background: #171717;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  }
  .inquiry-form__nav-btn--submit {
    background: #d3ff01;
    color: #0a0a0a;
    border: none;
    box-shadow: 0 4px 14px rgba(211, 255, 1, 0.2);
  }
  .inquiry-form__nav-btn--submit:hover {
    background: #c4f000;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(211, 255, 1, 0.35);
  }
  .inquiry-form__success {
    text-align: center;
    padding: 3rem 1rem;
  }
  .inquiry-form__success:not([hidden]) {
    display: block;
  }
  .inquiry-form__success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    background: #d3ff01;
    color: #0a0a0a;
    font-size: 1.25rem;
  }
  .inquiry-form__success-title {
    margin: 0 0 0.75rem;
    font-family: var(--font-condensed, "Oswald", sans-serif);
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a0a0a;
  }
  .inquiry-form__success-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #525252;
  }
  @media (max-width: 767px) {
    [data-hero-center] {
      gap: 1.75rem;
      padding-top: 4.5rem;
      padding-bottom: 2rem;
    }
    [data-hero-title-stack] {
      margin-top: 0 !important;
    }
    [data-hero-content] {
      padding: 0;
      min-height: auto;
    }
    [data-hero-bottom-row] {
      width: 100%;
    }
  }
  @media (max-width: 767px) and (max-height: 700px) {
    [data-hero-center] {
      gap: 1.25rem;
      padding-top: 4rem;
    }
    .hero-title-stack {
      --hero-bmw-size: clamp(3.75rem, 18vw, 5.5rem);
      --hero-headline-size: clamp(0.9rem, 3.5vw, 1.15rem);
    }
  }
  @media (max-width: 639px) {
    .pricing-panel__list li {
      align-items: flex-start;
      gap: 0.75rem;
      padding: 0.85rem 0;
      font-size: 0.88rem;
    }
    .pricing-panel__list li span {
      flex: 1;
      min-width: 0;
    }
    .pricing-section__header {
      margin-bottom: 2rem;
    }
    .pricing-vat {
      margin-top: 1.5rem;
      padding: 0 0.5rem;
    }
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-duration: initial;
    }
  }
}
