/*
! tailwindcss v3.4.3 | 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: Plus Jakarta Sans, sans-serif;
  /* 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] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  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;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select: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: #2563eb;
  --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: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-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='%236b7280' 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;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[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: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[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");
}

[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");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[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;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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:  ;
}

.\!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;
  }
}

.hero-academic-cap {
  --hero-academic-cap: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"/></svg>');
  -webkit-mask: var(--hero-academic-cap);
  mask: var(--hero-academic-cap);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-arrow-left {
  --hero-arrow-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"/></svg>');
  -webkit-mask: var(--hero-arrow-left);
  mask: var(--hero-arrow-left);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-arrow-left-solid {
  --hero-arrow-left-solid: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">  <path fill-rule="evenodd" d="M11.03 3.97a.75.75 0 0 1 0 1.06l-6.22 6.22H21a.75.75 0 0 1 0 1.5H4.81l6.22 6.22a.75.75 0 1 1-1.06 1.06l-7.5-7.5a.75.75 0 0 1 0-1.06l7.5-7.5a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/></svg>');
  -webkit-mask: var(--hero-arrow-left-solid);
  mask: var(--hero-arrow-left-solid);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-arrow-path {
  --hero-arrow-path: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"/></svg>');
  -webkit-mask: var(--hero-arrow-path);
  mask: var(--hero-arrow-path);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-arrow-right {
  --hero-arrow-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"/></svg>');
  -webkit-mask: var(--hero-arrow-right);
  mask: var(--hero-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-arrow-right-on-rectangle {
  --hero-arrow-right-on-rectangle: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"/></svg>');
  -webkit-mask: var(--hero-arrow-right-on-rectangle);
  mask: var(--hero-arrow-right-on-rectangle);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-arrow-top-right-on-square {
  --hero-arrow-top-right-on-square: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"/></svg>');
  -webkit-mask: var(--hero-arrow-top-right-on-square);
  mask: var(--hero-arrow-top-right-on-square);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-chat-bubble-left-right {
  --hero-chat-bubble-left-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"/></svg>');
  -webkit-mask: var(--hero-chat-bubble-left-right);
  mask: var(--hero-chat-bubble-left-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-chevron-down {
  --hero-chevron-down: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"/></svg>');
  -webkit-mask: var(--hero-chevron-down);
  mask: var(--hero-chevron-down);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-chevron-up-down {
  --hero-chevron-up-down: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"/></svg>');
  -webkit-mask: var(--hero-chevron-up-down);
  mask: var(--hero-chevron-up-down);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-cog-6-tooth {
  --hero-cog-6-tooth: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z"/>  <path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/></svg>');
  -webkit-mask: var(--hero-cog-6-tooth);
  mask: var(--hero-cog-6-tooth);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-cpu-chip {
  --hero-cpu-chip: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"/></svg>');
  -webkit-mask: var(--hero-cpu-chip);
  mask: var(--hero-cpu-chip);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-credit-card {
  --hero-credit-card: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"/></svg>');
  -webkit-mask: var(--hero-credit-card);
  mask: var(--hero-credit-card);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-document-text {
  --hero-document-text: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"/></svg>');
  -webkit-mask: var(--hero-document-text);
  mask: var(--hero-document-text);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-exclamation-circle-mini {
  --hero-exclamation-circle-mini: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" data-slot="icon">  <path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-8-5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 10 5Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" clip-rule="evenodd"/></svg>');
  -webkit-mask: var(--hero-exclamation-circle-mini);
  mask: var(--hero-exclamation-circle-mini);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-globe-alt {
  --hero-globe-alt: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"/></svg>');
  -webkit-mask: var(--hero-globe-alt);
  mask: var(--hero-globe-alt);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-home {
  --hero-home: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"/></svg>');
  -webkit-mask: var(--hero-home);
  mask: var(--hero-home);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-inbox {
  --hero-inbox: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"/></svg>');
  -webkit-mask: var(--hero-inbox);
  mask: var(--hero-inbox);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-information-circle-mini {
  --hero-information-circle-mini: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" data-slot="icon">  <path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z" clip-rule="evenodd"/></svg>');
  -webkit-mask: var(--hero-information-circle-mini);
  mask: var(--hero-information-circle-mini);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-key {
  --hero-key: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"/></svg>');
  -webkit-mask: var(--hero-key);
  mask: var(--hero-key);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-pencil-square {
  --hero-pencil-square: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"/></svg>');
  -webkit-mask: var(--hero-pencil-square);
  mask: var(--hero-pencil-square);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-plus {
  --hero-plus: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15"/></svg>');
  -webkit-mask: var(--hero-plus);
  mask: var(--hero-plus);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-shield-check {
  --hero-shield-check: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"/></svg>');
  -webkit-mask: var(--hero-shield-check);
  mask: var(--hero-shield-check);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-shopping-bag {
  --hero-shopping-bag: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"/></svg>');
  -webkit-mask: var(--hero-shopping-bag);
  mask: var(--hero-shopping-bag);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-trash {
  --hero-trash: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"/></svg>');
  -webkit-mask: var(--hero-trash);
  mask: var(--hero-trash);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-user {
  --hero-user: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"/></svg>');
  -webkit-mask: var(--hero-user);
  mask: var(--hero-user);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-users {
  --hero-users: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">  <path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"/></svg>');
  -webkit-mask: var(--hero-users);
  mask: var(--hero-users);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.hero-x-mark-solid {
  --hero-x-mark-solid: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">  <path fill-rule="evenodd" d="M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/></svg>');
  -webkit-mask: var(--hero-x-mark-solid);
  mask: var(--hero-x-mark-solid);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-\[40rem\] {
  left: 40rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-5 {
  right: 1.25rem;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.z-0 {
  z-index: 0;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.-m-3 {
  margin: -0.75rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.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-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-\[6rem\] {
  min-height: 6rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[40rem\] {
  width: 40rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[75\%\] {
  max-width: 75%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}

.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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-none {
  resize: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.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-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity));
}

.divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-brand\/5 {
  background-color: rgb(253 79 0 / 0.05);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-plum-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 234 249 / var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.fill-cyan-900 {
  fill: #164e63;
}

.fill-rose-900 {
  fill: #881337;
}

.fill-zinc-400 {
  fill: #a1a1aa;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.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-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-brand {
  --tw-text-opacity: 1;
  color: rgb(253 79 0 / var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-plum {
  --tw-text-opacity: 1;
  color: rgb(61 21 88 / var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-zinc-700\/10 {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --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, 0 0 #0000);
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity));
}

.ring-zinc-700\/10 {
  --tw-ring-color: rgb(63 63 70 / 0.1);
}

.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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[scrollbar-gutter\:stable\] {
  scrollbar-gutter: stable;
}

/* ─────────────────────────────────────────────────
   ADIRA — Home / Landing Page Styles
   Palette: Plum #3D1558 · Gold #C8963E · White #FFF
───────────────────────────────────────────────── */

:root {
  --plum: #3d1558;
  --plum-deep: #2a0e3f;
  --plum-mid: #5c2d80;
  --plum-light: #f3eaf9;
  --plum-pale: #f9f4fc;
  --gold: #c8963e;
  --gold-mid: #e0a830;
  --ink: #1a1a1a;
  --muted: #7a6f85;
  --border: #e8dff0;
  --serif: "Cormorant Garamond", serif;
  --sans: "DM Sans", sans-serif;
}

/* ── Scoped base for landing page wrapper ── */

.home-page {
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.home-page a {
  text-decoration: none;
}

.home-page button {
  font-family: var(--sans);
}

/* ── ANNOUNCEMENT BAR ── */

.announce-bar {
  background: var(--plum);
  padding: 10px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.announce-bar p {
  font-size: 13px;
  color: rgba(255,255,255,.85);
  font-weight: 500;
}

.announce-bar a {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.5);
  transition: border-color .2s;
}

.announce-bar a:hover {
  border-color: #fff;
}

/* ── NAV ── */

.lp-nav, .nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 0 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-logo {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--plum);
  letter-spacing: .04em;
}

.nav-logo span {
  color: var(--gold);
}

.nav-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo-img {
  height: 48px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.nav-links a {
  color: var(--muted);
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all .2s;
  font-weight: 400;
}

.nav-links a:hover {
  color: var(--plum);
  background: var(--plum-pale);
}

.nav-links .dropdown-span {
  color: var(--muted);
  font-size: 14px;
  padding: 6px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links .dropdown-span::after {
  content: "▾";
  font-size: 10px;
}

.nav-links .dropdown-span:hover {
  color: var(--plum);
}

.nav-cta {
  background: var(--plum) !important;
  color: #fff !important;
  padding: 9px 20px !important;
  border-radius: 6px !important;
  margin-left: 8px;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: background .2s !important;
}

.nav-cta:hover {
  background: var(--plum-mid) !important;
}

.nav-auth-login {
  padding: 8px 16px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--plum) !important;
  border: 1.5px solid var(--plum) !important;
  margin-left: 8px;
  transition: background .2s, color .2s !important;
}

.nav-auth-login:hover {
  background: var(--plum) !important;
  color: #fff !important;
}

.nav-auth-signup {
  padding: 8px 18px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: var(--gold) !important;
  color: #fff !important;
  margin-left: 6px;
  transition: opacity .2s !important;
}

.nav-auth-signup:hover {
  opacity: .88 !important;
}

.nav-auth-dashboard {
  padding: 8px 16px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: var(--plum) !important;
  color: #fff !important;
  margin-left: 8px;
  transition: opacity .2s !important;
}

.nav-auth-dashboard:hover {
  opacity: .88 !important;
}

/* ── Main site nav sub-site buttons ── */

.main-nav-od-btn {
  background: rgba(61,21,88,.1) !important;
  color: var(--plum) !important;
  border: 1px solid rgba(61,21,88,.18) !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
}

.main-nav-od-btn:hover {
  background: var(--plum) !important;
  color: #fff !important;
}

.main-nav-ldp-btn {
  background: rgba(200,150,62,.12) !important;
  color: #7a5018 !important;
  border: 1px solid rgba(200,150,62,.28) !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
}

.main-nav-ldp-btn:hover {
  background: var(--gold) !important;
  color: #fff !important;
}

.main-nav-learn-btn {
  background: linear-gradient(135deg, var(--plum-deep), var(--plum-mid)) !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  padding: 6px 12px !important;
  border: none !important;
}

.main-nav-learn-btn:hover {
  opacity: .88 !important;
  transform: translateY(-1px) !important;
}

/* ── Nav cart button (inline, not FAB) ── */

.home-page .cart-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fdf4e7;
  border: 1px solid rgba(200,150,62,.25);
  color: var(--gold);
  padding: 7px 14px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  margin-left: 6px;
  position: relative;
  font-family: var(--sans);
}

.home-page .cart-btn:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.home-page .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--plum);
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s;
}

/* ── Chatbot FAB ── */

.main-chat-fab {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 400;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--plum-deep) 0%, var(--plum) 100%);
  box-shadow: 0 6px 24px rgba(61,21,88,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all .25s;
}

.main-chat-fab:hover {
  transform: scale(1.08);
}

.main-chat-ico {
  font-size: 24px;
  line-height: 1;
}

.main-chat-ring {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: #1a0800;
}

.main-chatbot {
  position: fixed;
  bottom: 96px;
  right: 26px;
  z-index: 399;
  width: 370px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 56px rgba(61,21,88,.18);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(14px) scale(.96);
  opacity: 0;
  pointer-events: none;
  transition: all .22s cubic-bezier(.25,.46,.45,.94);
  max-height: 500px;
}

.main-chatbot.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: all;
}

.main-ch-hd {
  background: linear-gradient(135deg, var(--plum-deep) 0%, var(--plum) 100%);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.main-ch-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.main-ch-nm {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
}

.main-ch-st {
  font-size: 11px;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

.main-ch-st::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
}

.main-ch-x {
  background: none;
  border: none;
  color: rgba(255,255,255,.5);
  font-size: 17px;
  margin-left: auto;
  cursor: pointer;
}

.main-ch-x:hover {
  color: #fff;
}

.main-ch-msgs {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 220px;
  max-height: 260px;
}

.main-m {
  max-width: 86%;
  animation: mainMsgIn .18s ease;
}

@keyframes mainMsgIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.main-bot {
  align-self: flex-start;
}

.main-usr {
  align-self: flex-end;
}

.main-mb {
  padding: 9px 13px;
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.55;
  font-family: var(--sans);
}

.main-bot .main-mb {
  background: var(--plum-light);
  color: var(--ink);
  border-radius: 4px 11px 11px 11px;
}

.main-usr .main-mb {
  background: var(--plum);
  color: #fff;
  border-radius: 11px 11px 4px 11px;
}

.main-mt {
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
  padding: 0 2px;
}

.main-usr .main-mt {
  text-align: right;
}

.main-ch-sugs {
  padding: 0 14px 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.main-csug {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 600;
  color: var(--plum);
  transition: all .2s;
  font-family: var(--sans);
  cursor: pointer;
}

.main-csug:hover {
  background: var(--plum-light);
  border-color: var(--plum);
}

.main-ch-in-row {
  padding: 11px 14px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 7px;
  background: #fafafa;
}

.main-chin {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 13px;
  font-family: var(--sans);
  color: var(--ink);
  outline: none;
}

.main-chin:focus {
  border-color: var(--plum);
}

.main-chsend {
  background: var(--plum);
  color: #fff;
  border: none;
  border-radius: 7px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: all .2s;
  cursor: pointer;
}

.main-chsend:hover {
  background: var(--plum-mid);
}

/* ── HERO ── */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 86vh;
  position: relative;
}

.hero-content {
  padding: 88px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--plum-light);
  border: 1px solid rgba(61,21,88,.15);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--plum);
  animation: blink 2.4s ease-in-out infinite;
}

@keyframes blink {
  0%,100%{
    opacity:1
  }

  50%{
    opacity:.3
  }
}

.hero-pill span {
  font-size: 12px;
  color: var(--plum);
  font-weight: 500;
}

.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(42px,5vw,72px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 24px;
  letter-spacing: -.01em;
}

.hero-h1 em {
  color: var(--plum);
  font-style: italic;
}

.hero-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 40px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-terra {
  background: var(--plum);
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.btn-terra:hover {
  background: var(--plum-mid);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(61,21,88,.25);
}

.btn-forest {
  border: 1.5px solid var(--plum);
  color: var(--plum);
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.btn-forest:hover {
  background: var(--plum);
  color: #fff;
}

/* ── HERO RIGHT PANEL — Media Carousel ── */

.hero-right-panel {
  position: relative;
  overflow: hidden;
  background: var(--plum);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 44px 44px 36px;
  gap: 22px;
}

.hero-right-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 30%, rgba(200,150,62,.13) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.media-stage {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 16/10;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 64px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.05);
  flex-shrink: 0;
}

.m-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.m-slide.active {
  opacity: 1;
  pointer-events: all;
}

.sl-1 {
  background: linear-gradient(150deg,#2a0a42 0%,#5c2d80 55%,#3d1558 100%);
}

.sl-2 {
  background: linear-gradient(150deg,#1a0a2e 0%,#3d1558 55%,#5c2d80 100%);
}

.sl-3 {
  background: linear-gradient(150deg,#0a1a2e 0%,#1a3d6e 55%,#2a5fa8 100%);
}

.sl-4 {
  background: linear-gradient(150deg,#1a0e08 0%,#7a4a10 55%,#c8963e 100%);
}

.sl-5 {
  background: linear-gradient(150deg,#0a0a0a 0%,#1a1a1a 55%,#2a2a2a 100%);
  cursor: pointer;
}

.sl-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.06);
}

.sl-circle.lg {
  width: 220px;
  height: 220px;
  top: -50px;
  right: -50px;
}

.sl-circle.sm {
  width: 130px;
  height: 130px;
  bottom: -30px;
  left: -30px;
}

.sl-icon {
  font-size: 60px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.35));
}

.sl-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 14px 18px;
  background: linear-gradient(0deg,rgba(0,0,0,.62) 0%,transparent 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sl-cap-label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .03em;
}

.sl-cap-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--gold);
  color: #fff;
  padding: 3px 10px;
  border-radius: 100px;
}

.play-ring {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(200,150,62,.2);
  border: 2px solid rgba(200,150,62,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: all .25s;
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.sl-5:hover .play-ring {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.08);
}

.sl-v-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  position: relative;
  z-index: 1;
}

.sl-v-sub {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  position: relative;
  z-index: 1;
}

.media-counter {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 4;
  background: rgba(0,0,0,.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
}

.media-arrows {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  pointer-events: none;
}

.m-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,.35);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all .2s;
}

.m-arrow:hover {
  background: rgba(200,150,62,.65);
  border-color: var(--gold);
}

.media-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.m-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all .28s;
}

.m-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
}

.m-dot:hover:not(.active) {
  background: rgba(255,255,255,.55);
}

.media-hint {
  width: 100%;
  max-width: 440px;
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 10px;
  padding: 11px 16px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  position: relative;
  z-index: 1;
}

.mh-icon {
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.mh-text {
  font-size: 11.5px;
  color: rgba(255,255,255,.48);
  line-height: 1.55;
}

.mh-text strong {
  color: rgba(255,255,255,.75);
  font-weight: 600;
}

.mh-text code {
  font-size: 10.5px;
  opacity: .65;
}

.hero-card-overlay {
  position: absolute;
  bottom: 48px;
  left: -28px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 0 20px 60px rgba(61,21,88,.2);
  min-width: 220px;
  border-left: 4px solid var(--gold);
  z-index: 2;
}

.hco-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 8px;
}

.hco-val {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--plum);
  margin-bottom: 4px;
}

.hco-sub {
  font-size: 13px;
  color: var(--muted);
}

/* ── OFFERINGS ── */

.offerings {
  padding: 88px 64px;
  background: var(--plum-pale);
}

.off-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}

.off-eyebrow {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--plum);
  font-weight: 600;
  margin-bottom: 14px;
}

.off-h2 {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}

.off-h2 em {
  color: var(--plum);
  font-style: italic;
}

.off-sub {
  font-size: 15px;
  color: var(--muted);
  max-width: 520px;
  margin-top: 16px;
  line-height: 1.7;
}

.off-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.off-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow .3s, transform .3s;
  background: #fff;
}

.off-card:hover {
  box-shadow: 0 24px 64px rgba(61,21,88,.1);
  transform: translateY(-4px);
}

.off-card-header {
  padding: 44px 44px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.off-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.off-card:first-child .off-card-icon {
  background: var(--plum-light);
}

.off-card:last-child .off-card-icon {
  background: rgba(200,150,62,.12);
}

.off-card-tag {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.off-card:first-child .off-card-tag {
  color: var(--plum);
}

.off-card:last-child .off-card-tag {
  color: var(--gold);
}

.off-card-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}

.off-card-body {
  padding: 28px 44px 44px;
}

.off-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.off-card-list {
  list-style: none;
  margin-bottom: 36px;
}

.off-card-list li {
  font-size: 14px;
  color: var(--ink);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
}

.off-card-list li:last-child {
  border-bottom: none;
}

.off-card:first-child .off-card-list li::before {
  content: "↗";
  color: var(--plum);
  font-weight: 700;
}

.off-card:last-child .off-card-list li::before {
  content: "↗";
  color: var(--gold);
  font-weight: 700;
}

.off-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.off-card:first-child .off-card-btn {
  background: var(--plum);
  color: #fff;
}

.off-card:first-child .off-card-btn:hover {
  background: var(--plum-mid);
}

.off-card:last-child .off-card-btn {
  background: var(--gold);
  color: #fff;
}

.off-card:last-child .off-card-btn:hover {
  background: #b5842e;
}

/* ── LEARNING CTA BOX ── */

.learn-box-section {
  padding: 0 64px 88px;
  display: flex;
  justify-content: center;
  background: var(--plum-pale);
}

.learn-box-inner {
  background: linear-gradient(135deg,var(--plum) 0%,var(--plum-deep) 100%);
  border-radius: 20px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.learn-box-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 280px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(200,150,62,.07);
}

.lbi-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  font-weight: 600;
  margin-bottom: 14px;
}

.lbi-h {
  font-family: var(--serif);
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.lbi-p {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 1.6;
}

.lbi-widget {
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  padding: 36px 40px;
  text-align: center;
  min-width: 260px;
}

.w-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.w-label {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 6px;
}

.w-title {
  font-family: var(--serif);
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.w-count {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-bottom: 20px;
}

.lbi-widget a {
  display: block;
  background: var(--gold);
  color: #fff;
  padding: 13px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.lbi-widget a:hover {
  background: #b5842e;
  transform: translateY(-1px);
}

/* ── WHAT'S NEW ── */

.news-section {
  padding: 80px 64px;
  background: #fff;
}

.ns-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 48px;
}

.ns-title {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 600;
  color: var(--ink);
}

.ns-title em {
  color: var(--plum);
  font-style: italic;
}

.ns-link {
  font-size: 13px;
  color: var(--plum);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ns-link:hover {
  text-decoration: underline;
}

.ns-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}

.ns-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .3s;
}

.ns-card:hover {
  box-shadow: 0 16px 48px rgba(61,21,88,.08);
  transform: translateY(-2px);
}

.ns-card-img {
  overflow: hidden;
}

.ns-card-img-ph {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-card.featured .ns-card-img-ph {
  height: 300px;
  font-size: 40px;
}

.ns-card:not(.featured) .ns-card-img-ph {
  height: 180px;
  font-size: 28px;
}

.ns-card-body {
  padding: 24px;
  background: #fff;
}

.ns-card-tag {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.ns-card:nth-child(1) .ns-card-tag {
  color: var(--plum);
}

.ns-card:nth-child(2) .ns-card-tag {
  color: var(--gold);
}

.ns-card:nth-child(3) .ns-card-tag {
  color: var(--plum-mid);
}

.ns-card-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 10px;
}

.ns-card.featured .ns-card-title {
  font-size: 26px;
}

.ns-card-date {
  font-size: 12px;
  color: var(--muted);
}

/* ── REFLECTIONS ── */

.reflections-sec {
  padding: 88px 64px;
  background: var(--plum);
}

.rs-head {
  text-align: center;
  margin-bottom: 64px;
}

.rs-eyebrow {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  font-weight: 600;
  margin-bottom: 14px;
}

.rs-title {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}

.rs-title em {
  color: var(--gold);
  font-style: italic;
}

.rs-sub {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  margin-top: 14px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.rs-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.rs-card {
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 36px;
  border: 1px solid rgba(255,255,255,.12);
  transition: all .3s;
  position: relative;
}

.rs-card:hover {
  background: rgba(255,255,255,.13);
  border-color: rgba(200,150,62,.4);
  transform: translateY(-3px);
}

.rs-card::before {
  content: '"';
  font-family: var(--serif);
  font-size: 80px;
  line-height: 1;
  color: rgba(200,150,62,.2);
  position: absolute;
  top: 16px;
  left: 26px;
  pointer-events: none;
}

.rs-quote {
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  color: rgba(255,255,255,.9);
  line-height: 1.7;
  margin-bottom: 28px;
  padding-top: 24px;
}

.rs-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rs-av {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(200,150,62,.4);
}

.rs-av-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.rs-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.rs-role {
  font-size: 12px;
  color: var(--gold);
}

/* ── FOOTER ── */

.footer-sec {
  background: var(--plum-deep);
  padding: 64px 64px 32px;
}

.footer-sec .fg {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 48px;
}

.fl-logo {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.fl-logo span {
  color: var(--gold);
}

.fl-desc {
  font-size: 14px;
  color: rgba(255,255,255,.4);
  line-height: 1.7;
  margin-bottom: 24px;
}

.fl-newsletter {
  display: flex;
  gap: 8px;
}

.fl-newsletter input {
  flex: 1;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-family: var(--sans);
  outline: none;
}

.fl-newsletter input::-moz-placeholder {
  color: rgba(255,255,255,.3);
}

.fl-newsletter input::placeholder {
  color: rgba(255,255,255,.3);
}

.fl-newsletter input:focus {
  border-color: rgba(200,150,62,.5);
}

.fl-newsletter button {
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s;
}

.fl-newsletter button:hover {
  background: #b5842e;
}

.fc h5 {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-weight: 700;
}

.fc a {
  display: block;
  color: rgba(255,255,255,.4);
  font-size: 14px;
  margin-bottom: 12px;
  transition: color .2s;
}

.fc a:hover {
  color: #fff;
}

.footer-sec .fb {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-sec .fb p {
  font-size: 13px;
  color: rgba(255,255,255,.3);
}

.fb-links {
  display: flex;
  gap: 24px;
}

.fb-links a {
  font-size: 13px;
  color: rgba(255,255,255,.3);
  transition: color .2s;
}

.fb-links a:hover {
  color: #fff;
}

/* ─────────────────────────────────────────────────
   OD — Organisational Development Page (Grey Theme)
───────────────────────────────────────────────── */

.od-page {
  --od-primary: #0F2D4E;
  --od-primary-deep: #071B30;
  --od-primary-mid: #1A4A75;
  --od-primary-light: #E6EEF5;
  --od-primary-pale: #F2F6FA;
  --od-off: #F8FAFC;
  --od-body: #4A5568;
  --od-muted: #718096;
  --od-border: #DDE1E7;
  --od-shadow: rgba(15,45,78,.07);
  --od-shadow-sm: 0 2px 8px rgba(15,45,78,.07);
  --od-shadow-md: 0 8px 28px rgba(15,45,78,.11);
  --od-shadow-lg: 0 20px 56px rgba(15,45,78,.16);
  --od-panel-dark: linear-gradient(135deg,#071B30,#0F2D4E);
  --od-gold: #C8963E;
  --od-gold-deep: #9A6E25;
  --od-gold-light: #FDF4E7;
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

.od-page a {
  text-decoration: none;
}

.od-page button {
  font-family: var(--sans);
  cursor: pointer;
}

/* ── ANNOUNCE BAR ── */

.od-announce {
  background: var(--od-primary);
  color: rgba(255,255,255,.85);
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}

.od-announce a {
  color: var(--od-gold);
  font-weight: 600;
}

/* ── NAV ── */

.od-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  background: #fff;
  border-bottom: 1px solid var(--od-border);
  position: sticky;
  top: 0;
  z-index: 200;
  gap: 32px;
}

.od-nav-logo {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--od-primary);
}

.od-nav-logo span {
  color: var(--od-gold);
}

.od-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.od-nav-links a {
  font-size: 14px;
  color: var(--od-muted);
  padding: 6px 12px;
  border-radius: 6px;
  transition: all .2s;
}

.od-nav-links a:hover {
  color: var(--od-primary);
  background: var(--od-primary-light);
}

.od-active-link {
  color: var(--od-primary) !important;
  background: var(--od-primary-light) !important;
  font-weight: 600 !important;
}

.od-cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1.5px solid var(--od-border);
  border-radius: 100px;
  font-size: 13px;
  background: #fff;
  color: var(--od-primary);
  transition: all .2s;
}

.od-cart-pill:hover {
  border-color: var(--od-primary);
}

.od-c-badge {
  background: var(--od-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.od-nav-cta {
  background: var(--od-primary);
  color: #fff !important;
  padding: 9px 20px !important;
  border-radius: 8px;
  font-weight: 600 !important;
  transition: background .2s !important;
}

.od-nav-cta:hover {
  background: var(--od-primary-mid) !important;
}

/* ── HERO ── */

.od-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 82vh;
  overflow: hidden;
}

.od-hero-content {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.od-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--od-primary-light);
  border: 1px solid var(--od-border);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 28px;
  width: -moz-fit-content;
  width: fit-content;
}

.od-hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--od-primary);
  animation: blink 2.4s ease-in-out infinite;
}

.od-hero-pill span {
  font-size: 12px;
  color: var(--od-primary);
  font-weight: 500;
}

.od-h1 {
  font-family: var(--serif);
  font-size: clamp(36px,4vw,60px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 20px;
  letter-spacing: -.01em;
}

.od-h1 em {
  color: var(--od-primary);
  font-style: italic;
}

.od-hero-sub {
  font-size: 16px;
  color: var(--od-muted);
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 32px;
}

.od-hero-trust {
  display: flex;
  gap: 28px;
  margin-bottom: 32px;
}

.od-hero-trust > div {
  display: flex;
  flex-direction: column;
}

.ht-num {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--od-primary);
}

.ht-lbl {
  font-size: 11px;
  color: var(--od-muted);
}

.od-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.od-btn-primary {
  padding: 13px 26px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.od-btn-primary:hover {
  background: var(--od-primary-mid);
  transform: translateY(-1px);
}

.od-btn-outline {
  padding: 13px 26px;
  background: #fff;
  color: var(--od-primary);
  border: 1.5px solid var(--od-primary);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.od-btn-outline:hover {
  background: var(--od-primary);
  color: #fff;
}

.od-hero-panel {
  background: var(--od-panel-dark);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px;
  gap: 22px;
}

.od-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 30%, rgba(200,150,62,.13) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.od-hero-float {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 8px 32px var(--od-shadow);
}

.hf-lbl {
  font-size: 11px;
  color: var(--od-muted);
  margin-bottom: 4px;
}

.hf-val {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--od-primary);
}

.hf-sub {
  font-size: 12px;
  color: var(--od-muted);
}

/* OD carousel slide colours */

.od-sl-1 {
  background: linear-gradient(150deg,#071B30 0%,#0F2D4E 55%,#1A4A75 100%);
}

.od-sl-2 {
  background: linear-gradient(150deg,#040f1e 0%,#0a2038 55%,#0f2d4e 100%);
}

.od-sl-3 {
  background: linear-gradient(150deg,#0a1929 0%,#1a3552 55%,#2a5070 100%);
}

.od-sl-4 {
  background: linear-gradient(150deg,#071B30 0%,#2a1a00 40%,#7a5010 80%,#c8963e 100%);
}

.od-sl-5 {
  background: linear-gradient(150deg,#040f1e 0%,#0a1929 55%,#111 100%);
  cursor: pointer;
}

/* ── PERSONA / WHO IS THIS FOR ── */

.od-persona-section {
  padding: 80px 48px;
  background: var(--od-primary-pale);
}

.od-persona-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.od-persona-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin: 40px 0;
}

.p-tile {
  background: #fff;
  border: 1.5px solid var(--od-border);
  border-radius: 14px;
  padding: 28px 24px;
  cursor: pointer;
  transition: all .25s;
  position: relative;
}

.p-tile:hover {
  border-color: var(--od-primary);
  box-shadow: 0 8px 28px var(--od-shadow);
  transform: translateY(-2px);
}

.p-tile.selected {
  border-color: var(--od-primary);
  background: var(--od-primary-light);
}

.p-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--od-primary);
  color: #fff;
  font-size: 11px;
  display: none;
  align-items: center;
  justify-content: center;
}

.p-tile.selected .p-check {
  display: flex;
}

.p-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.p-role {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--od-muted);
  margin-bottom: 4px;
}

.p-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.p-pain {
  font-size: 13px;
  color: var(--od-muted);
  line-height: 1.5;
  margin-bottom: 12px;
}

.p-cta-hint {
  font-size: 12px;
  color: var(--od-primary);
  font-weight: 600;
}

.od-diag-result {
  background: var(--od-primary);
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}

.dr-icon {
  font-size: 40px;
}

.dr-body {
  flex: 1;
}

.dr-tag {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 6px;
}

.dr-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.dr-msg {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  margin-bottom: 16px;
}

.dr-acts {
  display: flex;
  gap: 10px;
}

.btn-gold {
  padding: 12px 24px;
  background: var(--od-gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.btn-gold:hover {
  background: #b5842e;
  transform: translateY(-1px);
}

.btn-ghost-w {
  padding: 12px 24px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  cursor: pointer;
}

.btn-ghost-w:hover {
  background: rgba(255,255,255,.1);
}

/* ── STICKY SERVICE NAV ── */

.svc-nav {
  position: sticky;
  top: 72px;
  z-index: 190;
  background: #fff;
  border-bottom: 1px solid var(--od-border);
  display: flex;
  align-items: center;
  padding: 0 48px;
  gap: 4px;
  overflow-x: auto;
}

.sn-tab {
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--od-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all .2s;
}

.sn-tab:hover {
  color: var(--od-primary);
}

.sn-tab.act {
  color: var(--od-primary);
  border-bottom-color: var(--od-primary);
  font-weight: 600;
}

.sn-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--od-muted);
}

/* ── SERVICE SECTION SHARED ── */

.svc-sec {
  padding: 88px 48px;
  background: #fff;
}

.svc-sec.alt {
  background: var(--od-primary-pale);
}

.svc-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.svc-grid.flip {
  direction: rtl;
}

.svc-grid.flip > * {
  direction: ltr;
}

.svc-tag {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--od-primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.svc-tag-num {
  background: var(--od-primary);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.svc-h2 {
  font-family: var(--serif);
  font-size: clamp(28px,3vw,42px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 16px;
}

.svc-h2 em {
  color: var(--od-primary);
  font-style: italic;
}

.svc-lead {
  font-size: 15px;
  color: var(--od-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.svc-pts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.svc-pt {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.sp-ico {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sp-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}

.sp-desc {
  font-size: 13px;
  color: var(--od-muted);
  line-height: 1.5;
}

.cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.od-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn-sp {
  padding: 12px 22px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-sp:hover {
  background: var(--od-primary-mid);
  transform: translateY(-1px);
}

.btn-so {
  padding: 12px 22px;
  background: #fff;
  color: var(--od-primary);
  border: 1.5px solid var(--od-border);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.btn-so:hover {
  border-color: var(--od-primary);
}

.btn-sg {
  padding: 12px 22px;
  background: var(--od-gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.btn-sg:hover {
  background: #b5842e;
}

/* ── SECTION HEADER (shared across svc sections) ── */

.s-eyebrow {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--od-primary);
  margin-bottom: 10px;
  text-align: center;
}

.s-h2 {
  font-family: var(--serif);
  font-size: clamp(28px,3.5vw,44px);
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  margin-bottom: 12px;
}

.s-h2 em {
  color: var(--od-primary);
  font-style: italic;
}

.s-sub {
  font-size: 15px;
  color: var(--od-muted);
  max-width: 540px;
  margin: 0 auto 48px;
  line-height: 1.7;
  text-align: center;
}

/* ── VIZ CARD (strategy deliverables) ── */

.viz-card {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--od-shadow);
}

.sv-head {
  background: var(--od-panel-dark);
  padding: 24px;
}

.sv-head-lbl {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}

.sv-head-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.sv-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sv-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sv-n {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--od-primary-light);
  color: var(--od-primary);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sv-t {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}

.sv-d {
  font-size: 12px;
  color: var(--od-muted);
}

.sv-foot {
  padding: 16px 20px;
  border-top: 1px solid var(--od-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sv-ft {
  font-size: 11px;
  color: var(--od-muted);
}

.sv-fc {
  font-size: 13px;
  font-weight: 600;
  color: var(--od-primary);
}

/* ── CX AUDIT VIZ CARD ── */

.cav-head {
  background: var(--od-panel-dark);
  padding: 24px;
}

.cav-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cav-lbl {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}

.cav-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.cav-score-num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--od-gold);
  line-height: 1;
}

.cav-score-lbl {
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

.cav-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cav-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cav-bar-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.6);
  width: 120px;
  flex-shrink: 0;
}

.cav-track {
  flex: 1;
  height: 6px;
  background: rgba(255,255,255,.1);
  border-radius: 3px;
  overflow: hidden;
}

.cav-fill {
  height: 100%;
  background: var(--od-gold);
  border-radius: 3px;
}

.cav-val {
  font-size: 11px;
  color: rgba(255,255,255,.7);
  width: 24px;
  text-align: right;
  flex-shrink: 0;
}

.cav-body {
  padding: 16px 20px;
}

.cav-findings {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cav-f {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
}

.cav-f.cr {
  background: #fff3f3;
}

.cav-f.op {
  background: #fffbf0;
}

.cav-f.gd {
  background: #f0fff4;
}

.cf-type {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
  margin-right: 4px;
}

.cav-f.cr .cf-type {
  color: #c0392b;
}

.cav-f.op .cf-type {
  color: #d68910;
}

.cav-f.gd .cf-type {
  color: #1e8449;
}

.cf-txt {
  color: var(--ink);
  line-height: 1.4;
}

/* ── CX TRAINING VIZ CARD ── */

.ctv-head {
  background: var(--od-panel-dark);
  padding: 24px;
}

.ctv-lbl {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}

.ctv-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.ctv-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ctv-pill {
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(255,255,255,.1);
  font-size: 11px;
  color: rgba(255,255,255,.7);
}

.ctv-body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ctv-mod {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: var(--od-primary-pale);
  border-radius: 8px;
}

.ctv-mh {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.ctv-mt {
  font-size: 11px;
  font-weight: 700;
  color: var(--od-primary);
}

.ctv-mb {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 600;
}

.ctv-mb.live {
  background: #e8f5e9;
  color: #2e7d32;
}

.ctv-mb.online {
  background: #e3f2fd;
  color: #1565c0;
}

.ctv-md {
  font-size: 12px;
  color: var(--od-muted);
}

.ctv-foot {
  padding: 14px 20px;
  border-top: 1px solid var(--od-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ctv-ft {
  font-size: 12px;
  color: var(--od-muted);
}

.ctv-enrol {
  padding: 8px 16px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  transition: background .2s;
}

.ctv-enrol:hover {
  background: var(--od-primary-mid);
}

/* ── PROCESS VIZ ── */

.process-viz {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0;
  margin: 40px 0;
  position: relative;
}

.process-viz::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--od-border);
  z-index: 0;
}

.pv-phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.pv-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--od-border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--od-muted);
  margin-bottom: 16px;
}

.pv-num.hi {
  background: var(--od-primary);
  color: #fff;
  border-color: var(--od-primary);
}

.pv-title2 {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.pv-desc {
  font-size: 12px;
  color: var(--od-muted);
  line-height: 1.5;
}

.pv-foot {
  text-align: center;
  margin-top: 40px;
}

/* ── OD NAV EXTRA LINK STYLES ── */

.od-page .nav-links .nav-home-btn {
  border: 1px solid var(--od-border);
  border-radius: 6px;
  transition: all .2s;
}

.od-page .nav-links .nav-home-btn:hover {
  color: var(--od-primary) !important;
  border-color: var(--od-primary);
  background: var(--od-primary-light);
}

.od-page .nav-links .nav-ldp-btn {
  border-radius: 6px;
  transition: all .2s;
}

.od-page .nav-links .nav-ldp-btn:hover {
  color: var(--od-primary) !important;
  background: var(--od-primary-light);
}

.od-page .nav-links a.active {
  color: var(--od-primary) !important;
  background: var(--od-primary-light);
  font-weight: 600;
}

/* ── CART PILL (in OD nav) ── */

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1.5px solid var(--od-border);
  border-radius: 100px;
  font-size: 13px;
  background: #fff;
  color: var(--od-primary);
  cursor: pointer;
  transition: all .2s;
}

.cart-pill:hover {
  border-color: var(--od-primary);
}

.c-badge {
  background: var(--od-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ── CTA CARD (within service sections) ── */

.cta-card {
  background: var(--od-primary-pale);
  border: 1px solid var(--od-border);
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 28px;
}

.cc-label {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--od-primary);
  margin-bottom: 6px;
}

.cc-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.cc-desc {
  font-size: 13px;
  color: var(--od-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ── OUTCOMES ── */

.outcomes-sec {
  padding: 80px 48px;
  background: #fff;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 48px;
}

.oc {
  background: var(--od-primary-pale);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid var(--od-border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oc-svc {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--od-primary);
}

.oc-metric {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 700;
  color: var(--od-primary);
  line-height: 1;
}

.oc-lbl {
  font-size: 13px;
  color: var(--od-muted);
  margin-bottom: 8px;
}

.oc-quote {
  font-size: 14px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.6;
  border-left: 3px solid var(--od-primary);
  padding-left: 12px;
  margin-bottom: 12px;
}

.oc-person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oc-av {
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--od-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oc-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.oc-role {
  font-size: 11px;
  color: var(--od-muted);
}

/* ── OUTCOMES STATS (dark bg, 4-col) ── */

.outcomes-stats-sec {
  padding: 80px 48px;
  background: var(--od-primary);
}

.outcomes-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 48px auto 0;
}

.oc-stat {
  text-align: center;
}

.oc-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.oc-num {
  font-family: var(--serif);
  font-size: clamp(36px,4vw,56px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.oc-num span {
  color: var(--od-gold);
}

.oc-label {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
}

/* ── DIAGNOSTIC TEASER ── */

.diag-teaser-sec {
  padding: 80px 48px;
  background: var(--od-primary-pale);
}

.diag-teaser-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

/* ── FULL DIAGNOSTIC PAGE ── */

.diag-sec {
  background: var(--od-primary-pale);
  padding: 60px 24px;
  min-height: 60vh;
}

.diag-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.diag-intro {
  background: linear-gradient(135deg, var(--od-primary-deep) 0%, var(--od-primary) 100%);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 28px;
  text-align: center;
}

.diag-progress {
  height: 6px;
  background: rgba(255,255,255,.12);
  border-radius: 100px;
  overflow: hidden;
}

.diag-fill {
  height: 100%;
  background: var(--od-gold);
  border-radius: 100px;
  width: 0%;
  transition: width .4s ease;
}

.diag-q-wrap {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 14px;
  border: 2px solid transparent;
  transition: all .3s;
  box-shadow: 0 2px 12px var(--od-shadow);
}

.diag-q-wrap.answered {
  border-color: var(--od-border);
  opacity: .6;
}

.diag-q {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.55;
}

.diag-opts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.diag-opt {
  text-align: left;
  padding: 11px 16px;
  background: var(--od-primary-pale);
  border: 1.5px solid var(--od-border);
  border-radius: 8px;
  font-size: 13px;
  color: var(--ink);
  transition: all .2s;
  cursor: pointer;
  font-family: var(--sans);
}

.diag-opt:hover {
  border-color: var(--od-primary);
  background: var(--od-primary-light);
}

.diag-opt.sel {
  border-color: var(--od-primary);
  background: var(--od-primary);
  color: #fff;
}

.diag-result-panel {
  background: linear-gradient(135deg, var(--od-primary-deep) 0%, var(--od-primary) 100%);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-bottom: 28px;
}

.diag-rec-card {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 12px;
  padding: 22px;
}

.diag-rec-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.diag-rec-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 7px;
}

.diag-rec-desc {
  font-size: 12.5px;
  color: var(--od-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.btn-primary {
  padding: 12px 24px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}

.btn-primary:hover {
  background: var(--od-primary-mid);
}

.btn-outline {
  padding: 12px 24px;
  background: transparent;
  color: var(--od-primary);
  border: 1.5px solid var(--od-primary);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}

.btn-outline:hover {
  background: var(--od-primary);
  color: #fff;
}

/* ── OD INSIGHTS / BLOG PAGE ── */

.blog-hero {
  background: linear-gradient(135deg, var(--od-primary-deep) 0%, var(--od-primary) 60%, var(--od-primary-mid) 100%);
  padding: 80px 56px;
  position: relative;
  overflow: hidden;
}

.blog-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,150,62,.1) 0%, transparent 70%);
  pointer-events: none;
}

.blog-sec {
  padding: 72px 56px;
  background: var(--od-off);
}

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

.blog-filter-bar {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--od-border);
  margin-bottom: 32px;
  overflow-x: auto;
}

.bf-tab {
  padding: 11px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--od-muted);
  cursor: pointer;
  border-bottom: 2.5px solid transparent;
  transition: all .2s;
  white-space: nowrap;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  font-family: var(--sans);
}

.bf-tab:hover {
  color: var(--od-primary);
}

.bf-tab.active {
  color: var(--od-primary);
  border-bottom-color: var(--od-primary);
}

/* blog-grid: flex column — one card per row */

.od-page .blog-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: none;
  border: none;
}

.blog-featured {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: all .25s;
}

.blog-featured:hover {
  box-shadow: var(--od-shadow-md);
  transform: translateY(-2px);
}

.bf-img {
  background: linear-gradient(135deg, var(--od-primary-deep) 0%, var(--od-primary) 100%);
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.bf-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(200,150,62,.15) 0%, transparent 65%);
}

.bf-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bf-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--od-gold-deep);
  background: var(--od-gold-light);
  padding: 4px 10px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 14px;
}

.bf-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 10px;
}

.bf-excerpt {
  font-size: 13.5px;
  color: var(--od-body);
  line-height: 1.7;
  margin-bottom: 16px;
}

.bf-meta {
  font-size: 11.5px;
  color: var(--od-muted);
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.bf-read {
  font-size: 13px;
  font-weight: 700;
  color: var(--od-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s;
}

.bf-read:hover {
  gap: 10px;
}

/* blog-card: horizontal card — 120px image column | content */

.od-page .blog-card {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 120px 1fr;
  overflow: hidden;
  transition: all .22s;
  box-shadow: none;
}

.od-page .blog-card:hover {
  box-shadow: var(--od-shadow-sm);
  border-color: var(--od-primary-light);
  transform: translateX(3px);
}

.bc-img {
  background: linear-gradient(135deg, var(--od-primary-deep) 0%, var(--od-primary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  min-height: 120px;
}

.bc-content {
  padding: 20px 22px;
}

.bc-cat {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--od-gold-deep);
  margin-bottom: 7px;
}

.bc-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 7px;
}

.bc-excerpt {
  font-size: 12.5px;
  color: var(--od-body);
  line-height: 1.6;
  margin-bottom: 10px;
}

.bc-meta {
  font-size: 11px;
  color: var(--od-muted);
}

.bc-read {
  font-size: 12px;
  font-weight: 700;
  color: var(--od-primary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  transition: gap .2s;
}

.bc-read:hover {
  gap: 8px;
}

.blog-sidebar {
  position: sticky;
  top: 86px;
}

.sidebar-widget {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 20px;
}

.sw-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--od-primary);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--od-border);
}

.sw-nl-input {
  width: 100%;
  border: 1.5px solid var(--od-border);
  border-radius: 7px;
  padding: 10px 13px;
  font-size: 13px;
  font-family: var(--sans);
  outline: none;
  transition: border-color .2s;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.sw-nl-input:focus {
  border-color: var(--od-primary);
}

.sw-nl-btn {
  width: 100%;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  transition: background .2s;
}

.sw-nl-btn:hover {
  background: var(--od-primary-mid);
}

.sw-tag {
  display: inline-block;
  background: var(--od-primary-pale);
  border: 1px solid var(--od-primary-light);
  border-radius: 6px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 600;
  color: var(--od-primary);
  margin: 4px 3px;
  cursor: pointer;
  transition: all .18s;
}

.sw-tag:hover {
  background: var(--od-primary);
  color: #fff;
}

.sw-recent {
  list-style: none;
}

.sw-recent li {
  padding: 10px 0;
  border-bottom: 1px solid var(--od-border);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sw-recent li:last-child {
  border-bottom: none;
}

.sw-ri {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sw-rt {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

.sw-rm {
  font-size: 11px;
  color: var(--od-muted);
  margin-top: 3px;
}

/* ── OD RESOURCES / STORE PAGE ── */

.od-page .store-sec {
  padding: 72px 56px;
  background: var(--od-off);
}

.od-page .store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.od-page .store-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--od-border);
  transition: all .25s;
  box-shadow: none;
}

.od-page .store-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--od-shadow-md);
}

.store-card-img {
  height: 160px;
  background: linear-gradient(135deg, var(--od-primary-deep) 0%, var(--od-primary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
}

.store-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #16A34A;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
}

.store-card-badge.premium {
  background: var(--od-gold);
}

.store-card-content {
  padding: 24px;
}

.store-card-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.store-card-desc {
  font-size: 13px;
  color: var(--od-body);
  line-height: 1.6;
  margin-bottom: 16px;
}

.store-card-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--od-primary);
  margin-bottom: 16px;
}

.store-card-price small {
  font-size: 12px;
  font-weight: 400;
  color: var(--od-muted);
}

.store-card-actions {
  display: flex;
  gap: 10px;
}

.btn-store {
  background: var(--od-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  flex: 1;
  cursor: pointer;
  transition: all .15s;
  font-family: var(--sans);
}

.btn-store.premium {
  background: var(--od-gold);
}

.btn-store:hover {
  transform: translateY(-1px);
  filter: brightness(0.92);
}

/* ── DIAGNOSTIC TOOL ── */

.tool-sec {
  padding: 80px 48px;
  background: var(--od-primary-pale);
}

.tool-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.tl {
  padding-right: 16px;
}

.tl-tag {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--od-primary);
  margin-bottom: 12px;
}

.tl-h {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 14px;
}

.tl-h em {
  color: var(--od-primary);
  font-style: italic;
}

.tl-p {
  font-size: 15px;
  color: var(--od-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.tl-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.tl-list li {
  font-size: 13px;
  color: var(--ink);
  display: flex;
  gap: 8px;
}

.tl-list li::before {
  content: "✓";
  color: var(--od-primary);
  font-weight: 700;
}

.tl-time {
  font-size: 13px;
  color: var(--od-muted);
}

.tr {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid var(--od-border);
}

.tr-prog {
  height: 4px;
  background: var(--od-border);
  border-radius: 2px;
  margin-bottom: 24px;
}

.tr-prog-fill {
  height: 100%;
  background: var(--od-primary);
  border-radius: 2px;
  transition: width .4s;
}

.tr-step {
}

.tr-q {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.4;
}

.tr-opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tr-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--od-primary-pale);
  border: 1.5px solid var(--od-border);
  border-radius: 8px;
  font-size: 13px;
  color: var(--ink);
  text-align: left;
  transition: all .2s;
}

.tr-opt:hover {
  border-color: var(--od-primary);
  background: var(--od-primary-light);
}

.tr-opt.chosen {
  border-color: var(--od-primary);
  background: var(--od-primary-light);
  font-weight: 600;
}

.opt-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid var(--od-border);
  flex-shrink: 0;
}

.tr-opt.chosen .opt-dot {
  background: var(--od-primary);
  border-color: var(--od-primary);
}

.tr-res {
  display: none;
}

.tr-res.show {
  display: block;
}

.trr-lbl {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--od-muted);
  margin-bottom: 8px;
}

.trr-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.trr-desc {
  font-size: 14px;
  color: var(--od-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.tr-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.btn-nxt {
  padding: 10px 20px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.btn-nxt:hover {
  background: var(--od-primary-mid);
}

.btn-bk {
  padding: 10px 20px;
  background: #fff;
  color: var(--od-muted);
  border: 1.5px solid var(--od-border);
  border-radius: 7px;
  font-size: 13px;
  transition: all .2s;
}

.btn-bk:hover {
  border-color: var(--od-primary);
  color: var(--od-primary);
}

/* ── REFLECTIONS ── */

.ref-sec {
  padding: 80px 48px;
  background: var(--od-primary);
}

.ref-sec .s-eyebrow {
  color: rgba(255,255,255,.5);
}

.ref-sec .s-h2 {
  color: #fff;
}

.ref-sec .s-h2 em {
  color: var(--od-gold);
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 48px;
}

.ref-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 28px;
  transition: all .2s;
}

.ref-card:hover {
  background: rgba(255,255,255,.12);
}

.ref-q {
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: rgba(255,255,255,.85);
  line-height: 1.7;
  margin-bottom: 20px;
}

.ref-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ref-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ref-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.ref-role {
  font-size: 11px;
  color: rgba(255,255,255,.5);
}

/* ── FOOTER ── */

.od-footer {
  background: var(--od-primary-deep);
  padding: 64px 48px 32px;
}

.od-fg2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.od-fl2 {
}

.od-fd {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.od-fd span {
  color: var(--od-gold);
}

.od-fl2 p {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.7;
  margin-bottom: 20px;
}

.od-fnl {
  display: flex;
  gap: 8px;
}

.od-fnl input {
  flex: 1;
  padding: 9px 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  outline: none;
}

.od-fnl input::-moz-placeholder {
  color: rgba(255,255,255,.3);
}

.od-fnl input::placeholder {
  color: rgba(255,255,255,.3);
}

.od-fnl button {
  padding: 9px 18px;
  background: var(--od-gold);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
}

.od-fc2 h5 {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 16px;
}

.od-fc2 a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.4);
  margin-bottom: 10px;
  transition: color .2s;
}

.od-fc2 a:hover {
  color: #fff;
}

.od-fbot {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.od-fbot p {
  font-size: 12px;
  color: rgba(255,255,255,.3);
}

.od-fbot-links {
  display: flex;
  gap: 20px;
}

.od-fbot-links a {
  font-size: 12px;
  color: rgba(255,255,255,.3);
  transition: color .2s;
}

.od-fbot-links a:hover {
  color: #fff;
}

/* ── OD CART DRAWER ── */

.od-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.od-cart-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.od-cart-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  height: 100vh;
  z-index: 901;
  background: #fff;
  box-shadow: -8px 0 32px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  transition: right .35s;
}

.od-cart-drawer.open {
  right: 0;
}

.cd-hd {
  padding: 20px 24px;
  border-bottom: 1px solid var(--od-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.cd-x {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--od-muted);
  padding: 4px;
}

.cd-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.cd-empty {
  text-align: center;
  padding: 48px 16px;
}

.ei {
  font-size: 36px;
  margin-bottom: 12px;
}

.cd-empty p {
  color: var(--od-muted);
  font-size: 14px;
}

.cd-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--od-border);
  border-radius: 10px;
  margin-bottom: 10px;
}

.cdi-ico {
  font-size: 24px;
}

.cdi-nm {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}

.cdi-mt {
  font-size: 12px;
  color: var(--od-muted);
}

.cdi-px {
  font-size: 13px;
  font-weight: 700;
  color: var(--od-primary);
  margin-top: 4px;
}

.cdi-rm {
  font-size: 11px;
  color: #c0392b;
  background: none;
  border: none;
  padding: 0;
  margin-top: 6px;
  text-decoration: underline;
}

.cd-ft {
  padding: 16px 24px;
  border-top: 1px solid var(--od-border);
}

.cd-tot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.cd-tot-lbl {
  font-size: 12px;
  color: var(--od-muted);
}

.cd-tot-val {
  font-size: 17px;
  font-weight: 700;
  color: var(--od-primary);
}

.cd-ck {
  width: 100%;
  padding: 13px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: background .2s;
}

.cd-ck:hover {
  background: var(--od-primary-mid);
}

.cd-note {
  font-size: 11px;
  color: var(--od-muted);
  text-align: center;
}

/* ── ENQUIRY MODAL ── */

.od-modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.od-modal-ov.open {
  display: flex;
}

.od-modal {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  max-width: 520px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.od-modal-x {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 18px;
  color: var(--od-muted);
}

.od-modal-tag {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--od-primary);
  margin-bottom: 8px;
}

.od-modal-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.od-modal-sub {
  font-size: 14px;
  color: var(--od-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.od-frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.od-fg {
  margin-bottom: 14px;
}

.od-fl {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}

.od-fi {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--od-border);
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  font-family: var(--sans);
  transition: border-color .2s;
  box-sizing: border-box;
}

.od-fi:focus {
  border-color: var(--od-primary);
}

.od-fsub {
  font-size: 11px;
  color: var(--od-muted);
  margin-top: 4px;
}

.od-m-ok {
  display: none;
  text-align: center;
  padding: 24px 0 0;
}

.od-m-ok.show {
  display: block;
}

.mok-ico {
  font-size: 40px;
  margin-bottom: 8px;
}

.mok-t {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.mok-m {
  font-size: 14px;
  color: var(--od-muted);
}

/* ── INLINE CHATBOT ── */

.od-chat-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 800;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--od-primary);
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s;
}

.od-chat-fab:hover {
  transform: scale(1.08);
}

.od-chat-ring {
  font-size: 24px;
}

.od-chatbot {
  position: fixed;
  bottom: 96px;
  right: 28px;
  z-index: 800;
  width: 340px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0,0,0,.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(.9) translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
}

.od-chatbot.open {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.od-ch-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--od-primary);
}

.od-ch-av {
  font-size: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.od-ch-nm {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.od-ch-st {
  font-size: 11px;
  color: rgba(255,255,255,.6);
}

.od-ch-x {
  margin-left: auto;
  background: none;
  border: none;
  color: rgba(255,255,255,.7);
  font-size: 18px;
}

.od-ch-msgs {
  flex: 1;
  max-height: 220px;
  overflow-y: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.od-m {
  display: flex;
}

.od-m.bot {
  justify-content: flex-start;
}

.od-m.usr {
  justify-content: flex-end;
}

.od-mb {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.od-m.bot .od-mb {
  background: var(--od-primary-light);
  color: var(--ink);
  border-radius: 10px 10px 10px 2px;
}

.od-m.usr .od-mb {
  background: var(--od-primary);
  color: #fff;
  border-radius: 10px 10px 2px 10px;
}

.od-mt {
  font-size: 11px;
  color: var(--od-muted);
  margin-top: 3px;
}

.od-ch-sugs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 14px 10px;
}

.od-csug {
  padding: 5px 11px;
  background: var(--od-primary-light);
  border: 1px solid var(--od-border);
  border-radius: 100px;
  font-size: 11px;
  color: var(--od-primary);
  font-weight: 500;
  transition: all .2s;
}

.od-csug:hover {
  background: var(--od-primary);
  color: #fff;
}

.od-ch-in-row {
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid var(--od-border);
}

.od-chin {
  flex: 1;
  padding: 8px 12px;
  border: 1.5px solid var(--od-border);
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  font-family: var(--sans);
}

.od-chin:focus {
  border-color: var(--od-primary);
}

.od-chsend {
  padding: 8px 14px;
  background: var(--od-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s;
}

.od-chsend:hover {
  background: var(--od-primary-mid);
}

/* ── TOAST ── */

.od-toast {
  position: fixed;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--od-primary-deep);
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  white-space: nowrap;
}

.od-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── PAGE HERO PILL (OD sub-pages) ── */

.page-hero-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px;
  padding: 5px 16px;
  margin-bottom: 20px;
}

.page-hero-pill span {
  font-size: 12px;
  color: rgba(255,255,255,.85);
  font-weight: 500;
  letter-spacing: .04em;
}

/* ── OD APPROACH PAGE ── */

.approach-phases {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-top: 40px;
}

.ap-card {
  background: var(--od-primary-pale);
  border: 1px solid var(--od-border);
  border-radius: 14px;
  padding: 28px 24px;
}

.ap-num {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--od-primary);
  opacity: .35;
  margin-bottom: 10px;
}

.ap-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.ap-desc {
  font-size: 13px;
  color: var(--od-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

.ap-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ap-items li {
  font-size: 12px;
  color: var(--od-muted);
  display: flex;
  gap: 6px;
  align-items: flex-start;
  line-height: 1.5;
}

.ap-items li::before {
  content: "→";
  color: var(--od-primary);
  font-weight: 700;
  flex-shrink: 0;
}

/* ── PRINCIPLES ── */

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.pr-card {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 14px;
  padding: 28px 24px;
}

.pr-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.pr-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.pr-desc {
  font-size: 13px;
  color: var(--od-muted);
  line-height: 1.65;
}

/* ── PROCESS VIZ CARD (vertical, OD approach page) ── */

.pv-card {
  background: #fff;
  border: 1px solid var(--od-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--od-shadow);
}

.pv-head {
  background: var(--od-panel-dark);
  padding: 24px;
}

.pv-lbl {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}

.pv-head-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.pv-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pv-card .pv-phase {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  flex-direction: row;
  text-align: left;
  padding: 0;
}

.pv-card .pv-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--od-primary-light);
  color: var(--od-primary);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--sans);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0;
  border: 2px solid var(--od-border);
}

.pv-card .pv-num.hi {
  background: var(--od-primary);
  color: #fff;
  border-color: var(--od-primary);
}

.pv-card .sv-foot {
  padding: 16px 20px;
  border-top: 1px solid var(--od-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ─────────────────────────────────────────────────
   LPD — Leadership & Personal Development Page
   Palette: Teal #0F4C5C · Amber #D4812A
───────────────────────────────────────────────── */

.lpd-page {
  /* Teal/Amber tokens — scoped so they override :root plum vars */
  --teal: #0F4C5C;
  --teal-deep: #082E38;
  --teal-mid: #1A6B80;
  --teal-light: #E6F4F7;
  --teal-pale: #F2FAFB;
  --amber: #D4812A;
  --amber-light: #FEF4E6;
  --amber-mid: #E8962E;
  --amber-deep: #A05E18;
  --sage: #4A7B6F;
  --sage-light: #EAF3F1;
  --ink: #1C2526;
  --body: #445055;
  --muted: #7A8B90;
  --border: #D8E8EC;
  --white: #FFFFFF;
  --off: #F7FBFC;
  --shadow-sm: 0 2px 8px rgba(15,76,92,.08);
  --shadow-md: 0 8px 28px rgba(15,76,92,.12);
  --shadow-lg: 0 20px 60px rgba(15,76,92,.18);
  --serif: 'Cormorant Garamond', serif;
  --sans: 'Plus Jakarta Sans', sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: var(--white);
}

.lpd-page a {
  text-decoration: none;
  color: inherit;
}

.lpd-page button {
  font-family: var(--sans);
  cursor: pointer;
}

.lpd-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ── LPD ANNOUNCE BAR ── */

.lpd-page .announce-bar {
  background: var(--teal-deep);
  padding: 9px 56px;
  gap: 24px;
}

.lpd-page .announce-bar p {
  color: rgba(255,255,255,.7);
  font-size: 12.5px;
  font-weight: 400;
}

.lpd-page .announce-bar a {
  color: var(--amber-mid);
  font-weight: 700;
  border-bottom: 1px solid rgba(212,129,42,.4);
  padding-bottom: 1px;
  font-size: 12.5px;
}

/* ── LPD NAV ── */

.lpd-page .nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  position: sticky;
  top: 0;
  z-index: 300;
}

.lpd-page .nav-links {
  display: flex;
  gap: 2px;
  align-items: center;
}

.lpd-page .nav-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 5px;
  transition: all .15s;
  white-space: nowrap;
}

.lpd-page .nav-links a:hover {
  color: var(--teal);
  background: var(--teal-pale);
}

.lpd-page .nav-links a.active-link {
  color: var(--teal);
  font-weight: 600;
  background: var(--teal-light);
}

.lpd-page .nav-home-btn {
  background: var(--teal-light) !important;
  color: var(--teal) !important;
  font-weight: 600 !important;
  border: 1px solid var(--teal) !important;
  border-radius: 5px !important;
}

.lpd-page .nav-home-btn:hover {
  background: var(--teal) !important;
  color: #fff !important;
}

.lpd-page .nav-od-btn {
  background: var(--amber-light) !important;
  color: var(--amber-deep) !important;
  font-weight: 600 !important;
  border: 1px solid rgba(212,129,42,.3) !important;
  border-radius: 5px !important;
}

.lpd-page .nav-od-btn:hover {
  background: var(--amber) !important;
  color: #fff !important;
}

.lpd-page .nav-cta {
  background: var(--teal) !important;
  color: #fff !important;
  padding: 9px 20px !important;
  border-radius: 7px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  box-shadow: 0 3px 12px rgba(15,76,92,.22) !important;
  border: none !important;
}

.lpd-page .nav-cta:hover {
  background: var(--teal-mid) !important;
}

/* ── LPD NAV DROPDOWN ── */

.lpd-page .nav-dd-wrap {
  position: relative;
}

.lpd-page .nav-dd-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all .15s;
}

.lpd-page .nav-dd-btn:hover {
  color: var(--teal);
  background: var(--teal-pale);
}

.lpd-page .dd-chevron {
  font-size: 10px;
}

.lpd-page .nav-dd {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  padding: 6px;
  min-width: 160px;
  z-index: 400;
}

.lpd-page .nav-dd-wrap.open .nav-dd {
  display: block;
}

.lpd-page .nav-dd a {
  display: block;
  padding: 8px 12px;
  color: var(--body);
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  transition: all .12s;
}

.lpd-page .nav-dd a:hover {
  background: var(--teal-pale);
  color: var(--teal);
}

/* ── LPD MOBILE NAV DRAWER ── */

.lpd-page .mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 500;
}

.lpd-page .mobile-nav-overlay.open {
  display: block;
}

.lpd-page .mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 300px;
  background: var(--white);
  z-index: 600;
  transform: translateX(-100%);
  transition: transform .28s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.lpd-page .mobile-nav-drawer.open {
  transform: translateX(0);
}

.lpd-page .mnd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}

.lpd-page .mnd-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--teal);
}

.lpd-page .mnd-logo span {
  color: var(--amber);
}

.lpd-page .mnd-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--muted);
  padding: 4px;
  line-height: 1;
}

.lpd-page .mnd-links {
  flex: 1;
  padding: 12px 0;
}

.lpd-page .mnd-links a {
  display: block;
  padding: 10px 20px;
  color: var(--body);
  font-size: 14px;
  font-weight: 500;
  transition: background .12s;
}

.lpd-page .mnd-links a:hover,.lpd-page .mnd-links a.active-link {
  background: var(--teal-pale);
  color: var(--teal);
}

.lpd-page .mnd-section {
  padding: 10px 20px 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
}

.lpd-page .mnd-sub a {
  padding-left: 32px;
  font-size: 13.5px;
}

.lpd-page .mnd-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lpd-page .btn-teal {
  background: var(--teal);
  color: #fff;
  padding: 11px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.lpd-page .btn-teal:hover {
  background: var(--teal-mid);
  color: #fff;
}

.lpd-page .btn-quiz {
  background: var(--teal-pale);
  color: var(--teal);
  padding: 11px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  border: 1.5px solid var(--teal);
}

.lpd-page .btn-quiz:hover {
  background: var(--teal-light);
}

.lpd-page .nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.lpd-page .nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .lpd-page .nav-links {
    display: none;
  }

  .lpd-page .nav-hamburger {
    display: flex;
  }

  .lpd-page .nav > a.btn-teal {
    display: none;
  }
}

/* ── LPD SECTION UTILITIES ── */

.lpd-page .section-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lpd-page .section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.lpd-page .section-h2 {
  font-family: var(--serif);
  font-size: clamp(28px,3.2vw,44px);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  line-height: 1.15;
}

.lpd-page .section-h2 em {
  color: var(--teal);
  font-style: italic;
}

.lpd-page .section-sub {
  font-size: 15px;
  color: var(--body);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 40px;
}

/* ── LPD BUTTONS ── */

.lpd-page .btn-primary {
  background: var(--teal);
  color: #fff;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .22s;
  box-shadow: 0 4px 14px rgba(15,76,92,.25);
}

.lpd-page .btn-primary:hover {
  background: var(--teal-mid);
  transform: translateY(-2px);
}

.lpd-page .btn-amber {
  background: var(--amber);
  color: #fff;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .22s;
  box-shadow: 0 4px 14px rgba(212,129,42,.28);
}

.lpd-page .btn-amber:hover {
  background: var(--amber-deep);
  transform: translateY(-2px);
}

.lpd-page .btn-ghost-white {
  border: 1.5px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.85);
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
}

.lpd-page .btn-ghost-white:hover {
  border-color: rgba(255,255,255,.7);
  color: #fff;
}

.lpd-page .btn-outline {
  border: 1.5px solid var(--teal);
  color: var(--teal);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
}

.lpd-page .btn-outline:hover {
  background: var(--teal);
  color: #fff;
}

/* ── LPD HERO ── */

.lpd-page .hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 60%, var(--teal-mid) 100%);
  position: relative;
  overflow: hidden;
}

.lpd-page .hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: 40%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,129,42,.08) 0%, transparent 70%);
  pointer-events: none;
}

.lpd-page .hero-inner {
  padding: 80px 56px 72px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lpd-page .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 100px;
  padding: 7px 18px;
  margin-bottom: 26px;
  width: -moz-fit-content;
  width: fit-content;
}

.lpd-page .hero-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  animation: lpdBlink 2.2s infinite;
}

@keyframes lpdBlink {
  0%,100%{
    opacity:1
  }

  50%{
    opacity:.25
  }
}

.lpd-page .hero-pill span {
  font-size: 12px;
  color: rgba(255,255,255,.75);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.lpd-page .hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px,4.5vw,60px);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -.01em;
}

.lpd-page .hero h1 em {
  color: var(--amber);
  font-style: italic;
}

.lpd-page .hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 38px;
}

.lpd-page .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.lpd-page .hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.lpd-page .h-stat .num {
  font-size: 30px;
  font-weight: 800;
  color: var(--amber);
  letter-spacing: -.02em;
  line-height: 1;
  font-family: var(--serif);
}

.lpd-page .h-stat .num span {
  font-size: 20px;
}

.lpd-page .h-stat .lbl {
  font-size: 11.5px;
  color: rgba(255,255,255,.48);
  font-weight: 500;
  margin-top: 5px;
}

.lpd-page .hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 48px 56px 24px;
}

.lpd-page .hero-media-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
}

.lpd-page .hero-float-card2 {
  position: absolute;
  top: -20px;
  left: -20px;
  background: var(--amber);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 6px 20px rgba(212,129,42,.35);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.lpd-page .hfc2-val {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.lpd-page .hfc2-sub {
  font-size: 10.5px;
  color: rgba(255,255,255,.75);
}

.lpd-page .hero-float-card {
  position: absolute;
  bottom: -24px;
  right: -28px;
  background: var(--white);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  z-index: 3;
}

.lpd-page .hfc-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.lpd-page .hfc-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lpd-page .hfc-val {
  font-size: 16px;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -.01em;
}

/* ── MEDIA PLACEHOLDER (in hero) ── */

.lpd-page .media-placeholder {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
}

.lpd-page .media-placeholder-inner {
  width: 100%;
  min-height: 280px;
  background: linear-gradient(160deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.01) 100%);
  border: 1.5px dashed rgba(255,255,255,.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  transition: all .25s;
  padding: 40px;
}

.lpd-page .mp-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.lpd-page .mp-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
}

.lpd-page .mp-sub {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  font-weight: 500;
  text-align: center;
  max-width: 180px;
  line-height: 1.5;
}

.lpd-page .mp-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(212,129,42,.9);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}

/* ── QUIZ ANCHOR BAR ── */

.lpd-page .quiz-anchor-bar {
  background: linear-gradient(90deg, var(--teal-deep) 0%, var(--teal) 100%);
  padding: 18px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lpd-page .qab-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lpd-page .qab-icon {
  font-size: 28px;
}

.lpd-page .qab-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.lpd-page .qab-sub {
  font-size: 13px;
  color: rgba(255,255,255,.6);
}

/* ── JOURNEY STEPS ── */

.lpd-page .journey-section {
  padding: 80px 56px;
  background: var(--white);
}

.lpd-page .journey-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  position: relative;
  margin-top: 20px;
}

.lpd-page .journey-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--teal-light), var(--amber-light));
  z-index: 0;
}

.lpd-page .j-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

.lpd-page .j-step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--teal-light);
  border: 3px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
  transition: all .25s;
}

.lpd-page .j-step:hover .j-step-num {
  background: var(--teal);
  transform: scale(1.08);
}

.lpd-page .j-step-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.lpd-page .j-step-body {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── IMPACT BAR ── */

.lpd-page .impact-bar {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  padding: 48px 56px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

.lpd-page .impact-stat {
  text-align: center;
}

.lpd-page .impact-stat .num {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.lpd-page .impact-stat .num span {
  color: var(--amber);
}

.lpd-page .impact-stat .lbl {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}

/* ── PROGRAMMES SECTION ── */

.lpd-page .programmes-section {
  padding: 80px 56px;
  background: var(--off);
}

.lpd-page .prog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.lpd-page .prog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .25s;
  position: relative;
}

.lpd-page .prog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.lpd-page .prog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.lpd-page .prog-card-header {
  padding: 24px 24px 0;
}

.lpd-page .prog-card-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

.lpd-page .prog-card-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}

.lpd-page .prog-card-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.lpd-page .prog-card-body {
  font-size: 13.5px;
  color: var(--body);
  line-height: 1.7;
  padding: 0 24px;
  flex: 1;
}

.lpd-page .prog-card-footer {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--border);
  margin-top: 20px;
}

.lpd-page .prog-card-price {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  font-family: var(--serif);
}

.lpd-page .prog-card-price span {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  font-family: var(--sans);
}

.lpd-page .prog-card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lpd-page .btn-card-primary {
  flex: 1;
  padding: 10px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--sans);
}

.lpd-page .btn-card-outline {
  padding: 10px 16px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--border);
  background: transparent;
  cursor: pointer;
  color: var(--muted);
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--sans);
}

/* Prog card colour variants */

.lpd-page .prog-women::before{
  background:#3D1558
}

.lpd-page .prog-women .prog-card-tag{
  background:#F3EAF9;
  color:#3D1558
}

.lpd-page .prog-women .prog-card-price{
  color:#3D1558
}

.lpd-page .prog-women .btn-card-primary{
  background:#3D1558
}

.lpd-page .prog-women .btn-card-primary:hover{
  background:#5C2D80
}

.lpd-page .prog-women .btn-card-outline:hover{
  border-color:#3D1558;
  color:#3D1558
}

.lpd-page .prog-forum::before{
  background:#1A5FA8
}

.lpd-page .prog-forum .prog-card-tag{
  background:#EBF4FF;
  color:#1A5FA8
}

.lpd-page .prog-forum .prog-card-price{
  color:#1A5FA8
}

.lpd-page .prog-forum .btn-card-primary{
  background:#1A5FA8
}

.lpd-page .prog-forum .btn-card-primary:hover{
  background:#2574CC
}

.lpd-page .prog-forum .btn-card-outline:hover{
  border-color:#1A5FA8;
  color:#1A5FA8
}

.lpd-page .prog-mens::before{
  background:#0D2B52
}

.lpd-page .prog-mens .prog-card-tag{
  background:#E8EEF7;
  color:#0D2B52
}

.lpd-page .prog-mens .prog-card-price{
  color:#0D2B52
}

.lpd-page .prog-mens .btn-card-primary{
  background:#0D2B52
}

.lpd-page .prog-mens .btn-card-primary:hover{
  background:#163D73
}

.lpd-page .prog-mens .btn-card-outline:hover{
  border-color:#0D2B52;
  color:#0D2B52
}

.lpd-page .prog-mc::before{
  background:#404040
}

.lpd-page .prog-mc .prog-card-tag{
  background:#F0F0F0;
  color:#404040
}

.lpd-page .prog-mc .prog-card-price{
  color:#404040
}

.lpd-page .prog-mc .btn-card-primary{
  background:#404040
}

.lpd-page .prog-mc .btn-card-primary:hover{
  background:#595959
}

.lpd-page .prog-mc .btn-card-outline:hover{
  border-color:#404040;
  color:#404040
}

.lpd-page .prog-skills::before{
  background:#A67420
}

.lpd-page .prog-skills .prog-card-tag{
  background:#FDF4E7;
  color:#A67420
}

.lpd-page .prog-skills .prog-card-price{
  color:#A67420
}

.lpd-page .prog-skills .btn-card-primary{
  background:#A67420
}

.lpd-page .prog-skills .btn-card-primary:hover{
  background:#C8963E
}

.lpd-page .prog-skills .btn-card-outline:hover{
  border-color:#A67420;
  color:#A67420
}

/* ── FOR YOU SECTION ── */

.lpd-page .for-you-section {
  padding: 80px 56px;
  background: var(--white);
}

.lpd-page .for-you-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lpd-page .for-you-image {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border-radius: 20px;
  padding: 44px;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lpd-page .for-you-image::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,129,42,.15) 0%, transparent 70%);
}

.lpd-page .fyi-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 10px;
}

.lpd-page .fyi-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}

.lpd-page .fyi-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lpd-page .fyi-chip {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  color: rgba(255,255,255,.75);
  font-weight: 500;
}

.lpd-page .for-you-list {
  list-style: none;
}

.lpd-page .for-you-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.lpd-page .for-you-list li:last-child {
  border-bottom: none;
}

.lpd-page .fyl-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.lpd-page .fyl-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}

.lpd-page .fyl-body {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

/* ── TESTIMONIALS ── */

.lpd-page .testimonials-section {
  padding: 80px 56px;
  background: var(--teal-light);
}

.lpd-page .testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 16px;
}

.lpd-page .testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.lpd-page .testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 18px;
  font-family: var(--serif);
  font-size: 120px;
  color: var(--teal-light);
  font-weight: 700;
  line-height: 1;
}

.lpd-page .tc-stars {
  color: var(--amber);
  font-size: 14px;
  margin-bottom: 14px;
}

.lpd-page .tc-text {
  font-size: 14.5px;
  color: var(--body);
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.lpd-page .tc-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lpd-page .tc-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--teal);
  flex-shrink: 0;
  font-family: var(--serif);
}

.lpd-page .tc-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.lpd-page .tc-role {
  font-size: 12px;
  color: var(--muted);
}

/* ── CTA BAND ── */

.lpd-page .cta-band {
  padding: 72px 56px;
  background: linear-gradient(135deg, var(--teal-deep) 0%, #0a3a46 60%, var(--teal) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lpd-page .cta-band::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,129,42,.06) 0%, transparent 70%);
  pointer-events: none;
}

.lpd-page .cta-band .section-label {
  color: rgba(255,255,255,.5);
  justify-content: center;
}

.lpd-page .cta-band .section-label::after {
  background: rgba(255,255,255,.1);
}

/* ── QUIZ SECTION ── */

.lpd-page .quiz-section {
  padding: 80px 56px;
  background: var(--white);
}

.lpd-page .quiz-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.lpd-page .quiz-intro {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-bottom: 32px;
}

.lpd-page .qi-title {
  font-family: var(--serif);
  font-size: clamp(26px,3.5vw,40px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.lpd-page .qi-title em {
  color: var(--amber);
  font-style: italic;
}

.lpd-page .qi-sub {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 24px;
}

.lpd-page .quiz-progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,.15);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
}

.lpd-page .quiz-progress-fill {
  height: 100%;
  background: var(--amber);
  border-radius: 3px;
  transition: width .4s ease;
  width: 0%;
}

.lpd-page .quiz-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 32px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lpd-page .quiz-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.lpd-page .quiz-q-wrap {
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--off);
  transition: border-color .2s;
}

.lpd-page .quiz-q-wrap.answered {
  border-color: var(--teal);
  background: var(--teal-pale);
}

.lpd-page .quiz-q {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.5;
}

.lpd-page .quiz-scale-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lpd-page .scale-label {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}

.lpd-page .quiz-btn-row {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
}

.lpd-page .quiz-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: all .18s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
}

.lpd-page .quiz-btn:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--teal-light);
}

.lpd-page .quiz-btn.selected {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
  transform: scale(1.1);
}

.lpd-page .quiz-submit-wrap {
  text-align: center;
  padding: 20px 0 8px;
}

.lpd-page #unansweredNote {
  display: none;
  color: #dc2626;
  font-size: 13px;
  margin-top: 12px;
  font-weight: 600;
}

.lpd-page .quiz-results {
  display: none;
  animation: lpdFadeIn .4s ease;
}

@keyframes lpdFadeIn {
  from{
    opacity:0;
    transform:translateY(10px)
  }

  to{
    opacity:1;
    transform:translateY(0)
  }
}

.lpd-page .results-header {
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.lpd-page .results-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.15);
}

.lpd-page .result-emoji {
  font-size: 56px;
  display: block;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.lpd-page .result-type {
  font-family: var(--serif);
  font-size: clamp(24px,3vw,36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.lpd-page .result-desc {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lpd-page .scores-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
  margin: 24px 0;
}

.lpd-page .score-pill {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  transition: all .2s;
}

.lpd-page .score-pill.dominant {
  transform: scale(1.06);
  box-shadow: var(--shadow-md);
}

.lpd-page .sp-type {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 6px;
}

.lpd-page .sp-score {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.lpd-page .sp-max {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
}

.lpd-page .sp-bar {
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}

.lpd-page .sp-bar-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 1s ease;
}

.lpd-page .adira-insight {
  background: var(--teal-light);
  border-left: 4px solid var(--teal);
  border-radius: 0 12px 12px 0;
  padding: 20px 22px;
  margin: 20px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.lpd-page .ai-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lpd-page .ai-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--teal);
  margin-bottom: 5px;
}

.lpd-page .ai-text {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}

.lpd-page .result-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px 0;
}

.lpd-page .btn-result {
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  border: none;
  font-family: var(--sans);
}

.lpd-page .btn-result-primary {
  background: var(--teal);
  color: #fff;
}

.lpd-page .btn-result-primary:hover {
  background: var(--teal-mid);
}

.lpd-page .btn-result-amber {
  background: var(--amber);
  color: #fff;
}

.lpd-page .btn-result-amber:hover {
  background: var(--amber-deep);
}

.lpd-page .btn-result-outline {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
}

.lpd-page .btn-result-outline:hover {
  border-color: var(--teal);
  color: var(--teal);
}

/* ── EMAIL MODAL ── */

.lpd-page .modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,46,56,.6);
  z-index: 600;
  align-items: center;
  justify-content: center;
}

.lpd-page .modal-overlay.open {
  display: flex;
}

.lpd-page .modal-box {
  background: var(--white);
  border-radius: 20px;
  padding: 36px;
  max-width: 420px;
  width: 90%;
  box-shadow: var(--shadow-lg);
}

.lpd-page .modal-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.lpd-page .modal-sub {
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.6;
}

.lpd-page .modal-input {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: var(--sans);
  outline: none;
  margin-bottom: 12px;
  transition: border-color .2s;
}

.lpd-page .modal-input:focus {
  border-color: var(--teal);
}

.lpd-page .modal-actions {
  display: flex;
  gap: 10px;
}

.lpd-page .btn-modal-primary {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
}

.lpd-page .btn-modal-cancel {
  padding: 12px 18px;
  border-radius: 8px;
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
  font-size: 14px;
  cursor: pointer;
  font-family: var(--sans);
}

/* ── FAQ (LPD version — onclick pattern) ── */

.lpd-page .faq-section {
  padding: 60px 56px;
  background: var(--off);
}

.lpd-page .faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
}

.lpd-page .faq-item .faq-q {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--sans);
  pointer-events: none;
}

.lpd-page .faq-item:hover {
  background: var(--teal-pale);
}

.lpd-page .faq-chevron {
  font-size: 20px;
  color: var(--teal);
  flex-shrink: 0;
  transition: transform .25s;
}

.lpd-page .faq-item.open .faq-chevron {
  transform: rotate(45deg);
}

.lpd-page .faq-a {
  display: none;
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}

.lpd-page .faq-item.open .faq-a {
  display: block;
}

.lpd-page .faq-a a {
  color: var(--teal);
  text-decoration: underline;
}

/* ── LPD FOOTER ── */

.lpd-page footer {
  background: var(--teal-deep);
  color: rgba(255,255,255,.7);
}

.lpd-page .footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 64px 56px 48px;
}

.lpd-page .footer-brand .fb-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.lpd-page .footer-brand .fb-name span {
  color: var(--amber);
}

.lpd-page .footer-brand .fb-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 16px;
}

.lpd-page .footer-brand p {
  font-size: 13.5px;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 24px;
}

.lpd-page .footer-social {
  display: flex;
  gap: 10px;
}

.lpd-page .footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  transition: all .2s;
}

.lpd-page .footer-social a:hover {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff;
}

.lpd-page .footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 20px;
}

.lpd-page .footer-col a {
  display: block;
  font-size: 13.5px;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
  transition: color .15s;
}

.lpd-page .footer-col a:hover {
  color: #fff;
}

.lpd-page .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 24px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.lpd-page .footer-bottom p {
  color: rgba(255,255,255,.35);
}

.lpd-page .footer-bottom-links {
  display: flex;
  gap: 24px;
}

.lpd-page .footer-bottom-links a {
  color: rgba(255,255,255,.45);
  transition: color .15s;
}

.lpd-page .footer-bottom-links a:hover {
  color: #fff;
}

/* ── LPD TOAST ── */

.lpd-page .toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--teal-deep);
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.lpd-page .toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* (old nav-active removed — now handled by .lpd-page .nav-links a.active-link above) */

/* ── SUB-PAGE HERO (page-hero-split) ── */

.lpd-page .page-hero-split {
  background: linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 65%,var(--teal-mid) 100%);
  padding: 0 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.lpd-page .page-hero-split::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 30%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212,129,42,.07) 0%,transparent 70%);
  pointer-events: none;
}

.lpd-page .phs-content {
  padding: 80px 40px 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.lpd-page .phs-content h1 {
  font-family: var(--serif);
  font-size: clamp(32px,4vw,58px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 18px;
}

.lpd-page .phs-content h1 em {
  color: var(--amber);
  font-style: italic;
}

.lpd-page .phs-content p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 32px;
}

.lpd-page .phs-media {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 40px 40px;
}

.lpd-page .media-placeholder {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
}

.lpd-page .media-placeholder-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.01) 100%);
  border: 1.5px dashed rgba(255,255,255,.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 280px;
}

.lpd-page .mp-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.lpd-page .mp-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
}

.lpd-page .mp-sub {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  font-weight: 500;
  text-align: center;
  max-width: 180px;
  line-height: 1.5;
}

.lpd-page .mp-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(212,129,42,.9);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}

.lpd-page .phs-media-badge {
  position: absolute;
  bottom: 52px;
  left: 52px;
  background: var(--white);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  z-index: 3;
}

.lpd-page .pmb-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.lpd-page .pmb-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lpd-page .pmb-val {
  font-size: 14px;
  font-weight: 800;
  color: var(--teal);
}

/* ── BREADCRUMB (LPD) ── */

.lpd-page .breadcrumb {
  padding: 12px 56px;
  background: var(--off);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--muted);
}

.lpd-page .breadcrumb a {
  color: var(--teal);
  font-weight: 500;
  transition: color .15s;
}

.lpd-page .breadcrumb a:hover {
  color: var(--teal-mid);
}

/* ── SECTION UTILITIES (LPD) ── */

.lpd-page .section {
  padding: 80px 56px;
}

.lpd-page .section-alt {
  background: var(--off);
}

.lpd-page .section-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lpd-page .section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.lpd-page .section-h2 {
  font-family: var(--serif);
  font-size: clamp(28px,3.2vw,44px);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  line-height: 1.15;
}

.lpd-page .section-h2 em {
  color: var(--teal);
  font-style: italic;
}

.lpd-page .section-sub {
  font-size: 15px;
  color: var(--body);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 40px;
}

/* ── BUTTON ALIASES ── */

.lpd-page .btn-outline-teal {
  border: 1.5px solid var(--teal);
  color: var(--teal);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
}

.lpd-page .btn-outline-teal:hover {
  background: var(--teal);
  color: #fff;
}

.lpd-page .btn-outline {
  border: 1.5px solid var(--teal);
  color: var(--teal);
  padding: 10px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .2s;
}

.lpd-page .btn-outline:hover {
  background: var(--teal);
  color: #fff;
}

.lpd-page .btn-primary {
  background: var(--teal);
  color: #fff;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .22s;
  box-shadow: 0 4px 14px rgba(15,76,92,.25);
}

.lpd-page .btn-primary:hover {
  background: var(--teal-mid);
  transform: translateY(-2px);
}

/* ── LEADERSHIP-DEV: Filter + full prog cards ── */

.lpd-page .filter-bar {
  position: sticky;
  top: 66px;
  z-index: 150;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 56px;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.lpd-page .f-tab {
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2.5px solid transparent;
  transition: all .2s;
  white-space: nowrap;
}

.lpd-page .f-tab:hover {
  color: var(--teal);
}

.lpd-page .f-tab.active {
  color: var(--teal);
  border-bottom-color: var(--teal);
}

.lpd-page .full-prog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px 1fr;
  transition: box-shadow .25s;
  margin-bottom: 24px;
}

.lpd-page .full-prog-card:hover {
  box-shadow: var(--shadow-md);
}

.lpd-page .fpc-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.lpd-page .fpc-icon {
  font-size: 52px;
  z-index: 1;
}

.lpd-page .fpc-prog-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  z-index: 1;
  text-align: center;
}

.lpd-page .fpc-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  z-index: 1;
}

.lpd-page .fpc-content {
  padding: 28px;
}

.lpd-page .fpc-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.lpd-page .fpc-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.lpd-page .fpc-desc {
  font-size: 14px;
  color: var(--body);
  line-height: 1.75;
  margin-bottom: 16px;
}

.lpd-page .fpc-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 12.5px;
  color: var(--muted);
}

.lpd-page .fpc-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.lpd-page .fpc-outcome {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  color: var(--body);
}

.lpd-page .fpc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 12px;
}

.lpd-page .fpc-price {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
}

.lpd-page .fpc-price span {
  font-size: 12px;
  font-family: var(--sans);
  font-weight: 500;
  color: var(--muted);
}

.lpd-page .fpc-btns {
  display: flex;
  gap: 10px;
}

.lpd-page .btn-fpc {
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.lpd-page .quiz-cta {
  background: var(--teal-light);
  border: 1px solid var(--teal);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.lpd-page .qc-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lpd-page .qc-icon {
  font-size: 28px;
}

.lpd-page .qc-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}

.lpd-page .qc-sub {
  font-size: 13px;
  color: var(--muted);
}

/* ── EVENTS: Widgets + calendar + past events + modal ── */

.lpd-page .block-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0 28px;
}

.lpd-page .block-divider-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}

.lpd-page .block-divider-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-pale);
  border: 1px solid var(--teal-light);
  border-radius: 100px;
  padding: 5px 14px;
  white-space: nowrap;
}

.lpd-page .event-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 340px;
  margin-bottom: 20px;
  transition: all .22s;
}

.lpd-page .event-widget:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.lpd-page .ew-content {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
}

.lpd-page .ew-type-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.lpd-page .ew-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 10px;
}

.lpd-page .ew-desc {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}

.lpd-page .ew-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 20px;
}

.lpd-page .ew-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lpd-page .ew-video {
  background: linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 12px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.lpd-page .ew-play-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(212,129,42,.25);
  border: 2px solid rgba(212,129,42,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  transition: all .22s;
  position: relative;
  z-index: 1;
}

.lpd-page .ew-play-btn:hover {
  background: var(--amber);
  border-color: var(--amber);
  transform: scale(1.08);
}

.lpd-page .ew-video-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  position: relative;
  z-index: 1;
  text-align: center;
}

.lpd-page .ew-video-sub {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  position: relative;
  z-index: 1;
  text-align: center;
}

.lpd-page .ew-video-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: var(--amber);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

.lpd-page .ew-date-pill {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(0,0,0,.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lpd-page .ew-date-pill-date {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.lpd-page .ew-date-pill-loc {
  font-size: 11px;
  color: rgba(255,255,255,.6);
}

.lpd-page .course-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 6px 1fr;
  margin-bottom: 16px;
  transition: all .22s;
}

.lpd-page .course-widget:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--teal);
  transform: translateX(3px);
}

.lpd-page .cw-accent {
  background: var(--teal);
}

.lpd-page .cw-inner {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.lpd-page .cw-type-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.lpd-page .cw-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 7px;
  line-height: 1.2;
}

.lpd-page .cw-desc {
  font-size: 13px;
  color: var(--body);
  line-height: 1.65;
  margin-bottom: 12px;
}

.lpd-page .cw-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: var(--muted);
}

.lpd-page .cw-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.lpd-page .cw-price {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}

.lpd-page .cw-price-sub {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
  text-align: right;
}

.lpd-page .cw-spots {
  font-size: 11px;
  font-weight: 700;
  color: var(--amber-deep);
  background: var(--amber-light);
  padding: 4px 10px;
  border-radius: 100px;
}

.lpd-page .month-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.lpd-page .month-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.lpd-page .month-header {
  background: linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 100%);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lpd-page .month-name {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.lpd-page .month-count {
  font-size: 11px;
  color: rgba(255,255,255,.55);
}

.lpd-page .month-events {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lpd-page .month-event-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: all .15s;
}

.lpd-page .month-event-row:last-child {
  border-bottom: none;
}

.lpd-page .mer-date {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lpd-page .mer-date .d {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.lpd-page .mer-date .m {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  letter-spacing: .06em;
}

.lpd-page .mer-title {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 2px;
  transition: color .15s;
}

.lpd-page .month-event-row:hover .mer-title {
  color: var(--teal);
}

.lpd-page .mer-sub {
  font-size: 11px;
  color: var(--muted);
}

.lpd-page .mer-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 100px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lpd-page .past-events-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.lpd-page .past-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all .22s;
}

.lpd-page .past-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: var(--teal-light);
}

.lpd-page .past-card-img {
  height: 160px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.lpd-page .past-card-year {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: rgba(0,0,0,.35);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  color: rgba(255,255,255,.85);
  padding: 3px 9px;
  letter-spacing: .08em;
}

.lpd-page .past-card-gallery-hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(0,0,0,.4);
  border-radius: 6px;
  font-size: 10px;
  color: rgba(255,255,255,.8);
  padding: 3px 9px;
}

.lpd-page .past-card-body {
  padding: 18px 20px;
}

.lpd-page .past-card-date {
  font-size: 11px;
  color: var(--amber);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.lpd-page .past-card-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 7px;
  line-height: 1.3;
}

.lpd-page .past-card-excerpt {
  font-size: 12.5px;
  color: var(--body);
  line-height: 1.6;
  margin-bottom: 12px;
}

.lpd-page .past-card-meta {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  gap: 14px;
}

.lpd-page .past-card-read {
  font-size: 12px;
  font-weight: 700;
  color: var(--teal);
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lpd-page .past-modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

.lpd-page .past-modal-ov.open {
  opacity: 1;
  pointer-events: all;
}

.lpd-page .past-modal {
  background: var(--white);
  border-radius: 18px;
  max-width: 720px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px) scale(.97);
  transition: transform .25s;
  box-shadow: 0 32px 80px rgba(8,46,56,.25);
}

.lpd-page .past-modal-ov.open .past-modal {
  transform: translateY(0) scale(1);
}

.lpd-page .pm-close {
  position: sticky;
  top: 12px;
  right: 12px;
  float: right;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  font-size: 17px;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s;
  margin: 12px 12px 0 0;
}

.lpd-page .pm-close:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.lpd-page .pm-hero {
  background: linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 100%);
  padding: 24px 36px 28px;
}

.lpd-page .pm-hero-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 10px;
}

.lpd-page .pm-hero-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.lpd-page .pm-hero-meta {
  display: flex;
  gap: 20px;
  font-size: 12.5px;
  color: rgba(255,255,255,.6);
  flex-wrap: wrap;
}

.lpd-page .pm-body {
  padding: 28px 36px;
}

.lpd-page .pm-narrative {
  font-size: 14.5px;
  color: var(--body);
  line-height: 1.85;
  margin-bottom: 28px;
}

.lpd-page .pm-gallery-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}

.lpd-page .pm-gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.lpd-page .pm-gallery-thumb {
  aspect-ratio: 4/3;
  border-radius: 8px;
  background: linear-gradient(135deg,var(--teal-deep),var(--teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  transition: all .18s;
}

.lpd-page .pm-gallery-thumb:hover {
  transform: scale(1.03);
}

.lpd-page .pm-video-embed {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg,var(--teal-deep),#000);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  cursor: pointer;
  position: relative;
}

/* ── PROGRAMME DETAIL PAGES ── */

.lpd-page .prog-hero {
  background: linear-gradient(135deg,#082E38 0%,#0F4C5C 60%,#1A6B80 100%);
  padding: 90px 56px;
  position: relative;
  overflow: hidden;
}

.lpd-page .prog-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lpd-page .prog-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  margin-bottom: 18px;
}

.lpd-page .prog-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px,5vw,60px);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 16px;
}

.lpd-page .prog-hero h1 em {
  color: var(--amber);
  font-style: italic;
}

.lpd-page .prog-hero p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.lpd-page .prog-hero-cards {
  display: flex;
  gap: 16px;
}

.lpd-page .phc {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: 22px 28px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.lpd-page .phc-val {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.lpd-page .phc-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.5);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 5px;
}

.lpd-page .overview-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 56px;
  align-items: start;
}

.lpd-page .ov-body p {
  font-size: 15px;
  color: var(--body);
  line-height: 1.85;
  margin-bottom: 18px;
}

.lpd-page .ov-body h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin: 28px 0 12px;
}

.lpd-page .ov-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 12px;
}

.lpd-page .ov-list li {
  font-size: 14px;
  color: var(--body);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.lpd-page .sidebar-card {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  position: sticky;
  top: 80px;
}

.lpd-page .sc-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lpd-page .sc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.lpd-page .sc-row:last-of-type {
  border-bottom: none;
}

.lpd-page .sc-key {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
}

.lpd-page .sc-val {
  font-size: 13px;
  color: var(--ink);
  font-weight: 700;
  text-align: right;
}

.lpd-page .modules-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 20px;
}

.lpd-page .module-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
}

.lpd-page .mod-num {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lpd-page .mod-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}

.lpd-page .mod-body {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── BLOG / RESOURCES: page-hero + layout ── */

.lpd-page .page-hero {
  background: linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 70%,var(--teal-mid) 100%);
  padding: 80px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lpd-page .page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px,5vw,58px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.1;
  position: relative;
}

.lpd-page .page-hero h1 em {
  color: var(--amber);
  font-style: italic;
}

.lpd-page .page-hero p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  max-width: 580px;
  margin: 0 auto 24px;
  line-height: 1.75;
  position: relative;
}

.lpd-page .blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

.lpd-page .sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 80px;
}

.lpd-page .sidebar-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px;
}

.lpd-page .sw-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.lpd-page .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lpd-page .tag {
  display: inline-block;
  background: var(--teal-light);
  color: var(--teal);
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  cursor: pointer;
  transition: all .15s;
}

.lpd-page .tag:hover {
  background: var(--teal);
  color: #fff;
}

/* ── PODCAST ── */

.lpd-page .podcast-episode {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all .2s;
}

.lpd-page .podcast-episode:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--teal);
}

.lpd-page .ep-num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--teal-light);
  min-width: 50px;
}

.lpd-page .ep-play {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all .2s;
}

.lpd-page .ep-play:hover {
  background: var(--teal-mid);
  transform: scale(1.08);
}

.lpd-page .ep-info {
  flex: 1;
}

.lpd-page .ep-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 4px;
}

.lpd-page .ep-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.3;
}

.lpd-page .ep-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.lpd-page .ep-meta {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
  display: flex;
  gap: 16px;
}

/* ── TOOLKIT ── */

.lpd-page .toolkit-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all .2s;
}

.lpd-page .toolkit-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--teal);
  transform: translateY(-2px);
}

.lpd-page .tk-icon {
  font-size: 36px;
}

.lpd-page .tk-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}

.lpd-page .tk-body {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
}

.lpd-page .tk-meta {
  font-size: 11px;
  color: var(--amber);
  font-weight: 700;
}

.nav-cart-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--plum-light);
  border: 1.5px solid rgba(61,21,88,.2);
  color: var(--plum);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .2s;
}

.nav-cart-btn:hover {
  background: var(--plum);
  color: #fff;
}

.nav-cart-btn .cart-count {
  background: var(--plum);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-cart-btn:hover .cart-count {
  background: var(--gold);
}

/* ─────────────────────────────────────────────────
   STORE — Course Store Page
───────────────────────────────────────────────── */

.store-page {
  --sp: #3d1558;
  --sp-deep: #2a0e3f;
  --sp-mid: #5c2d80;
  --sp-light: #f3eaf9;
  --sp-pale: #f9f4fc;
  --sp-gold: #c8963e;
  --sp-muted: #7a6f85;
  --sp-border: #e8dff0;
  --sp-shadow: rgba(61,21,88,.07);
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.store-page a {
  text-decoration: none;
}

.store-page button {
  font-family: var(--sans);
  cursor: pointer;
}

/* ── ANNOUNCE BAR ── */

.st-announce {
  background: var(--sp);
  color: rgba(255,255,255,.85);
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}

.st-announce a {
  color: var(--sp-gold);
  font-weight: 600;
}

/* ── NAV ── */

.st-nav {
  display: flex;
  align-items: center;
  padding: 16px 48px;
  background: #fff;
  border-bottom: 1px solid var(--sp-border);
  position: sticky;
  top: 0;
  z-index: 200;
  gap: 32px;
}

.st-nav-logo {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--sp);
}

.st-nav-logo span {
  color: var(--sp-gold);
}

.st-nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
}

.st-nav-links a {
  font-size: 14px;
  color: var(--sp-muted);
  padding: 7px 14px;
  border-radius: 7px;
  transition: all .2s;
}

.st-nav-links a:hover {
  color: var(--sp);
  background: var(--sp-light);
}

.st-active-link {
  color: var(--sp) !important;
  background: var(--sp-light) !important;
  font-weight: 600 !important;
}

.st-nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.st-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: var(--sp);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.st-cart-btn:hover {
  background: var(--sp-mid);
  transform: translateY(-1px);
}

.st-cart-badge {
  background: var(--sp-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ── HERO ── */

.st-hero {
  background: linear-gradient(135deg, var(--sp-deep) 0%, var(--sp) 60%, var(--sp-mid) 100%);
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
}

.st-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(200,150,62,.07);
  top: -150px;
  right: -100px;
  pointer-events: none;
}

.st-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  bottom: -80px;
  left: -60px;
  pointer-events: none;
}

.st-hero-inner {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.st-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.st-hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sp-gold);
  animation: blink 2.4s ease-in-out infinite;
}

.st-hero-pill span {
  font-size: 12px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}

.st-hero-h1 {
  font-family: var(--serif);
  font-size: clamp(36px,4.5vw,60px);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -.01em;
}

.st-hero-h1 em {
  color: var(--sp-gold);
  font-style: italic;
}

.st-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 36px;
}

.st-hero-stats {
  display: flex;
  gap: 36px;
}

.st-hs {
  display: flex;
  flex-direction: column;
}

.st-hs-num {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.st-hs-lbl {
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

/* ── FILTER BAR ── */

.st-filter-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 18px 48px;
  background: #fff;
  border-bottom: 1px solid var(--sp-border);
  position: sticky;
  top: 57px;
  z-index: 150;
}

.st-chip {
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  background: var(--sp-light);
  color: var(--sp-muted);
  border: 1.5px solid var(--sp-border);
  transition: all .2s;
}

.st-chip:hover {
  border-color: var(--sp);
  color: var(--sp);
}

.st-chip.active {
  background: var(--sp);
  color: #fff;
  border-color: var(--sp);
}

.st-sort {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--sp-muted);
}

.st-sort select {
  border: 1.5px solid var(--sp-border);
  border-radius: 7px;
  padding: 6px 12px;
  font-size: 13px;
  font-family: var(--sans);
  outline: none;
}

/* ── CATALOG / GRID ── */

.st-catalog {
  padding: 48px 48px 80px;
  background: var(--sp-pale);
  min-height: 400px;
}

.st-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.st-empty {
  text-align: center;
  padding: 80px 24px;
  max-width: 400px;
  margin: 0 auto;
}

.st-empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.st-empty h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.st-empty p {
  font-size: 14px;
  color: var(--sp-muted);
}

/* ── COURSE CARD ── */

.st-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--sp-border);
  display: flex;
  flex-direction: column;
  transition: all .28s;
  box-shadow: 0 2px 8px var(--sp-shadow);
}

.st-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px var(--sp-shadow);
  border-color: rgba(61,21,88,.15);
}

.st-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

.st-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .4s;
}

.st-card:hover .st-card-img img {
  transform: scale(1.04);
}

.st-card-img-ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--sp-deep), var(--sp-mid));
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-card-img-ph span {
  font-size: 48px;
}

.st-badge-moodle {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(37,99,235,.9);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}

.st-badge-type {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.st-card-body {
  padding: 20px 20px 12px;
  flex: 1;
}

.st-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.3;
}

.st-card-desc {
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-card-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.st-meta-item {
  font-size: 11px;
  color: var(--sp-muted);
  background: var(--sp-light);
  padding: 3px 8px;
  border-radius: 100px;
}

.st-card-foot {
  padding: 14px 20px 18px;
  border-top: 1px solid var(--sp-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.st-price {
  display: flex;
  flex-direction: column;
}

.st-price-val {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--sp);
}

.st-price-sub {
  font-size: 11px;
  color: var(--sp-muted);
}

.st-card-actions {
  display: flex;
  gap: 8px;
}

.st-btn-cart {
  padding: 9px 16px;
  background: var(--sp);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.st-btn-cart:hover {
  background: var(--sp-mid);
}

.st-btn-preview {
  padding: 9px 14px;
  background: #fff;
  color: var(--sp-muted);
  border: 1.5px solid var(--sp-border);
  border-radius: 7px;
  font-size: 13px;
  transition: all .2s;
}

.st-btn-preview:hover {
  border-color: var(--sp);
  color: var(--sp);
}

/* ── TRUST BAR ── */

.st-trust {
  background: #fff;
  border-top: 1px solid var(--sp-border);
  border-bottom: 1px solid var(--sp-border);
  padding: 32px 48px;
}

.st-trust-inner {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.st-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.st-ti-icon {
  font-size: 28px;
}

.st-ti-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}

.st-ti-sub {
  font-size: 12px;
  color: var(--sp-muted);
}

/* ── FOOTER ── */

.st-footer {
  background: var(--sp-deep);
  padding: 56px 48px 28px;
}

.st-fg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 36px;
}

.st-fl p {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.7;
  margin-top: 10px;
}

.st-fd-logo {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.st-fd-logo span {
  color: var(--sp-gold);
}

.st-fc h5 {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 14px;
}

.st-fc a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.4);
  margin-bottom: 10px;
  transition: color .2s;
}

.st-fc a:hover {
  color: #fff;
}

.st-fbot {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 20px;
}

.st-fbot p {
  font-size: 12px;
  color: rgba(255,255,255,.3);
}

/* ── CART DRAWER ── */

.st-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.38);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.st-cart-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.st-cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100vh;
  z-index: 901;
  background: #fff;
  box-shadow: -8px 0 36px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  transition: right .35s;
}

.st-cart-drawer.open {
  right: 0;
}

.st-cd-hd {
  padding: 20px 24px;
  border-bottom: 1px solid var(--sp-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.st-cd-x {
  background: none;
  border: none;
  font-size: 20px;
  color: var(--sp-muted);
  line-height: 1;
}

.st-cd-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}

.st-cd-empty {
  text-align: center;
  padding: 56px 16px;
}

.st-cei {
  font-size: 40px;
  margin-bottom: 12px;
}

.st-cd-empty p {
  color: var(--sp-muted);
  font-size: 14px;
}

.st-cd-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--sp-border);
  border-radius: 10px;
  margin-bottom: 10px;
}

.st-cdi-img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: linear-gradient(135deg,var(--sp-deep),var(--sp-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  overflow: hidden;
}

.st-cdi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-cdi-nm {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
  line-height: 1.3;
}

.st-cdi-px {
  font-size: 14px;
  font-weight: 700;
  color: var(--sp);
}

.st-cdi-rm {
  font-size: 11px;
  color: #c0392b;
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  text-decoration: underline;
  cursor: pointer;
}

.st-cd-foot {
  padding: 16px 20px;
  border-top: 1px solid var(--sp-border);
}

.st-cd-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.st-cd-total-lbl {
  font-size: 13px;
  color: var(--sp-muted);
}

.st-cd-total-val {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--sp);
}

.st-cd-checkout {
  width: 100%;
  padding: 14px;
  background: var(--sp);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: background .2s;
}

.st-cd-checkout:hover {
  background: var(--sp-mid);
}

.st-cd-note {
  font-size: 11px;
  color: var(--sp-muted);
  text-align: center;
}

/* ── PREVIEW / CHECKOUT MODALS ── */

.st-modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.48);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.st-modal-ov.open {
  display: flex;
}

.st-modal {
  background: #fff;
  border-radius: 18px;
  max-width: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
}

.st-modal-checkout {
  max-width: 500px;
  padding: 36px;
}

.st-modal-x {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--sp-muted);
  z-index: 2;
}

.st-modal-img {
  height: 200px;
  background: linear-gradient(135deg,var(--sp-deep),var(--sp-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
}

.st-modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-modal-body {
  padding: 24px 28px 28px;
}

.st-modal-tag {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sp);
  margin-bottom: 8px;
}

.st-modal-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.2;
}

.st-modal-desc {
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.st-modal-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.st-mpill {
  padding: 4px 12px;
  background: var(--sp-light);
  border-radius: 100px;
  font-size: 12px;
  color: var(--sp);
  font-weight: 500;
}

.st-modal-price {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--sp);
  margin-bottom: 20px;
}

.st-modal-acts {
  display: flex;
  gap: 10px;
}

.st-btn-cart-lg {
  flex: 1;
  padding: 13px;
  background: var(--sp);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  transition: background .2s;
}

.st-btn-cart-lg:hover {
  background: var(--sp-mid);
}

.st-btn-ghost {
  padding: 13px 20px;
  background: #fff;
  color: var(--sp-muted);
  border: 1.5px solid var(--sp-border);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.st-btn-ghost:hover {
  border-color: var(--sp);
  color: var(--sp);
}

.st-frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.st-fg {
  margin-bottom: 12px;
}

.st-fl-lbl {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}

.st-fi {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--sp-border);
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--sans);
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s;
}

.st-fi:focus {
  border-color: var(--sp);
}

.st-order-summary {
  background: var(--sp-pale);
  border-radius: 10px;
  padding: 16px;
  margin-top: 8px;
}

.st-os-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 4px 0;
}

.st-os-total {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
  border-top: 1px solid var(--sp-border);
  margin-top: 8px;
  color: var(--sp);
}

.st-order-ok {
  display: none;
  text-align: center;
  padding: 32px 0 0;
}

.st-order-ok.show {
  display: block;
}

.st-ok-ico {
  font-size: 48px;
  margin-bottom: 10px;
}

.st-ok-t {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.st-ok-m {
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.6;
}

/* ── TOAST ── */

.st-toast {
  position: fixed;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--sp-deep);
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  white-space: nowrap;
}

.st-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── INLINE CHATBOT ── */

.st-chat-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 800;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--sp);
  border: none;
  box-shadow: 0 4px 20px rgba(61,21,88,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: transform .2s;
}

.st-chat-fab:hover {
  transform: scale(1.08);
}

.st-chatbot {
  position: fixed;
  bottom: 96px;
  right: 28px;
  z-index: 800;
  width: 340px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(61,21,88,.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(.9) translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
}

.st-chatbot.open {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.st-ch-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--sp);
}

.st-ch-av {
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.st-ch-nm {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.st-ch-st {
  font-size: 11px;
  color: rgba(255,255,255,.6);
}

.st-ch-x {
  margin-left: auto;
  background: none;
  border: none;
  color: rgba(255,255,255,.7);
  font-size: 18px;
  cursor: pointer;
}

.st-ch-msgs {
  max-height: 220px;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.st-cm {
  display: flex;
}

.st-cm-bot {
  justify-content: flex-start;
}

.st-cm-usr {
  justify-content: flex-end;
}

.st-cmb {
  max-width: 82%;
  padding: 9px 13px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.st-cm-bot .st-cmb {
  background: var(--sp-light);
  color: var(--ink);
  border-radius: 10px 10px 10px 2px;
}

.st-cm-usr .st-cmb {
  background: var(--sp);
  color: #fff;
  border-radius: 10px 10px 2px 10px;
}

.st-ch-sugs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 12px 8px;
}

.st-csug {
  padding: 5px 10px;
  background: var(--sp-light);
  border: 1px solid var(--sp-border);
  border-radius: 100px;
  font-size: 11px;
  color: var(--sp);
  font-weight: 500;
  transition: all .2s;
}

.st-csug:hover {
  background: var(--sp);
  color: #fff;
}

.st-ch-in-row {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid var(--sp-border);
}

.st-chin {
  flex: 1;
  padding: 8px 12px;
  border: 1.5px solid var(--sp-border);
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  font-family: var(--sans);
}

.st-chin:focus {
  border-color: var(--sp);
}

.st-chsend {
  padding: 8px 14px;
  background: var(--sp);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s;
}

.st-chsend:hover {
  background: var(--sp-mid);
}

/* ═══════════════════════════════════════════════════════════
   SHARED PAGE COMPONENTS — Inner pages, Events, Resources …
═══════════════════════════════════════════════════════════ */

/* ── INNER PAGE HERO BANNER ── */

.page-hero {
  background: linear-gradient(135deg, var(--plum) 0%, var(--plum-deep) 100%);
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,150,62,.1) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.page-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 18px;
}

.page-hero h1 em {
  color: var(--gold);
  font-style: italic;
}

.page-hero p {
  font-size: 17px;
  color: rgba(255,255,255,.7);
  line-height: 1.75;
  max-width: 540px;
}

/* centered variant — used by What We Do, etc. */

.page-hero.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}

.page-hero.centered .page-hero-inner {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}

.page-hero.centered p {
  max-width: 660px;
  margin: 0 auto;
}

/* OD sub-pages use navy gradient instead of plum */

.od-page .page-hero {
  background: linear-gradient(135deg, #071B30 0%, #0F2D4E 60%, #1A4A75 100%);
  padding: 96px 64px 80px;
}

.od-page .breadcrumb {
  background: var(--od-off);
  border-color: var(--od-border);
  padding: 14px 56px;
  font-size: 12px;
}

.od-page .breadcrumb a {
  color: var(--od-primary);
  font-weight: 500;
  transition: color .15s;
}

.od-page .breadcrumb a:hover {
  color: var(--od-primary-mid);
}

.od-page .breadcrumb span {
  opacity: .45;
  color: inherit;
}

/* ── SECTION LAYOUTS ── */

.page-section {
  padding: 80px 64px;
}

.page-section.pale  {
  background: var(--plum-pale);
}

.page-section.white {
  background: var(--white);
}

.page-section.plum  {
  background: var(--plum);
}

.page-section.off   {
  background: #fafafa;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -.01em;
  margin-bottom: 14px;
}

.section-title em {
  color: var(--plum);
  font-style: italic;
}

.section-title.light {
  color: #fff;
}

.section-title.light em {
  color: var(--gold);
}

.section-lead {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 52px;
}

.section-lead.wide {
  max-width: 720px;
}

/* ── CARD GRID ── */

.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid.two   {
  grid-template-columns: repeat(2, 1fr);
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid.four  {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}

.card:hover {
  box-shadow: 0 20px 56px rgba(61,21,88,.08);
  transform: translateY(-4px);
}

.card-body {
  padding: 36px;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--plum-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.card-icon.gold {
  background: rgba(200,150,62,.12);
}

.card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: 8px;
}

.card-tag.gold {
  color: var(--gold);
}

.card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 10px;
}

.card p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--plum);
  transition: gap .2s;
}

.card-link:hover {
  gap: 12px;
}

.card-link.gold {
  color: var(--gold);
}

/* ── STAT ROW ── */

.stat-row {
  display: flex;
  gap: 0;
  margin-bottom: 52px;
}

.stat-item {
  flex: 1;
  padding: 32px 40px;
  border-right: 1px solid var(--border);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 600;
  color: var(--plum);
  line-height: 1;
  letter-spacing: -.02em;
  margin-bottom: 6px;
}

.stat-lbl {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

/* ── PERSON CARD ── */

.person-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.person-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
  text-align: center;
  transition: all .25s;
}

.person-card:hover {
  box-shadow: 0 16px 48px rgba(61,21,88,.08);
  transform: translateY(-3px);
}

.person-av {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  border: 3px solid var(--plum-light);
}

.person-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.person-role {
  font-size: 12.5px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: .03em;
}

.person-bio {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── TESTIMONIAL BLOCK ── */

.testi-card-inner {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 36px;
  position: relative;
  transition: all .25s;
}

.testi-card-inner:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-3px);
}

.testi-card-inner::before {
  content: '"';
  font-family: var(--serif);
  font-size: 80px;
  line-height: 1;
  color: rgba(200,150,62,.2);
  position: absolute;
  top: 16px;
  left: 26px;
  pointer-events: none;
}

.testi-quote {
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  color: rgba(255,255,255,.9);
  line-height: 1.7;
  margin-bottom: 24px;
  padding-top: 20px;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testi-av {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 2px solid rgba(200,150,62,.35);
}

.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.testi-role {
  font-size: 12px;
  color: var(--gold);
}

/* ── FORM STYLES ── */

.form-wrap {
  max-width: 640px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  display: block;
  letter-spacing: .03em;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color .2s;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--plum);
}

.form-textarea {
  resize: none;
  min-height: 130px;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.form-submit {
  background: var(--plum);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  border: none;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .2s;
  box-shadow: 0 4px 16px rgba(61,21,88,.2);
}

.form-submit:hover {
  background: var(--plum-mid);
  transform: translateY(-1px);
}

/* ── EVENT CARD ── */

.event-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 28px;
  align-items: center;
  transition: all .25s;
}

.event-item:hover {
  box-shadow: 0 12px 40px rgba(61,21,88,.08);
  transform: translateY(-2px);
}

.event-date-box {
  text-align: center;
  background: var(--plum-light);
  border-radius: 10px;
  padding: 12px 8px;
}

.event-month {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--plum);
}

.event-day {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--plum);
  line-height: 1;
}

.event-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.event-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.3;
}

.event-meta {
  font-size: 13px;
  color: var(--muted);
}

/* ── BLOG CARD ── */

.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: all .25s;
}

.blog-card:hover {
  box-shadow: 0 16px 48px rgba(61,21,88,.08);
  transform: translateY(-2px);
}

.blog-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.blog-card.featured .blog-img {
  height: 280px;
  font-size: 52px;
}

.blog-body {
  padding: 22px 24px;
}

.blog-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: 8px;
}

.blog-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 8px;
}

.blog-card.featured .blog-title {
  font-size: 22px;
}

.blog-date {
  font-size: 12px;
  color: var(--muted);
}

/* ── STORE CARD ── */

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.store-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all .25s;
}

.store-card:hover {
  box-shadow: 0 16px 48px rgba(61,21,88,.08);
  transform: translateY(-4px);
}

.store-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
}

.store-body {
  padding: 24px 26px;
}

.store-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.store-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.3;
}

.store-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

.store-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.store-price {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--plum);
}

.store-btn {
  background: var(--plum);
  color: #fff;
  padding: 9px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  transition: all .2s;
}

.store-btn:hover {
  background: var(--plum-mid);
}

.store-btn.gold {
  background: var(--gold);
}

.store-btn.gold:hover {
  background: #b5832e;
}

/* ── COURSES CART DRAWER ── */

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  height: 100dvh;
  width: 380px;
  max-width: 92vw;
  background: #fff;
  z-index: 1000;
  box-shadow: -8px 0 32px rgba(0,0,0,.12);
  transition: right .3s ease;
  display: flex;
  flex-direction: column;
}

.cart-drawer.open {
  right: 0;
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}

.cart-head h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}

.cart-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: var(--muted);
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1;
}

.cart-close:hover {
  background: var(--border);
  color: var(--ink);
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  gap: 12px;
}

.ce-icon {
  font-size: 44px;
}

.cart-empty p {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
}

.cart-foot {
  padding: 16px 24px 24px;
  border-top: 1px solid var(--border);
  flex-shrink: 0;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.cart-total-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.cart-total-val {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}

.cart-checkout {
  width: 100%;
  padding: 14px;
  background: var(--gold, #C8963E);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--sans);
  transition: background .2s;
}

.cart-checkout:hover {
  background: #b5832e;
}

.cart-note {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}

/* ── CTA STRIP ── */

.cta-strip {
  background: linear-gradient(135deg, var(--plum) 0%, var(--plum-deep) 100%);
  padding: 72px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-strip-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 12px;
}

.cta-strip h2 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 12px;
}

.cta-strip h2 em {
  color: var(--gold);
  font-style: italic;
}

.cta-strip p {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
  max-width: 480px;
}

.cta-strip-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.btn-white {
  background: #fff;
  color: var(--plum);
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
  white-space: nowrap;
}

.btn-white:hover {
  background: var(--plum-pale);
}

.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.85);
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  white-space: nowrap;
}

.btn-outline-white:hover {
  border-color: #fff;
  color: #fff;
}

/* ── BREADCRUMB ── */

.breadcrumb {
  padding: 14px 64px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  font-size: 12.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb a {
  color: var(--plum);
  font-weight: 600;
}

.breadcrumb span {
  color: var(--border);
}

/* ── CONTACT GRID ── */

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.contact-ico {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--plum-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.contact-val {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.contact-val a {
  color: var(--plum);
}

/* ── MAP PLACEHOLDER ── */

.map-placeholder {
  height: 320px;
  background: var(--plum-pale);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.map-placeholder span {
  font-size: 40px;
}

.map-placeholder p {
  font-size: 13px;
  color: var(--muted);
}

/* ── RESOURCE CARD ── */

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.resource-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  transition: all .25s;
}

.resource-card:hover {
  box-shadow: 0 16px 48px rgba(61,21,88,.08);
  transform: translateY(-3px);
}

.resource-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.resource-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

.resource-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}

.resource-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

.resource-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--plum);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s;
}

.resource-link:hover {
  gap: 10px;
}

/* ── PILL BADGE ── */

.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--plum-light);
  border: 1px solid rgba(61,21,88,.15);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
  width: -moz-fit-content;
  width: fit-content;
}

.pill span {
  font-size: 11px;
  color: var(--plum);
  font-weight: 600;
  letter-spacing: .04em;
}

.pill.gold {
  background: rgba(200,150,62,.12);
  border-color: rgba(200,150,62,.2);
}

.pill.gold span {
  color: var(--gold);
}

/* nav active */

.nav-links a.active {
  color: var(--plum);
  background: var(--plum-pale);
  border-radius: 4px;
}

/* ── LPD DIAGNOSTIC PAGE ── */

/* Standalone nav for diagnostic page */

.lpd-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 64px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 200;
}

.lpd-nav-logo {
  display: flex;
  align-items: center;
}

.lpd-nav-links {
  display: flex;
  gap: 4px;
}

.lpd-nav-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 6px;
  transition: all .15s;
  text-decoration: none;
}

.lpd-nav-links a:hover {
  color: var(--teal);
  background: var(--teal-pale);
}

.lpd-nav-links a.active {
  color: var(--teal);
  font-weight: 600;
  background: var(--teal-light);
}

.lpd-nav-cta {
  background: var(--teal);
  color: #fff;
  padding: 9px 20px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.lpd-nav-cta:hover {
  background: var(--teal-mid);
}

/* Hero */

.lpd-diag-hero {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 60%, #0d7a6b 100%);
  padding: 64px 56px 56px;
  text-align: center;
}

.lpd-diag-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.lpd-diag-hero h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.15;
}

.lpd-diag-hero h1 em {
  color: var(--amber);
  font-style: italic;
}

.lpd-diag-hero p {
  font-size: 16px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
}

.lpd-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 20px;
}

/* Diagnostic section wrapper */

.lpd-diag-section {
  background: var(--bg);
  padding: 48px 56px 80px;
}

.lpd-diag-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px 1fr;
  box-shadow: 0 8px 40px rgba(0,0,0,.06);
}

/* Sidebar */

.lpd-diag-sidebar {
  background: linear-gradient(160deg, var(--teal-deep) 0%, var(--teal) 100%);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lpd-diag-sidebar-title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.lpd-diag-sidebar-sub {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-bottom: 28px;
}

.lpd-diag-progress-wrap {
  margin-bottom: 24px;
}

.lpd-diag-progress-bar {
  height: 4px;
  background: rgba(255,255,255,.2);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 6px;
}

.lpd-diag-progress-fill {
  height: 100%;
  background: var(--amber);
  border-radius: 99px;
  transition: width .4s ease;
}

.lpd-diag-progress-label {
  font-size: 11px;
  color: rgba(255,255,255,.6);
}

.lpd-diag-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.lpd-diag-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.5);
  font-weight: 500;
}

.lpd-diag-step--active {
  color: #fff;
  font-weight: 700;
}

.lpd-diag-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  flex-shrink: 0;
}

.lpd-diag-step--active .lpd-diag-step-dot {
  background: var(--amber);
}

/* Main panel */

.lpd-diag-main {
  padding: 40px 44px;
}

/* Question text */

.lpd-diag-q-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

.lpd-diag-q-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}

.lpd-diag-q-sub {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Sector grid */

.lpd-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.lpd-sector-btn {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--body);
  text-align: left;
  cursor: pointer;
  transition: all .15s;
}

.lpd-sector-btn:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--teal-pale);
}

.lpd-sector-btn--selected {
  border-color: var(--teal) !important;
  background: var(--teal-light) !important;
  color: var(--teal) !important;
  font-weight: 700;
}

/* Start button */

.lpd-diag-start-btn {
  margin-top: 28px;
  width: 100%;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}

.lpd-diag-start-btn:hover {
  background: var(--teal-mid);
}

.lpd-diag-start-btn--disabled {
  background: var(--border) !important;
  color: var(--muted) !important;
  cursor: not-allowed !important;
}

/* Answer options */

.lpd-diag-opts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.lpd-diag-opt {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--body);
  text-align: left;
  cursor: pointer;
  transition: all .15s;
  line-height: 1.5;
}

.lpd-diag-opt:hover {
  border-color: var(--teal);
  background: var(--teal-pale);
  color: var(--teal-deep);
  transform: translateX(3px);
}

.lpd-diag-back-btn {
  margin-top: 20px;
  background: none;
  border: none;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
}

.lpd-diag-back-btn:hover {
  color: var(--teal);
}

/* Results */

.lpd-result-header {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}

.lpd-result-icon {
  font-size: 36px;
  color: var(--amber);
  margin-bottom: 8px;
}

.lpd-result-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}

.lpd-result-title {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.lpd-result-desc {
  font-size: 15px;
  color: var(--body);
  line-height: 1.8;
  margin-bottom: 24px;
}

.lpd-result-rec {
  background: var(--teal-pale);
  border: 1px solid var(--teal-light);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 28px;
}

.lpd-result-rec-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}

.lpd-result-rec p {
  font-size: 14px;
  color: var(--body);
  line-height: 1.7;
}

/* Mentor CTA */

.lpd-mentor-cta {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border-radius: 14px;
  padding: 28px 32px;
  margin-bottom: 28px;
}

.lpd-mentor-cta-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.lpd-mentor-cta > p {
  font-size: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  margin-bottom: 20px;
}

.lpd-mentor-cta-btn {
  display: inline-block;
  background: var(--amber);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.lpd-mentor-cta-btn:hover {
  background: var(--amber-deep);
}

/* Mentor inline form */

.lpd-mentor-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}

.lpd-mentor-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lpd-mentor-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lpd-mentor-field label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  letter-spacing: .03em;
}

.lpd-mentor-input {
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #fff;
  font-family: var(--sans);
  width: 100%;
  outline: none;
  transition: border-color .15s;
}

.lpd-mentor-input::-moz-placeholder {
  color: rgba(255,255,255,.4);
}

.lpd-mentor-input::placeholder {
  color: rgba(255,255,255,.4);
}

.lpd-mentor-input:focus {
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.18);
}

.lpd-mentor-input option {
  color: var(--ink);
  background: #fff;
}

.lpd-mentor-submit {
  background: var(--amber);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background .2s;
  margin-top: 4px;
}

.lpd-mentor-submit:hover {
  background: var(--amber-deep);
}

/* Mentor applied success */

.lpd-mentor-applied {
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 14px;
  padding: 28px 32px;
  margin-bottom: 28px;
  text-align: center;
}

.lpd-mentor-applied-icon {
  font-size: 36px;
  color: #4ade80;
  margin-bottom: 10px;
  font-weight: 700;
}

.lpd-mentor-applied-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.lpd-mentor-applied p {
  font-size: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}

/* Result actions */

.lpd-result-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lpd-result-cta-primary {
  display: inline-flex;
  align-items: center;
  background: var(--teal);
  color: #fff;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.lpd-result-cta-primary:hover {
  background: var(--teal-mid);
}

.lpd-result-cta-secondary {
  background: var(--bg);
  border: 1.5px solid var(--border);
  color: var(--body);
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.lpd-result-cta-secondary:hover {
  border-color: var(--teal);
  color: var(--teal);
}

/* Footer */

.lpd-footer {
  background: var(--ink);
  padding: 28px 56px;
}

.lpd-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lpd-footer p {
  font-size: 13px;
  color: rgba(255,255,255,.5);
}

.lpd-footer div {
  display: flex;
  gap: 24px;
}

.lpd-footer a {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  text-decoration: none;
}

.lpd-footer a:hover {
  color: #fff;
}

/* Responsive */

@media (max-width: 768px) {
  .lpd-nav {
    padding: 0 20px;
  }

  .lpd-nav-links {
    display: none;
  }

  .lpd-diag-hero {
    padding: 40px 20px;
  }

  .lpd-diag-section {
    padding: 24px 16px 48px;
  }

  .lpd-diag-wrap {
    grid-template-columns: 1fr;
  }

  .lpd-diag-sidebar {
    padding: 24px 20px;
  }

  .lpd-diag-main {
    padding: 24px 20px;
  }

  .lpd-sector-grid {
    grid-template-columns: 1fr;
  }

  .lpd-footer {
    padding: 24px 20px;
  }

  .lpd-footer-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════════════════
   AUTH PAGES — Login / Registration (Adira branded)
═══════════════════════════════════════════════════════════ */

.auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  font-family: var(--sans);
  background: #fff;
}

.auth-brand {
  position: relative;
  background: linear-gradient(150deg, var(--plum-deep) 0%, var(--plum) 55%, var(--plum-mid) 100%);
  color: #fff;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.auth-brand::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -150px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(200,150,62,.32), transparent 70%);
  border-radius: 50%;
}

.auth-brand-logo img {
  height: 38px;
}

.auth-brand-body {
  position: relative;
  z-index: 1;
  max-width: 440px;
}

.auth-brand-eyebrow {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 18px;
}

.auth-brand-body h2 {
  font-family: var(--serif);
  font-size: 46px;
  line-height: 1.06;
  font-weight: 700;
  margin: 0 0 18px;
}

.auth-brand-body h2 em {
  color: var(--gold);
  font-style: italic;
}

.auth-brand-body p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
}

.auth-brand-foot {
  position: relative;
  z-index: 1;
  font-size: 12.5px;
  color: rgba(255,255,255,.5);
}

.auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}

.auth-card {
  width: 100%;
  max-width: 430px;
}

.auth-card--wide {
  max-width: 560px;
}

.auth-head {
  text-align: center;
  margin-bottom: 26px;
}

.auth-head h1 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
}

.auth-head p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.auth-shell a {
  color: var(--plum);
  font-weight: 600;
  text-decoration: none;
}

.auth-shell a:hover {
  text-decoration: underline;
}

/* Restyle core form components within the shell */

.auth-shell form {
  margin-top: 0 !important;
}

.auth-shell label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}

.auth-shell input:not([type=checkbox]):not([type=radio]),
.auth-shell select,
.auth-shell textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 11px 13px;
  margin-top: 5px;
  font-size: 14px;
  font-family: var(--sans);
  background: #fff;
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}

.auth-shell input:focus, .auth-shell select:focus, .auth-shell textarea:focus {
  outline: none;
  border-color: var(--plum-mid);
  box-shadow: 0 0 0 3px rgba(92,45,128,.13);
}

.auth-shell .auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--plum);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .15s, transform .05s;
}

.auth-shell .auth-submit:hover {
  background: var(--plum-deep);
}

.auth-shell .auth-submit:active {
  transform: translateY(1px);
}

/* Registration step dots */

.auth-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 6px 0 26px;
}

.auth-step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  background: #eee3f5;
  color: var(--plum-mid);
}

.auth-step-dot--active {
  background: var(--plum);
  color: #fff;
}

.auth-step-line {
  height: 2px;
  width: 34px;
  background: var(--border);
}

.auth-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 22px;
}

.auth-verified {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0f9f1;
  border: 1px solid #cdeccf;
  color: #1f7a33;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 9px;
  margin-bottom: 6px;
}

.auth-inline {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
}

.auth-inline button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--plum);
  font-weight: 600;
}

.auth-inline span {
  color: #ccc;
}

@media (max-width: 880px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-brand {
    display: none;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.hover\:text-zinc-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}

.focus\:border-zinc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0: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(0px + 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-1: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(1px + 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-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-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.active\:text-white\/80:active {
  color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-zinc-600 {
  fill: #52525b;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.peer:checked ~ .peer-checked\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.phx-submit-loading.phx-submit-loading\:opacity-75 {
  opacity: 0.75;
}

.phx-submit-loading .phx-submit-loading\:opacity-75 {
  opacity: 0.75;
}

@media (min-width: 640px) {
  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[50rem\] {
    left: 50rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
