/*! tailwindcss v4.1.13 | 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-red-100: oklch(93.6% 0.032 17.717);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-7xl: 80rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-lg: 16px;
    --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);
  }
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@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;
  }
  button {
    cursor: pointer;
  }
  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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-64 {
    bottom: calc(var(--spacing) * 64);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[10001\] {
    z-index: 10001;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[900px\] {
    height: 900px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[95vh\] {
    max-height: 95vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black.bg-opacity-50 {
    background-color: rgba(0, 0, 0, .5);
  }
  .bg-black.bg-opacity-60 {
    background-color: rgba(0, 0, 0, .6);
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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);
  }
  .text-\[\#1e3a8a\] {
    color: #1e3a8a;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-400 {
    color: var(--color-blue-400);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, 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));
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:rotate-90 {
    &:hover {
      @media (hover: hover) {
        rotate: 90deg;
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-\[600px\] {
    @media (width >= 40rem) {
      height: 600px;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[750px\] {
    @media (width >= 48rem) {
      height: 750px;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
.header,.route-info div {
  backdrop-filter: blur(10px);
}
.header,.header__logo-img,.waypoint-marker div {
  transition: .3s;
}
.about-us__text:last-child,.about__text:last-child,.dynamic-block__text:last-child {
  margin-bottom: 0;
}
.news-card:hover .news-card__read-more,.single-news__back:hover {
  gap: 12px;
}
.car-card,.cars-for-sale__delivery-link,.footer__link,.header__logo,.header__nav-link,.hero-slider__button,.modal__email-link,.news-card__link,.single-news__back,.single-news__back-btn {
  text-decoration: none;
}
body {
  font-family: Poppins,sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.95);
  z-index: 6000;
  padding: 15px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,.1);
}
.car-card,.services__card {
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  overflow: hidden;
}
@media (max-width:767px) {
  #panel {
    display: none;
  }
  #panel.open #close-panel-button {
    display: block;
  }
  .pc-style {
    display: none !important;
  }
}
@media (min-width:768px) {
  #mobile-tracking-toggle {
    display: none !important;
  }
  #panel {
    display: block !important;
  }
}
.custom-port-marker,.waypoint-marker {
  background: 0 0 !important;
  border: none !important;
}
.real-route {
  stroke: #3b82f6;
  stroke-width: 4;
}
.leaflet-control-attribution,.leaflet-right {
  display: none;
}
.approximate-route {
  stroke: #9ca3af;
  stroke-width: 3;
  stroke-dasharray: 10,10;
}
.waypoint-marker div:hover {
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(59,130,246,.3);
}
.route-info {
  margin: 10px;
}
.route-info div {
  background: rgba(255,255,255,.95) !important;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: monospace;
}
@keyframes pulse-red {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes pulse-green {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
#horizontal-timeline {
  position: relative;
  padding: 20px 0;
}
#horizontal-timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,#10b981 0,#3b82f6 50%,#e5e7eb 100%);
  z-index: 1;
}
#horizontal-timeline>div {
  z-index: 2;
}
@keyframes pulse-status {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.animate-pulse {
  animation: 2s infinite pulse-status;
}
#modal-map {
  cursor: grab;
}
#modal-map:active {
  cursor: grabbing;
}
.origin-marker div {
  box-shadow: 0 0 0 3px rgba(239,68,68,.3) !important;
  animation: 2s infinite pulse-red;
}
.dest-marker div {
  box-shadow: 0 0 0 3px rgba(34,197,94,.3) !important;
  animation: 2s infinite pulse-green;
}
@keyframes pulse-red {
  0%,100% {
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(239,68,68,.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(239,68,68,.2);
  }
}
@keyframes pulse-green {
  0%,100% {
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(34,197,94,.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(34,197,94,.2);
  }
}
.leaflet-control-zoom {
  border: none !important;
  background: 0 0 !important;
}
.leaflet-control-zoom a {
  background-color: #fff !important;
  border: 1px solid #e5e7eb !important;
  color: #374151 !important;
  border-radius: 4px !important;
  margin: 2px !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px !important;
}
.leaflet-control-zoom a:hover {
  background-color: #f9fafb !important;
}
.leaflet-popup-content {
  font-family: inherit;
  font-size: 14px;
}
.car-card__status,.car-card__title,.cars-for-sale__delivery-info,.cars-for-sale__delivery-link,.cars-for-sale__title,.header__nav-link,.hero-slider__arrow,.hero-slider__button,.hero-slider__subtitle,.hero-slider__title {
  font-family: Poppins,sans-serif;
}
.leaflet-popup-content-wrapper {
  border-radius: 8px;
}
@media (max-width:1280px) {
  #vin-modal-content {
    width: 95%;
    height: 90vh;
  }
  #modal-data-container .grid {
    grid-template-columns: 1fr !important;
  }
  .border-r {
    border-right: none !important;
    border-bottom: 1px solid #e5e7eb;
  }
  #horizontal-timeline {
    flex-direction: column;
    gap: 20px;
  }
  #horizontal-timeline::before {
    display: none;
  }
}
.header.scrolled {
  padding: 10px 0;
  background: rgba(255,255,255,.98);
  box-shadow: 0 2px 30px rgba(0,0,0,.15);
}
.car-card:hover .car-card__button,.hero-slider__button:hover {
  background: #1e40af;
  box-shadow: 0 8px 25px rgba(59,130,246,.3);
}
.mob-logo {
  margin-left: 0;
  margin-right: auto;
}
.image-link-car {
    text-align: center;
    padding: 12px;
    height: 160px;
    padding-top: 16.5%;
    width: 100%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid gray;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

@media (max-width:1300px) {
  .image-link-car {
    height: auto;
    padding: 12px !important;
  }
}

.image-link-car::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    z-index: 1;
}
.image-link-car:hover {
    transform: scale(1.05);
}
.image-link-car:hover::before {
    background: rgba(0, 0, 0, 0.1);
}
.image-link-car span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.image-link-car:hover span {
    transform: translateY(-5px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
#quotes form {
    overflow-y: auto;
    padding-inline: 3px;
}
#quotes .grid {
    margin-bottom: 0.5rem;
}
.gap-4 {
  gap: 8px;
}
#quotes input,
#quotes select,
#quotes textarea {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}
#quotes label {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}
#quotes textarea {
    min-height: 80px;
    resize: vertical;
}
@media (max-width: 768px) {
    #quotes .grid {
        grid-template-columns: 1fr !important;
        gap: 0.5rem;
    }
}
#quotes form::-webkit-scrollbar {
    width: 4px;
}
#quotes form::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
#quotes form::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}
.service-card {
    background: linear-gradient(145deg, #deefff, #ffffff);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: left 0.5s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(59, 130, 246, 0.3);
}
.service-card:hover::before {
    left: 100%;
}
.service-icon {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: black;
    margin-bottom: 0.75rem;
}
.service-link {
    display: inline-flex;
    align-items: center;
    color: #3B82F6;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.service-link:hover {
    color: #60a5fa;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.service-card:nth-child(2) {
    animation-delay: 0.1s;
}
.stat-card {
    animation: fadeInUp 0.6s ease forwards;
}
.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }
@media (max-width: 768px) {
    .service-card {
        padding: 1.5rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-title {
        font-size: 1.125rem;
    }

    .stat-card {
        padding: 1rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }
    .flex-col-e {
      flex-direction: column !important;
    }
}
@media (max-height: 968px) {
  #email-form{
    height: 350px;
  }
}

@media (max-height: 788px) {
  #email-form{
    height: 250px;
  }
}

.header__logo-img {
  height: 60px;
  width: auto;
}
.header.scrolled .header__logo-img {
  height: 40px;
}
.header__nav {
  display: flex;
  gap: 40px;
}
.header__nav-link {
  color: #1e3a8a;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.header__nav-link:hover {
  color: #3b82f6;
}
.header__burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}
.header__burger span {
  width: 25px;
  height: 3px;
  background: #333;
  transition: .3s;
  border-radius: 2px;
}
.header__nav-link--track {
  color: #3b82f6;
  font-weight: 600;
}
.header__nav-link--track:hover {
  color: #1e40af;
}
.main {
  padding-top: 100px;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.hero-slider__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform .6s ease-in-out;
}
.hero-slider__slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.hero-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider__content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}
.hero-slider__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero-slider__subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 400;
  opacity: .9;
}
.hero-slider__button {
  display: inline-block;
  padding: 15px 30px;
  background: #3b82f6;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.car-card__button,.contacts__form-label,.services__card-button,.track__button {
  letter-spacing: .5px;
  text-transform: uppercase;
}
.hero-slider__button:hover {
  transform: translateY(-2px);
}
.hero-slider__controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}
.hero-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  transition: .3s;
}
.hero-slider__dot.active {
  background: #fff;
  transform: scale(1.2);
}
.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.2);
  border: none;
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
  z-index: 10;
}
.hero-slider__arrow:hover {
  background: rgba(255,255,255,.3);
}
.hero-slider__arrow--prev {
  left: 30px;
}
.hero-slider__arrow--next {
  right: 30px;
}
.container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 20px;
}
.animate-on-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: .8s;
}
.animate-on-scroll.js-ready {
  opacity: 0;
  transform: translateY(50px);
}
.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}
.car-card:hover,.news-card:hover,.services__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.about,.cars-for-sale,.contacts {
  padding: 80px 0;
  background: #fff;
}
.cars-for-sale__header,.services__header {
  text-align: center;
  margin-bottom: 60px;
}
.cars-for-sale__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 25px;
}
.cars-for-sale__delivery-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.1rem;
  color: #4b5563;
}
.cars-for-sale__delivery-info i {
  color: #3b82f6;
}
.cars-for-sale__delivery-link {
  color: #3b82f6;
  font-weight: 600;
  transition: .3s;
}
.cars-for-sale__delivery-link:hover {
  text-decoration: underline;
  color: #1e40af;
}
.cars-for-sale__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  gap: 30px;
  margin-top: 50px;
}
.car-card {
  background: #fff;
  border-radius: 15px;
  transition: .3s;
  cursor: pointer;
  display: block;
}
.car-card__image-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.car-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.car-card:hover .car-card__image {
  transform: scale(1.1);
}
.car-card__status {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #10b981;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.car-card__status--sold {
  background: #ef4444;
}
.car-card__content {
  padding: 25px;
}
.car-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 15px;
  line-height: 1.3;
}
.car-card__details {
  margin-bottom: 20px;
}
.car-card__detail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #6b7280;
  font-size: .95rem;
  font-family: Poppins,sans-serif;
}
.car-card__price,.services__title {
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
}
.car-card__detail i {
  width: 16px;
  color: #3b82f6;
}
.car-card__price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #10b981;
}
.car-card__price--free {
  color: #3b82f6;
}
.car-card__button {
  width: 100%;
  padding: 12px 20px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: .3s;
  text-align: center;
  font-family: Poppins,sans-serif;
}
.translate {
  font-family: Poppins,sans-serif;
}
.contacts__address::before,.contacts__hours::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #3b82f6;
}
.track__button {
  width: 100%;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.car-card:hover .car-card__button {
  transform: translateY(-2px);
}
.about-us,.services {
  padding: 80px 0;
  background: #f8f9fa;
}
.services__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1e3a8a;
}
.services__subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  font-family: Poppins,sans-serif;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  gap: 30px;
  margin-top: 50px;
}
.services__card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  transition: .3s;
  position: relative;
}
.services__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#3b82f6,#1e40af);
  transition: left .3s;
}
.services__card-button:hover,.track__button:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59,130,246,.3);
}
.services__card:hover::before {
  left: 0;
}
.services__icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.services__icon--image {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  object-fit: cover;
  transition: .3s;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.services__card:hover .services__icon--image {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0,0,0,.2);
}
.services__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: Poppins,sans-serif;
}
.services__card-description {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 25px;
  line-height: 1.6;
  font-family: Poppins,sans-serif;
}
.services__card-button,.track__button {
  display: inline-block;
  padding: 12px 25px;
  background: #3b82f6;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: .3s;
  font-family: Poppins,sans-serif;
}
.about__image,.track,.track__info {
  width: 100%;
  border-radius: 15px;
}
.track {
  position: relative;
  max-width: 1290px;
  height: 400px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 30px 30px 30px 100px;
  box-shadow: 0 20px 40px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,.1),0 5px 10px rgba(0,0,0,.05);
  overflow: hidden;
}
.track__info {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  max-width: 350px;
  text-align: center;
}
.track__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
}
.about__container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}
.about__image {
  height: auto;
  max-height: 350px;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(0,0,0,.1);
  transition: .3s;
}
.about__image:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.about-us__content,.about__content,.contacts__info {
  padding: 20px 0;
}
.about-us__title,.about__title,.contacts__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: Poppins,sans-serif;
}
.about-us__text,.about__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 25px;
  font-family: Poppins,sans-serif;
}
.about-us__container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-us__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us__phone {
  position: relative;
  width: 320px;
  height: 640px;
  background: linear-gradient(145deg,#2c2c2c,#1a1a1a);
  border-radius: 52px;
  padding: 14px 8px;
  box-shadow: 0 0 0 1px #333,0 0 0 3px #111,0 24px 48px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.1);
  transition: .3s;
}
.about-us__phone:hover {
  transform: translateY(-7px) scale(1.02);
  box-shadow: 0 0 0 1px #333,0 0 0 3px #111,0 30px 60px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.1);
}
.about-us__phone::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 14px;
  background: #000;
  border-radius: 9px;
  z-index: 10;
}
.about-us__phone::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 57px;
  height: 3px;
  background: #333;
  border-radius: 1px;
  z-index: 11;
}
.about-us__image {
  width: 100%;
  height: 100%;
  border-radius: 46px;
  object-fit: cover;
  position: relative;
  z-index: 5;
  box-shadow: inset 0 0 13px rgba(0,0,0,.2);
}
.contacts__form,.contacts__map {
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
.about-us__phone .about-us__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 30%,rgba(255,255,255,0) 70%);
  border-radius: 46px;
  pointer-events: none;
  z-index: 6;
}
.about-us__phone-indicator {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 3px;
  background: rgba(255,255,255,.3);
  border-radius: 3px;
  z-index: 10;
}
.about-us__phone-button-left {
  position: absolute;
  left: -1px;
  top: 137px;
  width: 3px;
  height: 34px;
  background: linear-gradient(90deg,#2c2c2c,#1a1a1a);
  border-radius: 1px 0 0 1px;
}
.about-us__phone-button-right {
  position: absolute;
  right: -1px;
  top: 114px;
  width: 3px;
  height: 68px;
  background: linear-gradient(90deg,#1a1a1a,#2c2c2c);
  border-radius: 0 1px 1px 0;
}
.contacts__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
.contacts__address,.contacts__hours {
  gap: 10px;
  font-family: Poppins,sans-serif;
  display: flex;
}
.contacts__details,.single-news__header {
  margin-bottom: 40px;
}
.contacts__address {
  font-size: 1.2rem;
  color: #4b5563;
  margin-bottom: 10px;
  align-items: center;
}
.contacts__address::before {
  content: "";
  content: "\f3c5";
  font-size: 1.1rem;
}
.contacts__hours {
  font-size: 1.1rem;
  color: #6b7280;
  align-items: center;
}
.contacts__hours::before {
  content: "";
  content: "\f017";
  font-size: 1rem;
}
.contacts__form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
}
.contacts__form-group,.modal__form-group {
  margin-bottom: 20px;
}
.contacts__form-label {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-family: Poppins,sans-serif;
}
.contacts__form-input,.contacts__form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: .3s;
  box-sizing: border-box;
  font-family: Poppins,sans-serif;
}
.contacts__form-input:focus,.contacts__form-textarea:focus,.modal__form-input:focus,.modal__form-textarea:focus {
  outline: 0;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.1);
}
.contacts__form-textarea {
  height: 120px;
  resize: vertical;
}
.contacts__form-input::placeholder,.contacts__form-textarea::placeholder {
  color: #9ca3af;
}
.contacts__form-button {
  width: 100%;
  padding: 15px 20px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: .3s;
  font-family: Poppins,sans-serif;
}
.contacts__map-title,.modal__title {
  font-weight: 700;
  font-family: Poppins,sans-serif;
}
.contacts__form-button:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59,130,246,.3);
}
.contacts__map-section,.single-news__gallery {
  margin-top: 60px;
}
.contacts__map-title {
  font-size: 2rem;
  color: #1e3a8a;
  margin-bottom: 20px;
  text-align: center;
}
.contacts__map {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.floating-btn,.modal {
  align-items: center;
  transition: .3s;
  display: flex;
}
.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}
.floating-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,.3);
}
.floating-btn--contact {
  background: #3b82f6;
}
.floating-btn--contact:hover {
  background: #1e40af;
}
.floating-btn--info {
  background: #10b981;
}
.floating-btn--info:hover {
  background: #059669;
}
.floating-btn--scroll {
  background: #6366f1;
}
.floating-btn--scroll:hover {
  background: #4f46e5;
}
.floating-btn--scroll.hidden {
  opacity: 0;
  pointer-events: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  background: #fff;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0,0,0,.3);
  transform: translateY(50px);
  transition: transform .3s;
}
.modal__content--small {
  max-width: 400px;
}
.modal.active .modal__content {
  transform: translateY(0);
}
.modal__header {
  padding: 25px 30px 20px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__title {
  font-size: 1.5rem;
  color: #1e3a8a;
  margin: 0;
}
.modal__close {
  background: 0 0;
  border: none;
  font-size: 24px;
  color: #6b7280;
  cursor: pointer;
  padding: 5px;
  transition: color .3s;
}
.modal__close:hover {
  color: #ef4444;
}
.modal__body {
  padding: 25px 30px 30px;
}
.modal__form-label {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-family: Poppins,sans-serif;
}
.modal__email-info p,.modal__form-button,.modal__form-input,.modal__form-textarea {
  font-size: 14px;
  font-family: Poppins,sans-serif;
}
.modal__form-input,.modal__form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: .3s;
  box-sizing: border-box;
}
.modal__form-textarea {
  height: 100px;
  resize: vertical;
}
.modal__form-button {
  width: 100%;
  padding: 12px 20px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.modal__form-button:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59,130,246,.3);
}
.modal__email-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.modal__email-info p {
  margin: 0 0 10px;
  color: #6b7280;
}
.modal__email-link {
  color: #3b82f6;
  font-weight: 600;
  font-family: Poppins,sans-serif;
}
.modal__email-link:hover {
  text-decoration: underline;
}
.legal-content__section,.modal__info-section {
  margin-bottom: 25px;
}
.modal__info-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Poppins,sans-serif;
}
.modal__info-text {
  color: #4b5563;
  line-height: 1.7;
  font-size: 15px;
  text-align: justify;
  min-height: 200px;
  font-family: Poppins,sans-serif;
}
.modal__pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__pagination-btn {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: .3s;
  font-family: Poppins,sans-serif;
}
.legal-content__updated,.modal__pagination-info {
  font-size: 14px;
  color: #6b7280;
  font-family: Poppins,sans-serif;
}
.modal__pagination-btn:hover {
  background: #1e40af;
}
.modal__pagination-btn:disabled {
  background: #d1d5db;
  cursor: not-allowed;
}
.modal__pagination-info {
  font-weight: 500;
}
.legal-content {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 10px;
}
.legal-content__updated {
  font-style: italic;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}
.legal-content__section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 10px;
  font-family: Poppins,sans-serif;
}
.legal-content__section-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  text-align: justify;
  font-family: Poppins,sans-serif;
}
.legal-content::-webkit-scrollbar {
  width: 8px;
}
.legal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.legal-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.legal-content::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.news-hero {
  background: linear-gradient(135deg,#1e3a8a,#3b82f6);
  padding: 120px 0 80px;
  text-align: center;
  color: #fff;
}
.news-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
}
.news-hero__subtitle {
  font-size: 1.3rem;
  opacity: .9;
  font-family: Poppins,sans-serif;
}
.news-section {
  padding: 80px 0;
  background: #f8f9fa;
  min-height: 500px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  gap: 30px;
}
.news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  transition: .3s;
}
.news-card__link {
  color: inherit;
  display: block;
}
.news-card__image-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.news-card__image,.single-news__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-card__image {
  transition: transform .3s;
}
.news-card:hover .news-card__image {
  transform: scale(1.1);
}
.news-card__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(30,58,138,.9);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 500;
  font-family: Poppins,sans-serif;
}
.news-card__content {
  padding: 30px;
}
.news-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: Poppins,sans-serif;
}
.news-card__read-more,.single-news__back {
  display: inline-flex;
  gap: 8px;
  font-weight: 600;
  transition: gap .3s;
}
.news-card__description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: Poppins,sans-serif;
}
.news-card__read-more {
  color: #3b82f6;
  font-size: .95rem;
  align-items: center;
  font-family: Poppins,sans-serif;
}
.news-empty,.news-error {
  text-align: center;
  font-size: 1.2rem;
  color: #6b7280;
  padding: 60px 20px;
  font-family: Poppins,sans-serif;
}
.single-news {
  padding: 120px 0 80px;
  background: #fff;
  min-height: 70vh;
}
.single-news__content {
  max-width: 900px;
  margin: 0 auto;
}
.single-news__back {
  align-items: center;
  color: #3b82f6;
  margin-bottom: 30px;
  font-family: Poppins,sans-serif;
}
.single-news__body h3,.single-news__error h2,.single-news__gallery h3,.single-news__title {
  color: #1e3a8a;
  font-family: Poppins,sans-serif;
}
.single-news__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.single-news__meta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.single-news__author,.single-news__date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 1rem;
  font-family: Poppins,sans-serif;
}
.single-news__image-container {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 40px;
}
.single-news__body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
  font-family: Poppins,sans-serif;
}
.single-news__body h3 {
  font-size: 1.8rem;
  margin: 30px 0 20px;
}
.single-news__body p {
  margin-bottom: 20px;
}
.single-news__body ol,.single-news__body ul {
  margin: 20px 0 20px 20px;
}
.single-news__body li {
  margin-bottom: 10px;
}
.single-news__body blockquote {
  background: #f8f9fa;
  border-left: 4px solid #3b82f6;
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  font-size: 1.2rem;
}
.single-news__gallery h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.single-news__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 20px;
}
.single-news__gallery-item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
.single-news__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform .3s;
}
.single-news__gallery-item:hover .single-news__gallery-image {
  transform: scale(1.05);
}
.single-news__error {
  text-align: center;
  padding: 60px 20px;
}
.single-news__error h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.single-news__error p {
  font-size: 1.2rem;
  color: #6b7280;
  margin-bottom: 30px;
  font-family: Poppins,sans-serif;
}
.single-news__back-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #3b82f6;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: .3s;
  font-family: Poppins,sans-serif;
}
.single-news__back-btn:hover {
  background: #1e40af;
  transform: translateY(-2px);
}
.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 3rem;
}
.footer__copyright,.footer__link {
  color: #94a3b8;
  font-size: 14px;
  font-family: Poppins,sans-serif;
}
.about-us__image-container,.about__image-container,.car-card__image-container,.dynamic-block__image-container,.news-card__image-container,.services__icon,.single-news__gallery-item,.single-news__image-container {
  position: relative;
}
.car-card__image-container .image-placeholder,.news-card__image-container .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}
.services__icon .image-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  font-size: 2rem;
}
.single-news__image-container .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  font-size: 4rem;
}
.single-news__gallery-item .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5rem;
}
.dynamic-block__image-container .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  max-height: 350px;
  font-size: 3.5rem;
}
.about-us__phone .image-placeholder,.about__image-container .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  height: 350px;
}
.about-us__phone .image-placeholder {
  border-radius: 46px;
  height: 100%;
}
.car-card:hover .image-placeholder,.news-card:hover .image-placeholder,.services__card:hover .image-placeholder {
  background: #e5e7eb;
  color: #6b7280;
}
.footer {
  background: #1e293b;
  padding: 30px 0;
  border-top: 1px solid #334155;
  margin-top: auto;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__copyright {
  margin: 0;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__link {
  transition: color .3s;
}
.footer__link:hover,.header__nav-link.active {
  color: #3b82f6;
}
.footer__separator {
  color: #475569;
}
@media (max-width:1320px) {
  .track {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width:768px) {
  .header {
    padding: 10px 0;
  }
  .header.scrolled {
    padding: 8px 0;
  }
  .main {
    padding-top: 70px;
  }
  .header__container {
    padding: 0 15px;
    align-items: center;
    gap: 20px;
  }
  .header__logo-img {
    height: 42px;
  }
  .header.scrolled .header__logo-img {
    height: 28px;
  }
  .header__burger {
    display: flex;
    z-index: 1001;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    transition: right .3s;
    box-shadow: -5px 0 20px rgba(0,0,0,.1);
  }
  .header__nav.active {
    right: 0;
  }
  .header__nav-link {
    font-size: 22px;
    color: #1e3a8a;
    font-weight: 600;
  }
  .header__nav-link:hover {
    color: #3b82f6;
  }
  .header__nav-link--track {
    color: #3b82f6;
    font-weight: 700;
    font-size: 22px;
  }
  .header__burger.active span:first-child {
    transform: rotate(45deg) translate(8px,8px);
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px,-6px);
  }
  .hero-slider {
    height: 500px;
  }
  .hero-slider__title,.services__title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .hero-slider__subtitle {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  .hero-slider__button {
    padding: 12px 25px;
    font-size: 14px;
  }
  .hero-slider__arrow {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .hero-slider__arrow--prev {
    left: 15px;
  }
  .hero-slider__arrow--next {
    right: 15px;
  }
  .hero-slider__controls {
    bottom: 20px;
  }
  .about,.about-us,.cars-for-sale,.contacts,.services {
    padding: 60px 0;
  }
  .cars-for-sale__title,.image-placeholder,.news-hero__title {
    font-size: 2.5rem;
  }
  .cars-for-sale__delivery-info {
    flex-direction: column;
    gap: 5px;
    font-size: 1rem;
  }
  .cars-for-sale__grid,.news-grid,.services__grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .news-hero__subtitle,.services__subtitle {
    font-size: 1.1rem;
  }
  .services__header {
    margin-bottom: 40px;
  }
  .services__grid {
    margin-top: 30px;
  }
  .contacts__form,.services__card {
    padding: 30px 25px;
  }
  .services__icon--image {
    width: 70px;
    height: 70px;
  }
  .track {
    height: 300px;
    padding: 20px 20px 20px 50px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 15px 30px rgba(0,0,0,.1),0 8px 15px rgba(0,0,0,.08);
  }
  .track__info {
    max-width: 280px;
    padding: 25px;
  }
  .track__title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .track__button {
    padding: 10px 20px;
    font-size: 13px;
  }
  .about-us__container,.about__container,.contacts__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about__image-container {
    order: 1;
  }
  .about__image {
    max-height: 280px;
  }
  .about-us__title,.about__title,.contacts__title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .about-us__text,.about__text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .about-us__image-container {
    order: -1;
  }
  .about-us__phone {
    width: 286px;
    height: 572px;
    padding: 13px 8px;
    border-radius: 46px;
  }
  .about-us__phone::before {
    width: 130px;
    height: 13px;
    top: 4px;
    border-radius: 8px;
  }
  .about-us__phone::after {
    width: 52px;
    height: 3px;
    top: 7px;
  }
  .about-us__image {
    border-radius: 39px;
  }
  .about-us__phone-indicator {
    bottom: 4px;
    height: 3px;
  }
  .contacts__form-input,.contacts__form-textarea {
    padding: 10px 12px;
    font-size: 14px;
  }
  .contacts__form-button {
    padding: 12px 15px;
    font-size: 14px;
  }
  .contacts__map {
    height: 300px;
  }
  .contacts__map-title,.services__icon .image-placeholder {
    font-size: 1.8rem;
  }
  .floating-buttons {
    bottom: 20px;
    right: 20px;
    gap: 12px;
  }
  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .modal__content {
    width: 95%;
  }
  .modal__body,.modal__header {
    padding: 20px;
  }
  .modal__pagination {
    flex-direction: column;
    gap: 10px;
  }
  .modal__pagination-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .modal__pagination-btn {
    flex: 1;
    font-size: 12px;
    padding: 6px 12px;
  }
  .footer__container {
    padding: 0 15px;
  }
  .footer__content {
    flex-direction: column;
    text-align: center;
  }
  .footer__links {
    justify-content: center;
  }
  .single-news__title {
    font-size: 2.2rem;
  }
  .single-news__meta {
    gap: 20px;
  }
  .single-news__body {
    font-size: 1rem;
  }
  .single-news__image-container .image-placeholder {
    font-size: 3rem;
  }
  .about__image-container .image-placeholder {
    height: 280px;
  }
}
.dynamic-block {
  padding: 80px 0;
  background: #fff;
}
.dynamic-block:nth-child(2n) {
  background: #f8f9fa;
}
.dynamic-block__container {
  display: grid;
  gap: 60px;
  align-items: center;
}
.dynamic-block__image {
  transition: .3s;
}
.dynamic-block__image:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15) !important;
}
@media (max-width:768px) {
  .dynamic-block {
    padding: 60px 0;
  }
  .dynamic-block__container {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
  .dynamic-block__title {
    font-size: 2.4rem !important;
    margin-bottom: 25px !important;
  }
  .dynamic-block__text {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
  }
  .dynamic-block__image {
    max-height: 280px !important;
  }
}
@media (max-width:480px) {
  .header {
    padding: 8px 0;
  }
  .header.scrolled {
    padding: 6px 0;
  }
  .main {
    padding-top: 100px;
  }
  .header__container {
    gap: 15px;
    align-items: center;
  }
  .header__logo-img {
    height: 36px;
  }
  .header.scrolled .header__logo-img {
    height: 24px;
  }
  .header__nav {
    width: 100%;
  }
  .hero-slider {
    height: 450px;
  }
  .hero-slider__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .hero-slider__subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .hero-slider__button {
    padding: 10px 20px;
    font-size: 13px;
  }
  .container,.hero-slider__content {
    padding: 0 15px;
  }
  .about,.about-us,.cars-for-sale,.contacts,.dynamic-block,.services {
    padding: 40px 0;
  }
  .cars-for-sale__title,.image-placeholder,.news-hero__title,.services__title {
    font-size: 2rem;
  }
  .car-card__image-container {
    height: 200px;
  }
  .car-card__content,.news-card__content {
    padding: 20px;
  }
  .car-card__title,.contacts__address {
    font-size: 1.1rem;
  }
  .car-card__price,.services__icon .image-placeholder {
    font-size: 1.5rem;
  }
  .contacts__hours,.services__subtitle {
    font-size: 1rem;
  }
  .contacts__form,.services__card {
    padding: 25px 20px;
  }
  .modal__title,.news-card__title,.services__card-title {
    font-size: 1.3rem;
  }
  .services__card-description {
    font-size: .95rem;
  }
  .services__icon--image {
    width: 60px;
    height: 60px;
  }
  .track {
    height: 250px;
    padding: 15px 15px 15px 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,.08),0 5px 10px rgba(0,0,0,.05);
  }
  .track__info {
    max-width: 250px;
    padding: 20px;
  }
  .track__title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .track__button {
    padding: 8px 15px;
    font-size: 12px;
  }
  .about-us__container,.about__container,.contacts__container,.dynamic-block__container {
    gap: 30px;
  }
  .about__image-container {
    order: 1;
  }
  .about__image {
    max-height: 220px;
  }
  .about-us__title,.about__title,.contacts__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .about-us__text,.about__text {
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .about-us__image-container {
    order: -1;
  }
  .about-us__phone {
    width: 234px;
    height: 468px;
    padding: 10px 7px;
    border-radius: 39px;
  }
  .about-us__phone::before {
    width: 104px;
    height: 10px;
    top: 3px;
    border-radius: 7px;
  }
  .about-us__phone::after {
    width: 42px;
    height: 1px;
    top: 5px;
  }
  .about-us__image {
    border-radius: 34px;
  }
  .about-us__phone-indicator {
    bottom: 3px;
    height: 3px;
  }
  .contacts__form-input,.contacts__form-textarea {
    padding: 8px 10px;
    font-size: 13px;
  }
  .contacts__form-button {
    padding: 10px 12px;
    font-size: 13px;
  }
  .contacts__map {
    height: 250px;
  }
  .contacts__map-title {
    font-size: 1.6rem;
  }
  .floating-buttons {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  .floating-btn {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .modal__body,.modal__header {
    padding: 15px;
  }
  .news-hero,.single-news {
    padding: 100px 0 60px;
  }
  .news-section {
    padding: 60px 0;
  }
  .single-news__title {
    font-size: 1.8rem;
  }
  .about__image-container .image-placeholder {
    height: 220px;
  }
  .dynamic-block__title {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
  }
  .dynamic-block__text {
    font-size: .95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 18px !important;
  }
  .dynamic-block__image {
    max-height: 220px !important;
  }
  .dynamic-block__gallery {
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr)) !important;
    gap: 15px !important;
    margin-top: 30px !important;
  }
  .dynamic-block__gallery img {
    height: 150px !important;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  transition: transform .3s,opacity .3s;
  cursor: pointer;
}
.header__logo:hover {
  transform: scale(1.05);
  opacity: .8;
}
.header__nav-link {
  position: relative;
  transition: .3s;
}
.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #3b82f6;
  transition: width .3s;
}
.header__nav-link.active::after,.header__nav-link:hover::after {
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
@media (max-width:768px) {
  .header__logo:hover {
    transform: scale(1.02);
  }
  .header__nav.active {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.95);
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
.floating-btn.floating-btn--contact {
  display: none !important;
}
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Poppins', 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;

    /* New Elegant Blue Color Palette */
    --color-blue-100: oklch(95.51% 0.03 238.41); /* Lighter Sky */
    --color-blue-300: oklch(87.41% 0.07 244.33); /* Light Sky */
    --color-blue-400: oklch(79.71% 0.12 250.77); /* Sky */
    --color-blue-500: oklch(71.55% 0.17 257.34); /* Main Blue */
    --color-blue-600: oklch(63.26% 0.22 263.22); /* Darker Blue */
    --color-blue-700: oklch(54.45% 0.25 267.11); /* Deep Blue */
    --color-blue-900: oklch(34.29% 0.22 269.87); /* Navy */

    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);

    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-7xl: 80rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-lg: 16px;
    --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);
  }
}
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Base styles */
body {
  font-family: var(--font-sans);
  line-height: 1.7;
  color: var(--color-gray-700);
  background-color: var(--color-gray-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  z-index: 6000;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-gray-200);
  transition: all 0.3s ease;
}
.header.scrolled {
  padding: 10px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.header__nav-link {
  color: var(--color-blue-900);
  font-weight: 500;
}
.header__nav-link:hover, .header__nav-link.active {
  color: var(--color-blue-500);
}
.header__nav-link::after {
    background: var(--color-blue-500);
}


/* Main Tracking Panel */
#panel {
    background: rgba(163, 198, 248, 0.2);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#panel .tab-button {
    transition: all 0.3s ease;
    padding: 0.8rem 0.5rem;
}

#panel .tab-button.border-blue-500 {
    border-color: var(--color-blue-500) !important;
}

#panel .tab-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--color-blue-400);
}

/* Redesigned Button */
.track__button {
    display: inline-block;
    padding: 14px 28px;
    background: var(--color-blue-500);
    color: #fff;
    text-decoration: none;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 15px;
    transition: all .3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}
.track__button:hover {
    background: var(--color-blue-600);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}


/* Cars for Sale Section */
.cars-for-sale {
    background-color: #ffffff !important;
    padding: 80px 0 !important;
}
.cars-for-sale__title {
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  color: var(--color-blue-900) !important;
  margin-bottom: 20px !important;
}
.cars-for-sale__delivery-info {
    font-size: 1.1rem !important;
    color: var(--color-gray-600) !important;
}
.cars-for-sale__delivery-link {
    color: var(--color-blue-500) !important;
    font-weight: 600 !important;
}

.car-card {
    background: #fff !important;
    border-radius: var(--radius-2xl) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    display: block !important;
    border: 1px solid var(--color-gray-200) !important;
}
.car-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.car-card__image-container {
    height: 240px !important;
    overflow: hidden !important;
}
.car-card__image {
    transition: transform 0.4s ease !important;
}
.car-card:hover .car-card__image {
    transform: scale(1.05) !important;
}
.car-card__content {
    padding: 24px !important;
}
.car-card__title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: var(--color-blue-900) !important;
    margin-bottom: 12px !important;
}
.car-card__details {
    margin-bottom: 16px !important;
    color: var(--color-gray-500) !important;
    font-size: 0.9rem !important;
}
.car-card__detail i {
    color: var(--color-blue-400) !important;
}
.car-card__price {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: var(--color-green-600) !important;
    margin-bottom: 16px !important;
}
.car-card__price--free {
    color: var(--color-blue-500) !important;
}

/* NEW: Background Image Wrapper */
.bg-ship-image {
    position: relative;
   /* background-image: url('/assets/images/mor_kont.jpg');    */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-ship-image::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(248, 250, 252, 0.9); /* Light overlay for readability */
    backdrop-filter: blur(8px);
    z-index: 1;
}

/* NEW: Content Sections Wrapper */
.content-section-wrapper {
    padding: 100px 0;
    position: relative;
}
.content-section-wrapper .container {
    position: relative;
    z-index: 2;
}
.content-section-wrapper:nth-child(odd) {
    background-color: var(--color-gray-50);
}
.content-section-wrapper:nth-child(even) {
    background-color: #ffffff;
}

/* NEW: Elegant Content Card */
.content-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-2xl);
    padding: 40px;
    border: 1px solid var(--color-gray-200);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 30px;
}
.content-card--centered {
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.content-card__icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color-blue-100);
    color: var(--color-blue-500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.content-card__body {
    flex-grow: 1;
}
.content-card__title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-blue-900);
    margin-bottom: 25px;
    line-height: 1.3;
}
.content-card__text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-gray-600);
    margin-bottom: 20px;
}
.content-card__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}
.content-card__list li {
    font-size: 1.05rem;
    color: var(--color-gray-600);
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    text-align: left;
}
.content-card__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-green-500);
    background-color: var(--color-green-100);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
}
.content-card__link {
    color: var(--color-blue-600);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}
.content-card__link:hover {
    color: var(--color-blue-700);
    border-bottom-color: var(--color-blue-300);
}
.content-card__warning {
    color: var(--color-red-700);
    font-size: 0.95rem;
    background-color: var(--color-red-100);
    padding: 15px;
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--color-red-500);
    margin-top: 25px;
    text-align: left;
}
.content-card__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.content-card__buttons .track__button {
    width: auto;
}

@media (max-width: 768px) {
    .content-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px;
    }
    .content-card__list li {
        text-align: left;
    }
}


/* Leaflet Map styles */
.leaflet-container {
    font-family: var(--font-sans);
    background-color: #1a273b; /* Dark blue background for map */
}
.custom-port-marker, .waypoint-marker {
  background: 0 0 !important;
  border: none !important;
}
.real-route {
  stroke: var(--color-blue-500);
  stroke-width: 4;
}
.leaflet-control-attribution,.leaflet-right {
  display: none;
}
.approximate-route {
  stroke: var(--color-gray-500);
  stroke-width: 3;
  stroke-dasharray: 10,10;
}
.waypoint-marker div:hover {
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(59,130,246,.3);
}
.route-info {
  margin: 10px;
}
.route-info div {
  background: rgba(255,255,255,.95) !important;
  border: 1px solid var(--color-gray-200);
  border-radius: 8px;
  font-family: monospace;
}
.origin-marker div {
  box-shadow: 0 0 0 3px rgba(239,68,68,.3) !important;
  animation: 2s infinite pulse-red;
}
.dest-marker div {
  box-shadow: 0 0 0 3px rgba(34,197,94,.3) !important;
  animation: 2s infinite pulse-green;
}
@keyframes pulse-red {
  0%,100% { transform: scale(1); box-shadow: 0 0 0 3px rgba(239,68,68,.3); }
  50% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(239,68,68,.2); }
}
@keyframes pulse-green {
  0%,100% { transform: scale(1); box-shadow: 0 0 0 3px rgba(34,197,94,.3); }
  50% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(34,197,94,.2); }
}
.leaflet-popup-content-wrapper {
  border-radius: var(--radius-lg);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.leaflet-popup-content {
  font-family: var(--font-sans);
}

/* Contacts */
.contacts {
    padding: 80px 0;
    background-color: var(--color-gray-50);
}
.contacts__map-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-blue-900);
    margin-bottom: 30px;
    text-align: center;
}
.contacts__map {
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid var(--color-gray-200);
}
/* Other inherited styles from original file */
@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; }
  button { cursor: pointer; }
  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; }
  ::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; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}

@media (max-width:767px) {
  #panel { display: none; }
  #panel.open #close-panel-button { display: block; }
  .pc-style { display: none !important; }
}
@media (min-width:768px) {
  #mobile-tracking-toggle { display: none !important; }
  #panel { display: block !important; }
}
html { scroll-behavior: smooth; }
/* Updated Header Structure */
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.header__left, .header__right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.header__center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.header.scrolled {
    padding: 8px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.header__logo-img {
    height: 75px;
    transition: height 0.3s ease;
}
.header.scrolled .header__logo-img {
    height: 35px;
}

/* New Phone Number Style */
.header__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-gray-600);
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.3s ease;
}
.header__phone:hover {
    color: var(--color-blue-500);
}
.header__phone i {
    color: var(--color-blue-400);
}
.header__phone--mobile {
    display: none; /* Hidden on desktop */
}

/* Mobile Header Adjustments */
@media (max-width: 1024px) {
    .header__nav {
        display: none; /* Hide main nav links container */
    }
    .header__center {
        display: none;
    }
    .header__right {
        margin-left: auto;
    }
    .header__burger {
        display: flex;
        order: 3; /* Burger after lang switcher */
        margin-left: 15px;
    }
    .header__phone {
        display: none; /* Hide desktop phone */
    }
    .header__left {
        flex-grow: 1;
    }
    .header__nav.active { /* This targets the mobile menu when active */
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        box-shadow: -5px 0 20px rgba(0,0,0,.1);
        padding-top: 60px;
    }
    .header__nav.active .header__nav-link {
        font-size: 20px;
    }
    .header__phone--mobile {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 18px;
        font-weight: 500;
        color: var(--color-blue-900);
        margin-top: 20px;
        padding: 10px 20px;
        border: 1px solid var(--color-gray-200);
        border-radius: var(--radius-lg);
    }
}
.pr-link:hover {
  color: #3b82f6;
}
.footer__social {
    display: flex;
    gap: 16px;
    margin: 12px 0;
}

.footer__social-link {
    color: #ffffff;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer__social-link:hover {
    opacity: 1;
    color: #3B82F6;
}

.footer__social-icon {
    width: 20px;
    height: 20px;
}

.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;
}
.section_footer.white {
    background: linear-gradient(135deg, var(--color-gray-50), var(--color-white));
    padding: 60px 0;
    border-top: 1px solid var(--color-gray-200);
}

.div-block-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo-container {
    position: relative;
    background: var(--color-white);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--color-gray-200);
    transition: all 0.3s ease;
    width: 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-logo-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(59, 130, 246, 0.15);
    border-color: var(--color-blue-300);
}

.footer-logo-image {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(30%) contrast(90%);
}

.footer-logo-container:hover .footer-logo-image {
    filter: grayscale(0%) contrast(100%);
    transform: scale(1.05);
}

.footer-logo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(59, 130, 246, 0.9));
    padding: 10px 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    text-align: center;
}

.footer-logo-container:hover .footer-logo-overlay {
    opacity: 1;
    transform: translateY(0);
}

.footer-logo-text {
    color: var(--color-white);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-logo-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-logo-link:hover {
    text-decoration: none;
}

.footer-logo-container.alternative .footer-logo-image {
    filter: brightness(1.1) contrast(1.1);
}

@media (max-width: 768px) {
    .div-block-10 {
        gap: 20px;
    }

    .footer-logo-container {
        width: 140px;
        height: 100px;
        padding: 15px;
    }

    .footer-logo-image {
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .div-block-10 {
        gap: 15px;
    }

    .footer-logo-container {
        width: 120px;
        height: 90px;
        padding: 12px;
    }

    .footer-logo-image {
        max-height: 40px;
    }

    .footer-logo-text {
        font-size: 9px;
    }
}

.pad-left {
  padding-left: 4rem;
}

@media (max-width: 768px) {
  #email-form {
    max-height: 300px;
  }
  .pad-left {
    padding-left: 1rem !important;
  }
}

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

.footer-logo-container {
    animation: fadeInUp 0.6s ease forwards;
}

.footer-logo-container:nth-child(1) { animation-delay: 0.1s; }
.footer-logo-container:nth-child(2) { animation-delay: 0.2s; }
.footer-logo-container:nth-child(3) { animation-delay: 0.3s; }
.footer-logo-container:nth-child(4) { animation-delay: 0.4s; }

.language-switcher {
    position: relative;
    cursor: pointer;
}

.current-lang {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    transition: background-color 0.3s;
}

.current-lang:hover {
    background-color: #e5e7eb;
}

.current-lang span {
    margin-right: 8px;
}

.lang-dropdown li a {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.lang-dropdown li a:hover {
    background-color: #f3f4f6;
}

.lang-dropdown li a span {
    margin-right: 10px;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    padding: 8px 0;
    margin-top: 4px;
    min-width: 150px;
    z-index: 1000;
    display: none;

}

.lang-dropdown.show-dropdown {
    display: block;
}

@media (max-width: 478px) and (max-height: 1000px) {
  .mobile-m {
    margin-bottom: 300px !important;
  }
  .mobile-hgt {
    height: 60% !important;
  }
}

@media (max-width: 1295px) {
  .m-w-m {
    width: 100% !important;
  }
}

@media (max-width: 478px) and (max-height: 690px) {
  .mobile-m {
    margin-bottom: 400px !important;
  }
  .mobile-hgt {
    height: 60% !important;
  }
}