/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .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,);
  }
}
:root {
  --background: #fff;
  --foreground: #152c39;
  --card: #fff;
  --card-foreground: #152c39;
  --popover: #fff;
  --popover-foreground: #152c39;
  --primary: #146e62;
  --primary-foreground: #fff;
  --secondary: #f3f5f2;
  --secondary-foreground: #152c39;
  --muted: #f3f5f2;
  --muted-foreground: #596c73;
  --accent: #eaf3ed;
  --accent-foreground: #146e62;
  --destructive: #ab3832;
  --border: #dde5e1;
  --input: #c8d3ce;
  --ring: #146e62;
  --radius: .6rem;
  --navy: #152c39;
  --teal: #146e62;
  --lime: #d7ebac;
  --cream: #f5f6f1;
  --text: #53666d;
  --line: #dfe5e1;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: var(--navy);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,input,textarea {
  font: inherit;
}
button,a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: .45;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
h1,h2,h3,h4,p {
  margin: 0;
}
h1,h2,h3 {
  line-height: 1.12;
  letter-spacing: -.045em;
}
h1 {
  font-size: clamp(2.7rem,5.4vw,5rem);
  font-weight: 600;
}
h2 {
  font-size: clamp(2rem,3.4vw,3.1rem);
  font-weight: 550;
}
h3 {
  font-size: 1.38rem;
  letter-spacing: -.025em;
  font-weight: 600;
}
p {
  color: var(--text);
}
svg {
  flex-shrink: 0;
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline: 3px solid #5ea994;
  outline-offset: 4px;
}
::selection {
  background: var(--lime);
  color: var(--navy);
}
.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
.eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 19px;
}
.section {
  padding: 94px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 37px;
}
.section-head p {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.65;
}
.section-head h2 {
  max-width: 650px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 23px;
  min-height: 52px;
  border: 1px solid transparent;
  background: var(--teal);
  color: white;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  transition: background .2s,transform .2s;
}
.btn:hover {
  background: #0b574d;
  transform: translateY(-1px);
}
.btn svg {
  width: 18px;
  height: 18px;
}
.btn-outline {
  background: transparent;
  border-color: #cdd8d2;
  color: var(--navy);
}
.btn-outline:hover {
  background: #eef3ee;
}
.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-light:hover {
  background: var(--lime);
}
.btn-lime {
  background: var(--lime);
  color: var(--navy);
}
.btn-lime:hover {
  background: #c3dd90;
}
.btn-sm {
  padding: 11px 17px;
  min-height: 43px;
  font-size: 14px;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--teal);
  font-weight: 600;
  font-size: 15px;
}
.text-link svg {
  width: 18px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button-row {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 29px;
}
.preview-bar {
  background: var(--navy);
  color: #dfe9e7;
  text-align: center;
  font-size: 12px;
  padding: 6px 15px;
}
.preview-bar button {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 8px;
}
.header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.97);
  z-index: 40;
  border-bottom: 1px solid #e6ebe7;
  backdrop-filter: blur(10px);
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 31px;
  letter-spacing: -1.6px;
  font-weight: 700;
  flex-shrink: 0;
}
.brand img {
  width: 35px;
  height: 37px;
  object-fit: contain;
}
.nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}
.nav a,.nav button {
  font-size: 14px;
  color: #354b54;
  font-weight: 500;
  white-space: nowrap;
}
.nav .current {
  color: var(--teal);
}
.nav button {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 8px;
}
.portal-link {
  display: flex;
  gap: 7px;
  font-size: 14px;
  align-items: center;
}
.menu-toggle {
  display: none;
}
.mega-content {
  width: 380px;
  padding: 12px !important;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 50px #102c391a;
  border-radius: 14px !important;
}
.mega-item {
  padding: 11px !important;
  font-size: 15px;
  display: flex !important;
  gap: 12px;
  cursor: pointer;
}
.icon-box {
  width: 47px;
  height: 47px;
  background: #eef4ee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  flex-shrink: 0;
}
.icon-box svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.5;
}
.hero {
  background: linear-gradient(90deg,#f7f8f4 55%,#eef2e9 55%);
  padding: 57px 0 54px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 47px;
  align-items: center;
}
.hero-copy {
  padding: 15px 0 22px;
}
.hero h1 {
  font-size: clamp(3rem,5.2vw,4.75rem);
  letter-spacing: -.052em;
  line-height: 1.02;
  max-width: 600px;
}
.hero h1 span {
  color: var(--teal);
}
.hero-copy>p {
  font-size: 18px;
  max-width: 465px;
  line-height: 1.7;
  margin-top: 25px;
}
.hero .eyebrow {
  margin-bottom: 24px;
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #425a5a;
  margin-top: 25px;
}
.hero-facts span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-facts svg {
  width: 15px;
  height: 15px;
}
.hero-photo {
  position: relative;
  height: 475px;
}
.hero-photo>img {
  height: 100%;
  border-radius: 17px 17px 75px 17px;
}
.photo-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  background: white;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
}
.lead-peek {
  position: absolute;
  bottom: 25px;
  left: -25px;
  width: 255px;
  padding: 19px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 35px #102d3926;
}
.lead-peek-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lead-peek strong {
  display: block;
  font-size: 15px;
}
.lead-peek small {
  font-size: 12px;
  color: var(--text);
}
.lead-peek .icon-box {
  width: 40px;
  height: 40px;
}
.lead-peek dl {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 12px;
  font-size: 12px;
}
.lead-peek dt {
  color: var(--text);
}
.lead-peek dd {
  font-weight: 600;
}
.lead-peek-bottom {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--text);
}
.category-strip {
  border-bottom: 1px solid var(--line);
}
.category-strip .container {
  display: grid;
  grid-template-columns: repeat(7,1fr);
}
.category-strip a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 28px 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  border-right: 1px solid #edf0ed;
}
.category-strip a:hover {
  background: #f3f7f0;
  color: var(--teal);
}
.category-strip svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.35;
  color: var(--teal);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.product-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform .25s,box-shadow .25s;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 36px #17352c10;
}
.product-image {
  position: relative;
  overflow: hidden;
  height: 225px;
  background: #edf0e9;
}
.product-image img {
  height: 100%;
  transition: transform .6s;
}
.product-card:hover img {
  transform: scale(1.035);
}
.image-label {
  position: absolute;
  left: 17px;
  top: 17px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.product-body {
  padding: 24px;
}
.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-title h3 {
  font-size: 22px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.product-title svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
  color: var(--teal);
}
.product-body p {
  font-size: 16px;
  line-height: 1.6;
  margin: 12px 0 22px;
  min-height: 51px;
}
.product-body .text-link {
  font-size: 14px;
}
.product-cta {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product-cta h3 {
  font-size: 32px;
  max-width: 250px;
}
.product-cta p {
  margin: 18px 0 24px;
  font-size: 16px;
}
.freedom {
  background: var(--navy);
  color: white;
  padding: 84px 0;
}
.freedom .eyebrow {
  color: var(--lime);
}
.freedom-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}
.freedom h2 {
  font-size: clamp(2.8rem,4.7vw,4.3rem);
}
.freedom h2 span {
  color: var(--lime);
}
.freedom p {
  color: #c4d2d5;
  font-size: 18px;
  max-width: 430px;
}
.freedom-features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid #ffffff26;
}
.freedom-features>div {
  padding: 34px 35px 0 0;
}
.freedom-features svg {
  width: 29px;
  height: 29px;
  color: var(--lime);
  stroke-width: 1.4;
  margin-bottom: 20px;
}
.freedom-features h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.freedom-features p {
  font-size: 16px;
}
.process {
  background: var(--cream);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
  margin-top: 45px;
}
.step-no {
  font-size: 14px;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 27px;
}
.step-no:after {
  content: '';
  height: 1px;
  background: #cad8cc;
  flex: 1;
}
.steps-grid h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.steps-grid p {
  font-size: 16px;
  line-height: 1.75;
}
.quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.quality-grid>div>p {
  font-size: 17px;
  line-height: 1.75;
  margin: 23px 0;
}
.quality-list {
  display: grid;
  gap: 19px;
  margin: 26px 0;
}
.quality-list>div {
  display: flex;
  gap: 13px;
  align-items: start;
}
.quality-list svg {
  margin-top: 3px;
  color: var(--teal);
  width: 20px;
}
.quality-list p {
  font-size: 16px;
  margin-top: 5px;
}
.sample-card {
  background: var(--cream);
  padding: 33px;
  border: 1px solid #e0e6dd;
  border-radius: 15px;
}
.sample-head {
  display: flex;
  gap: 13px;
  align-items: center;
  border-bottom: 1px solid #d9e0d6;
  padding-bottom: 23px;
}
.sample-head h3 {
  font-size: 22px;
}
.sample-head p {
  font-size: 13px;
  margin-top: 3px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background: #e7f0e8;
  color: #176c59;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.badge-gray {
  background: #eff1f0;
  color: #596970;
}
.badge-gold {
  background: #fbf0d9;
  color: #86641b;
}
.specs {
  margin: 16px 0;
}
.specs>div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #dfe5dd;
  font-size: 14px;
}
.specs dt {
  color: var(--text);
}
.specs dd {
  text-align: right;
  font-weight: 500;
}
.note {
  font-size: 12px;
  color: #5f7075;
  line-height: 1.6;
}
.portal-section {
  background: #eff4f1;
}
.portal-preview {
  border: 1px solid #cddbd1;
  background: #fff;
  box-shadow: 0 12px 40px #152c390d;
  border-radius: 14px;
  padding: 27px;
  display: grid;
  gap: 25px;
  min-width: 0;
}
.preview-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-title strong {
  font-size: 18px;
}
.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.mini-metrics>div {
  padding: 16px;
  background: #f5f7f3;
  border-radius: 7px;
}
.mini-metrics span {
  font-size: 12px;
  color: var(--text);
  display: block;
}
.mini-metrics strong {
  font-size: 30px;
  letter-spacing: -.04em;
  font-weight: 500;
}
.mini-lead {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.mini-lead .badge {
  margin-left: auto;
}
.mini-lead strong {
  font-size: 14px;
}
.mini-lead small {
  display: block;
  font-size: 12px;
  color: var(--text);
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
}
.article-card img {
  height: 235px;
  border-radius: 10px;
  margin-bottom: 21px;
}
.meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 14px;
  gap: 15px;
}
.article-card h3 {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.article-card p {
  font-size: 16px;
  margin-bottom: 20px;
}
.article-card:hover h3 {
  color: var(--teal);
}
.faq-section {
  background: var(--cream);
}
.faq-layout {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 95px;
}
.faq-layout>div>p {
  margin: 20px 0;
  font-size: 17px;
}
.faq-item {
  border-bottom: 1px solid #d4ded6;
}
.faq-item button {
  font-size: 17px !important;
  font-weight: 500 !important;
  text-align: left;
  line-height: 1.5 !important;
  padding: 24px 0 !important;
}
.faq-item [data-slot=accordion-content] {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  padding-bottom: 20px;
}
.cta-band {
  padding: 65px 0;
}
.cta-inner {
  background: #ddebce;
  border-radius: 15px;
  padding: 49px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.cta-inner h2 {
  font-size: 35px;
  max-width: 600px;
}
.cta-inner p {
  margin-top: 13px;
  font-size: 16px;
}
.cta-inner .btn {
  flex-shrink: 0;
}
.footer {
  background: var(--navy);
  color: white;
  padding: 64px 0 22px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr .8fr 1fr;
  gap: 40px;
}
.footer .brand img {
  filter: brightness(0) invert(1);
}
.footer p {
  color: #b8c9cb;
  font-size: 14px;
  max-width: 255px;
  margin-top: 20px;
}
.footer h3 {
  font-size: 14px;
  margin: 9px 0 20px;
  color: #e4eee8;
}
.footer a:not(.brand) {
  display: block;
  font-size: 14px;
  color: #b8c9cb;
  margin: 9px 0;
}
.footer a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ffffff25;
  margin-top: 44px;
  padding-top: 22px;
  color: #a9bfc1;
  font-size: 12px;
}
.footer-bottom>div {
  display: flex;
  gap: 22px;
}
.footer-bottom a {
  margin: 0 !important;
  font-size: 12px !important;
}
.page-intro {
  background: var(--cream);
  padding: 57px 0 53px;
}
.page-intro h1 {
  font-size: clamp(2.6rem,4.5vw,4rem);
  max-width: 880px;
}
.page-intro p {
  max-width: 680px;
  font-size: 18px;
  margin-top: 20px;
}
.breadcrumbs {
  font-size: 12px;
  color: var(--text);
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 27px;
}
.breadcrumbs a:hover {
  color: var(--teal);
}
.breadcrumbs svg {
  width: 13px;
}
.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.filter-btn {
  border: 1px solid var(--line);
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  color: var(--text);
}
.filter-btn.active,.filter-btn:hover {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.product-hero {
  padding: 30px 0 58px;
  background: var(--cream);
}
.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.product-hero h1 {
  font-size: clamp(2.7rem,4.1vw,4rem);
  overflow-wrap: anywhere;
}
.product-hero p {
  font-size: 18px;
  margin: 22px 0;
  line-height: 1.75;
}
.product-hero img {
  height: 420px;
  border-radius: 14px;
}
.product-details {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 65px;
  align-items: start;
}
.product-details h2 {
  font-size: 36px;
  margin-bottom: 23px;
}
.product-details p {
  font-size: 16px;
  line-height: 1.8;
}
.data-points {
  margin: 26px 0 40px;
  display: grid;
  gap: 13px;
}
.data-points>div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  background: #f5f7f3;
  border-radius: 7px;
  font-size: 16px;
}
.data-points svg {
  width: 18px;
  color: var(--teal);
}
.purchase-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  position: sticky;
  top: 112px;
  box-shadow: 0 10px 35px #152c3908;
}
.price {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -.05em;
  font-weight: 600;
  margin: 10px 0;
}
.price small {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}
.purchase-card .btn {
  width: 100%;
  margin-top: 20px;
}
.purchase-card .note {
  margin-top: 14px;
}
.purchase-card h3 {
  margin-bottom: 13px;
}
.purchase-card hr {
  margin: 23px 0;
  border-color: var(--line);
}
.purchase-card li {
  font-size: 14px;
  display: flex;
  gap: 9px;
  margin: 12px 0;
}
.purchase-card li svg {
  width: 16px;
  color: var(--teal);
}
.article-layout {
  max-width: 790px;
  margin: auto;
  padding: 65px 30px;
}
.article-layout img {
  max-height: 400px;
  border-radius: 12px;
  margin-bottom: 38px;
}
.article-layout section {
  margin-bottom: 35px;
}
.article-layout h2 {
  font-size: 29px;
  line-height: 1.25;
  margin-bottom: 17px;
}
.article-layout p {
  font-size: 17px;
  line-height: 1.9;
}
.article-layout .cta-inner {
  padding: 30px;
  display: block;
}
.article-layout .cta-inner h2 {
  font-size: 27px;
}
.article-layout .cta-inner .btn {
  margin-top: 20px;
}
.narrow {
  max-width: 820px;
}
.prose h2 {
  font-size: 29px;
  margin: 32px 0 15px;
}
.prose p {
  margin: 15px 0;
  line-height: 1.85;
}
.info-note {
  display: flex;
  gap: 10px;
  align-items: start;
  padding: 14px 17px;
  background: #edf3ed;
  border: 1px solid #d7e4d9;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.65;
  color: #365b4b;
}
.info-note svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.info-note a {
  text-decoration: underline;
}
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
}
.field {
  display: flex;
  flex-direction: column;
}
.field small {
  font-size: 12px;
  color: var(--text);
  margin-top: 7px;
}
.input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cbd6d0;
  border-radius: 7px;
  background: #fff;
  min-height: 50px;
  outline: none;
  font-size: 16px;
  color: var(--navy);
}
.input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px #146e6213;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field.full {
  grid-column: 1/-1;
}
.select-control {
  width: 100% !important;
  height: 50px !important;
  font-size: 16px !important;
  padding: 13px 14px !important;
  background: #fff !important;
  border: 1px solid #cbd6d0 !important;
  box-shadow: none !important;
}
.select-popup {
  font-size: 15px !important;
  z-index: 80 !important;
}
.select-option {
  padding: 10px 13px !important;
  font-size: 15px !important;
}
.error {
  color: #aa332e;
  font-size: 14px;
  margin-top: 10px;
}
.checkout-bg {
  background: #f5f7f3;
  min-height: 72vh;
  padding: 38px 0 80px;
}
.checkout-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.checkout-top {
  margin-bottom: 26px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 30px;
  align-items: start;
}
.checkout-main {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  min-width: 0;
}
.stepper {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.stepper li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #78857f;
}
.stepper span {
  width: 27px;
  height: 27px;
  border: 1px solid #d5ddd8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.stepper .active {
  color: var(--teal);
  font-weight: 600;
}
.stepper .active span {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.stepper .done span {
  background: #eaf3e9;
  border-color: #eaf3e9;
  color: var(--teal);
}
.stepper svg {
  width: 14px;
}
.checkout-main h2 {
  font-size: 28px;
  margin-bottom: 9px;
}
.checkout-main h2+p {
  font-size: 16px;
  margin-bottom: 24px;
}
.radio-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px !important;
}
.radio-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 0;
}
.radio-card.selected {
  background: #f0f6ed;
  border-color: var(--teal);
}
.radio-card>svg {
  width: 24px;
  height: 24px;
  color: var(--teal);
  stroke-width: 1.5;
}
.radio-card>span {
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
  flex: 1;
}
.radio-card small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--text);
  margin-top: 3px;
}
.choice-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 13px !important;
}
.choice-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: start;
  gap: 10px;
  cursor: pointer;
}
.choice-card.selected {
  background: #f0f6ed;
  border-color: var(--teal);
}
.choice-card strong {
  font-size: 14px;
  display: block;
}
.choice-card small {
  display: block;
  font-size: 12px;
  color: var(--text);
  margin-top: 5px;
  line-height: 1.6;
}
.form-block {
  margin: 28px 0;
}
.form-block>h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.checkout-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  margin-top: 28px;
}
.checkout-footer .btn {
  margin-left: auto;
}
.checkout-footer .back {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
}
.order-summary {
  background: #fff;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 12px;
  position: sticky;
  top: 111px;
}
.summary-product {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 22px 0;
}
.summary-product img {
  width: 74px;
  height: 67px;
  border-radius: 6px;
}
.summary-product strong {
  font-size: 16px;
}
.summary-product small {
  display: block;
  font-size: 12px;
  color: var(--text);
  margin-top: 3px;
}
.summary-rows>div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
  margin: 12px 0;
}
.summary-rows span:first-child {
  color: var(--text);
}
.summary-rows hr {
  margin: 18px 0;
  border-color: var(--line);
}
.summary-rows .total {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
.summary-rows .total span {
  color: var(--navy);
}
.order-summary .info-note {
  margin-top: 22px;
  font-size: 12px;
}
.check-label {
  display: flex;
  gap: 11px;
  align-items: start;
  font-size: 14px;
  line-height: 1.65;
  margin: 18px 0;
  cursor: pointer;
}
.check-label [data-slot=checkbox] {
  margin-top: 4px;
  flex-shrink: 0;
}
.check-label a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.review {
  margin: 20px 0;
  border-top: 1px solid var(--line);
}
.review-row {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.review-row strong {
  display: block;
  margin-bottom: 4px;
}
.review-row p {
  font-size: 14px;
}
.review-row button {
  font-size: 13px;
  color: var(--teal);
  text-decoration: underline;
}
.success {
  max-width: 730px;
  text-align: center;
  margin: 32px auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 45px;
}
.success-icon {
  width: 70px;
  height: 70px;
  background: #eaf3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
  color: var(--teal);
}
.success h1 {
  font-size: 38px;
  margin-bottom: 18px;
}
.success p {
  font-size: 16px;
  line-height: 1.8;
}
.success .button-row {
  justify-content: center;
}
.success .specs {
  text-align: left;
  margin: 25px 0;
}
.booking-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 65px;
  align-items: start;
}
.booking-aside h2 {
  font-size: 38px;
  margin-bottom: 24px;
}
.booking-aside>p {
  font-size: 17px;
  line-height: 1.8;
}
.booking-meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}
.booking-meta span {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
}
.booking-meta svg {
  width: 20px;
  color: var(--teal);
}
.booking-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 10px 35px #152c3908;
}
.booking-card h3 {
  font-size: 22px;
  margin: 27px 0 16px;
}
.booking-card h3:first-child {
  margin-top: 0;
}
.days-grid {
  display: grid !important;
  grid-template-columns: repeat(5,1fr);
  gap: 9px !important;
}
.day-option {
  padding: 13px 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.day-option strong {
  font-size: 24px;
  font-weight: 500;
}
.day-option span {
  font-size: 12px;
  color: var(--text);
}
.day-option.selected {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.day-option.selected span {
  color: #d8eee5;
}
.day-option [data-slot=radio-group-item] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.day-option:has(:focus-visible) {
  outline: 3px solid #5ea994;
  outline-offset: 3px;
}
.slots-grid {
  display: grid !important;
  grid-template-columns: repeat(3,1fr);
  gap: 10px !important;
}
.slot-option {
  border: 1px solid #cbd6d0;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}
.slot-option.selected {
  background: #eaf3e3;
  border-color: var(--teal);
}
.booking-card .form-grid {
  margin-top: 25px;
}
.booking-card>.btn {
  width: 100%;
  margin-top: 20px;
}
.booking-card .info-note {
  margin-top: 23px;
}
.portal-bg {
  background: #f3f6f3;
  min-height: 75vh;
  padding: 35px 0 65px;
}
.portal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 25px 0 32px;
}
.portal-head h1 {
  font-size: 36px;
  line-height: 1.2;
}
.portal-head p {
  font-size: 16px;
  margin-top: 8px;
}
.portal-tabs-list {
  background: transparent !important;
  padding: 0 !important;
  gap: 29px !important;
  width: 100%;
  justify-content: flex-start !important;
  border-bottom: 1px solid #ccd9d1;
  border-radius: 0 !important;
  height: auto !important;
  margin-bottom: 26px !important;
}
.portal-tab {
  font-size: 15px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 12px 0 16px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: var(--text) !important;
  flex: none !important;
}
.portal-tab[data-state=active] {
  color: var(--teal) !important;
  background: transparent !important;
  border-bottom-color: var(--teal) !important;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-bottom: 28px;
}
.metric {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.metric-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}
.metric-top svg {
  width: 19px;
  color: var(--teal);
}
.metric strong {
  font-size: 35px;
  letter-spacing: -.04em;
  display: block;
  margin: 9px 0 1px;
  font-weight: 500;
}
.metric small {
  font-size: 12px;
  color: var(--text);
}
.portal-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 25px;
  min-width: 0;
}
.panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.panel-top h2 {
  font-size: 23px;
}
.table-toolbar {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 20px 0;
}
.search-wrap {
  position: relative;
  flex: 1;
}
.search-wrap svg {
  position: absolute;
  top: 17px;
  left: 13px;
  width: 18px;
  color: var(--text);
}
.search-wrap input {
  padding-left: 41px;
}
.table-toolbar>.select-control {
  max-width: 190px;
}
.portal-table th {
  font-size: 12px;
  color: #607274;
  padding: 12px 15px;
  background: #f4f7f3;
  height: auto;
}
.portal-table td {
  font-size: 14px;
  padding: 17px 15px;
  border-color: #e7ece8;
}
.portal-table tr:hover td {
  background: #f8faf7;
}
.portal-table td strong {
  font-size: 14px;
}
.portal-table td small {
  font-size: 12px;
  color: var(--text);
  display: block;
  margin-top: 3px;
}
.row-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--teal);
}
.row-link svg {
  width: 16px;
}
.sheet-content {
  width: min(100vw,500px) !important;
  max-width: 500px !important;
  overflow-y: auto;
  padding: 30px !important;
}
.sheet-content h2 {
  font-size: 25px;
  margin-top: 10px;
}
.sheet-content .specs {
  margin: 25px 0;
}
.sheet-content p {
  font-size: 16px;
}
.sheet-content h3 {
  font-size: 18px;
  margin: 28px 0 14px;
}
.sheet-content .info-note {
  font-size: 12px;
  margin-top: 25px;
}
.sheet-content>.btn {
  width: 100%;
  margin-top: 20px;
}
.empty-state {
  text-align: center;
  padding: 42px 20px;
}
.empty-state>svg {
  margin: 0 auto 16px;
  color: #759185;
  width: 35px;
  height: 35px;
}
.empty-state p {
  font-size: 16px;
  margin: 10px 0 20px;
}
.appointment {
  border: 1px solid var(--line);
  padding: 23px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.appointment h3 {
  font-size: 19px;
}
.appointment p {
  font-size: 14px;
  margin-top: 7px;
}
.dialog-custom {
  padding: 30px !important;
  max-height: 85vh;
  overflow-y: auto;
}
.dialog-custom h2 {
  font-size: 26px;
  line-height: 1.3;
}
.dialog-custom p {
  font-size: 16px;
  line-height: 1.8;
}
.demo-fill {
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
  margin: 0 0 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile-nav a {
  display: block;
  font-size: 22px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-nav .brand {
  font-size: 30px;
  border: 0;
  display: flex;
}
.mobile-nav .btn {
  display: flex;
  font-size: 16px;
  margin-top: 25px;
}
.page-error {
  text-align: center;
  padding: 110px 30px;
}
.page-error h1 {
  font-size: 60px;
}
.page-error p {
  margin: 20px;
}
.simple-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  margin: 35px 0;
}
.simple-card {
  padding: 29px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.simple-card>svg {
  color: var(--teal);
  margin-bottom: 22px;
  width: 30px;
  height: 30px;
  stroke-width: 1.5;
}
.simple-card h3 {
  margin-bottom: 15px;
  font-size: 23px;
}
.simple-card p {
  font-size: 16px;
  line-height: 1.8;
}
.notice-bottom {
  margin-top: 24px;
}
.terms-list {
  padding-left: 20px;
  margin: 20px 0;
}
.terms-list li {
  margin: 12px 0;
  color: var(--text);
}
@media (min-width:1550px) {
  .container {
    max-width: 1390px;
  }
  .hero-photo {
    height: 515px;
  }
  .hero {
    padding: 65px 0;
  }
  .hero h1 {
    font-size: 82px;
  }
}
@media (max-width:1150px) {
  .container {
    padding: 0 28px;
  }
  .nav {
    gap: 17px;
  }
  .header-inner {
    gap: 20px;
  }
  .header-actions {
    gap: 12px;
    margin-left: 0;
  }
  .nav a,.nav button {
    font-size: 14px;
  }
  .header-actions .btn {
    padding: 12px 15px;
    font-size: 14px;
  }
  .brand {
    font-size: 28px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero-photo {
    height: 440px;
  }
  .product-image {
    height: 190px;
  }
  .product-body {
    padding: 20px;
  }
  .product-title h3 {
    font-size: 20px;
  }
  .quality-grid {
    gap: 45px;
  }
  .faq-layout {
    gap: 55px;
  }
  .product-hero-grid,.product-details,.booking-layout {
    gap: 35px;
  }
  .checkout-main {
    padding: 25px;
  }
  .radio-card {
    padding: 13px;
    gap: 8px;
  }
  .lead-peek {
    left: -15px;
  }
}
@media (max-width:1000px) {
  .nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
  }
  .header-inner {
    height: 77px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-copy>p {
    font-size: 16px;
  }
  .hero-photo {
    height: 400px;
  }
  .hero .btn {
    font-size: 14px;
    padding: 13px 16px;
  }
  .hero-facts {
    font-size: 12px;
    gap: 13px;
  }
  .category-strip a {
    font-size: 12px;
    padding: 22px 4px;
  }
  .section {
    padding: 70px 0;
  }
  .product-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .product-image {
    height: 230px;
  }
  .section-head {
    align-items: start;
  }
  .freedom-top {
    gap: 40px;
  }
  .steps-grid {
    gap: 20px;
  }
  .steps-grid h3 {
    font-size: 18px;
  }
  .quality-grid {
    gap: 35px;
  }
  .sample-card {
    padding: 23px;
  }
  .sample-head h3 {
    font-size: 19px;
  }
  .quality-grid h2 {
    font-size: 34px;
  }
  .article-card img {
    height: 180px;
  }
  .article-card h3 {
    font-size: 22px;
  }
  .footer-main {
    gap: 25px;
  }
  .cta-inner {
    padding: 40px;
  }
  .product-hero h1 {
    font-size: 43px;
  }
  .product-hero img {
    height: 380px;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .order-summary {
    position: static;
  }
  .checkout-layout .order-summary {
    order: -1;
  }
  .order-summary {
    padding: 20px;
  }
  .order-summary .summary-product {
    margin: 12px 0;
  }
  .order-summary .summary-rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
  }
  .order-summary .summary-rows hr {
    display: none;
  }
  .order-summary .summary-rows .total {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-top: 12px;
    margin-bottom: 0;
  }
  .order-summary .info-note {
    margin-top: 10px;
  }
  .booking-layout {
    grid-template-columns: .8fr 1.2fr;
    gap: 25px;
  }
  .booking-card {
    padding: 23px;
  }
  .booking-aside h2 {
    font-size: 32px;
  }
  .metrics {
    gap: 12px;
  }
  .metric {
    padding: 17px;
  }
  .portal-table .hide-tablet {
    display: none;
  }
}
@media (max-width:700px) {
  .container {
    padding: 0 21px;
  }
  .preview-bar {
    font-size: 12px;
    padding: 5px 10px;
  }
  .header-inner {
    height: 70px;
    gap: 10px;
  }
  .brand {
    font-size: 27px;
  }
  .brand img {
    width: 31px;
    height: 32px;
  }
  .header-actions {
    gap: 11px;
  }
  .header-actions .portal-link {
    display: none;
  }
  .header-actions .btn {
    font-size: 13px;
    padding: 10px 12px;
    min-height: 38px;
  }
  .header-actions .btn svg {
    display: none;
  }
  .hero {
    padding: 35px 0 40px;
    background: var(--cream);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(42px,10.7vw,61px);
    line-height: 1.04;
  }
  .hero .eyebrow {
    margin-bottom: 19px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: .1em;
    margin-bottom: 15px;
  }
  .hero-copy>p {
    font-size: 16px;
    margin-top: 20px;
  }
  .hero .button-row {
    margin-top: 22px;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .hero .btn {
    padding: 13px 15px;
    min-height: 48px;
    font-size: 14px;
    flex: 1;
  }
  .hero-facts {
    font-size: 12px;
    margin-top: 18px;
    gap: 17px;
  }
  .hero-photo {
    height: 340px;
    margin-top: 3px;
  }
  .hero-photo>img {
    border-radius: 12px 12px 45px 12px;
  }
  .lead-peek {
    bottom: 16px;
    left: 15px;
    width: 230px;
    padding: 14px;
  }
  .photo-tag {
    top: 15px;
    left: 15px;
    font-size: 12px;
  }
  .lead-peek dl {
    margin: 11px 0 8px;
  }
  .category-strip .container {
    display: flex;
    padding: 0 10px;
    overflow-x: auto;
  }
  .category-strip a {
    min-width: 125px;
    font-size: 14px;
    padding: 21px 6px;
    border: 0;
    gap: 10px;
  }
  .category-strip a:last-child {
    min-width: 195px;
  }
  .category-strip svg {
    width: 27px;
    height: 27px;
  }
  .section {
    padding: 58px 0;
  }
  .section-head {
    display: block;
    margin-bottom: 27px;
  }
  .section-head h2 {
    font-size: 33px;
  }
  .section-head p {
    margin-top: 17px;
    font-size: 16px;
  }
  .section-head .text-link {
    margin-top: 20px;
  }
  .product-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }
  .product-image {
    height: 230px;
  }
  .product-body {
    padding: 22px;
  }
  .product-title h3 {
    font-size: 24px;
    line-height: 1.22;
    overflow-wrap: normal;
    hyphens: auto;
  }
  .product-body p {
    font-size: 16px;
    min-height: 0;
    margin: 11px 0 18px;
  }
  .product-body .text-link {
    font-size: 14px;
  }
  .product-cta {
    padding: 29px;
  }
  .product-cta h3 {
    font-size: 29px;
    max-width: 100%;
  }
  .product-cta p {
    font-size: 16px;
    margin: 14px 0 20px;
  }
  .freedom {
    padding: 57px 0;
  }
  .freedom-top {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 32px;
  }
  .freedom h2 {
    font-size: 43px;
  }
  .freedom p {
    font-size: 16px;
    max-width: 100%;
  }
  .freedom-features {
    grid-template-columns: 1fr;
  }
  .freedom-features>div {
    padding: 26px 0;
    border-bottom: 1px solid #ffffff20;
  }
  .freedom-features>div:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .freedom-features svg {
    margin-bottom: 15px;
  }
  .freedom-features h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 23px;
    margin-top: 29px;
  }
  .step-no {
    margin-bottom: 16px;
  }
  .steps-grid h3 {
    font-size: 20px;
  }
  .steps-grid p {
    font-size: 16px;
  }
  .quality-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .quality-grid>div>p {
    font-size: 16px;
    margin: 18px 0;
  }
  .quality-grid h2 {
    font-size: 34px;
  }
  .sample-card {
    padding: 25px;
  }
  .portal-preview {
    padding: 22px;
  }
  .mini-metrics {
    gap: 10px;
  }
  .mini-metrics>div {
    padding: 12px;
  }
  .mini-metrics strong {
    font-size: 26px;
  }
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .article-card img {
    height: 220px;
    margin-bottom: 18px;
  }
  .article-card h3 {
    font-size: 25px;
  }
  .article-card p {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq-layout h2 {
    font-size: 34px;
  }
  .faq-layout>div>p {
    font-size: 16px;
  }
  .faq-item button {
    font-size: 16px !important;
    padding: 20px 0 !important;
  }
  .cta-band {
    padding: 38px 0;
  }
  .cta-inner {
    padding: 30px;
    display: block;
  }
  .cta-inner h2 {
    font-size: 30px;
  }
  .cta-inner p {
    font-size: 16px;
  }
  .cta-inner .btn {
    margin-top: 25px;
  }
  .footer {
    padding: 42px 0 22px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .footer-main>div:first-child {
    grid-column: 1/-1;
  }
  .footer p {
    max-width: 320px;
    margin-top: 14px;
  }
  .footer h3 {
    margin: 0 0 17px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 13px;
    margin-top: 33px;
  }
  .footer-bottom>div {
    flex-wrap: wrap;
    gap: 15px;
  }
  .page-intro {
    padding: 35px 0;
  }
  .page-intro h1 {
    font-size: 38px;
    line-height: 1.12;
  }
  .page-intro p {
    font-size: 16px;
    margin-top: 16px;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 21px;
    flex-wrap: wrap;
  }
  .product-hero {
    padding: 25px 0 39px;
  }
  .product-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-hero h1 {
    font-size: 42px;
    overflow-wrap: normal;
    hyphens: auto;
  }
  .product-hero p {
    font-size: 16px;
    margin: 19px 0;
  }
  .product-hero img {
    height: 270px;
  }
  .product-details {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .product-details h2 {
    font-size: 31px;
  }
  .purchase-card {
    position: static;
    padding: 25px;
  }
  .article-layout {
    padding: 40px 21px;
  }
  .article-layout img {
    height: 250px;
  }
  .article-layout p {
    font-size: 16px;
  }
  .article-layout h2 {
    font-size: 26px;
  }
  .checkout-bg {
    padding: 27px 0 50px;
  }
  .checkout-title {
    font-size: 31px;
  }
  .checkout-main {
    padding: 23px 18px;
  }
  .checkout-layout {
    gap: 20px;
  }
  .order-summary {
    padding: 18px;
  }
  .order-summary .info-note {
    font-size: 12px;
    padding: 10px 12px;
  }
  .order-summary h3 {
    font-size: 19px;
  }
  .summary-rows>div {
    font-size: 13px;
    margin: 8px 0;
  }
  .summary-rows .total {
    font-size: 20px;
  }
  .stepper li {
    flex-direction: column;
    font-size: 12px;
    gap: 6px;
    min-width: 0;
  }
  .stepper {
    margin-bottom: 26px;
    padding-bottom: 21px;
  }
  .checkout-main h2 {
    font-size: 25px;
  }
  .radio-grid {
    grid-template-columns: 1fr !important;
  }
  .radio-card {
    padding: 16px;
  }
  .radio-card>span {
    font-size: 16px;
  }
  .choice-grid {
    grid-template-columns: 1fr !important;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .checkout-footer .btn {
    font-size: 14px;
    padding: 13px 17px;
  }
  .success {
    padding: 30px 22px;
    margin: 10px auto;
  }
  .success h1 {
    font-size: 31px;
  }
  .success .button-row {
    flex-direction: column;
  }
  .booking-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .booking-aside h2 {
    font-size: 34px;
    margin-bottom: 17px;
  }
  .booking-aside>p {
    font-size: 16px;
  }
  .booking-meta {
    margin: 23px 0;
    gap: 12px;
  }
  .booking-card {
    padding: 23px 18px;
  }
  .days-grid {
    gap: 6px !important;
  }
  .day-option strong {
    font-size: 22px;
  }
  .day-option span {
    font-size: 12px;
  }
  .slots-grid {
    gap: 8px !important;
  }
  .slot-option {
    font-size: 14px;
    padding: 11px 6px;
  }
  .slot-option [data-slot=radio-group-item] {
    width: 13px;
    height: 13px;
  }
  .portal-bg {
    padding: 24px 0 45px;
  }
  .portal-head {
    align-items: start;
    margin: 25px 0;
  }
  .portal-head h1 {
    font-size: 29px;
  }
  .portal-head .btn {
    font-size: 13px;
    padding: 12px;
    min-height: 42px;
  }
  .portal-head .btn svg {
    display: none;
  }
  .portal-head p {
    font-size: 14px;
  }
  .portal-tabs-list {
    gap: 22px !important;
    overflow-x: auto;
  }
  .portal-tab {
    font-size: 14px !important;
    white-space: nowrap;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .metric {
    padding: 17px;
  }
  .metric strong {
    font-size: 29px;
  }
  .metric-top {
    font-size: 13px;
  }
  .portal-panel {
    padding: 18px 13px;
  }
  .panel-top h2 {
    font-size: 21px;
  }
  .panel-top .btn {
    font-size: 13px;
    padding: 9px;
    min-height: 38px;
  }
  .table-toolbar {
    flex-wrap: wrap;
    gap: 10px;
  }
  .search-wrap {
    flex-basis: 100%;
  }
  .table-toolbar>.select-control {
    max-width: 100%;
    height: 43px !important;
    font-size: 14px !important;
  }
  .portal-table td {
    font-size: 14px;
    padding: 15px 9px;
  }
  .portal-table th {
    font-size: 12px;
    padding: 12px 9px;
  }
  .portal-table .hide-mobile {
    display: none;
  }
  .sheet-content {
    padding: 27px 22px !important;
  }
  .appointment {
    flex-direction: column;
    align-items: start;
    padding: 19px;
    gap: 16px;
  }
  .simple-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .simple-card {
    padding: 25px;
  }
  .dialog-custom {
    padding: 27px 22px !important;
  }
  .dialog-custom h2 {
    font-size: 24px;
  }
  .prose h2 {
    font-size: 27px;
  }
  .prose p {
    font-size: 16px;
  }
}
@media (max-width:380px) {
  .container {
    padding: 0 16px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero .button-row {
    flex-direction: column;
  }
  .hero-facts {
    gap: 11px;
  }
  .hero-photo {
    height: 290px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .brand {
    font-size: 25px;
  }
  .header-actions .btn {
    font-size: 12px;
  }
  .portal-tabs-list {
    gap: 18px !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
.lead-name {
  text-align: left;
  display: block;
  line-height: 1.5;
  color: var(--navy);
}
.lead-name:hover strong {
  color: var(--teal);
}
.booking-meta>div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
}
.review-row>span {
  min-width: 100px;
  color: var(--text);
}
.review-row>strong {
  flex: 1;
  overflow-wrap: anywhere;
}
.brand>span {
  margin-left: -7px;
}
.portal-table tr {
  border-color: var(--line);
}
.search-wrap {
  min-width: 0;
}
.search-wrap .input {
  width: 100%;
}
@media (max-width:700px) {
  .review-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .review-row>span {
    grid-column: 1/-1;
  }
  .review-row>strong {
    font-size: 14px;
  }
  .brand>span {
    margin-left: -6px;
  }
}
@media (max-width:700px) {
  .header-actions>.btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 11px 12px;
    min-height: 42px;
  }
  .hero .button-row {
    flex-direction: column;
  }
  .hero .button-row .btn {
    width: 100%;
  }
}
[hidden] {
  display: none !important;
}
body {
  overflow-wrap: break-word;
}
body svg {
  display: block;
  width: 24px;
  height: 24px;
}
button {
  border: 0;
  background: transparent;
  color: inherit;
}
select {
  font: inherit;
  color: var(--navy);
}
dd {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
}
hr {
  border: 0;
  border-top: 1px solid var(--line);
}
button.btn {
  background: var(--teal);
  color: #fff;
  border: 1px solid transparent;
}
button.btn:hover {
  background: #0b574d;
}
.brand>span {
  color: var(--teal);
}
.footer .brand>span {
  color: var(--lime);
}
.eyebrow {
  text-transform: uppercase;
}
.screen-reader-text,.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  padding: 13px 18px;
  background: #fff;
  color: var(--navy);
  z-index: 999999;
  border: 2px solid var(--teal);
  border-radius: 8px;
}
.mobile-menu {
  border-top: 1px solid var(--line);
  background: #fff;
  max-height: calc(100dvh - 86px);
  overflow: auto;
  box-shadow: 0 18px 28px #152c3912;
}
.mobile-menu .container {
  padding-top: 14px;
  padding-bottom: 22px;
}
.mobile-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu svg {
  width: 18px;
  height: 18px;
}
.menu-toggle {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.menu-toggle svg {
  width: 22px;
  height: 22px;
}
.header-actions>.btn {
  white-space: nowrap;
}
.portal-link svg {
  width: 17px;
  height: 17px;
}
.admin-bar .header {
  top: 32px;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding: 24px 0;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary>span {
  font-size: 22px;
  font-weight: 400;
  color: var(--teal);
  line-height: 1;
  transition: transform .2s;
}
.faq-item[open] summary>span {
  transform: rotate(45deg);
}
.faq-item summary:focus-visible {
  outline: 3px solid #5ea994;
  outline-offset: 4px;
}
.faq-answer {
  padding-bottom: 23px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}
.lp-space-top {
  margin-top: 14px;
}
.lp-content-after {
  margin-top: 40px;
}
.lp-content-before {
  margin-bottom: 40px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-size: 23px;
  line-height: 1.3;
  margin: 28px 0 13px;
}
.prose ul,.prose ol,.entry-content ul,.entry-content ol {
  padding-left: 25px;
  margin: 18px 0;
  color: var(--text);
}
.prose li,.entry-content li {
  margin: 8px 0;
  line-height: 1.75;
}
.prose a:not(.btn):not(.text-link) {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
.prose td,.prose th {
  padding: 12px;
  text-align: left;
  border: 1px solid var(--line);
  vertical-align: top;
}
.prose th {
  background: var(--cream);
  font-size: 14px;
}
.prose figure {
  margin: 25px 0;
  max-width: 100%;
  overflow: auto;
}
.prose blockquote {
  padding: 22px 26px;
  border-left: 3px solid var(--teal);
  margin: 25px 0;
  background: var(--cream);
}
.article-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--text);
  font-size: 12px;
  margin-bottom: 24px;
}
.article-layout .entry-content h2 {
  margin-top: 34px;
}
.article-layout .entry-content>h2:first-child {
  margin-top: 0;
}
.article-layout .entry-content p {
  margin: 17px 0;
}
.article-layout .entry-content ul,.article-layout .entry-content ol {
  font-size: 17px;
}
.article-layout .cta-inner .btn {
  display: inline-flex;
}
.entry-content .wp-block-buttons {
  margin: 25px 0;
}
.entry-content .wp-block-button__link {
  background: var(--teal);
  color: #fff !important;
  border-radius: 8px;
  padding: 15px 23px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}
.entry-content .alignwide {
  width: 100%;
}
.entry-content img {
  height: auto;
}
.entry-content figcaption {
  font-size: 13px;
  color: var(--text);
  margin-top: 9px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}
.pagination:empty {
  display: none;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
}
.pagination .page-numbers.current {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.pagination .nav-links {
  display: flex;
  gap: 10px;
}
.search-form {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 38px;
}
.search-form .field {
  flex: 1;
}
.search-result {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.search-result h2 {
  font-size: 28px;
}
.search-result p {
  margin: 14px 0;
}
.search-result .eyebrow {
  margin-bottom: 10px;
}
.booking-card h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
.booking-card h3 {
  margin-bottom: 15px;
}
.booking-card>p {
  margin: 14px 0;
}
.booking-card .btn {
  margin-top: 20px;
}
.booking-card .form-grid .btn {
  margin-top: 0;
}
.form-grid textarea {
  min-height: 145px;
  resize: vertical;
}
.lp-contact-form>p,.lp-contact-form>.field,.lp-contact-form>.form-grid {
  margin-bottom: 22px;
}
.lp-form-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text);
  margin-top: 20px;
}
.lp-form-note a {
  color: var(--teal);
  text-decoration: underline;
}
.lp-message {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--cream);
  margin-bottom: 22px;
}
.lp-message.success {
  padding: 20px;
  background: #eef5e9;
  border-color: #c6d9bc;
  max-width: none;
  margin: 0 0 22px;
  text-align: left;
}
.lp-message.error {
  padding: 20px;
  border-color: #dfb3af;
  background: #fff2f0;
}
.lp-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.check-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--teal);
  margin: 4px 0 0;
  flex-shrink: 0;
}
.product-details .prose>h2:first-of-type {
  margin-top: 0;
}
.product-details .prose .data-points {
  margin-bottom: 40px;
}
.purchase-card ul {
  list-style: none;
}
.booking-aside .prose {
  margin-top: 22px;
}
.prose .info-note {
  margin: 20px 0;
}
.prose .info-note p {
  margin: 0;
}
.simple-card svg {
  width: 27px;
  height: 27px;
}
.lp-contact-form button[type=submit] {
  margin-top: 8px;
}
.lp-empty-content {
  padding: 25px;
  border-radius: 10px;
  background: var(--cream);
}
@media (min-width:1001px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width:1000px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
}
@media (max-width:782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width:700px) {
  .faq-item summary {
    font-size: 16px;
    padding: 20px 0;
  }
  .header-inner {
    width: 100%;
  }
  .mobile-menu {
    max-height: calc(100dvh - 70px);
  }
  .article-meta {
    flex-wrap: wrap;
    gap: 6px 20px;
  }
  .article-layout .entry-content ul,.article-layout .entry-content ol {
    font-size: 16px;
  }
  .search-form {
    flex-direction: column;
    align-items: stretch;
  }
  .search-form .btn {
    width: 100%;
  }
  .form-grid {
    gap: 18px;
  }
  .booking-card .btn {
    width: 100%;
  }
  .product-hero h1 {
    hyphens: auto;
  }
  .product-hero .button-row>.btn {
    width: 100%;
  }
  .lp-content-after {
    margin-top: 30px;
  }
  .prose table {
    font-size: 14px;
  }
  .prose td,.prose th {
    padding: 10px;
  }
  .footer-bottom>div {
    gap: 15px;
  }
  .header-actions .portal-link {
    display: none;
  }
  .brand {
    gap: 8px;
  }
  .footer .brand {
    width: auto;
  }
  .simple-card .text-link {
    margin-top: 18px;
  }
}
@media (max-width:600px) {
  .admin-bar .header {
    top: 0;
  }
}
@media (prefers-reduced-motion:reduce) {
  .faq-item summary>span {
    transition: none;
  }
}
.booking-card>.booking-card,.booking-card>.simple-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.lp-form-message {
  padding: 15px 17px;
  border-radius: 7px;
  border: 1px solid var(--line);
  margin: 20px 0;
}
.lp-form-message.success-note {
  background: #eef5e9;
  border-color: #c6d9bc;
  color: #285536;
}
.lp-form-message.error {
  background: #fff2f0;
  border-color: #dfb3af;
}
.lp-contact-form .note a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-hero .note {
  font-size: 13px;
  line-height: 1.65;
  color: #5f7075;
  margin-top: 18px;
}
.lp-signup-short {
  display: none;
}
.footer p a:not(.brand) {
  display: inline;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width:1001px) and (max-width:1150px) {
  .nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu {
    display: block !important;
  }
  .mobile-menu[hidden] {
    display: none !important;
  }
}
@media (max-width:700px) {
  .lp-signup-full {
    display: none;
  }
  .lp-signup-short {
    display: inline;
  }
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
