/*! 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;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #1A8C7E;
    --color-primary-dark: #0D6B61;
    --color-accent: #11D6C2;
    --color-light-bg: #EEF8F6;
    --color-text-main: #1C2B2A;
    --color-text-muted: #5A7370;
    --color-badge-bg: #E0F5F2;
    --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);
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-full {
    height: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .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-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));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-text-main {
    color: var(--color-text-main);
  }
  .text-text-muted {
    color: var(--color-text-muted);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .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-1 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:h-9 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
: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;
  }
  blockquote {
    font-size: 1rem;
    color: var(--color-text-main);
    line-height: 1.8;
  }
  blockquote p {
    margin-bottom: 0.25rem;
  }
  blockquote p:last-child {
    margin-bottom: 0;
  }
  .box {
    border-radius: 0.25rem;
    padding: 5rem;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 12px rgba(26,140,126,0.05);
  }
}
@layer components {
  #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);
  }
  .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-outline-header {
    background: transparent;
    text-transform: uppercase;
    color: var(--color-primary-dark);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    border: 1.5px solid rgba(13,107,97,0.4);
    border-radius: 0.25rem;
    padding: 0.5625rem 1.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
    text-decoration: none;
    white-space: nowrap;
  }
  .btn-outline-header:hover {
    background: rgba(13,107,97,0.1);
    border-color: rgba(13,107,97,0.7);
  }
  .btn-hero {
    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.925rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 0.25rem;
    padding: 0.875rem 2rem;
    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-image: radial-gradient(119.87% 141.67% at 50% 100%, var(--color-accent) 0%, var(--color-primary-dark) 100%);
    transform: translateY(-1px);
  }
  #hero {
    overflow: hidden;
    background-color: var(--color-primary);
    background-image: url('../img/hero-desktop-new.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .hero-left {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: var(--color-primary-dark);
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 1.75rem;
    background: #fff;
  }
  .hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-accent);
    flex-shrink: 0;
  }
  #hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.125rem;
    line-height: 1.15;
    white-space: nowrap;
  }
  .hero-subtitle {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.65;
    max-width: 440px;
    margin-bottom: 2rem;
  }
  .trust-line {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
    margin-top: 1rem;
    line-height: 1;
  }
  .trust-check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.9);
    font-size: 0.65rem;
    flex-shrink: 0;
  }
  .stats-row {
    display: flex;
    gap: 2.5rem;
    margin-top: 2.75rem;
  }
  .stats-row > div {
    min-width: 6rem;
  }
  .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-accent);
    line-height: 1;
  }
  .stat-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
    margin-top: 0.3rem;
    line-height: 1.35;
  }
  #quote {
    padding: 3rem 0 0;
  }
  .quote-left picture {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    background: url(../img/nechaev-bg.webp) center center no-repeat;
    background-size: cover;
  }
  .quote-left img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
  }
  .quote-right {
    padding: 0 0 0 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    justify-content: space-between;
    z-index: 2;
  }
  .quote-mark {
    font-family: 'Montserrat', sans-serif;
    font-size: 5.5rem;
    line-height: 0.55;
    color: var(--color-accent);
    opacity: 0.35;
    user-select: none;
    margin-bottom: 0.25rem;
  }
  #quote .box {
    overflow: hidden;
    position: relative;
  }
  .icon_quote {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14rem;
    height: auto;
    z-index: 0;
  }
  .quote-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-main);
    text-transform: uppercase;
  }
  .quote-role {
    font-size: 0.9rem;
    margin-top: 0.2rem;
  }
  .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;
  }
  .step-card {
    background: #ffffff;
    border-radius: 0.25rem;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(26,140,126,0.05);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    position: relative;
    overflow: hidden;
  }
  .step-num {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-text-muted);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
  }
  .step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(26,140,126,0.12);
  }
  .step-icon-box {
    width: 44px;
    height: 44px;
    background: var(--color-primary);
    background-image: radial-gradient(119.87% 141.67% at 50% 100%, var(--color-accent) 0%, var(--color-primary-dark) 100%);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    margin-bottom: 1.25rem;
    flex-shrink: 0;
  }
  .step-icon-box svg {
    width: 22px;
    height: 22px;
  }
  .step-card h3 {
    font-size: 0.975rem;
    font-weight: 700;
    color: var(--color-text-main);
    margin-bottom: 0.25rem;
    line-height: 1.3;
  }
  .step-card p {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    line-height: 1.65;
  }
  #about {
    background: var(--color-primary);
  }
  #about .box {
    background: rgba(255,255,255,0.15);
    box-shadow: none;
    color: #fff;
  }
  #about .section-label {
    color: #fff;
  }
  .about_text {
    padding: 0 4.5rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    justify-content: space-between;
    z-index: 2;
  }
  .btn-hero-red {
    background: var(--color-accent);
    background-image: linear-gradient(-15deg, #C6183E, #FB1F4F, #C6183E);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.925rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 0.25rem;
    padding: 0.875rem 2rem;
    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-red:hover {
    background-image: radial-gradient(119.87% 141.67% at 50% 100%, var(--color-accent) 0%, var(--color-primary-dark) 100%);
    transform: translateY(-1px);
  }
  .check-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text-main);
    padding: 0.35rem 0;
  }
  .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;
  }
  #form {
    background: var(--color-light-bg);
  }
  .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: #d1d5db;
    z-index: 0;
    transition: background 0.3s;
  }
  .progress-step.completed:not(:last-child)::after {
    background: var(--color-primary);
  }
  .step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #9ca3af;
    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: #9ca3af;
    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: var(--color-primary);
  }
  .form-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 40px rgba(26,140,126,0.1);
    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.75rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
    font-size: 0.82rem;
    color: var(--color-text-muted);
    line-height: 1.55;
  }
  .consent-wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    accent-color: var(--color-accent);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
  .consent-wrap a {
    color: var(--color-primary);
    text-decoration: underline;
  }
  #submit-btn {
    width: 100%;
    padding: 0.9rem;
    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: 1rem;
    letter-spacing: 0.06em;
    border: none;
    border-radius: 0.625rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    transition: background var(--transition-base), transform 0.15s;
  }
  #submit-btn:hover {
    background-image: radial-gradient(119.87% 141.67% at 50% 100%, var(--color-accent) 0%, var(--color-primary-dark) 100%);
    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);
  }
  #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;
    padding: 0;
  }
  .footer-action-btn {
    padding: 14px 30px;
  }
  .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;
    color: #ffffff;
    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) {
  #hero h1 {
    font-size: 2.5rem;
  }
  .box {
    padding: 2.5rem;
  }
  .footer-phone {
    font-size: 25px;
    line-height: 1.3;
  }
  .footer-email {
    font-size: 20px;
  }
  #about {
    padding: 0;
  }
  #about .box {
    background: transparent;
    padding: 2.5rem 0;
  }
}
@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 h1 {
    font-size: 2rem;
  }
  #hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-left {
    padding: 3rem 0 3rem;
    order: 2;
  }
  .hero-right {
    order: 1;
    min-height: 280px;
    background-image: url('../img/hero-mobile.webp');
    background-position: center center;
  }
  .stats-row {
    gap: 1.5rem;
  }
  .stat-number {
    font-size: 1.65rem;
  }
  #quote .section-label {
    margin: 0;
  }
  .quote-right {
    gap: 1.5rem;
  }
  #quote blockquote {
    font-size: 0.8rem;
  }
  #quote .quote-name {
    font-size: 1.75rem;
  }
  #quote .quote-role {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .quote-right {
    padding-left: 2.5rem;
  }
}
@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);
    background-image: url(../img/hero-mobile-new.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: calc(100vh - 3rem);
  }
  #hero h1 {
    font-size: 1.25rem;
  }
  #main-header {
    height: 3rem;
  }
  .hero-badge {
    font-size: 0.25rem;
  }
  .hero-left {
    padding-top: 2.5rem;
  }
  .btn-hero {
    margin-top: 6rem;
    width: 100%;
    justify-content: center;
  }
  .quote-right {
    padding: 1.5rem 0 0 0;
  }
  #about {
    padding: 0;
  }
  #about .box {
    background: transparent;
    padding: 2.5rem 0;
  }
  #about .about_pic {
    order: -1;
  }
  .about_text {
    padding: 2.5rem 0 0 0;
  }
  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-leading {
  syntax: "*";
  inherits: false;
}
@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-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-leading: initial;
      --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-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;
    }
  }
}
