*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    color-scheme: light;
    --site-bg: #f5f7fb;
    --site-bg-soft: #edf2f8;
    --site-surface: #ffffff;
    --site-surface-strong: #f9fafb;
    --site-ink: #111827;
    --site-muted: #667085;
    --site-soft: #98a2b3;
    --site-line: #e5e7eb;
    --site-line-strong: #d0d5dd;
    --site-border: var(--site-line);
    --site-border-strong: var(--site-line-strong);
    --site-text: var(--site-ink);
    --site-card: var(--site-surface);
    --site-accent: #ff6b13;
    --site-accent-strong: #f05a00;
    --site-accent-soft: #fff3e9;
    --site-pink: #f43f86;
    --site-cyan: #09a9f5;
    --site-dark: #101322;
    --site-dark-2: #182033;
    --site-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
    --site-shadow-strong: 0 28px 80px rgba(17, 24, 39, 0.14);
  }

  html[data-theme='dark'] {
    color-scheme: dark;
    --site-bg: #0f172a;
    --site-bg-soft: #111c31;
    --site-surface: #172033;
    --site-surface-strong: #1f2a44;
    --site-ink: #f8fafc;
    --site-muted: #b9c2d0;
    --site-soft: #8f9bae;
    --site-line: #28354f;
    --site-line-strong: #3a4966;
    --site-border: var(--site-line);
    --site-border-strong: var(--site-line-strong);
    --site-text: var(--site-ink);
    --site-card: var(--site-surface);
    --site-accent: #ff7a1f;
    --site-accent-strong: #ffb15f;
    --site-accent-soft: rgba(255, 122, 31, 0.15);
    --site-pink: #fb6aa0;
    --site-cyan: #38bdf8;
    --site-dark: #0f141d;
    --site-dark-2: #141b27;
    --site-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
    --site-shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.36);
  }

  [x-cloak] {
    display: none !important;
  }

  html {
    scroll-behavior: smooth;
  }

  :where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex='-1'])):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--site-accent-strong) 82%, #536dfe 18%);
    outline-offset: 3px;
  }

  .saf-skip-link,
  .admin-skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 20000;
    transform: translateY(-180%);
    border-radius: 0.6rem;
    padding: 0.7rem 1rem;
    background: var(--site-dark, #101322);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(17, 19, 24, 0.2);
    transition: transform 140ms ease-out;
  }

  .saf-skip-link:focus-visible,
  .admin-skip-link:focus-visible {
    transform: translateY(0);
  }

  #main-content:focus,
  #admin-main:focus {
    outline: none;
  }

  body {
    min-width: 0;
    overflow-x: clip;
    font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img,
  svg {
    max-width: 100%;
  }

  a,
  button,
  input,
  select,
  textarea {
    max-width: 100%;
    min-width: 0;
  }

  a,
  button,
  input {
    outline-color: #FF6B13;
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: 2px solid #FF6B13;
    outline-offset: 3px;
  }

  .public-shell {
    background: var(--site-bg);
    color: var(--site-ink);
  }

  .public-shell .max-w-7xl {
    max-width: 90rem;
  }

  .public-shell main {
    background: transparent;
  }
  .public-shell {
    font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
  }

  .public-shell h1,
  .public-shell h2,
  .public-shell h3,
  .public-shell h4,
  .public-shell h5,
  .public-shell h6,
  .public-shell .saf-brand-text {
    font-family: inherit;
    letter-spacing: 0;
  }

  .public-shell .font-black {
    font-weight: 800;
  }

  .public-shell .font-extrabold {
    font-weight: 800;
  }

  .public-shell .font-bold {
    font-weight: 700;
  }

  .public-shell .font-semibold {
    font-weight: 600;
  }

  .public-shell .text-5xl {
    font-size: clamp(2.05rem, 4vw, 3rem);
    line-height: 1.08;
  }

  .public-shell .text-4xl {
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.12;
  }

  .public-shell .text-3xl {
    font-size: clamp(1.45rem, 2.35vw, 1.9rem);
    line-height: 1.18;
  }

  .public-shell .text-2xl {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .saf-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid color-mix(in srgb, var(--site-line) 84%, transparent);
    background: color-mix(in srgb, var(--site-surface) 97%, transparent);
    color: var(--site-ink);
    box-shadow: 0 10px 34px rgba(17, 24, 39, 0.06);
    backdrop-filter: blur(18px);
  }

  .saf-site-header > .relative {
    min-height: 70px;
  }

  .saf-site-header__inner {
    isolation: isolate;
  }

  .saf-site-header__inner::before {
    content: '';
    position: absolute;
    inset: 10px auto 10px 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--site-accent), color-mix(in srgb, var(--site-pink) 72%, transparent));
    opacity: .85;
  }

  .saf-brand-mark {
    display: grid;
    height: 36px;
    width: 36px;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #ff8a1d, #f05a00);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 107, 19, 0.2);
    font-size: 13px;
    font-weight: 800;
  }

  .saf-brand-text {
    color: var(--site-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .saf-nav-link {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    border-radius: 12px;
    padding-inline: 10px;
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 700;
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }

  .saf-nav-link svg {
    height: 14px;
    width: 14px;
  }

  .saf-nav-link:hover,
  .saf-nav-link:focus-visible,
  .saf-nav-link-open {
    color: var(--site-accent-strong);
    background: color-mix(in srgb, var(--site-accent-soft) 72%, transparent);
  }

  .saf-nav-link-active {
    color: var(--site-accent-strong);
  }

  .saf-nav-link-active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 28px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--site-accent);
  }

  .saf-header-track {
    border-radius: 999px;
    min-height: 44px;
    padding-inline: 20px;
  }

  .saf-header-contact {
    border-radius: 999px;
    min-height: 44px;
    padding-inline: 20px;
    background: #f1f5fb;
  }

  @media (max-width: 1280px) and (min-width: 1024px) {
    .saf-site-header__inner { gap: 8px; padding-inline: 14px; }
    .saf-site-header__inner > nav { gap: 2px; }
    .saf-nav-link { gap: 4px; padding-inline: 7px; font-size: 12px; }
    .saf-header-track,
    .saf-header-contact { padding-inline: 12px; }
    .saf-brand-text { max-width: 126px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  }

  .saf-nav-panel {
    z-index: 80;
    border: 1px solid var(--site-line);
    background: var(--site-surface);
    color: var(--site-ink);
    opacity: 1;
    box-shadow: var(--site-shadow-strong);
  }

  .saf-nav-card {
    border: 1px solid transparent;
    background: var(--site-bg-soft);
    color: var(--site-ink);
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
  }

  .saf-nav-card:hover,
  .saf-nav-card:focus-visible {
    transform: translateY(-1px);
    border-color: var(--site-accent);
    background: var(--site-accent-soft);
  }

  .saf-nav-group-link {
    padding-inline: 10px;
  }

  .saf-nav-chevron {
    margin-left: 1px;
    font-size: 14px;
    line-height: 1;
    transition: transform 160ms ease;
  }

  .saf-nav-link-open .saf-nav-chevron {
    transform: rotate(180deg);
  }

  .saf-nav-group-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: min(330px, 52vh);
    overflow-y: auto;
    padding: 2px;
  }

  .saf-nav-platform-card {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
  }

  .saf-nav-platform-card > span:last-child {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .saf-nav-platform-card strong,
  .saf-nav-platform-card small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .saf-nav-platform-card strong {
    font-size: 12px;
    font-weight: 900;
  }

  .saf-nav-platform-card small {
    color: var(--site-muted);
    font-size: 10px;
    font-weight: 700;
  }

  .saf-mobile-group-heading {
    padding: 8px 10px 2px;
    color: var(--site-accent-strong);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .public-platform-group-page { overflow: clip; }

  .public-catalog-hero {
    border-bottom: 1px solid var(--site-line);
    background: linear-gradient(120deg, var(--site-accent-soft), var(--site-bg) 62%);
  }

  .public-platform-group-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-platform-group-card {
    display: flex;
    min-height: 146px;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--site-line);
    border-radius: 18px;
    background: var(--site-surface);
    padding: 18px;
    color: var(--site-ink);
    box-shadow: var(--site-shadow);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .public-platform-group-card:hover,
  .public-platform-group-card:focus-visible {
    transform: translateY(-3px);
    border-color: var(--site-accent);
    box-shadow: var(--site-shadow-strong);
  }

  .public-platform-group-card__icon {
    display: grid;
    height: 52px;
    width: 52px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 15px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .public-platform-group-card__body {
    display: grid;
    min-width: 0;
    gap: 6px;
  }

  .public-platform-group-card__body strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .98rem;
    font-weight: 900;
  }

  .public-platform-group-card__body small {
    color: var(--site-muted);
    font-size: .76rem;
    font-weight: 700;
  }

  .public-platform-group-card__arrow {
    margin-left: auto;
    color: var(--site-accent-strong);
    font-size: 1.2rem;
    font-weight: 900;
  }

  @media (max-width: 640px) {
    .public-platform-group-grid { grid-template-columns: minmax(0, 1fr); }
  }

  .saf-icon-tile {
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--site-surface-strong);
    color: var(--site-accent);
    box-shadow: inset 0 0 0 1px var(--site-line);
  }

  .saf-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 700;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  }

  .saf-btn:hover {
    transform: translateY(-1px);
  }

  .saf-btn-primary {
    background: linear-gradient(135deg, var(--site-accent), var(--site-accent-strong));
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(255, 107, 19, 0.24);
  }

  .saf-btn-secondary {
    border: 1px solid var(--site-line);
    background: color-mix(in srgb, var(--site-surface) 88%, var(--site-bg-soft));
    color: var(--site-ink);
  }

  .saf-btn-secondary:hover {
    border-color: var(--site-accent);
    box-shadow: 0 12px 28px rgba(32, 38, 52, 0.08);
  }

  .saf-input {
    min-height: 44px;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: var(--site-surface);
    color: var(--site-ink);
    box-shadow: inset 0 1px 0 rgba(17, 19, 24, 0.02), 0 8px 24px rgba(32, 38, 52, 0.03);
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  }

  .saf-input:focus {
    border-color: var(--site-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--site-accent) 20%, transparent);
  }

  .saf-input::-moz-placeholder {
    color: var(--site-soft);
  }

  .saf-input::placeholder {
    color: var(--site-soft);
  }

  .saf-card {
    border: 1px solid var(--site-line);
    border-radius: 16px;
    background: var(--site-surface);
    color: var(--site-ink);
    box-shadow: var(--site-shadow);
  }

  .saf-card-interactive {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .saf-card-interactive:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--site-accent) 72%, var(--site-line));
    box-shadow: var(--site-shadow-strong);
  }

  .saf-package-card {
    position: relative;
    overflow: hidden;
  }

  .saf-package-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--site-accent), color-mix(in srgb, var(--site-accent-strong) 72%, #ffffff));
  }

  .saf-copy-button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-line);
    border-radius: 999px;
    background: var(--site-surface);
    padding: 0 14px;
    color: var(--site-ink);
    font-size: 12px;
    font-weight: 700;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
  }

  .saf-copy-button:hover {
    transform: translateY(-1px);
    border-color: var(--site-accent);
    background: var(--site-accent-soft);
  }

  .saf-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--site-accent) 34%, transparent);
    border-radius: 14px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 900;
  }

  .saf-alert {
    border: 1px solid var(--site-line);
    border-radius: 18px;
    background: var(--site-bg-soft);
    color: var(--site-ink);
    padding: 14px 16px;
  }

  .saf-modal-shell {
    border: 1px solid color-mix(in srgb, var(--site-line) 70%, transparent);
    border-radius: 8px;
    background: var(--site-surface);
    color: var(--site-ink);
    box-shadow: var(--site-shadow-strong);
  }

  .saf-section {
    padding-block: clamp(56px, 7vw, 96px);
  }

  .saf-mobile-drawer {
    background: var(--site-surface);
    color: var(--site-ink);
    box-shadow: -22px 0 70px rgba(17, 19, 24, 0.2);
  }

  .saf-footer {
    border-top: 1px solid var(--site-line);
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--site-surface) 92%, transparent), var(--site-bg-soft));
    color: var(--site-ink);
  }

  .saf-footer__accent {
    height: 3px;
    background: linear-gradient(90deg, var(--site-accent), var(--site-pink), var(--site-cyan));
    opacity: .9;
  }

  .public-home-page {
    overflow: clip;
  }

  .public-home-page .wm-section {
    position: relative;
  }

  .public-home-page .wm-centered-head,
  .public-home-page .wm-why-card,
  .public-home-page .wm-campaign-card {
    isolation: isolate;
  }

  .public-home-page .wm-centered-head h2,
  .public-home-page .wm-why-card h2 {
    letter-spacing: -.025em;
  }

  .public-home-page .saf-btn:focus-visible,
  .public-home-page a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--site-accent) 34%, transparent);
    outline-offset: 3px;
  }

  .public-home-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    border-top: 1px solid color-mix(in srgb, var(--site-line) 78%, transparent);
    padding: 18px 4px 2px;
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .public-home-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .public-platform-page,
  .public-category-page {
    overflow: clip;
  }

  .public-checkout-page,
  .public-tracking-page,
  .public-payment-result-page,
  .public-blog-page,
  .public-cms-page {
    overflow: clip;
  }

  .public-checkout-page a:focus-visible,
  .public-tracking-page a:focus-visible,
  .public-payment-result-page a:focus-visible,
  .public-blog-page a:focus-visible,
  .public-cms-page a:focus-visible,
  .public-checkout-page button:focus-visible,
  .public-tracking-page button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--site-accent) 34%, transparent);
    outline-offset: 3px;
  }

  .public-platform-page a:focus-visible,
  .public-category-page a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--site-accent) 34%, transparent);
    outline-offset: 3px;
  }

  .public-platform-page [class*="grid"],
  .public-category-page [class*="grid"] {
    min-width: 0;
  }

  .public-home-trust svg {
    color: var(--site-accent-strong);
  }

  .public-logo-marquee {
    margin-top: 28px;
    border: 1px solid color-mix(in srgb, var(--site-line) 84%, transparent);
    border-radius: 22px;
    background: color-mix(in srgb, var(--site-surface) 92%, var(--site-bg-soft));
    padding: clamp(18px, 3vw, 28px);
    box-shadow: 0 18px 42px rgba(17, 19, 24, .06);
  }

  .public-logo-marquee__grid {
    display: grid;
    gap: 12px;
    margin-top: 18px;
  }

  .public-logo-chip {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    border: 1px solid var(--site-line);
    border-radius: 14px;
    background: var(--site-surface);
    padding: 6px 14px 6px 7px;
    color: var(--site-ink);
    font-size: .78rem;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(17, 19, 24, .04);
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
  }

  .public-logo-chip:hover,
  .public-logo-chip:focus-visible {
    transform: translateY(-2px);
    border-color: var(--site-accent);
    background: var(--site-accent-soft);
  }

  .public-logo-chip__icon {
    display: grid;
    height: 34px;
    width: 34px;
    place-items: center;
    border-radius: 10px;
    background: color-mix(in srgb, var(--site-accent-soft) 76%, var(--site-surface));
    color: var(--site-accent-strong);
  }

  .public-logo-chip__icon img {
    display: block;
    max-height: 24px;
    max-width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .public-logo-chip__monogram {
    color: inherit;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: -.04em;
  }

  @keyframes public-logo-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  @media (prefers-reduced-motion: reduce) {
    .public-logo-lane__track { animation: none !important; }
    .public-logo-chip { transition: none; }
  }

  @media (min-width: 768px) {
    .public-logo-marquee__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }

  /* Three-card logo strip: the cards stay still while their logo rows glide. */
  .public-logo-marquee {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }

  .public-logo-marquee__grid {
    gap: 18px;
    align-items: start;
  }

  .public-logo-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background-color: var(--site-surface);
    background-image: radial-gradient(color-mix(in srgb, var(--site-line) 72%, transparent) .8px, transparent .8px);
    background-size: 18px 18px;
    box-shadow: 0 18px 36px rgba(17, 19, 24, .07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .public-logo-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--site-accent) 42%, var(--site-line));
    box-shadow: 0 24px 48px rgba(17, 19, 24, .11);
  }

  .public-logo-card[data-group="2"] { --card-accent: var(--site-pink); }
  .public-logo-card[data-group="3"] { --card-accent: var(--site-cyan); }

  .public-logo-card__header {
    padding: 18px 18px 0;
  }

  .public-logo-card__meta,
  .public-logo-card__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .public-logo-card__meta {
    color: var(--site-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .public-logo-card__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: color-mix(in srgb, var(--site-accent-strong) 82%, var(--site-ink));
  }

  .public-logo-card__status i {
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: var(--card-accent, var(--site-accent));
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--card-accent, var(--site-accent)) 14%, transparent);
  }

  .public-logo-card__title-row {
    margin-top: 10px;
  }

  .public-logo-card__title-row h3 {
    color: var(--site-ink);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -.02em;
  }

  .public-logo-card__link {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    color: var(--site-accent-strong);
    font-size: .72rem;
    font-weight: 900;
    padding-inline: 9px;
    transition: background-color 160ms ease, color 160ms ease;
  }

  .public-logo-card__link:hover,
  .public-logo-card__link:focus-visible {
    background: var(--site-accent-soft);
  }

  .public-logo-card__viewport {
    overflow: hidden;
    padding: 15px 0 9px;
  }

  .public-logo-card__viewport:hover .public-logo-row__track,
  .public-logo-card__viewport:focus-within .public-logo-row__track,
  .public-logo-card__viewport:focus-visible .public-logo-row__track {
    animation-play-state: paused;
  }

  .public-logo-row {
    overflow: hidden;
    padding: 0 10px 10px;
  }

  .public-logo-row__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    gap: 10px;
    animation: public-logo-row 26s linear infinite;
  }

  .public-logo-row__track.is-static {
    width: 100%;
    justify-content: flex-start;
    animation: none;
  }

  .public-logo-row[data-row="2"] .public-logo-row__track {
    animation-direction: reverse;
    animation-duration: 30s;
  }

  .public-logo-chip {
    display: grid;
    height: 52px;
    width: 58px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--site-line);
    border-radius: 15px;
    background: var(--site-surface-strong);
    color: var(--site-accent-strong);
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
  }

  .public-logo-chip:hover,
  .public-logo-chip:focus-visible {
    transform: translateY(-2px);
    border-color: var(--site-accent);
    background: var(--site-accent-soft);
  }

  .public-logo-card__copy {
    border-top: 1px solid color-mix(in srgb, var(--site-line) 82%, transparent);
    padding: 12px 18px 17px;
  }

  .public-logo-card__copy p {
    margin-top: 0;
    color: var(--site-muted);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.5;
  }

  @keyframes public-logo-row {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .wm-hero {
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }

  html[data-theme='dark'] .wm-hero {
    background:
      radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--site-accent) 18%, transparent), transparent 30%),
      radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--site-pink) 14%, transparent), transparent 30%),
      url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%2328354f' stroke-width='1' stroke-opacity='.55'/%3E%3C/svg%3E"),
      linear-gradient(180deg, #111827 0%, var(--site-bg) 100%);
  }

  .wm-top-grid {
    display: grid;
    gap: 16px;
  }

  .wm-top-hero-card {
    position: relative;
    display: grid;
    min-height: 286px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--site-line) 82%, transparent);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.10);
  }

  html[data-theme='dark'] .wm-top-hero-card {
    background: var(--site-surface);
  }

  .wm-top-copy {
    position: relative;
    z-index: 2;
    padding: 28px 24px;
  }

  .wm-top-pill,
  .wm-score-pill {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
  }

  .wm-top-pill {
    border: 1px solid color-mix(in srgb, var(--site-accent) 34%, var(--site-line));
    background: color-mix(in srgb, var(--site-accent-soft) 78%, #ffffff);
    padding: 0 14px;
    color: var(--site-accent-strong);
  }

  .wm-score-pill {
    background: var(--site-accent);
    padding: 0 12px;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(255, 107, 19, 0.18);
  }

  .wm-top-copy h1 {
    margin-top: 18px;
    max-width: 520px;
    color: var(--site-ink);
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
  }

  .wm-top-copy h1 span {
    display: block;
    color: var(--site-accent-strong);
  }

  .wm-top-copy p {
    margin-top: 8px;
    max-width: 500px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.62;
  }

  .wm-top-button {
    display: inline-grid;
    min-height: 40px;
    place-items: center;
    border-radius: 999px;
    padding-inline: 20px;
    font-size: 13px;
    font-weight: 700;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  }

  .wm-top-button:hover {
    transform: translateY(-1px);
  }

  .wm-top-button-light {
    border: 1px solid var(--site-line);
    background: #ffffff;
    color: var(--site-ink);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  }

  .wm-top-button-orange {
    background: linear-gradient(135deg, var(--site-accent), var(--site-accent-strong));
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(255, 107, 19, 0.24);
  }

  .wm-top-tabs {
    display: flex;
    gap: 0;
    margin-top: 16px;
    width: 150px;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--site-bg-soft);
  }

  .wm-top-tabs span:first-child {
    width: 54%;
    background: var(--site-accent);
  }

  .wm-top-tabs span:last-child {
    flex: 1;
  }

  .wm-top-tabs button {
    flex: 1;
    border: 0;
    background: var(--site-bg-soft);
    cursor: pointer;
  }

  .wm-top-tabs button.is-active {
    background: var(--site-accent);
  }

  .wm-top-art {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background:
      radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.25), transparent 18%),
      linear-gradient(135deg, #ff8b27 0%, #fb5d0b 74%);
  }

  .wm-top-art::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .65) 1px, transparent 1.5px);
    background-size: 20px 20px;
  }

  .wm-art-dots {
    position: absolute;
    inset: 24px 28px;
    border-radius: 24px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .42) 1px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: .5;
  }

  .wm-art-slash {
    position: absolute;
    left: -34px;
    top: -20%;
    z-index: 2;
    width: 92px;
    height: 140%;
    transform: rotate(10deg);
    background: #ffffff;
    box-shadow: 16px 0 0 rgba(255, 255, 255, .45);
  }

  .wm-art-icon {
    position: absolute;
    z-index: 3;
    display: grid;
    height: 74px;
    width: 74px;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, 0.42);
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 24px 42px rgba(17, 24, 39, 0.24);
  }

  .wm-art-icon-1 {
    left: 48%;
    top: 28%;
    transform: rotate(-10deg);
    background: linear-gradient(135deg, #ff7d2f, #d927b9);
  }

  .wm-art-icon-2 {
    left: 66%;
    top: 40%;
    transform: rotate(9deg);
    background: #111827;
  }

  .wm-art-icon-3 {
    left: 42%;
    top: 58%;
    transform: rotate(-8deg);
    background: #2477e8;
  }

  .wm-top-actions {
    display: grid;
    gap: 16px;
  }

  .wm-track-card,
  .wm-service-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 132px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 22px 58px rgba(17, 24, 39, 0.10);
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .wm-track-card:hover,
  .wm-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 70px rgba(17, 24, 39, 0.14);
  }

  .wm-track-card {
    background: linear-gradient(135deg, #ff8a27, #f15605);
    color: #ffffff;
  }

  .wm-service-card {
    border: 1px solid var(--site-line);
    background: #ffffff;
    color: var(--site-ink);
  }

  html[data-theme='dark'] .wm-service-card {
    background: var(--site-surface);
  }

  .wm-action-tile {
    display: grid;
    height: 46px;
    width: 46px;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    color: currentColor;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  }

  .wm-service-card .wm-action-tile {
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .wm-track-card em {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    padding: 0 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
  }

  .wm-track-card strong,
  .wm-service-card strong {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
  }

  .wm-track-card small,
  .wm-service-card small {
    display: block;
    margin-top: 4px;
    color: currentColor;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
    opacity: .72;
  }

  .wm-track-card b,
  .wm-service-card b {
    display: grid;
    height: 34px;
    width: 34px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
  }

  .wm-service-card b {
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .wm-top-platforms {
    margin-top: 30px;
  }

  .wm-platform-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
  }

  .wm-platform-title span {
    display: grid;
    height: 36px;
    width: 36px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--site-accent) 30%, var(--site-line));
    border-radius: 12px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .wm-platform-title h2 {
    position: relative;
    color: var(--site-ink);
    font-size: 20px;
    font-weight: 950;
  }

  .wm-platform-title h2::after {
    content: '';
    display: inline-block;
    width: 72px;
    height: 3px;
    margin-left: 12px;
    border-radius: 999px;
    background: var(--site-accent);
    vertical-align: middle;
  }

  .wm-top-platform-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wm-service-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }

  .wm-service-tabs-centered { justify-content: center; margin-top: 22px; }

  .wm-service-tab {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--site-line);
    border-radius: 999px;
    background: var(--site-surface);
    padding: 0 16px;
    color: var(--site-muted);
    font-size: .78rem;
    font-weight: 850;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  }

  .wm-service-tab small {
    color: var(--site-soft);
    font-size: .68rem;
  }

  .wm-service-tab.is-active,
  .wm-service-tab:hover,
  .wm-service-tab:focus-visible {
    border-color: color-mix(in srgb, var(--site-accent) 42%, var(--site-line));
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .wm-discovery-heading { text-align: center; margin-bottom: 8px; }
  .wm-discovery-heading p { color: var(--site-accent-strong); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
  .wm-discovery-heading h2 { margin-top: 5px; color: var(--site-ink); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 900; }
  .wm-discovery-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1.35fr); gap: 34px; margin-top: 22px; padding: 38px; border: 1px solid var(--site-line); border-radius: 26px; background: var(--site-surface); box-shadow: var(--site-shadow); }
  .wm-discovery-icon { display: grid; height: 58px; width: 58px; place-items: center; border-radius: 14px; background: var(--site-accent); color: #fff; box-shadow: 0 12px 26px color-mix(in srgb, var(--site-accent) 26%, transparent); }
  .wm-discovery-copy h3 { margin-top: 22px; color: var(--site-ink); font-size: 1.65rem; font-weight: 900; }
  .wm-discovery-copy > p { margin-top: 10px; max-width: 470px; color: var(--site-muted); line-height: 1.65; }
  .wm-discovery-copy .wm-feature-grid { margin-top: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .wm-discovery-cta { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; margin-top: 22px; border-radius: 12px; background: var(--site-accent-soft); color: var(--site-accent-strong); font-size: .78rem; font-weight: 900; }
  .wm-discovery-platforms { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; align-content: start; }
  .wm-discovery-platform { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--site-line); border-radius: 14px; background: var(--site-surface-strong); color: var(--site-ink); text-align: center; transition: transform 160ms ease, border-color 160ms ease; }
  .wm-discovery-platform:hover, .wm-discovery-platform:focus-visible { transform: translateY(-2px); border-color: var(--site-accent); }
  .wm-discovery-platform span { display: grid; height: 38px; width: 38px; place-items: center; border-radius: 10px; background: var(--site-accent-soft); color: var(--site-accent-strong); }
  .wm-discovery-platform strong { font-size: .75rem; font-weight: 900; }
  .wm-discovery-platform small { color: var(--site-muted); font-size: .68rem; }
  @media (max-width: 900px) { .wm-discovery-panel { grid-template-columns: 1fr; padding: 24px; } .wm-discovery-platforms { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 520px) { .wm-service-tab { flex: 1 1 100%; justify-content: center; } .wm-discovery-copy .wm-feature-grid { grid-template-columns: 1fr; } .wm-discovery-platforms { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

  .wm-top-platform-card {
    position: relative;
    display: grid;
    min-height: 132px;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    padding: 18px 12px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.11);
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .wm-top-platform-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
      linear-gradient(135deg, rgba(255,255,255,.6) 1px, transparent 1px),
      radial-gradient(circle, rgba(255,255,255,.75) 1px, transparent 2px);
    background-size: 24px 24px, 42px 42px;
  }

  .wm-top-platform-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(17, 24, 39, 0.16);
  }

  .wm-top-platform-card > * {
    position: relative;
    z-index: 1;
  }

  .wm-top-platform-icon {
    display: grid;
    height: 48px;
    width: 48px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
  }

  .wm-top-platform-card strong {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .wm-top-platform-card small {
    display: inline-grid;
    min-height: 28px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    padding-inline: 14px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .wm-rating-pill {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    border: 1px solid color-mix(in srgb, var(--site-accent) 24%, var(--site-line));
    border-radius: 999px;
    background: var(--site-accent-soft);
    padding: 0 12px;
    color: var(--site-accent-strong);
    font-size: 12px;
    font-weight: 900;
  }

  .wm-phone-card.small {
    height: 58px;
    background: #fff3e9;
  }

  .wm-action-card,
  .wm-commerce-panel,
  .wm-side-widget,
  .wm-recommend-card,
  .wm-why-card,
  .wm-feature-card,
  .wm-testimonial,
  .wm-blog-card {
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
  }

  .wm-commerce-head .wm-action-icon {
    background: var(--site-accent-soft);
    color: var(--site-accent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--site-accent) 18%, transparent);
  }

  .wm-action-icon,
  .wm-section-icon {
    display: grid;
    height: 48px;
    width: 48px;
    shrink: 0;
    place-items: center;
    border-radius: 16px;
    background: var(--site-accent-soft);
    color: var(--site-accent);
  }

  .wm-action-card strong,
  .wm-mini-package strong,
  .wm-product-row strong {
    display: block;
    color: var(--site-ink);
    font-weight: 900;
    line-height: 1.25;
  }

  .wm-action-card small,
  .wm-mini-package small,
  .wm-product-row small {
    margin-top: 4px;
    display: block;
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
  }

  .wm-side-widget h2,
  .wm-section-head h2,
  .wm-why-card h2,
  .wm-final-cta h2 {
    color: var(--site-ink);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .wm-mini-package,
  .wm-product-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--site-line);
    border-radius: 16px;
    background: var(--site-bg-soft);
    padding: 13px;
    transition: border-color 160ms ease, background-color 160ms ease;
  }

  .wm-mini-package:hover,
  .wm-product-row:hover {
    border-color: var(--site-accent);
    background: var(--site-accent-soft);
  }

  .wm-mini-package b,
  .wm-product-row b {
    color: var(--site-accent-strong);
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
  }

  .wm-recommend-list .wm-product-row b {
    display: inline-flex;
    width: auto;
    min-width: 78px;
    align-items: center;
    gap: 5px;
    border-radius: 9px;
    padding: 9px 11px;
    background: var(--site-accent);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    justify-content: center;
  }

  .wm-section {
    padding-block: clamp(54px, 6vw, 88px);
    background-color: var(--site-bg);
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%23dbe4ee' stroke-width='1' stroke-opacity='.65'/%3E%3C/svg%3E");
  }

  .wm-combo-section { background: #f7f8fb; }
  .wm-combo-heading { display:flex; align-items:center; gap:18px; margin-bottom:28px; }
  .wm-combo-heading__icon { display:grid; width:58px; height:58px; place-items:center; border-radius:50%; background:linear-gradient(160deg,#8b4dff,#6518d2); color:#fff; box-shadow:0 10px 22px rgba(101,24,210,.25); }
  .wm-combo-heading h2 { margin:0; color:var(--site-ink); font-size:clamp(24px,3vw,34px); font-weight:900; }
  .wm-combo-heading p { margin:2px 0 0; color:var(--site-muted); font-size:15px; }
  .wm-combo-platforms { display:flex; align-items:center; gap:8px; margin-left:auto; padding:5px 12px; border:1px solid var(--site-line); border-radius:999px; background:#fff; }
  .wm-combo-platforms span { display:grid; width:42px; height:42px; place-items:center; border-radius:50%; color:var(--site-ink-soft); }
  .wm-combo-platforms span.is-active { background:#e62d6b; color:#fff; box-shadow:0 5px 12px rgba(230,45,107,.25); }
  .wm-combo-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
  .wm-combo-card { overflow:hidden; border:1px solid #dfe3f4; border-radius:12px; background:#fff; box-shadow:0 10px 25px rgba(25,35,54,.05); }
  .wm-combo-card__head { display:flex; align-items:center; gap:18px; padding:28px 26px 24px; border-bottom:1px solid #e4e7f4; }
  .wm-combo-card__icon { display:grid; width:60px; height:60px; place-items:center; border-radius:8px; background:#e52c6a; color:#fff; }
  .wm-combo-card h3 { margin:0; color:#e52c6a; font-size:20px; font-weight:800; }
  .wm-combo-card__head p { margin:0; color:var(--site-accent); font-size:15px; }
  .wm-combo-features { margin:0; padding:0; list-style:none; }
  .wm-combo-features li { display:flex; align-items:center; gap:12px; min-height:48px; padding:0 26px; border-bottom:1px solid #e4e7f4; color:#334b84; font-size:14px; }
  .wm-combo-features svg { width:16px; height:16px; flex:none; color:#4262df; }
  .wm-combo-guarantee { display:flex; align-items:center; gap:10px; padding:13px 26px; background:#fff1e8; color:var(--site-accent); font-weight:800; font-size:13px; }
  .wm-combo-guarantee svg { width:16px; height:16px; }
  .wm-combo-card__foot { display:flex; align-items:end; justify-content:space-between; gap:12px; padding:20px 26px 24px; }
  .wm-combo-card__foot del { display:block; color:#8a96b2; font-size:13px; }
  .wm-combo-card__foot strong { display:block; color:var(--site-accent); font-size:24px; font-weight:900; }
  .wm-combo-buy { display:inline-flex; align-items:center; justify-content:center; border-radius:8px; padding:13px 20px; background:var(--site-accent); color:#fff; font-weight:800; white-space:nowrap; box-shadow:0 8px 18px rgba(255,107,19,.2); }
  .fenomen-category-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; width:100%; max-width:1440px; box-sizing:border-box; margin:28px auto; padding:0 24px; }
  .is-combo-hidden { display:none !important; }
  @media (max-width:1100px) { .fenomen-category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
  @media (max-width:640px) { .fenomen-category-grid { grid-template-columns:1fr; } }
  @media (max-width: 1100px) { .wm-combo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
  @media (max-width: 700px) { .wm-combo-heading { align-items:flex-start; flex-wrap:wrap; } .wm-combo-platforms { width:100%; justify-content:space-between; margin-left:0; } .wm-combo-grid { grid-template-columns:1fr; } }

  .wm-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
  }

  .wm-eyebrow {
    color: var(--site-accent-strong);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .wm-recommend-card {
    padding: 20px;
  }

  .wm-recommend-card h3 {
    color: var(--site-ink);
    font-size: 18px;
    font-weight: 950;
  }

  .wm-recommend-group-label {
    display: block;
    margin-top: 2px;
    color: var(--site-accent-strong);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .wm-empty {
    grid-column: 1 / -1;
    border: 1px solid var(--site-line);
    border-radius: 20px;
    background: var(--site-surface);
    padding: 24px;
    color: var(--site-muted);
    font-weight: 800;
  }

  .wm-feature-card {
    display: grid;
    gap: 12px;
    padding: 22px;
    color: var(--site-accent);
  }

  .wm-feature-card strong {
    color: var(--site-ink);
    font-size: 17px;
    font-weight: 950;
  }

  .wm-feature-card span {
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
  }

  .wm-testimonial,
  .wm-blog-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  .wm-testimonial p {
    color: var(--site-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }

  .wm-testimonial strong,
  .wm-blog-card strong {
    color: var(--site-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.45;
  }

  .wm-testimonial small,
  .wm-blog-card span {
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .wm-blog-card {
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .wm-blog-card:hover {
    transform: translateY(-2px);
    border-color: var(--site-accent);
    box-shadow: var(--site-shadow-strong);
  }

  .wm-final-cta {
    border-top: 1px solid var(--site-line);
    background: var(--site-surface);
  }

  .wm-stats-band {
    display: grid;
    gap: 0;
    margin-top: 28px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff7a1f, #ef5200);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(255, 107, 19, .24);
  }

  .wm-stats-band > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px 14px;
    min-height: 78px;
    padding: 18px 22px;
  }

  .wm-stats-band > div + div {
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .wm-stats-band span {
    grid-row: span 2;
    display: grid;
    height: 44px;
    width: 44px;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
  }

  .wm-stats-band strong {
    display: block;
    font-size: 23px;
    font-weight: 950;
    line-height: 1;
  }

  .wm-stats-band small {
    display: block;
    font-size: 12px;
    font-weight: 850;
    opacity: .92;
  }

  .wm-recommend-section {
    position: relative;
    background-color: #f8fbff;
    background-image:
      linear-gradient(135deg, rgba(218, 226, 238, .45) 1px, transparent 1px),
      url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%23dbe4ee' stroke-width='1' stroke-opacity='.45'/%3E%3C/svg%3E");
    background-size: 42px 42px, 80px 16px;
  }

  html[data-theme='dark'] .wm-recommend-section {
    background-color: var(--site-bg);
    background-image:
      linear-gradient(135deg, rgba(58, 73, 102, .28) 1px, transparent 1px),
      url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%2328354f' stroke-width='1' stroke-opacity='.55'/%3E%3C/svg%3E");
  }

  .wm-centered-head {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-bottom: 34px;
    text-align: center;
  }

  .wm-centered-head::before {
    content: '';
    height: 9px;
    width: 9px;
    border-radius: 999px;
    background: var(--site-accent);
    box-shadow: 0 0 0 8px rgba(255, 107, 19, .08);
  }

  .wm-centered-head p {
    color: var(--site-accent-strong);
    font-size: 17px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .wm-centered-head h2 {
    color: var(--site-ink);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 950;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
  }

  .wm-centered-head .saf-btn {
    position: static;
    margin-top: 10px;
  }

  .wm-recommend-grid {
    display: grid;
    gap: 18px;
  }

  .wm-recommend-card {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .wm-recommend-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    border-left: 3px solid var(--site-accent);
    padding-left: 12px;
  }

  .wm-recommend-title .wm-action-icon {
    height: 42px;
    width: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--site-accent), var(--site-pink));
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 107, 19, .2);
  }

  .wm-recommend-title small {
    color: var(--site-soft);
    font-size: 11px;
    font-weight: 900;
  }

  .wm-recommend-title h3 {
    color: var(--site-ink);
    font-size: 18px;
    font-weight: 950;
  }

  .wm-recommend-list {
    display: grid;
    gap: 10px;
  }

  .wm-product-row {
    min-height: 58px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(17, 24, 39, .08);
  }

  .wm-product-row b {
    display: grid;
    height: 36px;
    width: 36px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--site-accent), var(--site-accent-strong));
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 107, 19, .24);
  }

  .wm-feature-grid {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .wm-feature-card {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 17px;
    background: #ffffff;
    padding: 16px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .07);
  }

  .wm-feature-card > svg {
    flex: 0 0 auto;
    height: 42px;
    width: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--site-accent), var(--site-accent-strong));
    padding: 10px;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 107, 19, .22);
  }

  .wm-feature-card span {
    display: block;
  }

  .wm-feature-card strong {
    display: block;
  }

  .wm-feature-card small {
    display: block;
    margin-top: 4px;
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
  }

  .wm-campaign-row .wm-action-icon {
    height: 42px;
    width: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--site-accent), var(--site-pink));
    color: #ffffff;
  }

  .wm-social-proof {
    background-color: var(--site-bg);
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%23dbe4ee' stroke-width='1' stroke-opacity='.65'/%3E%3C/svg%3E");
  }

  .wm-rating-pill {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--site-surface);
    padding: 0 16px;
    color: var(--site-ink);
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
  }

  .wm-rating-pill svg,
  .wm-stars {
    color: #f59e0b;
  }

  .wm-testimonial-grid {
    display: grid;
    gap: 16px;
  }

  .wm-testimonial {
    min-height: 178px;
    border: 0;
    border-radius: 18px;
    background: var(--site-surface);
    box-shadow: 0 14px 38px rgba(17, 24, 39, .08);
  }

  .wm-stars {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .wm-testimonial p {
    margin-top: 12px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }

  .wm-testimonial-person {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 10px;
    margin-top: 18px;
    border-top: 1px solid var(--site-line);
    padding-top: 14px;
  }

  .wm-testimonial-person span {
    grid-row: span 2;
    display: grid;
    height: 34px;
    width: 34px;
    place-items: center;
    border-radius: 999px;
    background: var(--site-accent);
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .wm-testimonial-person strong,
  .wm-testimonial-person small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wm-testimonial-person small {
    color: #10b981;
    font-size: 11px;
    font-weight: 950;
  }

  .wm-faq-block {
    margin-top: 42px;
  }

  .wm-faq-grid {
    display: grid;
    gap: 12px;
  }

  .wm-faq-item {
    border-radius: 16px;
    background: var(--site-surface);
    box-shadow: 0 12px 32px rgba(17, 24, 39, .07);
  }

  .wm-faq-item summary {
    display: flex;
    min-height: 60px;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 16px;
    color: var(--site-ink);
    font-size: 14px;
    font-weight: 950;
  }

  .wm-faq-summary {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    background: transparent;
    padding: 16px 18px;
    color: inherit;
    text-align: left;
    font: inherit;
    cursor: pointer;
  }

  .wm-faq-summary b { transition: transform 160ms ease; }
  .wm-faq-summary b.is-open { transform: rotate(45deg); }

  .wm-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .wm-faq-item summary span {
    position: relative;
    padding-left: 14px;
  }

  .wm-faq-item summary span::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    height: 7px;
    width: 7px;
    border-radius: 999px;
    background: var(--site-accent);
  }

  .wm-faq-item summary b {
    display: grid;
    height: 30px;
    width: 30px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
    font-size: 18px;
  }

  .wm-faq-item[open] summary b {
    background: var(--site-accent);
    color: #ffffff;
    transform: rotate(45deg);
  }

  .wm-faq-item p {
    border-top: 1px solid var(--site-line);
    padding: 0 16px 18px 30px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }

  .saf-platform-dropdown {
    overflow: hidden;
    border-top: 3px solid var(--site-accent);
    border-radius: 0 0 18px 18px;
    background: var(--site-surface);
    box-shadow: 0 22px 55px rgba(17, 24, 39, .13);
    will-change: auto;
  }

  .saf-corporate-dropdown {
    border-top: 0;
    background: var(--site-surface);
    box-shadow: 0 22px 55px rgba(17, 24, 39, .13);
    will-change: auto;
  }

  .saf-small-menu-link,
  .saf-small-menu-all {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 22px;
    color: var(--site-ink);
    font-size: 13px;
    font-weight: 500;
    transition: background-color 160ms ease, color 160ms ease;
  }

  .saf-small-menu-all {
    border-top: 1px solid var(--site-line);
    color: var(--site-accent-strong);
    font-weight: 700;
  }

  .public-orange-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ff7415, #ef4e00);
    color: #ffffff;
  }

  .public-orange-hero::before,
  .public-orange-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
  }

  .public-orange-hero::before {
    left: -60px;
    bottom: -58px;
    height: 150px;
    width: 150px;
  }

  .public-orange-hero::after {
    right: -50px;
    top: -70px;
    height: 185px;
    width: 185px;
  }

  .public-orange-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    max-width: 600px;
    margin-inline: auto;
    padding: 44px 20px 36px;
    text-align: center;
  }

  .public-orange-icon,
  .public-cms-hero-icon {
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .13);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
  }

  .public-orange-icon {
    height: 52px;
    width: 52px;
  }

  .public-orange-hero h1 {
    margin-top: 14px;
    font-size: clamp(24px, 2.8vw, 31px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .public-orange-hero p {
    margin-top: 10px;
    max-width: 430px;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
  }

  .public-hero-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: min(100%, 455px);
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 16px;
    background: rgba(255, 255, 255, .14);
    padding: 6px;
    box-shadow: 0 20px 45px rgba(101, 34, 0, .16);
    backdrop-filter: blur(12px);
  }

  .public-hero-search input {
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #ffffff;
    padding-inline: 16px;
    font-size: 14px;
    font-weight: 700;
  }

  .public-hero-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .74);
  }

  .public-hero-search input::placeholder {
    color: rgba(255, 255, 255, .74);
  }

  .public-hero-search button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    background: #ffffff;
    color: #8d2f00;
    padding-inline: 20px;
    font-size: 13px;
    font-weight: 800;
  }

  .public-hero-error {
    margin-top: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .95);
    padding: 10px 14px;
    color: #9f1239;
    font-size: 13px;
    font-weight: 900;
  }

  .public-pattern-section,
  .public-cms-section,
  .public-seo-wrap {
    background-color: var(--site-bg-soft);
    background-image:
      radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--site-line) 60%, transparent) 1px, transparent 0),
      repeating-radial-gradient(ellipse at center, transparent 0 13px, color-mix(in srgb, var(--site-line) 55%, transparent) 14px 15px, transparent 16px 30px);
    background-size: 26px 26px, 80px 18px;
    padding-block: 42px;
  }

  .public-info-card,
  .public-notice-card,
  .public-cms-card,
  .public-cms-nav,
  .public-seo-block {
    border: 1px solid var(--site-border);
    border-radius: 22px;
    background: var(--site-card);
    box-shadow: var(--site-shadow);
  }

  .public-info-card {
    padding: 24px;
  }

  .public-info-card header {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--site-line);
    padding-bottom: 16px;
  }

  .public-info-card h2,
  .public-cms-card h2 {
    color: var(--site-ink);
    font-size: 18px;
    font-weight: 950;
  }

  .public-info-card p,
  .public-notice-card p {
    margin-top: 18px;
    color: var(--site-muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
  }

  .public-notice-card {
    display: flex;
    gap: 14px;
    margin-top: 16px;
    padding: 18px 20px;
    background: color-mix(in srgb, var(--site-card) 80%, var(--site-accent-soft));
  }

  .public-cms-hero {
    border-bottom: 1px solid var(--site-border);
    background: linear-gradient(135deg, #fff5e9, #fff9f1);
  }

  html[data-theme='dark'] .public-cms-hero {
    background: linear-gradient(135deg, #172033, #1f2a44);
  }

  .public-cms-hero-icon {
    height: 58px;
    width: 58px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .public-cms-hero h1 {
    color: var(--site-ink);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 950;
    line-height: 1.1;
  }

  .public-cms-hero p {
    margin-top: 8px;
    color: var(--site-muted);
    font-size: 15px;
    font-weight: 750;
  }

  .public-cms-nav {
    display: grid;
    gap: 10px;
    align-self: start;
    padding: 14px;
  }

  .public-cms-nav a {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    padding-inline: 14px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 950;
  }

  .public-cms-nav a.is-active,
  .public-cms-nav a:hover {
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .public-cms-card {
    padding: 28px;
  }

  .public-cms-lead {
    color: var(--site-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
  }

  .public-contact-grid {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-contact-box {
    display: grid;
    gap: 12px;
    min-height: 122px;
    border: 1px solid var(--site-border);
    border-radius: 16px;
    background: var(--site-bg-soft);
    padding: 20px;
  }

  .public-contact-box strong {
    color: var(--site-ink);
    font-size: 14px;
    font-weight: 950;
  }

  .public-contact-box a,
  .public-contact-box span {
    color: var(--site-muted);
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.6;
  }

  .public-cms-content,
  .public-seo-content {
    color: var(--site-muted);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.9;
  }

  .public-seo-wrap {
    padding-block: 28px 46px;
  }

  .public-seo-block {
    max-width: 1160px;
    margin-inline: auto;
    overflow: hidden;
    border-top: 5px solid var(--site-accent);
  }

  .public-seo-block header {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--site-line);
    padding: 26px;
  }

  .public-seo-block header span {
    display: grid;
    height: 50px;
    width: 50px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 16px;
    background: var(--site-accent);
    color: #ffffff;
  }

  .public-seo-block h2 {
    color: var(--site-ink);
    font-size: 24px;
    font-weight: 950;
  }

  .public-seo-block header p {
    margin-top: 4px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 750;
  }

  .public-seo-content {
    padding: 24px 26px 30px;
  }

  .public-support-strip {
    border-top: 1px solid var(--site-line);
    border-bottom: 1px solid var(--site-line);
    background: #eaf0f8;
  }

  html[data-theme='dark'] .public-support-strip {
    background: #111c31;
  }

  .public-support-strip-inner {
    display: grid;
    max-width: 1160px;
    min-height: 116px;
    margin-inline: auto;
    align-items: center;
    gap: 18px;
    padding: 22px 20px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .public-support-icon {
    display: grid;
    height: 54px;
    width: 54px;
    place-items: center;
    border-radius: 16px;
    background: var(--site-accent);
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(255, 107, 19, .24);
  }

  .public-support-strip h2 {
    color: var(--site-ink);
    font-size: 20px;
    font-weight: 950;
  }

  .public-support-strip p {
    margin-top: 4px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 750;
  }

  .public-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }

  .admin-shell {
    --admin-bg: #f7f8fb;
    --admin-surface: #ffffff;
    --admin-surface-2: #f8fafc;
    --admin-ink: #17191f;
    --admin-muted: #667085;
    --admin-soft: #98a2b3;
    --admin-line: #dde3ea;
    --admin-green: #2fc77d;
    --admin-blue: #536dfe;
    --admin-dark: #2f4056;
    --admin-gold: #536dfe;
    --admin-gold-strong: #4059e8;
    --admin-gold-soft: #eef1ff;
    background: var(--admin-bg);
    color: var(--admin-ink);
    letter-spacing: -0.01em;
  }

  .admin-shell main {
    max-width: none;
    margin-inline: 0;
  }

  .admin-page-header {
    margin-bottom: 4px;
    padding: 4px 2px 8px;
  }

  .admin-page-header h2 {
    text-wrap: balance;
  }

  .admin-settings-tabs {
    display: grid;
    gap: 4px;
  }

  .admin-settings-layout {
    display: grid;
    gap: 20px;
    align-items: start;
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .admin-settings-sidebar {
    position: sticky;
    top: 88px;
    overflow: hidden;
    border: 1px solid var(--admin-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 19, 24, 0.045);
  }

  .admin-settings-sidebar-head {
    padding: 18px 16px 16px;
    border-bottom: 1px solid var(--admin-line);
  }

  .admin-settings-search {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid var(--admin-line);
    border-radius: 9px;
    background: #f8f9fc;
    transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
  }

  .admin-settings-search:focus-within {
    border-color: var(--admin-blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(83, 109, 254, 0.12);
  }

  .admin-settings-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--admin-ink);
    font-size: 12px;
    font-weight: 700;
  }

  .admin-settings-search kbd {
    border: 1px solid #dfe3ea;
    border-radius: 5px;
    padding: 2px 5px;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }

  .admin-settings-sidebar-foot {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 8px 12px 12px;
    padding: 10px;
    border-radius: 9px;
    background: #f7f8fb;
    color: var(--admin-soft);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
  }

  .admin-settings-content {
    display: grid;
    min-width: 0;
    gap: 16px;
    padding: clamp(4px, 1vw, 14px);
    border-radius: 18px;
    background: linear-gradient(145deg, #f5f7fb 0%, #eef2f8 100%);
  }

  .admin-settings-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(219, 225, 235, 0.95);
    border-radius: 16px;
    background: #fff;
    padding: clamp(18px, 2.4vw, 28px);
    box-shadow: 0 16px 36px rgba(25, 35, 54, 0.06), 0 2px 5px rgba(25, 35, 54, 0.03);
  }

  .admin-settings-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, var(--admin-blue), #8b9bff 62%, transparent);
    opacity: 0.9;
  }

  .admin-settings-card > .flex.flex-col {
    display: flex;
    min-height: 68px;
    flex-direction: row;
    align-items: flex-start;
    gap: 13px;
    margin: -2px 0 22px;
    padding: 2px 0 18px;
    border-bottom: 1px solid #edf0f5;
  }

  .admin-settings-card > .flex.flex-col::before {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #dfe4ff;
    border-radius: 11px;
    background: #f0f2ff;
    color: var(--admin-blue);
    content: '✦';
    font-size: 16px;
    font-weight: 900;
  }

  .admin-settings-card > .flex.flex-col h2 {
    margin: 0;
    color: #101828;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .admin-settings-card > .flex.flex-col p {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
  }

  .admin-settings-card input:not([type='checkbox']):not([type='hidden']),
  .admin-settings-card select,
  .admin-settings-card textarea {
    border-color: #dfe4ec;
    border-radius: 9px;
    background: #fbfcfe;
    box-shadow: inset 0 1px 1px rgba(16, 24, 40, 0.02);
  }

  .admin-settings-card input:not([type='checkbox']):not([type='hidden']):focus,
  .admin-settings-card select:focus,
  .admin-settings-card textarea:focus {
    border-color: var(--admin-blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(83, 109, 254, 0.11);
  }

  .admin-settings-card > .mt-7 { border-color: #edf0f5; }

  .admin-settings-card label:has(> input[type='checkbox']) {
    min-height: 46px;
    align-items: center;
    border: 1px solid #e6eaf1;
    border-radius: 10px;
    padding: 8px 11px;
    background: #fbfcfe;
    transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
  }

  .admin-settings-card label:has(> input[type='checkbox']:checked) {
    border-color: #b7c0ff;
    background: #f3f4ff;
    box-shadow: inset 3px 0 0 var(--admin-blue);
  }

  .admin-settings-card input[type='checkbox'] {
    width: 40px;
    height: 22px;
    flex: 0 0 auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 999px;
    background: #d8dee9;
    box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.08);
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease;
  }

  .admin-settings-card input[type='checkbox']::after {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.25);
    content: '';
    transition: transform 160ms ease;
  }

  .admin-settings-card input[type='checkbox']:checked { background: var(--admin-blue); }
  .admin-settings-card input[type='checkbox']:checked::after { transform: translateX(18px); }

  .admin-settings-tab {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 8px;
    padding: 8px 12px;
    color: var(--admin-muted);
    font-size: 12px;
    font-weight: 800;
    transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
  }

  .admin-settings-tab:hover {
    color: var(--admin-ink);
    background: rgba(255, 255, 255, 0.75);
  }

  .admin-settings-tab.is-active {
    background: #eef1ff;
    color: var(--admin-blue);
    box-shadow: inset 3px 0 0 var(--admin-blue);
  }

  .admin-settings-dirty {
    display: inline-flex;
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #d6a62a;
    box-shadow: 0 0 0 3px rgba(214, 166, 42, 0.14);
  }

  .admin-settings-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 800;
  }

  .admin-settings-status > span,
  .admin-settings-state i {
    display: inline-flex;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
  }

  .admin-settings-status.is-connected { color: #147d4f; background: #eaf8f0; }
  .admin-settings-status.is-pending { color: #8a6500; background: #fff7d6; }

  .admin-settings-advanced {
    border: 1px solid var(--admin-line);
    border-radius: 10px;
    padding: 0 14px 14px;
  }

  .admin-settings-advanced summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    color: var(--admin-ink);
    font-size: 13px;
    font-weight: 900;
    list-style: none;
  }

  .admin-settings-advanced summary::-webkit-details-marker { display: none; }
  .admin-settings-advanced summary::after { content: '+'; color: var(--admin-blue); font-size: 18px; }
  .admin-settings-advanced[open] summary::after { content: '−'; }
  .admin-settings-advanced summary span { margin-left: auto; color: var(--admin-soft); font-size: 11px; font-weight: 700; }

  .admin-settings-state { display: inline-flex; align-items: center; gap: 7px; }
  .admin-settings-state.is-dirty { color: #8a6500; }
  .admin-settings-state.is-saved { color: #147d4f; }
  .admin-settings-state .is-spin { border: 2px solid currentColor; border-right-color: transparent; background: transparent; animation: admin-settings-spin 700ms linear infinite; }

  @keyframes admin-settings-spin { to { transform: rotate(360deg); } }

  .admin-settings-savebar {
    margin-top: 2px;
  }

  @media (max-width: 900px) {
    .admin-settings-layout {
      grid-template-columns: 1fr;
    }

    .admin-settings-sidebar {
      position: static;
    }

    .admin-settings-tabs {
      display: flex;
      gap: 6px;
      overflow-x: auto;
      padding: 8px;
      scrollbar-width: thin;
    }

    .admin-settings-tab {
      width: auto;
      min-width: 145px;
      min-height: 44px;
    }

    .admin-settings-sidebar-foot {
      display: none;
    }

    .admin-settings-content { padding: 0; border-radius: 0; background: transparent; }
    .admin-settings-card { border-radius: 13px; padding: 16px; }
    .admin-settings-card > .flex.flex-col { min-height: 60px; margin-bottom: 18px; padding-bottom: 14px; }
    .admin-settings-card > .flex.flex-col h2 { font-size: 17px; }
    .admin-settings-card > .flex.flex-col::before { width: 34px; height: 34px; border-radius: 10px; }
    .admin-settings-search kbd { display: none; }
    .admin-settings-savebar { bottom: 8px; margin-left: -4px; margin-right: -4px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .admin-settings-search,
    .admin-settings-tab { transition: none; }
    .admin-settings-state .is-spin { animation: none; }
  }

  .admin-sidebar {
    background: #ffffff;
    color: #667085;
    box-shadow: 1px 0 0 rgba(229, 232, 239, 0.95);
  }

  .admin-sidebar-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(83, 109, 254, 0.35) transparent;
  }

  .admin-sidebar-scroll::-webkit-scrollbar {
    width: 7px;
  }

  .admin-sidebar-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(83, 109, 254, 0.35);
  }

  .admin-topbar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(221, 227, 234, 0.95), 0 8px 24px rgba(17, 19, 24, 0.035);
  }

  .admin-card {
    border: 1px solid rgba(221, 227, 234, 0.92);
    border-radius: 14px;
    background: var(--admin-surface);
    box-shadow: 0 10px 28px rgba(17, 19, 24, 0.045);
    overflow: hidden;
  }

  .admin-card-title {
    border-bottom: 1px solid var(--admin-line);
    background: #ffffff;
    padding: 18px 22px;
  }

  .admin-card-title h2 {
    letter-spacing: -0.015em;
  }

  .admin-packages-page { max-width: 1600px; margin-inline: auto; }
  .admin-packages-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 2px 4px;
  }
  .admin-packages-eyebrow {
    margin: 0 0 5px;
    color: var(--admin-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .admin-packages-header h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-packages-header p:not(.admin-packages-eyebrow) { margin: 6px 0 0; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  .admin-packages-filter-card,
  .admin-packages-table-card { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-packages-filter-head,
  .admin-packages-table-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #edf0f5; padding: 16px 18px 14px; background: #fbfcfe; }
  .admin-packages-filter-head h3,
  .admin-packages-table-head h3 { margin: 0; color: var(--admin-ink); font-size: 14px; font-weight: 900; }
  .admin-packages-filter-head p,
  .admin-packages-table-head p { margin: 4px 0 0; color: var(--admin-soft); font-size: 11px; font-weight: 650; }
  .admin-packages-filter-hint,
  .admin-packages-table-count { color: var(--admin-blue); font-size: 11px; font-weight: 850; white-space: nowrap; }
  .admin-packages-filter-card form { padding: 16px 18px; background: #fff; }
  .admin-packages-filter-card form input,
  .admin-packages-filter-card form select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-packages-table thead { background: #f7f8fb; }
  .admin-packages-table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-packages-table tbody tr { transition: background-color 140ms ease; }
  .admin-packages-table tbody tr:hover { background: #f7f8ff; }
  .admin-packages-table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  .admin-packages-table-card > .grid { padding: 10px; background: #f7f8fb; }
  .admin-package-mobile-card { border-color: #dfe4ec; border-radius: 13px; box-shadow: 0 7px 18px rgba(25, 35, 54, .045); }

  @media (max-width: 700px) {
    .admin-packages-header { align-items: stretch; flex-direction: column; gap: 14px; }
    .admin-packages-header .admin-button,
    .admin-packages-header a { width: 100%; }
    .admin-packages-filter-head,
    .admin-packages-table-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .admin-packages-filter-card form { padding: 13px; }
    .admin-packages-table-card > .grid { padding: 10px; }
  }

  .admin-platforms-page { max-width: 1600px; margin-inline: auto; }
  .admin-platforms-header { padding: 8px 2px 4px; }
  .admin-platforms-eyebrow { margin: 0 0 5px; color: var(--admin-blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
  .admin-platforms-header h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-platforms-header p:not(.admin-platforms-eyebrow) { margin: 6px 0 0; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  .admin-platforms-filter-card,
  .admin-platforms-list-card { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-platforms-filter-head,
  .admin-platforms-list-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #edf0f5; padding: 16px 18px 14px; background: #fbfcfe; }
  .admin-platforms-filter-head h3,
  .admin-platforms-list-head h3 { margin: 0; color: var(--admin-ink); font-size: 14px; font-weight: 900; }
  .admin-platforms-filter-head p,
  .admin-platforms-list-head p { margin: 4px 0 0; color: var(--admin-soft); font-size: 11px; font-weight: 650; }
  .admin-platforms-filter-head > span,
  .admin-platforms-list-head > span { color: var(--admin-blue); font-size: 11px; font-weight: 850; white-space: nowrap; }
  .admin-platforms-filter-card form { padding: 15px 18px; background: #fff; }
  .admin-platforms-filter-card form input,
  .admin-platforms-filter-card form select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-platforms-table thead { background: #f7f8fb; }
  .admin-platforms-table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-platforms-table tbody tr { transition: background-color 140ms ease; }
  .admin-platforms-table tbody tr:hover { background: #f7f8ff; }
  .admin-platforms-table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  .admin-platforms-list-card > .overflow-x-auto { background: #fff; }
  .admin-platform-mobile-list { background: #f7f8fb; }
  .admin-platform-mobile-card { border: 1px solid #dfe4ec; border-radius: 13px; padding: 15px; background: #fff; box-shadow: 0 7px 18px rgba(25, 35, 54, .045); }
  .admin-platform-mobile-card h4 { color: var(--admin-ink); font-size: 14px; font-weight: 900; }
  .admin-platform-mobile-card p { margin-top: 3px; color: #98a2b3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
  .admin-platform-mobile-card dt { color: #98a2b3; font-weight: 700; }
  .admin-platform-mobile-card dd { margin-top: 2px; color: var(--admin-ink); font-weight: 900; }
  .admin-providers-page { max-width: 1600px; margin-inline: auto; }
  .admin-providers-filter-card,
  .admin-providers-list-card { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-resource-filter-head,
  .admin-resource-list-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #edf0f5; padding: 16px 18px 14px; background: #fbfcfe; }
  .admin-resource-filter-head h3,
  .admin-resource-list-head h3 { margin: 0; color: var(--admin-ink); font-size: 14px; font-weight: 900; }
  .admin-resource-filter-head p,
  .admin-resource-list-head p { margin: 4px 0 0; color: var(--admin-soft); font-size: 11px; font-weight: 650; }
  .admin-resource-filter-head > span,
  .admin-resource-list-head > span { color: var(--admin-blue); font-size: 11px; font-weight: 850; white-space: nowrap; }
  .admin-providers-filter-card form { padding: 15px 18px; background: #fff; }
  .admin-providers-filter-card form input,
  .admin-providers-filter-card form select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-providers-list-card table thead { background: #f7f8fb; }
  .admin-providers-list-card table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-providers-list-card table tbody tr { transition: background-color 140ms ease; }
  .admin-providers-list-card table tbody tr:hover { background: #f7f8ff; }
  .admin-providers-list-card table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  .admin-providers-list-card > .grid { background: #f7f8fb; }
  .admin-resource-mobile-card { border-color: #dfe4ec; border-radius: 13px; box-shadow: 0 7px 18px rgba(25, 35, 54, .045); }
  .admin-audit-logs-page { max-width: 1600px; margin-inline: auto; }
  .admin-audit-filter-card,
  .admin-audit-list-card { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-audit-filter-card form { padding: 15px 18px; background: #fff; }
  .admin-audit-filter-card form input,
  .admin-audit-filter-card form select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-audit-list-card table thead { background: #f7f8fb; }
  .admin-audit-list-card table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-audit-list-card table tbody tr:hover { background: #f7f8ff; }
  .admin-audit-list-card table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  .admin-blog-page,
  .admin-banners-page,
  .admin-faqs-page,
  .admin-testimonials-page,
  .admin-cache-page { max-width: 1600px; margin-inline: auto; }
  .admin-blog-page > .flex.flex-col,
  .admin-banners-page > .flex.flex-col,
  .admin-faqs-page > .flex.flex-col,
  .admin-testimonials-page > .flex.flex-col { padding: 8px 2px 4px; }
  .admin-blog-page > .flex.flex-col h2,
  .admin-banners-page > .flex.flex-col h2,
  .admin-faqs-page > .flex.flex-col h2,
  .admin-testimonials-page > .flex.flex-col h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-blog-page > .flex.flex-col p,
  .admin-banners-page > .flex.flex-col p,
  .admin-faqs-page > .flex.flex-col p,
  .admin-testimonials-page > .flex.flex-col p { margin-top: 6px; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  .admin-blog-page > .admin-card,
  .admin-banners-page > .admin-card,
  .admin-faqs-page > .admin-card,
  .admin-testimonials-page > .admin-card,
  .admin-cache-page > .admin-card { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-blog-page > .admin-card:first-of-type form,
  .admin-banners-page > .admin-card:first-of-type form,
  .admin-faqs-page > .admin-card:first-of-type form,
  .admin-testimonials-page > .admin-card:first-of-type form { padding: 15px 18px; background: #fff; }
  .admin-blog-page input, .admin-blog-page select,
  .admin-banners-page input, .admin-banners-page select,
  .admin-faqs-page input, .admin-faqs-page select,
  .admin-testimonials-page input, .admin-testimonials-page select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-blog-page table thead, .admin-banners-page table thead,
  .admin-faqs-page table thead, .admin-testimonials-page table thead { background: #f7f8fb; }
  .admin-blog-page table thead th, .admin-banners-page table thead th,
  .admin-faqs-page table thead th, .admin-testimonials-page table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-blog-page table tbody tr:hover, .admin-banners-page table tbody tr:hover,
  .admin-faqs-page table tbody tr:hover, .admin-testimonials-page table tbody tr:hover { background: #f7f8ff; }
  .admin-blog-page table tbody td, .admin-banners-page table tbody td,
  .admin-faqs-page table tbody td, .admin-testimonials-page table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  .admin-cache-page > div:first-of-type { padding: 8px 2px 4px; }
  .admin-cache-page > div:first-of-type h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-cache-page > div:first-of-type p { margin-top: 6px; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  .admin-cache-page .rounded-panel.border { border-color: #e1e6ef; border-radius: 11px; background: #fbfcfe; }
  .admin-pages-page { max-width: 1600px; margin-inline: auto; }
  .admin-pages-filter-card,
  .admin-pages-page > .admin-card:last-child { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-pages-filter-card form { padding: 15px 18px; background: #fff; }
  .admin-pages-filter-card form input,
  .admin-pages-filter-card form select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-pages-page > .admin-card:last-child table thead { background: #f7f8fb; }
  .admin-pages-page > .admin-card:last-child table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-pages-page > .admin-card:last-child table tbody tr:hover { background: #f7f8ff; }
  .admin-pages-page > .admin-card:last-child table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  .admin-payment-methods-page { max-width: 1600px; margin-inline: auto; }
  .admin-payment-methods-page > div.flex.flex-col { padding: 8px 2px 4px; }
  .admin-payment-methods-page > div.flex.flex-col h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-payment-methods-page > div.flex.flex-col p { margin-top: 6px; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  .admin-payment-methods-filter-card,
  .admin-payment-methods-page > .admin-card:last-child { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-payment-methods-page > .admin-card:last-child table thead { background: #f7f8fb; }
  .admin-payment-methods-page > .admin-card:last-child table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-payment-methods-page > .admin-card:last-child table tbody tr { transition: background-color 140ms ease; }
  .admin-payment-methods-page > .admin-card:last-child table tbody tr:hover { background: #f7f8ff; }
  .admin-payment-methods-page > .admin-card:last-child table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; vertical-align: middle; }
  @media (max-width: 700px) {
    .admin-platforms-header { align-items: stretch; flex-direction: column; gap: 14px; }
    .admin-platforms-header a { width: 100%; }
    .admin-platforms-filter-head,
    .admin-platforms-list-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .admin-platforms-filter-card form { padding: 13px; }
    .admin-resource-filter-head,
    .admin-resource-list-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .admin-providers-filter-card form { padding: 13px; }
    .admin-payment-methods-page > div.flex.flex-col { align-items: stretch; flex-direction: column; }
    .admin-payment-methods-page > div.flex.flex-col a { width: 100%; }
    .admin-payment-methods-filter-card form { padding: 13px; }
  }

  .admin-orders-page,
  .admin-order-detail-page { max-width: 1600px; margin-inline: auto; }
  .admin-orders-stats .admin-stat-card { min-height: 128px; border-radius: 15px; box-shadow: 0 12px 28px rgba(25, 35, 54, .055); }
  .admin-orders-filter-card,
  .admin-orders-list-card,
  .admin-order-detail-page .admin-card { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-orders-filter-head,
  .admin-orders-list-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #edf0f5; padding: 16px 18px 14px; background: #fbfcfe; }
  .admin-orders-filter-head h3,
  .admin-orders-list-head h3 { margin: 0; color: var(--admin-ink); font-size: 14px; font-weight: 900; }
  .admin-orders-filter-head p,
  .admin-orders-list-head p { margin: 4px 0 0; color: var(--admin-soft); font-size: 11px; font-weight: 650; }
  .admin-orders-filter-active,
  .admin-orders-list-head > span { color: var(--admin-blue); font-size: 11px; font-weight: 850; white-space: nowrap; }
  .admin-orders-filter-active.is-muted { color: #98a2b3; }
  .admin-orders-filter-card form { padding: 15px 18px; background: #fff; }
  .admin-orders-filter-card form input,
  .admin-orders-filter-card form select { border-color: #dfe4ec; border-radius: 9px; background: #fbfcfe; }
  .admin-orders-list-card > .hidden table thead { background: #f7f8fb; }
  .admin-orders-list-card > .hidden table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-orders-list-card > .hidden table tbody tr { transition: background-color 140ms ease; }
  .admin-orders-list-card > .hidden table tbody tr:hover { background: #f7f8ff; }
  .admin-orders-list-card > .hidden table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; }
  .admin-order-mobile-card { border-color: #dfe4ec; border-radius: 13px; box-shadow: 0 7px 18px rgba(25, 35, 54, .045); }
  .admin-order-detail-page .admin-card-title { border-bottom-color: #edf0f5; background: #fbfcfe; padding: 16px 18px 14px; }
  .admin-order-detail-page .admin-card-title h2 { font-size: 14px; letter-spacing: -.01em; }
  .admin-order-detail-page .admin-card > .p-5,
  .admin-order-detail-page .admin-card > .space-y-3 { background: #fff; }
  .admin-order-detail-page .admin-card table thead { background: #f7f8fb; }
  .admin-order-detail-page .admin-card table thead th { color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-order-detail-page .admin-card table tbody tr:hover { background: #f7f8ff; }
  .admin-order-detail-page aside { filter: drop-shadow(0 8px 18px rgba(25, 35, 54, .025)); }
  @media (max-width: 700px) {
    .admin-orders-filter-head,
    .admin-orders-list-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .admin-orders-filter-card form { padding: 13px; }
    .admin-orders-list-card > .grid { padding: 10px; background: #f7f8fb; }
    .admin-order-detail-page .admin-card { border-radius: 13px; }
  }

  .admin-dashboard-page { max-width: 1600px; margin-inline: auto; }
  .admin-dashboard-stats .admin-stat-card { min-height: 128px; border-radius: 15px; box-shadow: 0 12px 28px rgba(25, 35, 54, .055); }
  .admin-dashboard-card,
  .admin-dashboard-orders { overflow: hidden; border: 1px solid rgba(219, 225, 235, .95); border-radius: 16px; box-shadow: 0 12px 30px rgba(25, 35, 54, .05); }
  .admin-dashboard-card .admin-card-title,
  .admin-dashboard-orders > div:first-child { border-bottom-color: #edf0f5; background: #fbfcfe; padding: 16px 18px 14px; }
  .admin-dashboard-card .admin-card-title h2,
  .admin-dashboard-orders h2 { font-size: 14px; letter-spacing: -.01em; }
  .admin-dashboard-card .admin-card-title p { margin-top: 4px; color: #7b8494; font-size: 11px; }
  .admin-dashboard-card > div:not(.admin-card-title) { padding: 14px; }
  .admin-dashboard-card .rounded-panel { border-color: #e5e9f0; background: #fbfcfe; }
  .admin-dashboard-alert { display: flex; align-items: center; gap: 12px; border: 1px solid #f0d38c; border-radius: 14px; padding: 12px 15px; background: linear-gradient(100deg, #fff8e5, #fffdf5); color: #7b5b06; box-shadow: 0 8px 20px rgba(180, 132, 20, .07); }
  .admin-dashboard-alert-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: #fbe9b2; color: #a87500; }
  .admin-dashboard-alert strong { display: block; color: #5e4606; font-size: 12px; font-weight: 900; }
  .admin-dashboard-alert p { margin-top: 2px; color: #8a6a16; font-size: 11px; font-weight: 650; }
  .admin-dashboard-alert a { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #8a6508; font-size: 11px; font-weight: 900; white-space: nowrap; }
  .admin-dashboard-orders > div:first-child > div:last-child { flex-wrap: wrap; justify-content: flex-end; }
  .admin-dashboard-table thead { background: #f7f8fb; }
  .admin-dashboard-table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-dashboard-table tbody tr { transition: background-color 140ms ease; }
  .admin-dashboard-table tbody tr:hover { background: #f7f8ff; }
  .admin-dashboard-table tbody td { padding-top: 12px; padding-bottom: 12px; border-color: #edf0f5; }
  .admin-dashboard-issues > div:not(.admin-card-title) { padding: 0; }
  @media (max-width: 700px) {
    .admin-dashboard-alert { align-items: flex-start; flex-wrap: wrap; }
    .admin-dashboard-alert a { width: 100%; margin-left: 46px; }
    .admin-dashboard-orders > div:first-child { align-items: flex-start; flex-direction: column; }
    .admin-dashboard-orders > div:first-child > div:last-child { width: 100%; justify-content: space-between; }
    .admin-dashboard-table-wrap { margin-inline: -2px; }
  }

  .admin-filter {
    background: #f8faff;
    border-bottom: 1px solid var(--admin-line);
  }

  .admin-shell table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .admin-shell thead {
    background: #f7f8fb;
  }

  .admin-shell th {
    color: #4d5969;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .admin-shell td {
    font-size: 13px;
    color: #273244;
    vertical-align: middle;
  }

  .admin-shell tbody tr {
    transition: background-color 140ms ease, box-shadow 140ms ease;
  }

  .admin-shell tbody tr:hover {
    background: #fbfcfe;
  }

  .admin-shell tbody tr:focus-within {
    background: #f3f6ff;
    box-shadow: inset 3px 0 0 var(--admin-blue);
  }

  .admin-shell .overflow-x-auto {
    scrollbar-color: rgba(83, 109, 254, 0.35) transparent;
    scrollbar-width: thin;
  }

  .admin-shell .overflow-x-auto::-webkit-scrollbar {
    height: 8px;
  }

  .admin-shell .overflow-x-auto::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(83, 109, 254, 0.3);
  }

  .admin-shell input:not([type='checkbox']):not([type='radio']),
  .admin-shell select,
  .admin-shell textarea {
    min-height: 45px;
    border-color: var(--admin-line);
    border-radius: 9px;
    background: #ffffff;
    color: var(--admin-ink);
    box-shadow: inset 0 1px 0 rgba(17, 19, 24, 0.02);
  }

  .admin-shell textarea {
    min-height: 92px;
  }

  .admin-shell input:not([type='checkbox']):not([type='radio']):focus,
  .admin-shell select:focus,
  .admin-shell textarea:focus {
    border-color: var(--admin-dark);
    box-shadow: 0 0 0 3px rgba(47, 64, 86, 0.1);
  }

  .admin-shell label {
    color: #0f172a;
    font-weight: 800;
  }

  .admin-shell button,
  .admin-shell a,
  .admin-shell input,
  .admin-shell select,
  .admin-shell textarea {
    -webkit-tap-highlight-color: transparent;
  }

  .admin-shell :is(button, a, input, select, textarea):focus-visible {
    outline: 3px solid rgba(83, 109, 254, 0.28);
    outline-offset: 2px;
  }

  @media (max-width: 640px) {
    .admin-shell main {
      padding: 12px;
    }

    .admin-card-title {
      padding: 15px 16px;
    }

    .admin-shell th,
    .admin-shell td {
      padding-inline: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .admin-shell *,
    .admin-shell *::before,
    .admin-shell *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

  .roxi-page {
    padding: 16px 20px 38px;
  }

  .roxi-tab.is-active {
    background: #536dfe;
    color: #ffffff;
    box-shadow: 0 4px 9px rgba(83, 109, 254, 0.25);
  }

  .roxi-info-red {
    border-radius: 7px;
    background: #ffb7bd;
    color: #91262f;
    padding: 16px 20px;
    text-align: center;
  }

  .roxi-info-orange {
    border-radius: 7px;
    background: #ffdda9;
    color: #835b19;
    padding: 16px 20px;
    text-align: center;
  }

  .admin-shell .pagination,
  .admin-shell nav[role='navigation'] {
    font-size: 13px;
  }

  .saf-payment-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    background: rgba(17, 23, 34, 0.76);
    backdrop-filter: blur(10px);
  }

  .saf-payment-modal {
    display: flex;
    width: min(96vw, 980px);
    height: min(90vh, 860px);
    max-height: calc(100dvh - 16px);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--site-line) 52%, transparent);
    border-radius: 8px;
    background: var(--site-surface);
    color: var(--site-ink);
    box-shadow: 0 28px 90px rgba(17, 23, 34, 0.34);
  }

  .saf-payment-header {
    display: flex;
    min-height: 58px;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid color-mix(in srgb, var(--site-line) 28%, rgba(255, 255, 255, 0.18));
    background: linear-gradient(135deg, #172033, #222b3b);
    padding: 0 14px;
    color: #ffffff;
  }

  .saf-payment-brand {
    color: #D6A62A;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .saf-payment-title {
    overflow: hidden;
    color: #F8F5EC;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .saf-payment-close {
    display: grid;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #F8F5EC;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    transition: background-color 160ms ease;
  }

  .saf-payment-close:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  .saf-payment-body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    background: var(--site-bg-soft);
  }

  .saf-payment-status {
    flex-shrink: 0;
    border-bottom: 1px solid var(--site-line);
    background: var(--site-surface);
    padding: 8px 12px;
  }

  .saf-payment-status-inner {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .saf-payment-status-text {
    overflow: hidden;
    color: var(--site-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .saf-payment-order-line {
    margin-top: 2px;
    overflow: hidden;
    color: var(--site-muted);
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .saf-payment-check {
    display: inline-grid;
    min-height: 32px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 999px;
    background: var(--site-accent);
    padding: 0 12px;
    color: #17191f;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .saf-payment-frame-wrap {
    min-height: 0;
    flex: 1 1 auto;
    overflow: auto;
    background: var(--site-surface);
  }

  .saf-payment-frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 680px;
    border: 0;
    background: var(--site-surface);
  }

  @media (max-width: 640px) {
    .public-shell {
      font-size: 13.5px;
    }

    .public-shell .text-5xl {
      font-size: 2.05rem;
      line-height: 1.08;
    }

    .public-shell .text-4xl {
      font-size: 1.78rem;
      line-height: 1.12;
    }

    .public-shell .text-3xl {
      font-size: 1.45rem;
      line-height: 1.18;
    }

    .public-shell .text-2xl {
      font-size: 1.15rem;
      line-height: 1.25;
    }

    .saf-site-header > .relative {
      min-height: 62px;
    }

    .saf-brand-mark {
      height: 34px;
      width: 34px;
      border-radius: 10px;
      font-size: 12px;
    }

    .saf-brand-text {
      font-size: 16px;
    }

    .saf-btn {
      min-height: 40px;
      border-radius: 12px;
      font-size: 12px;
    }

    .wm-hero {
      overflow: visible;
    }

    .wm-top-copy {
      padding: 24px 20px;
    }

    .wm-top-copy h1 {
      font-size: 28px;
      line-height: 1.12;
    }

    .wm-top-art {
      min-height: 210px;
    }

    .wm-art-slash {
      left: -46px;
    }

    .wm-art-icon {
      height: 60px;
      width: 60px;
      border-radius: 18px;
    }

    .wm-track-card,
    .wm-service-card {
      min-height: 112px;
      border-radius: 18px;
      padding: 16px;
    }

    .wm-top-platform-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-top-platform-card {
      min-height: 118px;
    }

    .wm-centered-head {
      align-items: start;
      justify-items: start;
      text-align: left;
    }

    .wm-centered-head h2 {
      font-size: 25px;
    }

    .wm-stats-band {
      grid-template-columns: 1fr;
      border-radius: 18px;
    }

    .wm-why-card,
    .wm-campaign-card {
      border-radius: 20px;
    }

    .wm-testimonial-grid {
      grid-template-columns: 1fr;
    }

    .wm-faq-item summary {
      align-items: flex-start;
      padding-block: 16px;
      line-height: 1.35;
    }

    .public-orange-hero-inner {
      padding: 38px 16px 32px;
    }

    .public-orange-icon {
      height: 48px;
      width: 48px;
      border-radius: 16px;
    }

    .public-orange-hero h1 {
      font-size: 24px;
      line-height: 1.15;
    }

    .public-orange-hero p {
      font-size: 13px;
      line-height: 1.55;
    }

    .public-hero-search,
    .public-hero-search-wide {
      grid-template-columns: 1fr;
      border-radius: 18px;
    }

    .public-hero-search button {
      width: 100%;
    }

    .public-cms-hero > div {
      align-items: flex-start;
    }

    .public-cms-card,
    .public-info-card {
      padding: 20px;
      border-radius: 18px;
    }

    .public-contact-grid {
      grid-template-columns: 1fr;
    }

    .public-seo-block {
      margin-inline: 16px;
      border-radius: 18px;
    }

    .public-seo-block header {
      align-items: flex-start;
      padding: 20px;
    }

    .public-seo-content {
      padding: 20px;
    }

    .public-support-strip-inner {
      grid-template-columns: 1fr;
      text-align: center;
      justify-items: center;
    }

    .public-support-actions {
      justify-content: center;
      width: 100%;
    }

    .public-support-actions .saf-btn {
      width: 100%;
    }

    .wm-section-head {
      align-items: flex-start;
      flex-direction: column;
    }

    .wm-hero-card {
      border-radius: 22px;
      padding: 22px;
    }

    .wm-hero-visual {
      min-height: 270px;
    }

    .saf-payment-overlay {
      padding: 4px;
      align-items: stretch;
    }

    .saf-payment-modal {
      width: calc(100vw - 8px);
      height: calc(100dvh - 8px);
      max-height: calc(100dvh - 8px);
      border-radius: 8px;
    }

    .saf-payment-header {
      min-height: 54px;
      padding: 0 10px;
    }

    .saf-payment-title {
      font-size: 15px;
    }

    .saf-payment-close {
      width: 36px;
      height: 36px;
    }

    .saf-payment-status {
      padding: 7px 9px;
    }

    .saf-payment-status-inner {
      gap: 8px;
    }

    .saf-payment-status-text {
      font-size: 11px;
    }

    .saf-payment-order-line {
      font-size: 10px;
    }

    .saf-payment-check {
      min-height: 30px;
      padding: 0 10px;
      font-size: 10px;
    }

    .saf-payment-frame {
      min-height: 720px;
    }
  }

  @media (min-width: 641px) and (max-width: 1023px) {
    .wm-top-actions {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-track-card,
    .wm-service-card {
      min-height: 126px;
    }

    .wm-top-platform-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .wm-stats-band {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-stats-band > div:nth-child(2) {
      border-top: 0;
    }

    .wm-recommend-grid,
    .wm-testimonial-grid,
    .wm-faq-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-contact-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-hero-search-wide {
      grid-template-columns: 1fr;
      max-width: 560px;
    }

    .public-support-strip-inner {
      grid-template-columns: auto minmax(0, 1fr);
    }

    .public-support-actions {
      grid-column: 1 / -1;
      justify-content: flex-start;
    }
  }

  @media (min-width: 1024px) {
    .wm-top-grid {
      grid-template-columns: minmax(0, 1fr) 300px;
      align-items: stretch;
    }

    .wm-top-hero-card {
      grid-template-columns: minmax(0, 1.25fr) minmax(320px, .95fr);
    }

    .wm-top-copy {
      padding: 34px 36px;
    }

    .wm-top-copy h1 {
      font-size: 31px;
    }

    .wm-top-art {
      min-height: 100%;
    }

    .wm-top-platform-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px;
    }

    .wm-stats-band {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .wm-stats-band > div + div {
      border-top: 0;
      border-left: 1px solid rgba(255, 255, 255, .16);
    }

    .wm-recommend-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wm-feature-grid,
    .wm-testimonial-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-testimonial-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wm-faq-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-platform-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .saf-payment-header {
      min-height: 66px;
      padding: 0 22px;
    }

    .saf-payment-brand {
      font-size: 11px;
    }

    .saf-payment-title {
      font-size: 20px;
    }

    .saf-payment-status {
      padding: 10px 18px;
    }

    .saf-payment-status-text {
      font-size: 14px;
    }

    .saf-payment-frame {
      min-height: 0;
    }
  }
  .checkout-hero {
    border-bottom: 1px solid var(--site-line);
    background-color: #ffffff;
    background-image:
      linear-gradient(115deg, rgba(255, 107, 19, 0.08), transparent 42%),
      url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%23dbe4ee' stroke-width='1' stroke-opacity='.65'/%3E%3C/svg%3E");
    padding-block: 42px;
  }

  .checkout-body {
    background-color: var(--site-bg);
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%23dbe4ee' stroke-width='1' stroke-opacity='.55'/%3E%3C/svg%3E");
  }

  .checkout-stepper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 18px 54px rgba(17, 24, 39, 0.08);
  }

  .checkout-panel {
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08);
  }

  .checkout-summary-card {
    border: 1px solid var(--site-line);
    border-radius: 20px;
    background:
      linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--site-accent-soft) 24%, #ffffff) 100%);
    color: var(--site-ink);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.11);
  }

  html[data-theme='dark'] .checkout-summary-card {
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--site-surface) 92%, #ffffff) 0%, var(--site-surface-strong) 100%);
  }

  .checkout-summary-card [class*='text-white'] {
    color: var(--site-muted) !important;
  }

  .checkout-summary-card h2,
  .checkout-summary-card strong,
  .checkout-summary-card .summary-title {
    color: var(--site-ink) !important;
  }

  .checkout-summary-card [class*='border-white'] {
    border-color: var(--site-line) !important;
  }

  .checkout-summary-card [class*='bg-white'] {
    background-color: var(--site-bg-soft) !important;
  }

  .checkout-summary-card .summary-total {
    color: var(--site-accent-strong) !important;
  }

  .checkout-payment-card {
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  }

  .checkout-payment-card:hover {
    box-shadow: 0 18px 42px rgba(255, 107, 19, 0.12);
  }

  @media (min-width: 1024px) {
    .checkout-aside {
      display: contents;
    }

    .checkout-aside .checkout-summary-card {
      grid-column: 2;
      grid-row: 1 / span 2;
      align-self: start;
      position: sticky;
      top: 112px;
    }

    .checkout-aside .checkout-payment-section {
      grid-column: 1;
      grid-row: 2;
      align-self: start;
    }
  }

  .saf-payment-modal {
    border-radius: 24px;
    box-shadow: 0 28px 90px rgba(17, 24, 39, 0.26);
  }

  .saf-payment-header {
    background: linear-gradient(135deg, #ffffff, #fff7ef);
    color: var(--site-ink);
  }

  .saf-payment-title {
    color: var(--site-ink);
  }

  .saf-payment-close {
    border: 1px solid var(--site-line);
    background: #ffffff;
    color: var(--site-ink);
  }

  .saf-payment-body {
    background: var(--site-bg);
  }

  @media (max-width: 639px) {
    .checkout-hero {
      padding-block: 28px;
    }

    .checkout-summary-card,
    .checkout-panel,
    .checkout-stepper {
      border-radius: 16px;
    }
  }

  .public-shell [class*="tracking-"] {
    letter-spacing: 0;
  }

  .public-shell .wm-top-pill,
  .public-shell .wm-score-pill,
  .public-shell .wm-top-button,
  .public-shell .wm-track-card strong,
  .public-shell .wm-service-card strong,
  .public-shell .wm-platform-title h2,
  .public-shell .wm-section-head h2,
  .public-shell .wm-centered-head h2,
  .public-shell .wm-why-card h2,
  .public-shell .wm-recommend-card h3,
  .public-shell .wm-testimonial-card strong,
  .public-shell .wm-faq-item summary,
  .public-shell .public-support-strip h2 {
    font-weight: 800;
    letter-spacing: 0;
  }

  .public-shell .wm-top-platform-card strong,
  .public-shell .wm-top-platform-card small,
  .public-shell .wm-service-card p,
  .public-shell .wm-track-card p,
  .public-shell .wm-recommend-card p,
  .public-shell .wm-testimonial-card p,
  .public-shell .public-seo-content,
  .public-shell .public-support-strip p {
    font-weight: 500;
    letter-spacing: 0;
  }

  .public-shell .wm-platform-title h2,
  .public-shell .wm-section-head h2,
  .public-shell .wm-centered-head h2 {
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.18;
  }

  .public-shell .wm-recommend-card h3,
  .public-shell .wm-testimonial-card strong,
  .public-shell .wm-faq-item summary {
    font-size: 14px;
    line-height: 1.45;
  }

  .public-shell .wm-top-platform-card strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .public-shell .wm-top-platform-card small {
    font-size: 11px;
  }

  @media (max-width: 640px) {
    .public-shell .wm-platform-title h2,
    .public-shell .wm-section-head h2,
    .public-shell .wm-centered-head h2 {
      font-size: 22px;
    }

    .public-shell .wm-top-platform-card strong {
      font-size: 12px;
    }

    .public-shell .wm-top-platform-card small,
    .public-shell .wm-recommend-card p,
    .public-shell .wm-testimonial-card p {
      font-size: 11px;
    }
  }
  .platform-showcase {
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 107, 19, 0.15), transparent 30%),
      linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    background-color: var(--site-bg-soft);
    background-image:
      radial-gradient(circle at 50% 0%, rgba(255, 107, 19, 0.15), transparent 30%),
      url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%23dbe4ee' stroke-width='1' stroke-opacity='.72'/%3E%3C/svg%3E");
    padding: 0 4px 72px;
  }

  html[data-theme='dark'] .platform-showcase {
    background-color: var(--site-bg);
    background-image:
      radial-gradient(circle at 50% 0%, rgba(255, 122, 31, 0.14), transparent 34%),
      url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8c10-8 30-8 40 0s30 8 40 0' fill='none' stroke='%2338465f' stroke-width='1' stroke-opacity='.45'/%3E%3C/svg%3E");
  }

  .platform-showcase__hero {
    margin: 0 auto;
    max-width: 1800px;
    min-height: 610px;
    border-radius: 0 0 64px 64px;
    background:
      radial-gradient(circle at 70% -4%, rgba(255, 202, 130, 0.72), transparent 20%),
      radial-gradient(circle at 66% 26%, rgba(255, 126, 34, 0.55), transparent 31%),
      radial-gradient(circle at 98% 62%, rgba(255, 237, 213, 0.24), transparent 24%),
      linear-gradient(135deg, #9f2a00 0%, #dc3c00 46%, #ff6911 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
  }

  .platform-showcase__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1.4px);
    background-size: 22px 22px;
    opacity: 0.28;
    pointer-events: none;
  }

  .platform-showcase__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 610px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 96px 28px 292px;
  }

  .platform-showcase__intro {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 720px;
  }

  .platform-showcase__icon {
    display: grid;
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 24px;
    background: #ffffff;
    color: var(--site-accent-strong);
    box-shadow: 0 22px 44px rgba(170, 55, 0, 0.24);
  }

  .platform-showcase__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
  }

  .platform-showcase__breadcrumb a {
    color: #ffffff;
  }

  .platform-showcase h1 {
    margin-top: 18px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
  }

  .platform-showcase p {
    max-width: 680px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
  }

  .platform-showcase__meta {
    display: grid;
    gap: 24px;
    justify-items: end;
    padding-top: 26px;
    min-width: min(100%, 380px);
  }

  .platform-showcase__notice {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: min(100%, 390px);
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    padding: 5px 12px 5px 8px;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px);
  }

  .platform-showcase__notice-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.18);
  }

  .platform-showcase__notice-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: var(--site-accent-strong);
  }

  .platform-showcase__notice strong {
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .platform-showcase__notice small {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    font-weight: 700;
  }

  .platform-showcase__notice-track {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    height: 20px;
    overflow: hidden;
    position: relative;
  }

  .platform-showcase__notice-item {
    position: absolute;
    inset: 0;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(12px);
    animation: platformNoticeCycle 16s infinite;
  }

  .platform-showcase__notice-item:nth-child(2) {
    animation-delay: 4s;
  }

  .platform-showcase__notice-item:nth-child(3) {
    animation-delay: 8s;
  }

  .platform-showcase__notice-item:nth-child(4) {
    animation-delay: 12s;
  }

  .platform-showcase__notice-item strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @keyframes platformNoticeCycle {
    0%,
    12% {
      opacity: 0;
      transform: translateY(12px);
    }

    18%,
    38% {
      opacity: 1;
      transform: translateY(0);
    }

    44%,
    100% {
      opacity: 0;
      transform: translateY(-12px);
    }
  }

  .platform-showcase__crumbline {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    font-weight: 600;
  }

  .platform-showcase__crumbline strong {
    color: rgba(255, 255, 255, 0.76);
  }

  .platform-services-panel {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: -292px auto 0;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: 18px;
    background: var(--site-surface);
    box-shadow: 0 30px 80px rgba(17, 24, 39, 0.13);
  }

  .platform-services-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 78px;
    border-bottom: 1px solid var(--site-line);
    padding: 0 26px;
  }

  .platform-services-tabs__scroll {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .platform-services-tabs__scroll::-webkit-scrollbar {
    display: none;
  }

  .platform-services-tab {
    display: flex;
    min-height: 78px;
    flex: 0 0 auto;
    align-items: center;
    border-bottom: 3px solid transparent;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease;
  }

  .platform-services-tab:hover,
  .platform-services-tab.is-active {
    border-bottom-color: var(--site-accent);
    color: var(--site-accent-strong);
  }

  .platform-services-auto {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    border: 0;
    background: transparent;
    color: var(--site-accent-strong);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
  }

  .platform-services-auto b {
    display: inline-flex;
    width: 54px;
    height: 30px;
    align-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--site-accent) 16%, #ffffff);
    padding: 4px;
  }

  .platform-services-auto i {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--site-accent);
    transition: transform 160ms ease;
  }

  .platform-services-auto.is-on b {
    background: color-mix(in srgb, var(--site-accent) 28%, #ffffff);
  }

  .platform-services-auto.is-on i {
    transform: translateX(24px);
  }

  .platform-services-auto small {
    min-width: 26px;
    color: var(--site-soft);
    font-size: 12px;
    font-weight: 800;
  }

  .platform-feature-banner {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 180px 320px;
    align-items: center;
    gap: 26px;
    min-height: 178px;
    margin: 28px 30px;
    overflow: hidden;
    border-radius: 12px;
    background:
      radial-gradient(circle at 24% 48%, rgba(17, 185, 129, 0.18), transparent 24%),
      radial-gradient(circle at 86% 90%, rgba(255, 109, 31, 0.28), transparent 30%),
      linear-gradient(112deg, #113471 0%, #1d408e 38%, #60384d 72%, #56262e 100%);
    color: #ffffff;
    padding: 28px 32px;
    position: relative;
  }

  .platform-feature-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1.5px);
    background-size: 20px 20px;
    opacity: 0.24;
    pointer-events: none;
  }

  .platform-feature-banner > * {
    position: relative;
    z-index: 1;
  }

  .platform-feature-banner__visual {
    height: 132px;
    position: relative;
  }

  .platform-feature-banner__avatar {
    position: absolute;
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    border-radius: 25px;
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
  }

  .platform-feature-banner__avatar--one {
    left: 26px;
    top: 7px;
    background: linear-gradient(145deg, #ff6f43 0%, #f23578 100%);
    transform: rotate(-9deg);
  }

  .platform-feature-banner__avatar--two {
    left: 96px;
    top: 50px;
    background: linear-gradient(145deg, #13b9a1 0%, #1d7ee8 100%);
    transform: rotate(7deg);
  }

  .platform-feature-banner__copy span {
    display: inline-flex;
    border-radius: 999px;
    background: #20d49b;
    padding: 4px 12px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
  }

  .platform-feature-banner__copy h2 {
    margin-top: 10px;
    color: #20d49b;
    font-size: clamp(26px, 2.45vw, 33px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
  }

  .platform-feature-banner__copy p {
    margin-top: 8px;
    max-width: 500px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
  }

  .platform-feature-banner__price {
    min-height: 96px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
    padding: 18px 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .platform-feature-banner__price strong {
    display: block;
    color: #21d89c;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 800;
  }

  .platform-feature-banner__price small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
  }

  .platform-feature-banner__cta {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    padding: 0 26px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease;
  }

  .platform-feature-banner__cta:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(3px);
  }

  .platform-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 0 28px 34px;
  }

  .platform-service-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 84px;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: var(--site-surface);
    padding: 10px;
    color: var(--site-text);
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .platform-service-row:hover {
    border-color: color-mix(in srgb, var(--site-accent) 42%, var(--site-line));
    box-shadow: 0 20px 42px rgba(255, 107, 19, 0.12);
    transform: translateY(-2px);
  }

  .platform-service-row__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff7a1f, #ef2f8f);
    color: #ffffff;
  }

  .platform-service-row__content {
    min-width: 0;
  }

  .platform-service-row__content strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--site-text);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
  }

  .platform-service-row__content small {
    display: block;
    margin-top: 4px;
    color: #10b981;
    font-size: 13px;
    font-weight: 600;
  }

  .platform-service-row__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #20d49b;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
  }

  .platform-service-row__auto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--site-accent) 14%, #ffffff);
    padding: 5px 10px;
    color: var(--site-accent-strong);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .platform-service-row__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .platform-service-row__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--site-accent);
    padding: 0 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }

  .platform-services-empty {
    grid-column: 1 / -1;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: var(--site-surface-strong);
    padding: 28px;
    color: var(--site-muted);
    font-weight: 700;
  }

  .platform-package-strip {
    background: var(--site-bg);
    padding: 58px 20px;
  }

  .platform-package-strip__inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  .platform-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
  }

  .platform-section-title span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--site-accent) 38%, var(--site-line));
    border-radius: 12px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .platform-section-title h2 {
    color: var(--site-text);
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
  }

  .platform-package-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .platform-package-mini {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--site-line);
    border-radius: 14px;
    background: var(--site-surface);
    padding: 14px;
    color: var(--site-text);
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
  }

  .platform-package-mini:hover {
    border-color: color-mix(in srgb, var(--site-accent) 40%, var(--site-line));
    transform: translateY(-2px);
  }

  .platform-package-mini__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 12px;
    background: var(--site-accent-soft);
    color: var(--site-accent-strong);
  }

  .platform-package-mini strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
  }

  .platform-package-mini small {
    display: block;
    margin-top: 3px;
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 600;
  }

  .platform-package-mini b {
    color: var(--site-accent-strong);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  html[data-theme='dark'] .platform-showcase__icon,
  html[data-theme='dark'] .platform-services-panel,
  html[data-theme='dark'] .platform-service-row,
  html[data-theme='dark'] .platform-package-mini {
    background: var(--site-surface);
  }

  html[data-theme='dark'] .platform-feature-banner {
    background:
      radial-gradient(circle at 20% 15%, rgba(16, 185, 129, 0.24), transparent 22%),
      linear-gradient(120deg, #14213d 0%, #1c2f5f 46%, #3b2434 100%);
  }

  @media (max-width: 1023px) {
    .platform-showcase {
      padding-inline: 12px;
    }

    .platform-showcase__hero {
      min-height: 540px;
      border-radius: 0 0 40px 40px;
    }

    .platform-showcase__inner {
      flex-direction: column;
      align-items: flex-start;
      min-height: 540px;
      padding: 54px 22px 220px;
    }

    .platform-showcase__meta {
      width: 100%;
      min-width: 0;
      justify-items: start;
      padding-top: 0;
    }

    .platform-services-tabs {
      align-items: flex-start;
      flex-direction: column;
      min-height: 0;
      padding: 0;
      gap: 0;
    }

    .platform-services-tabs__scroll {
      width: 100%;
      padding: 0 18px;
    }

    .platform-services-auto {
      width: 100%;
      border-top: 1px solid var(--site-line);
      padding: 14px 18px;
      justify-content: flex-start;
    }

    .platform-feature-banner {
      grid-template-columns: 142px minmax(0, 1fr);
      margin: 18px;
    }

    .platform-feature-banner__price,
    .platform-feature-banner__cta {
      grid-column: 1 / -1;
    }

    .platform-service-grid,
    .platform-package-strip__grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .platform-showcase {
      padding: 0 0 42px;
    }

    .platform-showcase__hero {
      min-height: 470px;
      border-radius: 0 0 26px 26px;
    }

    .platform-showcase__inner {
      min-height: 470px;
      padding: 34px 18px 154px;
    }

    .platform-showcase__intro {
      gap: 14px;
    }

    .platform-showcase__icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
    }

    .platform-showcase h1 {
      font-size: 28px;
    }

    .platform-showcase p {
      font-size: 13px;
      line-height: 1.65;
    }

    .platform-showcase__notice {
      width: 100%;
      padding-right: 10px;
    }

    .platform-showcase__notice strong {
      font-size: 11px;
    }

    .platform-showcase__notice small,
    .platform-showcase__crumbline {
      display: none;
    }

    .platform-services-panel {
      margin: -122px 12px 0;
      border-radius: 16px;
    }

    .platform-services-tab {
      min-height: 62px;
      font-size: 13px;
    }

    .platform-services-auto {
      font-size: 12px;
    }

    .platform-feature-banner {
      grid-template-columns: 1fr;
      gap: 16px;
      min-height: 0;
      padding: 20px;
    }

    .platform-feature-banner__visual {
      display: block;
      height: 96px;
    }

    .platform-feature-banner__avatar {
      width: 66px;
      height: 66px;
      border-radius: 20px;
    }

    .platform-feature-banner__avatar--one {
      left: 22px;
      top: 0;
    }

    .platform-feature-banner__avatar--two {
      left: 76px;
      top: 32px;
    }

    .platform-feature-banner__copy h2 {
      font-size: 22px;
    }

    .platform-feature-banner__cta {
      min-height: 52px;
      padding-inline: 16px;
    }

    .platform-service-grid {
      gap: 12px;
      padding: 0 16px 20px;
    }

    .platform-service-row {
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 12px;
      padding: 10px;
    }

    .platform-service-row__icon {
      width: 52px;
      height: 52px;
    }

    .platform-service-row__content strong {
      font-size: 14px;
    }

    .platform-service-row__content small {
      font-size: 12px;
    }

    .platform-service-row__actions {
      grid-column: 1 / -1;
      width: 100%;
      flex-wrap: wrap;
      justify-content: stretch;
    }

    .platform-service-row__badge,
    .platform-service-row__auto,
    .platform-service-row__button {
      flex: 1 1 auto;
    }

    .platform-service-row__button {
      width: 100%;
    }

    .platform-package-strip {
      padding: 38px 14px;
    }

    .platform-package-mini {
      grid-template-columns: 44px minmax(0, 1fr);
    }

    .platform-package-mini b {
      grid-column: 2;
      justify-self: start;
    }
  }
  /* Public pages use a clean white canvas; surfaces/cards provide the hierarchy. */
  .public-shell,
  .public-shell main,
  .public-shell .wm-hero,
  .public-shell .wm-section,
  .public-shell .wm-social-proof,
  .public-shell .public-pattern-section,
  .public-shell .public-cms-section,
  .public-shell .public-seo-wrap,
  .public-shell .checkout-hero,
  .public-shell .checkout-body,
  .public-shell .platform-showcase {
    background-color: #fff;
    background-image: none;
  }
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[calc\(100\%\+14px\)\] {
  top: calc(100% + 14px);
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[2147483647\] {
  z-index: 2147483647;
}
.z-\[90\] {
  z-index: 90;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-11 {
  height: 2.75rem !important;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[80px\] {
  height: 80px;
}
.h-full {
  height: 100%;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[92dvh\] {
  max-height: 92dvh;
}
.\!min-h-10 {
  min-height: 2.5rem !important;
}
.\!min-h-11 {
  min-height: 2.75rem !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[104px\] {
  min-height: 104px;
}
.min-h-\[238px\] {
  min-height: 238px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-\[62px\] {
  min-height: 62px;
}
.min-h-\[67px\] {
  min-height: 67px;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-11 {
  width: 2.75rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[min\(560px\2c calc\(100vw-32px\)\)\] {
  width: min(560px, calc(100vw - 32px));
}
.w-\[min\(88vw\2c 390px\)\] {
  width: min(88vw, 390px);
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1080px\] {
  min-width: 1080px;
}
.min-w-\[1120px\] {
  min-width: 1120px;
}
.min-w-\[1260px\] {
  min-width: 1260px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[780px\] {
  min-width: 780px;
}
.min-w-\[860px\] {
  min-width: 860px;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.min-w-\[920px\] {
  min-width: 920px;
}
.min-w-\[940px\] {
  min-width: 940px;
}
.min-w-\[980px\] {
  min-width: 980px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[178px\] {
  max-width: 178px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[62\%\] {
  max-width: 62%;
}
.max-w-\[calc\(100vw-28px\)\] {
  max-width: calc(100vw - 28px);
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#E5E7EB\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-panel {
  border-radius: 12px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#27C47D\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 196 125 / var(--tw-border-opacity, 1));
}
.border-\[\#BFD8F4\] {
  --tw-border-opacity: 1;
  border-color: rgb(191 216 244 / var(--tw-border-opacity, 1));
}
.border-\[\#CDD3DC\] {
  --tw-border-opacity: 1;
  border-color: rgb(205 211 220 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D5DB\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-\[\#D6A62A\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 166 42 / var(--tw-border-opacity, 1));
}
.border-\[\#D9DEE6\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 222 230 / var(--tw-border-opacity, 1));
}
.border-\[\#DDE3EA\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 227 234 / var(--tw-border-opacity, 1));
}
.border-\[\#E1E6EE\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 230 238 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E8EF\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 232 239 / var(--tw-border-opacity, 1));
}
.border-\[\#ECEFF3\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 239 243 / var(--tw-border-opacity, 1));
}
.border-\[\#EEF1F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 241 245 / var(--tw-border-opacity, 1));
}
.border-\[\#F0F2F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1));
}
.border-\[\#F3D87A\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 216 122 / var(--tw-border-opacity, 1));
}
.border-\[\#edf0f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 240 245 / var(--tw-border-opacity, 1));
}
.border-\[var\(--site-border\)\] {
  border-color: var(--site-border);
}
.border-\[var\(--site-line\)\] {
  border-color: var(--site-line);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-safBorder {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-safGold {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 19 / var(--tw-border-opacity, 1));
}
.border-safGold\/30 {
  border-color: rgb(255 107 19 / 0.3);
}
.border-safLine {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-t-safGold {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 107 19 / var(--tw-border-opacity, 1));
}
.bg-\[\#111318\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111318\]\/55 {
  background-color: rgb(17 19 24 / 0.55);
}
.bg-\[\#1F4DFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 77 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#25C878\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 200 120 / var(--tw-bg-opacity, 1));
}
.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#26364D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 54 77 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2F4056\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 64 86 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2FC47C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 196 124 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2FC77D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 199 125 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3678EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 120 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3D78E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 120 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#536DFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(83 109 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#95A3B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 163 181 / var(--tw-bg-opacity, 1));
}
.bg-\[\#98A3B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(152 163 181 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D6A62A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 166 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DCE8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 232 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF2FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F6F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F6F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F64F57\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 79 87 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FAFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFBFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCFCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF4D57\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 87 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF8E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFDF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 247 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(17\2c 19\2c 24\2c \.48\)\] {
  background-color: rgba(17,19,24,.48);
}
.bg-\[rgba\(17\2c 23\2c 34\2c 0\.76\)\] {
  background-color: rgba(17,23,34,0.76);
}
.bg-\[var\(--site-accent\)\] {
  background-color: var(--site-accent);
}
.bg-\[var\(--site-accent-soft\)\] {
  background-color: var(--site-accent-soft);
}
.bg-\[var\(--site-bg\)\] {
  background-color: var(--site-bg);
}
.bg-\[var\(--site-bg-soft\)\] {
  background-color: var(--site-bg-soft);
}
.bg-\[var\(--site-card\)\] {
  background-color: var(--site-card);
}
.bg-\[var\(--site-dark-2\)\] {
  background-color: var(--site-dark-2);
}
.bg-\[var\(--site-line\)\] {
  background-color: var(--site-line);
}
.bg-\[var\(--site-surface\)\] {
  background-color: var(--site-surface);
}
.bg-\[var\(--site-surface-strong\)\] {
  background-color: var(--site-surface-strong);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-safBg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}
.bg-safBg\/65 {
  background-color: rgb(247 248 250 / 0.65);
}
.bg-safBg\/70 {
  background-color: rgb(247 248 250 / 0.7);
}
.bg-safBorder {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-safCream {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-safGold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 19 / var(--tw-bg-opacity, 1));
}
.bg-safGold\/10 {
  background-color: rgb(255 107 19 / 0.1);
}
.bg-safGoldSoft {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 233 / var(--tw-bg-opacity, 1));
}
.bg-safPanel {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-safPanel2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-safText {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-safText\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-safWarm {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}
.tracking-\[0\.045em\] {
  letter-spacing: 0.045em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-\[\#0F172A\] {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-\[\#111318\] {
  --tw-text-opacity: 1;
  color: rgb(17 19 24 / var(--tw-text-opacity, 1));
}
.text-\[\#111827\] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-\[\#17191F\] {
  --tw-text-opacity: 1;
  color: rgb(23 25 31 / var(--tw-text-opacity, 1));
}
.text-\[\#17191f\] {
  --tw-text-opacity: 1;
  color: rgb(23 25 31 / var(--tw-text-opacity, 1));
}
.text-\[\#172033\] {
  --tw-text-opacity: 1;
  color: rgb(23 32 51 / var(--tw-text-opacity, 1));
}
.text-\[\#243447\] {
  --tw-text-opacity: 1;
  color: rgb(36 52 71 / var(--tw-text-opacity, 1));
}
.text-\[\#26364D\] {
  --tw-text-opacity: 1;
  color: rgb(38 54 77 / var(--tw-text-opacity, 1));
}
.text-\[\#27C47D\] {
  --tw-text-opacity: 1;
  color: rgb(39 196 125 / var(--tw-text-opacity, 1));
}
.text-\[\#2FC47C\] {
  --tw-text-opacity: 1;
  color: rgb(47 196 124 / var(--tw-text-opacity, 1));
}
.text-\[\#334155\] {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-\[\#374151\] {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-\[\#3D78E8\] {
  --tw-text-opacity: 1;
  color: rgb(61 120 232 / var(--tw-text-opacity, 1));
}
.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.text-\[\#475569\] {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-\[\#536DFE\] {
  --tw-text-opacity: 1;
  color: rgb(83 109 254 / var(--tw-text-opacity, 1));
}
.text-\[\#5D5D5D\] {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}
.text-\[\#60738D\] {
  --tw-text-opacity: 1;
  color: rgb(96 115 141 / var(--tw-text-opacity, 1));
}
.text-\[\#64748B\] {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.text-\[\#7A8699\] {
  --tw-text-opacity: 1;
  color: rgb(122 134 153 / var(--tw-text-opacity, 1));
}
.text-\[\#8A6508\] {
  --tw-text-opacity: 1;
  color: rgb(138 101 8 / var(--tw-text-opacity, 1));
}
.text-\[\#8A94A6\] {
  --tw-text-opacity: 1;
  color: rgb(138 148 166 / var(--tw-text-opacity, 1));
}
.text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}
.text-\[\#9A6B05\] {
  --tw-text-opacity: 1;
  color: rgb(154 107 5 / var(--tw-text-opacity, 1));
}
.text-\[\#9AA4B2\] {
  --tw-text-opacity: 1;
  color: rgb(154 164 178 / var(--tw-text-opacity, 1));
}
.text-\[\#9CA3AF\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-\[\#B88912\] {
  --tw-text-opacity: 1;
  color: rgb(184 137 18 / var(--tw-text-opacity, 1));
}
.text-\[\#B88A15\] {
  --tw-text-opacity: 1;
  color: rgb(184 138 21 / var(--tw-text-opacity, 1));
}
.text-\[\#C2C9D3\] {
  --tw-text-opacity: 1;
  color: rgb(194 201 211 / var(--tw-text-opacity, 1));
}
.text-\[\#D6A62A\] {
  --tw-text-opacity: 1;
  color: rgb(214 166 42 / var(--tw-text-opacity, 1));
}
.text-\[var\(--site-accent\)\] {
  color: var(--site-accent);
}
.text-\[var\(--site-accent-strong\)\] {
  color: var(--site-accent-strong);
}
.text-\[var\(--site-ink\)\] {
  color: var(--site-ink);
}
.text-\[var\(--site-muted\)\] {
  color: var(--site-muted);
}
.text-\[var\(--site-soft\)\] {
  color: var(--site-soft);
}
.text-\[var\(--site-text\)\] {
  color: var(--site-text);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-safCream {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-safGold {
  --tw-text-opacity: 1;
  color: rgb(255 107 19 / var(--tw-text-opacity, 1));
}
.text-safMuted {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-safText {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-safText\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-safText\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-safText\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-safText\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-safText\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-safText\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-safWhite {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-\[0_10px_20px_rgba\(83\2c 109\2c 254\2c 0\.18\)\] {
  --tw-shadow: 0 10px 20px rgba(83,109,254,0.18);
  --tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_22px_rgba\(37\2c 200\2c 120\2c 0\.24\)\] {
  --tw-shadow: 0 10px 22px rgba(37,200,120,0.24);
  --tw-shadow-colored: 0 10px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_28px_rgba\(37\2c 211\2c 102\2c 0\.28\)\] {
  --tw-shadow: 0 12px 28px rgba(37,211,102,0.28);
  --tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_30px_rgba\(17\2c 19\2c 24\2c 0\.12\)\] {
  --tw-shadow: 0 12px 30px rgba(17,19,24,0.12);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_35px_rgba\(17\2c 19\2c 24\2c 0\.06\)\] {
  --tw-shadow: 0 16px 35px rgba(17,19,24,0.06);
  --tw-shadow-colored: 0 16px 35px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_40px_rgba\(15\2c 23\2c 42\2c 0\.16\)\] {
  --tw-shadow: 0 18px 40px rgba(15,23,42,0.16);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_42px_rgba\(17\2c 19\2c 24\2c 0\.055\)\] {
  --tw-shadow: 0 18px 42px rgba(17,19,24,0.055);
  --tw-shadow-colored: 0 18px 42px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_42px_rgba\(17\2c 19\2c 24\2c 0\.06\)\] {
  --tw-shadow: 0 18px 42px rgba(17,19,24,0.06);
  --tw-shadow-colored: 0 18px 42px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_45px_rgba\(17\2c 19\2c 24\2c 0\.06\)\] {
  --tw-shadow: 0 18px 45px rgba(17,19,24,0.06);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_45px_rgba\(17\2c 19\2c 24\2c 0\.07\)\] {
  --tw-shadow: 0 18px 45px rgba(17,19,24,0.07);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_45px_rgba\(17\2c 19\2c 24\2c 0\.08\)\] {
  --tw-shadow: 0 18px 45px rgba(17,19,24,0.08);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_45px_rgba\(17\2c 19\2c 24\2c 0\.14\)\] {
  --tw-shadow: 0 18px 45px rgba(17,19,24,0.14);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_22px_55px_rgba\(17\2c 19\2c 24\2c 0\.16\)\] {
  --tw-shadow: 0 22px 55px rgba(17,19,24,0.16);
  --tw-shadow-colored: 0 22px 55px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_70px_rgba\(0\2c 0\2c 0\2c 0\.32\)\] {
  --tw-shadow: 0 24px 70px rgba(0,0,0,0.32);
  --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(246\2c 79\2c 87\2c 0\.14\)\] {
  --tw-shadow: 0 8px 18px rgba(246,79,87,0.14);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(47\2c 199\2c 125\2c 0\.18\)\] {
  --tw-shadow: 0 8px 18px rgba(47,199,125,0.18);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(47\2c 64\2c 86\2c 0\.14\)\] {
  --tw-shadow: 0 8px 18px rgba(47,64,86,0.14);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(61\2c 120\2c 232\2c 0\.16\)\] {
  --tw-shadow: 0 8px 18px rgba(61,120,232,0.16);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(82\2c 95\2c 113\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(82,95,113,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(83\2c 109\2c 254\2c 0\.2\)\] {
  --tw-shadow: 0 8px 18px rgba(83,109,254,0.2);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gold {
  --tw-shadow: 0 18px 45px rgba(255, 107, 19, 0.22);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-premium {
  --tw-shadow: 0 22px 70px rgba(17, 24, 39, 0.16);
  --tw-shadow-colored: 0 22px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[var\(--site-shadow\)\] {
  --tw-shadow-color: var(--site-shadow);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-2 {
  --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, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-\[\#536DFE\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(83 109 254 / var(--tw-ring-opacity, 1));
}
.ring-\[\#E5E7EB\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-\[\#F3D87A\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 216 122 / var(--tw-ring-opacity, 1));
}
.ring-\[var\(--site-border\)\] {
  --tw-ring-color: var(--site-border);
}
.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}
.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}
.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}
.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-\[140ms\] {
  transition-duration: 140ms;
}
.duration-\[160ms\] {
  transition-duration: 160ms;
}
.duration-\[180ms\] {
  transition-duration: 180ms;
}
.duration-\[220ms\] {
  transition-duration: 220ms;
}
.duration-\[430ms\] {
  transition-duration: 430ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
  .section-reveal {
    animation: safReveal 300ms ease-out both;
  }

  .no-scrollbar {
    scrollbar-width: none;
  }

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .category-showcase {
    --category-hero-radius: 0 0 54px 54px;
    background:
      radial-gradient(circle at 12% 32%, rgba(255, 107, 19, 0.12), transparent 24%),
      var(--site-bg-soft);
    background-image:
      radial-gradient(circle at 12% 32%, rgba(255, 107, 19, 0.12), transparent 24%),
      url("data:image/svg+xml,%3Csvg width='96' height='22' viewBox='0 0 96 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11c12 0 12-8 24-8s12 8 24 8 12-8 24-8 12 8 24 8' fill='none' stroke='%23dce4f1' stroke-width='1' opacity='.72'/%3E%3C/svg%3E");
    padding-bottom: 64px;
    overflow: clip;
  }

  .category-showcase__hero {
    max-width: 1800px;
    min-height: 520px;
    margin: 0 auto;
    border-radius: var(--category-hero-radius);
    background:
      radial-gradient(circle at 72% 10%, rgba(255, 214, 124, 0.62), transparent 18%),
      radial-gradient(circle at 58% 22%, rgba(255, 129, 35, 0.62), transparent 25%),
      radial-gradient(circle at 98% 88%, rgba(255, 237, 213, 0.22), transparent 26%),
      linear-gradient(118deg, #8f2600 0%, #c83b00 32%, #ff6911 68%, #a72a00 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .category-showcase__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.13) 1px, transparent 1.5px);
    background-size: 20px 20px;
    opacity: 0.24;
    pointer-events: none;
  }

  .category-showcase__inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 390px;
    max-width: 1240px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    gap: 44px;
    padding: 76px 28px 210px;
  }

  .category-showcase__intro {
    display: grid;
    max-width: 700px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 26px;
  }

  .category-showcase__icons {
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    padding: 0;
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
  }

  .category-showcase__icon {
    display: grid;
    width: 86px;
    height: 86px;
    place-items: center;
    color: #ffffff;
  }

  .category-showcase__icon--main {
    background: #ffffff;
    color: var(--site-accent-strong);
  }

  .category-showcase__icon--sub {
    background: rgba(255, 255, 255, 0.16);
  }

  .category-showcase__crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 800;
  }

  .category-showcase__crumb a,
  .category-showcase__crumb strong {
    color: #ffffff;
    text-decoration: none;
  }

  .category-showcase h1 {
    margin-top: 18px;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
  }

  .category-showcase p {
    margin-top: 16px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 600;
  }

  .category-showcase__side {
    display: grid;
    min-width: 360px;
    justify-items: end;
    gap: 26px;
    padding-top: 22px;
  }

  .category-showcase__notice {
    position: relative;
    width: 430px;
    height: 34px;
    overflow: hidden;
  }

  .category-showcase__notice-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    padding: 4px 12px 4px 8px;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(12px);
    animation: platformNoticeCycle 16s infinite;
    backdrop-filter: blur(14px);
  }

  .category-showcase__notice-item:nth-child(2) { animation-delay: 4s; }
  .category-showcase__notice-item:nth-child(3) { animation-delay: 8s; }
  .category-showcase__notice-item:nth-child(4) { animation-delay: 12s; }

  .category-showcase__notice-item i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.18);
  }

  .category-showcase__notice-item b {
    display: grid;
    width: 28px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: var(--site-accent-strong);
  }

  .category-showcase__notice-item strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
  }

  .category-showcase__notice-item small {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
  }

  .category-showcase__crumbline {
    display: flex;
    gap: 12px;
    align-items: center;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
  }

  .category-showcase__crumbline strong {
    color: rgba(255, 255, 255, 0.86);
  }

  .category-package-panel {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: -236px auto 0;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: 18px;
    background: var(--site-surface);
    box-shadow: 0 34px 90px rgba(17, 24, 39, 0.16);
  }

  .category-tabs {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--site-line);
    padding: 0 30px;
  }

  .category-tabs__scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-tabs__scroll::-webkit-scrollbar {
    display: none;
  }

  .category-tab {
    display: flex;
    min-height: 78px;
    flex: 0 0 auto;
    align-items: center;
    border-bottom: 3px solid transparent;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease;
  }

  .category-tab:hover,
  .category-tab.is-active {
    border-bottom-color: var(--site-accent);
    color: var(--site-accent-strong);
  }

  .category-auto-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: var(--site-accent-strong);
    font-size: 13px;
    font-weight: 800;
  }

  .category-auto-pill b {
    display: grid;
    min-width: 34px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--site-accent) 15%, #ffffff);
    color: var(--site-soft);
    font-size: 12px;
  }

  .category-type-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 30px 6px;
  }

  .category-type-card {
    position: relative;
    display: grid;
    min-height: 106px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-content: center;
    gap: 4px 14px;
    border: 1px solid color-mix(in srgb, var(--site-line) 76%, transparent);
    border-radius: 12px 12px 0 0;
    background: linear-gradient(135deg, rgba(35, 31, 105, 0.88), rgba(73, 77, 212, 0.9));
    color: #ffffff;
    padding: 22px;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .category-type-card.is-active {
    background: #ffffff;
    color: var(--site-text);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  }

  .category-type-card:hover {
    transform: translateY(-2px);
  }

  .category-type-card span {
    display: grid;
    width: 38px;
    height: 38px;
    grid-row: span 2;
    place-items: center;
    border-radius: 12px;
    background: color-mix(in srgb, #20d49b 18%, #ffffff);
    color: #16b98e;
  }

  .category-type-card b,
  .category-type-card small,
  .category-type-card strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .category-type-card b {
    align-self: end;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 900;
  }

  .category-type-card small {
    color: currentColor;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.82;
  }

  .category-type-card em {
    position: absolute;
    left: 18px;
    top: -12px;
    border-radius: 999px;
    background: #20d49b;
    color: #ffffff;
    padding: 5px 12px;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
  }

  .category-type-card strong {
    grid-column: 2 / -1;
    color: #20d49b;
    font-size: 12px;
    font-weight: 900;
  }

  .category-fast-chips {
    margin: 18px 30px 0;
    overflow: hidden;
    border-block: 1px solid var(--site-line);
    padding: 13px 0;
  }

  .category-fast-chips__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    gap: 14px;
    animation: categoryFastChips 42s linear infinite;
  }

  .category-fast-chips a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-line);
    border-radius: 999px;
    background: var(--site-surface);
    color: var(--site-text);
    padding: 0 22px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
  }

  @keyframes categoryFastChips {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .category-feature-banner {
    position: relative;
    display: grid;
    min-height: 176px;
    grid-template-columns: 172px minmax(260px, 1fr) 190px minmax(245px, 310px);
    align-items: center;
    gap: 26px;
    margin: 30px 30px 34px;
    overflow: hidden;
    border-radius: 14px;
    background:
      radial-gradient(circle at 25% 42%, rgba(16, 185, 129, 0.18), transparent 25%),
      radial-gradient(circle at 90% 100%, rgba(255, 107, 19, 0.34), transparent 28%),
      linear-gradient(112deg, #123571 0%, #213f89 38%, #523550 72%, #4f242d 100%);
    color: #ffffff;
    padding: 24px 32px;
  }

  .category-feature-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1.5px);
    background-size: 20px 20px;
    opacity: 0.24;
    pointer-events: none;
  }

  .category-feature-banner > * {
    position: relative;
    z-index: 1;
  }

  .category-feature-banner__visual {
    height: 128px;
    position: relative;
  }

  .category-feature-banner__avatar {
    position: absolute;
    display: grid;
    width: 84px;
    height: 84px;
    place-items: center;
    border-radius: 25px;
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
  }

  .category-feature-banner__avatar--one {
    left: 18px;
    top: 17px;
    background: linear-gradient(145deg, #ff7043 0%, #f23578 100%);
    transform: rotate(-10deg);
  }

  .category-feature-banner__avatar--two {
    left: 80px;
    top: 58px;
    background: linear-gradient(145deg, #10b981 0%, #1687e8 100%);
    transform: rotate(8deg);
  }

  .category-feature-banner__copy span {
    display: inline-flex;
    border-radius: 999px;
    background: #20d49b;
    padding: 4px 12px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
  }

  .category-feature-banner__copy h2 {
    margin-top: 9px;
    color: #20d49b;
    font-size: clamp(28px, 2.35vw, 36px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
  }

  .category-feature-banner__copy p {
    margin-top: 8px;
    max-width: 520px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
  }

  .category-feature-banner__price,
  .category-feature-banner__cta {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .category-feature-banner__price {
    padding: 18px 20px;
  }

  .category-feature-banner__price strong {
    display: block;
    color: #20d49b;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 800;
  }

  .category-feature-banner__price small {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
  }

  .category-feature-banner__cta {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
  }

  .category-feature-banner__cta:hover,
  .category-feature-banner__cta:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
  }

  .category-quantity-lab {
    display: grid;
    gap: 18px;
    margin: 0 30px 34px;
    border-radius: 16px;
    background: var(--site-surface);
    padding: 24px 24px 28px;
    box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
  }

  .category-quantity-lab h3 {
    color: var(--site-text);
    font-size: 18px;
    font-weight: 800;
  }

  .category-quantity-lab__control {
    position: relative;
    display: grid;
    min-height: 70px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    border: 1px solid var(--site-line);
    border-radius: 10px;
    background: var(--site-surface-strong);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.05);
  }

  .category-quantity-lab__control button {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    justify-self: center;
    border: 0;
    border-radius: 6px;
    background: rgba(25, 212, 160, 0.13);
    color: #12b98b;
    font: inherit;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
  }

  .category-quantity-lab__control button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
  }

  .category-quantity-lab__control strong {
    justify-self: center;
    color: #16c99a;
    font-size: 22px;
    font-weight: 900;
  }

  .category-quantity-lab__control input[type='range'] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    width: 100%;
    height: 22px;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    cursor: pointer;
  }

  .category-quantity-lab__control input[type='range']::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 999px;
    background:
      linear-gradient(90deg, #19d4a0 0 var(--range-progress, 0%), #cfd6ea var(--range-progress, 0%) 100%);
  }

  .category-quantity-lab__control input[type='range']::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    margin-top: -11px;
    -webkit-appearance: none;
            appearance: none;
    border: 4px solid #19d4a0;
    border-radius: 999px;
    background: #19d4a0;
    box-shadow: 0 10px 22px rgba(25, 212, 160, 0.28);
  }

  .category-quantity-lab__control input[type='range']::-moz-range-track {
    height: 5px;
    border-radius: 999px;
    background: #cfd6ea;
  }

  .category-quantity-lab__control input[type='range']::-moz-range-progress {
    height: 5px;
    border-radius: 999px;
    background: #19d4a0;
  }

  .category-quantity-lab__control input[type='range']::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 4px solid #19d4a0;
    border-radius: 999px;
    background: #19d4a0;
    box-shadow: 0 10px 22px rgba(25, 212, 160, 0.28);
  }

  .category-quantity-lab__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .category-quantity-lab__options button {
    position: relative;
    display: grid;
    min-height: 58px;
    grid-template-columns: 54px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--site-line);
    border-radius: 10px;
    background: var(--site-surface);
    color: var(--site-muted);
    padding: 0 22px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .category-quantity-lab__options i {
    position: relative;
    width: 54px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #dfe3ef;
  }

  .category-quantity-lab__options i::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(17, 24, 39, 0.14);
    transition: transform 160ms ease, background 160ms ease;
  }

  .category-quantity-lab__options button:hover {
    border-color: color-mix(in srgb, var(--site-accent) 48%, var(--site-line));
    transform: translateY(-1px);
  }

  .category-quantity-lab__options button.is-active {
    border-color: #18cfa0;
    background: rgba(25, 212, 160, 0.13);
    box-shadow: 0 18px 34px rgba(25, 212, 160, 0.17);
  }

  .category-quantity-lab__options button.is-active i {
    background: #19d4a0;
  }

  .category-quantity-lab__options button.is-active i::after {
    background: #ffffff;
    transform: translateX(28px);
  }

  .category-quantity-lab__options span {
    min-width: 0;
  }

  .category-quantity-lab__options b {
    display: block;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 900;
  }

  .category-quantity-lab__options small {
    display: block;
    margin-top: 2px;
    color: var(--site-soft);
    font-size: 11px;
    font-weight: 700;
  }

  .category-quantity-lab__options em {
    border-radius: 999px;
    background: rgba(255, 91, 15, 0.11);
    color: var(--site-accent-strong);
    padding: 5px 9px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
  }

  .category-quantity-lab__options strong {
    color: #16c99a;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
  }

  .category-quantity-lab__buy {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) minmax(360px, 440px) minmax(170px, auto);
    align-items: center;
    gap: 18px;
  }

  .category-quantity-lab__price {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    border-left: 4px solid #19d4a0;
    padding-left: 14px;
    flex-wrap: wrap;
  }

  .category-quantity-lab__price del {
    color: #9aa2b5;
    font-size: 15px;
    font-weight: 800;
  }

  .category-quantity-lab__price b {
    display: block;
    color: var(--site-text);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
  }

  .category-quantity-lab__price em {
    border-radius: 999px;
    background: rgba(25, 212, 160, 0.17);
    color: #12b98b;
    padding: 7px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
  }

  .category-upgrade-button,
  .category-cart-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    padding: 0 24px;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
  }

  .category-upgrade-button {
    display: grid;
    min-height: 58px;
    grid-template-columns: 46px minmax(104px, 1fr) minmax(92px, auto) minmax(92px, auto) 16px;
    gap: 12px;
    background: #8d91a8;
    text-align: left;
    overflow: hidden;
  }

  .category-upgrade-button::before {
    content: "%";
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 6px;
    background: #ffffff;
    color: #18cfa0;
    font-size: 22px;
    font-weight: 900;
  }

  .category-upgrade-button span {
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
  }

  .category-upgrade-button strong {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 900;
  }

  .category-upgrade-button strong b {
    display: block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.05;
  }

  .category-upgrade-button em {
    border-radius: 8px;
    background: linear-gradient(135deg, #ff8b38, #fb4e0b);
    padding: 14px 18px;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .category-cart-button {
    background: #19d4a0;
  }

  .category-upgrade-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }

  .category-quantity-lab__badges {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .category-quantity-lab__badges span {
    display: flex;
    min-height: 60px;
    align-items: center;
    gap: 12px;
    border: 1px solid color-mix(in srgb, var(--site-accent) 42%, var(--site-line));
    border-radius: 8px;
    background: var(--site-surface);
    color: var(--site-accent-strong);
    padding: 0 18px;
    font-size: 13px;
    font-weight: 900;
  }

  .category-package-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 2px 30px 20px;
  }

  .category-package-heading h2 {
    color: var(--site-text);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
  }

  .category-package-heading p {
    margin-top: 7px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 600;
  }

  .category-package-heading label {
    position: relative;
    width: min(100%, 310px);
  }

  .category-package-heading input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: var(--site-surface);
    color: var(--site-text);
    padding: 0 42px 0 16px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    outline: none;
  }

  .category-package-heading label svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--site-accent-strong);
  }

  .category-package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    padding: 0 30px 24px;
  }

  .category-package-card {
    position: relative;
    display: grid;
    min-height: 82px;
    cursor: pointer;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: var(--site-surface);
    padding: 14px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
  }

  .category-package-card:hover {
    border-color: color-mix(in srgb, var(--site-accent) 40%, var(--site-line));
    transform: translateY(-2px);
  }

  .category-package-card.is-selected {
    border-color: #19d4a0;
    background: linear-gradient(90deg, #19d4a0 0%, #18be91 100%);
    box-shadow: 0 18px 36px rgba(25, 212, 160, 0.24);
  }

  .category-package-card__check {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 8px;
    background: var(--site-line);
    color: transparent;
    font-size: 13px;
    font-weight: 800;
  }

  .category-package-card.is-selected .category-package-card__check {
    background: #ffffff;
    color: #14b98d;
  }

  .category-package-card__body,
  .category-package-card__price {
    min-width: 0;
  }

  .category-package-card__body strong {
    display: block;
    color: var(--site-text);
    font-size: 19px;
    line-height: 1.1;
    font-weight: 800;
  }

  .category-package-card__body small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .category-package-card__price {
    text-align: right;
  }

  .category-package-card__price del {
    display: block;
    color: var(--site-soft);
    font-size: 12px;
    font-weight: 800;
  }

  .category-package-card__price b {
    display: block;
    color: #16c99a;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
  }

  .category-package-card__price em {
    display: inline-flex;
    margin-top: 5px;
    border-radius: 999px;
    background: rgba(25, 212, 160, 0.15);
    padding: 3px 9px;
    color: #0fa77d;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
  }

  .category-package-card.is-selected .category-package-card__body strong,
  .category-package-card.is-selected .category-package-card__body small,
  .category-package-card.is-selected .category-package-card__price b,
  .category-package-card.is-selected .category-package-card__price del {
    color: #ffffff;
  }

  .category-package-card.is-selected .category-package-card__price em {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
  }

  /* Paket secimi marka turuncusu */
  .category-package-card.is-selected {
    border-color: var(--site-accent);
    background: linear-gradient(90deg, var(--site-accent) 0%, var(--site-accent-strong) 100%);
    box-shadow: 0 18px 36px color-mix(in srgb, var(--site-accent) 24%, transparent);
  }
  .category-package-card.is-selected .category-package-card__check { color: var(--site-accent); }
  .category-package-card__price b,
  .category-quantity-lab__control strong,
  .category-quantity-lab__options strong { color: var(--site-accent-strong); }
  .category-package-card__price em,
  .category-quantity-lab__price em { background: color-mix(in srgb, var(--site-accent) 15%, transparent); color: var(--site-accent-strong); }
  .category-quantity-lab__control button { background: color-mix(in srgb, var(--site-accent) 13%, transparent); color: var(--site-accent-strong); }
  .category-quantity-lab__control input[type='range']::-webkit-slider-runnable-track { background: linear-gradient(90deg, var(--site-accent) 0 var(--range-progress, 0%), #cfd6ea var(--range-progress, 0%) 100%); }
  .category-quantity-lab__control input[type='range']::-webkit-slider-thumb,
  .category-quantity-lab__control input[type='range']::-moz-range-thumb { border-color: var(--site-accent); background: var(--site-accent); box-shadow: 0 10px 22px color-mix(in srgb, var(--site-accent) 28%, transparent); }
  .category-quantity-lab__control input[type='range']::-webkit-slider-thumb { border-color: var(--site-accent); background: var(--site-accent); box-shadow: 0 10px 22px color-mix(in srgb, var(--site-accent) 28%, transparent); }
  .category-quantity-lab__control input[type='range']::-moz-range-progress { background: var(--site-accent); }
  .category-quantity-lab__options button.is-active { border-color: var(--site-accent); background: color-mix(in srgb, var(--site-accent) 13%, transparent); box-shadow: 0 18px 34px color-mix(in srgb, var(--site-accent) 17%, transparent); }
  .category-quantity-lab__options button.is-active i { background: var(--site-accent); }
  .category-quantity-lab__price { border-left-color: var(--site-accent); }
  .category-upgrade-button::before { color: var(--site-accent); }
  .category-cart-button { background: var(--site-accent); }
  .category-delivery-inline {
    display: block;
    margin-top: 3px;
    color: var(--site-accent-strong);
    font-size: 11px;
    font-weight: 800;
  }
  .category-delivery-quantity {
    border: 1px solid color-mix(in srgb, var(--site-accent) 22%, var(--site-line));
    border-radius: 10px;
    background: color-mix(in srgb, var(--site-accent) 7%, var(--site-surface));
    padding: 10px 14px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 800;
  }
  .category-delivery-quantity strong { color: var(--site-accent-strong); }

  .category-empty {
    grid-column: 1 / -1;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: var(--site-surface-strong);
    padding: 26px;
    color: var(--site-muted);
    font-weight: 700;
  }

  .category-selected-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 24px;
    margin: 0 30px 30px;
    border: 1px solid var(--site-line);
    border-radius: 16px;
    background: var(--site-surface);
    padding: 18px 22px;
    box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
  }

  .category-selected-bar span {
    display: block;
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .category-selected-bar strong {
    display: block;
    margin-top: 4px;
    overflow-wrap: anywhere;
    color: var(--site-text);
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
  }

  .category-selected-bar b {
    color: var(--site-accent-strong);
    font-size: 30px;
    font-weight: 800;
    white-space: nowrap;
  }

  .category-buy-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 14px;
    background: var(--site-accent);
    color: #ffffff;
    padding: 0 26px;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(255, 107, 19, 0.24);
  }

  .category-buy-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
  }

  .category-detail-sections {
    overflow: hidden;
    background: var(--site-bg);
    padding: 52px 20px 82px;
  }

  .category-brand-cloud {
    max-width: 1260px;
    margin: 0 auto 42px;
    overflow: hidden;
  }

  .category-brand-cloud h2 {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--site-text);
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
  }

  .category-brand-cloud h2::before,
  .category-brand-cloud h2::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--site-line);
  }

  .category-brand-cloud__rail {
    margin-top: 24px;
    overflow: hidden;
    padding: 8px 0;
  }

  .category-brand-cloud__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    gap: 24px;
    animation: categoryBrands 48s linear infinite;
  }

  .category-brand-cloud span {
    display: inline-flex;
    min-width: 150px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-line);
    border-radius: 999px;
    background: var(--site-surface);
    color: var(--site-muted);
    padding: 0 24px;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.04);
  }

  @keyframes categoryBrands {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .category-marquee {
    max-width: 1260px;
    margin: 0 auto 46px;
    overflow: hidden;
    border-block: 1px solid var(--site-line);
    padding: 18px 0;
  }

  .category-marquee__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    gap: 16px;
    animation: categoryMarquee 56s linear infinite;
  }

  .category-marquee span {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--site-line);
    border-radius: 999px;
    background: var(--site-surface);
    padding: 10px 18px;
    color: var(--site-text);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  @keyframes categoryMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .category-seo-panel,
  .category-price-info,
  .category-faq-block {
    max-width: 1260px;
    margin: 0 auto;
  }

  .category-seo-panel {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 52px;
    align-items: center;
    padding: 58px 0;
  }

  .category-seo-panel__media {
    display: grid;
    min-height: 430px;
    place-items: center;
    border-radius: 30px;
    background:
      radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.28), transparent 24%),
      linear-gradient(135deg, #8a19d6 0%, #ec2f7b 62%, #321544 100%);
    color: #ffffff;
    box-shadow: 0 34px 80px rgba(100, 32, 160, 0.18);
    position: relative;
    overflow: hidden;
  }

  .category-seo-panel__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1px, transparent 1.5px);
    background-size: 24px 24px;
    opacity: 0.42;
  }

  .category-seo-panel__media > * {
    position: relative;
    z-index: 1;
  }

  .category-seo-panel__badge {
    position: absolute;
    left: 28px;
    top: 28px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
  }

  .category-seo-panel__media strong {
    position: absolute;
    left: 28px;
    bottom: 28px;
    max-width: 80%;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
  }

  .category-kicker {
    display: inline-flex;
    border: 1px solid color-mix(in srgb, var(--site-accent) 34%, var(--site-line));
    border-radius: 999px;
    background: var(--site-surface);
    padding: 8px 16px;
    color: var(--site-accent-strong);
    font-size: 12px;
    font-weight: 800;
  }

  .category-seo-panel__content h2,
  .category-price-info__copy h2,
  .category-faq-block h2 {
    margin-top: 18px;
    color: var(--site-text);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
  }

  .category-seo-panel__content p,
  .category-price-info__copy p {
    margin-top: 18px;
    color: var(--site-text);
    font-size: 17px;
    line-height: 1.78;
    font-weight: 500;
  }

  .category-seo-panel__content ul {
    display: grid;
    gap: 14px;
    margin-top: 26px;
    color: var(--site-text);
    font-size: 15px;
    font-weight: 600;
  }

  .category-seo-panel__content li {
    border-left: 4px solid #ec2f7b;
    padding-left: 18px;
  }

  .category-price-info {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
    gap: 48px;
    align-items: center;
    border-radius: 38px;
    background: var(--site-bg-soft);
    padding: 56px 60px;
  }

  .category-price-table {
    overflow: auto;
    border: 1px solid color-mix(in srgb, #4f63ff 20%, var(--site-line));
    border-radius: 18px;
  }

  .category-price-table table {
    width: 100%;
    border-collapse: collapse;
    background: var(--site-surface);
  }

  .category-price-table th,
  .category-price-table td {
    border-bottom: 1px solid var(--site-line);
    border-right: 1px solid var(--site-line);
    padding: 18px 20px;
    color: var(--site-text);
    text-align: left;
    font-size: 14px;
    font-weight: 700;
  }

  .category-price-table th:last-child,
  .category-price-table td:last-child {
    border-right: 0;
  }

  .category-price-table tr:last-child td {
    border-bottom: 0;
  }

  .category-price-table th {
    font-size: 13px;
    font-weight: 800;
  }

  .category-price-table td:nth-child(2) {
    font-weight: 800;
  }

  .category-price-table td span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .category-price-table td span svg {
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(25, 212, 160, 0.16);
    color: #11b98d;
    padding: 7px;
  }

  .category-faq-block {
    padding-top: 72px;
    text-align: center;
  }

  .category-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px;
    margin-top: 34px;
    text-align: left;
  }

  .category-faq-item {
    border: 1px solid color-mix(in srgb, #4f63ff 16%, var(--site-line));
    border-radius: 14px;
    background: var(--site-surface);
    overflow: hidden;
  }

  .category-faq-item summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    cursor: pointer;
    list-style: none;
    padding: 0 18px;
    color: var(--site-text);
    font-size: 15px;
    font-weight: 800;
  }

  .category-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .category-faq-item summary span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 184, 45, 0.42);
    border-radius: 12px;
    background: rgba(255, 184, 45, 0.14);
    color: #f59e0b;
  }

  .category-faq-item p {
    border-top: 1px solid var(--site-line);
    padding: 18px 22px 22px 76px;
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
  }

  html[data-theme='dark'] .category-package-panel,
  html[data-theme='dark'] .category-type-card.is-active,
  html[data-theme='dark'] .category-fast-chips a,
  html[data-theme='dark'] .category-quantity-lab,
  html[data-theme='dark'] .category-quantity-lab__options button,
  html[data-theme='dark'] .category-quantity-lab__badges span,
  html[data-theme='dark'] .category-feature-banner,
  html[data-theme='dark'] .category-package-card,
  html[data-theme='dark'] .category-selected-bar,
  html[data-theme='dark'] .category-brand-cloud span,
  html[data-theme='dark'] .category-marquee span,
  html[data-theme='dark'] .category-price-table table,
  html[data-theme='dark'] .category-faq-item {
    background-color: var(--site-surface);
  }

  @media (max-width: 1180px) {
    .category-type-strip {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-feature-banner {
      grid-template-columns: 150px minmax(0, 1fr) 170px;
    }

    .category-feature-banner__cta {
      grid-column: 1 / -1;
    }

    .category-price-info,
    .category-seo-panel {
      grid-template-columns: 1fr;
    }

    .category-quantity-lab__buy {
      grid-template-columns: minmax(0, 1fr);
      align-items: stretch;
    }

    .category-upgrade-button,
    .category-cart-button {
      width: 100%;
    }
  }

  @media (max-width: 900px) {
    .category-showcase__inner {
      flex-direction: column;
      padding: 52px 22px 190px;
    }

    .category-showcase__side {
      width: 100%;
      min-width: 0;
      justify-items: start;
    }

    .category-showcase__notice {
      width: min(100%, 430px);
    }

    .category-package-panel {
      margin: -190px 16px 0;
    }

    .category-tabs {
      align-items: flex-start;
      flex-direction: column;
      padding: 0;
      gap: 0;
    }

    .category-tabs__scroll {
      width: 100%;
      padding: 0 18px;
    }

    .category-auto-pill {
      width: 100%;
      border-top: 1px solid var(--site-line);
      padding: 14px 18px;
    }

    .category-package-grid,
    .category-quantity-lab__options,
    .category-quantity-lab__badges,
    .category-faq-grid {
      grid-template-columns: 1fr;
    }

    .category-quantity-lab__buy {
      grid-template-columns: 1fr;
    }

    .category-selected-bar {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .category-selected-bar b {
      font-size: 26px;
    }
  }

  @media (max-width: 640px) {
    .category-showcase {
      padding-bottom: 44px;
    }

    .category-showcase__hero {
      min-height: 470px;
      border-radius: 0 0 28px 28px;
    }

    .category-showcase__inner {
      min-height: 470px;
      padding: 34px 18px 158px;
    }

    .category-showcase__intro {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .category-showcase__icons {
      width: -moz-fit-content;
      width: fit-content;
    }

    .category-showcase__icon {
      width: 62px;
      height: 62px;
    }

    .category-showcase h1 {
      font-size: 32px;
    }

    .category-showcase p {
      font-size: 14px;
      line-height: 1.65;
    }

    .category-showcase__notice-item strong {
      font-size: 11px;
    }

    .category-showcase__notice-item small,
    .category-showcase__crumbline {
      display: none;
    }

    .category-package-panel {
      margin: -128px 12px 0;
      border-radius: 16px;
    }

    .category-tab {
      min-height: 62px;
      font-size: 13px;
    }

    .category-type-strip {
      display: flex;
      overflow-x: auto;
      gap: 12px;
      padding: 20px 18px 4px;
      scrollbar-width: none;
    }

    .category-type-strip::-webkit-scrollbar {
      display: none;
    }

    .category-type-card {
      width: 230px;
      flex: 0 0 auto;
      padding: 18px;
    }

    .category-fast-chips {
      margin: 16px 18px 0;
    }

    .category-feature-banner {
      grid-template-columns: 1fr;
      gap: 16px;
      margin: 18px;
      padding: 20px;
    }

    .category-feature-banner__visual {
      height: 92px;
    }

    .category-feature-banner__avatar {
      width: 64px;
      height: 64px;
      border-radius: 18px;
    }

    .category-feature-banner__avatar--one {
      left: 16px;
    }

    .category-feature-banner__avatar--two {
      left: 70px;
      top: 30px;
    }

    .category-feature-banner__copy h2 {
      font-size: 24px;
    }

    .category-feature-banner__cta {
      min-height: 54px;
      padding: 0 16px;
    }

    .category-quantity-lab {
      margin: 0 18px 22px;
      padding: 20px 16px;
    }

    .category-quantity-lab__control strong {
      font-size: 19px;
    }

    .category-quantity-lab__options button,
    .category-quantity-lab__badges span {
      min-height: 54px;
      padding: 0 14px;
      font-size: 12px;
    }

    .category-quantity-lab__options button {
      grid-template-columns: 48px minmax(0, 1fr) auto;
      gap: 10px;
      padding: 12px 14px;
    }

    .category-quantity-lab__options em {
      display: none;
    }

    .category-quantity-lab__price b {
      font-size: 26px;
    }

    .category-upgrade-button {
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 10px;
      padding: 10px 14px;
    }

    .category-upgrade-button strong,
    .category-upgrade-button em,
    .category-upgrade-button svg {
      grid-column: 2;
    }

    .category-upgrade-button em {
      justify-self: start;
      padding: 9px 14px;
    }

    .category-brand-cloud h2 {
      display: block;
      text-align: left;
    }

    .category-brand-cloud h2::before,
    .category-brand-cloud h2::after {
      display: none;
    }

    .category-package-heading {
      align-items: stretch;
      flex-direction: column;
      padding: 0 18px 18px;
    }

    .category-package-heading label {
      width: 100%;
    }

    .category-package-grid {
      gap: 12px;
      padding: 0 18px 18px;
    }

    .category-package-card {
      grid-template-columns: 30px minmax(0, 1fr);
    }

    .category-package-card__price {
      grid-column: 2;
      text-align: left;
    }

    .category-selected-bar {
      margin: 0 18px 20px;
    }

    .category-detail-sections {
      padding: 38px 14px 60px;
    }

    .category-seo-panel {
      gap: 28px;
      padding: 38px 0;
    }

    .category-seo-panel__media {
      min-height: 300px;
      border-radius: 22px;
    }

    .category-seo-panel__content h2,
    .category-price-info__copy h2,
    .category-faq-block h2 {
      font-size: 28px;
    }

    .category-seo-panel__content p,
    .category-price-info__copy p {
      font-size: 15px;
    }

    .category-price-info {
      gap: 26px;
      border-radius: 24px;
      padding: 28px 16px;
    }

    .category-price-table th,
    .category-price-table td {
      min-width: 140px;
      padding: 14px;
      font-size: 13px;
    }

    .category-faq-item summary {
      grid-template-columns: 36px minmax(0, 1fr) auto;
      gap: 12px;
      padding: 0 14px;
      font-size: 14px;
    }

    .category-faq-item summary span {
      width: 36px;
      height: 36px;
    }

    .category-faq-item p {
      padding: 14px 16px 18px;
    }
  }

@keyframes safReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (min-width: 640px) {

  .public-shell .sm\:text-5xl {
    font-size: clamp(2.05rem, 4vw, 3rem);
    line-height: 1.08;
  }

  .public-shell .sm\:text-3xl {
    font-size: clamp(1.45rem, 2.35vw, 1.9rem);
    line-height: 1.18;
  }

  .public-shell .sm\:text-2xl {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .admin-orders-list-card > .sm\:hidden table thead { background: #f7f8fb; }
  .admin-orders-list-card > .sm\:hidden table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-orders-list-card > .sm\:hidden table tbody tr { transition: background-color 140ms ease; }
  .admin-orders-list-card > .sm\:hidden table tbody tr:hover { background: #f7f8ff; }
  .admin-orders-list-card > .sm\:hidden table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; }
  .admin-order-detail-page .admin-card > .sm\:p-5 { background: #fff; }

  @media (max-width: 640px) {

    .public-shell .sm\:text-5xl {
      font-size: 2.05rem;
      line-height: 1.08;
    }

    .public-shell .sm\:text-3xl {
      font-size: 1.45rem;
      line-height: 1.18;
    }

    .public-shell .sm\:text-2xl {
      font-size: 1.15rem;
      line-height: 1.25;
    }
  }
}

@media (min-width: 768px) {
  .admin-orders-list-card > .md\:hidden table thead { background: #f7f8fb; }
  .admin-orders-list-card > .md\:hidden table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-orders-list-card > .md\:hidden table tbody tr { transition: background-color 140ms ease; }
  .admin-orders-list-card > .md\:hidden table tbody tr:hover { background: #f7f8ff; }
  .admin-orders-list-card > .md\:hidden table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; }
}

@media (min-width: 1024px) {

  .admin-settings-card > .lg\:flex.flex-col {
    display: flex;
    min-height: 68px;
    flex-direction: row;
    align-items: flex-start;
    gap: 13px;
    margin: -2px 0 22px;
    padding: 2px 0 18px;
    border-bottom: 1px solid #edf0f5;
  }

  .admin-settings-card > .lg\:flex.flex-col::before {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #dfe4ff;
    border-radius: 11px;
    background: #f0f2ff;
    color: var(--admin-blue);
    content: '✦';
    font-size: 16px;
    font-weight: 900;
  }

  .admin-settings-card > .lg\:flex.flex-col h2 {
    margin: 0;
    color: #101828;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .admin-settings-card > .lg\:flex.flex-col p {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
  }

  @media (max-width: 900px) {
    .admin-settings-card > .lg\:flex.flex-col { min-height: 60px; margin-bottom: 18px; padding-bottom: 14px; }
    .admin-settings-card > .lg\:flex.flex-col h2 { font-size: 17px; }
    .admin-settings-card > .lg\:flex.flex-col::before { width: 34px; height: 34px; border-radius: 10px; }
    .admin-settings-card > .lg\:flex.flex-col { min-height: 60px; margin-bottom: 18px; padding-bottom: 14px; }
    .admin-settings-card > .lg\:flex.flex-col h2 { font-size: 17px; }
    .admin-settings-card > .lg\:flex.flex-col::before { width: 34px; height: 34px; border-radius: 10px; }
    .admin-settings-card > .lg\:flex.flex-col { min-height: 60px; margin-bottom: 18px; padding-bottom: 14px; }
    .admin-settings-card > .lg\:flex.flex-col h2 { font-size: 17px; }
    .admin-settings-card > .lg\:flex.flex-col::before { width: 34px; height: 34px; border-radius: 10px; }
  }
  .admin-packages-table-card > .lg\:grid { padding: 10px; background: #f7f8fb; }

  @media (max-width: 700px) {
    .admin-packages-table-card > .lg\:grid { padding: 10px; }
  }
  .admin-providers-list-card > .lg\:grid { background: #f7f8fb; }
  .admin-blog-page > .lg\:flex.flex-col,
  .admin-banners-page > .lg\:flex.flex-col,
  .admin-faqs-page > .lg\:flex.flex-col,
  .admin-testimonials-page > .lg\:flex.flex-col { padding: 8px 2px 4px; }
  .admin-blog-page > .lg\:flex.flex-col h2,
  .admin-banners-page > .lg\:flex.flex-col h2,
  .admin-faqs-page > .lg\:flex.flex-col h2,
  .admin-testimonials-page > .lg\:flex.flex-col h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-blog-page > .lg\:flex.flex-col p,
  .admin-banners-page > .lg\:flex.flex-col p,
  .admin-faqs-page > .lg\:flex.flex-col p,
  .admin-testimonials-page > .lg\:flex.flex-col p { margin-top: 6px; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  .admin-payment-methods-page > div.lg\:flex.flex-col { padding: 8px 2px 4px; }
  .admin-payment-methods-page > div.lg\:flex.flex-col h2 { margin: 0; color: var(--admin-ink); font-size: clamp(24px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.035em; }
  .admin-payment-methods-page > div.lg\:flex.flex-col p { margin-top: 6px; color: var(--admin-soft); font-size: 13px; font-weight: 650; }
  @media (max-width: 700px) {
    .admin-payment-methods-page > div.lg\:flex.flex-col { align-items: stretch; flex-direction: column; }
    .admin-payment-methods-page > div.lg\:flex.flex-col a { width: 100%; }
    .admin-payment-methods-page > div.lg\:flex.flex-col { align-items: stretch; flex-direction: column; }
    .admin-payment-methods-page > div.lg\:flex.flex-col a { width: 100%; }
  }
  .admin-orders-list-card > .lg\:hidden table thead { background: #f7f8fb; }
  .admin-orders-list-card > .lg\:hidden table thead th { padding-top: 11px; padding-bottom: 11px; color: #7b8494; font-size: 10px; letter-spacing: .08em; }
  .admin-orders-list-card > .lg\:hidden table tbody tr { transition: background-color 140ms ease; }
  .admin-orders-list-card > .lg\:hidden table tbody tr:hover { background: #f7f8ff; }
  .admin-orders-list-card > .lg\:hidden table tbody td { padding-top: 13px; padding-bottom: 13px; border-color: #edf0f5; }
  @media (max-width: 700px) {
    .admin-orders-list-card > .lg\:grid { padding: 10px; background: #f7f8fb; }
  }
}

.placeholder\:text-\[\#6B7280\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6B7280\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6B7A90\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 122 144 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6B7A90\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 122 144 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B3BBC8\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 187 200 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#B3BBC8\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 187 200 / var(--tw-text-opacity, 1));
}

.read-only\:bg-white\/70:-moz-read-only {
  background-color: rgb(255 255 255 / 0.7);
}

.read-only\:bg-white\/70:read-only {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#536DFE\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 109 254 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#D6A62A\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 166 42 / var(--tw-border-opacity, 1));
}

.hover\:border-\[var\(--site-accent\)\]:hover {
  border-color: var(--site-accent);
}

.hover\:border-safGold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 19 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#143EE0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 62 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#172335\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 35 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#17A968\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 169 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1fba59\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 186 89 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#20AA68\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 170 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#213047\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 48 71 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#2367DA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 103 218 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#27AC6C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 172 108 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#2F67D6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 103 214 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#7D8B9F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 139 159 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#B88A15\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 138 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E13F47\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 63 71 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E63F49\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 63 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F0F2F7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F0F3FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F4F6F9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F5F6F8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F6F8FB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F8FAFC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFF8E5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-safGold\/90:hover {
  background-color: rgb(255 107 19 / 0.9);
}

.hover\:bg-safGoldLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-safGoldSoft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-safWarm:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:text-\[\#17191F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(23 25 31 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#172033\]:hover {
  --tw-text-opacity: 1;
  color: rgb(23 32 51 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#333\]:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#536DFE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(83 109 254 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#B88A15\]:hover {
  --tw-text-opacity: 1;
  color: rgb(184 138 21 / var(--tw-text-opacity, 1));
}

.hover\:text-\[var\(--site-accent-strong\)\]:hover {
  color: var(--site-accent-strong);
}

.hover\:text-safGold:hover {
  --tw-text-opacity: 1;
  color: rgb(255 107 19 / var(--tw-text-opacity, 1));
}

.hover\:text-safText:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-\[\#2F4056\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(47 64 86 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#536DFE\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(83 109 254 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#D6A62A\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 166 42 / var(--tw-border-opacity, 1));
}

.focus\:border-safGold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 19 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --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, 0 0 #0000);
}

.focus\:ring-\[\#2F4056\]\/10:focus {
  --tw-ring-color: rgb(47 64 86 / 0.1);
}

.focus\:ring-\[\#2F4056\]\/20:focus {
  --tw-ring-color: rgb(47 64 86 / 0.2);
}

.focus\:ring-\[\#536DFE\]\/30:focus {
  --tw-ring-color: rgb(83 109 254 / 0.3);
}

.focus\:ring-\[\#D6A62A\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 166 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#D6A62A\]\/20:focus {
  --tw-ring-color: rgb(214 166 42 / 0.2);
}

.focus\:ring-\[\#D6A62A\]\/35:focus {
  --tw-ring-color: rgb(214 166 42 / 0.35);
}

.focus\:ring-safGold\/40:focus {
  --tw-ring-color: rgb(255 107 19 / 0.4);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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, 0 0 #0000);
}

.focus-visible\:ring-\[\#128C7E\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 140 126 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-safGold:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 107 19 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-white\/60:disabled {
  background-color: rgb(255 255 255 / 0.6);
}

.disabled\:opacity-45:disabled {
  opacity: 0.45;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-55:disabled {
  opacity: 0.55;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-safGold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 19 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-\[\#536DFE\] {
  --tw-text-opacity: 1;
  color: rgb(83 109 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-safText {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.has-\[\:checked\]\:border-\[var\(--site-accent\)\]:has(:checked) {
  border-color: var(--site-accent);
}

.has-\[\:checked\]\:bg-\[var\(--site-accent-soft\)\]:has(:checked) {
  background-color: var(--site-accent-soft);
}

@media (min-width: 640px) {

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-48 {
    min-width: 12rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_180px_160px_auto\] {
    grid-template-columns: 1fr 180px 160px auto;
  }

  .md\:grid-cols-\[1fr_180px_180px_auto\] {
    grid-template-columns: 1fr 180px 180px auto;
  }

  .md\:grid-cols-\[1fr_180px_auto\] {
    grid-template-columns: 1fr 180px auto;
  }

  .md\:grid-cols-\[1fr_220px_180px_auto\] {
    grid-template-columns: 1fr 220px 180px auto;
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-\[620px\] {
    min-height: 620px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[48px\] {
    width: 48px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.02fr_\.98fr\] {
    grid-template-columns: 1.02fr .98fr;
  }

  .lg\:grid-cols-\[1\.15fr_\.7fr_\.7fr_\.95fr\] {
    grid-template-columns: 1.15fr .7fr .7fr .95fr;
  }

  .lg\:grid-cols-\[1\.1fr_\.9fr\] {
    grid-template-columns: 1.1fr .9fr;
  }

  .lg\:grid-cols-\[160px_1fr_180px\] {
    grid-template-columns: 160px 1fr 180px;
  }

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_340px\] {
    grid-template-columns: minmax(0,1fr) 340px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_380px\] {
    grid-template-columns: minmax(0,1fr) 380px;
  }

  .lg\:grid-cols-\[minmax\(220px\2c 1fr\)_150px_150px_170px_150px_140px_140px_110px_auto\] {
    grid-template-columns: minmax(220px,1fr) 150px 150px 170px 150px 140px 140px 110px auto;
  }

  .lg\:grid-cols-\[minmax\(220px\2c 1fr\)_220px_150px_150px_110px_auto\] {
    grid-template-columns: minmax(220px,1fr) 220px 150px 150px 110px auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-\[280px\] {
    padding-left: 280px;
  }

  .lg\:pl-\[48px\] {
    padding-left: 48px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {

  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_160px_180px_170px_140px_140px_120px_auto\] {
    grid-template-columns: 1fr 160px 180px 170px 140px 140px 120px auto;
  }

  .xl\:grid-cols-\[1fr_180px_150px_auto\] {
    grid-template-columns: 1fr 180px 150px auto;
  }

  .xl\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_320px\] {
    grid-template-columns: minmax(0,1fr) 320px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_360px\] {
    grid-template-columns: minmax(0,1fr) 360px;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }
}
