/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .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-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;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #ef1b23;
    --color-primary-500: #ef1b23;
    --color-secondary-200: #dde4ec;
    --color-secondary-500: #66758b;
    --color-secondary-600: #4d5d73;
    --color-secondary-700: #344156;
    --color-neutral: #101b2e;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.atlas-site {
    margin: 0;
    background: #fff;
    color: #101b2e;
    font-family: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  body.atlas-site a {
    color: inherit;
    text-decoration: none;
  }
  body.atlas-site img {
    max-width: 100%;
  }
}
@layer components {
  .site-shell {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e2e7ee;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(16,27,46,.04);
  }
  .header-inner {
    min-height: 100px;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    gap: 30px;
    align-items: center;
  }
  .brand {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    line-height: 1;
  }
  .brand-text span {
    color: #101b2e;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .03em;
  }
  .brand-text strong {
    margin-top: 5px;
    color: #ef1b23;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
  }
  .main-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    font-size: 15.5px;
    font-weight: 900;
    color: #17243a;
  }
  .main-nav a {
    position: relative;
    padding: 36px 0;
    white-space: nowrap;
  }
  .main-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 27px;
    height: 3px;
    background: #ef1b23;
    transition: right .2s ease;
  }
  .main-nav a:hover:after {
    right: 0;
  }
  .header-actions {
    display: flex;
    gap: 14px;
    align-items: center;
  }
  [x-cloak] {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    color: #101b2e;
    background: #fff;
    border: 1px solid #d7dee8;
    border-radius: 6px;
    cursor: pointer;
  }
  .mobile-menu-toggle:hover {
    color: #ef1b23;
    border-color: #ef1b23;
  }
  .mobile-menu-toggle:focus-visible {
    outline: 3px solid rgba(239,27,35,.24);
    outline-offset: 2px;
  }
  .mobile-nav {
    display: none;
  }
  .mobile-nav[hidden], .menu-icon-open[hidden], .menu-icon-close[hidden] {
    display: none !important;
  }
  .lang-switch {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
    color: #5f6d80;
  }
  .lang-switch .active {
    color: #101b2e;
  }
  .btn {
    display: inline-flex;
    min-height: 48px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
  }
  .btn:hover {
    transform: translateY(-1px);
  }
  .btn-primary {
    background: #ef1b23;
    color: #fff !important;
    border: 1px solid #ef1b23;
    box-shadow: 0 10px 30px rgba(239,27,35,.18);
  }
  .btn-primary:hover {
    background: #d9151d;
    border-color: #d9151d;
  }
  .btn-ghost {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(11,24,42,.18);
  }
  .btn-ghost:hover {
    background: rgba(11,24,42,.5);
  }
  .hero-section {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: #0d1929;
  }
  .hero-media {
    position: absolute;
    inset: 0;
    background-image: url('https://www.atlastech.ro/wp-content/uploads/2024/02/automotive.jpg');
    background-size: cover;
    background-position: center 52%;
    transform: scale(1.02);
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,20,36,.95) 0%, rgba(8,20,36,.83) 38%, rgba(8,20,36,.34) 68%, rgba(8,20,36,.12) 100%);
  }
  .hero-section:after {
    content: "";
    position: absolute;
    right: -9vw;
    top: -28%;
    width: 38vw;
    height: 160%;
    background: rgba(255,255,255,.08);
    transform: skewX(-14deg);
    border-left: 1px solid rgba(255,255,255,.16);
  }
  .hero-content {
    position: relative;
    z-index: 2;
    min-height: 610px;
    display: flex;
    align-items: center;
  }
  .hero-copy {
    width: min(690px, 64%);
    padding: 74px 0;
  }
  .eyebrow {
    margin: 0 0 14px;
    color: #ef1b23;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 900;
  }
  .eyebrow.light {
    color: #fff;
    opacity: .88;
  }
  .hero-copy h1 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(56px, 7vw, 92px);
    line-height: .92;
    letter-spacing: -.045em;
    text-transform: uppercase;
    font-weight: 900;
  }
  .hero-copy h1:after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 26px 0 20px;
    background: #ef1b23;
  }
  .hero-lead {
    max-width: 590px;
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 19px;
    line-height: 1.65;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }
  .benefits-strip {
    position: relative;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #e8edf3;
    box-shadow: 0 12px 35px rgba(16,27,46,.06);
  }
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 22px 26px;
    border-right: 1px solid #e8edf3;
  }
  .benefit:first-child {
    border-left: 1px solid #e8edf3;
  }
  .icon-dot {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid #cfd7e3;
    border-radius: 50%;
    color: #ef1b23;
    font-size: 11px;
    font-weight: 900;
  }
  .benefit strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
  }
  .benefit small {
    display: block;
    color: #77859a;
    font-size: 12px;
  }
  .section {
    padding: 92px 0;
  }
  .section-soft {
    background: #f6f8fb;
  }
  .section-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 36px;
  }
  .section h2 {
    margin: 0;
    max-width: 860px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
    letter-spacing: -.035em;
    color: #101b2e;
  }
  .section-intro {
    max-width: 760px;
    margin: 18px 0 0;
    color: #66758b;
    font-size: 17px;
    line-height: 1.65;
  }
  .text-link {
    padding-bottom: 6px;
    color: #ef1b23 !important;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .product-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: transform .22s ease, box-shadow .22s ease;
  }
  .product-card img {
    position: relative;
    display: block;
    width: 100%;
    height: 205px;
    padding: 30px 22px 12px;
    box-sizing: border-box;
    object-fit: contain;
    transition: transform .35s ease;
  }
  .product-shade {
    display: none;
  }
  .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(16,27,46,.16);
  }
  .product-card:hover img {
    transform: scale(1.05);
  }
  .product-index {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    color: #506079;
    font-size: 11px;
    letter-spacing: .14em;
    font-weight: 900;
    background: #f1f4f7;
    padding: 6px 8px;
  }
  .product-card h3 {
    position: relative;
    z-index: 2;
    margin: 12px 46px 24px 20px;
    color: #101b2e;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -.015em;
  }
  .product-arrow {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 22px;
    color: #176ba0;
    font-size: 22px;
    font-weight: 900;
  }
  .industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .industry-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    background: #101b2e;
  }
  .industry-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .industry-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,20,36,.04) 18%, rgba(8,20,36,.93) 100%);
  }
  .industry-copy {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .industry-card h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
  }
  .industry-card p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.5;
  }
  .industry-card:hover img {
    transform: scale(1.05);
  }
  .services-section {
    background: #fff;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .service-card {
    min-height: 255px;
    padding: 28px;
    background: #f7f9fc;
    border: 1px solid #e4e9ef;
  }
  .service-no {
    color: #ef1b23;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
  }
  .service-card h3 {
    margin: 42px 0 14px;
    color: #101b2e;
    font-size: 21px;
    line-height: 1.15;
  }
  .service-card p {
    margin: 0;
    color: #67758a;
    line-height: 1.65;
    font-size: 15px;
  }
  .clients-section {
    background: #101b2e;
  }
  .clients-section .eyebrow {
    color: #ff666b;
  }
  .clients-section h2 {
    color: #fff;
  }
  .clients-section .section-intro {
    color: rgba(255,255,255,.7);
  }
  .clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
  .client-card {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    background: #1a2940;
  }
  .client-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .client-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,20,36,.05) 30%, rgba(8,20,36,.88) 100%);
  }
  .client-card h3 {
    position: absolute;
    z-index: 2;
    left: 14px;
    right: 14px;
    bottom: 14px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
  }
  .brands-section {
    background: #fff;
  }
  .brand-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 34px;
    row-gap: 0;
    margin-top: 34px;
    border-top: 1px solid #e6eaf0;
  }
  .brand-list span {
    padding: 14px 0 13px;
    border-bottom: 1px solid #e6eaf0;
    color: #2a394f;
    font-size: 15px;
    font-weight: 800;
  }
  .brand-list span:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px 2px 0;
    border-radius: 50%;
    background: #ef1b23;
  }
  .brand-note {
    max-width: 920px;
    margin: 24px 0 0;
    color: #7a8798;
    font-size: 12px;
    line-height: 1.55;
  }
  .brands-directory-link {
    margin-top: 24px;
  }
  .brand-directory-hero {
    padding: 92px 0 70px;
    background: #f5f7fa;
    border-bottom: 1px solid #e3e8ef;
  }
  .brand-directory-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #101b2e;
    font-size: clamp(44px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
  }
  .brand-directory-hero > .site-shell > p:not(.eyebrow) {
    max-width: 790px;
    margin: 22px 0 0;
    color: #607086;
    font-size: 18px;
    line-height: 1.65;
  }
  .brand-search-wrap {
    position: relative;
    max-width: 760px;
    margin-top: 34px;
  }
  .brand-search-wrap input {
    width: 100%;
    height: 66px;
    padding: 0 64px 0 22px;
    border: 2px solid #d9e0e8;
    border-radius: 5px;
    background: #fff;
    color: #101b2e;
    font: inherit;
    font-size: 17px;
    outline: none;
  }
  .brand-search-wrap input:focus {
    border-color: #ef1b23;
    box-shadow: 0 0 0 4px rgba(239,27,35,.08);
  }
  .brand-search-wrap span {
    position: absolute;
    right: 22px;
    top: 17px;
    color: #ef1b23;
    font-size: 28px;
  }
  .featured-brands {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin: 20px 0 70px;
  }
  .featured-brand {
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background: #101b2e;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    transition: transform .18s ease, background .18s ease;
  }
  .featured-brand:hover {
    transform: translateY(-2px);
    background: #1b2b43;
  }
  .directory-title-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #101b2e;
  }
  .directory-title-row h2 {
    margin: 0;
    font-size: 38px;
  }
  .alphabet-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
  }
  .alphabet-nav a {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid #dce2e9;
    color: #344156;
    font-size: 12px;
    font-weight: 900;
  }
  .alphabet-nav a:hover {
    border-color: #ef1b23;
    color: #ef1b23;
  }
  .brand-groups {
    margin-top: 8px;
  }
  .brand-letter-group {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 28px;
    padding: 34px 0;
    border-bottom: 1px solid #e3e8ef;
    scroll-margin-top: 120px;
  }
  .brand-letter {
    color: #ef1b23;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
  }
  .brand-name-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 28px;
  }
  .brand-name-item {
    min-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #edf0f4;
    color: #25364d !important;
    font-size: 15px;
    font-weight: 800;
  }
  .brand-name-item span {
    color: #ef1b23;
  }
  .brand-name-item:hover {
    color: #ef1b23 !important;
  }
  .no-brands {
    padding: 40px 0;
    color: #ef1b23;
    font-size: 18px;
    font-weight: 900;
  }
  .brand-rfq {
    padding: 64px 0;
    background: #101b2e;
  }
  .brand-rfq-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .brand-rfq h2 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px,4vw,46px);
    line-height: 1.08;
  }
  .brand-directory-note {
    padding: 28px 0;
    background: #f5f7fa;
    border-top: 3px solid #ef1b23;
  }
  .brand-directory-note p {
    max-width: 1000px;
    margin: 0;
    color: #7a8798;
    font-size: 12px;
    line-height: 1.55;
  }
  .seo-code-directory {
    background: #f5f7fa;
    border-top: 1px solid #e3e8ef;
  }
  .seo-code-heading {
    max-width: 850px;
  }
  .seo-code-heading h2 {
    margin: 0 0 16px;
    color: #101b2e;
    font-size: clamp(34px,5vw,54px);
    line-height: 1.05;
  }
  .seo-code-heading > p:last-child {
    margin: 0;
    color: #607086;
    font-size: 17px;
    line-height: 1.65;
  }
  .seo-brand-jumps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 34px;
  }
  .seo-brand-jumps a {
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #dce2e9;
    color: #25364d;
    font-size: 13px;
    font-weight: 850;
  }
  .seo-brand-jumps a:hover {
    border-color: #ef1b23;
    color: #ef1b23;
  }
  .seo-brand-sections {
    display: grid;
    gap: 14px;
  }
  .seo-brand-card {
    scroll-margin-top: 110px;
    background: #fff;
    border: 1px solid #dfe5ec;
    box-shadow: 0 8px 24px rgba(16,27,46,.04);
  }
  .seo-brand-card summary {
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
  }
  .seo-brand-card summary::-webkit-details-marker {
    display: none;
  }
  .seo-brand-card summary > span:first-child {
    display: grid;
    gap: 4px;
  }
  .seo-brand-card summary strong {
    color: #101b2e;
    font-size: 21px;
  }
  .seo-brand-card summary small {
    color: #7a8798;
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .seo-details-label {
    color: #ef1b23;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
  }
  .seo-brand-card[open] .seo-details-label {
    font-size: 0;
  }
  .seo-brand-card[open] .seo-details-label:after {
    content: "−";
    font-size: 22px;
  }
  .seo-code-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 1px;
    padding: 1px;
    background: #e6ebf1;
    border-top: 1px solid #e6ebf1;
  }
  .seo-code-item {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    background: #fff;
    color: #25364d !important;
  }
  .seo-code-item strong {
    color: #101b2e;
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  .seo-code-item span {
    margin-top: 5px;
    color: #68788e;
    font-size: 12px;
  }
  .seo-code-item em {
    margin-top: auto;
    padding-top: 12px;
    color: #ef1b23;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    opacity: 0;
    transition: opacity .16s ease;
  }
  .seo-code-item:hover em {
    opacity: 1;
  }
  .sensor-hero {
    padding: 58px 0;
    background: #f5f7fa;
    border-bottom: 1px solid #e3e8ef;
  }
  .sensor-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 44px;
    align-items: stretch;
  }
  .sensor-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 0;
  }
  .sensor-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #101b2e;
    font-size: clamp(46px,6vw,72px);
    line-height: .98;
    letter-spacing: -.045em;
  }
  .sensor-hero-image {
    position: relative;
    min-height: 390px;
    margin: 0;
    overflow: hidden;
    background: #101b2e;
    box-shadow: 0 18px 50px rgba(16,27,46,.14);
  }
  .sensor-hero-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 55%,rgba(8,20,36,.55) 100%);
  }
  .sensor-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sensor-hero-image figcaption {
    position: absolute;
    z-index: 2;
    left: 14px;
    bottom: 12px;
    padding: 5px 8px;
    background: rgba(8,20,36,.65);
    color: rgba(255,255,255,.8);
    font-size: 10px;
  }
  .sensor-intro {
    max-width: 820px;
    margin: 24px 0 32px;
    color: #607086;
    font-size: 18px;
    line-height: 1.65;
  }
  .sensor-catalog {
    background: linear-gradient(180deg,#fff 0%,#f7f9fb 100%);
  }
  .sensor-family {
    padding: 48px 0 58px;
    border-bottom: 1px solid #e3e8ef;
  }
  .sensor-family-banner {
    position: relative;
    min-height: 170px;
    margin-bottom: 18px;
    overflow: hidden;
    background: linear-gradient(120deg,#0f1b2d 0%,#182942 100%);
  }
  .sensor-family-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(8,20,36,.96) 0%,rgba(8,20,36,.78) 48%,rgba(8,20,36,.18) 100%);
    pointer-events: none;
  }
  .sensor-family-illustration {
    position: absolute;
    z-index: 1;
    right: 4%;
    top: 50%;
    width: 360px;
    height: 150px;
    transform: translateY(-50%);
    opacity: .96;
  }
  .sensor-family-illustration:before {
    content: "";
    position: absolute;
    inset: 18px 0;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 80px;
  }
  .art-ring,.art-line,.art-node {
    position: absolute;
    display: block;
  }
  .art-ring {
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 50%;
  }
  .art-ring-a {
    width: 92px;
    height: 92px;
    right: 44px;
    top: 28px;
  }
  .art-ring-b {
    width: 46px;
    height: 46px;
    right: 67px;
    top: 51px;
    border-color: #ef1b23;
  }
  .art-line {
    height: 2px;
    background: rgba(255,255,255,.55);
    transform-origin: left center;
  }
  .art-line-a {
    width: 170px;
    right: 125px;
    top: 60px;
    transform: rotate(-8deg);
  }
  .art-line-b {
    width: 135px;
    right: 125px;
    top: 92px;
    transform: rotate(9deg);
  }
  .art-node {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ef1b23;
    box-shadow: 0 0 0 7px rgba(239,27,35,.13);
  }
  .art-node-a {
    right: 286px;
    top: 49px;
  }
  .art-node-b {
    right: 248px;
    top: 102px;
    background: #fff;
    box-shadow: 0 0 0 7px rgba(255,255,255,.08);
  }
  .art-node-c {
    right: 122px;
    top: 73px;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: none;
  }
  .sensor-art-process .art-ring-a {
    width: 110px;
    height: 110px;
    right: 34px;
    top: 20px;
    border-radius: 16px;
  }
  .sensor-art-process .art-ring-b {
    width: 12px;
    height: 78px;
    right: 82px;
    top: 36px;
    border-radius: 8px;
  }
  .sensor-art-process .art-line-a {
    width: 190px;
    top: 48px;
  }
  .sensor-art-process .art-line-b {
    width: 155px;
    top: 105px;
  }
  .sensor-art-motion .art-ring-a {
    width: 106px;
    height: 106px;
    border-style: dashed;
  }
  .sensor-art-motion .art-ring-b {
    width: 24px;
    height: 24px;
    right: 78px;
    top: 62px;
  }
  .sensor-art-motion .art-line-a {
    width: 190px;
    top: 75px;
    transform: rotate(0deg);
  }
  .sensor-art-condition .art-ring-a {
    width: 128px;
    height: 78px;
    right: 28px;
    top: 37px;
    border-radius: 12px;
  }
  .sensor-art-condition .art-line-a {
    width: 175px;
    top: 82px;
    transform: rotate(0deg);
    background: linear-gradient(90deg,rgba(255,255,255,.2),#ef1b23,rgba(255,255,255,.75));
  }
  .sensor-art-condition .art-line-b {
    width: 145px;
    top: 64px;
    transform: rotate(-18deg);
  }
  .sensor-art-special .art-ring-a {
    width: 118px;
    height: 118px;
    right: 30px;
    top: 16px;
    border: 2px dotted rgba(255,255,255,.7);
  }
  .sensor-art-special .art-ring-b {
    width: 58px;
    height: 58px;
    right: 60px;
    top: 46px;
  }
  .sensor-art-special .art-line-a {
    width: 160px;
    top: 58px;
    transform: rotate(-14deg);
  }
  .sensor-art-special .art-line-b {
    width: 160px;
    top: 103px;
    transform: rotate(14deg);
  }
  .sensor-family-head {
    position: relative;
    z-index: 2;
    min-height: 170px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 28px 34px;
  }
  .sensor-family-head span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    border: 1px solid rgba(255,255,255,.34);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
  }
  .sensor-family-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px,3vw,44px);
  }
  .sensor-type-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
  }
  .sensor-type-card {
    min-height: 170px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #e0e5eb;
    background: #fff;
    color: #101b2e !important;
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .sensor-type-card:hover {
    transform: translateY(-3px);
    border-color: #ef1b23;
    box-shadow: 0 14px 30px rgba(16,27,46,.08);
  }
  .sensor-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f3f5f8;
    border: 1px solid #e1e6ec;
  }
  .sensor-card-icon span {
    width: 14px;
    height: 14px;
    border: 3px solid #ef1b23;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(239,27,35,.08);
  }
  .sensor-type-card h3 {
    margin: 22px 0 9px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    color: #101b2e;
  }
  .sensor-type-card p {
    margin: 0;
    color: #7a8798;
    font-size: 12px;
    font-weight: 700;
  }
  .sensor-type-card strong {
    color: #ef1b23;
  }
  .sensor-tech-visual {
    min-height: 390px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dce4eb;
    border-radius: 28px;
    background: linear-gradient(145deg,#fff,#eef3f7);
    box-shadow: 0 22px 55px rgba(9,30,55,.12);
  }
  .sensor-device {
    position: absolute;
    left: 58px;
    top: 142px;
    width: 190px;
    height: 76px;
    border-radius: 38px 12px 12px 38px;
    background: linear-gradient(180deg,#24394f,#102338);
    box-shadow: 0 18px 30px rgba(10,28,47,.2);
  }
  .sensor-face {
    position: absolute;
    left: -9px;
    top: 7px;
    width: 62px;
    height: 62px;
    border: 7px solid #e31b23;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 7px #dfe6ec;
  }
  .sensor-thread {
    position: absolute;
    top: 8px;
    width: 5px;
    height: 60px;
    background: #40566b;
    border-radius: 3px;
  }
  .sensor-thread.t1 {
    left: 78px;
  }
  .sensor-thread.t2 {
    left: 104px;
  }
  .sensor-thread.t3 {
    left: 130px;
  }
  .sensor-beam {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sensor-beam i {
    position: absolute;
    left: 35px;
    width: 270px;
    height: 2px;
    background: linear-gradient(90deg,#ef1b23,rgba(239,27,35,.12));
    transform-origin: left center;
  }
  .sensor-beam i:nth-child(1) {
    top: 155px;
    transform: rotate(-12deg);
  }
  .sensor-beam i:nth-child(2) {
    top: 180px;
  }
  .sensor-beam i:nth-child(3) {
    top: 205px;
    transform: rotate(12deg);
  }
  .sensor-target {
    position: absolute;
    right: 78px;
    top: 112px;
    width: 74px;
    height: 142px;
    border-radius: 12px;
    background: #102338;
    box-shadow: inset 0 -14px 0 rgba(0,0,0,.15);
  }
  .sensor-target:before {
    content: '';
    position: absolute;
    inset: 16px;
    border: 2px solid #60758a;
    border-radius: 6px;
  }
  .sensor-signal {
    position: absolute;
    right: 45px;
    padding: 8px 11px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #dbe3ea;
    color: #193149;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(16,35,56,.08);
  }
  .sensor-signal.sig-1 {
    top: 36px;
  }
  .sensor-signal.sig-2 {
    bottom: 42px;
    right: 135px;
  }
  .sensor-signal.sig-3 {
    bottom: 42px;
    right: 45px;
  }
  .sensor-wire {
    position: absolute;
    left: 245px;
    top: 178px;
    width: 78px;
    border-top: 3px dashed #e31b23;
  }
  .sensor-help {
    padding: 70px 0;
    background: #101b2e;
  }
  @media (max-width:560px) {
    .sensor-tech-visual {
      min-height: 320px;
    }
    .sensor-device {
      left: 30px;
      top: 125px;
      transform: scale(.72);
      transform-origin: left center;
    }
    .sensor-target {
      right: 34px;
      top: 105px;
      transform: scale(.82);
    }
    .sensor-beam i {
      width: 210px;
    }
    .sensor-signal {
      transform: scale(.82);
    }
    .sensor-wire {
      display: none;
    }
  }
  .sensor-help-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
  }
  .sensor-help h2 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px,4vw,44px);
    line-height: 1.08;
  }
  @media (max-width: 1050px) {
    .sensor-hero-grid {
      grid-template-columns: 1fr;
    }
    .sensor-hero-image {
      min-height: 330px;
    }
    .sensor-type-grid {
      grid-template-columns: repeat(3,1fr);
    }
  }
  @media (max-width: 760px) {
    .sensor-hero {
      padding: 44px 0;
    }
    .sensor-family-head {
      min-height: 145px;
      padding: 24px;
    }
    .sensor-family-banner {
      min-height: 145px;
    }
    .sensor-type-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .sensor-help-inner {
      display: block;
    }
    .sensor-help .btn {
      margin-top: 28px;
    }
  }
  @media (max-width: 520px) {
    .sensor-type-grid {
      grid-template-columns: 1fr;
    }
  }
  .about-section {
    padding: 0;
    background: #0f1b2d;
  }
  .about-grid {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: .96fr 1.04fr;
    min-height: 650px;
  }
  .about-visual {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    margin: 0;
    background: #17243a;
  }
  .about-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(.86) contrast(1.03);
  }
  .about-visual figcaption {
    position: absolute;
    left: 16px;
    bottom: 13px;
    z-index: 2;
    padding: 5px 8px;
    background: rgba(8,20,36,.62);
    color: rgba(255,255,255,.74);
    font-size: 10px;
    letter-spacing: .02em;
  }
  .about-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px clamp(34px, 6vw, 90px);
    color: #fff;
  }
  .about-copy h2 {
    color: #fff;
    max-width: 760px;
  }
  .about-copy > p:not(.eyebrow) {
    max-width: 760px;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,.8);
  }
  .history-wrap {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.16);
  }
  .history-wrap > strong {
    display: block;
    margin-bottom: 18px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .history-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .history-line span {
    color: #ef1b23;
    font-size: 18px;
    font-weight: 900;
  }
  .history-line small {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.7);
    font-size: 11px;
    line-height: 1.35;
    font-weight: 600;
  }
  .cta-section {
    background: #f2f5f8;
    border-bottom: 1px solid #e4e9ef;
  }
  .cta-inner {
    min-height: 300px;
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: center;
  }
  .cta-inner h2 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -.04em;
  }
  .cta-inner p:not(.eyebrow) {
    max-width: 650px;
    color: #637187;
    font-size: 17px;
    line-height: 1.6;
  }
  .cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 205px;
  }
  .cta-actions .btn-ghost {
    color: #101b2e !important;
    background: #fff;
    border-color: #cfd7e1;
  }
  .site-footer {
    background: #fff;
    color: #56657a;
  }
  .footer-grid {
    min-height: 150px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    align-items: center;
    gap: 36px;
    font-size: 13px;
  }
  .footer-company strong {
    display: block;
    color: #101b2e;
    margin-bottom: 9px;
    font-size: 14px;
  }
  .footer-company p {
    margin: 4px 0;
  }
  .footer-contact, .footer-legal {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer-contact a, .footer-legal a {
    color: #344156;
    font-weight: 700;
  }
  .footer-legal {
    text-align: right;
    align-items: flex-end;
  }
  @media (max-width: 1180px) {
    .header-inner {
      grid-template-columns: 165px 1fr auto;
      gap: 16px;
    }
    .brand-text span {
      font-size: 15px;
    }
    .brand-text strong {
      font-size: 11px;
    }
    .main-nav {
      gap: 13px;
      font-size: 13.5px;
    }
    .header-quote {
      display: none;
    }
    .product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .clients-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .brand-list {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (max-width: 860px) {
    .site-shell {
      width: min(100% - 30px, 1220px);
    }
    .site-header {
      position: sticky;
      top: 0;
    }
    .header-inner {
      min-height: 82px;
      grid-template-columns: 1fr auto;
    }
    .main-nav {
      display: none;
    }
    .mobile-menu-toggle {
      display: inline-grid;
    }
    .mobile-nav {
      position: absolute;
      top: calc(100% + 1px);
      left: 15px;
      right: 15px;
      width: auto;
      display: grid;
      grid-template-columns: 1fr;
      max-height: calc(100vh - 100px);
      overflow-y: auto;
      padding: 10px 16px 18px;
      background: #fff;
      border: 1px solid #e3e8ef;
      border-top: 0;
      border-radius: 0 0 12px 12px;
      box-shadow: 0 22px 44px rgba(16,27,46,.16);
    }
    .mobile-nav a {
      padding: 14px 4px;
      color: #17243a;
      border-bottom: 1px solid #edf0f4;
      font-size: 16px;
      font-weight: 850;
      line-height: 1.2;
    }
    .mobile-nav a:hover, .mobile-nav a:focus-visible {
      color: #ef1b23;
    }
    .mobile-nav .mobile-quote {
      margin-top: 12px;
      padding: 15px 18px;
      color: #fff !important;
      background: #ef1b23;
      border: 0;
      border-radius: 6px;
      text-align: center;
    }
    .brand-text span {
      font-size: 16px;
    }
    .brand-text strong {
      font-size: 11px;
    }
    .hero-section, .hero-content {
      min-height: 540px;
    }
    .hero-copy {
      width: 100%;
      padding: 60px 0;
    }
    .hero-copy h1 {
      font-size: clamp(50px, 14vw, 72px);
    }
    .hero-lead {
      font-size: 17px;
    }
    .benefits-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .industry-grid, .service-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .about-grid {
      grid-template-columns: 1fr;
    }
    .about-visual {
      min-height: 420px;
      max-height: 520px;
    }
    .history-line {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .brand-list {
      grid-template-columns: repeat(3, 1fr);
    }
    .cta-inner {
      align-items: flex-start;
      flex-direction: column;
    }
    .cta-actions {
      flex-direction: row;
      flex-wrap: wrap;
    }
    .footer-grid {
      padding: 32px 0;
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .footer-legal {
      align-items: flex-start;
      text-align: left;
    }
  }
  @media (max-width: 560px) {
    .header-actions {
      gap: 8px;
    }
    .hero-section, .hero-content {
      min-height: 500px;
    }
    .hero-media {
      background-position: 62% center;
    }
    .hero-overlay {
      background: linear-gradient(90deg, rgba(8,20,36,.96) 0%, rgba(8,20,36,.82) 72%, rgba(8,20,36,.58) 100%);
    }
    .hero-copy h1 {
      font-size: 46px;
    }
    .hero-actions {
      flex-direction: column;
      align-items: stretch;
    }
    .benefits-grid {
      grid-template-columns: 1fr;
    }
    .benefit {
      border-left: 1px solid #e8edf3;
      border-bottom: 1px solid #e8edf3;
    }
    .section {
      padding: 66px 0;
    }
    .section-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .product-grid, .industry-grid, .service-grid, .clients-grid {
      grid-template-columns: 1fr;
    }
    .product-card {
      min-height: 230px;
    }
    .brand-list {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
    }
    .about-copy {
      padding: 48px 24px;
    }
    .history-line {
      grid-template-columns: 1fr;
    }
    .cta-actions {
      width: 100%;
      flex-direction: column;
    }
    .cta-actions .btn {
      width: 100%;
    }
  }
  .brand-catalog-card {
    grid-column: 1 / -1;
    scroll-margin-top: 110px;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
  }
  .brand-catalog-card summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
    color: #25364d;
  }
  .brand-catalog-card summary::-webkit-details-marker {
    display: none;
  }
  .brand-catalog-title {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  .brand-catalog-title strong {
    font-size: 15px;
    font-weight: 900;
  }
  .brand-catalog-title small {
    color: #7a8798;
    font-size: 11px;
    font-weight: 700;
  }
  .brand-catalog-toggle {
    color: #ef1b23;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }
  .brand-catalog-card[open] {
    margin: 10px 0 20px;
    border: 1px solid #dfe5ec;
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(16,27,46,.06);
  }
  .brand-catalog-card[open] summary {
    padding: 0 18px;
    border-bottom: 1px solid #dfe5ec;
  }
  .brand-code-search {
    position: relative;
    padding: 18px;
    background: #f5f7fa;
    border-bottom: 1px solid #dfe5ec;
  }
  .brand-code-search input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 15px;
    border: 1px solid #ccd5e0;
    border-radius: 4px;
    background: #fff;
    color: #101b2e;
    font: inherit;
    font-size: 14px;
    outline: none;
  }
  .brand-code-search input:focus {
    border-color: #ef1b23;
    box-shadow: 0 0 0 3px rgba(239,27,35,.08);
  }
  .brand-code-search span {
    position: absolute;
    right: 34px;
    top: 27px;
    color: #ef1b23;
    font-size: 24px;
    line-height: 1;
    pointer-events: none;
  }
  .brand-code-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: #e3e8ef;
  }
  .brand-code-item {
    min-width: 0;
    background: #fff;
  }
  .brand-code-item > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    color: #25364d !important;
  }
  .brand-code-item > a:hover {
    background: #fafbfd;
  }
  .brand-code-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }
  .brand-code-heading strong {
    overflow-wrap: anywhere;
    color: #101b2e;
    font-size: 16px;
    line-height: 1.3;
  }
  .brand-code-heading small {
    color: #607086;
    font-size: 11px;
    font-weight: 800;
    text-align: right;
  }
  .brand-code-item p {
    margin: 0;
    color: #647287;
    font-size: 12.5px;
    line-height: 1.55;
  }
  .brand-code-item em {
    margin-top: auto;
    color: #ef1b23;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
  }
  .brand-code-item > a:hover strong {
    color: #ef1b23;
  }
  .product-code-hero {
    padding: 78px 0 68px;
    background: #f5f7fa;
    border-bottom: 1px solid #e3e8ef;
  }
  .product-code-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 38px;
    color: #7a8798;
    font-size: 12px;
    font-weight: 800;
  }
  .product-code-breadcrumbs a {
    color: #526176;
  }
  .product-code-breadcrumbs a:hover {
    color: #ef1b23;
  }
  .product-code-hero h1 {
    max-width: 1000px;
    margin: 0;
    overflow-wrap: anywhere;
    color: #101b2e;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -.04em;
  }
  .product-code-lead {
    max-width: 920px;
    margin: 24px 0 0;
    color: #607086;
    font-size: 18px;
    line-height: 1.7;
  }
  .product-code-facts {
    max-width: 920px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 34px;
    background: #dfe5ec;
    border: 1px solid #dfe5ec;
  }
  .product-code-facts div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    background: #fff;
  }
  .product-code-facts span {
    color: #7a8798;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .product-code-facts strong {
    overflow-wrap: anywhere;
    color: #101b2e;
    font-size: 16px;
  }
  .product-code-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 52px;
    align-items: start;
  }
  .product-code-copy h2 {
    margin: 0 0 20px;
    overflow-wrap: anywhere;
    color: #101b2e;
    font-size: clamp(30px, 4vw, 48px);
  }
  .product-code-copy p:not(.eyebrow) {
    color: #607086;
    font-size: 16px;
    line-height: 1.75;
  }
  .product-code-copy h3 {
    margin: 32px 0 14px;
    color: #101b2e;
    font-size: 22px;
  }
  .product-code-copy ul {
    display: grid;
    gap: 10px;
    padding: 0;
    list-style: none;
  }
  .product-code-copy li {
    position: relative;
    padding-left: 22px;
    color: #45546a;
  }
  .product-code-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef1b23;
  }
  .product-code-quote {
    padding: 32px;
    background: #101b2e;
    color: #fff;
  }
  .product-code-quote h2 {
    margin: 0 0 16px;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
  }
  .product-code-quote p:not(.eyebrow) {
    margin: 0 0 24px;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
  }
  .product-related-codes {
    background: #f5f7fa;
    border-top: 1px solid #e3e8ef;
  }
  .related-code-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }
  .related-code-grid a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
    background: #fff;
    border: 1px solid #dfe5ec;
    color: #25364d;
  }
  .related-code-grid strong {
    overflow-wrap: anywhere;
    color: #101b2e;
    font-size: 14px;
  }
  .related-code-grid span {
    color: #68768a;
    font-size: 12px;
  }
  .related-code-grid a:hover {
    border-color: #ef1b23;
  }
  @media (max-width: 900px) {
    .brand-code-grid {
      grid-template-columns: 1fr;
    }
    .product-code-layout {
      grid-template-columns: 1fr;
    }
    .related-code-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 560px) {
    .brand-catalog-toggle {
      font-size: 0;
    }
    .brand-catalog-toggle::after {
      content: "+";
      font-size: 18px;
    }
    .brand-code-heading {
      flex-direction: column;
      gap: 5px;
    }
    .brand-code-heading small {
      text-align: left;
    }
    .product-code-hero {
      padding: 54px 0;
    }
    .product-code-facts {
      grid-template-columns: 1fr;
    }
    .product-code-quote {
      padding: 26px 22px;
    }
    .related-code-grid {
      grid-template-columns: 1fr;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
