/* Zelf gehoste fonts. Gegenereerd uit de Google Fonts-CSS, alleen de
   subsets latin en latin-ext. De bestanden staan in static/fonts/.
   Hiermee gaat er geen enkel verzoek meer naar fonts.googleapis.com of
   fonts.gstatic.com. */

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/Nunito-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/Nunito-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/Nunito-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/Nunito-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/PlusJakartaSans-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/fonts/PlusJakartaSans-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Material Symbols Outlined, alleen de 17 iconen die de site gebruikt:
   arrow_forward, arrow_outward, check_circle, check_indeterminate_small,
   description, filter_center_focus, format_quote, forum, gavel, keyboard,
   phone, record_voice_over, science, tab, verified, verified_user, zoom_in.
   De volledige set is 457 KB, deze subset 4 KB. Gebruik je een nieuw icoon,
   dan moet het hier bij, anders blijft het vakje leeg.
   De basisklasse stond eerder in de CSS die Google meestuurde; die staat nu
   hier. De font-variation-settings blijven in custom.css staan. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/MaterialSymbolsOutlined-subset.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
/*!
 * Justified gallery style
 */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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: #1F2937;
    --color-body: #fff;
    --color-border: #eaeaea;
    --color-light: #f6f6f6;
    --color-dark: #040404;
    --color-text: #444444;
    --color-text-dark: #040404;
    --font-primary: Nunito, sans-serif;
    --font-secondary: Nunito, sans-serif;
    --text-base-sm: 12.8px;
    --text-h6: 1.2rem;
    --text-h5: 1.44rem;
    --text-h4: 1.728rem;
    --text-h3: 2.0736rem;
    --text-h3-sm: 1.86624rem;
    --text-h2: 2.48832rem;
    --text-h2-sm: 2.239488rem;
    --text-h1: 2.9859839999999997rem;
    --text-h1-sm: 2.6873856rem;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .z-30 {
    z-index: 30;
  }
  .order-0 {
    order: 0;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-1 {
    order: 1;
  }
  .order-3 {
    order: 3;
  }
  .order-3 {
    order: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    > * {
      box-sizing: border-box;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) / 2);
      padding-left: calc(var(--bs-gutter-x) / 2);
      margin-top: var(--bs-gutter-y);
    }
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .container {
    max-width: var(--container-max-width);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
    padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .col {
    flex: 1 0 0%;
    width: initial;
    display: initial;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .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;
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .bg-body {
    background-color: var(--color-body);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-body {
    --tw-gradient-from: var(--color-body);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-light {
    --tw-gradient-to: var(--color-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-current {
    fill: currentcolor;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[8rem\] {
    font-size: 8rem;
  }
  .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);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-text-dark {
    color: var(--color-text-dark);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    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,);
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .sm\:col-10 {
    @media (width >= 40rem) {
      grid-column: 10;
    }
  }
  .sm\:col-10 {
    @media (width >= 40rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-6 {
    @media (width >= 48rem) {
      grid-column: 6;
    }
  }
  .md\:col-8 {
    @media (width >= 48rem) {
      grid-column: 8;
    }
  }
  .md\:col-6 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .md\:col-8 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 66.66666666666667%;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:col-3 {
    @media (width >= 64rem) {
      grid-column: 3;
    }
  }
  .lg\:col-4 {
    @media (width >= 64rem) {
      grid-column: 4;
    }
  }
  .lg\:col-6 {
    @media (width >= 64rem) {
      grid-column: 6;
    }
  }
  .lg\:col-8 {
    @media (width >= 64rem) {
      grid-column: 8;
    }
  }
  .lg\:col-10 {
    @media (width >= 64rem) {
      grid-column: 10;
    }
  }
  .lg\:col-12 {
    @media (width >= 64rem) {
      grid-column: 12;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:col-3 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 25%;
    }
  }
  .lg\:col-4 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 33.333333333333336%;
    }
  }
  .lg\:col-6 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .lg\:col-8 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 66.66666666666667%;
    }
  }
  .lg\:col-10 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .lg\:col-12 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:space-x-2 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:border-r-0 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .xl\:space-x-8 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
}
input#nav-toggle:checked + label #show-button {
  display: none;
}
input#nav-toggle:checked + label #hide-button {
  display: block;
}
input#nav-toggle:checked ~ #nav-menu {
  display: block;
}
.swiper-pagination-bullet {
  height: calc(var(--spacing) * 2.5) !important;
  width: calc(var(--spacing) * 2.5) !important;
  background-color: var(--color-light) !important;
  opacity: 100% !important;
}
.swiper-pagination-bullet-active {
  height: calc(var(--spacing) * 4) !important;
  width: calc(var(--spacing) * 4) !important;
  background-color: var(--color-primary) !important;
}
@layer base {
  html {
    font-size: var(--text-base-sm);
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  body {
    background-color: var(--color-body);
    font-family: var(--font-primary);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-dark);
  }
  h1, .h1 {
    font-size: var(--text-h1-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h1);
    }
  }
  h2, .h2 {
    font-size: var(--text-h2-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h2);
    }
  }
  h3, .h3 {
    font-size: var(--text-h3-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h3);
    }
  }
  h4, .h4 {
    font-size: var(--text-h4);
  }
  h5, .h5 {
    font-size: var(--text-h5);
  }
  h6, .h6 {
    font-size: var(--text-h6);
  }
  b, strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  code {
    &::after {
      content: var(--tw-content);
      --tw-border-style: none;
      border-style: none;
    }
  }
  blockquote > p {
    margin-block: calc(var(--spacing) * 0) !important;
  }
}
@layer components {
  .section {
    padding-block: calc(var(--spacing) * 24);
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .section-sm {
    padding-block: calc(var(--spacing) * 16);
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 80rem) {
      max-width: 1320px !important;
    }
  }
  .social-icons {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .social-icons li {
    display: inline-block;
  }
  .social-icons li a {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
    color: var(--color-white);
  }
  .social-icons li a svg {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
  }
  .content {
    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;
    }
    max-width: none;
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-top: .6em;
    }
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: .3em;
    }
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h1-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h1);
      }
    }
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h2-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h2);
      }
    }
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h3-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h3);
      }
    }
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &.btn {
        text-decoration-line: none;
      }
    }
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      max-width: 100%;
    }
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: 0.25rem;
    }
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    & :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-left-style: var(--tw-border-style);
      border-left-width: 10px;
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-primary);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 8);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: calc(var(--spacing) * 10);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-family: var(--font-secondary);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-style: normal;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      overflow: hidden;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-radius: inherit;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-color: var(--color-border);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        --tw-content: "";
        content: var(--tw-content);
      }
    }
    & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      z-index: 10;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 4);
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: 18px;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    & :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      z-index: 10;
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 3);
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: 18px;
    }
  }
  .header {
    background-color: var(--color-body);
    padding-block: calc(var(--spacing) * 6);
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    image {
      max-height: 100%;
      max-width: 100%;
    }
  }
  .navbar-nav {
    text-align: center;
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .nav-link {
    display: block;
    cursor: pointer;
    padding: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .nav-dropdown {
    margin-right: calc(var(--spacing) * 0);
  }
  .nav-dropdown > svg {
    pointer-events: none;
  }
  .nav-dropdown-list {
    z-index: 10;
    min-width: 180px;
    border-radius: 0.25rem;
    background-color: var(--color-body);
    padding: calc(var(--spacing) * 4);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .nav-dropdown-item {
    &:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .nav-dropdown-link {
    display: block;
    padding-block: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .btn {
    display: inline-block;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .btn-sm {
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .btn-primary {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .btn-outline-primary {
    border-color: var(--color-dark);
    background-color: transparent;
    color: var(--color-text-dark);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
.search-wrapper {
  position: relative;
  z-index: 1;
}
.search-wrapper svg {
  display: inline-block;
  background-color: transparent;
}
.search-wrapper-header {
  padding: 14px;
  position: relative;
}
.search-wrapper-header input {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
  height: 52px;
  padding: 0 15px 0 40px;
  transition: 0.25s;
}
.search-wrapper-header input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
  outline: none;
}
.search-wrapper-header label {
  position: absolute;
  left: 28px;
  top: calc(50% - 13px);
}
.search-wrapper-header label .search-reset {
  display: none;
  transition: 0.1s;
}
.search-wrapper-header label .search-reset:hover {
  cursor: pointer;
  color: #fb5c5c;
}
.search-result-empty {
  display: block;
  text-align: center;
  padding: 32px 0;
  cursor: text;
  user-select: none;
}
.search-result mark {
  padding: 0;
  border-radius: 2px;
}
.search-result:not(:empty) + .search-result-empty {
  display: none;
}
.search-not-found {
  text-align: center;
}
.search-not-found svg {
  margin-bottom: 16px;
}
.search-not-found p {
  margin-bottom: 0;
}
.search-result-item {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
  transition: 0s;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
}
.search-result-item div:empty, .search-result-item .search-result-item-description:empty {
  display: none;
}
.search-result-item-image {
  flex-shrink: 0;
}
.search-result-item-image:empty {
  display: none;
}
.search-result-item-body {
  flex-grow: 1;
}
.search-result-item > div > img {
  border-radius: 4px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.search-page .search-result-item > div > img {
  object-fit: cover;
  max-height: 250px;
  width: 100%;
}
.search-result-item:focus, .search-result-item.search-item-selected, .search-result-item:hover {
  background-color: var(--color-primary);
}
.search-result-item:focus *, .search-result-item.search-item-selected *, .search-result-item:hover * {
  color: white;
}
.search-result-item:focus mark, .search-result-item.search-item-selected mark, .search-result-item:hover mark {
  background-color: #fef08a;
  color: #060606;
}
.search-result-item [data-result-item] u {
  color: var(--color-primary);
}
.search-result-item .hidden {
  display: none;
}
.search-result-group-title {
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 18px;
}
.search-result-item-title {
  transition: 0s;
  font-size: 18px;
  color: black;
  margin-bottom: 0;
  line-height: 1.35;
  font-weight: bold;
}
.search-result-item-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  content: "";
}
.search-result-item-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0;
}
.search-result-item-description {
  font-size: 90%;
  margin-top: 6px;
  margin-bottom: 4px;
}
.search-result-item-content:empty {
  display: none;
}
.search-result-item-taxonomies {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
}
.search-result-item-taxonomies > div {
  margin-right: 12px;
  color: #999;
}
.search-result-item-taxonomies > div svg {
  margin-right: 4px;
}
.search-wrapper-footer {
  color: #999;
  font-size: 12px;
  padding: 8px 14px;
  user-select: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.search-wrapper-footer kbd {
  color: #777;
  background-color: #eee;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 4px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.search-wrapper-footer span:not(:last-child) {
  margin-right: 16px;
}
.search-wrapper-footer span:last-child {
  margin-left: auto;
}
.search-wrapper-footer .search-result-info:empty {
  display: none;
}
.search-wrapper-footer .search-result-info {
  margin-left: -3px;
}
.search-wrapper-footer .search-result-info em {
  color: black;
  font-style: normal;
  padding: 0 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.search-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.search-modal.show {
  opacity: 1;
  visibility: visible;
}
.search-modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-modal .search-wrapper {
  width: 660px;
  max-width: 96%;
  margin: 100px auto;
  border-radius: 4px;
  background-color: white;
}
.search-modal .search-wrapper-body {
  max-height: calc(100vh - 350px);
  padding: 14px;
  overflow-y: auto;
  background-color: #f5f6f7;
  box-shadow: inset 0 2px 18px #ddd;
  border-radius: 4px;
}
.search-modal .search-result-group:first-child .search-result-group-title:not(:empty) {
  margin-top: -15px;
}
.search-modal .search-result-item a > div {
  margin-right: 16px;
}
.search-modal .search-result-item-image {
  margin-right: 15px;
}
.search-modal .search-result-item-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .search-modal .search-result-item-image img {
    width: 60px;
    height: 60px;
  }
  .search-wrapper-footer {
    display: none;
  }
}
.dark .search-modal .search-wrapper {
  background-color: #1c1c1c;
}
.dark .search-modal .search-wrapper-header input {
  color: #fff;
  background-color: #222222;
  border-color: #535353;
}
.dark .search-modal .search-wrapper-header input:focus {
  border-color: #fff;
}
.dark .search-modal .search-wrapper-body {
  background-color: #222222;
  box-shadow: none;
}
.dark .search-modal .search-result-item {
  border-color: #3e3e3e;
  background-color: #1c1c1c;
}
.dark .search-modal .search-result-item:focus, .dark .search-modal .search-result-item.search-item-selected, .dark .search-modal .search-result-item:hover {
  background-color: #060606;
}
.dark .search-modal .search-result-item .search-result-item-title {
  color: #fff;
}
.dark .search-wrapper-footer kbd {
  background-color: #3e3e3e;
  color: #ccc;
}
.dark .search-wrapper-footer .search-result-info em {
  color: #fff;
}
.search-page .search-wrapper {
  padding: 100px 0;
}
.search-page .search-wrapper-header, .search-page .search-wrapper-footer {
  width: 660px;
  max-width: 96%;
  margin: 0 auto;
}
.search-page .search-wrapper-footer {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.search-page .search-wrapper-body {
  padding: 0 16px;
}
.search-page .search-result-group {
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-result-item {
  margin-right: -15px;
  margin-left: -15px;
}
.search-page .search-result-group > p, .search-page .search-result-item {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.search-page .search-result-group > p {
  width: 100%;
}
.search-page .search-result-item {
  flex: 0 0 auto;
  width: calc(100% - (4 * 4px));
  display: block;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin: 0 8px 16px 8px;
}
.search-page .search-result-item .search-result-item-image {
  margin-bottom: 10px;
}
.search-page .search-result-group-title {
  font-size: 22px;
  font-weight: bold;
}
.search-page .search-result-info {
  display: block;
  text-align: center;
}
.search-page .search-wrapper-header input {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .search-page .search-result-item {
    width: calc(50% - (4 * 4px));
  }
}
@media (max-width: 576px) {
  .search-wrapper .search-wrapper-footer span:not(.search-result-info) {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-page .search-result-item {
    width: calc(33.3333333333% - (4 * 4px));
  }
}
@media (min-width: 992px) {
  .search-page .search-result-item {
    width: calc(25% - (4 * 4px));
  }
}
.dark .search-page .search-wrapper-header input {
  color: #fff;
  background-color: #222222;
  border-color: #535353;
}
.dark .search-page .search-wrapper-header input:focus {
  border-color: #fff;
}
.dark .search-page .search-result-item {
  border-color: #3e3e3e;
  background-color: #1c1c1c;
}
.dark .search-page .search-result-item:focus, .dark .search-page .search-result-item.search-item-selected, .dark .search-page .search-result-item:hover {
  background-color: #060606;
}
.dark .search-page .search-result-item-title {
  color: #fff;
}
.share-link {
  border-radius: 0.25rem;
  transition: 25ms ease-out;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.share-icon {
  fill: #fff;
  stroke: none;
  display: block;
  height: 100%;
}
.share-icon svg {
  width: 1em;
  height: 100%;
  margin: auto;
}
.share-pinterest {
  background-color: #bd081c;
}
.share-pinterest:hover {
  background-color: #8c0615;
}
.share-facebook {
  background-color: #3b5998;
}
.share-facebook:hover {
  background-color: #2d4373;
}
.share-tumblr {
  background-color: #35465c;
}
.share-tumblr:hover {
  background-color: #222d3c;
}
.share-reddit {
  background-color: #5f99cf;
}
.share-reddit:hover {
  background-color: #3a80c1;
}
.share-linkedin {
  background-color: #0077b5;
}
.share-linkedin:hover {
  background-color: #046293;
}
.share-vk {
  background-color: #507299;
}
.share-vk:hover {
  background-color: #43648c;
}
.share-x {
  background-color: #000;
}
.share-x:hover {
  background-color: #000;
}
.share-email {
  background-color: #777777;
}
.share-email:hover {
  background-color: #5e5e5e;
}
.share-whatsapp {
  background-color: #25d366;
}
.share-whatsapp:hover {
  background-color: #1da851;
}
.share-telegram {
  background-color: #54a9eb;
}
.share-telegram:hover {
  background-color: #4b97d1;
}
.share-copy {
  background-color: #28a745;
}
.share-copy:hover {
  background-color: #218838;
}
.share-fediverse {
  background-color: #6364ff;
}
.share-fediverse:hover {
  background-color: #4b4ccf;
}
.fediverse-share {
  position: relative;
  display: inline-block;
}
.fediverse-input-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: none;
  z-index: 10;
  white-space: nowrap;
}
.dark .fediverse-input-wrapper {
  background: #2d2d2d;
  border-color: #444;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.fediverse-input {
  width: 200px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-right: 8px;
}
.fediverse-input:focus {
  outline: none;
  border-color: #4b4ccf;
}
.fediverse-check-button {
  padding: 7px 12px;
  background-color: #4b4ccf;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.fediverse-check-button:hover {
  background-color: #4b4ccf;
}
.img {
  max-width: 100%;
  height: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery .gallery-item {
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: calc(100% - 20px);
}
.gallery .gallery-item img {
  user-select: none;
  width: 100%;
  vertical-align: middle;
  transition: 0.3s;
}
.gallery.zoomable .gallery-item:hover img {
  transform: scale(1.05);
  cursor: zoom-in;
}
.gallery::after {
  content: "";
  flex-grow: 99999;
  min-width: calc(100vw / 3);
}
@media (max-width: 460px) {
  .gallery {
    flex-direction: column;
  }
  .gallery .gallery-item {
    width: calc(100% - 20px) !important;
  }
}
.gallery-slider .swiper-slide img {
  width: 100%;
}
.gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {
  color: white;
  opacity: 0;
  transition: 0.3s;
}
.gallery-slider:hover .swiper-button-prev, .gallery-slider:hover .swiper-button-next {
  opacity: 1;
}
.gallery-slider:hover .swiper-button-prev {
  left: 30px;
}
.gallery-slider:hover .swiper-button-next {
  right: 30px;
}
.img {
  max-width: 100%;
  height: auto;
}
.img-light {
  display: initial;
}
.img-dark {
  display: none;
}
.dark .img-light {
  display: none;
}
.dark .img-dark {
  display: initial;
}
.content img {
  max-width: 100%;
  margin-bottom: 1.5rem;
  height: auto;
  display: inline-block;
}
.content img.glightbox {
  cursor: pointer;
}
.content img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content img.img-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.content img.img-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.content img.img-float-left {
  float: left;
  margin-right: 1.5rem;
}
.content img.img-float-right {
  float: right;
  margin-left: 1.5rem;
}
.content figure {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.content figure img {
  margin-bottom: 0.7rem;
}
.content figure.img-center {
  display: block;
  text-align: center;
}
.content figure.img-left {
  display: block;
  text-align: left;
}
.content figure.img-right {
  display: block;
  text-align: right;
}
.content figure.img-float-left {
  float: left;
  margin-right: 1.5rem;
}
.content figure.img-float-right {
  float: right;
  margin-left: 1.5rem;
}
.table-of-content {
  margin: 1rem 0 1.5rem;
}
.table-of-content summary {
  font-size: 18px;
  color: #fff;
  background-color: #555;
  padding: 5px 20px;
  margin-bottom: 0 !important;
}
.table-of-content ul li:before {
  display: none;
}
#TableOfContents {
  padding: 10px;
  background-color: #f7f7f7;
}
#TableOfContents li, #TableOfContents a {
  color: #333 !important;
}
#TableOfContents a {
  text-decoration: none;
}
#TableOfContents a:hover {
  text-decoration: underline;
}
.content .table-of-content ul li, .content .table-of-content ol li {
  margin-bottom: 6px !important;
}
.dark #TableOfContents {
  background-color: #333;
}
.dark #TableOfContents li, .dark #TableOfContents a {
  color: #fff !important;
}
.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  border-bottom: 1px solid #aaa;
  overflow-x: auto;
}
.tab-nav::-webkit-scrollbar {
  width: 2px;
}
.tab-nav-item {
  padding: 0.5rem 1rem !important;
  cursor: pointer;
  opacity: 0.8;
  margin: 0 !important;
  white-space: nowrap;
}
.tab-nav-item::before {
  display: none !important;
}
.tab-nav-item.active {
  border-bottom: 3px solid #aaa;
  opacity: 1;
}
.tab-content .tab-content-panel {
  display: none;
  padding: 1rem;
}
.tab-content .tab-content-panel p {
  margin-bottom: 0 !important;
}
.tab-content .tab-content-panel.active {
  display: block;
}
.accordion {
  border: 1px solid #ccc;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.1rem;
  width: 100%;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.accordion-icon {
  width: 0.78em;
  height: 0.78em;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
}
.accordion.active .accordion-icon {
  transform: rotate(0deg);
}
.accordion.active .accordion-content {
  max-height: max-content;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: relative;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 90%;
  margin: 0 auto;
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
}
.notice {
  margin-bottom: 1.5rem;
  border: 1px solid;
  padding: 1.5rem;
  border-color: currentColor;
}
.notice-head {
  display: flex;
  align-items: center;
}
.notice-head svg {
  margin-right: 0.75rem;
}
.notice-head p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1;
}
.notice-body {
  margin-top: 0.75rem;
}
.notice-body p {
  margin: 0;
}
.notice.note {
  color: #293df2;
  background-color: rgba(41, 61, 242, 0.15);
}
.notice.abstract {
  color: #0ca68c;
  background-color: rgba(12, 166, 140, 0.15);
}
.notice.info {
  color: #09c3ed;
  background-color: rgba(9, 195, 237, 0.15);
}
.notice.todo {
  color: #8d05a8;
  background-color: rgba(141, 5, 168, 0.15);
}
.notice.tip {
  color: #19cfb0;
  background-color: rgba(25, 207, 176, 0.15);
}
.notice.success {
  color: #04d904;
  background-color: rgba(4, 217, 4, 0.15);
}
.notice.question {
  color: #e38902;
  background-color: rgba(227, 137, 2, 0.15);
}
.notice.warning {
  color: #e38902;
  background-color: rgba(227, 137, 2, 0.15);
}
.notice.failure {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.danger {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.bug {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.example {
  color: #b83acf;
  background-color: rgba(184, 54, 207, 0.15);
}
.notice.quote {
  color: #918e91;
  background-color: rgba(145, 142, 145, 0.15);
}
.dark .notice-head p {
  color: #d1d5db;
}
.table-of-content {
  overflow: hidden;
  border-radius: 0.25rem;
}
.share-icons .share-link {
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 9);
  border-radius: 0.25rem;
  background-color: var(--color-primary);
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary);
    }
  }
}
.fediverse-input-wrapper {
  border-radius: 0.25rem;
  background-color: var(--color-body);
  input {
    border-radius: 0.25rem;
    &:focus {
      border-color: var(--color-primary);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  button {
    border-radius: 0.25rem;
    background-color: var(--color-primary);
    color: var(--color-light);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
}
.notice {
  border-radius: var(--radius-lg);
}
.tab {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
}
.tab-nav {
  border-color: var(--color-border);
  background-color: var(--color-light);
  padding-left: calc(var(--spacing) * 4);
}
.tab-nav-item {
  padding-inline: calc(var(--spacing) * 8);
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  color: var(--color-text-dark);
}
.tab-nav-item.active {
  border-color: var(--color-dark);
}
.tab-content-panel {
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 0) !important;
}
.accordion {
  margin-bottom: calc(var(--spacing) * 6);
  overflow: hidden;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-light);
}
.accordion-header {
  color: var(--color-text-dark);
}
.cookie-box {
  border-radius: var(--radius-lg) !important;
}
.gallery-slider {
  margin-left: calc(var(--spacing) * 0) !important;
}
.hp-narrow {
  max-width: 52rem;
  margin-inline: auto;
}
.hp-narrow-sm {
  max-width: 40rem;
  margin-inline: auto;
}
.footer-certs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .footer-certs-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.footer-certs-col .footer-certs__label {
  display: block;
  margin-bottom: 0.75rem;
}
.footer-certs-col .footer-certs__logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.hp-hero .container, .hp-diff .container, .hp-approach .container, .hp-reports .container, .hp-usps .container, .hp-tools .container, .hp-services .container, .hp-segments .container, .hp-articles .container, .hp-faq .container, .hp-cta-final .container {
  max-width: 1100px;
}
.hp-hero {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23A30D4B' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.hp-diff {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' stroke='%23A30D4B' stroke-width='0.5' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  text-align: center;
}
.hp-usps {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 22v16M22 30h16' stroke='%23F5C842' stroke-width='0.8' stroke-linecap='round' opacity='0.22'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}
.hp-tools {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='48' height='48' fill='none' stroke='%23A30D4B' stroke-width='0.4' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 48px 48px;
}
.hp-services {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12c20-10 40 10 60 0s40 10 60 0' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 120px 24px;
}
.hp-segments {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 18l8 10-8 10-8-10z' fill='none' stroke='%23F5C842' stroke-width='0.6' opacity='0.22'/%3E%3C/svg%3E");
  background-size: 56px 56px;
}
.hp-articles {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='1.5' fill='%23A30D4B' opacity='0.16'/%3E%3C/svg%3E");
  background-size: 28px 28px;
}
.hp-faq {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' stroke='%23ffffff' stroke-width='0.5' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.hp-hero {
  padding: 6rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.hp-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hp-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.hp-hero__title {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #1F2937;
  margin-bottom: 1.5rem;
}
.hp-hero__title em {
  font-style: italic;
  color: #A30D4B;
}
.hp-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 2rem;
}
.hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.hp-hero__cta-secondary {
  font-size: 0.9375rem;
  color: #6B7280;
}
.hp-hero__cta-secondary a {
  color: #1F2937;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hp-hero__cta-secondary a:hover {
  color: #A30D4B;
}
.hp-hero__image {
  display: flex;
  justify-content: center;
}
.hp-hero__img {
  border-radius: 0.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
.hp-hero__visual {
  display: none;
  position: relative;
  padding-bottom: 2rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .hp-hero__visual {
    display: block;
  }
}
.hp-hero__svg--main {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.08));
  border-radius: 12px;
}
.hp-hero__svg--float {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.12));
  border-radius: 10px;
}
.hp-trust {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
  background-color: #f5f5f5;
}
.hp-trust .container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
}
.hp-trust__label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  white-space: nowrap;
}
.hp-trust__names {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.hp-trust__names span {
  font-weight: 700;
  font-size: 0.875rem;
  color: #4B5563;
  white-space: nowrap;
}
.hp-stats {
  background-color: #004050;
  color: #fff;
  padding: 2.5rem 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12c20-10 40 10 60 0s40 10 60 0' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.16'/%3E%3C/svg%3E");
  background-size: 120px 24px;
}
.hp-stats .container {
  max-width: 1100px;
}
.hp-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 640px) {
  .hp-stats__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.hp-stats__number {
  display: block;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: #F5C842;
}
.hp-stats__label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
.hp-section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1F2937;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.hp-section-intro {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 2.5rem;
  max-width: 48rem;
  margin-inline: auto;
}
.hp-section-intro p + p {
  margin-top: 1rem;
}
.hp-section-cta {
  margin-top: 2rem;
  text-align: center;
}
.hp-link-arrow {
  color: #A30D4B;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}
.hp-link-arrow:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hp-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.hp-comparison__col {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.75rem;
}
.hp-comparison__col--standard {
  background: #f9fafb;
}
.hp-comparison__col--pa {
  border-color: #A30D4B;
  border-width: 2px;
}
.hp-comparison__heading {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #1F2937;
}
.hp-comparison__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hp-comparison__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  border-bottom: 1px solid #f3f4f6;
}
.hp-comparison__item:last-child {
  border-bottom: none;
}
.hp-comparison__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.125rem;
}
.hp-comparison__icon--fail {
  background: #f3f4f6;
  color: #9ca3af;
}
.hp-comparison__icon--pass {
  background: #A30D4B;
  color: #fff;
}
.hp-comparison__item code {
  font-size: 0.8125rem;
  background: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 3px;
}
.hp-reports {
  background-color: #1F2937;
}
.hp-reports .hp-section-title {
  color: #fff;
}
.hp-reports .hp-section-intro {
  color: #d1d5db;
}
.hp-reports__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hp-report-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  border-top: 3px solid #A30D4B;
}
.hp-report-card__body {
  flex: 1;
}
.hp-report-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.hp-report-card__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 1rem;
}
.hp-report-card__link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
}
.hp-report-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hp-usps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3rem;
}
.hp-usp__number {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  color: #F5C842;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.hp-usp__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.hp-usp__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4B5563;
}
.hp-tools {
  background-color: #f5f5f5;
}
.hp-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hp-tool-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.hp-tool-card:hover {
  border-color: #A30D4B;
}
.hp-tool-card__body {
  flex: 1;
}
.hp-tool-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.hp-tool-card__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4B5563;
  margin-bottom: 1rem;
}
.hp-tool-card__link {
  color: #A30D4B;
  font-weight: 600;
  font-size: 0.9375rem;
}
.hp-tool-card--cta {
  background: linear-gradient(135deg, #004050 0%, #1F2937 100%);
  border: 2px solid #004050;
  color: #fff;
}
.hp-tool-card--cta .hp-tool-card__title {
  color: #F5C842;
}
.hp-tool-card--cta .hp-tool-card__desc {
  color: rgba(255, 255, 255, 0.85);
}
.hp-tool-card--cta .hp-tool-card__link {
  color: #F5C842;
}
.hp-tool-card--cta:hover {
  border-color: #A30D4B;
  transform: translateY(-4px);
}
.hp-services {
  background-color: #1F2937;
}
.hp-services .hp-section-title {
  color: #fff;
}
.hp-services .hp-feature__text p, .hp-services .hp-feature__text ul li {
  color: #e5e7eb;
}
.hp-services .hp-feature__text ul li::before {
  color: #fff;
}
.hp-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.hp-service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
}
.hp-service-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.75rem;
}
.hp-service-card__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4B5563;
  flex: 1;
  margin-bottom: 1rem;
}
.hp-service-card__link {
  color: #A30D4B;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
}
.hp-service-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hp-segments {
  background-color: #f5f5f5;
}
.hp-segments__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hp-segments__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.hp-segment {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.hp-segment:hover {
  border-color: #A30D4B;
}
.hp-segment__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.hp-segment__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4B5563;
}
.hp-segments__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-segments__logos-img {
  max-width: 100%;
  height: auto;
  opacity: 0.85;
}
.hp-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.hp-articles__col-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.hp-articles__col-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6B7280;
  margin-bottom: 1.25rem;
}
.hp-articles__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.hp-articles__list li {
  padding: 0.625rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.hp-articles__list li:first-child {
  border-top: 1px solid #e5e7eb;
}
.hp-articles__list a {
  color: #1F2937;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
.hp-articles__list a:hover {
  color: #A30D4B;
}
.hp-articles__more {
  color: #A30D4B;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
}
.hp-articles__more:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hp-faq {
  background-color: #1F2937;
  padding: 4rem 0;
}
.hp-faq .hp-section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}
.hp-faq__container {
  max-width: 700px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hp-faq details.faq-item, html.dark .hp-faq details.faq-item {
  background: #fff;
  color: #1F2937;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e7eb;
  padding: 0;
}
.hp-faq details.faq-item:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.hp-faq details.faq-item:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
  border-bottom: none;
}
.hp-faq summary.faq-question, html.dark .hp-faq summary.faq-question {
  color: #1F2937;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  transition: background-color 0.2s ease;
}
.hp-faq summary.faq-question:hover, html.dark .hp-faq summary.faq-question:hover {
  background-color: #f9fafb;
  color: #1F2937;
}
.hp-faq summary.faq-question::after {
  right: 1.5rem;
  font-size: 1.25rem;
  color: #A30D4B;
}
.hp-faq details[open] summary.faq-question {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 1.25rem;
}
.hp-faq .faq-answer, html.dark .hp-faq .faq-answer {
  color: #4B5563;
  padding: 1rem 1.5rem 1.25rem;
  line-height: 1.7;
  font-size: 0.9375rem;
}
.hp-approach__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.hp-approach__item {
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
.hp-approach__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.hp-approach__desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4B5563;
}
.hp-service-card__price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #A30D4B;
  margin-bottom: 0.5rem;
}
.hp-cta-final {
  text-align: center;
  background: #f5f5f5;
}
.hp-cta-final .hp-section-title {
  text-align: center;
}
.hp-cta-final .hp-section-intro {
  text-align: center;
  margin-bottom: 2rem;
}
.hp-cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .hp-hero {
    padding: 3.5rem 0 2.5rem;
  }
  .hp-hero__title {
    font-size: 1.875rem;
  }
  .hp-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-comparison {
    grid-template-columns: 1fr;
  }
  .hp-approach__grid, .hp-reports__grid, .hp-usps__grid, .hp-tools__grid, .hp-services__grid {
    grid-template-columns: 1fr;
  }
  .hp-segments__layout {
    grid-template-columns: 1fr;
  }
  .hp-segments__grid {
    grid-template-columns: 1fr;
  }
  .hp-articles__grid {
    grid-template-columns: 1fr;
  }
  .hp-usps__grid {
    gap: 2rem;
  }
  .hp-cta-final__actions {
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hp-hero__title {
    font-size: 2.25rem;
  }
  .hp-approach__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-reports__grid, .hp-tools__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-services__grid {
    grid-template-columns: 1fr;
  }
  .hp-usps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hp-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .hp-feature {
    grid-template-columns: 1fr 1fr;
  }
  .hp-feature:nth-child(even) .hp-feature__text {
    order: 2;
  }
}
.hp-feature:last-child {
  margin-bottom: 0;
}
.hp-feature__text h2 {
  margin-bottom: 1rem;
}
.hp-feature__text p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #1F2937;
  margin-bottom: 1.5rem;
}
.hp-feature__text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.hp-feature__text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #1F2937;
}
.hp-feature__text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #A30D4B;
  font-weight: 700;
}
.hp-feature__image img {
  border-radius: 0.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
.section-full {
  padding: 4rem 0;
}
.section-full--light {
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' stroke='%23004050' stroke-width='0.4' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.section-full__inner {
  max-width: 720px;
  margin: 0 auto;
}
.section-full__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1.5rem;
  text-align: left;
}
.section-full__content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4B5563;
}
.section-full__content p {
  margin-bottom: 1rem;
}
.section-full__content a {
  color: #A30D4B;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-full__content ul, .section-full__content ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.section-full__content ul {
  list-style: disc;
}
.section-full__content ol {
  list-style: decimal;
}
.section-full__content li {
  line-height: 1.7;
  margin-bottom: 0.5rem;
  color: #4B5563;
}
.section-full__content strong {
  color: #1F2937;
}
.section-full--with-image .section-full__inner {
  max-width: 960px;
}
.section-full--with-image .section-full__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .section-full--with-image .section-full__body {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
  .section-full--with-image .section-full__content {
    flex: 1;
  }
  .section-full--with-image .section-full__image {
    flex: 0 0 45%;
  }
}
.section-full__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.section-full--float .section-full__body {
  display: block;
}
.section-full--float-left .section-full__image {
  float: left;
  max-width: 320px;
  margin: 0.25rem 2rem 1.5rem 0;
}
.section-full--float-right .section-full__image {
  float: right;
  max-width: 320px;
  margin: 0.25rem 0 1.5rem 2rem;
}
.section-full--float .section-full__body::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 640px) {
  .section-full--float-left .section-full__image, .section-full--float-right .section-full__image {
    float: none;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
.section .content {
  max-width: 42rem;
}
.section-cards {
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='0.8' fill='%23A30D4B' opacity='0.1'/%3E%3C/svg%3E");
  background-size: 28px 28px;
}
.section-cards--light {
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='48' height='48' fill='none' stroke='%23004050' stroke-width='0.3' opacity='0.06'/%3E%3C/svg%3E");
  background-size: 48px 48px;
}
.section-cards--dark {
  background-color: #1F2937;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 18l8 10-8 10-8-10z' fill='none' stroke='%23F5C842' stroke-width='0.5' opacity='0.1'/%3E%3C/svg%3E");
  background-size: 56px 56px;
}
.section-cards--dark .section-cards__title {
  color: #ffffff;
}
.section-cards__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.section-cards__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.section-cards__header:not(.section-cards__header--with-image) .section-cards__title {
  margin-bottom: 2rem;
  text-align: center;
}
.section-cards__grid {
  display: grid;
  gap: 1.5rem;
  max-width: 80%;
  margin: 0 auto;
}
.section-cards__grid--3 {
  grid-template-columns: 1fr;
}
.section-cards__grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .section-cards__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-cards__grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-top: 3px solid #004050;
  border-radius: 8px;
  padding: 2rem;
}
.section-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #004050;
  margin-bottom: 0.75rem;
}
.section-card__content {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4B5563;
}
.section-card__content p {
  margin-bottom: 0.75rem;
}
.section-card__content p:last-child {
  margin-bottom: 0;
}
.section-card__content a {
  color: #A30D4B;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-card__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-card__content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.625rem;
  line-height: 1.6;
}
.section-card__content ul li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: #A30D4B;
  font-weight: 700;
}
.section-cta {
  padding: 4rem 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 22v16M22 30h16' stroke='%23A30D4B' stroke-width='0.6' stroke-linecap='round' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}
.section-cta__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.section-cta__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
}
.section-cta__content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #1F2937;
}
.section-cta__content p {
  margin-bottom: 1rem;
}
.section-cta__content a {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #A30D4B;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.section-cta__content a:hover {
  opacity: 0.85;
}
.section-cta--accent {
  background-color: #004050;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12c20-10 40 10 60 0s40 10 60 0' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 120px 24px;
}
.section-cta--accent .section-cta__title {
  color: #fff;
}
.section-cta--accent .section-cta__content {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.4rem;
  line-height: 1.6;
}
.section-cta--accent .section-cta__content strong {
  color: #F5C842;
  font-size: 1.5rem;
}
.section-cta--accent .section-cta__content a {
  background-color: #A30D4B;
  color: #fff;
}
.ag-hero {
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23A30D4B' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.ag-hero .container {
  max-width: 1100px;
}
.ag-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .ag-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.ag-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #A30D4B;
  margin-bottom: 0.75rem;
}
.ag-hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #1F2937;
  margin-bottom: 1.25rem;
}
.ag-hero__subtitle {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 2rem;
}
.ag-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.ag-hero__visual {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .ag-hero__visual {
    display: block;
  }
}
.ag-hero__svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ag-hero__title {
    font-size: 1.875rem;
  }
}
.ag-trust {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
  background-color: #f5f5f5;
}
.ag-trust .container {
  max-width: 1100px;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.ag-trust__label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  white-space: nowrap;
}
.ag-trust__names {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.ag-trust__names span {
  font-weight: 700;
  font-size: 0.875rem;
  color: #4B5563;
  white-space: nowrap;
}
.ag-content .section-full__inner {
  max-width: 860px;
}
.ag-content .section-full .container, .ag-content .section-cards .container, .ag-content .section-cta .container {
  max-width: 1100px;
}
.ag-stats {
  background-color: #004050;
  color: #fff;
  padding: 2.5rem 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12c20-10 40 10 60 0s40 10 60 0' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.16'/%3E%3C/svg%3E");
  background-size: 120px 24px;
}
.ag-stats .container {
  max-width: 1100px;
}
.ag-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 640px) {
  .ag-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ag-stats__number {
  display: block;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: #F5C842;
}
.ag-stats__label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
.tools-hero {
  padding: 5rem 0 3rem;
  background-color: #1F2937;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 22v16M22 30h16' stroke='%23F5C842' stroke-width='0.8' stroke-linecap='round' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  text-align: center;
}
.tools-hero__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}
.tools-hero__subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.tools-grid-section {
  padding: 4rem 0 5rem;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='0.8' fill='%23004050' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 28px 28px;
}
.tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tool-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-top: 4px solid #004050;
  border-radius: 12px;
  padding: 2.5rem 2rem 2rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.tool-card:focus-visible {
  outline: 3px solid #004050;
  outline-offset: 2px;
}
.tool-card__icon {
  width: 56px;
  height: 56px;
  color: #004050;
  margin-bottom: 1.5rem;
}
.tool-card__icon svg {
  width: 100%;
  height: 100%;
}
.tool-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.75rem;
}
.tool-card__description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4B5563;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.tool-card__badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background-color: #F5C842;
  color: #1F2937;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tool-card__link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #A30D4B;
  transition: color 0.2s;
}
.tool-card:hover .tool-card__link {
  color: #004050;
}
.tool-container {
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
.tool-pdf__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.tool-pdf__beta {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  background: #A30D4B;
  color: #fff;
  vertical-align: middle;
  margin-left: 0.35rem;
}
.tool-pdf__lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #f5f5f5;
  border: 1px solid #d1d5db;
  border-radius: 1.5rem;
  padding: 0.2rem;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  flex-shrink: 0;
}
.tool-pdf__lang-btn:focus-visible {
  outline: 2px solid #A30D4B;
  outline-offset: 2px;
}
.tool-pdf__lang-opt {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  transition: background 0.2s, color 0.2s;
}
.tool-pdf__lang-opt--active {
  background: #1F2937;
  color: #fff;
}
.tool-pdf__gate {
  max-width: 420px;
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
}
.tool-pdf__gate-text {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.6;
}
.tool-pdf__gate-form {
  display: flex;
  gap: 0.5rem;
}
.tool-pdf__gate-input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid #767f8c;
  border-radius: 6px;
  font-size: 0.925rem;
  color: #1F2937;
  background: #fff;
}
.tool-pdf__gate-input:focus {
  outline: 2px solid #A30D4B;
  outline-offset: 1px;
  border-color: #A30D4B;
}
.tool-pdf__gate-btn {
  padding: 0.5rem 1.25rem;
  background: #A30D4B;
  border: 1px solid #A30D4B;
  color: #fff;
  border-radius: 6px;
  font-size: 0.925rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.tool-pdf__gate-btn:hover {
  background: #8a0b3f;
}
.tool-pdf__gate-error {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: #A30D4B;
  font-weight: 500;
}
.tool-cta {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  border: 1px solid #eaeaea;
}
.tool-cta p {
  margin: 0 0 0.5rem;
}
.tool-cta p:last-child {
  margin-bottom: 0;
}
.tool-cta a {
  color: #1F2937;
  font-weight: 600;
}
.tool-alt__intro {
  max-width: 640px;
  margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4B5563;
}
.tool-alt__form {
  margin-bottom: 2rem;
}
.tool-alt__form-row {
  display: flex;
  gap: 0.5rem;
}
.tool-alt__input {
  flex: 1;
  padding: 0.6rem 0.75rem;
  border: 1px solid #767f8c;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #1F2937;
  background: #fff;
}
.tool-alt__input:focus {
  outline: 2px solid #A30D4B;
  outline-offset: 1px;
  border-color: #A30D4B;
}
.tool-alt__btn {
  padding: 0.6rem 1.5rem;
  background: #A30D4B;
  border: 1px solid #A30D4B;
  color: #fff;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.tool-alt__btn:hover {
  background: #8a0b3f;
}
.tool-alt__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.tool-alt__loading {
  padding: 1rem 0;
  color: #6b7280;
  font-style: italic;
}
.tool-alt__error {
  padding: 0.75rem 1rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  color: #991b1b;
  font-size: 0.925rem;
}
.tool-alt__empty {
  padding: 1rem 0;
  color: #6b7280;
}
.tool-alt__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.tool-alt__summary-card {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.tool-alt__summary-count {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1F2937;
}
.tool-alt__summary-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0.25rem;
}
.tool-alt__summary-detail {
  display: block;
  font-size: 0.8rem;
  color: #6b7280;
}
.tool-alt__section {
  margin-bottom: 2rem;
}
.tool-alt__section-title {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #e5e7eb;
}
.tool-alt__section-count {
  font-size: 0.85rem;
  font-weight: 400;
  color: #6b7280;
}
.tool-alt__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tool-alt__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.tool-alt__table th {
  text-align: left;
  padding: 0.5rem 0.6rem;
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
  font-weight: 600;
  font-size: 0.8rem;
  color: #6b7280;
  white-space: nowrap;
}
.tool-alt__table td {
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: top;
}
.tool-alt__row--missing td {
  background: rgba(163, 13, 75, 0.04);
}
.tool-alt__row--empty-interactive td {
  background: rgba(217, 119, 6, 0.04);
}
.tool-alt__row--redundant td {
  background: rgba(163, 13, 75, 0.04);
}
.tool-alt__badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.tool-alt__badge--present {
  background: #e0f2fe;
  color: #0c4a6e;
}
.tool-alt__badge--good {
  background: #dcfce7;
  color: #166534;
}
.tool-alt__badge--hidden {
  background: #f3f4f6;
  color: #6b7280;
}
.tool-alt__badge--missing {
  background: #ffe4e6;
  color: #9f1239;
}
.tool-alt__badge--decorative {
  background: #f3f4f6;
  color: #6b7280;
}
.tool-alt__badge--empty-interactive {
  background: #fef3c7;
  color: #92400e;
}
.tool-alt__badge--redundant {
  background: #ffe4e6;
  color: #9f1239;
}
.tool-alt__thumbnail {
  display: block;
  max-width: 80px;
  max-height: 50px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  object-fit: contain;
  background: #f9fafb;
}
.tool-alt__no-thumb {
  font-size: 0.75rem;
  color: #9ca3af;
  font-style: italic;
}
.tool-alt__alt-value {
  font-size: 0.85rem;
  color: #1F2937;
  word-break: break-word;
}
.tool-alt__missing-text {
  color: #A30D4B;
  font-weight: 500;
  font-size: 0.85rem;
}
.tool-alt__empty-text {
  font-family: monospace;
  font-size: 0.8rem;
  color: #92400e;
}
.tool-alt__decorative-text {
  font-size: 0.85rem;
  color: #6b7280;
  font-style: italic;
}
.tool-alt__redundant-text {
  color: #A30D4B;
  font-size: 0.85rem;
  font-weight: 500;
}
.tool-alt__landmark {
  display: inline-block;
  font-family: monospace;
  font-size: 0.75rem;
  padding: 0.1rem 0.35rem;
  background: #f3f4f6;
  border-radius: 3px;
  color: #4b5563;
  margin-bottom: 0.2rem;
}
.tool-alt__landmark-label, .tool-alt__landmark-id {
  font-style: italic;
  opacity: 0.8;
}
.tool-alt__heading {
  display: block;
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.15rem;
}
.tool-alt__interactive {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.tool-alt__interactive--link {
  background: #dbeafe;
  color: #1e40af;
}
.tool-alt__interactive--button {
  background: #ede9fe;
  color: #5b21b6;
}
@media (max-width: 640px) {
  .tool-alt__summary {
    grid-template-columns: 1fr;
  }
  .tool-alt__form-row {
    flex-direction: column;
  }
  .tool-alt__btn {
    width: 100%;
  }
}
.tool-pdf__intro {
  max-width: 640px;
  margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4B5563;
}
.tool-pdf__steps {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4B5563;
  list-style: decimal;
}
.tool-pdf__upload {
  border: 2px dashed #ccd5e0;
  border-radius: 12px;
  padding: 3rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  margin-bottom: 2rem;
}
.tool-pdf__upload:hover, .tool-pdf__upload:focus-visible {
  border-color: #A30D4B;
  background: rgba(163, 13, 75, 0.03);
}
.tool-pdf__upload--dragover {
  border-color: #A30D4B;
  background: rgba(163, 13, 75, 0.06);
  border-style: solid;
}
.tool-pdf__upload:focus-visible {
  outline: 2px solid #004050;
  outline-offset: 2px;
}
.tool-pdf__upload-icon {
  color: #9ca3af;
  margin-bottom: 1rem;
}
.tool-pdf__upload-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1F2937;
  margin: 0 0 0.25rem;
}
.tool-pdf__upload-sub {
  font-size: 0.85rem;
  color: #9ca3af;
  margin: 0 0 0.75rem;
}
.tool-pdf__upload-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #A30D4B;
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.tool-pdf__upload-btn:hover {
  background: #8a0b3f;
}
.tool-pdf__progress {
  margin-bottom: 2rem;
}
.tool-pdf__progress-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.tool-pdf__filename {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1F2937;
  word-break: break-all;
}
.tool-pdf__pagecount {
  font-size: 0.85rem;
  color: #6b7280;
}
.tool-pdf__progress-bar-wrap {
  background: #e5e7eb;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.tool-pdf__progress-bar {
  height: 100%;
  background: #A30D4B;
  border-radius: 6px;
  width: 0%;
  transition: width 0.3s ease;
}
.tool-pdf__progress-text {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}
.tool-pdf__error {
  color: #A30D4B;
  font-weight: 600;
  padding: 1rem;
  border: 1px solid #A30D4B;
  border-radius: 8px;
  background: rgba(163, 13, 75, 0.05);
}
.tool-pdf__summary {
  margin-bottom: 1.5rem;
}
.tool-pdf__summary:focus {
  outline: none;
}
.tool-pdf__summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.tool-pdf__summary-card {
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}
.tool-pdf__summary-card--pass {
  border-top: 3px solid #16a34a;
}
.tool-pdf__summary-card--fail {
  border-top: 3px solid #A30D4B;
}
.tool-pdf__summary-card--warn {
  border-top: 3px solid #d97706;
}
.tool-pdf__summary-count {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.tool-pdf__summary-card--pass .tool-pdf__summary-count {
  color: #16a34a;
}
.tool-pdf__summary-card--fail .tool-pdf__summary-count {
  color: #A30D4B;
}
.tool-pdf__summary-card--warn .tool-pdf__summary-count {
  color: #d97706;
}
.tool-pdf__summary-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}
.tool-pdf__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.tool-pdf__export {
  padding: 0.5rem 1.25rem;
  background: #A30D4B;
  border: 1px solid #A30D4B;
  color: #fff;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.tool-pdf__export:hover {
  background: #8a0b3f;
}
.tool-pdf__reset {
  padding: 0.5rem 1.25rem;
  background: none;
  border: 1px solid #ccd5e0;
  border-radius: 6px;
  color: #1F2937;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.tool-pdf__reset:hover {
  border-color: #A30D4B;
  color: #A30D4B;
}
.tool-pdf__category {
  margin-bottom: 2rem;
}
.tool-pdf__category-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #004050;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #eaeaea;
}
.tool-pdf__check {
  padding: 1rem 1.25rem;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  border-left: 4px solid #eaeaea;
}
.tool-pdf__check--pass {
  border-left-color: #16a34a;
}
.tool-pdf__check--fail {
  border-left-color: #A30D4B;
}
.tool-pdf__check--warn {
  border-left-color: #d97706;
}
.tool-pdf__check--na {
  border-left-color: #9ca3af;
}
.tool-pdf__check-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tool-pdf__check-icon {
  font-size: 1.1rem;
  width: 1.5rem;
  text-align: center;
  flex-shrink: 0;
}
.tool-pdf__check--pass .tool-pdf__check-icon {
  color: #16a34a;
}
.tool-pdf__check--fail .tool-pdf__check-icon {
  color: #A30D4B;
}
.tool-pdf__check--warn .tool-pdf__check-icon {
  color: #d97706;
}
.tool-pdf__check--na .tool-pdf__check-icon {
  color: #9ca3af;
}
.tool-pdf__check-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1F2937;
  flex: 1;
}
.tool-pdf__check-badge {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}
.tool-pdf__check-badge--pass {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.tool-pdf__check-badge--fail {
  background: rgba(163, 13, 75, 0.1);
  color: #A30D4B;
}
.tool-pdf__check-badge--warn {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}
.tool-pdf__check-badge--na {
  background: rgba(156, 163, 175, 0.1);
  color: #9ca3af;
}
.tool-pdf__check-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0.5rem 0 0 2rem;
}
.tool-pdf__check-pages {
  font-size: 0.8rem;
  font-weight: 600;
  color: #A30D4B;
  margin: 0.35rem 0 0 2rem;
}
.tool-pdf__accordion-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.tool-pdf__accordion-trigger:focus-visible {
  outline: 2px solid #004050;
  outline-offset: 2px;
  border-radius: 4px;
}
.tool-pdf__check-chevron {
  margin-left: auto;
  flex-shrink: 0;
}
.tool-pdf__check-chevron::before {
  content: "\25B6";
  display: inline-block;
  font-size: 0.65rem;
  color: #9ca3af;
  transition: transform 0.2s;
}
.tool-pdf__accordion-trigger[aria-expanded="true"] .tool-pdf__check-chevron::before {
  transform: rotate(90deg);
}
.tool-pdf__accordion-panel {
  margin-top: 0.75rem;
  padding-left: 2rem;
}
.tool-pdf__findings {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin-bottom: 1rem;
}
.tool-pdf__findings th {
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  padding: 0.4rem 0.75rem;
  border-bottom: 2px solid #eaeaea;
}
.tool-pdf__findings td {
  padding: 0.4rem 0.75rem;
  border-bottom: 1px solid #f0f0f0;
  color: #4b5563;
  vertical-align: top;
}
.tool-pdf__findings code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  background: #f0f4f8;
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  color: #004050;
}
.tool-pdf__findings tr:last-child td {
  border-bottom: none;
}
.tool-pdf__fix {
  background: #fefce8;
  border: 1px solid #fde68a;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}
.tool-pdf__fix-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #92400e;
  margin-bottom: 0.35rem;
}
.tool-pdf__fix-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #78350f;
  margin: 0;
}
.tool-pdf__fix-text strong {
  font-weight: 600;
}
.tool-pdf__docs {
  margin-top: 2rem;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
.tool-pdf__docs-summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
  color: #1F2937;
}
.tool-pdf__docs-content {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4B5563;
}
.tool-pdf__docs-content h2 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.75rem;
  color: #1F2937;
}
.tool-pdf__docs-content h3 {
  font-size: 1rem;
  margin: 1.25rem 0 0.5rem;
  color: #004050;
}
.tool-pdf__docs-content h4 {
  font-size: 0.9rem;
  margin: 1rem 0 0.5rem;
  color: #1F2937;
}
.tool-pdf__docs-content ul, .tool-pdf__docs-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.tool-pdf__docs-content li {
  margin-bottom: 0.35rem;
}
.tool-pdf__docs-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin: 1rem 0;
}
.tool-pdf__docs-content th, .tool-pdf__docs-content td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eaeaea;
}
.tool-pdf__docs-content th {
  font-weight: 600;
  background: #f9fafb;
}
@media (max-width: 640px) {
  .tool-pdf__summary-grid {
    grid-template-columns: 1fr;
  }
  .tool-pdf__upload {
    padding: 2rem 1rem;
  }
  .tool-pdf__check {
    padding: 0.75rem 1rem;
  }
  .tool-pdf__check-desc, .tool-pdf__check-pages {
    margin-left: 0;
  }
  .tool-pdf__findings th, .tool-pdf__findings td {
    padding: 0.35rem 0.5rem;
    font-size: 0.75rem;
  }
}
.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.blog-card__tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.55rem;
  border-radius: 3px;
  background: #f0f4f8;
  color: #004050;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.blog-card__tag:hover {
  background: #004050;
  color: #fff;
}
.blog-hero {
  padding: 5rem 0 3rem;
  background-color: #1F2937;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='1.5' fill='%23A30D4B' opacity='0.16'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  text-align: center;
}
.blog-hero__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
}
.blog-grid-section {
  padding: 4rem 0 5rem;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' stroke='%23004050' stroke-width='0.4' opacity='0.06'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-card-item {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-top: 3px solid #004050;
  border-radius: 8px;
  padding: 1.75rem 1.5rem 1.25rem;
}
.contact-hero {
  padding: 5rem 0 3rem;
  background-color: #1F2937;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23F5C842' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  text-align: center;
}
.contact-hero__title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}
.contact-hero__subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.contact-main {
  padding: 4rem 0 5rem;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40L40 0' stroke='%23004050' stroke-width='0.4' opacity='0.06'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.contact-info {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4B5563;
}
.contact-info p {
  margin-bottom: 1rem;
}
.contact-info strong {
  color: #1F2937;
}
.contact-cards {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
.contact-card__icon {
  width: 28px;
  height: 28px;
  color: #004050;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.contact-card__icon svg {
  width: 100%;
  height: 100%;
}
.contact-card__label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  margin: 0 0 0.15rem;
}
.contact-card__value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1F2937;
  margin: 0;
  text-decoration: none;
}
a.contact-card__value:hover {
  color: #A30D4B;
}
.contact-form-wrap {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-top: 4px solid #004050;
  border-radius: 12px;
  padding: 2.5rem 2rem;
}
.contact-form__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 1.5rem;
}
.contact-form__field {
  margin-bottom: 1.25rem;
}
.contact-form__label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0.35rem;
}
.contact-form__required {
  color: #A30D4B;
}
.contact-form__input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #767f8c;
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
  color: #1F2937;
  background: #fff;
  transition: border-color 0.2s;
}
.contact-form__input:focus {
  outline: 2px solid #004050;
  outline-offset: 1px;
  border-color: #004050;
}
.contact-form__textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form__submit {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #A30D4B;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}
.contact-form__submit:hover {
  background: #8a0b3f;
}
.contact-form__submit:focus-visible {
  outline: 3px solid #004050;
  outline-offset: 2px;
}
.contact-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-form__feedback {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.contact-form__feedback:focus {
  outline: 3px solid #004050;
  outline-offset: 2px;
}
.contact-form__feedback--success {
  background: #e8f5e9;
  border-left: 4px solid #2e7d32;
  color: #1b5e20;
}
.contact-form__feedback--error {
  background: #fce4ec;
  border-left: 4px solid #c62828;
  color: #b71c1c;
}
.tool-cta {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  border: 1px solid var(--color-border);
}
html.dark .tool-cta {
  background: var(--color-darkmode-light);
  border-color: var(--color-darkmode-border);
}
.tool-cta p {
  margin: 0 0 0.5rem;
}
.tool-cta p:last-child {
  margin-bottom: 0;
}
.tool-cta a {
  color: #1F2937;
  font-weight: 600;
}
html.dark .tool-cta a {
  color: var(--color-darkmode-text-dark);
}
.tool-container {
  max-width: 52rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
.tool-container--wide {
  max-width: 60rem;
}
.tool-aria__intro {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
html.dark .tool-aria__intro {
  color: #aaa;
}
.tool-aria__search {
  margin-bottom: 1rem;
}
.tool-aria__search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid #767f8c;
  border-radius: 0.5rem;
  background: #fff;
  color: #1F2937;
  transition: border-color 0.15s;
}
.tool-aria__search-input:focus {
  outline: none;
  border-color: #A30D4B;
  box-shadow: 0 0 0 3px rgba(163, 13, 75, 0.15);
}
html.dark .tool-aria__search-input {
  background: #1f2937;
  color: #f3f4f6;
  border-color: #4b5563;
}
html.dark .tool-aria__search-input:focus {
  border-color: #A30D4B;
}
.tool-aria__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.tool-aria__filter {
  padding: 0.375rem 0.875rem;
  font-size: 0.85rem;
  border: 1px solid #d1d5db;
  border-radius: 2rem;
  background: #fff;
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.tool-aria__filter:hover {
  background: #f3f4f6;
}
.tool-aria__filter--active {
  background: #1F2937;
  color: #fff;
  border-color: #1F2937;
}
.tool-aria__filter--active:hover {
  background: #374151;
}
html.dark .tool-aria__filter {
  background: #374151;
  color: #d1d5db;
  border-color: #4b5563;
}
html.dark .tool-aria__filter:hover {
  background: #4b5563;
}
html.dark .tool-aria__filter--active {
  background: #A30D4B;
  color: #fff;
  border-color: #A30D4B;
}
.tool-aria__results-count {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}
html.dark .tool-aria__results-count {
  color: #9ca3af;
}
.tool-aria__results {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tool-aria__card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.tool-aria__card:has(.tool-aria__card-header[aria-expanded="true"]) {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
html.dark .tool-aria__card {
  background: #1f2937;
  border-color: #374151;
}
.tool-aria__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  gap: 0.75rem;
}
.tool-aria__card-header:hover {
  background: #f9fafb;
}
.tool-aria__card-header:focus-visible {
  outline: 2px solid #A30D4B;
  outline-offset: -2px;
  border-radius: 0.5rem;
}
html.dark .tool-aria__card-header:hover {
  background: #111827;
}
.tool-aria__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tool-aria__card-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
}
html.dark .tool-aria__card-name {
  color: #f3f4f6;
}
.tool-aria__badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.tool-aria__badge--role {
  background: #004050;
  color: #fff;
}
.tool-aria__badge--attribute {
  background: #A30D4B;
  color: #fff;
}
.tool-aria__badge--cat {
  background: #f3f4f6;
  color: #6b7280;
}
html.dark .tool-aria__badge--cat {
  background: #374151;
  color: #9ca3af;
}
.tool-aria__chevron {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.tool-aria__chevron::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.tool-aria__card-header[aria-expanded="true"] .tool-aria__chevron::before {
  transform: rotate(45deg);
}
.tool-aria__card-detail {
  padding: 0 1rem 1rem;
  border-top: 1px solid #e5e7eb;
}
html.dark .tool-aria__card-detail {
  border-top-color: #374151;
}
.tool-aria__card-desc {
  margin: 1rem 0;
  color: #374151;
  line-height: 1.6;
}
html.dark .tool-aria__card-desc {
  color: #d1d5db;
}
.tool-aria__details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.375rem 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.tool-aria__details dt {
  font-weight: 600;
  color: #1F2937;
  white-space: nowrap;
}
.tool-aria__details dd {
  margin: 0;
  color: #4b5563;
}
.tool-aria__details code {
  background: #f3f4f6;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.85em;
}
html.dark .tool-aria__details dt {
  color: #e5e7eb;
}
html.dark .tool-aria__details dd {
  color: #9ca3af;
}
html.dark .tool-aria__details code {
  background: #374151;
  color: #e5e7eb;
}
.tool-aria__link {
  color: #004050;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tool-aria__link:hover {
  color: #A30D4B;
}
html.dark .tool-aria__link {
  color: #93c5fd;
}
html.dark .tool-aria__link:hover {
  color: #f9a8d4;
}
.tool-aria__snippet {
  margin-top: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tool-aria__snippet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
}
html.dark .tool-aria__snippet-header {
  background: #111827;
  border-bottom-color: #374151;
  color: #9ca3af;
}
.tool-aria__snippet-copy {
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  background: #fff;
  color: #374151;
  cursor: pointer;
  transition: background 0.15s;
}
.tool-aria__snippet-copy:hover {
  background: #f3f4f6;
}
html.dark .tool-aria__snippet-copy {
  background: #374151;
  color: #d1d5db;
  border-color: #4b5563;
}
.tool-aria__snippet pre {
  margin: 0;
  padding: 1rem;
  background: #f5f5f5;
  overflow-x: auto;
  font-size: 0.85rem;
  line-height: 1.5;
}
html.dark .tool-aria__snippet pre {
  background: #0f172a;
  color: #e2e8f0;
}
html.dark .tool-aria__snippet {
  border-color: #374151;
}
.tool-aria__load-more {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  background: transparent;
  color: #374151;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.tool-aria__load-more:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
html.dark .tool-aria__load-more {
  color: #d1d5db;
  border-color: #4b5563;
}
html.dark .tool-aria__load-more:hover {
  background: #1f2937;
}
.tool-aria__empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #6b7280;
}
.tool-aria__empty p:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
html.dark .tool-aria__empty {
  color: #9ca3af;
}
@media (max-width: 640px) {
  .tool-aria__filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
  }
  .tool-aria__details {
    grid-template-columns: 1fr;
  }
  .tool-aria__details dt {
    margin-top: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tool-aria__chevron::before, .tool-aria__card, .tool-aria__search-input, .tool-aria__filter, .tool-aria__snippet-copy, .tool-aria__load-more {
    transition: none;
  }
}
.tool-pdf__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.tool-pdf__lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #f5f5f5;
  border: 1px solid #d1d5db;
  border-radius: 1.5rem;
  padding: 0.2rem;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  flex-shrink: 0;
}
.tool-pdf__lang-btn:focus-visible {
  outline: 2px solid #A30D4B;
  outline-offset: 2px;
}
.tool-pdf__lang-opt {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  transition: background 0.2s, color 0.2s;
}
.tool-pdf__lang-opt--active {
  background: #1F2937;
  color: #fff;
}
html.dark .tool-pdf__lang-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-darkmode-border);
}
html.dark .tool-pdf__lang-opt {
  color: var(--color-darkmode-text);
}
html.dark .tool-pdf__lang-opt--active {
  background: #A30D4B;
  color: #fff;
}
.offerte-hero {
  background-color: #f5f5f5;
  color: #1F2937;
  padding: 4rem 0 3.5rem;
  border-bottom: 3px solid #A30D4B;
}
html.dark .offerte-hero {
  background-color: #1a1a1a;
  color: #f5f5f5;
}
.offerte-hero__logo {
  display: block;
  max-height: 3rem;
  width: auto;
  margin-bottom: 1.25rem;
}
.offerte-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .offerte-hero__grid {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 3rem;
  }
}
.offerte-hero__title h1 {
  color: #1F2937;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
html.dark .offerte-hero__title h1 {
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .offerte-hero__title h1 {
    font-size: 2.25rem;
  }
}
.offerte-hero__subtitle {
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0.75rem 0 0 0;
}
html.dark .offerte-hero__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.offerte-hero__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #A30D4B;
  border-radius: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: #ffffff;
}
html.dark .offerte-hero__meta {
  background: #111111;
  border-color: #333;
  border-left-color: #A30D4B;
}
.offerte-hero__meta-item {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9rem;
}
html.dark .offerte-hero__meta-item {
  border-bottom-color: #333;
}
.offerte-hero__meta-item:last-child {
  border-bottom: none;
}
.offerte-hero__meta-label {
  color: #6b7280;
  font-weight: 400;
}
html.dark .offerte-hero__meta-label {
  color: rgba(255, 255, 255, 0.5);
}
.offerte-hero__meta-value {
  color: #1F2937;
  font-weight: 600;
  text-align: right;
}
html.dark .offerte-hero__meta-value {
  color: #f5f5f5;
}
.offerte-hero__meta-value a {
  color: #004050;
  text-decoration: underline;
  text-decoration-color: rgba(0, 64, 80, 0.3);
  text-underline-offset: 2px;
}
.offerte-hero__meta-value a:hover {
  text-decoration-color: #004050;
}
html.dark .offerte-hero__meta-value a {
  color: #7dd3fc;
}
.offerte-hero--grocery {
  background-color: #1A6B4F;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400' fill='none'%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'%3E %3Cellipse cx='55' cy='38' rx='10' ry='9'/%3E %3Cellipse cx='67' cy='32' rx='9' ry='8'/%3E %3Cellipse cx='61' cy='24' rx='9' ry='8'/%3E %3Cellipse cx='49' cy='30' rx='8' ry='7'/%3E %3Cpath d='M58 46v18' stroke-width='2.5'/%3E %3Cpath d='M58 52c-4 3-8 2-10 0M58 56c3 2 7 1 8-1'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'%3E %3Cpath d='M220 30c2-1 5-4 4-8M225 30c0-3 2-7 5-8M228 30c2 0 6-2 8-6'/%3E %3Cpath d='M216 34q8-6 18-2l-8 38c-1 3-3 3-4 0z'/%3E %3Cpath d='M221 44l6-2M220 52l7-1M222 60l4-1'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cellipse cx='65' cy='185' rx='18' ry='14' transform='rotate(-25 65 185)'/%3E %3Cpath d='M78 194c4 4 5 10 4 16-1 4-3 6-3 6' stroke-width='2'/%3E %3Ccircle cx='78' cy='218' r='4'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Crect x='240' y='155' width='28' height='42' rx='2'/%3E %3Cpath d='M244 155l10-12 10 12'/%3E %3Cpath d='M240 167h28'/%3E %3Crect x='248' y='173' width='12' height='10' rx='1.5'/%3E %3Ccircle cx='254' cy='178' r='2.5'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'%3E %3Cpath d='M340 55c-8-2-13 4-14 12-1 10 5 20 14 20s15-10 14-20c-1-8-6-14-14-12z'/%3E %3Cpath d='M340 43v10'/%3E %3Cpath d='M340 47c3-3 7-3 9-1'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M130 280c0-10 6-17 18-17s18 7 18 17v20h-36z'/%3E %3Cpath d='M138 287v10M148 285v12M158 287v10'/%3E %3Cpath d='M130 300h36'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'%3E %3Cpath d='M330 250c-3-12 0-22 8-28 6-4 12-2 14 4 3 8 1 18-4 26-4 6-10 10-14 10s-6-4-4-12z'/%3E %3Cellipse cx='338' cy='248' rx='5' ry='6'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5'%3E %3Cellipse cx='195' cy='290' rx='12' ry='16' transform='rotate(10 195 290)'/%3E %3C/g%3E%3C/svg%3E");
  background-size: 400px 400px;
}
.offerte-hero--grocery .offerte-hero__title h1 {
  color: #ffffff;
}
.offerte-hero--grocery .offerte-hero__subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.offerte-hero--grocery .offerte-hero__meta {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #A30D4B;
}
.offerte-hero--grocery .offerte-hero__meta-item {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.offerte-hero--grocery .offerte-hero__meta-label {
  color: rgba(255, 255, 255, 0.85);
}
.offerte-hero--grocery .offerte-hero__meta-value {
  color: #ffffff;
}
.offerte-hero--grocery .offerte-hero__meta-value a {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.offerte-hero--grocery .offerte-hero__meta-value a:hover {
  text-decoration-color: #ffffff;
}
.offerte-hero--grocery .offerte-hero__logo {
  max-height: 3.5rem;
}
.offerte-content--grocery .offerte-section--light {
  background-color: #EDF7F0;
}
.offerte-hero--hospital {
  background-color: #1F2937;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400' fill='none'%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M40 22c0 12-8 22-8 32 0 8 6 14 14 14s14-6 14-14c0-10-8-20-8-32'/%3E %3Ccircle cx='46' cy='76' r='8'/%3E %3Ccircle cx='46' cy='76' r='3'/%3E %3Ccircle cx='34' cy='20' r='3'/%3E %3Ccircle cx='58' cy='20' r='3'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M200 40h18l4-12 6 28 6-28 4 12h18'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Crect x='310' y='30' width='30' height='40' rx='3'/%3E %3Crect x='319' y='24' width='12' height='8' rx='2'/%3E %3Cpath d='M318 47h14M318 54h10M318 61h12'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Crect x='35' y='170' width='40' height='18' rx='4' transform='rotate(-30 55 179)'/%3E %3Ccircle cx='49' cy='176' r='1.2' fill='%23ffffff' opacity='.18'/%3E %3Ccircle cx='55' cy='173' r='1.2' fill='%23ffffff' opacity='.18'/%3E %3Ccircle cx='61' cy='170' r='1.2' fill='%23ffffff' opacity='.18'/%3E %3Cpath d='M44 167l2 2M66 181l2 2'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'%3E %3Crect x='215' y='160' width='12' height='28' rx='6' transform='rotate(25 221 174)'/%3E %3Cpath d='M212 172l14 5'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M340 160h-8v-8h-8v8h-8v8h8v8h8v-8h8z'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M148 278c-6-6-16-6-20 0-4 7 0 14 8 20l12 10 12-10c8-6 12-13 8-20-4-6-14-6-20 0z'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Ccircle cx='310' cy='300' r='12'/%3E %3Cpath d='M310 288v-16h-8'/%3E %3Cpath d='M298 280h16l6 16'/%3E %3Ccircle cx='310' cy='268' r='3'/%3E %3C/g%3E %3Cg opacity='.18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M220 280v-30a5 5 0 0110 0v30'/%3E %3Ccircle cx='225' cy='284' r='7'/%3E %3Ccircle cx='225' cy='284' r='3.5'/%3E %3Cpath d='M225 275v-16'/%3E %3C/g%3E%3C/svg%3E");
  background-size: 400px 400px;
}
.offerte-hero--hospital .offerte-hero__title h1 {
  color: #ffffff;
}
.offerte-hero--hospital .offerte-hero__subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.offerte-hero--hospital .offerte-hero__meta {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #A30D4B;
}
.offerte-hero--hospital .offerte-hero__meta-item {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.offerte-hero--hospital .offerte-hero__meta-label {
  color: rgba(255, 255, 255, 0.85);
}
.offerte-hero--hospital .offerte-hero__meta-value {
  color: #ffffff;
}
.offerte-hero--hospital .offerte-hero__meta-value a {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.offerte-hero--hospital .offerte-hero__meta-value a:hover {
  text-decoration-color: #ffffff;
}
.offerte-hero--hospital .offerte-hero__logo {
  max-height: 3.5rem;
}
.offerte-content--hospital .offerte-section--light {
  background-color: #EDF2F7;
}
.offerte-section {
  padding: 3.5rem 0;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='0.8' fill='%23A30D4B' opacity='0.15'/%3E%3C/svg%3E");
  transition: background-color 0.3s;
}
html.dark .offerte-section {
  background-color: var(--color-darkmode-body);
}
.offerte-section--light {
  background-color: var(--color-light);
}
html.dark .offerte-section--light {
  background-color: var(--color-darkmode-light);
}
.offerte-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: min(900px, 100%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .offerte-section__grid {
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .offerte-section__grid {
    gap: 5rem;
  }
}
.offerte-section__left {
  padding-left: 1.25rem;
  border-left: 3px solid var(--color-dark);
}
html.dark .offerte-section__left {
  border-left-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .offerte-section__left {
    position: sticky;
    top: 6rem;
    align-self: start;
  }
}
.offerte-section__left h2 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
  color: var(--color-text-dark);
}
html.dark .offerte-section__left h2 {
  color: var(--color-darkmode-text-dark);
}
@media (min-width: 768px) {
  .offerte-section__left h2 {
    font-size: 1.5rem;
  }
}
.offerte-section__subtitle {
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0;
}
html.dark .offerte-section__subtitle {
  color: var(--color-darkmode-text);
}
.offerte-section__right {
  min-width: 0;
}
.offerte-section svg {
  font-weight: 400;
}
.koppen-vergelijking {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (min-width: 640px) {
  .koppen-vergelijking {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.koppen-vergelijking__fout {
  background: none;
  border: 1.5px solid #A30D4B;
  border-radius: 12px;
  padding: 1.25rem;
}
.koppen-vergelijking__goed {
  background: none;
  border: 1.5px solid #004050;
  border-radius: 12px;
  padding: 1.25rem;
}
.koppen-vergelijking__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.koppen-vergelijking__label--fout {
  color: #A30D4B;
}
.koppen-vergelijking__label--goed {
  color: #004050;
}
.koppen-vergelijking__doc {
  background: #ffffff;
  border: 1px solid #1F2937;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}
.koppen-vergelijking__heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.15rem 0;
  line-height: 1.4;
}
.koppen-vergelijking__heading:not(:first-child) {
  margin-top: 0.75rem;
}
.koppen-vergelijking__body {
  font-size: 0.8rem;
  color: #1F2937;
  margin: 0;
  line-height: 1.4;
}
.koppen-vergelijking__tag {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0.1rem 0.4rem;
  font-family: monospace;
  font-size: 0.7rem;
  font-weight: 400;
  color: #1F2937;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.koppen-vergelijking__sr {
  font-size: 0.75rem;
  margin: 0.75rem 0 0 0;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  line-height: 1.4;
}
.koppen-vergelijking__sr--fout {
  background: #f5f5f5;
  color: #A30D4B;
}
.koppen-vergelijking__sr--goed {
  background: #f5f5f5;
  color: #004050;
}
html.dark .koppen-vergelijking__doc {
  background: #2a2a2a;
  border-color: #444;
}
html.dark .koppen-vergelijking__heading {
  color: #E5E7EB;
}
html.dark .koppen-vergelijking__body {
  color: #9CA3AF;
}
html.dark .koppen-vergelijking__tag {
  background: #374151;
  color: #E5E7EB;
}
.offerte-section__right h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--color-text-dark);
}
html.dark .offerte-section__right h3 {
  color: var(--color-darkmode-text-dark);
}
.offerte-section__right h3:first-child {
  margin-top: 0;
}
.offerte-section__right p {
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 1rem;
}
.offerte-section__right p:last-child {
  margin-bottom: 0;
}
html.dark .offerte-section__right p {
  color: var(--color-darkmode-text);
}
.offerte-section__right ul {
  padding-left: 1.25rem;
  list-style: disc;
}
.offerte-section__right ol {
  padding-left: 1.25rem;
  list-style: decimal;
}
.offerte-section__right ul li, .offerte-section__right ol li {
  line-height: 1.7;
  margin-bottom: 0.5rem;
  color: var(--color-text);
}
html.dark .offerte-section__right ul li, html.dark .offerte-section__right ol li {
  color: var(--color-darkmode-text);
}
.offerte-section__right strong {
  color: var(--color-text-dark);
}
html.dark .offerte-section__right strong {
  color: var(--color-darkmode-text-dark);
}
.offerte-section__right table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  margin: 1rem 0;
}
html.dark .offerte-section__right table {
  border-color: var(--color-darkmode-border);
}
.offerte-section__right thead {
  background-color: var(--color-light);
}
html.dark .offerte-section__right thead {
  background-color: var(--color-darkmode-light);
}
.offerte-section__right th, .offerte-section__right td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
html.dark .offerte-section__right th, html.dark .offerte-section__right td {
  border-bottom-color: var(--color-darkmode-border);
}
.offerte-section__right th {
  font-weight: 700;
  color: var(--color-text-dark);
  font-size: 0.9rem;
}
html.dark .offerte-section__right th {
  color: var(--color-darkmode-text-dark);
}
.offerte-section__right a {
  color: var(--color-text-dark);
  text-decoration: underline;
  text-decoration-color: var(--color-border);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}
.offerte-section__right a:hover {
  text-decoration-color: var(--color-text-dark);
}
html.dark .offerte-section__right a {
  color: var(--color-darkmode-text-dark);
  text-decoration-color: var(--color-darkmode-border);
}
html.dark .offerte-section__right a:hover {
  text-decoration-color: var(--color-darkmode-text-dark);
}
.sectie-prose {
  max-width: 48rem;
  padding: 3rem 0;
  line-height: 1.7;
  color: var(--color-text);
}
html.dark .sectie-prose {
  color: var(--color-darkmode-text);
}
.sectie-prose h1, .sectie-prose h2, .sectie-prose h3, .sectie-prose h4 {
  color: var(--color-text-dark);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
html.dark .sectie-prose h1, html.dark .sectie-prose h2, html.dark .sectie-prose h3, html.dark .sectie-prose h4 {
  color: var(--color-darkmode-text-dark);
}
.sectie-prose p {
  margin-bottom: 1rem;
}
.sectie-prose ul, .sectie-prose ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.sectie-prose li {
  margin-bottom: 0.5rem;
}
.sectie-prose a {
  color: var(--color-text-dark);
  text-decoration: underline;
  text-decoration-color: var(--color-border);
  text-underline-offset: 3px;
}
.sectie-prose a:hover {
  text-decoration-color: var(--color-text-dark);
}
html.dark .sectie-prose a {
  color: var(--color-darkmode-text-dark);
  text-decoration-color: var(--color-darkmode-border);
}
.sectie-prose strong {
  color: var(--color-text-dark);
}
html.dark .sectie-prose strong {
  color: var(--color-darkmode-text-dark);
}
.sectie-prose img {
  max-width: 100%;
  border-radius: 8px;
}
.sectie-prose table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.offerte-cta {
  text-align: center;
  padding: 3.5rem 0;
  background-color: #ffffff;
}
html.dark .offerte-cta {
  background-color: var(--color-darkmode-body);
}
.offerte-cta p {
  color: var(--color-text);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 0.5rem;
}
html.dark .offerte-cta p {
  color: var(--color-darkmode-text);
}
.offerte-cta strong {
  color: var(--color-text-dark);
}
html.dark .offerte-cta strong {
  color: var(--color-darkmode-text-dark);
}
.pa-form__status {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.pa-form__status--success {
  color: #0e7a50;
}
.pa-form__status--error {
  color: #b91c1c;
}
.section-cards__grid .card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 2rem;
  padding: 2rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.section-cards__grid .card:hover {
  border-color: rgba(163, 13, 75, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
html.dark .section-cards__grid .card {
  background: var(--color-darkmode-body);
  border-color: var(--color-darkmode-border);
}
.section-cards__grid .card p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.card__icon {
  font-size: 1.5rem;
  color: #A30D4B;
  margin-bottom: 1rem;
}
.card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004050;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
html.dark .card__title {
  color: #e8a0ba;
}
.card__meta {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.75rem;
}
.section-cards__grid--4 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .section-cards__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-cards__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hp-container {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2rem;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.hp-heading-lg {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: #1F2937;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.hp-heading-md {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #1F2937;
  letter-spacing: -0.01em;
}
.editorial-shadow {
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.1);
}
.hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s, transform 0.1s;
  cursor: pointer;
  border: none;
  line-height: 1;
}
.hp-btn--primary {
  background: #A30D4B;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.1);
}
.hp-btn--primary:hover {
  opacity: 0.9;
}
.hp-btn--primary:active {
  transform: scale(0.98);
}
.hp-btn--outline {
  padding: 1rem 2rem;
  font-size: 1rem;
  color: #A30D4B;
  border: 2px solid rgba(163, 13, 75, 0.2);
  background: transparent;
}
.hp-btn--outline:hover {
  background: rgba(163, 13, 75, 0.05);
}
.hp-btn--full {
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding: 1rem;
}
.hp-btn--white {
  background: #fff;
  color: #1F2937;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.hp-btn--white:hover {
  background: #f3f4f6;
}
.hp-btn--ghost {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
  background: transparent;
}
.hp-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hp-hero {
  padding: 2.5rem 0 1.5rem;
}
.hp-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.hp-hero__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hp-hero__badge {
  display: inline-block;
  align-self: flex-start;
  background: #f5f5f5;
  color: #4B5563;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.hp-hero__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #1F2937;
  line-height: 1.1;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hp-hero__title-accent {
  color: #A30D4B;
}
.hp-hero__title-sub {
  font-size: 0.65em;
}
.hp-hero__subtitle {
  font-size: 1rem;
  color: #4B5563;
  line-height: 1.7;
  max-width: 36rem;
  font-weight: 500;
}
.hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}
.hp-hero__visual {
  position: relative;
  max-width: 100%;
  overflow: visible;
}
.hp-hero__visual svg {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.hp-hero__image-frame {
  aspect-ratio: 16 / 10;
  background: #f9fafb;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
}
.hp-hero__image-frame img, .hp-hero__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
}
.hp-hero__dashboard {
  background: #ffffff;
}
.hp-hero__dashboard svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hp-hero__stats-card {
  position: relative;
  margin-top: 1rem;
  background: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.1);
  border: 1px solid #f3f4f6;
  max-width: 17.5rem;
}
.hp-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hp-hero__stat-number {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  color: #A30D4B;
  letter-spacing: -0.03em;
}
.hp-hero__stat-label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #1F2937;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hp-hero__stat-divider {
  width: 1px;
  height: 2.5rem;
  background: #f3f4f6;
}
.hp-hero__underline {
  text-decoration: underline;
  text-decoration-color: #A30D4B;
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.05em;
  text-decoration-skip-ink: none;
}
.hp-hero__fud {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #4B5563;
  line-height: 1.5;
}
.hp-hero__form-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.12);
}
.hp-hero__form-title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1F2937;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}
.hp-hero__form-intro {
  font-size: 0.9rem;
  color: #4B5563;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}
.hp-form__optional {
  font-weight: 400;
  color: #6B7280;
  font-size: 0.85em;
}
.hp-trust {
  padding: 1.75rem 0;
  background: #1F2937;
}
.hp-trust__label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #D1D5DB;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.5rem;
}
.hp-trust__names {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 2rem;
}
.hp-trust__names span {
  font-size: 1rem;
  font-weight: 900;
  color: #FFFFFF;
  white-space: nowrap;
}
.hp-proof {
  padding: 6rem 0 4.5rem;
  background: #f5f5f5;
}
.hp-proof__header {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.hp-proof__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}
.hp-proof__intro {
  font-size: 1.0625rem;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
}
.hp-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.hp-proof__card {
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hp-proof__card--stats {
  gap: 1.75rem;
}
.hp-proof__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hp-proof__stat-number {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #A30D4B;
  line-height: 1;
  letter-spacing: -0.03em;
}
.hp-proof__stat-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1F2937;
  line-height: 1.4;
}
.hp-proof__stat-sub {
  font-size: 0.85rem;
  color: #6B7280;
  margin-top: 0.25rem;
}
.hp-proof__case-title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1F2937;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
}
.hp-proof__case-body {
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
}
.hp-proof__case-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hp-proof__case-list li {
  font-size: 0.95rem;
  color: #1F2937;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
.hp-proof__case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.5rem;
  height: 0.5rem;
  background: #A30D4B;
  border-radius: 50%;
}
.hp-proof__case-plus {
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.hp-proof__case-result {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #1F2937;
  line-height: 1.5;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}
.hp-proof__case-icon {
  color: #A30D4B;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.hp-proof__case-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1rem;
  font-weight: 700;
  color: #A30D4B;
  text-decoration: none;
}
.hp-proof__case-link:hover {
  text-decoration: underline;
}
.hp-proof__case-link .material-symbols-outlined {
  font-size: 1.125rem;
}
.hp-proof__card--quote {
  position: relative;
  padding-top: 4.25rem;
}
.hp-proof__quote-icon {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  color: #A30D4B;
  font-size: 2.5rem;
  opacity: 0.85;
}
.hp-proof__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.hp-proof__quote + .hp-proof__quote {
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
}
.hp-proof__quote-text {
  font-size: 1rem;
  font-style: italic;
  color: #1F2937;
  line-height: 1.55;
  margin: 0 0 0.5rem;
}
.hp-proof__quote-attribution {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6B7280;
}
.hp-proof__quote-note {
  font-size: 0.8rem;
  color: #4B5563;
  font-style: italic;
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
}
.hp-proof__cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .hp-proof__grid {
    grid-template-columns: 1fr;
  }
  .hp-proof__title {
    font-size: 1.625rem;
  }
}
.hp-how {
  padding: 6rem 0 5rem;
  background: #fff;
}
.hp-how__header {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.hp-how__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}
.hp-how__grid {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  counter-reset: hp-how-step;
}
.hp-how__grid::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  left: 16%;
  right: 16%;
  height: 2px;
  background: repeating-linear-gradient( to right, #e5e7eb 0, #e5e7eb 4px, transparent 4px, transparent 10px );
  z-index: 0;
}
.hp-how__step {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  text-align: left;
}
.hp-how__step-number {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #1F2937;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px -12px rgba(31, 41, 55, 0.25);
}
.hp-how__step-title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}
.hp-how__step-body {
  font-size: 0.9375rem;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
}
.hp-how__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 900px) {
  .hp-how__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hp-how__grid::before {
    display: none;
  }
  .hp-how__title {
    font-size: 1.625rem;
  }
}
.hp-diff {
  padding: 6rem 0 5rem;
  background: #f5f5f5;
}
.hp-diff__header {
  max-width: 52rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.hp-diff__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}
.hp-diff__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.hp-diff__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.2s, transform 0.2s;
}
.hp-diff__card:hover {
  border-color: #A30D4B;
  transform: translateY(-2px);
}
.hp-diff__icon {
  font-size: 2rem;
  color: #A30D4B;
  margin-bottom: 0.25rem;
}
.hp-diff__card-title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}
.hp-diff__card-body {
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.55;
  margin: 0;
}
.hp-diff__cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .hp-diff__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-diff__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 600px) {
  .hp-diff__grid {
    grid-template-columns: 1fr;
  }
}
.hp-vp {
  padding: 6rem 0 5rem;
  background: #fff;
}
.hp-vp__header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2rem;
}
.hp-vp__section-title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.02em;
  margin: 0;
}
.hp-vp__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 3rem 0;
}
.hp-vp__row + .hp-vp__row {
  border-top: 1px solid #f3f4f6;
}
.hp-vp__row--reverse .hp-vp__visual {
  order: 2;
}
.hp-vp__row--reverse .hp-vp__content {
  order: 1;
}
.hp-vp__visual {
  min-width: 0;
}
.hp-vp__placeholder {
  aspect-ratio: 4 / 3;
  background: #f5f5f5;
  border: 2px dashed #d1d5db;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  gap: 0.5rem;
  color: #6B7280;
}
.hp-vp-finding {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 12px 28px -18px rgba(31, 41, 55, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 0.9rem;
}
.hp-vp-finding__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f4f6;
}
.hp-vp-finding__priority {
  display: inline-block;
  background: rgba(163, 13, 75, 0.1);
  color: #A30D4B;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.hp-vp-finding__element {
  font-size: 0.8rem;
  color: #6B7280;
  font-weight: 600;
}
.hp-vp-finding__element code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.8rem;
  color: #1F2937;
  background: #f5f5f5;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.hp-vp-finding__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7280;
  margin-bottom: 0.5rem;
}
.hp-vp-finding__story {
  border-left: 3px solid #A30D4B;
  padding: 0.25rem 0 0.25rem 1rem;
  margin: 0;
}
.hp-vp-finding__story p {
  font-size: 0.95rem;
  color: #1F2937;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}
.hp-vp-finding__story em {
  font-style: normal;
  background: rgba(163, 13, 75, 0.12);
  padding: 0 0.25rem;
  border-radius: 0.25rem;
}
.hp-vp-finding__code {
  background: #1F2937;
  border-radius: 0.5rem;
  padding: 1rem;
}
.hp-vp-finding__code .hp-vp-finding__label {
  color: #9CA3AF;
  margin-bottom: 0.5rem;
}
.hp-vp-finding__code pre {
  margin: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #e5e7eb;
  white-space: pre;
  overflow-x: auto;
}
.hp-vp-finding__code code {
  font-family: inherit;
  color: inherit;
}
.hp-vp-finding__export {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
  flex-wrap: wrap;
}
.hp-vp-finding__export-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7280;
  margin-right: 0.25rem;
}
.hp-vp-finding__export-btn {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1F2937;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 0.3rem 0.75rem;
  border-radius: 0.375rem;
}
.hp-vp__examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
  font-size: 0.9rem;
}
.hp-vp__examples-label {
  font-weight: 600;
  color: #6B7280;
}
.hp-vp__examples-link {
  color: #A30D4B;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
  font-weight: 600;
}
.hp-vp__examples-link:hover, .hp-vp__examples-link:focus {
  color: #1F2937;
  text-decoration-thickness: 0.15em;
}
.ec-bigstat {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 2.25rem 1.75rem;
  box-shadow: 0 12px 28px -18px rgba(31, 41, 55, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}
.ec-bigstat__number {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: #A30D4B;
  line-height: 1;
  letter-spacing: -0.04em;
}
.ec-bigstat__label {
  font-size: 1.125rem;
  color: #1F2937;
  font-weight: 700;
  line-height: 1.3;
}
.ec-bigstat__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}
.ec-bigstat__list li {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.5;
  padding-left: 1.25rem;
  position: relative;
}
.ec-bigstat__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.4rem;
  height: 0.4rem;
  background: #A30D4B;
  border-radius: 50%;
}
.ec-issues__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
  .ec-issues__grid {
    grid-template-columns: 1fr;
  }
}
.hp-vp-domains {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 12px 28px -18px rgba(31, 41, 55, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hp-vp-domains__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A30D4B;
}
.hp-vp-domains__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hp-vp-domains__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  background: #f9fafb;
  font-size: 0.9rem;
}
.hp-vp-domains__item .material-symbols-outlined {
  font-size: 1.25rem;
}
.hp-vp-domains__name {
  font-family: "SFMono-Regular", Consolas, Menlo, monospace;
  color: #1F2937;
  font-size: 0.85rem;
  font-weight: 500;
}
.hp-vp-domains__status {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
}
.hp-vp-domains__item--pass {
  background: rgba(16, 185, 129, 0.08);
}
.hp-vp-domains__item--pass .material-symbols-outlined {
  color: #10b981;
}
.hp-vp-domains__item--pass .hp-vp-domains__status {
  background: rgba(16, 185, 129, 0.15);
  color: #065f46;
}
.hp-vp-domains__item--warn {
  background: rgba(245, 158, 11, 0.08);
}
.hp-vp-domains__item--warn .material-symbols-outlined {
  color: #d97706;
}
.hp-vp-domains__item--warn .hp-vp-domains__status {
  background: rgba(245, 158, 11, 0.15);
  color: #92400e;
}
.hp-vp-domains__item--todo {
  background: #f9fafb;
}
.hp-vp-domains__item--todo .material-symbols-outlined {
  color: #9CA3AF;
}
.hp-vp-domains__item--todo .hp-vp-domains__status {
  background: #f3f4f6;
  color: #6B7280;
}
.hp-vp-domains__footer {
  font-size: 0.85rem;
  color: #6B7280;
  font-style: italic;
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
}
.hp-vp-methods {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 12px 28px -18px rgba(31, 41, 55, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hp-vp-methods__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A30D4B;
}
.hp-vp-methods__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}
.hp-vp-methods__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #1F2937;
  font-weight: 500;
  line-height: 1.3;
}
.hp-vp-methods__list .material-symbols-outlined {
  color: #A30D4B;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.hp-vp-methods__footer {
  font-size: 0.85rem;
  color: #6B7280;
  font-style: italic;
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
}
@media (max-width: 600px) {
  .hp-vp-methods__list {
    grid-template-columns: 1fr;
  }
}
.hp-vp-chat {
  background: #f5f5f5;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 12px 28px -18px rgba(31, 41, 55, 0.18);
}
.hp-vp-chat__message {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.hp-vp-chat__message--auditor {
  flex-direction: row-reverse;
}
.hp-vp-chat__avatar {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #1F2937;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
}
.hp-vp-chat__avatar--auditor {
  background: #A30D4B;
}
.hp-vp-chat__bubble {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  border-top-left-radius: 0.25rem;
  padding: 0.75rem 1rem;
  max-width: 82%;
}
.hp-vp-chat__bubble--auditor {
  background: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 0.25rem;
}
.hp-vp-chat__name {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #6B7280;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}
.hp-vp-chat__bubble p {
  font-size: 0.9rem;
  color: #1F2937;
  line-height: 1.5;
  margin: 0;
}
.hp-vp-chat__bubble code {
  font-family: "SFMono-Regular", Consolas, Menlo, monospace;
  font-size: 0.85em;
  background: #f5f5f5;
  padding: 0.05rem 0.3rem;
  border-radius: 0.25rem;
  color: #A30D4B;
}
.hp-vp-chat__time {
  display: block;
  font-size: 0.7rem;
  color: #9CA3AF;
  margin-top: 0.375rem;
}
.hp-vp-chat__typing {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.5rem 0 0 2.75rem;
}
.hp-vp-chat__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #9CA3AF;
  animation: hp-vp-typing 1.4s infinite ease-in-out;
}
.hp-vp-chat__dot:nth-child(2) {
  animation-delay: 0.2s;
}
.hp-vp-chat__dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes hp-vp-typing {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-2px);
  }
}
.hp-vp-ba {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  box-shadow: 0 12px 28px -18px rgba(31, 41, 55, 0.18);
  position: relative;
}
.hp-vp-ba::before {
  content: "\2192";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: #1F2937;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  z-index: 1;
}
.hp-vp-ba__column {
  padding: 0.5rem;
}
.hp-vp-ba__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7280;
  margin-bottom: 0.75rem;
}
.hp-vp-ba__column--after .hp-vp-ba__label {
  color: #065f46;
}
.hp-vp-ba__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hp-vp-ba__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #1F2937;
  font-weight: 500;
}
.hp-vp-ba__item .material-symbols-outlined {
  font-size: 1.125rem;
}
.hp-vp-ba__item--fail {
  color: #9CA3AF;
  text-decoration: line-through;
}
.hp-vp-ba__item--fail .material-symbols-outlined {
  color: #dc2626;
  text-decoration: none;
}
.hp-vp-ba__item--pass {
  color: #065f46;
}
.hp-vp-ba__item--pass .material-symbols-outlined {
  color: #10b981;
}
.hp-vp__placeholder-icon {
  font-size: 3rem;
  color: #9CA3AF;
  margin-bottom: 0.5rem;
}
.hp-vp__placeholder-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7280;
}
.hp-vp__placeholder-desc {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.5;
  max-width: 20rem;
}
.hp-vp__content {
  min-width: 0;
}
.hp-vp__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A30D4B;
  margin-bottom: 0.75rem;
}
.hp-vp__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  color: #1F2937;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
}
.hp-vp__body {
  font-size: 1.0625rem;
  color: #374151;
  line-height: 1.7;
  margin: 0 0 1.75rem;
}
.hp-vp__credential {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #004050;
  margin: -0.75rem 0 1.75rem;
}
.hp-vp__credential-icon {
  font-size: 1.25rem;
  color: #A30D4B;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .hp-vp__row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hp-vp__row--reverse .hp-vp__visual, .hp-vp__row--reverse .hp-vp__content {
    order: unset;
  }
  .hp-vp__title {
    font-size: 1.5rem;
  }
}
.hp-pain {
  padding: 6rem 0 5rem;
  background: #1F2937;
}
.hp-pain__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: start;
}
.hp-pain__text {
  min-width: 0;
}
.hp-pain__visuals {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 2rem;
}
.hp-pain__variant-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7280;
  margin-bottom: -1.25rem;
}
.hp-pain-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.75rem;
}
.hp-pain-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #A30D4B;
  background: rgba(163, 13, 75, 0.08);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.hp-pain-card__eyebrow .material-symbols-outlined {
  font-size: 1rem;
}
.hp-pain-card__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1F2937;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.hp-pain-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hp-pain-card__list li {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
.hp-pain-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.5rem;
  height: 0.5rem;
  background: #A30D4B;
  border-radius: 50%;
}
.hp-pain-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #A30D4B;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
  font-weight: 600;
  font-size: 0.95rem;
}
.hp-pain-card__link:hover, .hp-pain-card__link:focus {
  color: #1F2937;
  text-decoration-thickness: 0.15em;
}
.hp-pain-card__link .material-symbols-outlined {
  font-size: 1.125rem;
}
.hp-pain-card--mock {
  padding: 0;
  overflow: hidden;
}
.hp-pain-card__mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  background: #003082;
  color: #fff;
}
.hp-pain-card__mock-brand {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.hp-pain-card__mock-domain {
  font-size: 0.75rem;
  opacity: 0.85;
}
.hp-pain-card__mock-body {
  padding: 1.5rem 1.5rem 1.75rem;
}
.hp-pain-card__mock-crumbs {
  display: block;
  font-size: 0.75rem;
  color: #6B7280;
  margin-bottom: 0.75rem;
}
.hp-pain-card__mock-title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1F2937;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
}
.hp-pain-card__mock-text {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
.hp-pain-card__mock-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: #003082;
  color: #fff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.hp-pain-card__mock-btn:hover, .hp-pain-card__mock-btn:focus {
  background: #001f5c;
}
.hp-pain-card__mock-btn .material-symbols-outlined {
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  .hp-pain__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hp-pain__visuals {
    position: static;
  }
}
.hp-pain__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1.75rem;
}
.hp-pain__title-accent {
  display: block;
  margin-top: 0.25rem;
}
.hp-pain__title-highlight {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #A30D4B;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.08em;
  text-decoration-skip-ink: none;
}
.hp-pain__body {
  font-size: 1.0625rem;
  color: #d1d5db;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.hp-pain__body:last-of-type {
  margin-bottom: 2rem;
}
.hp-pain__body em {
  color: #fff;
  font-weight: 500;
}
.hp-pain__cta {
  margin-top: 2rem;
}
.hp-pain__link {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #A30D4B;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.15em;
}
.hp-pain__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #A30D4B;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}
.hp-pain__cta-link:hover, .hp-pain__cta-link:focus {
  text-decoration-color: #fff;
  text-decoration-thickness: 0.2em;
}
.hp-pain__cta-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: #A30D4B;
}
.hp-pain__link:hover, .hp-pain__link:focus {
  text-decoration-thickness: 0.2em;
  text-decoration-color: #fff;
}
@media (max-width: 900px) {
  .hp-pain__title {
    font-size: 1.625rem;
  }
}
.hp-sectors {
  padding: 1.5rem 0 2rem;
  background: #fff;
}
.hp-sectors__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}
.hp-sectors__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.hp-sector-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  text-decoration: none;
  color: #1F2937;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hp-sector-card:hover {
  border-color: #A30D4B;
  box-shadow: 0 2px 8px rgba(163, 13, 75, 0.1);
}
.hp-sector-card__icon {
  font-size: 1.75rem;
  color: #A30D4B;
}
.hp-sector-card__label {
  white-space: nowrap;
}
.hp-contact-section {
  padding: 4rem 0;
  background: rgba(249, 250, 251, 0.5);
}
.hp-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.hp-contact__photo-wrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
.hp-contact__photo {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(31, 41, 55, 0.1);
}
.hp-contact__photo-wrapper .hp-contact__photo + .hp-contact__photo {
  margin-left: -0.75rem;
}
.cta-people {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-top: 1.75rem;
}
.cta-people__person {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.cta-people__meta {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.cta-people__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.3;
}
.cta-people__role {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4B5563;
  line-height: 1.3;
}
.hp-contact__intro {
  font-size: 1.125rem;
  color: #4B5563;
  font-weight: 500;
  line-height: 1.7;
}
.hp-contact__form-card {
  background: #fff;
  padding: 2rem;
  border-radius: 2.5rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.1);
}
.hp-contact__form-sub {
  color: #4B5563;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.hp-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.hp-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.hp-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hp-form__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1F2937;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hp-form__input {
  width: 100%;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #767f8c;
  outline: none;
  transition: all 0.2s;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  color: #1F2937;
  background: #fff;
}
.hp-form__input:focus {
  border-color: #A30D4B;
  box-shadow: 0 0 0 3px rgba(163, 13, 75, 0.1);
}
.hp-form__textarea {
  resize: vertical;
}
.hp-services {
  padding: 6rem 0;
  background: #f9fafb;
}
.hp-services__header {
  margin-bottom: 3rem;
  max-width: 36rem;
}
.hp-services__intro {
  color: #4B5563;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 0.75rem;
}
.hp-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.hp-service-card {
  background: #fff;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #f3f4f6;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.hp-service-card:hover {
  border-color: rgba(163, 13, 75, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
.hp-service-card__icon {
  width: 3rem;
  height: 3rem;
  background: rgba(163, 13, 75, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A30D4B;
  margin-bottom: 1.25rem;
}
.hp-service-card__icon .material-symbols-outlined {
  font-size: 1.5rem;
}
.hp-service-card__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #1F2937;
  margin-bottom: 0.75rem;
}
.hp-service-card__desc {
  color: #4B5563;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.hp-service-card__link {
  color: #A30D4B;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.hp-service-card__link .material-symbols-outlined {
  font-size: 1rem;
  transition: transform 0.2s;
}
.hp-service-card__link:hover .material-symbols-outlined {
  transform: translateX(0.25rem);
}
.hp-contrast {
  padding: 8rem 0;
}
.hp-contrast__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.hp-contrast__intro {
  font-size: 1.125rem;
  color: #4B5563;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-weight: 500;
}
.hp-contrast__checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hp-contrast__check {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  color: #1F2937;
}
.hp-contrast__check-icon {
  color: #A30D4B;
}
.hp-contrast__check--muted {
  color: #4B5563;
  font-weight: 500;
}
.hp-contrast__demo {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 2.5rem;
  border: 1px solid #f3f4f6;
}
.hp-contrast__preview-card {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  margin-bottom: 1.5rem;
}
.hp-contrast__preview-block {
  padding: 2rem;
  background: #A30D4B;
  border-radius: 0.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.hp-contrast__preview-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
.hp-contrast__preview-ratio {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.hp-contrast__color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.hp-contrast__color-swatch {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hp-contrast__swatch-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4B5563;
}
.hp-contrast__swatch {
  height: 3rem;
  border-radius: 0.5rem;
}
.hp-contrast__swatch--primary {
  background: #A30D4B;
  border: 2px solid rgba(163, 13, 75, 0.2);
}
.hp-contrast__swatch--white {
  background: #fff;
  border: 1px solid #e5e7eb;
}
.hp-contrast__result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #f3f4f6;
  margin-bottom: 1.5rem;
}
.hp-contrast__result-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1F2937;
}
.hp-contrast__result-dot {
  width: 1rem;
  height: 1rem;
  background: #A30D4B;
  border-radius: 9999px;
}
.hp-contrast__result-status {
  color: #A30D4B;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.hp-contrast__cta {
  width: 100%;
  justify-content: center;
}
.hp-insights {
  padding: 6rem 0;
}
.hp-insights__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
.hp-insights__header-text {
  max-width: 36rem;
}
.hp-insights__intro {
  color: #4B5563;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 0.75rem;
}
.hp-insights__all-link {
  color: #A30D4B;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 2px;
}
.hp-insights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.hp-insight-card {
  padding: 2.5rem;
  background: #f9fafb;
  border-radius: 2.5rem;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  text-decoration: none;
  display: block;
}
.hp-insight-card:hover {
  background: #1F2937;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hp-insight-card__category {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  color: #A30D4B;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hp-insight-card:hover .hp-insight-card__category {
  color: rgba(255, 255, 255, 0.8);
}
.hp-insight-card__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  color: #1F2937;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.hp-insight-card:hover .hp-insight-card__title {
  color: #fff;
}
.hp-insight-card__desc {
  color: #4B5563;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.hp-insight-card:hover .hp-insight-card__desc {
  color: #9ca3af;
}
.hp-insight-card__read {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F2937;
  font-weight: 900;
  font-size: 0.875rem;
}
.hp-insight-card:hover .hp-insight-card__read {
  color: #fff;
}
.hp-insight-card__read .material-symbols-outlined {
  font-size: 1.125rem;
  transition: transform 0.2s;
}
.hp-insight-card:hover .hp-insight-card__read .material-symbols-outlined {
  transform: translateX(0.5rem);
}
.hp-legal-cta {
  padding: 6rem 0;
}
.hp-legal-cta__card {
  background: #1F2937;
  padding: 3rem;
  border-radius: 3.5rem;
  position: relative;
  overflow: hidden;
}
.hp-legal-cta__gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  background: linear-gradient(to left, rgba(163, 13, 75, 0.2), transparent);
}
.hp-legal-cta__columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.hp-legal-cta__content {
  max-width: 40rem;
}
.hp-legal-cta__title {
  color: #fff;
  margin-bottom: 1.25rem;
}
.hp-legal-cta__desc {
  color: #9ca3af;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.hp-legal-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hp-faq {
  padding: 6rem 0;
  background-color: #1F2937;
}
.hp-faq details.faq-item {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 12px 28px -18px rgba(0, 0, 0, 0.4);
}
.hp-faq__title {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.hp-faq__container {
  max-width: 48rem;
  margin-inline: auto;
}
.hp-contact-final {
  padding: 6rem 0;
  background: rgba(249, 250, 251, 0.5);
}
.hp-contact-final__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
  max-width: 56rem;
  margin-inline: auto;
}
.hp-contact-final__intro {
  font-size: 1.125rem;
  color: #4B5563;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 1rem;
}
.hp-contact-final__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
}
.hp-contact-final__info-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #1F2937;
  font-weight: 700;
}
.hp-contact-final__info-row .material-symbols-outlined {
  color: #A30D4B;
}
.hp-contact-final__info-row a {
  color: #1F2937;
  text-decoration: none;
}
.hp-contact-final__info-row a:hover {
  color: #A30D4B;
}
.hp-contact-final__form-card {
  background: #fff;
  padding: 2rem;
  border-radius: 2.5rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 20px 40px -15px rgba(31, 41, 55, 0.1);
}
@media (min-width: 768px) {
  .hp-heading-lg {
    font-size: 3rem;
  }
  .hp-hero__title {
    font-size: 3rem;
  }
  .hp-sectors__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .hp-form__row {
    grid-template-columns: 1fr 1fr;
  }
  .hp-contact__form-card {
    padding: 2.5rem 3rem;
  }
  .hp-services__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-insights__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-insights__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .hp-heading-lg {
    font-size: 3.25rem;
  }
  .hp-hero {
    padding: 3rem 0 2rem;
  }
  .hp-hero__grid {
    grid-template-columns: 7fr 5fr;
  }
  .hp-hero__title {
    font-size: 3rem;
  }
  .hp-hero__stats-card {
    position: absolute;
    bottom: -1.5rem;
    left: -3rem;
    margin-top: 0;
    padding: 1.5rem 2rem;
  }
  .hp-hero__image-frame {
    aspect-ratio: 1;
    border-radius: 3rem;
  }
  .hp-hero__image-frame img, .hp-hero__image {
    object-fit: cover;
    padding: 3rem;
  }
  .hp-contact__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hp-services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .hp-contrast__grid {
    grid-template-columns: 5fr 7fr;
  }
  .hp-contrast__demo {
    padding: 2.5rem 3rem;
  }
  .hp-legal-cta__card {
    padding: 5rem;
  }
  .hp-legal-cta__columns {
    grid-template-columns: 1fr 1fr;
  }
  .hp-contact-final__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-optin {
  background-color: #1F2937;
  padding: 4rem 0;
}
.footer-optin__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-optin__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}
.footer-optin__text {
  flex: 1.2;
}
.footer-optin__form {
  flex: 1;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  position: sticky;
  top: 2rem;
}
.footer-optin__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer-optin__desc {
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.footer-optin__form-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 1rem;
}
.footer-optin__iaap {
  flex-shrink: 0;
  text-align: center;
  max-width: 180px;
}
@media (min-width: 768px) {
  .footer-optin__iaap {
    text-align: left;
    padding-top: 0.5rem;
  }
}
.footer-optin__iaap-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.qs-offer-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ov-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.ov-team__card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 2rem;
  padding: 2.5rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ov-team__card:hover {
  border-color: rgba(163, 13, 75, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}
.ov-team__role {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #A30D4B;
  margin-bottom: 1rem;
}
.ov-team__bio {
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.ov-team__highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ov-team__highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4B5563;
}
.tool-overview__page {
  background-image: radial-gradient(circle, #d1d5db 1px, transparent 1px);
  background-size: 24px 24px;
}
.tool-overview__title {
  max-width: 640px;
  margin: 0 auto 1rem;
  text-align: center;
}
.tool-overview__intro {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-text);
}
html.dark .tool-overview__intro {
  color: var(--color-darkmode-text);
}
.tool-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tool-overview__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tool-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-top: 3px solid #004050;
  border-radius: 8px;
  padding: 1.75rem 1.5rem 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.tool-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-top-color: #A30D4B;
}
.tool-card:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
html.dark .tool-card {
  background: var(--color-darkmode-body);
  border-color: var(--color-darkmode-border);
  border-top-color: #A30D4B;
}
html.dark .tool-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  border-top-color: #e8a0ba;
}
.tool-card__body {
  flex: 1;
}
.tool-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #004050;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
html.dark .tool-card__title {
  color: #e8a0ba;
}
.tool-card__description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}
html.dark .tool-card__description {
  color: var(--color-darkmode-text);
}
.tool-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f0f0f0;
}
html.dark .tool-card__tags {
  border-top-color: var(--color-darkmode-border);
}
.tool-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.55rem;
  border-radius: 3px;
  background: #f0f4f8;
  color: #1F2937;
}
html.dark .tool-card__tag {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-darkmode-text);
}
.tool-card__beta, .tool-pdf__beta {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  background: #A30D4B;
  color: #fff;
  vertical-align: middle;
  margin-left: 0.35rem;
}
.tool-pdf__beta {
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
}
.tool-card--cta {
  border-top-color: #A30D4B;
  border-style: dashed;
  border-top-style: solid;
}
.tool-card--cta .tool-card__title {
  color: #A30D4B;
}
html.dark .tool-card--cta .tool-card__title {
  color: #e8a0ba;
}
.tool-card__action {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f0f0f0;
}
html.dark .tool-card__action {
  border-top-color: var(--color-darkmode-border);
}
.tool-card__cta-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #A30D4B;
  text-decoration: none;
}
.tool-card__cta-link:hover {
  text-decoration: underline;
}
html.dark .tool-card__cta-link {
  color: #e8a0ba;
}
.toolsuite-promo {
  margin-top: 3rem;
  padding: 2.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
html.dark .toolsuite-promo {
  border-color: var(--color-darkmode-border);
}
.toolsuite-promo__content {
  flex: 1;
}
.toolsuite-promo__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
}
html.dark .toolsuite-promo__title {
  color: var(--color-darkmode-text);
}
.toolsuite-promo__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 0.75rem;
}
html.dark .toolsuite-promo__text {
  color: var(--color-darkmode-text-secondary);
}
.toolsuite-promo__cta {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.75rem 1.75rem;
  background-color: #A30D4B;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background-color 0.15s;
}
.toolsuite-promo__cta:hover {
  background-color: #8a0b3f;
  color: #fff;
}
.toolsuite-promo__image {
  flex: 0 0 420px;
}
.toolsuite-promo__image img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .toolsuite-promo {
    flex-direction: column;
  }
  .toolsuite-promo__image {
    flex: none;
    width: 100%;
  }
}
.lens-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #ffffff;
  border: 2px solid #1F2937;
  border-radius: 16px;
}
.lens-hero__label {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #A30D4B;
}
.lens-hero__title {
  margin: 0 0 0.75rem;
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #1F2937;
  line-height: 1.2;
}
.lens-hero__intro {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
}
.lens-hero__dragbox {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 1.25rem;
  border: 2px solid #1F2937;
  border-radius: 12px;
}
.lens-hero__drag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  max-width: 13rem;
  padding: 0.85rem 1.1rem;
  background: #A30D4B;
  color: #fff;
  border: 2px solid #A30D4B;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  cursor: grab;
  box-shadow: 0 4px 14px rgba(163, 13, 75, 0.25);
}
.lens-hero__drag span {
  min-width: 0;
}
.lens-hero__drag:hover {
  background: #8a0b3f;
  color: #fff;
}
.lens-hero__drag:focus-visible {
  outline: 3px solid #004050;
  outline-offset: 2px;
}
.lens-hero__drag-arrow {
  flex-shrink: 0;
}
.lens-hero__dragtext {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #374151;
}
.lens-hero__dragtext kbd {
  display: inline-block;
  padding: 0.05em 0.45em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.85em;
  background: #f5f5f5;
  border: 1px solid #cbd5e1;
  border-bottom-width: 2px;
  border-radius: 4px;
  color: #1F2937;
}
.lens-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.85rem;
  color: #4b5563;
}
.lens-hero__features li + li::before {
  content: "·";
  margin: 0 0.6rem;
  color: #A30D4B;
  font-weight: 800;
}
.lens-hero__more {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #A30D4B;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lens-hero__more:hover {
  color: #8a0b3f;
}
.lens-hero__more:focus-visible {
  outline: 2px solid #004050;
  outline-offset: 2px;
}
.lens-hero__visual {
  padding: 1rem;
  border: 2px solid #1F2937;
  border-radius: 14px;
  background: #ffffff;
}
.lens-hero__panel {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.9rem;
  background: #f5f5f5;
  border-radius: 10px;
}
.lens-hero__tabs {
  display: flex;
  gap: 0.4rem;
  padding: 0.35rem;
  background: #ffffff;
  border: 1.5px solid #1F2937;
  border-radius: 10px;
}
.lens-hero__tab {
  padding: 0.25rem 0.7rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1F2937;
  white-space: nowrap;
}
.lens-hero__tab--active {
  background: #A30D4B;
  border-color: #A30D4B;
  color: #ffffff;
}
.lens-hero__row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0.8rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.lens-hero__dot {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.lens-hero__dot--magenta {
  background: #A30D4B;
}
.lens-hero__dot--teal {
  background: #004050;
}
.lens-hero__dot--navy {
  background: #1F2937;
}
.lens-hero__bars {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
.lens-hero__bar {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: #1F2937;
}
.lens-hero__bar--sub {
  height: 5px;
  background: #d1d5db;
}
.lens-hero__footer {
  padding: 0.55rem 0.8rem;
  background: #1F2937;
  border-radius: 8px;
}
.lens-hero__footer-bar {
  display: block;
  width: 32%;
  height: 7px;
  border-radius: 4px;
  background: #A30D4B;
}
@media (max-width: 860px) {
  .lens-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
  }
  .lens-hero__visual {
    max-width: 420px;
  }
  .lens-hero__dragbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
html.dark .lens-hero, html.dark .lens-hero__visual {
  background: var(--color-darkmode-body);
  border-color: var(--color-darkmode-border);
}
html.dark .lens-hero__title {
  color: var(--color-darkmode-text);
}
html.dark .lens-hero__intro, html.dark .lens-hero__dragtext, html.dark .lens-hero__features {
  color: var(--color-darkmode-text-secondary, #d1d5db);
}
html.dark .lens-hero__label, html.dark .lens-hero__more {
  color: #e8a0ba;
}
html.dark .lens-hero__dragbox {
  border-color: var(--color-darkmode-border);
}
html.dark .lens-hero__dragtext kbd {
  background: #1F2937;
  border-color: #4b5563;
  color: #f5f5f5;
}
html.dark .lens-hero__panel {
  background: rgba(255, 255, 255, 0.06);
}
html.dark .lens-hero__tabs, html.dark .lens-hero__tab, html.dark .lens-hero__row {
  background: var(--color-darkmode-body);
  border-color: var(--color-darkmode-border);
}
html.dark .lens-hero__tab {
  color: var(--color-darkmode-text);
}
html.dark .lens-hero__tab--active {
  background: #A30D4B;
  border-color: #A30D4B;
  color: #ffffff;
}
html.dark .lens-hero__bar {
  background: #d1d5db;
}
html.dark .lens-hero__bar--sub {
  background: #4b5563;
}
.contrast-voorbeeld {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.75rem 0;
}
.contrast-voorbeeld__swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  height: 3rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.contrast-voorbeeld__tekst {
  margin: 0;
}
.contrast-voorbeeld__tekst p {
  margin: 0;
}
html.dark .contrast-voorbeeld__swatch {
  border-color: #4B5563;
}
.article-tldr {
  border-left: 3px solid #A30D4B;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  max-width: 720px;
}
.article-tldr__title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #A30D4B;
  margin: 0 0 0.5rem;
}
.article-tldr__body {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #1F2937;
}
.article-tldr__body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ov-team__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tool-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}
.tool-filter__btn {
  padding: 0.4rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 2rem;
  background: #fff;
  color: #1F2937;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.tool-filter__btn:hover {
  background: #A30D4B;
  border-color: #A30D4B;
  color: #fff;
}
.tool-filter__btn--active {
  background: #A30D4B;
  border-color: #A30D4B;
  color: #fff;
}
.tool-filter__empty {
  text-align: center;
  color: #6b7280;
  padding: 2rem 0;
}
.blog-list__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.blog-list__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}
.blog-list__intro {
  color: #4b5563;
  max-width: 42rem;
  margin: 0.75rem auto 0;
}
.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 2.5rem;
  justify-content: center;
}
.blog-filter__btn {
  padding: 0.4rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 2rem;
  background: #fff;
  color: #1F2937;
  text-decoration: none;
  font: inherit;
  transition: all .15s ease;
}
.blog-filter__btn:hover, .blog-filter__btn:focus-visible {
  background: #A30D4B;
  border-color: #A30D4B;
  color: #fff;
}
.blog-filter__btn--active {
  background: #A30D4B;
  border-color: #A30D4B;
  color: #fff;
}
.blog-filter__count {
  opacity: 0.7;
  font-size: 0.9em;
}
.rad-get {
  padding: 4rem 0;
  margin: 4rem 0 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.rad-get__heading {
  margin: 0 0 0.75rem;
}
.rad-get__intro {
  max-width: 44rem;
  color: #4B5563;
  line-height: 1.7;
  margin: 0 0 2rem;
}
.rad-get__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rad-get__item {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rad-get__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #004050;
  border-radius: 9999px;
  color: #004050;
  margin-bottom: 1rem;
}
.rad-get__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.rad-get__title {
  font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1F2937;
  margin: 0 0 0.625rem;
}
.rad-get__text {
  font-size: 0.925rem;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 1.25rem;
}
.rad-get__step {
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.875rem;
}
.rad-get__hint {
  font-size: 0.875rem;
  color: #4B5563;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}
.rad-install__drag {
  cursor: grab;
}
.rad-install__dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: #fff;
  flex-shrink: 0;
}
.rad-install__manual {
  width: 100%;
  margin-top: 1.25rem;
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
}
.rad-install__manual > summary {
  cursor: pointer;
  font-weight: 700;
  color: #004050;
  font-size: 0.9rem;
}
.rad-install__manual > summary:focus-visible {
  outline: 2px solid #A30D4B;
  outline-offset: 2px;
  border-radius: 0.25rem;
}
.rad-install__manual-body {
  padding-top: 1rem;
}
.rad-install__steps {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  list-style: decimal;
  color: #374151;
  font-size: 0.9rem;
  line-height: 1.7;
}
.rad-install__code-label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  color: #1F2937;
  margin-bottom: 0.375rem;
}
.rad-install__code {
  width: 100%;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  padding: 0.625rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #f5f5f5;
  color: #1F2937;
  resize: vertical;
}
.rad-install__copy {
  margin-top: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
}
@media (min-width: 640px) {
  .rad-get__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .rad-get__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.rad-get__item--soon {
  border-style: dashed;
  background: #fafafa;
}
.rad-get__item--soon .rad-get__icon {
  border-color: #9CA3AF;
  color: #9CA3AF;
}
.rad-get__badge {
  display: inline-block;
  margin-top: auto;
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
  background: #F5F5F5;
  border: 1px solid #d1d5db;
  color: #4B5563;
  font-size: 0.85rem;
  font-weight: 700;
}
.tool-overview__more {
  text-align: center;
  margin: 4.5rem 0 2.5rem;
}
@media (max-width: 768px) {
  .tool-overview__more {
    margin: 3rem 0 1.75rem;
  }
}
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
details.faq-item {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transition: background 0.3s ease;
}
summary.faq-question {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding: 1rem 0;
}
summary.faq-question::marker, summary.faq-question::-webkit-details-marker {
  display: none;
}
summary.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-weight: bold;
  transition: transform 0.3s ease;
}
details[open] summary.faq-question::after {
  content: "–";
}
.faq-answer {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}
details.faq-item {
  background: #f9f9f9;
  color: #222;
  border: 1px solid #ddd;
}
summary.faq-question:hover {
  color: #000;
}
html.dark details.faq-item {
  background: #1f1f1f;
  color: #eee;
  border: 1px solid #333;
}
html.dark summary.faq-question:hover {
  color: #fff;
}
details[open] summary.faq-question {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.75rem;
}
.vw-hero__svg {
  width: 100%;
  max-width: 380px;
  height: auto;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
}
@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;
  }
}
@layer base {
  :root {
    @media (min-width: 40rem) {
      --container-max-width: 40rem;
    }
    @media (min-width: 48rem) {
      --container-max-width: 48rem;
    }
    @media (min-width: 64rem) {
      --container-max-width: 64rem;
    }
    @media (min-width: 80rem) {
      --container-max-width: 80rem;
    }
    @media (min-width: 96rem) {
      --container-max-width: 96rem;
    }
  }
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
      --tw-content: "";
    }
  }
}

