/*! tailwindcss v4.2.2 | 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-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #1A8C7E;
    --color-primary-dark: #0D6B61;
    --color-accent: #11D6C2;
    --color-red: #EF4056;
    --color-teal-heading: #007F7B;
    --color-card-bg: #D9EFEE;
    --color-number: #0BA8A2;
    --color-light-bg: #EEF8F6;
    --color-text-main: #1C2B2A;
    --color-text-muted: #5A7370;
    --color-badge-bg: #E0F5F2;
    --color-green-dark: #018786;
    --color-green-light: #01B7B0;
    --font-heading: "Montserrat", sans-serif;
    --font-body: "Inter", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-7 {
    margin: calc(var(--spacing) * 7);
  }
  .m-17 {
    margin: calc(var(--spacing) * 17);
  }
  .m-24 {
    margin: calc(var(--spacing) * 24);
  }
  .m-34 {
    margin: calc(var(--spacing) * 34);
  }
  .m-43 {
    margin: calc(var(--spacing) * 43);
  }
  .m-91 {
    margin: calc(var(--spacing) * 91);
  }
  .m-113 {
    margin: calc(var(--spacing) * 113);
  }
  .m-150 {
    margin: calc(var(--spacing) * 150);
  }
  .m-161 {
    margin: calc(var(--spacing) * 161);
  }
  .m-238 {
    margin: calc(var(--spacing) * 238);
  }
  .m-321 {
    margin: calc(var(--spacing) * 321);
  }
  .m-340 {
    margin: calc(var(--spacing) * 340);
  }
  .m-369 {
    margin: calc(var(--spacing) * 369);
  }
  .m-373 {
    margin: calc(var(--spacing) * 373);
  }
  .m-379 {
    margin: calc(var(--spacing) * 379);
  }
  .m-398 {
    margin: calc(var(--spacing) * 398);
  }
  .m-410 {
    margin: calc(var(--spacing) * 410);
  }
  .m-463 {
    margin: calc(var(--spacing) * 463);
  }
  .m-486 {
    margin: calc(var(--spacing) * 486);
  }
  .m-595 {
    margin: calc(var(--spacing) * 595);
  }
  .m-644 {
    margin: calc(var(--spacing) * 644);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .accent-accent {
    accent-color: var(--color-accent);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-6xl {
    @media (width >= 40rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:h-9 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-\[700px\] {
    @media (width >= 64rem) {
      min-height: 700px;
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
:root {
  --header-height: 72px;
  --transition-base: 0.2s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
  }
  body {
    font-family: 'Inter', sans-serif;
    color: var(--color-text-main);
    background: #f6f6f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
  }
}
@layer components {
  h1 {
    text-shadow: 2px 5px 0 rgba(0,0,0,0.2);
  }
  #main-header {
    background: #fff;
    height: var(--header-height);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow var(--transition-base);
  }
  #main-header.scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,0.25);
  }
  .header-nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: color var(--transition-base);
  }
  .header-nav-link:hover {
    color: var(--color-teal-heading);
  }
  .btn-primary {
    background: var(--color-accent);
    background-image: radial-gradient(119.87% 141.67% at 50% 100%, var(--color-accent) 0%, var(--color-primary-dark) 100%);
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 0.25rem;
    padding: 0.625rem 1.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    transition: background var(--transition-base), transform 0.15s, box-shadow var(--transition-base);
    text-decoration: none;
    white-space: nowrap;
  }
  .btn-primary:hover {
    background: #1da090;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(34,176,154,0.35);
  }
  .btn-primary:active {
    transform: none;
  }
  .btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
  }
  .btn-hero {
    background: var(--color-red);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 0.25rem;
    padding: 1rem 2.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    transition: background var(--transition-base), transform 0.15s;
    text-decoration: none;
    width: fit-content;
  }
  .btn-hero:hover {
    background: #d63548;
    transform: translateY(-1px);
  }
  #hero {
    background-color: var(--color-primary-dark);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg,var(--color-green-dark),var(--color-green-light));
    position: relative;
  }
  #hero::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
    background: url('../img/header_map_russia.png') center center no-repeat;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
  }
  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-illustrations {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 2;
  }
  .hero-right-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 750px;
  }
  .hero-illust {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
  .hero-illust-bubble {
    width: 170px;
    top: 14%;
    left: 35%;
  }
  .hero-illust-chart {
    width: 200px;
    bottom: 25%;
    right: 50%;
  }
  .hero-illust-briefcase {
    width: 300px;
    bottom: -80px;
    right: 20px;
  }
  .hero-illust-lamp {
    width: 185px;
    top: 60%;
    right: 14%;
    transform: translateY(-200px);
  }
  .section-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--color-teal-heading);
    text-transform: uppercase;
    line-height: 1.15;
  }
  .section-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
  }
  .pressure-card {
    background: var(--color-red);
    border-radius: 0.5rem;
    padding: 1.75rem 2rem;
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
  }
  .pressure-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(239, 64, 86, 0.25);
  }
  .pressure-card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    position: relative;
    z-index: 1;
  }
  .pressure-card-decor {
    position: absolute;
    right: 3rem;
    top: 50%;
    width: 40px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
    transform: translateY(-50%);
  }
  .help-card {
    background: var(--color-card-bg);
    border-radius: 0.5rem;
    padding: 1.75rem 2rem;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
  }
  .help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(26, 140, 126, 0.12);
  }
  .help-card-icon {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
  }
  .help-card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    max-width: 80%;
  }
  .when-card {
    background: var(--color-card-bg);
    border-radius: 0.5rem;
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
  }
  .when-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(26, 140, 126, 0.12);
  }
  .when-card-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 8rem;
    font-weight: 800;
    color: var(--color-number);
    opacity: 0.25;
    line-height: 1;
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
  }
  .when-card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    max-width: 70%;
  }
  #form {
    background: var(--color-primary-dark);
    background-image: linear-gradient(160deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
  }
  #form::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: url('../img/header_map_russia.png') center center no-repeat;
    background-size: contain;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
  }
  .form-illust {
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    z-index: 0;
  }
  .form-illust-left {
    width: 220px;
    bottom: 3%;
    left: 2%;
    opacity: 0.2;
  }
  .form-illust-right {
    width: 180px;
    top: 8%;
    right: 3%;
    opacity: 0.2;
  }
  .form-illust-bottom {
    width: 180px;
    bottom: 5%;
    right: 5%;
    opacity: 0.2;
  }
  .simple-form {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .simple-field-group {
    margin-bottom: 0.75rem;
  }
  .simple-field {
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--color-text-main);
    background: #ffffff;
    outline: none;
    transition: box-shadow var(--transition-base);
    appearance: none;
    -webkit-appearance: none;
  }
  .simple-field:focus {
    box-shadow: 0 0 0 3px rgba(17, 214, 194, 0.3);
  }
  .simple-field::placeholder {
    color: #999;
  }
  .simple-field.is-error {
    box-shadow: 0 0 0 2px #ef4444;
  }
  select.simple-field {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235A7370' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    color: #999;
  }
  select.simple-field:valid:not([value=""]) {
    color: var(--color-text-main);
  }
  textarea.simple-field {
    resize: vertical;
    min-height: 80px;
  }
  .progress-steps {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    overflow-x: hidden;
  }
  .progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    min-width: 0;
  }
  .progress-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 1.5px;
    background: rgba(255,255,255,0.25);
    z-index: 0;
    transition: background 0.3s;
  }
  .progress-step.completed:not(:last-child)::after {
    background: var(--color-accent);
  }
  .step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.35);
    background: transparent;
    color: rgba(255,255,255,0.5);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    cursor: default;
    flex-shrink: 0;
  }
  .progress-step.active .step-circle {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(34,176,154,0.18);
  }
  .progress-step.completed .step-circle {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
  }
  .step-circle-label {
    font-size: 0.62rem;
    color: rgba(255,255,255,0.5);
    margin-top: 0.4rem;
    text-align: center;
    line-height: 1.25;
    max-width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .progress-step.active .step-circle-label, .progress-step.completed .step-circle-label {
    color: rgba(255,255,255,0.85);
  }
  .form-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 40px rgba(0,0,0,0.15);
    overflow: hidden;
  }
  .accordion-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border-bottom: 1px solid #edf2f1;
    background: #ffffff;
    transition: background var(--transition-base);
    user-select: none;
    -webkit-user-select: none;
  }
  .accordion-header:hover {
    background: #f9fffe;
  }
  .accordion-header.is-active {
    background: #EAF7F4;
    border-bottom-color: #d0ece8;
  }
  .accordion-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #b0bcbb;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all var(--transition-base);
  }
  .accordion-header.is-active .accordion-num {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #ffffff;
  }
  .accordion-header.is-done .accordion-num {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
  }
  .accordion-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #b0bcbb;
    flex: 1;
    transition: color var(--transition-base);
  }
  .accordion-header.is-active .accordion-title, .accordion-header.is-done .accordion-title {
    color: var(--color-text-main);
  }
  .accordion-chevron {
    color: #c4cece;
    transition: transform 0.3s, color var(--transition-base);
    flex-shrink: 0;
  }
  .accordion-header.is-active .accordion-chevron {
    transform: rotate(180deg);
    color: var(--color-accent);
  }
  .accordion-body {
    display: none;
    padding: 1.5rem;
    border-bottom: 1px solid #edf2f1;
    animation: slideDown 0.22s ease;
  }
  .accordion-body.is-open {
    display: block;
  }
  .btn-step-next {
    margin-top: 1rem;
    background: var(--color-accent);
    background-image: radial-gradient(119.87% 141.67% at 50% 100%, var(--color-accent) 0%, var(--color-primary-dark) 100%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 0.25rem;
    padding: 0.625rem 1.75rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: background var(--transition-base);
  }
  .btn-step-next:hover {
    background: #1da090;
  }
  .form-footer {
    padding: 1.5rem;
  }
  .field-group {
    margin-bottom: 1.125rem;
  }
  .field-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: 0.4rem;
  }
  .req {
    color: #ef4444;
    margin-left: 0.15rem;
  }
  .field-input {
    width: 100%;
    padding: 0.65rem 0.875rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 0.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: var(--color-text-main);
    background: #ffffff;
    transition: border-color var(--transition-base), box-shadow var(--transition-base);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
  }
  .field-input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(34,176,154,0.12);
  }
  .field-input.is-error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239,68,68,0.08);
  }
  .field-input::placeholder {
    color: #bfc9c8;
  }
  select.field-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235A7370' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
    padding-right: 2.5rem;
  }
  textarea.field-input {
    resize: vertical;
    min-height: 96px;
  }
  .field-hint {
    font-size: 0.74rem;
    color: var(--color-text-muted);
    margin-top: 0.3rem;
  }
  .field-error {
    font-size: 0.74rem;
    color: #ef4444;
    margin-top: 0.3rem;
    display: none;
  }
  .field-error.is-visible {
    display: block;
  }
  .radio-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .radio-pill {
    position: relative;
    cursor: pointer;
  }
  .radio-pill input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .pill-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.475rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-text-muted);
    cursor: pointer;
    transition: all var(--transition-base);
    background: #ffffff;
    user-select: none;
    white-space: nowrap;
  }
  .pill-label::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d1d5db;
    flex-shrink: 0;
    transition: background var(--transition-base);
  }
  .radio-pill input:checked + .pill-label {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #ffffff;
  }
  .radio-pill input:checked + .pill-label::before {
    background: rgba(255,255,255,0.65);
  }
  .checkbox-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .checkbox-pill {
    position: relative;
    cursor: pointer;
  }
  .checkbox-pill input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .checkbox-pill input:checked + .pill-label {
    background: var(--color-badge-bg);
    border-color: var(--color-accent);
    color: var(--color-primary);
  }
  .checkbox-pill input:checked + .pill-label::before {
    background: var(--color-accent);
  }
  .dropzone {
    border: 2px dashed #d1d5db;
    border-radius: 0.75rem;
    padding: 1.75rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all var(--transition-base);
    position: relative;
    background: #fafafa;
  }
  .dropzone:hover, .dropzone.is-over {
    border-color: var(--color-accent);
    background: rgba(34,176,154,0.03);
  }
  .dropzone input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .dropzone-icon {
    color: var(--color-accent);
    margin-bottom: 0.25rem;
  }
  .dropzone-text {
    font-size: 0.85rem;
    color: var(--color-text-muted);
  }
  .dropzone-text strong {
    color: var(--color-primary);
  }
  .dropzone-hint {
    font-size: 0.74rem;
    color: var(--color-text-muted);
    margin-top: 0.25rem;
  }
  .dropzone-filename {
    font-size: 0.78rem;
    color: var(--color-primary);
    font-weight: 600;
    margin-top: 0.4rem;
  }
  .consent-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--color-text-muted);
    line-height: 1.4;
  }
  .consent-wrap input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.1rem;
    accent-color: var(--color-red);
    cursor: pointer;
  }
  .consent-wrap a {
    color: var(--color-primary);
    text-decoration: underline;
  }
  .consent-wrap--dark {
    color: rgba(255,255,255,0.85);
  }
  .consent-wrap--dark a {
    color: #fff;
  }
  #submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 3rem;
    background: var(--color-red);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background var(--transition-base), transform 0.15s;
  }
  #submit-btn:hover {
    background: #d63548;
    transform: translateY(-1px);
  }
  #submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
  }
  #form-success {
    padding: 4rem 2rem;
    text-align: center;
  }
  .success-icon {
    width: 72px;
    height: 72px;
    background: rgba(34,176,154,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--color-accent);
    font-size: 2rem;
  }
  .success-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: var(--color-badge-bg);
    padding: 0.4rem 0.875rem;
    border-radius: 999px;
    font-size: 0.82rem;
    color: var(--color-text-main);
  }
  .check-dot {
    width: 22px;
    height: 22px;
    background: var(--color-badge-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    font-size: 0.65rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  #contacts {
    background: #ffffff;
    border-top: 1px solid #D0D0D0;
  }
  #contacts .footer-col-nav a {
    color: #231F20;
    text-decoration: none;
    font-size: 14px;
    transition: color var(--transition-base);
    display: block;
    padding: 0;
    font-weight: 600;
  }
  #contacts .footer-col-nav a:hover {
    color: #0AD1C9;
  }
  .footer-inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 2.5rem 65px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: auto 200px 260px auto;
    gap: 2rem;
    align-items: stretch;
  }
  .footer-logo {
    height: 59px;
    width: 100px;
    object-fit: contain;
    display: block;
    margin-bottom: 1.125rem;
  }
  .footer-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #231F20;
    white-space: nowrap;
  }
  .footer-col-nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .footer-nav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: var(--color-text-main);
    padding: 0;
  }
  .footer-nav-link:hover {
    color: #0AD1C9;
  }
  .footer-col-address {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-label {
    font-size: 14px;
    line-height: 140%;
    color: #828282;
    margin-bottom: 8px;
    display: block;
  }
  .footer-address-text {
    font-size: 14px;
    font-weight: 450;
    line-height: 17px;
    color: #231F20;
    margin-bottom: 1.75rem;
    display: block;
  }
  .footer-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 2px;
    background: radial-gradient(119.87% 141.67% at 50% 100%, #0AD1C9 0%, #056B67 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: opacity var(--transition-base);
    width: fit-content;
  }
  .footer-action-btn:hover {
    color: #ffffff;
    opacity: 0.9;
  }
  .footer-col-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    justify-content: flex-start;
  }
  .footer-phone {
    font-size: 33px;
    font-weight: 450;
    line-height: 40px;
    color: #231F20;
    white-space: nowrap;
    padding: 0;
  }
  .footer-phone:hover {
    color: #0AD1C9;
  }
  .footer-worktime {
    font-size: 14px;
    color: #828282;
    line-height: 17px;
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .footer-socials {
    display: flex;
    gap: 20px;
  }
  footer#contacts .footer-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 0.25rem;
    background: radial-gradient(119.87% 141.67% at 50% 100%, #0AD1C9 0%, #056B67 100%);
    color: #ffffff;
    text-decoration: none;
    transition: opacity var(--transition-base);
    padding: 0;
    flex-shrink: 0;
  }
  footer#contacts .footer-social-btn:hover {
    opacity: 0.8;
    color: #ffffff;
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
  }
  .footer-copy {
    font-size: 14px;
    color: #828282;
    line-height: 17px;
  }
  .footer-top-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #828282;
    line-height: 17px;
    transition: color var(--transition-base);
    padding: 0;
  }
  .footer-top-btn:hover {
    color: #0AD1C9;
  }
  .burger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.375rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .burger-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--color-text-muted);
    border-radius: 2px;
    transition: all 0.3s;
  }
  .burger-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .burger-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .burger-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  #mobile-menu {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 0.75rem 0;
    display: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  #mobile-menu.is-open {
    display: block;
  }
  #mobile-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--color-text-main);
    font-size: 0.925rem;
    font-weight: 500;
    text-decoration: none;
    transition: color var(--transition-base), background var(--transition-base);
  }
  #mobile-menu a:hover {
    color: var(--color-primary);
    background: var(--color-light-bg);
  }
  [data-aos] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  [data-aos].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .btn-loader {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
}
@media (max-width: 1280px) {
  .footer-phone {
    font-size: 25px;
    line-height: 1.3;
  }
  .footer-email {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .footer-inner {
    padding: 2.5rem 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
  .footer-col-contacts {
    align-items: flex-start;
  }
  .footer-phone {
    font-size: 24px;
    line-height: 1.3;
  }
  .footer-bottom {
    margin-top: 2.5rem;
  }
  .hero-illustrations, .hero-right-panel {
    display: none;
  }
  .pressure-card-text, .help-card-text, .when-card-text {
    font-size: 0.95rem;
  }
}
@media (max-width: 640px) {
  .footer-inner {
    padding: 2rem 1.25rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .footer-desc {
    white-space: normal;
  }
  .footer-col-contacts {
    align-items: flex-start;
  }
  .footer-phone {
    font-size: 22px;
    line-height: 1.35;
  }
  .footer-social-btn {
    width: 42px;
    height: 42px;
  }
  .footer-bottom {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #hero {
    padding-bottom: env(safe-area-inset-bottom);
  }
  #main-header {
    height: 3rem;
  }
  .btn-hero {
    width: 100%;
    justify-content: center;
  }
  .when-card-number {
    font-size: 5rem;
  }
  footer img {
    margin: 0 auto 1.5rem;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
