*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html {
  font-family: apertura, ui-sans-serif, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: apertura, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
}

  /* Headings — Apertura Bold */
  h1, h2, h3 {
  font-family: apertura, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
}

  /* Sub-headings — Apertura Medium */
  h4, h5, h6 {
  font-family: apertura, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
}

  /* Body copy — Apertura Regular */
  p {
  font-family: apertura, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
}

  a {
  --tw-text-opacity: 1;
  color: rgb(131 84 160 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

  strong, b {
  font-weight: 700;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
/* Site header */
.site-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 242 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.site-header .header-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 5rem;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* Site title / logo */
.site-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
}
.site-title a {
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.site-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(131 84 160 / var(--tw-text-opacity, 1));
}
.site-description {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgb(32 33 76 / 0.6);
}
/* Primary navigation */
/* Mobile menu toggle */
/* Site footer */
.site-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(32 33 76 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.site-footer a {
  color: rgb(243 242 243 / 0.8);
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.site-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(131 84 160 / var(--tw-text-opacity, 1));
}
/* Main content area */
.site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* Buttons */
/* ── Landing page components ─────────────────────────────────────────── */
/* Hero title: [em] highlighted word in lighter mauve */
.wcp-hero-em {
    color: #9d6fba;
    font-style: normal;
  }
/* Deadline label date spans */
.wcp-deadline-date {
    color: #9d6fba;
    font-weight: 600;
  }
/* Hero eyebrow badge */
.wcp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(131, 84, 160, 0.15);
    border: 0.5px solid rgba(131, 84, 160, 0.4);
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.625rem;       /* 10px */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 3px;
    font-weight: 700;
  }
/* ── Application form inputs ─────────────────────────────────────── */
.wcp-label {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgb(32 33 76 / 0.7);
}
.wcp-input {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 220 222 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.wcp-input::-moz-placeholder {
  color: rgb(32 33 76 / 0.3);
}
.wcp-input::placeholder {
  color: rgb(32 33 76 / 0.3);
}
.wcp-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(131 84 160 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(131 84 160 / 0.2);
}
.wcp-select {
  cursor: pointer;
    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='%2320214C' stroke-opacity='.4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    background-size: 1.2em 1.2em;
    padding-right: 2.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
/* ── Inner-page banner: title + breadcrumb ──────────────────────────────── */
.wcp-page-banner {
    position: relative;
    background: #20214C;
    overflow: hidden;
    padding: 2rem 1rem;
  }
@media (min-width: 640px) {
    .wcp-page-banner { padding: 2.5rem 1.5rem; }
  }
/* Decorative SVG watermark — right side */
.wcp-pb-deco {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.05;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.wcp-pb-inner {
    position: relative;
    z-index: 1;
    max-width: 64rem;   /* max-w-5xl — matches header/footer container */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
@media (min-width: 640px) {
    .wcp-pb-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
  }
/* Breadcrumb */
.wcp-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 0.4rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.4);
  }
.wcp-bc-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.15s;
  }
.wcp-bc-link:hover {
    color: #9d6fba;
  }
.wcp-bc-sep {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.85em;
    margin: 0 0.1rem;
  }
.wcp-bc-current {
    color: #9d6fba;
  }
/* Page title */
.wcp-pb-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
  }
@media (min-width: 640px) {
    .wcp-pb-title { font-size: 1.875rem; }
  }
/* Gradient accent divider below banner */
.wcp-pb-divider {
    height: 2px;
    background: linear-gradient(to right, #8354A0, rgba(131, 84, 160, 0.35), transparent);
  }
/* ── Standard page layout (page.php) ───────────────────────────────────── */
.wcp-page-wrap {
    background: #fff;
    padding: 3rem 1rem 4rem;
  }
@media (min-width: 640px) {
    .wcp-page-wrap { padding: 4rem 1.5rem 5rem; }
  }
.wcp-page-inner {
    max-width: 64rem;   /* max-w-5xl — matches header/footer container */
    margin-left: auto;
    margin-right: auto;
  }
.wcp-page-article {
    background: #fff;
  }
/* Edit link */
.wcp-page-edit {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #dddcde;
    font-size: 0.75rem;
  }
.wcp-page-edit a {
    color: #9a9bb5;
    text-decoration: none;
  }
.wcp-page-edit a:hover { color: #8354A0; }
/* Paginated post links */
.wcp-page-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    font-weight: 700;
    color: #9a9bb5;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dddcde;
  }
.wcp-page-links span a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.4rem;
    border: 1.5px solid #dddcde;
    border-radius: 4px;
    color: #20214C;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    transition: border-color 0.15s, background 0.15s;
  }
.wcp-page-links span a:hover {
    border-color: #8354A0;
    background: #f0e8f7;
    color: #8354A0;
  }
/* ── Prose / rich-text content: restore list styles removed by Tailwind preflight ── */
/*
   * Targets:
   *  - Standard WordPress content wrappers (.entry-content, .page-content, .widget)
   *  - Gutenberg block list (.wp-block-list, .wp-block-group)
   *  - ACF / custom content wrapper (.wcp-prose)
   *  - Any ul/ol with no class (bare user-generated markup)
   * Excludes: nav menus, form lists, sidebar lists — all have explicit list-none already.
   */
.entry-content ul,
  .page-content ul,
  .widget ul,
  .wp-block-list ul,
  .wp-block-group ul,
  .wcp-prose ul,
  ul:not([class]) {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
.entry-content ol,
  .page-content ol,
  .widget ol,
  .wp-block-list ol,
  .wp-block-group ol,
  .wcp-prose ol,
  ol:not([class]) {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
/* Nested lists */
.entry-content ul ul,
  .page-content ul ul,
  .wcp-prose ul ul,
  ul:not([class]) ul:not([class]) {
    list-style-type: circle;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
.entry-content ul ul ul,
  .page-content ul ul ul,
  .wcp-prose ul ul ul,
  ul:not([class]) ul:not([class]) ul:not([class]) {
    list-style-type: square;
  }
.entry-content li,
  .page-content li,
  .widget li,
  .wp-block-list li,
  .wp-block-group li,
  .wcp-prose li,
  li:not([class]) {
    margin-bottom: 0.3rem;
    line-height: 1.6;
  }
/* ── Prose typography — .entry-content / .wcp-prose ─────────────── */
.entry-content,
  .wcp-prose {
    font-size: 1rem;
    line-height: 1.8;
    color: #20214C;
  }
/* Paragraphs */
.entry-content p,
  .wcp-prose p {
    margin-top: 0;
    margin-bottom: 1.4rem;
    line-height: 1.8;
    color: #3a3b5c;
  }
/* Headings */
.entry-content h1, .wcp-prose h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #20214C;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0e8f7;
  }
.entry-content h2, .wcp-prose h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #20214C;
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin-top: 2.25rem;
    margin-bottom: 0.875rem;
    padding-bottom: 0.4rem;
    border-bottom: 1.5px solid #f0e8f7;
  }
.entry-content h3, .wcp-prose h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #20214C;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
  }
.entry-content h4, .wcp-prose h4 {
    font-weight: 700;
    color: #20214C;
    line-height: 1.4;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
    color: #8354A0;
  }
.entry-content h5, .wcp-prose h5 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #5a5b7a;
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
.entry-content h6, .wcp-prose h6 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #9a9bb5;
    margin-top: 1.25rem;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
/* First heading after article start has no extra top margin */
.entry-content > *:first-child,
  .wcp-prose > *:first-child {
    margin-top: 0;
  }
/* Links */
.entry-content a,
  .wcp-prose a {
    color: #8354A0;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.15s, text-decoration-color 0.15s;
  }
.entry-content a:hover,
  .wcp-prose a:hover {
    color: #6e3e88;
    text-decoration-color: #8354A0;
  }
/* Blockquote */
.entry-content blockquote,
  .wcp-prose blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #8354A0;
    background: #f7f3fb;
    border-radius: 0 6px 6px 0;
    color: #5a5b7a;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
  }
.entry-content blockquote p,
  .wcp-prose blockquote p {
    margin-bottom: 0;
    color: #5a5b7a;
  }
.entry-content blockquote cite,
  .wcp-prose blockquote cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    color: #8354A0;
    letter-spacing: 0.04em;
  }
/* Horizontal rule */
.entry-content hr,
  .wcp-prose hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #8354A0, rgba(131,84,160,0.2), transparent);
    margin: 2.5rem 0;
    border-radius: 2px;
  }
/* Inline code */
.entry-content code,
  .wcp-prose code {
    font-family: ui-monospace, 'Cascadia Code', 'Fira Code', monospace;
    font-size: 0.85em;
    background: #f0e8f7;
    color: #6e3e88;
    padding: 0.15em 0.4em;
    border-radius: 4px;
    border: 1px solid rgba(131,84,160,0.2);
  }
/* Code blocks */
.entry-content pre,
  .wcp-prose pre {
    background: #20214C;
    color: #c4b5d8;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.85rem;
    line-height: 1.7;
    margin: 1.5rem 0;
  }
.entry-content pre code,
  .wcp-prose pre code {
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
  }
/* Images */
.entry-content img,
  .wcp-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1.25rem 0;
  }
/* Tables */
.entry-content table,
  .wcp-prose table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 1.75rem 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dddcde;
  }
.entry-content thead,
  .wcp-prose thead {
    background: #20214C;
    color: #fff;
  }
.entry-content th,
  .wcp-prose th {
    padding: 0.75rem 1rem;
    font-weight: 700;
    font-size: 0.75rem;
    text-align: left;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9d6fba;
  }
.entry-content td,
  .wcp-prose td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dddcde;
    color: #3a3b5c;
    vertical-align: top;
  }
.entry-content tbody tr:last-child td,
  .wcp-prose tbody tr:last-child td {
    border-bottom: none;
  }
.entry-content tbody tr:nth-child(even),
  .wcp-prose tbody tr:nth-child(even) {
    background: #faf9fb;
  }
.entry-content tbody tr:hover,
  .wcp-prose tbody tr:hover {
    background: #f0e8f7;
  }
/* Strong / em */
.entry-content strong,
  .entry-content b,
  .wcp-prose strong,
  .wcp-prose b {
    font-weight: 700;
    color: #20214C;
  }
.entry-content em,
  .entry-content i,
  .wcp-prose em,
  .wcp-prose i {
    font-style: italic;
  }
/* WordPress caption / figure */
.entry-content .wp-caption,
  .wcp-prose .wp-caption {
    max-width: 100%;
    margin: 1.25rem 0;
  }
.entry-content .wp-caption-text,
  .wcp-prose .wp-caption-text {
    font-size: 0.8rem;
    color: #9a9bb5;
    text-align: center;
    margin-top: 0.4rem;
    font-style: italic;
  }
/* WordPress alignment helpers */
.entry-content .alignleft  { float: left;  margin: 0.5rem 1.5rem 1rem 0; }
.entry-content .alignright { float: right; margin: 0.5rem 0 1rem 1.5rem; }
.entry-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.entry-content .alignwide  { margin-left: -2rem; margin-right: -2rem; max-width: calc(100% + 4rem); }
/* ── 7-step sidebar form layout ─────────────────────────────────── */
.wcp-flay { display:grid; grid-template-columns:240px 1fr; min-height:600px; }
.wcp-fsidebar { background:#20214C; padding:28px 22px; }
.wcp-fsidebar-title { font-size:14px; font-weight:800; color:#9d6fba; letter-spacing:.1em; text-transform:uppercase; margin-bottom:20px; }
.wcp-slist  { list-style:none; padding:0; margin:0; }
.wcp-sitem  { display:flex; align-items:flex-start; gap:10px; padding:9px 0; border-bottom:.5px solid rgba(255,255,255,.07); }
.wcp-sitem:last-child { border-bottom:none; }
.wcp-snum   { width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px; font-weight:800; flex-shrink:0; margin-top:1px; transition:background .2s,color .2s; }
.wcp-snum.s-done   { background:#8354A0; color:#fff; }
.wcp-snum.s-active { background:#fff; color:#20214C; }
.wcp-snum.s-todo   { background:rgba(255,255,255,.08); color:rgba(255,255,255,.3); }
.wcp-stitle { font-size:14px; color:#fff; font-weight:600; line-height:1.3; }
.wcp-stitle.s-active { color:#9d6fba; }
.wcp-stitle.s-done   { color:rgba(255,255,255,.4); font-weight:400; }
.wcp-ssub   { font-size:12px; color:rgba(255,255,255,.3); margin-top:2px; }
.wcp-prog-lbl   { font-size:12px; color:rgba(255,255,255,.35); margin-bottom:5px; display:flex; justify-content:space-between; font-weight:700; }
.wcp-prog-track { height:3px; background:rgba(255,255,255,.1); border-radius:2px; }
.wcp-prog-fill  { height:100%; background:#8354A0; border-radius:2px; transition:width .3s; }
.wcp-fmain  { background:#fff; padding:36px; overflow-y:auto; }
.wcp-step-badge { display:inline-block; background:#f0e8f7; border:1px solid rgba(131,84,160,.3); color:#8354A0; font-size:10px; padding:3px 10px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px; font-weight:700; border-radius:3px; }
.wcp-step-h { font-size:21px; font-weight:800; color:#20214C; margin-bottom:4px; }
.wcp-step-d { font-size:14px; color:#5a5b7a; margin-bottom:28px; line-height:1.6; }
.wcp-frow   { display:grid; grid-template-columns:1fr 1fr;     gap:14px; margin-bottom:18px; }
.wcp-frow3  { display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; margin-bottom:18px; }
.wcp-fg     { margin-bottom:18px; }
.wcp-fdiv   { height:1px; background:#dddcde; margin:24px 0; }
.wcp-char-c { font-size:10px; color:#9a9bb5; text-align:right; margin-top:3px; }
.wcp-rgrid  { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.wcp-rcard  { border:1.5px solid #dddcde; border-radius:6px; padding:11px; cursor:pointer; display:flex; align-items:center; gap:8px; transition:border-color .15s,background .15s; }
.wcp-rcard:hover { border-color:#8354A0; }
.wcp-rcard.sel   { border-color:#8354A0; background:#f0e8f7; }
.wcp-rdot   { width:14px; height:14px; border-radius:50%; border:1.5px solid #dddcde; flex-shrink:0; display:flex; align-items:center; justify-content:center; transition:border-color .15s,background .15s; }
.wcp-rcard.sel .wcp-rdot { border-color:#8354A0; background:#8354A0; }
.wcp-rcard.sel .wcp-rdot::after { content:''; width:5px; height:5px; background:#fff; border-radius:50%; display:block; }
.wcp-rlbl   { font-size:12px; color:#20214C; font-weight:500; line-height:1.3; }
.wcp-cbanner { background:#20214C; border-left:3px solid #8354A0; border-radius:6px; padding:14px 18px; display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.wcp-cbanner-title { font-size:14px; font-weight:700; color:#9d6fba; }
.wcp-cbanner-sub   { font-size:12px; color:rgba(255,255,255,.5); margin-top:2px; }
.wcp-upzone { border:1.5px dashed #dddcde; border-radius:6px; padding:22px; text-align:center; background:#F3F2F3; cursor:pointer; transition:border-color .2s,background .2s; display:block; }
.wcp-upzone:hover { border-color:#8354A0; background:#f0e8f7; }
.wcp-vtabs-wrap { border:1px solid #dddcde; border-radius:6px; overflow:hidden; }
.wcp-vtabs  { display:flex; border-bottom:1px solid #dddcde; background:#F3F2F3; }
.wcp-vtab   { padding:8px 15px; font-size:11px; cursor:pointer; border-right:1px solid #dddcde; color:#9a9bb5; font-weight:600; transition:background .15s,color .15s; }
.wcp-vtab.v-active { background:#fff; color:#20214C; }
.wcp-vtab-body { padding:13px; }
.wcp-factions { display:flex; align-items:center; justify-content:space-between; padding-top:24px; border-top:1px solid #dddcde; margin-top:28px; }
.wcp-cbrow  { display:flex; align-items:flex-start; gap:10px; padding:11px; border:1px solid #dddcde; border-radius:6px; margin-bottom:7px; }
.wcp-btn-back   { background:transparent; color:#5a5b7a; font-size:13px; padding:9px 18px; border:1px solid #dddcde; border-radius:6px; cursor:pointer; font-weight:600; font-family:inherit; }
.wcp-btn-back:hover   { background:#F3F2F3; }
.wcp-btn-next   { background:#20214C; color:#fff; font-size:13px; font-weight:700; padding:9px 26px; border:none; border-radius:6px; cursor:pointer; font-family:inherit; }
.wcp-btn-next:hover   { background:#2d2f6a; }
.wcp-btn-submit { background:#8354A0; color:#fff; font-size:14px; font-weight:700; padding:11px 30px; border:none; border-radius:6px; cursor:pointer; font-family:inherit; }
.wcp-btn-submit:hover { background:#6e3e88; }
.wcp-succ-meta { display:inline-flex; border:1px solid #dddcde; border-radius:6px; overflow:hidden; margin-bottom:24px; flex-wrap:wrap; }
.wcp-succ-mi   { padding:12px 22px; text-align:center; border-right:1px solid #dddcde; }
.wcp-succ-mi:last-child { border-right:none; }
.wcp-succ-ml   { font-size:10px; color:#9a9bb5; text-transform:uppercase; letter-spacing:.07em; margin-bottom:4px; font-weight:700; }
.wcp-succ-mv   { font-size:13px; font-weight:700; color:#20214C; }
@media (max-width:768px) {
    .wcp-flay { grid-template-columns:1fr; }
    .wcp-fsidebar { display:none; }
    .wcp-frow, .wcp-frow3, .wcp-rgrid { grid-template-columns:1fr 1fr; }
    .wcp-fmain { padding:20px; }
  }
@media (max-width:480px) {
    .wcp-frow, .wcp-frow3, .wcp-rgrid { grid-template-columns:1fr; }
  }
/* ── FAQs Section ──────────────────────────────────────────────────── */
.wcp-faqs-section {
    position: relative;
    background: #f8f7fb;
    padding: 5rem 1rem;
    overflow: hidden;
  }
@media (min-width: 640px) {
    .wcp-faqs-section { padding: 6rem 1.5rem; }
  }
/* Decorative SVG watermarks */
.wcp-faqs-deco-tl,
  .wcp-faqs-deco-br {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.045;
  }
.wcp-faqs-deco-tl { top: -40px; left: -50px; }
.wcp-faqs-deco-br { bottom: -30px; right: -40px; }
.wcp-faqs-inner {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
/* Section header */
.wcp-faqs-hdr {
    text-align: center;
    margin-bottom: 3rem;
  }
.wcp-faqs-eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8354A0;
    background: rgba(131,84,160,0.1);
    border: 1px solid rgba(131,84,160,0.2);
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1rem;
  }
.wcp-faqs-title {
    font-size: clamp(1.6rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #20214C;
    line-height: 1.2;
    margin: 0 0 0.75rem;
  }
.wcp-faqs-sub {
    font-size: 1rem;
    color: #5a5b7a;
    margin: 0;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
/* Accordion list */
.wcp-acc-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
/* Accordion item */
.wcp-acc-item {
    background: #fff;
    border: 1px solid #e8e6f0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
  }
.wcp-acc-item.is-open {
    border-color: rgba(131,84,160,0.35);
    box-shadow: 0 4px 20px rgba(131,84,160,0.1);
  }
/* Accordion button (question row) */
.wcp-acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.1rem 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #20214C;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.4;
    transition: background 0.15s;
  }
.wcp-acc-btn:hover {
    background: rgba(131,84,160,0.04);
  }
.wcp-acc-item.is-open .wcp-acc-btn {
    color: #8354A0;
  }
.wcp-acc-q {
    flex: 1;
  }
/* Chevron icon */
.wcp-acc-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(131,84,160,0.08);
    color: #8354A0;
    transition: background 0.2s, transform 0.25s;
  }
.wcp-acc-chevron {
    display: block;
    transition: transform 0.25s ease;
  }
.wcp-acc-item.is-open .wcp-acc-chevron {
    transform: rotate(180deg);
  }
.wcp-acc-item.is-open .wcp-acc-icon {
    background: rgba(131,84,160,0.15);
  }
/* Accordion body */
.wcp-acc-body {
    overflow: hidden;
  }
.wcp-acc-body[hidden] {
    display: none;
  }
.wcp-acc-body-inner {
    padding: 0 1.25rem 1.25rem;
    border-top: 1px solid #f0edf7;
    padding-top: 1rem;
    color: #4a4b6a;
    font-size: 0.95rem;
    line-height: 1.8;
  }
.wcp-acc-body-inner p {
    margin: 0 0 0.75rem;
  }
.wcp-acc-body-inner p:last-child {
    margin-bottom: 0;
  }
@media (min-width: 640px) {
    .wcp-acc-btn { padding: 1.2rem 1.5rem; font-size: 1.05rem; }
    .wcp-acc-body-inner { padding: 0 1.5rem 1.4rem; padding-top: 1rem; }
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-\[-80px\] {
  bottom: -80px;
}
.left-\[-40px\] {
  left: -40px;
}
.right-\[-80px\] {
  right: -80px;
}
.top-0 {
  top: 0px;
}
.top-\[-30px\] {
  top: -30px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-auto {
  width: auto;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#dddcde\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 220 222 / var(--tw-border-opacity, 1));
}
.border-momentum-mauve {
  --tw-border-opacity: 1;
  border-color: rgb(131 84 160 / var(--tw-border-opacity, 1));
}
.border-momentum-mauve\/25 {
  border-color: rgb(131 84 160 / 0.25);
}
.border-momentum-mauve\/30 {
  border-color: rgb(131 84 160 / 0.3);
}
.border-momentum-mauve\/40 {
  border-color: rgb(131 84 160 / 0.4);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.bg-\[\#2d2f6a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 47 106 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECEBED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 235 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0e8f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 232 247 / var(--tw-bg-opacity, 1));
}
.bg-commerce-cloud {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 243 / var(--tw-bg-opacity, 1));
}
.bg-commerce-cloud\/30 {
  background-color: rgb(243 242 243 / 0.3);
}
.bg-momentum-mauve {
  --tw-bg-opacity: 1;
  background-color: rgb(131 84 160 / var(--tw-bg-opacity, 1));
}
.bg-momentum-mauve\/10 {
  background-color: rgb(131 84 160 / 0.1);
}
.bg-momentum-mauve\/20 {
  background-color: rgb(131 84 160 / 0.2);
}
.bg-momentum-mauve\/80 {
  background-color: rgb(131 84 160 / 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.bg-trust-tone {
  --tw-bg-opacity: 1;
  background-color: rgb(32 33 76 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-momentum-mauve {
  --tw-gradient-from: #8354A0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 84 160 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-momentum-mauve\/40 {
  --tw-gradient-to: rgb(131 84 160 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(131 84 160 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-apertura {
  font-family: apertura, ui-sans-serif, system-ui, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#c49edd\] {
  --tw-text-opacity: 1;
  color: rgb(196 158 221 / var(--tw-text-opacity, 1));
}
.text-momentum-mauve {
  --tw-text-opacity: 1;
  color: rgb(131 84 160 / var(--tw-text-opacity, 1));
}
.text-trust-tone {
  --tw-text-opacity: 1;
  color: rgb(32 33 76 / var(--tw-text-opacity, 1));
}
.text-trust-tone\/20 {
  color: rgb(32 33 76 / 0.2);
}
.text-trust-tone\/50 {
  color: rgb(32 33 76 / 0.5);
}
.text-trust-tone\/60 {
  color: rgb(32 33 76 / 0.6);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.no-underline {
  text-decoration-line: none;
}
.opacity-\[0\.05\] {
  opacity: 0.05;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}

/* ─── Brand CSS custom properties ──────────────────────────────────────── */
:root {
  --color-momentum-mauve: #8354A0;
  --color-trust-tone:     #20214C;
  --color-commerce-cloud: #F3F2F3;
}

/* ─── Base typography & colour ──────────────────────────────────────────── */

/* ─── Reusable brand components ─────────────────────────────────────────── */
.hover\:border-momentum-mauve:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 84 160 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#6e3e88\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 62 136 / var(--tw-bg-opacity, 1));
}
.hover\:bg-momentum-mauve:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 84 160 / var(--tw-bg-opacity, 1));
}
.hover\:bg-trust-tone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 33 76 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-momentum-mauve:hover {
  --tw-text-opacity: 1;
  color: rgb(131 84 160 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-momentum-mauve:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 84 160 / var(--tw-ring-opacity, 1));
}
.active\:bg-\[\#5c3373\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(92 51 115 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-momentum-mauve {
  --tw-text-opacity: 1;
  color: rgb(131 84 160 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
