/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.5rem;
    --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: #48BCAC;
    --color-primary-100: #E9FFFB;
    --color-primary-300: #B2D9D2;
    --color-primary-500: #48BCAC;
    --color-primary-700: #247C72;
    --color-secondary: #F7B2AD;
    --color-secondary-50: #FFF7F6;
    --color-secondary-100: #FDE9E7;
    --color-neutral: #18302D;
    --color-muted: #60736F;
    --color-border: #D7E7E3;
    --color-background: #F8FBFA;
    --font-display: "Poppins", system-ui, sans-serif;
  }
}
@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 {
  .-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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .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-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);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
  }
  button,input,textarea,select {
    font: inherit;
  }
  ::selection {
    background: var(--color-primary-300);
    color: #102825;
  }
  :focus-visible {
    outline: 3px solid var(--color-secondary);
    outline-offset: 4px;
  }
  h1,h2,h3,h4 {
    font-family: var(--font-display);
    letter-spacing: -.025em;
    line-height: 1.08;
    text-wrap: balance;
  }
  p {
    text-wrap: pretty;
  }
}
@layer components {
  .home .fenix-hero {
    background-image: linear-gradient(90deg, rgba(233,255,251,.96) 0%, rgba(233,255,251,.88) 36%, rgba(233,255,251,.42) 66%, rgba(233,255,251,.08) 100%),	url('https://clinicafenixclinfor.com.br/wp-content/uploads/2026/09/fundo-home-v2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .home .fenix-hero::before,	.home .fenix-hero::after {
    display: none;
  }
  .home .fenix-hero__grid {
    grid-template-columns: minmax(0, 670px) 1fr;
  }
  .home .fenix-hero__copy {
    position: relative;
    z-index: 2;
  }
  .home .fenix-hero__visual {
    display: none;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999998;
    pointer-events: none;
    background: radial-gradient(circle at 18% 82%, rgba(178,217,210,.34), transparent 24%),	radial-gradient(circle at 87% 13%, rgba(72,188,172,.18), transparent 27%),	#F7FFFD url('https://clinicafenixclinfor.com.br/wp-content/uploads/2025/09/cropped-Clinica-Fenix.png') center / 142px auto no-repeat;
    animation: fenix-loader-screen .95s cubic-bezier(.22,.8,.22,1) forwards;
  }
  body::after {
    content: "";
    position: fixed;
    left: 50%;
    top: 50%;
    width: 226px;
    height: 226px;
    margin: -113px 0 0 -113px;
    z-index: 999999;
    pointer-events: none;
    border: 1px solid rgba(72,188,172,.35);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 0, #F7B2AD 0 6px, transparent 7px),	radial-gradient(circle at 100% 50%, #48BCAC 0 6px, transparent 7px),	radial-gradient(circle at 8% 72%, #B2D9D2 0 5px, transparent 6px);
    box-shadow: 0 0 0 34px rgba(72,188,172,.035), inset 0 0 0 34px rgba(72,188,172,.025);
    animation: fenix-orbit-spin 1.25s linear infinite, fenix-loader-orbit-out .95s cubic-bezier(.22,.8,.22,1) forwards;
  }
  @keyframes fenix-orbit-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes fenix-loader-screen {
    0%, 58% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes fenix-loader-orbit-out {
    0%, 58% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
      transform: rotate(360deg) scale(.94);
    }
  }
  .fenix-shell {
    width: min(1220px,calc(100% - 44px));
    margin-inline: auto;
  }
  .fenix-shell--narrow {
    width: min(840px,calc(100% - 44px));
    margin-inline: auto;
  }
  .fenix-section {
    padding: clamp(78px,9vw,128px) 0;
    position: relative;
  }
  .fenix-section--tight {
    padding: clamp(50px,6vw,82px) 0;
  }
  .fenix-section--white {
    background: #fff;
  }
  .fenix-section--mint {
    background: var(--color-primary-100);
  }
  .fenix-section--soft {
    background: #F8FBFA;
  }
  .fenix-section--ink {
    background: #173632;
    color: #fff;
  }
  .fenix-section-heading {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(320px,.72fr);
    gap: clamp(34px,7vw,96px);
    align-items: end;
    margin-bottom: 42px;
  }
  .fenix-section-heading .fenix-lead {
    margin: 0;
  }
  .fenix-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--color-primary-700);
    margin-bottom: 16px;
  }
  .fenix-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--color-secondary);
    border-radius: 99px;
  }
  .fenix-section--ink .fenix-kicker {
    color: #D8F5F0;
  }
  .fenix-title {
    font-size: clamp(34px,4.2vw,54px);
    font-weight: 700;
    margin: 0;
    max-width: 850px;
  }
  .fenix-title--xl {
    font-size: clamp(40px,5.4vw,68px);
    max-width: 880px;
  }
  .fenix-lead {
    font-size: clamp(18px,1.8vw,21px);
    line-height: 1.68;
    color: var(--color-muted);
    max-width: 760px;
  }
  .fenix-section--ink .fenix-lead {
    color: #CFE1DD;
  }
  .fenix-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 23px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;
  }
  .fenix-btn:hover {
    transform: translateY(-2px);
  }
  .fenix-btn--primary {
    background: var(--color-primary);
    color: #0C2D28;
    box-shadow: 0 12px 30px rgba(72,188,172,.2);
  }
  .fenix-btn--dark {
    background: #173632;
    color: #fff;
  }
  .fenix-btn--ghost {
    background: rgba(255,255,255,.82);
    border-color: var(--color-border);
    color: var(--color-neutral);
  }
  .fenix-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .fenix-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }
  .fenix-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    transform: translateY(-160%);
  }
  .fenix-skip-link:focus {
    transform: translateY(0);
  }
  .fenix-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(233,255,251,.82);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border-bottom: 1px solid rgba(178,217,210,.5);
  }
  .fenix-header__inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .fenix-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
  }
  .fenix-brand img {
    width: 154px;
    height: auto;
    display: block;
  }
  .fenix-nav {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .fenix-nav__links {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .fenix-nav__links a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #38514D;
    position: relative;
  }
  .fenix-nav__links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--color-primary);
    transition: right .2s ease;
  }
  .fenix-nav__links a:hover::after {
    right: 0;
  }
  .fenix-header .fenix-btn {
    min-height: 42px;
    padding: 9px 17px;
    font-size: 13px;
  }
  .fenix-mobile {
    display: none;
    position: relative;
  }
  .fenix-mobile summary {
    list-style: none;
    cursor: pointer;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.86);
  }
  .fenix-mobile summary::-webkit-details-marker {
    display: none;
  }
  .fenix-mobile__panel {
    position: absolute;
    right: 0;
    top: 52px;
    width: min(320px,calc(100vw - 32px));
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(21,63,58,.16);
    padding: 14px;
  }
  .fenix-mobile__panel a {
    display: block;
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
  }
  .fenix-mobile__panel a:hover {
    background: var(--color-primary-100);
  }
  .fenix-hero {
    position: relative;
    overflow: clip;
    background: var(--color-primary-100);
    min-height: min(730px,calc(100vh - 68px));
    display: flex;
    align-items: center;
    padding: clamp(64px,7vw,98px) 0;
  }
  .fenix-hero::before {
    content: "";
    position: absolute;
    width: 610px;
    height: 610px;
    border-radius: 50%;
    background: rgba(72,188,172,.12);
    right: -190px;
    top: -255px;
  }
  .fenix-hero::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(72,188,172,.23);
    border-radius: 50%;
    left: -245px;
    bottom: -220px;
  }
  .fenix-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(42px,7vw,94px);
    position: relative;
    z-index: 1;
  }
  .fenix-hero__copy .fenix-title {
    margin-bottom: 22px;
  }
  .fenix-hero__proof {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 19px;
    color: #45645F;
    font-size: 14px;
    font-weight: 500;
  }
  .fenix-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .fenix-hero__proof span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-secondary);
  }
  .fenix-hero__visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: end center;
  }
  .fenix-hero__halo {
    position: absolute;
    inset: 10% 4% 2% 12%;
    border-radius: 46% 54% 45% 55% / 44% 44% 56% 56%;
    background: linear-gradient(145deg,rgba(72,188,172,.54),rgba(178,217,210,.74));
  }
  .fenix-hero__visual img {
    position: relative;
    z-index: 2;
    width: min(100%,455px);
    max-height: 590px;
    object-fit: contain;
    object-position: bottom center;
    filter: none;
  }
  .fenix-stats {
    background: #fff;
    border-bottom: 1px solid var(--color-border);
  }
  .fenix-stats__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .fenix-stat {
    padding: 29px 28px 31px;
    border-right: 1px solid var(--color-border);
  }
  .fenix-stat:last-child {
    border-right: 0;
  }
  .fenix-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  .fenix-stat span {
    color: var(--color-muted);
    font-size: 14px;
  }
  .fenix-grid-2 {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: clamp(34px,6vw,82px);
    align-items: center;
  }
  .fenix-grid-2--story {
    grid-template-columns: .92fr 1.08fr;
  }
  .fenix-image-frame {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    background: var(--color-primary-300);
    min-height: 490px;
  }
  .fenix-image-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
  }
  .fenix-image-frame--portrait-safe img {
    object-position: center 35%;
  }
  .fenix-image-frame::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 24px;
    pointer-events: none;
  }
  .fenix-copy p {
    color: var(--color-muted);
    max-width: 680px;
  }
  .fenix-copy p + p {
    margin-top: 16px;
  }
  .fenix-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 3px solid var(--color-secondary);
    background: var(--color-secondary-50);
    border-radius: 0 14px 14px 0;
    color: #455A56;
  }
  .fenix-cards {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
  }
  .fenix-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    padding: 27px;
    min-height: 210px;
    transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  }
  .fenix-card:hover {
    transform: translateY(-4px);
    border-color: var(--color-primary-300);
    box-shadow: 0 20px 45px rgba(30,88,80,.09);
  }
  .fenix-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--color-primary-100);
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    color: var(--color-primary-700);
  }
  .fenix-card__icon svg {
    width: 24px;
    height: 24px;
  }
  .fenix-card h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .fenix-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 15.5px;
  }
  .fenix-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
  .fenix-pill {
    background: rgba(255,255,255,.8);
    border: 1px solid var(--color-primary-300);
    color: #315A54;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
  }
  .fenix-section--ink .fenix-pill {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.2);
    color: #D8F5F0;
  }
  .fenix-section--partners {
    overflow: hidden;
  }
  .fenix-logo-marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    padding: 10px 0 14px;
    -webkit-mask-image: linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);
    mask-image: linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);
  }
  .fenix-logo-marquee__track {
    display: flex;
    width: max-content;
    animation: fenix-logo-scroll 42s linear infinite;
  }
  .fenix-logo-marquee:hover .fenix-logo-marquee__track, .fenix-logo-marquee:focus-within .fenix-logo-marquee__track {
    animation-play-state: paused;
  }
  .fenix-logo-marquee__set {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 18px;
    flex: none;
  }
  .fenix-logo-card {
    width: 260px;
    height: 142px;
    flex: 0 0 260px;
    display: grid;
    place-items: center;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid rgba(178,217,210,.78);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(30,88,80,.07);
  }
  .fenix-logo-card img {
    display: block;
    width: auto;
    height: auto;
    max-width: 188px;
    max-height: 82px;
    object-fit: contain;
    filter: none;
  }
  .fenix-partners__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
  }
  .fenix-partners__footer p {
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
  }
  @keyframes fenix-logo-scroll {
    from {
      transform: translate3d(0,0,0);
    }
    to {
      transform: translate3d(-50%,0,0);
    }
  }
  .fenix-photo-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 8px max(22px,calc((100vw - 1220px)/2)) 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary-300) transparent;
    overscroll-behavior-inline: contain;
  }
  .fenix-photo-rail::-webkit-scrollbar {
    height: 8px;
  }
  .fenix-photo-rail::-webkit-scrollbar-thumb {
    background: var(--color-primary-300);
    border-radius: 999px;
  }
  .fenix-photo-rail__item {
    flex: 0 0 clamp(310px,34vw,510px);
    aspect-ratio: 4/3;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #DDEAE7;
    scroll-snap-align: center;
    box-shadow: 0 16px 40px rgba(30,88,80,.08);
  }
  .fenix-photo-rail__item.is-wide {
    flex-basis: clamp(390px,44vw,660px);
    aspect-ratio: 16/10;
  }
  .fenix-photo-rail__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s ease;
  }
  .fenix-photo-rail__item:hover img {
    transform: scale(1.025);
  }
  .fenix-photo-rail--clinic .fenix-photo-rail__item:nth-child(4n+2) {
    aspect-ratio: 3/4;
    flex-basis: clamp(280px,27vw,390px);
  }
  .fenix-steps {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin-top: 42px;
  }
  .fenix-step {
    padding: 28px 25px 26px;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .fenix-step__num {
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--color-secondary);
    letter-spacing: .08em;
  }
  .fenix-step h3 {
    margin: 16px 0 10px;
    font-size: 21px;
  }
  .fenix-step p {
    margin: 0;
    color: #CFE1DD;
    font-size: 15px;
  }
  .fenix-faq-layout {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: clamp(42px,8vw,110px);
    align-items: start;
  }
  .fenix-faq {
    border-top: 1px solid var(--color-border);
  }
  .fenix-faq details {
    border-bottom: 1px solid var(--color-border);
    padding: 0;
  }
  .fenix-faq summary {
    list-style: none;
    cursor: pointer;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    padding: 22px 46px 22px 0;
    position: relative;
  }
  .fenix-faq summary::-webkit-details-marker {
    display: none;
  }
  .fenix-faq summary::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-primary-100);
    display: grid;
    place-items: center;
    color: var(--color-primary-700);
    font-size: 21px;
    font-weight: 500;
  }
  .fenix-faq details[open] summary::after {
    content: "−";
  }
  .fenix-faq details p {
    color: var(--color-muted);
    margin: 0;
    padding: 0 46px 22px 0;
  }
  .fenix-cta {
    background: var(--color-secondary-100);
    border-radius: 32px;
    padding: clamp(36px,6vw,68px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .fenix-cta::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border: 44px solid rgba(247,178,173,.3);
    border-radius: 50%;
    right: -105px;
    top: -115px;
  }
  .fenix-cta > * {
    position: relative;
    z-index: 1;
  }
  .fenix-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(28px,3.5vw,42px);
  }
  .fenix-cta p {
    margin: 0;
    color: var(--color-muted);
    max-width: 650px;
  }
  .fenix-page-hero {
    background: var(--color-primary-100);
    padding: clamp(72px,9vw,112px) 0 68px;
    border-bottom: 1px solid var(--color-border);
    overflow: clip;
    position: relative;
  }
  .fenix-page-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 66px solid rgba(72,188,172,.1);
    right: -140px;
    top: -190px;
  }
  .fenix-page-hero .fenix-lead {
    margin-bottom: 0;
  }
  .fenix-page-hero__split {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
  }
  .fenix-page-hero__facts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  .fenix-page-hero__facts div {
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(178,217,210,.7);
    border-radius: 18px;
    padding: 20px 16px;
  }
  .fenix-page-hero__facts strong {
    display: block;
    font-family: var(--font-display);
    font-size: 23px;
    margin-bottom: 5px;
  }
  .fenix-page-hero__facts span {
    color: var(--color-muted);
    font-size: 13px;
  }
  .fenix-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 42px;
  }
  .fenix-story-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    padding: 28px;
  }
  .fenix-story-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .fenix-story-card p {
    margin: 0;
    color: var(--color-muted);
  }
  .fenix-story-grid--dark .fenix-story-card {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.13);
  }
  .fenix-story-grid--dark .fenix-story-card p {
    color: #CFE1DD;
  }
  .fenix-timeline {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 44px;
  }
  .fenix-timeline article {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 22px;
    padding: 28px;
  }
  .fenix-timeline article > span {
    font-family: var(--font-display);
    color: var(--color-primary-700);
    font-size: 13px;
    letter-spacing: .1em;
  }
  .fenix-timeline h3 {
    font-size: 20px;
    margin: 17px 0 9px;
  }
  .fenix-timeline p {
    color: var(--color-muted);
    margin: 0;
  }
  .fenix-gallery {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    gap: 12px;
    margin-top: 44px;
  }
  .fenix-gallery figure {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #DDEAE7;
    min-height: 280px;
  }
  .fenix-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fenix-logos {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 12px;
    margin-top: 34px;
  }
  .fenix-service-list {
    margin-top: 44px;
    display: grid;
    gap: 16px;
  }
  .fenix-service {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 28px;
    border-radius: 22px;
    border: 1px solid var(--color-border);
    background: #fff;
  }
  .fenix-service__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--color-primary-100);
    color: var(--color-primary-700);
  }
  .fenix-service__icon svg {
    width: 25px;
    height: 25px;
  }
  .fenix-service h2,.fenix-service h3 {
    margin: 0 0 8px;
    font-size: 22px;
  }
  .fenix-service p {
    margin: 0;
    color: var(--color-muted);
  }
  .fenix-service p + p {
    margin-top: 9px;
  }
  .fenix-contact-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 28px;
    margin-top: 44px;
  }
  .fenix-contact-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 24px;
    padding: 30px;
  }
  .fenix-contact-card--primary {
    background: #173632;
    color: #fff;
    border-color: #173632;
  }
  .fenix-contact-card h2 {
    margin: 0 0 10px;
    font-size: 26px;
  }
  .fenix-contact-card p {
    color: var(--color-muted);
    margin: 0 0 22px;
  }
  .fenix-contact-card--primary p {
    color: #CFE1DD;
  }
  .fenix-contact-lines {
    display: grid;
    gap: 10px;
  }
  .fenix-contact-line {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 13px 0;
    border-bottom: 1px solid var(--color-border);
    text-decoration: none;
  }
  .fenix-contact-line:last-child {
    border-bottom: 0;
  }
  .fenix-contact-line strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .fenix-contact-line span {
    color: var(--color-muted);
    font-size: 14px;
  }
  .fenix-footer {
    background: #112A27;
    color: #EAF7F4;
    padding: 58px 0 24px;
  }
  .fenix-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .9fr;
    gap: 46px;
  }
  .fenix-footer__brand img {
    width: 168px;
    filter: brightness(0) invert(1);
    opacity: .94;
  }
  .fenix-footer p {
    color: #BFD2CE;
    font-size: 14px;
    max-width: 430px;
  }
  .fenix-footer h2 {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #fff;
  }
  .fenix-footer a {
    color: #D8E9E5;
    text-decoration: none;
  }
  .fenix-footer a:hover {
    color: #fff;
  }
  .fenix-footer__links {
    display: grid;
    gap: 10px;
    font-size: 14px;
  }
  .fenix-footer__bottom {
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    color: #91AAA5;
    font-size: 12px;
  }
  .fenix-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 80;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #173632;
    color: #fff;
    box-shadow: 0 16px 36px rgba(17,42,39,.28);
    text-decoration: none;
    transition: transform .2s ease,background .2s ease;
  }
  .fenix-whatsapp-float:hover {
    transform: translateY(-3px);
    background: var(--color-primary-700);
  }
  .fenix-whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
  .fenix-legal {
    background: #fff;
  }
  .fenix-legal article {
    width: min(850px,calc(100% - 40px));
    margin: 0 auto;
    padding: 70px 0 100px;
  }
  .fenix-legal h1 {
    font-size: clamp(32px,4vw,46px);
  }
  .fenix-legal h2 {
    font-size: 26px;
    margin-top: 38px;
  }
  .fenix-legal h3 {
    font-size: 20px;
    margin-top: 28px;
  }
  .fenix-legal p,.fenix-legal li {
    color: #4A615D;
  }
  @media (max-width:980px) {
    .fenix-nav {
      display: none;
    }
    .fenix-mobile {
      display: block;
    }
    .fenix-header__inner {
      min-height: 64px;
    }
    .fenix-brand img {
      width: 146px;
    }
    .fenix-hero {
      min-height: auto;
    }
    .fenix-hero__grid,.fenix-grid-2,.fenix-contact-grid,.fenix-page-hero__split,.fenix-faq-layout,.fenix-section-heading {
      grid-template-columns: 1fr;
    }
    .fenix-hero__visual {
      min-height: 470px;
      max-width: 570px;
      margin-inline: auto;
      width: 100%;
    }
    .fenix-cards {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .fenix-cta {
      grid-template-columns: 1fr;
    }
    .fenix-footer__grid {
      grid-template-columns: 1fr 1fr;
    }
    .fenix-footer__brand {
      grid-column: 1/-1;
    }
    .fenix-page-hero__facts {
      max-width: 620px;
    }
    .fenix-timeline {
      grid-template-columns: 1fr;
    }
    .fenix-logo-card {
      width: 235px;
      height: 132px;
      flex-basis: 235px;
    }
    .fenix-logo-card img {
      max-width: 172px;
      max-height: 76px;
    }
  }
  @media (max-width:680px) {
    body {
      font-size: 16.5px;
      line-height: 1.65;
    }
    .fenix-shell,.fenix-shell--narrow {
      width: min(100% - 28px,1220px);
    }
    .fenix-section {
      padding: 68px 0;
    }
    .fenix-hero {
      padding: 54px 0 0;
    }
    .fenix-hero__visual {
      min-height: 410px;
      margin-top: 12px;
    }
    .fenix-hero__visual img {
      max-height: 440px;
    }
    .fenix-hero__halo {
      inset: 18% -8% 0 14%;
    }
    .fenix-actions {
      display: grid;
      grid-template-columns: 1fr;
    }
    .fenix-btn {
      width: 100%;
      min-height: 52px;
    }
    .fenix-stats__grid {
      grid-template-columns: 1fr;
    }
    .fenix-stat {
      border-right: 0;
      border-bottom: 1px solid var(--color-border);
      padding-inline: 14px;
    }
    .fenix-stat:last-child {
      border-bottom: 0;
    }
    .fenix-cards,.fenix-steps,.fenix-story-grid {
      grid-template-columns: 1fr;
    }
    .fenix-card {
      min-height: 0;
    }
    .fenix-page-hero__facts {
      grid-template-columns: 1fr;
    }
    .fenix-partners__footer {
      align-items: stretch;
      flex-direction: column;
    }
    .fenix-logo-marquee {
      -webkit-mask-image: linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%);
      mask-image: linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%);
    }
    .fenix-logo-marquee__track {
      animation-duration: 34s;
    }
    .fenix-logo-card {
      width: 220px;
      height: 126px;
      flex-basis: 220px;
      padding: 20px 22px;
    }
    .fenix-logo-card img {
      max-width: 168px;
      max-height: 72px;
    }
    .fenix-photo-rail {
      gap: 13px;
      padding-left: 14px;
      padding-right: 14px;
    }
    .fenix-photo-rail__item,.fenix-photo-rail__item.is-wide,.fenix-photo-rail--clinic .fenix-photo-rail__item:nth-child(4n+2) {
      flex-basis: 82vw;
      aspect-ratio: 4/3;
      border-radius: 22px;
    }
    .fenix-service {
      grid-template-columns: 1fr;
    }
    .fenix-footer__grid {
      grid-template-columns: 1fr;
    }
    .fenix-footer__brand {
      grid-column: auto;
    }
    .fenix-whatsapp-float {
      right: 14px;
      bottom: 14px;
    }
    .fenix-faq summary {
      font-size: 17px;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    *,*::before,*::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
    .fenix-logo-marquee {
      overflow-x: auto;
      -webkit-mask-image: none;
      mask-image: none;
    }
    .fenix-logo-marquee__track {
      animation: none;
    }
    .fenix-logo-marquee__set[aria-hidden="true"] {
      display: none;
    }
  }
}
@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;
    }
  }
}
