/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #087a45;
    --color-secondary-200: #dfe6e5;
    --color-secondary-500: #526270;
    --color-secondary-600: #526270;
    --color-secondary-700: #3d4d5b;
    --color-neutral: #0b1f33;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --bspk-navy-deep: #061523;
  --bspk-navy: #0b1f33;
  --bspk-green-dark: #00522d;
  --bspk-green: #087a45;
  --bspk-mint: #73e2ae;
  --bspk-soft-green: #edf8f2;
  --bspk-amber: #f0b53f;
  --bspk-surface: #f6f8f8;
  --bspk-body: #3d4d5b;
  --bspk-muted: #526270;
  --bspk-line: #dfe6e5;
  --bspk-line-strong: #c7d2d0;
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
  }
  body {
    margin: 0;
    background: var(--bspk-surface);
    color: var(--bspk-navy);
    font-family: var(--font-sans);
    text-rendering: optimizeLegibility;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, summary, a {
    -webkit-tap-highlight-color: transparent;
  }
  img, svg {
    display: block;
  }
}
@layer components {
  .bspk-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .bspk-topbar {
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: var(--bspk-navy);
    color: #fff;
  }
  .bspk-topbar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .bspk-topbar p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: rgba(255,255,255,.74);
  }
  .bspk-topbar p:last-child {
    color: rgba(255,255,255,.55);
  }
  .bspk-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }
  .bspk-icon--mint {
    color: var(--bspk-mint);
  }
  .bspk-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid var(--bspk-line);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
  }
  .bspk-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .bspk-brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .bspk-brand__name {
    display: block;
    color: var(--bspk-navy);
    font-size: 19px;
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: 1;
  }
  .bspk-brand__name em {
    color: var(--bspk-green);
    font-style: normal;
  }
  .bspk-brand__tag {
    display: block;
    margin-top: 5px;
    color: var(--bspk-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .bspk-logo {
    width: 23px;
    height: 23px;
    display: grid;
    grid-template-columns: repeat(2,8px);
    grid-template-rows: repeat(2,8px);
    gap: 3px;
    transform: rotate(45deg);
  }
  .bspk-logo span {
    border-radius: 2px;
    background: var(--bspk-green);
  }
  .bspk-logo span:nth-child(2), .bspk-logo span:nth-child(3) {
    background: var(--bspk-amber);
  }
  .bspk-nav {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .bspk-nav a {
    position: relative;
    padding-block: 28px;
    color: var(--bspk-navy);
    font-size: 14px;
    font-weight: 750;
  }
  .bspk-nav a::after {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--bspk-green);
    transform: scaleX(0);
    transition: transform .18s ease;
  }
  .bspk-nav a:hover::after, .bspk-nav a:focus-visible::after {
    transform: scaleX(1);
  }
  .bspk-language {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--bspk-line);
    border-radius: 999px;
    padding: 0 14px;
    background: #fff;
    color: var(--bspk-navy);
    font-size: 12px;
    font-weight: 800;
  }
  .bspk-language span {
    color: var(--bspk-muted);
  }
  .bspk-mobile-menu {
    position: relative;
    display: none;
  }
  .bspk-mobile-menu summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    cursor: pointer;
    border: 1px solid var(--bspk-line);
    border-radius: 999px;
    padding-inline: 15px;
    color: var(--bspk-navy);
    font-size: 13px;
    font-weight: 850;
  }
  .bspk-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .bspk-mobile-menu__panel {
    position: absolute;
    top: 48px;
    right: 0;
    width: min(260px, calc(100vw - 28px));
    display: grid;
    overflow: hidden;
    border: 1px solid var(--bspk-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(11,31,51,.16);
  }
  .bspk-mobile-menu__panel a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--bspk-line);
    padding: 10px 16px;
    color: var(--bspk-navy);
    font-size: 14px;
    font-weight: 750;
  }
  .bspk-mobile-menu__panel a:last-child {
    border-bottom: 0;
  }
  .bspk-hero {
    overflow: hidden;
    border-bottom: 1px solid var(--bspk-line);
    background: radial-gradient(circle at 85% 10%, rgba(115,226,174,.23), transparent 26rem), linear-gradient(180deg,#fff 0%,#f8fbfa 100%);
  }
  .bspk-hero__grid {
    display: grid;
    gap: 32px;
    padding-block: 28px 40px;
  }
  .bspk-hero__copy {
    order: 2;
  }
  .bspk-toplist {
    order: 1;
    overflow: hidden;
    border: 1px solid var(--bspk-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(11,31,51,.14);
  }
  .bspk-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(8,122,69,.2);
    border-radius: 999px;
    margin-bottom: 22px;
    padding: 7px 12px;
    background: var(--bspk-soft-green);
    color: var(--bspk-green);
    font-size: 12px;
    font-weight: 800;
  }
  .bspk-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--bspk-navy);
    font-size: clamp(2.35rem,11vw,4.8rem);
    font-weight: 950;
    letter-spacing: -.06em;
    line-height: .96;
    text-wrap: balance;
  }
  .bspk-hero__lead {
    max-width: 670px;
    margin: 26px 0 0;
    color: var(--bspk-body);
    font-size: 18px;
    line-height: 1.75;
  }
  .bspk-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
  }
  .bspk-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 850;
    transition: transform .18s ease, background .18s ease;
  }
  .bspk-button:hover {
    transform: translateY(-1px);
  }
  .bspk-button--primary,	.bspk-button--primary:visited,	.bspk-button--primary:hover,	.bspk-button--primary:focus {
    background: var(--bspk-green);
    color: #fff !important;
  }
  .bspk-button--primary {
    box-shadow: 0 10px 30px rgba(1,100,55,.2);
  }
  .bspk-button--primary:hover,	.bspk-button--primary:focus-visible {
    background: var(--bspk-green-dark);
    color: #fff !important;
  }
  .bspk-button--primary svg {
    color: #fff !important;
    stroke: currentColor;
  }
  .bspk-button--secondary {
    border-color: var(--bspk-line-strong);
    background: #fff;
    color: var(--bspk-navy);
  }
  .bspk-ticks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    color: var(--bspk-body);
    font-size: 14px;
    font-weight: 750;
  }
  .bspk-ticks li {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .bspk-ticks svg {
    color: var(--bspk-green);
  }
  .bspk-toplist__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    background: var(--bspk-navy);
    color: #fff;
  }
  .bspk-toplist__eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: var(--bspk-mint);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .bspk-toplist h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: 1.1;
  }
  .bspk-toplist__badge {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }
  .bspk-bookmaker {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
    border-bottom: 1px solid var(--bspk-line);
    padding: 15px;
  }
  .bspk-bookmaker:last-child {
    border-bottom: 0;
  }
  .bspk-bookmaker-logo {
    width: 86px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--bspk-line);
    border-radius: 12px;
    padding: 8px;
    background: var(--logo-bg,#fff);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  }
  .bspk-bookmaker-logo__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
  }
  .bspk-bookmaker__name {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .bspk-bookmaker__rank {
    color: var(--bspk-muted);
    font-size: 11px;
    font-weight: 900;
  }
  .bspk-bookmaker h3 {
    margin: 0;
    color: var(--bspk-navy);
    font-size: 16px;
    font-weight: 950;
  }
  .bspk-bookmaker__bonus {
    margin: 4px 0 0;
    color: #9a6100;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.55;
  }
  .bspk-bookmaker__best {
    margin: 2px 0 0;
    color: var(--bspk-muted);
    font-size: 11px;
    line-height: 1.5;
  }
  .bspk-bookmaker__details {
    display: grid;
    gap: 4px;
    margin-top: 9px;
    border-top: 1px solid var(--bspk-line);
    padding-top: 8px;
  }
  .bspk-bookmaker__details p {
    margin: 0;
    color: var(--bspk-body);
    font-size: 11px;
    line-height: 1.55;
  }
  .bspk-bookmaker__details strong {
    color: var(--bspk-navy);
    font-weight: 850;
  }
  .bspk-bookmaker .bspk-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
    padding: 9px 15px;
    font-size: 13px;
  }
  .bspk-toplist__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 18px;
    background: var(--bspk-surface);
    color: var(--bspk-muted);
    font-size: 11px;
    line-height: 1.65;
  }
  .bspk-toplist__note svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--bspk-green);
  }
  .bspk-steps {
    border-bottom: 1px solid var(--bspk-line);
    background: #fff;
  }
  .bspk-steps__grid {
    display: grid;
  }
  .bspk-step {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid var(--bspk-line);
    padding-block: 22px;
  }
  .bspk-step:last-child {
    border-bottom: 0;
  }
  .bspk-step__number {
    color: var(--bspk-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .16em;
  }
  .bspk-step strong {
    display: block;
    color: var(--bspk-navy);
    font-size: 16px;
  }
  .bspk-step p {
    margin: 5px 0 0;
    color: var(--bspk-muted);
    font-size: 14px;
    line-height: 1.65;
  }
  .bspk-section {
    padding-block: 58px;
  }
  .bspk-section--white {
    background: #fff;
  }
  .bspk-section--surface {
    border-block: 1px solid var(--bspk-line);
    background: var(--bspk-surface);
  }
  .bspk-section--navy {
    background: var(--bspk-navy);
    color: #fff;
  }
  .bspk-heading {
    display: grid;
    gap: 18px;
  }
  .bspk-eyebrow {
    margin: 0;
    color: var(--bspk-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .bspk-heading h2, .bspk-trust h2 {
    max-width: 690px;
    margin: 10px 0 0;
    color: var(--bspk-navy);
    font-size: clamp(2rem,4vw,3.25rem);
    font-weight: 950;
    letter-spacing: -.05em;
    line-height: 1.04;
  }
  .bspk-heading > p {
    max-width: 610px;
    margin: 0;
    color: var(--bspk-body);
    font-size: 15px;
    line-height: 1.8;
  }
  .bspk-comparison-table {
    display: none;
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid var(--bspk-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(11,31,51,.07);
  }
  .bspk-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .bspk-comparison-table thead {
    background: var(--bspk-navy);
    color: #fff;
  }
  .bspk-comparison-table th {
    padding: 15px 13px;
    color: rgba(255,255,255,.62);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: left;
    text-transform: uppercase;
  }
  .bspk-comparison-table th:nth-child(1) {
    width: 6%;
  }
  .bspk-comparison-table th:nth-child(2) {
    width: 15%;
  }
  .bspk-comparison-table th:nth-child(3) {
    width: 13%;
  }
  .bspk-comparison-table th:nth-child(4) {
    width: 18%;
  }
  .bspk-comparison-table th:nth-child(5), .bspk-comparison-table th:nth-child(6) {
    width: 19%;
  }
  .bspk-comparison-table th:nth-child(7) {
    width: 10%;
  }
  .bspk-comparison-table td {
    border-bottom: 1px solid var(--bspk-line);
    padding: 17px 13px;
    color: var(--bspk-body);
    font-size: 13px;
    line-height: 1.55;
    vertical-align: middle;
  }
  .bspk-comparison-table tr:last-child td {
    border-bottom: 0;
  }
  .bspk-comparison-table tbody tr:hover {
    background: rgba(237,248,242,.55);
  }
  .bspk-table-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bspk-navy);
  }
  .bspk-table-bonus {
    display: block;
    color: #8a5700;
    font-size: 13px;
  }
  .bspk-comparison-table small {
    display: block;
    margin-top: 4px;
    color: var(--bspk-muted);
    font-size: 10px;
  }
  .bspk-comparison-table td:last-child a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--bspk-green);
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
  }
  .bspk-comparison-table td:last-child svg {
    width: 14px;
    height: 14px;
  }
  .bspk-comparison {
    margin-top: 34px;
    display: grid;
    gap: 16px;
  }
  .bspk-compare-card {
    border: 1px solid var(--bspk-line);
    border-radius: 20px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(11,31,51,.06);
  }
  .bspk-compare-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .bspk-compare-card__top p {
    margin: 0;
    color: var(--bspk-muted);
    font-size: 11px;
    font-weight: 800;
  }
  .bspk-compare-card h3 {
    margin: 2px 0 0;
    color: var(--bspk-navy);
    font-size: 19px;
    font-weight: 950;
  }
  .bspk-best {
    display: inline-flex;
    margin-top: 14px;
    border: 1px solid rgba(8,122,69,.2);
    border-radius: 999px;
    padding: 5px 10px;
    background: var(--bspk-soft-green);
    color: var(--bspk-green);
    font-size: 12px;
    font-weight: 800;
  }
  .bspk-bonus {
    margin-top: 14px;
    border: 1px solid rgba(239,154,22,.2);
    border-radius: 16px;
    padding: 14px;
    background: #fff8e9;
  }
  .bspk-bonus span {
    display: block;
    color: #8a5700;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .bspk-bonus strong {
    display: block;
    margin-top: 6px;
    color: var(--bspk-navy);
    font-size: 16px;
    line-height: 1.45;
  }
  .bspk-bonus small {
    display: block;
    margin-top: 5px;
    color: var(--bspk-muted);
    font-size: 11px;
    line-height: 1.5;
  }
  .bspk-tradeoffs {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    border-block: 1px solid var(--bspk-line);
    padding-block: 14px;
  }
  .bspk-tradeoffs span {
    display: block;
    color: var(--bspk-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .bspk-tradeoffs div:last-child span {
    color: var(--bspk-muted);
  }
  .bspk-tradeoffs p {
    margin: 4px 0 0;
    color: var(--bspk-body);
    font-size: 14px;
    line-height: 1.6;
  }
  .bspk-compare-card .bspk-button {
    width: 100%;
    margin-top: 14px;
  }
  .bspk-offer-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    border: 1px solid var(--bspk-line);
    border-radius: 16px;
    padding: 15px;
    background: var(--bspk-surface);
    color: var(--bspk-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .bspk-offer-note strong {
    color: var(--bspk-navy);
  }
  .bspk-paths, .bspk-guides {
    display: grid;
    gap: 18px;
    margin-top: 34px;
  }
  .bspk-path-card, .bspk-guide-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bspk-line);
    border-radius: 24px;
    padding: 26px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(11,31,51,.05);
  }
  .bspk-path-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: var(--card-accent,var(--bspk-green));
  }
  .bspk-path-card__icon, .bspk-guide-card__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: var(--bspk-soft-green);
    color: var(--bspk-green);
  }
  .bspk-path-card h3, .bspk-guide-card h3 {
    margin: 12px 0 0;
    color: var(--bspk-navy);
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: 1.2;
  }
  .bspk-path-card > p:not(.bspk-eyebrow), .bspk-guide-card > p {
    margin: 14px 0 0;
    color: var(--bspk-body);
    font-size: 15px;
    line-height: 1.75;
  }
  .bspk-path-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 24px;
    color: var(--bspk-navy);
    font-size: 14px;
    font-weight: 850;
  }
  .bspk-trust {
    background: var(--bspk-navy);
    color: #fff;
  }
  .bspk-trust__grid {
    display: grid;
    gap: 36px;
  }
  .bspk-trust h2 {
    color: #fff;
  }
  .bspk-trust__intro > p:last-child {
    max-width: 600px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.64);
    font-size: 16px;
    line-height: 1.8;
  }
  .bspk-checks {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    background: rgba(255,255,255,.1);
    gap: 1px;
  }
  .bspk-check {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px;
    background: var(--bspk-navy);
  }
  .bspk-check__number {
    width: 36px;
    height: 36px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bspk-mint);
    color: var(--bspk-navy);
    font-size: 12px;
    font-weight: 950;
  }
  .bspk-check h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.5;
  }
  .bspk-check p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.52);
    font-size: 13px;
    line-height: 1.65;
  }
  .bspk-guide-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .bspk-guide-card__category {
    color: var(--bspk-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .bspk-guide-card__meta {
    margin-top: 22px;
    border-top: 1px solid var(--bspk-line);
    padding-top: 15px;
    color: var(--bspk-muted);
    font-size: 12px;
    font-weight: 700;
  }
  .bspk-urdu {
    border-block: 1px solid var(--bspk-line);
    background: var(--bspk-soft-green);
  }
  .bspk-urdu__inner {
    display: grid;
    gap: 20px;
    padding-block: 34px;
  }
  .bspk-urdu__copy {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .bspk-urdu__icon {
    width: 48px;
    height: 48px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    color: var(--bspk-green);
    box-shadow: 0 6px 18px rgba(11,31,51,.06);
  }
  .bspk-urdu strong {
    display: block;
    color: var(--bspk-navy);
    font-size: 16px;
  }
  .bspk-urdu p {
    max-width: 690px;
    margin: 5px 0 0;
    color: var(--bspk-body);
    font-size: 14px;
    line-height: 1.65;
  }
  .bspk-footer {
    background: var(--bspk-navy-deep);
    color: #fff;
  }
  .bspk-footer__grid {
    display: grid;
    gap: 34px;
    padding-block: 48px;
  }
  .bspk-footer__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.04em;
  }
  .bspk-footer__brand em {
    color: var(--bspk-mint);
    font-style: normal;
  }
  .bspk-footer__about {
    max-width: 500px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 1.75;
  }
  .bspk-footer__title {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .bspk-footer__links {
    display: grid;
    gap: 11px;
    margin-top: 16px;
  }
  .bspk-footer__links a, .bspk-footer__links a:visited {
    color: #dbe6e3 !important;
    font-size: 14px;
  }
  .bspk-footer__links a:hover, .bspk-footer__links a:focus-visible {
    color: #fff !important;
  }
  .bspk-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .bspk-footer__bottom .bspk-shell {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-block: 18px;
    color: rgba(255,255,255,.68);
    font-size: 12px;
  }
}
.bspk-review {
  background: var(--bspk-surface);
}
.bspk-review-hero {
  border-bottom: 1px solid var(--bspk-line);
  background: radial-gradient(circle at 78% 2%, rgba(115,226,174,.25), transparent 27rem), linear-gradient(180deg,#fff 0%,#f8fbfa 100%);
}
.bspk-review-hero__grid {
  display: grid;
  gap: 28px;
  padding-block: 34px 46px;
}
.bspk-review-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.bspk-review-logo {
  width: 146px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--bspk-line);
  border-radius: 18px;
  padding: 12px 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11,31,51,.07);
}
.bspk-review-logo img, .bspk-review-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bspk-review-logo strong {
  color: var(--bspk-navy);
  font-size: 18px;
}
.bspk-review-copy .bspk-pros-cons {
  align-items: stretch;
  gap: 18px;
}
.bspk-review-copy .bspk-pros-card, .bspk-review-copy .bspk-cons-card {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  box-shadow: 0 16px 38px rgba(11,31,51,.08);
}
.bspk-review-copy .bspk-pros-card {
  border-color: rgba(8,122,69,.24);
  background: linear-gradient(145deg,#ffffff 0%,#eefaf3 100%);
}
.bspk-review-copy .bspk-cons-card {
  border-color: rgba(184,67,67,.23);
  background: linear-gradient(145deg,#ffffff 0%,#fff2f1 100%);
}
.bspk-review-copy .bspk-pros-card::before, .bspk-review-copy .bspk-cons-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  content: "";
}
.bspk-review-copy .bspk-pros-card::before {
  background: #087a45;
}
.bspk-review-copy .bspk-cons-card::before {
  background: #c34848;
}
.bspk-review-copy .bspk-pros-card h3, .bspk-review-copy .bspk-cons-card h3 {
  display: flex;
  align-items: center;
  gap: 9px;
}
.bspk-review-copy .bspk-pros-card h3 {
  color: #08683c;
}
.bspk-review-copy .bspk-cons-card h3 {
  color: #a73737;
}
.bspk-review-copy .bspk-pros-card h3::before, .bspk-review-copy .bspk-cons-card h3::before {
  width: 27px;
  height: 27px;
  display: inline-flex;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}
.bspk-review-copy .bspk-pros-card h3::before {
  background: #087a45;
  content: "✓";
}
.bspk-review-copy .bspk-cons-card h3::before {
  background: #c34848;
  content: "!";
}
.bspk-review-copy .bspk-pros-card ul, .bspk-review-copy .bspk-cons-card ul {
  list-style: none;
  padding-left: 0;
}
.bspk-review-copy .bspk-pros-card li, .bspk-review-copy .bspk-cons-card li {
  position: relative;
  padding-left: 25px;
}
.bspk-review-copy .bspk-pros-card li::before, .bspk-review-copy .bspk-cons-card li::before {
  position: absolute;
  left: 0;
  top: .05em;
  font-weight: 950;
}
.bspk-review-copy .bspk-pros-card li::before {
  color: #087a45;
  content: "✓";
}
.bspk-review-copy .bspk-cons-card li::before {
  color: #c34848;
  content: "–";
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  box-shadow: 0 16px 38px rgba(11,31,51,.08);
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:first-child {
  border-color: rgba(8,122,69,.24);
  background: linear-gradient(145deg,#ffffff 0%,#eefaf3 100%);
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:last-child {
  border-color: rgba(184,67,67,.23);
  background: linear-gradient(145deg,#ffffff 0%,#fff2f1 100%);
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  content: "";
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:first-child::before {
  background: #087a45;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:last-child::before {
  background: #c34848;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column h3 {
  display: flex;
  align-items: center;
  gap: 9px;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:first-child h3 {
  color: #08683c;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:last-child h3 {
  color: #a73737;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column h3::before {
  width: 27px;
  height: 27px;
  display: inline-flex;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:first-child h3::before {
  background: #087a45;
  content: "✓";
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:last-child h3::before {
  background: #c34848;
  content: "!";
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column ul {
  list-style: none;
  padding-left: 0;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column li {
  position: relative;
  padding-left: 25px;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column li::before {
  position: absolute;
  left: 0;
  top: .05em;
  font-weight: 950;
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:first-child li::before {
  color: #087a45;
  content: "✓";
}
.bspk-review-copy .bspk-pros-cons > .wp-block-column:last-child li::before {
  color: #c34848;
  content: "–";
}
.bspk-review-badge {
  display: inline-flex;
  border: 1px solid rgba(8,122,69,.2);
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--bspk-soft-green);
  color: var(--bspk-green);
  font-size: 11px;
  font-weight: 850;
}
.bspk-review-brand p {
  margin: 7px 0 0;
  color: var(--bspk-muted);
  font-size: 13px;
  font-weight: 700;
}
.bspk-review-hero h1 {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--bspk-navy);
  font-size: clamp(2.35rem,10vw,4.8rem);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}
.bspk-review-primary-cta {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 22px;
  text-align: center;
}
.bspk-review-primary-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  border: 2px solid rgba(255,255,255,.42);
  border-radius: 16px;
  padding: 14px 22px;
  background: linear-gradient(135deg,#087f40,#056f38);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7,148,71,.28);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.bspk-review-primary-cta__button:hover, .bspk-review-primary-cta__button:focus-visible {
  background: linear-gradient(135deg,#087f40,#045e30);
  color: #fff;
  box-shadow: 0 15px 30px rgba(7,148,71,.34);
  transform: translateY(-2px);
}
.bspk-review-primary-cta__button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.bspk-review-primary-cta small {
  color: var(--bspk-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
}
.bspk-review-mobile-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  border-radius: 17px;
  padding: 15px;
  background: var(--bspk-navy);
  color: #fff;
}
.bspk-review-mobile-rating span, .bspk-scorecard__top > span {
  display: block;
  color: var(--bspk-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bspk-review-mobile-rating strong {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.bspk-review-mobile-rating > p {
  margin: 0;
  color: #fff;
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -.05em;
}
.bspk-review-mobile-rating small, .bspk-scorecard small, .bspk-review-side small {
  color: rgba(255,255,255,.55);
  font-size: 13px;
}
.bspk-review-bonus {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  border: 1px solid rgba(239,154,22,.22);
  border-radius: 19px;
  padding: 16px;
  background: #fff8e9;
}
.bspk-review-bonus__icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #9a6100;
  box-shadow: 0 5px 15px rgba(11,31,51,.06);
}
.bspk-review-bonus__icon svg {
  width: 19px;
  height: 19px;
}
.bspk-review-bonus span {
  display: block;
  color: #8a5700;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.bspk-review-bonus h2 {
  margin: 5px 0 0;
  color: var(--bspk-navy);
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.bspk-review-bonus p {
  margin: 6px 0 0;
  color: var(--bspk-body);
  font-size: 12px;
  line-height: 1.65;
}
.bspk-review-intro {
  max-width: 770px;
  margin: 20px 0 0;
  color: var(--bspk-body);
  font-size: 16px;
  line-height: 1.8;
}
.bspk-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 18px;
  color: var(--bspk-muted);
  font-size: 12px;
  font-weight: 700;
}
.bspk-scorecard {
  display: none;
  overflow: hidden;
  border: 1px solid var(--bspk-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(11,31,51,.13);
}
.bspk-scorecard__top {
  padding: 22px;
  background: var(--bspk-navy);
  color: #fff;
}
.bspk-scorecard__top p {
  margin: 8px 0 0;
  color: #fff;
  font-size: 54px;
  font-weight: 950;
  letter-spacing: -.07em;
  line-height: 1;
}
.bspk-scorecard__top strong {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}
.bspk-scorecard__scores {
  display: grid;
  gap: 15px;
  padding: 22px;
}
.bspk-score-row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}
.bspk-score-row span {
  color: var(--bspk-body);
  font-weight: 700;
}
.bspk-score-row strong {
  color: var(--bspk-navy);
}
.bspk-score-track {
  height: 6px;
  display: block;
  overflow: hidden;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--bspk-soft-green);
}
.bspk-score-track i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--bspk-green);
}
.bspk-review-layout {
  width: min(1060px, calc(100% - 28px));
  display: grid;
  gap: 34px;
  margin-inline: auto;
  padding-block: 52px;
}
.bspk-review-copy {
  min-width: 0;
}
.bspk-review-copy > *:first-child {
  margin-top: 0;
}
.bspk-review-copy h2 {
  margin: 46px 0 0;
  color: var(--bspk-navy);
  font-size: clamp(1.85rem,4vw,2.75rem);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.bspk-review-copy h3 {
  margin: 30px 0 0;
  color: var(--bspk-navy);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.bspk-review-copy p {
  margin: 16px 0 0;
  color: var(--bspk-body);
  font-size: 16px;
  line-height: 1.85;
}
.bspk-review-copy ul, .bspk-review-copy ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--bspk-body);
}
.bspk-review-copy li {
  padding-left: 4px;
  font-size: 15px;
  line-height: 1.7;
}
.bspk-review-copy a {
  color: var(--bspk-green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bspk-review-copy .wp-block-group {
  margin-top: 24px;
  border: 1px solid var(--bspk-line);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
.bspk-review-copy .wp-block-columns {
  gap: 16px;
  margin-top: 24px;
}
.bspk-review-copy .wp-block-column {
  border: 1px solid var(--bspk-line);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
.bspk-review-copy .wp-block-column h3 {
  margin-top: 0;
}
.bspk-review-copy .bspk-reader-tip {
  border-color: rgba(8,122,69,.18);
  background: var(--bspk-soft-green);
}
.bspk-review-copy .bspk-reader-tip--amber {
  border-color: rgba(167,99,14,.2);
  background: #fff8e9;
}
.bspk-review-copy .wp-block-table {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--bspk-line);
  border-radius: 18px;
  background: #fff;
}
.bspk-review-copy table {
  width: 100%;
  border-collapse: collapse;
}
.bspk-review-copy th {
  background: var(--bspk-navy);
  color: #fff;
  font-size: 12px;
  text-align: left;
}
.bspk-review-copy th, .bspk-review-copy td {
  border-bottom: 1px solid var(--bspk-line);
  padding: 13px;
  font-size: 13px;
  line-height: 1.55;
}
.bspk-review-copy .wp-block-table {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid var(--bspk-line-strong);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(11,31,51,.09);
  -webkit-overflow-scrolling: touch;
}
.bspk-review-copy .wp-block-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
}
.bspk-review-copy .wp-block-table th {
  background: linear-gradient(135deg,var(--bspk-navy) 0%,#123b49 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .045em;
  text-align: left;
  text-transform: uppercase;
}
.bspk-review-copy .wp-block-table th, .bspk-review-copy .wp-block-table td {
  border-bottom: 1px solid var(--bspk-line);
  padding: 15px 16px;
  font-size: 13px;
  line-height: 1.55;
  vertical-align: top;
}
.bspk-review-copy .wp-block-table tbody tr:nth-child(even) {
  background: #f6fbf8;
}
.bspk-review-copy .wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}
.bspk-review-copy .wp-block-table tbody tr:hover {
  background: var(--bspk-soft-green);
}
.bspk-review-copy .wp-block-table tbody td:first-child {
  border-left: 3px solid transparent;
  color: var(--bspk-navy);
  font-weight: 800;
}
.bspk-review-copy .wp-block-table tbody tr:hover td:first-child {
  border-left-color: var(--bspk-green);
}
.prose .wp-block-table {
  position: relative;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--bspk-line-strong);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(11,31,51,.10);
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--bspk-green) var(--bspk-soft-green);
  scrollbar-width: thin;
}
.prose .wp-block-table table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.prose .wp-block-table thead {
  background: linear-gradient(135deg,var(--bspk-navy-deep) 0%,#123b49 72%,var(--bspk-green-dark) 100%);
}
.prose .wp-block-table th {
  border: 0;
  border-right: 1px solid rgba(255,255,255,.10);
  padding: 16px 17px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.45;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
.prose .wp-block-table th:last-child {
  border-right: 0;
}
.prose .wp-block-table td {
  border: 0;
  border-bottom: 1px solid var(--bspk-line);
  padding: 16px 17px;
  color: var(--bspk-body);
  font-size: 13px;
  line-height: 1.6;
  vertical-align: top;
}
.prose .wp-block-table tbody tr {
  transition: background .16s ease, box-shadow .16s ease;
}
.prose .wp-block-table tbody tr:nth-child(even) {
  background: #f6fbf8;
}
.prose .wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}
.prose .wp-block-table tbody tr:hover {
  background: var(--bspk-soft-green);
  box-shadow: inset 4px 0 0 var(--bspk-green);
}
.prose .wp-block-table tbody td:first-child {
  color: var(--bspk-navy);
  font-weight: 850;
}
.prose .wp-block-table figcaption {
  margin: 0;
  border-top: 1px solid var(--bspk-line);
  padding: 12px 16px;
  background: #f8faf9;
  color: var(--bspk-muted);
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
}
.prose .wp-block-image:has(img[alt*="logo" i]) {
  width: fit-content;
  min-width: 174px;
  max-width: 210px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 18px;
  border: 1px solid var(--bspk-line-strong);
  border-radius: 17px;
  padding: 15px 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,51,.09);
}
.prose .wp-block-image:has(img[alt*="logo" i]) img {
  width: auto !important;
  max-width: 150px !important;
  max-height: 42px;
  height: auto !important;
  margin: 0;
  object-fit: contain;
}
.prose .wp-block-image:has(img[alt*="MelBet" i]), .prose .wp-block-image:has(img[alt*="MegaPari" i]), .bspk-review-logo--dark, .bspk-review-logo:has(img[alt*="MelBet" i]), .bspk-review-logo:has(img[alt*="MegaPari" i]) {
  border-color: #344957;
  background: #16242f;
  box-shadow: 0 12px 30px rgba(6,21,35,.18);
}
.prose .wp-block-image:has(img[alt*="Mostbet" i]), .bspk-review-logo:has(img[alt*="Mostbet" i]) {
  border-color: #164f83;
  background: #003a77;
  box-shadow: 0 12px 30px rgba(0,58,119,.20);
}
.bspk-comparison-table {
  position: relative;
  border-color: var(--bspk-line-strong);
  box-shadow: 0 20px 58px rgba(11,31,51,.11);
}
.bspk-comparison-table::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 4px;
  content: "";
  background: linear-gradient(90deg,var(--bspk-green),var(--bspk-mint),var(--bspk-amber));
  pointer-events: none;
}
.bspk-comparison-table thead {
  background: linear-gradient(135deg,var(--bspk-navy-deep) 0%,#123b49 72%,var(--bspk-green-dark) 100%);
}
.bspk-comparison-table tbody tr:nth-child(even) {
  background: #f7fbf9;
}
.bspk-comparison-table tbody tr {
  transition: background .16s ease, box-shadow .16s ease;
}
.bspk-comparison-table tbody tr:hover {
  background: var(--bspk-soft-green);
  box-shadow: inset 4px 0 0 var(--bspk-green);
}
.bspk-comparison-table tbody td:first-child {
  color: var(--bspk-green);
  font-weight: 950;
}
.bspk-bookmaker-logo {
  border-color: rgba(11,31,51,.18);
  box-shadow: 0 6px 18px rgba(11,31,51,.10), inset 0 0 0 1px rgba(255,255,255,.10);
}
.bspk-review-logo {
  border-color: var(--bspk-line-strong);
  box-shadow: 0 12px 32px rgba(11,31,51,.10);
}
.bspk-review-copy details {
  margin-top: 12px;
  border: 1px solid var(--bspk-line);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}
.bspk-review-copy summary {
  cursor: pointer;
  color: var(--bspk-navy);
  font-weight: 900;
}
.bspk-review-side {
  display: none;
}
.bspk-review-side__card, .bspk-review-warning {
  border: 1px solid var(--bspk-line);
  border-radius: 21px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(11,31,51,.08);
}
.bspk-review-side__card > span {
  color: var(--bspk-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.bspk-review-side__card > p {
  margin: 8px 0 0;
  color: var(--bspk-navy);
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -.06em;
}
.bspk-review-side__card > p small {
  color: var(--bspk-muted);
}
.bspk-review-side__card > strong {
  display: block;
  margin-top: 5px;
  color: var(--bspk-body);
  font-size: 13px;
}
.bspk-review-side__card .bspk-button {
  width: 100%;
  margin-top: 16px;
}
.bspk-review-warning {
  margin-top: 14px;
  border-color: rgba(239,154,22,.23);
  background: #fff8e9;
  box-shadow: none;
}
.bspk-review-warning strong {
  color: #8a5700;
}
.bspk-review-warning p {
  margin: 7px 0 0;
  color: var(--bspk-body);
  font-size: 12px;
  line-height: 1.65;
}
@media (min-width: 640px) {
  .bspk-actions {
    flex-direction: row;
  }
  .bspk-button {
    width: auto;
  }
  .bspk-bookmaker {
    grid-template-columns: auto 1fr auto;
    padding: 14px 22px;
  }
  .bspk-bookmaker .bspk-button {
    grid-column: auto;
    width: auto;
    min-height: 38px;
  }
  .bspk-toplist__head {
    padding: 21px 26px;
  }
  .bspk-toplist__note {
    padding-inline: 22px;
  }
  .bspk-steps__grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .bspk-step {
    border-right: 1px solid var(--bspk-line);
    border-bottom: 0;
    padding: 24px;
  }
  .bspk-step:first-child {
    padding-left: 0;
  }
  .bspk-step:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .bspk-comparison {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .bspk-checks {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .bspk-footer__bottom .bspk-shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .bspk-review-hero__grid {
    grid-template-columns: minmax(0,1fr) 330px;
    align-items: center;
    gap: 38px;
    padding-block: 58px;
  }
  .bspk-review-mobile-rating {
    display: none;
  }
  .bspk-scorecard {
    display: block;
  }
  .bspk-section {
    padding-block: 82px;
  }
  .bspk-heading {
    grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
    align-items: end;
  }
  .bspk-urdu__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .bspk-footer__grid {
    grid-template-columns: 1.2fr .8fr .8fr;
  }
}
@media (min-width: 1024px) {
  .bspk-review-layout {
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 44px;
    padding-block: 76px;
  }
  .bspk-review-side {
    display: block;
    position: sticky;
    top: 105px;
    align-self: start;
  }
  .bspk-comparison-table {
    display: block;
  }
  .bspk-comparison {
    display: none;
  }
  .bspk-hero__grid {
    grid-template-columns: minmax(0,.82fr) minmax(470px,1.18fr);
    align-items: start;
    gap: 40px;
    padding-block: 62px;
  }
  .bspk-hero__copy {
    order: 1;
  }
  .bspk-toplist {
    order: 2;
  }
  .bspk-hero__lead {
    font-size: 20px;
  }
  .bspk-paths, .bspk-guides {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .bspk-path-card {
    min-height: 350px;
    padding: 30px;
  }
  .bspk-trust__grid {
    grid-template-columns: .8fr 1.2fr;
    gap: 48px;
    align-items: start;
  }
  .bspk-trust__intro {
    position: sticky;
    top: 110px;
  }
}
@media (max-width: 1023px) {
  .bspk-nav, .bspk-language {
    display: none;
  }
  .bspk-mobile-menu {
    display: block;
  }
}
@media (max-width: 639px) {
  .bspk-shell {
    width: min(100% - 28px,1180px);
  }
  .bspk-topbar p:last-child {
    display: none;
  }
  .bspk-brand__name {
    font-size: 17px;
  }
  .bspk-section {
    padding-block: 54px;
  }
  .bspk-heading h2, .bspk-trust h2 {
    font-size: 2rem;
  }
  .prose .wp-block-table {
    margin-right: -8px;
    margin-left: -8px;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(11,31,51,.09);
  }
  .prose .wp-block-table th, .prose .wp-block-table td {
    padding: 13px 14px;
  }
  .prose .wp-block-image:has(img[alt*="logo" i]) {
    min-width: 160px;
    min-height: 66px;
    padding: 13px 15px;
  }
  .bspk-review-copy .wp-block-table {
    margin-right: -6px;
    margin-left: -6px;
    border-radius: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
