/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans Hebrew", sans-serif;
    --font-serif: "Frank Ruhl Libre", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #142b5a;
    --color-primary-50: #f2f5fb;
    --color-primary-100: #e3e9f5;
    --color-primary-500: #31518d;
    --color-primary-900: #091a3a;
    --color-gold: #b68a2c;
    --color-gold-100: #fbf3dd;
    --color-gold-300: #dfbd68;
    --color-gold-500: #b68a2c;
    --color-gold-700: #84601a;
    --color-ink: #111d38;
    --color-muted: #5e687c;
    --color-line: #e4e6eb;
    --color-cream: #f8f5ed;
    --color-background: #fffefa;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-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);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .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-primary-500 {
    color: var(--color-primary-500);
  }
  .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);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-ink);
    font-family: var(--font-sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  a {
    color: inherit;
  }
  button, input, textarea, select {
    font: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  [x-cloak] {
    display: none !important;
  }
  :focus-visible {
    outline: 3px solid var(--color-gold-300);
    outline-offset: 4px;
  }
}
@layer components {
  .content-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .section {
    padding: 108px 0;
  }
  .skip-link {
    position: fixed;
    z-index: 99999;
    top: 10px;
    right: 10px;
    transform: translateY(-180%);
    background: var(--color-primary-900);
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,254,250,.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(20,43,90,.1);
  }
  .site-header__inner {
    width: min(1240px, calc(100% - 40px));
    min-height: 88px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .brand__logo {
    width: 182px;
    max-height: 72px;
    object-fit: contain;
  }
  .brand__text {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-primary);
  }
  .desktop-nav ul {
    display: flex;
    gap: 28px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desktop-nav a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: var(--color-primary-900);
  }
  .desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 100%;
    bottom: -8px;
    height: 2px;
    background: var(--color-gold);
    transition: left .25s ease;
  }
  .desktop-nav a:hover::after {
    left: 0;
  }
  .header-cta {
    text-decoration: none;
    color: white;
    background: var(--color-primary);
    border-radius: 999px;
    padding: 11px 20px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
  }
  .header-cta:hover {
    transform: translateY(-2px);
    background: var(--color-primary-900);
  }
  .menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-line);
    background: white;
    border-radius: 10px;
    padding: 10px;
  }
  .menu-toggle span {
    display: block;
    height: 2px;
    background: var(--color-primary);
    margin: 5px 0;
  }
  .mobile-nav {
    display: none;
    padding: 12px 20px 24px;
    background: white;
    border-top: 1px solid var(--color-line);
  }
  .mobile-nav a {
    display: block;
    padding: 11px 0;
    text-decoration: none;
    border-bottom: 1px solid var(--color-line);
    font-weight: 600;
  }
  .hero-section {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(255,254,250,.98) 0%, rgba(255,254,250,.88) 48%, rgba(242,245,251,.76) 100%),	linear-gradient(rgba(20,43,90,.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(20,43,90,.035) 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
  }
  .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 80px;
    align-items: center;
    padding-block: 100px;
  }
  .hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    opacity: .4;
  }
  .hero-glow--one {
    width: 420px;
    height: 420px;
    left: -160px;
    top: 60px;
    background: radial-gradient(circle, var(--color-gold-100), transparent 68%);
  }
  .hero-glow--two {
    width: 520px;
    height: 520px;
    right: -240px;
    bottom: -160px;
    background: radial-gradient(circle, var(--color-primary-100), transparent 70%);
  }
  .eyebrow, .section-kicker {
    color: var(--color-gold-700);
    font-weight: 800;
    letter-spacing: .02em;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .eyebrow span {
    width: 38px;
    height: 2px;
    background: var(--color-gold);
  }
  .hero-copy h1 {
    margin: 0;
    max-width: 760px;
    font-family: var(--font-serif);
    font-size: clamp(3.15rem, 6vw, 5.5rem);
    line-height: .98;
    letter-spacing: -.035em;
    color: var(--color-primary-900);
  }
  .hero-lead {
    max-width: 660px;
    margin: 28px 0 0;
    color: var(--color-muted);
    font-size: 1.2rem;
    line-height: 1.85;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button--gold {
    background: linear-gradient(135deg, var(--color-gold-300), var(--color-gold));
    color: var(--color-primary-900);
    box-shadow: 0 12px 30px rgba(182,138,44,.2);
  }
  .button--ghost {
    border-color: rgba(20,43,90,.22);
    color: var(--color-primary);
    background: rgba(255,255,255,.6);
  }
  .button--navy {
    background: var(--color-primary);
    color: white;
  }
  .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    color: var(--color-muted);
    font-size: .93rem;
  }
  .hero-trust span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-gold-100);
    color: var(--color-gold-700);
    font-weight: 900;
  }
  .hero-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
  }
  .visual-card {
    position: relative;
    width: min(100%, 510px);
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(20,43,90,.1);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 34px 90px rgba(9,26,58,.16);
    transform: rotate(-1.3deg);
  }
  .visual-card::before {
    content: "";
    position: absolute;
    inset: 11px;
    border: 1px solid rgba(182,138,44,.22);
    border-radius: 21px;
    pointer-events: none;
  }
  .visual-card__top, .visual-card__footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .visual-card__top {
    font-weight: 800;
    color: var(--color-primary);
  }
  .status-dot {
    font-size: .8rem;
    color: #286d52;
    background: #e7f5ee;
    padding: 5px 10px;
    border-radius: 999px;
  }
  .growth-chart {
    position: relative;
    height: 260px;
    display: flex;
    align-items: end;
    gap: 22px;
    padding: 34px 28px 24px;
    overflow: hidden;
    direction: ltr;
  }
  .growth-chart::after {
    content: "";
    position: absolute;
    inset: 30px 20px 20px;
    background: repeating-linear-gradient(to bottom, rgba(20,43,90,.08) 0 1px, transparent 1px 52px);
  }
  .chart-bar {
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 66px;
    border-radius: 10px 10px 3px 3px;
    background: linear-gradient(to top, var(--color-primary), var(--color-primary-500));
    box-shadow: inset 0 1px rgba(255,255,255,.3);
  }
  .chart-bar--1 {
    height: 28%;
    opacity: .76;
  }
  .chart-bar--2 {
    height: 43%;
    opacity: .84;
  }
  .chart-bar--3 {
    height: 61%;
    opacity: .92;
  }
  .chart-bar--4 {
    height: 82%;
  }
  .growth-chart svg {
    position: absolute;
    z-index: 3;
    inset: 28px 10px 28px;
    width: calc(100% - 20px);
    height: calc(100% - 56px);
    color: var(--color-gold-300);
    filter: drop-shadow(0 5px 6px rgba(182,138,44,.2));
  }
  .visual-card__footer {
    border-top: 1px solid var(--color-line);
    padding-top: 22px;
  }
  .visual-card__footer div {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .visual-card__footer strong {
    color: var(--color-primary);
  }
  .visual-card__footer span {
    color: var(--color-muted);
    font-size: .78rem;
  }
  .floating-note {
    position: absolute;
    z-index: 4;
    background: white;
    border: 1px solid rgba(20,43,90,.1);
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(9,26,58,.15);
    padding: 14px 18px;
    font-weight: 700;
    color: var(--color-primary);
  }
  .floating-note--top {
    top: 34px;
    left: -16px;
  }
  .floating-note--top span {
    display: block;
    color: var(--color-gold-700);
    font-size: 1.55rem;
    line-height: 1;
  }
  .floating-note--bottom {
    bottom: 46px;
    right: -28px;
  }
  .confidence-strip {
    background: var(--color-primary-900);
    color: white;
  }
  .confidence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-block: 28px;
  }
  .confidence-grid div {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-left: 1px solid rgba(255,255,255,.16);
  }
  .confidence-grid div:last-child {
    border-left: 0;
  }
  .confidence-grid strong {
    color: var(--color-gold-300);
    font-family: var(--font-serif);
    font-size: 2rem;
  }
  .confidence-grid span {
    color: rgba(255,255,255,.78);
    font-size: .92rem;
  }
  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px;
  }
  .section-heading h2, .about-copy h2, .faq-intro h2, .closing-cta h2 {
    margin: 8px 0 0;
    font-family: var(--font-serif);
    color: var(--color-primary-900);
    font-size: clamp(2.25rem, 4vw, 3.65rem);
    line-height: 1.08;
  }
  .section-heading > p {
    max-width: 480px;
    margin: 0;
    color: var(--color-muted);
  }
  .section-heading--center {
    justify-content: center;
    text-align: center;
  }
  .services-section {
    background: white;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .service-card {
    position: relative;
    min-height: 286px;
    padding: 28px;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    background: var(--color-background);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .service-card:hover {
    transform: translateY(-7px);
    border-color: var(--color-gold-300);
    box-shadow: 0 18px 45px rgba(9,26,58,.1);
  }
  .service-card--featured {
    background: var(--color-primary-900);
    color: white;
    border-color: var(--color-primary-900);
  }
  .service-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--color-gold-100);
    color: var(--color-gold-700);
    font-family: var(--font-serif);
    font-weight: 800;
  }
  .service-card--featured .service-icon {
    background: var(--color-gold-300);
    color: var(--color-primary-900);
  }
  .service-card h3 {
    margin: 24px 0 10px;
    font-family: var(--font-serif);
    font-size: 1.55rem;
    color: var(--color-primary-900);
  }
  .service-card--featured h3 {
    color: white;
  }
  .service-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: .95rem;
  }
  .service-card--featured p {
    color: rgba(255,255,255,.72);
  }
  .service-card a {
    position: absolute;
    right: 28px;
    bottom: 24px;
    color: var(--color-gold-700);
    text-decoration: none;
    font-weight: 800;
    font-size: .9rem;
  }
  .service-card--featured a {
    color: var(--color-gold-300);
  }
  .about-section {
    background: var(--color-cream);
  }
  .about-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 90px;
    align-items: center;
  }
  .about-panel {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    background: var(--color-primary-900);
    border-radius: 28px 90px 28px 28px;
    color: white;
    box-shadow: 0 30px 70px rgba(9,26,58,.17);
  }
  .about-panel::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -80px;
    bottom: -100px;
    border: 48px solid rgba(223,189,104,.12);
    border-radius: 50%;
  }
  .about-mark {
    font-family: var(--font-serif);
    font-size: clamp(8rem, 18vw, 13rem);
    font-weight: 800;
    line-height: .72;
    color: var(--color-gold-300);
  }
  .about-mark__caption {
    margin-top: 30px;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
  }
  .gold-line {
    width: 86px;
    height: 4px;
    background: var(--color-gold-300);
    margin-top: 28px;
  }
  .about-copy p {
    color: var(--color-muted);
    font-size: 1.06rem;
  }
  .check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    list-style: none;
    padding: 0;
    margin: 28px 0;
  }
  .check-list li {
    display: flex;
    gap: 10px;
    font-weight: 650;
  }
  .check-list span {
    color: var(--color-gold-700);
  }
  .text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 800;
  }
  .process-section {
    background: white;
  }
  .process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 24px;
  }
  .process-grid::before {
    content: "";
    position: absolute;
    top: 34px;
    right: 16%;
    left: 16%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-gold-300), transparent);
  }
  .process-grid article {
    position: relative;
    text-align: center;
    padding: 0 34px;
  }
  .process-grid article > span {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 24px;
    border: 1px solid var(--color-gold-300);
    border-radius: 50%;
    background: white;
    color: var(--color-gold-700);
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 800;
  }
  .process-grid h3 {
    margin: 0;
    font-family: var(--font-serif);
    color: var(--color-primary-900);
    font-size: 1.55rem;
  }
  .process-grid p {
    color: var(--color-muted);
    margin: 8px 0 0;
  }
  .knowledge-section {
    background: var(--color-primary-50);
  }
  .knowledge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .knowledge-grid article {
    background: white;
    border-radius: 18px;
    padding: 30px;
    border-top: 4px solid var(--color-gold-300);
    box-shadow: 0 12px 35px rgba(9,26,58,.06);
  }
  .knowledge-grid article > span {
    display: inline-block;
    color: var(--color-gold-700);
    background: var(--color-gold-100);
    padding: 5px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
  }
  .knowledge-grid h3 {
    font-family: var(--font-serif);
    color: var(--color-primary-900);
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .knowledge-grid p {
    color: var(--color-muted);
  }
  .knowledge-grid a {
    color: var(--color-primary);
    font-weight: 800;
  }
  .faq-section {
    background: white;
  }
  .faq-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 90px;
  }
  .faq-intro p {
    color: var(--color-muted);
    margin-bottom: 28px;
  }
  .faq-list {
    border-top: 1px solid var(--color-line);
  }
  .faq-list article {
    border-bottom: 1px solid var(--color-line);
  }
  .faq-list button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 4px;
    border: 0;
    background: transparent;
    color: var(--color-primary-900);
    text-align: right;
    font-weight: 800;
    cursor: pointer;
  }
  .faq-list button b {
    color: var(--color-gold-700);
    font-size: 1.5rem;
  }
  .faq-list article div p {
    margin: -6px 0 24px;
    color: var(--color-muted);
    padding-left: 50px;
  }
  .closing-cta {
    padding: 56px 0;
    background: var(--color-primary-900);
    color: white;
  }
  .closing-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .closing-cta span {
    color: var(--color-gold-300);
    font-weight: 800;
  }
  .closing-cta h2 {
    color: white;
    margin: 5px 0 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
  }
  .closing-cta p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.7);
  }
  .site-footer {
    background: #07152e;
    color: rgba(255,255,255,.72);
  }
  .site-footer__accent {
    height: 4px;
    background: linear-gradient(90deg, var(--color-gold-700), var(--color-gold-300), var(--color-gold-700));
  }
  .site-footer__grid {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.4fr .75fr 1fr 1fr;
    gap: 54px;
    padding: 72px 0 52px;
  }
  .site-footer h2 {
    color: white;
    font-family: var(--font-serif);
    font-size: 1.25rem;
    margin: 0 0 18px;
  }
  .footer-brand strong {
    display: block;
    color: var(--color-gold-300);
    font-family: var(--font-serif);
    font-size: 1.8rem;
  }
  .footer-brand p {
    max-width: 380px;
  }
  .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-footer li {
    margin: 8px 0;
  }
  .site-footer a {
    text-decoration: none;
  }
  .site-footer a:hover {
    color: var(--color-gold-300);
  }
  .footer-button {
    display: inline-block;
    margin-top: 10px;
    color: var(--color-gold-300);
    font-weight: 800;
  }
  .site-footer__bottom {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .82rem;
  }
  @media (max-width: 1050px) {
    .desktop-nav, .header-cta {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .mobile-nav {
      display: block;
    }
    .hero-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .hero-visual {
      min-height: 440px;
    }
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .site-footer__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 760px) {
    body.admin-bar .site-header {
      top: 46px;
    }
    .content-shell {
      width: min(100% - 28px, 1180px);
    }
    .section {
      padding: 76px 0;
    }
    .site-header__inner {
      width: calc(100% - 28px);
      min-height: 76px;
    }
    .brand__logo {
      width: 145px;
      max-height: 62px;
    }
    .hero-section {
      min-height: auto;
    }
    .hero-grid {
      padding-block: 72px;
    }
    .hero-copy h1 {
      font-size: clamp(2.75rem, 13vw, 4rem);
    }
    .hero-lead {
      font-size: 1.06rem;
    }
    .hero-actions .button {
      width: 100%;
    }
    .hero-trust {
      display: grid;
      gap: 10px;
    }
    .hero-visual {
      min-height: 390px;
    }
    .visual-card {
      padding: 20px;
      border-radius: 22px;
    }
    .growth-chart {
      height: 220px;
      gap: 12px;
      padding-inline: 14px;
    }
    .floating-note--top {
      left: 0;
      top: 10px;
    }
    .floating-note--bottom {
      right: 0;
      bottom: 16px;
      font-size: .82rem;
    }
    .confidence-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
    }
    .confidence-grid div {
      min-height: 82px;
      border-bottom: 1px solid rgba(255,255,255,.14);
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
    .section-heading, .closing-cta__inner {
      display: block;
    }
    .section-heading > p {
      margin-top: 18px;
    }
    .services-grid, .knowledge-grid, .process-grid, .about-grid, .faq-grid {
      grid-template-columns: 1fr;
    }
    .services-grid {
      gap: 14px;
    }
    .about-grid, .faq-grid {
      gap: 50px;
    }
    .about-panel {
      min-height: 360px;
      padding: 44px;
    }
    .about-mark {
      font-size: 9rem;
    }
    .check-list {
      grid-template-columns: 1fr;
    }
    .process-grid::before {
      display: none;
    }
    .site-footer__grid {
      grid-template-columns: 1fr;
      gap: 32px;
      padding-top: 54px;
    }
    .site-footer__bottom {
      flex-direction: column;
    }
    .closing-cta .button {
      margin-top: 24px;
      width: 100%;
    }
  }
}
.updates-page {
  background: #fffefa;
}
.updates-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(7,21,46,.98), rgba(16,43,93,.94)),	linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  color: #fff;
}
.updates-hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -160px;
  top: -210px;
  border: 1px solid rgba(216,177,78,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(216,177,78,.035), 0 0 0 110px rgba(216,177,78,.025);
}
.updates-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 930px;
  padding-block: 94px;
  text-align: center;
}
.updates-hero .section-kicker {
  color: var(--color-gold-300);
}
.updates-hero h1 {
  max-width: 900px;
  margin: 12px auto 22px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 1.04;
}
.updates-hero p, .updates-hero__description {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 1.15rem;
}
.updates-hero--category .updates-hero__inner {
  padding-block: 75px;
}
.updates-hero--category h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}
.updates-topics {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(15,40,82,.1);
  background: #fff;
  box-shadow: 0 8px 30px rgba(7,21,46,.045);
}
.topic-nav {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-block: 18px;
  scrollbar-width: thin;
}
.topic-nav a, .topic-nav span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid #dce1e9;
  border-radius: 999px;
  color: var(--color-navy-900);
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  white-space: nowrap;
}
.topic-nav a:hover, .topic-nav a.is-active {
  border-color: var(--color-navy-900);
  background: var(--color-navy-900);
  color: #fff;
}
.topic-nav span {
  color: #7b8495;
  background: #f6f7f9;
}
.updates-listing {
  background: #f8f5ee;
}
.updates-heading {
  margin-bottom: 42px;
}
.updates-heading > p {
  max-width: 510px;
  color: var(--color-slate-600);
  font-size: .9rem;
}
.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.update-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15,40,82,.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 34px rgba(7,21,46,.065);
  transition: transform .22s ease, box-shadow .22s ease;
}
.update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(7,21,46,.11);
}
.draft-label {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff4cf;
  color: #6e4e0b;
  box-shadow: 0 5px 14px rgba(7,21,46,.12);
  font-size: .72rem;
  font-weight: 800;
}
.knowledge-grid .draft-inline {
  background: #fff4cf;
  color: #6e4e0b;
}
.article-content .article-lead {
  margin-bottom: 28px;
  color: var(--color-navy-900);
  font-size: 1.22rem;
  line-height: 1.8;
}
.article-content .article-call-to-action {
  margin-top: 34px;
  padding: 22px 24px;
  border-right: 4px solid var(--color-gold-500);
  background: #f8f5ee;
  color: var(--color-navy-900);
}
.update-card__image {
  height: 205px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(16,43,93,.96), rgba(7,21,46,.98)),	repeating-linear-gradient(45deg, transparent 0 10px, rgba(255,255,255,.03) 10px 11px);
  color: var(--color-gold-300);
  text-decoration: none;
}
.update-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.update-card:hover .update-card__image img {
  transform: scale(1.035);
}
.update-card__image > span {
  font-family: var(--font-serif);
  font-size: 5rem;
  font-weight: 800;
}
.update-card__body {
  padding: 25px;
}
.update-card__meta {
  min-height: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
  color: var(--color-slate-600);
  font-size: .76rem;
}
.update-card__meta span {
  color: var(--color-gold-700);
  font-weight: 800;
}
.update-card h2 {
  margin: 0 0 12px;
  color: var(--color-navy-900);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.2;
}
.update-card h2 a {
  text-decoration: none;
}
.update-card p {
  margin: 0 0 18px;
  color: var(--color-slate-600);
  font-size: .9rem;
}
.update-card .text-link {
  font-size: .85rem;
}
.updates-empty {
  max-width: 720px;
  margin-inline: auto;
  padding: 58px 30px;
  border: 1px solid rgba(15,40,82,.1);
  border-radius: 24px;
  background: #fff;
  text-align: center;
}
.updates-empty > span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--color-gold-100);
  color: var(--color-gold-700);
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 800;
}
.updates-empty h2 {
  margin: 0 0 12px;
  color: var(--color-navy-900);
  font-family: var(--font-serif);
  font-size: 2rem;
}
.updates-empty p {
  max-width: 540px;
  margin: 0 auto 24px;
  color: var(--color-slate-600);
}
.updates-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 46px;
}
.updates-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding-inline: 10px;
  border: 1px solid #dce1e9;
  border-radius: 9px;
  background: #fff;
  color: var(--color-navy-900);
  text-decoration: none;
}
.updates-pagination .current {
  border-color: var(--color-navy-900);
  background: var(--color-navy-900);
  color: #fff;
}
.updates-cta {
  padding: 64px 0;
  background: #fff;
}
.updates-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.updates-cta h2 {
  max-width: 710px;
  margin: 6px 0 0;
  color: var(--color-navy-900);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}
.article-page {
  background: #fffefa;
}
.article-hero {
  background: linear-gradient(125deg, #07152e, #102b5d);
  color: #fff;
}
.article-hero__inner {
  max-width: 940px;
  padding-block: 70px 76px;
  text-align: center;
}
.article-breadcrumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
  color: rgba(255,255,255,.62);
  font-size: .8rem;
}
.article-breadcrumbs a {
  text-decoration: none;
}
.article-breadcrumbs a:hover {
  color: var(--color-gold-300);
}
.article-category {
  display: inline-flex;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(216,177,78,.15);
  color: var(--color-gold-300);
  font-weight: 800;
  font-size: .8rem;
}
.article-hero h1 {
  max-width: 900px;
  margin: 15px auto 19px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1.05;
}
.article-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  align-items: start;
  padding-block: 76px 100px;
}
.article-featured {
  overflow: hidden;
  margin: 0 0 38px;
  border-radius: 22px;
}
.article-featured img {
  display: block;
  width: 100%;
}
.article-content {
  color: #24314a;
  font-size: 1.08rem;
  line-height: 1.95;
}
.article-content > *:first-child {
  margin-top: 0;
}
.article-content h2, .article-content h3 {
  color: var(--color-navy-900);
  font-family: var(--font-serif);
  line-height: 1.2;
}
.article-content h2 {
  margin: 2em 0 .65em;
  font-size: 2.25rem;
}
.article-content h3 {
  margin: 1.7em 0 .6em;
  font-size: 1.6rem;
}
.article-content a {
  color: var(--color-gold-700);
  font-weight: 700;
}
.article-content blockquote {
  margin: 2rem 0;
  padding: 22px 24px;
  border-right: 4px solid var(--color-gold-500);
  background: #f8f5ee;
  color: var(--color-navy-900);
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: .93rem;
}
.article-content th, .article-content td {
  padding: 12px;
  border: 1px solid #dce1e9;
  text-align: right;
}
.article-content th {
  background: #f2f5fb;
  color: var(--color-navy-900);
}
.article-disclaimer {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid #dce1e9;
  border-radius: 14px;
  background: #f8f9fb;
}
.article-disclaimer strong {
  color: var(--color-navy-900);
}
.article-disclaimer p {
  margin: 6px 0 0;
  color: var(--color-slate-600);
  font-size: .83rem;
}
.article-sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 24px;
}
.article-help {
  padding: 28px;
  border-radius: 20px;
  background: var(--color-navy-900);
  color: rgba(255,255,255,.76);
}
.article-help .section-kicker {
  color: var(--color-gold-300);
  font-size: .8rem;
}
.article-help h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1.05;
}
.article-help p {
  margin: 0 0 22px;
  font-size: .9rem;
}
.article-help .button {
  width: 100%;
}
.article-topics {
  padding: 24px;
  border: 1px solid rgba(15,40,82,.1);
  border-radius: 18px;
  background: #fff;
}
.article-topics h2 {
  margin: 0 0 12px;
  color: var(--color-navy-900);
  font-family: var(--font-serif);
  font-size: 1.45rem;
}
.article-topics ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-topics li + li {
  border-top: 1px solid #e5e8ee;
}
.article-topics a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--color-slate-600);
  font-size: .87rem;
  text-decoration: none;
}
.article-topics a:hover {
  color: var(--color-gold-700);
}
.related-updates {
  background: #f8f5ee;
}
.update-card--compact .update-card__body {
  min-height: 190px;
  display: flex;
  flex-direction: column;
}
.update-card--compact .text-link {
  margin-top: auto;
}
@media (max-width: 980px) {
  .updates-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .updates-hero__inner {
    padding-block: 66px;
  }
  .updates-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }
  .updates-grid {
    grid-template-columns: 1fr;
  }
  .updates-cta__inner {
    display: block;
  }
  .updates-cta .button {
    width: 100%;
    margin-top: 24px;
  }
  .article-hero__inner {
    padding-block: 54px 60px;
  }
  .article-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }
  .article-layout {
    padding-block: 50px 72px;
  }
  .article-sidebar {
    grid-template-columns: 1fr;
  }
  .article-content {
    font-size: 1rem;
  }
  .article-content h2 {
    font-size: 1.85rem;
  }
}
.contact-page {
  background: #f8f5ee;
}
.contact-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 15%, rgba(200,159,69,.22), transparent 29%),	linear-gradient(125deg, #07152e 0%, #102b5d 100%);
  color: #fff;
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -150px auto;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255,255,255,.025), 0 0 0 96px rgba(255,255,255,.02);
}
.contact-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
  padding-block: 92px;
}
.contact-hero .section-kicker {
  color: var(--color-gold-300);
}
.contact-hero h1 {
  max-width: 700px;
  margin: 10px 0 20px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: .98;
}
.contact-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1.15rem;
}
.contact-hero__badge {
  width: 176px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.025);
  backdrop-filter: blur(8px);
}
.contact-hero__badge strong {
  display: block;
  color: var(--color-gold-300);
  font-family: var(--font-serif);
  font-size: 3.6rem;
  line-height: 1;
}
.contact-hero__badge span {
  max-width: 105px;
  margin: 9px auto 0;
  font-size: .88rem;
  line-height: 1.35;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.4fr);
  gap: 64px;
  align-items: start;
}
.contact-info {
  position: sticky;
  top: 118px;
}
.contact-info h2, .contact-form-card h2 {
  margin: 8px 0 12px;
  font-family: var(--font-serif);
  color: var(--color-navy-900);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.05;
}
.contact-info > p {
  color: var(--color-slate-600);
  margin-bottom: 28px;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(15,40,82,.12);
  color: var(--color-navy-900);
  text-decoration: none;
}
a.contact-method {
  transition: color .2s ease, transform .2s ease;
}
a.contact-method:hover {
  color: var(--color-gold-700);
  transform: translateX(-4px);
}
.contact-method__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--color-navy-900);
  box-shadow: 0 8px 24px rgba(7,21,46,.08);
}
.contact-method--whatsapp .contact-method__icon {
  background: #1f9d61;
  color: #fff;
}
.contact-method__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}
.contact-method small, .contact-method strong {
  display: block;
}
.contact-method small {
  margin-bottom: 3px;
  color: var(--color-slate-600);
  font-size: .78rem;
}
.contact-method strong {
  font-size: 1rem;
}
.contact-note {
  margin-top: 28px;
  padding: 22px;
  border-right: 4px solid var(--color-gold-500);
  background: rgba(255,255,255,.72);
}
.contact-note strong {
  color: var(--color-navy-900);
}
.contact-note p {
  margin: 6px 0 0;
  color: var(--color-slate-600);
  font-size: .9rem;
}
.contact-form-card {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(15,40,82,.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,21,46,.1);
}
.contact-form-card__head {
  margin-bottom: 30px;
}
.contact-form-card__head > span {
  color: var(--color-gold-700);
  font-weight: 800;
  font-size: .83rem;
  letter-spacing: .04em;
}
.contact-form-card__head p {
  margin: 0;
  color: var(--color-slate-600);
}
.form-notice {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 700;
}
.form-notice--success {
  border: 1px solid #93d2b2;
  background: #eaf8f0;
  color: #155b39;
}
.form-notice--error {
  border: 1px solid #e8aaa5;
  background: #fff1ef;
  color: #8a2821;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.form-field--wide {
  grid-column: 1 / -1;
}
.form-field label, .preferred-contact legend {
  display: block;
  margin-bottom: 8px;
  color: var(--color-navy-900);
  font-weight: 800;
  font-size: .9rem;
}
.form-field label span {
  color: #9c2f28;
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  border: 1px solid #ccd3df;
  border-radius: 10px;
  background: #fbfcfe;
  color: var(--color-navy-900);
  font: inherit;
  padding: 13px 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--color-gold-700);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(184,139,47,.14);
}
.form-field--hidden {
  position: absolute !important;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.preferred-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 26px 0 22px;
  padding: 0;
  border: 0;
}
.preferred-contact legend {
  width: 100%;
}
.preferred-contact label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.preferred-contact input, .privacy-consent input {
  accent-color: var(--color-gold-700);
}
.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-slate-600);
  font-size: .84rem;
  line-height: 1.55;
  cursor: pointer;
}
.privacy-consent input {
  margin-top: 5px;
}
.privacy-consent a {
  color: var(--color-navy-900);
  font-weight: 700;
}
.contact-submit {
  width: 100%;
  margin-top: 25px;
  border: 0;
  cursor: pointer;
}
.form-disclaimer {
  margin: 15px 0 0;
  color: var(--color-slate-600);
  text-align: center;
  font-size: .76rem;
}
.floating-whatsapp {
  position: fixed;
  z-index: 90;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 17px;
  border-radius: 999px;
  background: #1f9d61;
  color: #fff;
  box-shadow: 0 14px 34px rgba(11,77,46,.3);
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(11,77,46,.36);
}
.floating-whatsapp svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
@media (max-width: 860px) {
  .contact-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 72px;
  }
  .contact-hero__badge {
    width: 142px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contact-info {
    position: static;
  }
}
@media (max-width: 620px) {
  .contact-hero__inner {
    padding-block: 58px;
  }
  .contact-hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.65rem);
  }
  .contact-hero__badge {
    display: none;
  }
  .contact-form-card {
    padding: 26px 20px;
    border-radius: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .form-field--wide {
    grid-column: auto;
  }
  .floating-whatsapp {
    left: 14px;
    bottom: 14px;
    width: 54px;
    padding: 14px;
    justify-content: center;
  }
  .floating-whatsapp span {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
