*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --background: 210 20% 93%;
  --foreground: 222 47% 11%;
  --card: 0 0% 98%;
  --card-foreground: 222 47% 11%;
  --popover: 0 0% 98%;
  --popover-foreground: 222 47% 11%;
  --primary: 174 65% 28%;
  --primary-foreground: 0 0% 100%;
  --secondary: 210 40% 88%;
  --secondary-foreground: 222 47% 11%;
  --muted: 210 35% 90%;
  --muted-foreground: 215 20% 35%;
  --accent: 174 65% 28%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 72% 51%;
  --destructive-foreground: 0 0% 100%;
  --success: 142 76% 36%;
  --success-foreground: 0 0% 100%;
  --warning: 38 92% 50%;
  --warning-foreground: 0 0% 100%;
  --border: 214 32% 80%;
  --input: 214 32% 85%;
  --ring: 174 65% 28%;
  --radius: 0.75rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --navy: 217 60% 10%;
  --navy-light: 220 30% 40%;
  /* Hero uses navy for contrast — teal accents and white text remain readable */
  --hero-dark: 217 60% 10%;
  --teal: 174 65% 42%;
  --teal-light: 174 55% 55%;
  --teal-dark: 174 70% 25%;
  --cream: 40 25% 95%;
  --cream-light: 40 20% 98%;
  --section-beige: 40 25% 96%;
  --section-light-teal: 174 40% 95%;
  --sidebar-background: 210 20% 96%;
  --sidebar-foreground: 222 47% 11%;
  --sidebar-primary: 174 65% 28%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 210 35% 90%;
  --sidebar-accent-foreground: 222 47% 11%;
  --sidebar-border: 214 32% 85%;
  --sidebar-ring: 174 65% 28%;
  --blur-sm: 4px;
  --blur-md: 8px;
  --blur-lg: 16px;
  --blur-xl: 24px;
  --shadow-soft: 0 2px 8px hsl(0 0% 0% / 0.04);
  --shadow-medium: 0 4px 16px hsl(0 0% 0% / 0.08);
  --shadow-strong: 0 8px 32px hsl(0 0% 0% / 0.12);
  --shadow-glow: 0 0 40px hsl(174 65% 50% / 0.2);
  --gradient-teal: linear-gradient(135deg, hsl(174 65% 42%), hsl(174 55% 55%));
  --gradient-cream: linear-gradient(180deg, hsl(0 0% 100%), hsl(0 0% 98%));
  --gradient-ocean: linear-gradient(180deg, hsl(0 0% 100%), hsl(0 0% 98%));
  --gradient-success: linear-gradient(135deg, hsl(142 76% 70%) 0%, hsl(172 66% 65%) 100%);
  --gradient-glass: linear-gradient(135deg, hsl(0 0% 100% / 0.8) 0%, hsl(0 0% 98% / 0.6) 100%);
  --shadow-teal: 0 10px 40px -10px hsl(174 65% 42% / 0.15);
  --shadow-elegant: 0 20px 60px -15px hsl(0 0% 0% / 0.08);
  --icon-static: 174 65% 28%;
  --touch-target: 44px;
  --mobile-padding: 1rem;
  --primary-hover: 174 65% 24%;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  /* Section spacing: 8pt scale — desktop 96px, mobile 64px */
  --section-padding-y: 4rem;
  --section-padding-y-md: 6rem;
  --leading-body: 1.65;
  --leading-heading: 1.2;
  --tracking-heading: -0.02em;
  /* Type scale (5–6 sizes for marketing) */
  --text-hero: clamp(1.75rem, 4.5vw, 4rem);
  --text-section: clamp(2rem, 3.5vw, 3.25rem);
  --text-card: 1.125rem;
  --text-body: 1rem;
  --text-label: 0.875rem;
  --text-caption: 0.75rem;
  /* Section variety for alternating rhythms */
  --section-accent-1: 174 65% 28%;
  --section-accent-2: 217 60% 10%;
  --section-bg-cream: 40 25% 95%;
  --section-bg-teal: 174 65% 28%;
  --section-bg-navy: 217 60% 10%;
  --section-bg-white: 0 0% 100%;
  /* Mobile layout: WaiterAid-style whitespace and bedding */
  --mobile-content-padding-x: 2rem;
  --mobile-content-padding-x-lg: 2rem;
  --mobile-section-padding-y: 4rem;
  --mobile-gutter: 1rem;
  --mobile-section: 3rem;
  --mobile-section-lg: 4rem;
  --mobile-card-gap: 1rem;
  --mobile-card-padding: 1.25rem;
  --mobile-card-padding-lg: 1.5rem;
  --mobile-section-gap: 3.5rem;
  --mobile-section-gap-lg: 4rem;
  --mobile-label-heading-gap: 1rem;
  --mobile-heading-body-gap: 1.5rem;
  --mobile-content-max-width: 20rem;
  --mobile-content-max-width-sm: 18rem;
}

* {
  border-color: hsl(var(--border));
}

body {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: var(--text-body);
  line-height: var(--leading-body);
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

@media (max-width: 1023px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.6;
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .marketing-theme h2 {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .marketing-theme h3 {
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .section-label {
    letter-spacing: 0.12em;
  }
}

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: hsl(var(--muted-foreground));
}

html {
  height: -webkit-fill-available;
}

.prose {
  color: hsl(var(--foreground));
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  color: hsl(var(--foreground));
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.marketing-theme h1, .marketing-theme h2, .marketing-theme h3, .marketing-theme h4, .marketing-theme h5, .marketing-theme h6 {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.prose p {
  margin-bottom: 1em;
  line-height: 1.7;
  color: hsl(var(--foreground));
}

.prose a {
  color: hsl(var(--primary));
  text-decoration: underline;
}

.card-elevated {
  box-shadow: var(--shadow-strong);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-elevated:hover {
  box-shadow: var(--shadow-elegant);
}

@media (hover: hover) {
  .card-elevated:hover {
    transform: translateY(-4px);
  }
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 1400px) {
  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}

.\!btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: var(--space-2) var(--space-4) !important;
  border-radius: var(--radius) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  border: none !important;
  min-height: var(--touch-target) !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  min-height: var(--touch-target);
}

.btn-secondary-on-dark {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: white;
}

.btn-secondary-on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

.\!input {
  width: 100% !important;
  padding: var(--space-3) var(--space-4) !important;
  border: 1px solid hsl(var(--border)) !important;
  border-radius: var(--radius) !important;
  font-size: 1rem !important;
  transition: border-color 0.15s ease !important;
  min-height: var(--touch-target) !important;
}

.input {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  font-size: 1rem;
  transition: border-color 0.15s ease;
  min-height: var(--touch-target);
}

.\!input:focus {
  outline: none !important;
  border-color: hsl(var(--primary)) !important;
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.1) !important;
}

.input:focus {
  outline: none;
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.1);
}

.card {
  background: hsl(var(--card));
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-soft);
  border: 1px solid hsl(var(--border));
  transition: box-shadow 0.2s ease;
}

.card:hover {
  box-shadow: var(--shadow-medium);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-12 {
  top: -3rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-\[19px\] {
  left: 19px;
}

.right-0 {
  right: 0px;
}

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

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-6 {
  top: 1.5rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

.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-12 {
  margin-top: 3rem;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

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

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

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

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1em\] {
  height: 1em;
}

.h-\[min\(75vw\2c 280px\)\] {
  height: min(75vw,280px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-0 {
  min-height: 0px;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.min-h-\[180px\] {
  min-height: 180px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-\[56px\] {
  min-height: 56px;
}

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

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

.w-0\.5 {
  width: 0.125rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-\[1em\] {
  width: 1em;
}

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

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

.w-\[min\(75vw\2c 280px\)\] {
  width: min(75vw,280px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[44px\] {
  min-width: 44px;
}

.min-w-\[600px\] {
  min-width: 600px;
}

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

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-\[42\%\] {
  --tw-translate-x: -42%;
  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-1\/2 {
  --tw-translate-y: -50%;
  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-\[38\%\] {
  --tw-translate-y: 38%;
  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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-px {
  gap: 1px;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

.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-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(var(--border));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.break-words {
  overflow-wrap: break-word;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

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

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

.border-dashed {
  border-style: dashed;
}

.border-border {
  border-color: hsl(var(--border));
}

.border-border\/50 {
  border-color: hsl(var(--border) / 0.5);
}

.border-border\/60 {
  border-color: hsl(var(--border) / 0.6);
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-primary {
  border-color: hsl(var(--primary));
}

.border-primary\/10 {
  border-color: hsl(var(--primary) / 0.1);
}

.border-primary\/20 {
  border-color: hsl(var(--primary) / 0.2);
}

.border-primary\/30 {
  border-color: hsl(var(--primary) / 0.3);
}

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

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}

.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-teal\/40 {
  border-color: hsl(var(--teal) / 0.4);
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.bg-\[hsl\(var\(--cream\)\)\] {
  background-color: hsl(var(--cream));
}

.bg-\[hsl\(var\(--navy\)\)\] {
  background-color: hsl(var(--navy));
}

.bg-\[hsl\(var\(--primary\)\)\] {
  background-color: hsl(var(--primary));
}

.bg-\[hsl\(var\(--section-light-teal\)\)\] {
  background-color: hsl(var(--section-light-teal));
}

.bg-background {
  background-color: hsl(var(--background));
}

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

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

.bg-border {
  background-color: hsl(var(--border));
}

.bg-card {
  background-color: hsl(var(--card));
}

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

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-muted {
  background-color: hsl(var(--muted));
}

.bg-muted\/40 {
  background-color: hsl(var(--muted) / 0.4);
}

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

.bg-primary {
  background-color: hsl(var(--primary));
}

.bg-primary-foreground {
  background-color: hsl(var(--primary-foreground));
}

.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}

.bg-primary\/15 {
  background-color: hsl(var(--primary) / 0.15);
}

.bg-primary\/20 {
  background-color: hsl(var(--primary) / 0.2);
}

.bg-primary\/25 {
  background-color: hsl(var(--primary) / 0.25);
}

.bg-primary\/30 {
  background-color: hsl(var(--primary) / 0.3);
}

.bg-primary\/40 {
  background-color: hsl(var(--primary) / 0.4);
}

.bg-primary\/5 {
  background-color: hsl(var(--primary) / 0.05);
}

.bg-primary\/50 {
  background-color: hsl(var(--primary) / 0.5);
}

.bg-primary\/60 {
  background-color: hsl(var(--primary) / 0.6);
}

.bg-primary\/70 {
  background-color: hsl(var(--primary) / 0.7);
}

.bg-primary\/80 {
  background-color: hsl(var(--primary) / 0.8);
}

.bg-primary\/90 {
  background-color: hsl(var(--primary) / 0.9);
}

.bg-primary\/\[0\.03\] {
  background-color: hsl(var(--primary) / 0.03);
}

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

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

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}

.bg-teal-dark {
  background-color: hsl(var(--teal-dark));
}

.bg-teal-light\/20 {
  background-color: hsl(var(--teal-light) / 0.2);
}

.bg-teal\/20 {
  background-color: hsl(var(--teal) / 0.2);
}

.bg-teal\/30 {
  background-color: hsl(var(--teal) / 0.3);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

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

.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

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

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

.align-super {
  vertical-align: super;
}

.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-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.35em\] {
  font-size: 0.35em;
}

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

.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-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-none {
  line-height: 1;
}

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

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

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

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

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

.text-card-foreground {
  color: hsl(var(--card-foreground));
}

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

.text-foreground {
  color: hsl(var(--foreground));
}

.text-foreground\/70 {
  color: hsl(var(--foreground) / 0.7);
}

.text-foreground\/90 {
  color: hsl(var(--foreground) / 0.9);
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-muted-foreground\/80 {
  color: hsl(var(--muted-foreground) / 0.8);
}

.text-primary {
  color: hsl(var(--primary));
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.text-primary\/50 {
  color: hsl(var(--primary) / 0.5);
}

.text-primary\/80 {
  color: hsl(var(--primary) / 0.8);
}

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

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

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.underline {
  text-decoration-line: underline;
}

.accent-primary {
  accent-color: hsl(var(--primary));
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-95 {
  opacity: 0.95;
}

.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_-4px_16px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 -4px 16px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 -4px 16px 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-\[0_4px_24px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 4px 24px 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-\[var\(--shadow-elegant\)\] {
  --tw-shadow-color: var(--shadow-elegant);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[var\(--shadow-medium\)\] {
  --tw-shadow-color: var(--shadow-medium);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[var\(--shadow-soft\)\] {
  --tw-shadow-color: var(--shadow-soft);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --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-2 {
  --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);
}

.ring-4 {
  --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(4px + 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-\[hsl\(var\(--section-light-teal\)\)\] {
  --tw-ring-color: hsl(var(--section-light-teal));
}

.ring-primary\/20 {
  --tw-ring-color: hsl(var(--primary) / 0.2);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

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

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

.running {
  animation-play-state: running;
}

/* WaiterAid-style narrow content column for mobile */

/* Stacked CTA buttons, full-width in column */

/* Minimum 44px touch target for interactive elements (WCAG 2.5.5) */

/* Orbital section — WaiterAid-style floating icons */

/* Mobile horizontal scroll: hide scrollbar but keep touch scroll */

/* Inline SVG icons: sizing (icons replaced at build, no iconoir) */

.icon-badge svg {
  color: white;
}

.icon-badge.bg-white\/20 svg {
  color: hsl(var(--primary));
}

/* Smaller inline icons (was icon-body) */

.icon-body {
  font-size: 1.125rem;
}

/* Definition of the design system. All colors, gradients, fonts, etc should be defined here.
All colors MUST be HSL.
*/

/* Mobile: restrained touch feedback — feels native, not gimmicky */

@media (max-width: 1023px) {
  .btn, .btn-primary, .btn-secondary,
  a[href="/buy"], a.hero-cta-btn, a.primary-cta,
  button.platform-showcase-prev, button.platform-showcase-next,
  button.platform-showcase-dot, button.customise-dot, button.testimonial-dot,
  #customise-prev, #customise-next, #testimonial-prev, #testimonial-next {
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.12s ease, opacity 0.12s ease, box-shadow 0.2s ease;
  }

  .btn:active, .btn-primary:active, .btn-secondary:active,
  a[href="/buy"]:active, a.hero-cta-btn:active, a.primary-cta:active {
    transform: scale(0.98);
  }

  button.platform-showcase-prev:active, button.platform-showcase-next:active,
  #customise-prev:active, #customise-next:active,
  #testimonial-prev:active, #testimonial-next:active {
    transform: scale(0.96);
  }

  .sticky-cta-mobile a:active {
    transform: scale(0.98);
  }
}

/* Focus visible: clear ring for keyboard/screen reader users (a11y) */

a:focus-visible,
button:focus-visible,
[type="submit"]:focus-visible,
[type="button"]:focus-visible,
summary:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

.input:focus-visible {
  outline: none;
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.2);
}

/* Ensure native <select> is clickable and usable (preflight sets padding:0; .input restores it) */

select.input {
  pointer-events: auto;
  cursor: pointer;
  /* Avoid iOS zoom when focusing; 16px prevents Safari from zooming in */
}

@media (max-width: 1024px) {
  select.input {
    font-size: 16px;
  }
}

/* Mobile horizontal scroll sections: flex row on mobile, grid on desktop */

@media (max-width: 1023px) {
  .mobile-horizontal-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: calc(-1 * var(--mobile-content-padding-x));
    margin-right: calc(-1 * var(--mobile-content-padding-x));
    padding-left: var(--mobile-content-padding-x);
    padding-right: var(--mobile-content-padding-x);
  }

  .mobile-horizontal-scroll.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mobile-horizontal-scroll.scrollbar-hide::-webkit-scrollbar {
    display: none;
  }

  .mobile-horizontal-scroll > * {
    flex-shrink: 0;
    width: 85vw;
    max-width: 320px;
    scroll-snap-align: center;
  }
}

@media (min-width: 1024px) {
  .mobile-horizontal-scroll {
    display: grid;
  }

  .mobile-horizontal-scroll > * {
    flex-shrink: unset;
    width: auto;
    max-width: none;
  }
}

/* Main content: padding for sticky CTA on mobile */

@media (max-width: 1023px) {
  .main-with-sticky-cta {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .main-with-sticky-cta.at-final-cta {
    padding-bottom: 0;
  }
}

/* Marketing theme: match platform dashboards (Student / Manager). Use .marketing-theme on body. */

.marketing-theme {
  --page-bg: #f3f4f6;
  --card-bg: #ffffff;
  --dashboard-border: #e5e7eb;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
  --text-1: #111827;
  --text-2: #6b7280;
  --text-3: #9ca3af;
  --radius: 12px;
  background: var(--page-bg);
  min-width: 0;
  /* Darker brand teal as primary */
  --primary: 174 65% 28%;
  --primary-hover: 174 65% 24%;
  --background: 220 9% 96%;
  --card: 0 0% 100%;
  --foreground: 222 47% 11%;
  --border: 220 13% 91%;
}

.dark .marketing-theme,
.dark-mode .marketing-theme {
  --page-bg: hsl(220 35% 12%);
  --card-bg: hsl(220 30% 15%);
  --dashboard-border: hsl(220 20% 25%);
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
  --text-1: hsl(210 20% 92%);
  --text-2: hsl(210 15% 75%);
  --text-3: hsl(210 15% 65%);
  --background: 220 35% 12%;
  --card: 220 30% 15%;
  --foreground: 210 20% 92%;
  --border: 220 20% 25%;
}

.manager-dashboard-card {
  border-radius: var(--radius, 1rem);
  box-shadow: var(--shadow-soft);
  transition: box-shadow 0.15s ease;
  background: var(--card-bg);
}

.manager-dashboard-card:hover {
  box-shadow: var(--shadow-medium);
}

.marketing-card-highlight {
  border-radius: var(--radius, 1rem);
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: var(--shadow-medium);
}

.screenshot-card {
  border-radius: 1rem;
  box-shadow: var(--shadow-medium);
  background: var(--card-bg);
  overflow: hidden;
  transform: rotate(-1deg);
}

/* Alias: manager-grid-section-label same as section-label */

.manager-grid-section-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: hsl(var(--muted-foreground));
}

.marketing-section-body {
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.marketing-feature-item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid hsl(var(--border));
}

.marketing-feature-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Card components: card-elevated (replaces moodle-card), icon-badge, section-accent. moodle-* kept as aliases. */

.moodle-card,
.card-elevated {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

.moodle-card:hover,
.card-elevated:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (hover: hover) {
  .moodle-card:hover,
  .card-elevated:hover {
    transform: translateY(-2px);
  }
}

.moodle-card,
.card-elevated {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: hsl(var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary-foreground));
  flex-shrink: 0;
}

.moodle-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary));
  flex-shrink: 0;
}

.section-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
}

.section-accent--top-right {
  top: -100px;
  right: -100px;
  background: hsl(var(--primary) / 0.2);
}

.section-accent--bottom-right {
  bottom: -100px;
  right: -100px;
  background: hsl(var(--primary) / 0.15);
}

/* Section accent variant: light background on dark sections */

.section-accent--top-right.section-accent--bg-foreground {
  background: hsl(var(--primary-foreground) / 0.15);
}

/* Safe area insets (replace inline styles for notches/home indicator) */

.safe-area-top {
  padding-top: env(safe-area-inset-top);
}

.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom, 1rem);
}

.safe-area-bottom-0 {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Text balance for headings (replace inline style) */

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

/* About page hero image max height */

.about-hero-max-h {
  max-height: 600px;
}

.moodle-semicircle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
}

.moodle-semicircle--top-right {
  top: -100px;
  right: -100px;
  background: hsl(var(--primary) / 0.2);
}

.moodle-semicircle--bottom-right {
  bottom: -100px;
  right: -100px;
  background: hsl(var(--primary) / 0.15);
}

/* Card hierarchy: stat (bolder numerals), feature (icon + short copy), cta (link cards with imagery) */

.card-stat {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

@media (max-width: 1023px) {
  .card-stat {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
  }

  section[aria-label="Revenue Impact"] .card-stat,
  section[aria-label="Branded Training Portal"] .card-stat {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid hsl(var(--border));
  }
}

.card-stat:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-feature {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

@media (max-width: 1023px) {
  .card-feature {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 1rem;
  }

  .card-feature .icon-badge {
    width: 40px;
    height: 40px;
  }

  .card-feature .icon-badge svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.card-feature:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-cta {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

@media (max-width: 1023px) {
  .card-cta {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
  }
}

.card-cta:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Split background — Bridging the Gap: stronger contrast, subtle gradient (no hard 50/50) */

.split-bg-primary {
  background: linear-gradient(105deg, hsl(var(--cream)) 0%, hsl(var(--cream)) 45%, hsl(var(--cream) / 0.95) 50%, hsl(var(--teal-dark) / 0.15) 55%, hsl(var(--section-light-teal)) 100%);
}

.split-bg-beige-teal {
  background: linear-gradient(105deg, hsl(var(--cream)) 0%, hsl(var(--cream)) 45%, hsl(var(--cream) / 0.95) 50%, hsl(var(--teal-dark) / 0.15) 55%, hsl(var(--section-light-teal)) 100%);
}

section.hero-section-dark,
.hero-section-dark {
  background-color: hsl(var(--hero-dark));
  background: radial-gradient(ellipse 80% 60% at 50% 0%, hsl(174 65% 42% / 0.12) 0%, transparent 50%), hsl(var(--hero-dark));
}

/* Solid background (no gradient) for hero sections that need a flat color */

.hero-section-dark.hero-bg-solid {
  background: hsl(var(--hero-dark));
}

/* Platform teal solid background for hero (e.g. pricing) */

.hero-section-dark.hero-bg-teal {
  background: hsl(var(--primary));
}

/* Pricing hero: solid teal (centered layout in HTML) */

.hero-section-dark.hero-bg-teal.hero-pricing {
  background: hsl(var(--primary));
}

/* Solid hero (centered, pill CTA) — no navy/blue-black background */

.hero-solid.hero-with-video {
  background: transparent;
}

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

.hero-solid.hero-with-video .hero-content {
  justify-content: center;
}

.hero-solid .hero-headline {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.15;
}

@media (min-width: 768px) {
  .hero-solid .hero-headline {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }
}

.hero-cta-pill {
  border-radius: 9999px;
}

/* Light hero (two-column, homepage) — clean, restrained */

.hero-section-light {
  background: hsl(var(--background));
}

.hero-section-light .hero-content {
  animation: heroFadeIn 0.5s ease forwards;
}

.hero-section-light .hero-headline-light {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  letter-spacing: -0.02em;
}

.hero-section-light .hero-headline-light .text-primary {
  color: hsl(var(--primary)) !important;
  font-weight: 700;
}

.font-display {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero-headline-light {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero-cta-primary:hover {
  opacity: 0.92;
}

.hero-cta-primary:focus-visible,
.hero-cta-secondary:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

.hero-section-light .hero-mockup-window {
  background: hsl(var(--card));
}

/* People illustration above headline, left-aligned */

.hero-headline-with-art .hero-headline-art {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

.hero-section-light .hero-trust-strip {
  background: hsl(var(--primary));
  border-color: hsl(var(--primary) / 0.5);
}

/* Mobile: full-bleed teal (no white corners), avoid cropping */

@media (max-width: 1023px) {
  .hero-section-light {
    overflow: visible;
  }

  .hero-section-light .hero-trust-strip {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: var(--mobile-content-padding-x, 1rem);
    padding-right: var(--mobile-content-padding-x, 1rem);
    box-sizing: border-box;
  }

  .hero-section-light .hero-trust-strip .max-w-7xl {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  /* Collaboration partners strip: same full-bleed so bg-primary/5 extends edge-to-edge on mobile */

  .hero-section-light .collaboration-partners-strip {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: var(--mobile-content-padding-x, 1rem);
    padding-right: var(--mobile-content-padding-x, 1rem);
    box-sizing: border-box;
  }
}

.hero-section-light .hero-trust-strip .hero-trust-item {
  transition: transform 0.2s ease, color 0.2s ease;
}

.hero-section-light .hero-trust-strip .hero-trust-item:hover {
  transform: translateY(-2px);
}

.hero-section-light .hero-trust-strip .hero-trust-icon-wrap {
  background: hsl(0 0% 100% / 0.2);
  border: 1px solid hsl(0 0% 100% / 0.3);
  box-shadow: 0 2px 8px hsl(0 0% 0% / 0.1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-section-light .hero-content {
    animation: none;
    opacity: 1;
  }

  .hero-section-light .hero-trust-strip .hero-trust-item:hover {
    transform: none;
  }
}

/* Hero with full-screen video background (homepage) */

.hero-with-video {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
}

/* On mobile: allow hero to grow so content isn't cramped; use dynamic viewport */

@media (max-width: 1023px) {
  .hero-with-video {
    height: auto;
    min-height: 100dvh;
    min-height: 100vh;
  }
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  min-height: 100%;
  height: 100%;
}

.hero-with-video .hero-video-wrap {
  min-height: 100%;
}

@media (max-width: 1023px) {
  .hero-with-video .hero-video-wrap {
    height: 100%;
    min-height: 100%;
  }
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.65));
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-with-video .hero-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.82));
  }
}

/* Hero trust line: plain text, no pill — mobile only */

@media (max-width: 1023px) {
  .hero-trust-line {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.75rem;
  }
}

.hero-content {
  opacity: 0;
  animation: heroFadeIn 0.6s ease forwards;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content {
    animation: none;
    opacity: 1;
  }
}

.hero-badge-gold {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary) / 0.4);
  background: hsl(var(--primary) / 0.08);
}

.hero-badge-gold:hover {
  opacity: 0.9;
}

.hero-headline {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: var(--tracking-heading, -0.02em);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-headline-label {
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.95;
  display: block;
  margin-bottom: 0.15em;
}

.hero-subtext {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(1.125rem, 1.25rem, 1.375rem);
  line-height: 1.5;
  opacity: 0.9;
}

.hero-cta {
  background: #fff;
  color: #0f172a;
}

.hero-cta:hover {
  background: #f1f5f9;
  transform: scale(1.02);
}

.hero-cta:active {
  transform: scale(0.98);
}

@media (max-width: 640px) {
  .hero-headline {
    font-size: clamp(1.75rem, 6vw, 2rem);
    line-height: 1.15;
  }

  .hero-headline-label {
    margin-bottom: 0.2em;
  }

  .hero-subtext {
    font-size: 1rem;
    line-height: 1.55;
  }
}

/* Video hero: mobile headline scale and text-shadow */

@media (max-width: 1023px) {
  .hero-with-video .hero-headline {
    font-size: clamp(2rem, 8vw, 2.5rem);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  }
}

/* Frontpage video hero: text at bottom, smaller headline (overrides generic .hero-headline) */

.hero-with-video .hero-content {
  justify-content: flex-end;
}

.hero-with-video .hero-headline {
  font-size: 1.35rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .hero-with-video .hero-headline {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
  }
}

@media (min-width: 1024px) {
  .hero-with-video .hero-headline {
    font-size: clamp(2rem, 4vw, 3.25rem);
  }
}

/* Mobile hero: minimal, video in focus — headline + CTA only, bottom-aligned */

@media (max-width: 767px) {
  .hero-with-video .hero-content {
    padding-top: 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
    justify-content: flex-end;
  }

  .hero-with-video .hero-headline {
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.2;
  }

  .hero-with-video .hero-cta-btn {
    min-height: 48px;
    width: 100%;
    max-width: 20rem;
  }

  .hero-with-video .hero-content > p {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .hero-with-video .hero-content .hero-badges-row {
    margin-bottom: 2rem;
  }
}

/* Mobile layout: consistent content gutter and section padding (Moodle-style) */

@media (max-width: 1023px) {
  header .max-w-7xl {
    padding-left: var(--mobile-content-padding-x);
    padding-right: var(--mobile-content-padding-x);
  }

  .hero-with-video .hero-content {
    padding-left: var(--mobile-content-padding-x);
    padding-right: var(--mobile-content-padding-x);
  }

  #main-content section:not(.hero-with-video) {
    padding-left: var(--mobile-content-padding-x);
    padding-right: var(--mobile-content-padding-x);
    padding-top: var(--mobile-section-padding-y);
    padding-bottom: var(--mobile-section-padding-y);
  }

  /* Inner containers use section gutter so avoid double padding */

  #main-content section:not(.hero-with-video) .max-w-7xl,
  #main-content section:not(.hero-with-video) .max-w-2xl,
  #main-content section:not(.hero-with-video) .max-w-3xl,
  #main-content section:not(.hero-with-video) .max-w-4xl {
    padding-left: 0;
    padding-right: 0;
  }

  footer .max-w-7xl {
    padding-left: var(--mobile-content-padding-x);
    padding-right: var(--mobile-content-padding-x);
  }

  /* Hero sections (non-video): same gutter, left-align content on mobile */

  #main-content section.hero-section-dark:not(.hero-with-video) {
    padding-left: var(--mobile-content-padding-x);
    padding-right: var(--mobile-content-padding-x);
  }

  #main-content section.hero-section-dark:not(.hero-with-video) .grid {
    text-align: left;
    justify-items: start;
  }

  #main-content section.hero-section-dark:not(.hero-with-video) .grid > * {
    text-align: left;
  }
}

/* Hero light (Marvelous Destinations-style two-column hero) */

.hero-light {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero-light-headline {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  letter-spacing: -0.025em;
}

/* AI Features page: headline uses Inter to match product/dashboard UI in hero image */

.page-ai-lms .font-ai-hero {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Origin Light theme: optional per-page overrides (hero background, circle stroke) */

.page-ai-lms,
.theme-origin-light {
  --theme-hero-bg: #e0f2fe;
  --theme-hero-circle-stroke: #0ea5e9;
}

/* Blue striped circle in hero: lower opacity so text stays readable */

.theme-hero-stripes {
  opacity: 0.21;
}

/* AI LMS / Origin Light feature sections: responsive padding and gap (mobile smaller, desktop generous) */

.page-ai-lms .ai-lms-section,
.theme-origin-light .theme-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .page-ai-lms .ai-lms-section,
  .theme-origin-light .theme-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .page-ai-lms .ai-lms-section,
  .theme-origin-light .theme-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.page-ai-lms .ai-lms-section-inner,
.theme-origin-light .theme-section-inner {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.page-ai-lms .ai-lms-section-grid,
.theme-origin-light .theme-section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .page-ai-lms .ai-lms-section-grid,
  .theme-origin-light .theme-section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

/* 1:1 Visual frame: dark grey/black rounded rectangle, soft shadow, inner white content area */

.page-ai-lms .ai-lms-visual-frame,
.theme-origin-light .theme-visual-frame {
  width: 100%;
  border-radius: 1rem;
  background: #1a1a1a;
  padding: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
}

@media (min-width: 640px) {
  .page-ai-lms .ai-lms-visual-frame,
  .theme-origin-light .theme-visual-frame {
    padding: 1.5rem;
    border-radius: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .page-ai-lms .ai-lms-visual-frame,
  .theme-origin-light .theme-visual-frame {
    padding: 1.75rem;
    border-radius: 1.25rem;
  }
}

/* Inner white content area (reference: "white content area inside dark frame") */

.page-ai-lms .ai-lms-visual-inner,
.theme-origin-light .theme-visual-inner {
  width: 100%;
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
}

@media (min-width: 640px) {
  .page-ai-lms .ai-lms-visual-inner,
  .theme-origin-light .theme-visual-inner {
    border-radius: 0.625rem;
  }
}

.page-ai-lms .ai-lms-visual-inner img,
.theme-origin-light .theme-visual-inner img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/* Dark sections: dark blue frame with subtle ray pattern */

.page-ai-lms .ai-lms-section.bg-slate-900 .ai-lms-visual-frame,
.theme-origin-light .theme-section.bg-slate-900 .theme-visual-frame {
  background: #0f172a;
  background-image: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(56, 189, 248, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(148, 163, 184, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.page-ai-lms .ai-lms-section.bg-slate-900 .ai-lms-visual-inner,
.theme-origin-light .theme-section.bg-slate-900 .theme-visual-inner {
  background: #1e293b;
}

/* Callout: thin light blue vertical line (reference Content personalization) */

.page-ai-lms .ai-lms-callout,
.theme-origin-light .theme-callout {
  border-left: 3px solid #38bdf8;
  padding-left: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .hero-light-headline {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  /* AI LMS hero: keep Tailwind responsive scale (text-5xl = 3rem on mobile) for 1:1 with reference */

  .page-ai-lms .hero-light-headline {
    font-size: 3rem;
    line-height: 1.1;
  }
}

/* Skip to main content: visually hidden until focused (a11y) */

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  padding: var(--space-3) var(--space-4);
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-weight: 600;
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

/* Nav current-page state: highlight the link that matches the body page class */

.page-home .nav-link-home,
.page-features .nav-link-features,
.page-pricing .nav-link-pricing,
.page-iba-certification .nav-link-iba-certification,
.page-platform .nav-link-platform,
.page-ai-lms .nav-link-ai-lms,
.page-white-label-lms .nav-link-white-label-lms,
.page-hospitality-platform .nav-link-hospitality-platform,
.page-employee-training .nav-link-employee-training,
.page-onboarding-training .nav-link-onboarding-training,
.page-hotel-training .nav-link-hotel-training,
.page-restaurant-training .nav-link-restaurant-training,
.page-bar-training .nav-link-bar-training,
.page-bartender-course .nav-link-bartender-course,
.page-help-center .nav-link-help-center,
.page-about .nav-link-about {
  font-weight: 600;
  color: hsl(var(--primary));
}

/* About founders: keep Alvin's photo at original brightness (avoids dark export/color profile) */

.page-about .about-founder-img-alvin {
  filter: brightness(1.2) contrast(1.05);
}

/* Header: prevent clipping dropdowns, stable layout. translateZ(0) keeps header in its own compositing layer so it stays visible when scrolling (fixes hamburger disappearing on scroll). */

header.fixed {
  overflow: visible;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

header.fixed > div {
  overflow: visible;
  flex-wrap: nowrap;
}

/* Nav center: don't shrink into overlap with logo or CTAs */

header > div > nav {
  flex-shrink: 0;
  min-width: 0;
}

header > div > div:last-of-type {
  flex-shrink: 0;
}

/* Nav when scrolled: subtle backdrop and shadow (no layout shift) */

.nav-scrolled {
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 hsl(0 0% 0% / 0.05);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

/* Mobile: stronger backdrop and shadow on scroll */

@media (max-width: 1023px) {
  .nav-scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 3px hsl(0 0% 0% / 0.08);
  }
}

.laptop-mockup {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.laptop-mockup::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 50%, #64748b 100%);
  border-radius: 12px;
  z-index: -1;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.laptop-screen {
  position: relative;
  background: hsl(var(--hero-dark));
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
}

.laptop-screen img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Pricing period toggle: dot position */

.pricing-period-switch .pricing-period-dot {
  transform: translateX(0);
}

.pricing-period-switch.pricing-switch-checked .pricing-period-dot {
  transform: translateX(1.5rem);
}

/* Nav dropdowns: hidden by default, show on hover or when open (click/tap) */

.nav-dropdown-panel {
  display: none;
  margin-top: 0;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 2px;
  margin-top: 0.5rem;
  min-width: 100%;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown.open .nav-dropdown-panel {
  display: block;
  animation: nav-dropdown-enter 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-dropdown:hover .nav-dropdown-panel,
  .nav-dropdown.open .nav-dropdown-panel {
    animation: none;
  }
}

@keyframes nav-dropdown-enter {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-dropdown-panel-inner {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.07), 0 10px 25px -5px rgb(0 0 0 / 0.08), 0 0 0 1px rgb(0 0 0 / 0.03);
  padding: 0.5rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.nav-dropdown-group-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(var(--muted-foreground));
  padding: 0.5rem 0.75rem 0.25rem;
}

.nav-dropdown-group-label-spacer {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid hsl(var(--border) / 0.6);
}

.nav-dropdown-links {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.nav-dropdown-link {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  border-radius: 0.5rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-dropdown-link:hover {
  background: hsl(var(--muted) / 0.7);
  color: hsl(var(--primary));
}

.nav-dropdown-trigger,
.nav-dropdown-trigger-btn {
  cursor: pointer;
}

.nav-dropdown-trigger-btn:hover {
  background: hsl(var(--muted) / 0.6);
  color: hsl(var(--foreground));
}

.nav-dropdown.open .nav-dropdown-chevron,
.nav-dropdown:hover .nav-dropdown-chevron {
  transform: rotate(180deg);
}

/* Bridge when open so moving from trigger to panel doesn't fire mouseleave */

.nav-dropdown.open::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 320px;
  z-index: 999;
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .nav-desktop {
    display: none;
  }
}

/* Mobile hamburger menu: full-viewport panel with scroll and safe areas */

.nav-mobile-details {
  position: relative;
  z-index: 9999;
}

.nav-mobile-summary {
  cursor: pointer;
}

.nav-mobile-details summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 0.2s ease, color 0.2s ease;
  outline: none;
}

.nav-mobile-details summary:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

.nav-mobile-details summary::-webkit-details-marker {
  display: none;
}

.nav-mobile-details .nav-mobile-icon-close {
  display: none;
}

.nav-mobile-details .nav-mobile-icon-open {
  display: block;
}

.nav-mobile-details[open] .nav-mobile-icon-close,
.nav-mobile-details.nav-mobile-open .nav-mobile-icon-close {
  display: block;
}

.nav-mobile-details[open] .nav-mobile-icon-open,
.nav-mobile-details.nav-mobile-open .nav-mobile-icon-open {
  display: none;
}

.nav-mobile-details[open] summary,
.nav-mobile-details.nav-mobile-open summary {
  background-color: hsl(var(--muted));
}

/* Backdrop when menu is open (inserted by JS) */

.nav-mobile-backdrop {
  position: fixed;
  inset: 0;
  top: calc(4rem + env(safe-area-inset-top, 0px));
  z-index: 9998;
  background: rgba(0, 0, 0, 0.35);
  animation: nav-mobile-fade 0.2s ease-out;
}

@keyframes nav-mobile-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-mobile-backdrop {
    animation: none;
  }
}

/* Lock body scroll when mobile menu is open */

body.nav-mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

/* JS-controlled open state; also support [open] for no-JS fallback */

.nav-mobile-details:not(.nav-mobile-open):not([open]) .nav-mobile-panel {
  display: none !important;
}

.nav-mobile-details.nav-mobile-open .nav-mobile-panel,
.nav-mobile-details[open] .nav-mobile-panel,
.nav-mobile-panel.nav-mobile-panel-is-open {
  display: block !important;
}

.nav-mobile-panel {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: calc(4rem + env(safe-area-inset-top, 0px));
  bottom: 0;
  width: 100%;
  max-height: calc(100vh - 4rem - env(safe-area-inset-top, 0px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  border-radius: 0;
  border-top: 1px solid hsl(var(--border));
  box-shadow: 0 20px 40px -12px rgb(0 0 0 / 0.15);
  padding: 1.25rem var(--mobile-content-padding-x);
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  animation: nav-mobile-slide 0.25s ease-out;
}

@keyframes nav-mobile-slide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-mobile-panel {
    animation: none;
  }
}

.nav-mobile-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nav-mobile-panel-section {
  margin-bottom: 1rem;
}

.nav-mobile-panel-section:last-of-type {
  margin-bottom: 0;
}

.nav-mobile-panel-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--muted-foreground));
  padding: 0.5rem 0.75rem 0.375rem;
  margin-bottom: 0.125rem;
}

.nav-mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  border-radius: 0.5rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-mobile-panel a:hover {
  background: hsl(var(--muted));
  color: hsl(var(--primary));
}

.nav-mobile-panel .nav-mobile-signout {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  font-family: inherit;
}

.nav-mobile-panel .nav-mobile-signout:hover {
  background: hsl(var(--muted));
  color: hsl(var(--primary));
}

.nav-mobile-panel .nav-mobile-ctas {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid hsl(var(--border));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nav-mobile-panel .nav-mobile-ctas a:not(.primary-cta) {
  min-height: 44px;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

.nav-mobile-panel a.primary-cta {
  justify-content: center;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-weight: 600;
  min-height: 48px;
  padding: 0.75rem 1rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
}

.nav-mobile-panel a.primary-cta:hover {
  opacity: 0.95;
}

@media (min-width: 1024px) {
  .nav-mobile-toggle {
    display: none;
  }

  .nav-mobile-panel {
    display: none;
  }
}

/* Social Proof Bar: compact 1-row endless marquee, minimal blue height (py-2 on section) */

.social-proof-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.social-proof-marquee-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1rem;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  animation: social-proof-marquee 30s linear infinite;
}

.social-proof-chip {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1023px) {
  .social-proof-chip {
    letter-spacing: 0.05em;
  }

  .social-proof-bar {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.social-proof-sep {
  font-size: 0.5rem;
  opacity: 0.6;
}

@keyframes social-proof-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .social-proof-marquee-track {
    animation: none;
  }
}

/* Two-tone cards (NeverForget + AI): horizontal scroll, compact cards on mobile */

@media (max-width: 1023px) {
  .two-tone-cards-section .mobile-horizontal-scroll > * {
    width: 85vw;
    max-width: none;
    /* Full 85vw for content cards */
    scroll-snap-align: start;
  }

  .two-tone-cards-section .two-tone-card p {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .two-tone-cards-section .mobile-horizontal-scroll > div:first-child.two-tone-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
}

/* How it works: expandable trigger and content */

.how-it-works-summary {
  -webkit-tap-highlight-color: transparent;
}

.how-it-works-expandable[open] .how-it-works-content {
  animation: how-it-works-open 0.25s ease-out;
}

@keyframes how-it-works-open {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 639px) {
  .how-it-works-content .grid {
    gap: 0;
  }

  .how-it-works-step {
    border-bottom: 1px solid hsl(var(--border));
  }

  .how-it-works-step:last-child {
    border-bottom: none;
  }
}

/* Testimonials: mobile blockquote accent and overflow fix */

@media (max-width: 1023px) {
  .testimonial-card {
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
  }

  .testimonial-tag {
    white-space: nowrap;
    font-size: 0.75rem;
  }

  .testimonial-card blockquote {
    border-left: 4px solid hsl(var(--primary));
    padding-left: 1.5rem;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

/* IBA Exclusivity: more visible cards */

section[aria-label="IBA Exclusivity"] .grid > div.rounded-xl {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease;
}

section[aria-label="IBA Exclusivity"] .grid > div.rounded-xl:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Sticky CTA: stronger separation; hide when Final CTA in view */

@media (max-width: 1023px) {
  .sticky-cta-mobile {
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .sticky-cta-mobile.sticky-cta-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

/* Platform showcase: active dot scale */

.platform-showcase-dot.active {
  transform: scale(1.1);
}

/* Customise carousel dots: smaller on mobile */

@media (max-width: 1023px) {
  .customise-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
  }
}

/* Testimonial dots: smaller on mobile */

@media (max-width: 1023px) {
  .testimonial-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
  }
}

/* Scroll reveal: restrained fade-in (only when body has class so no FOUC if JS fails) */

body.scroll-animations-ready .animate-on-scroll:not(.animate-on-scroll-visible) {
  opacity: 0;
  transform: translateY(8px);
}

.animate-on-scroll {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.animate-on-scroll-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    transition: none;
  }

  body.scroll-animations-ready .animate-on-scroll:not(.animate-on-scroll-visible) {
    opacity: 1;
    transform: none;
  }
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-primary\/20:hover {
  border-color: hsl(var(--primary) / 0.2);
}

.hover\:border-primary\/30:hover {
  border-color: hsl(var(--primary) / 0.3);
}

.hover\:bg-\[hsl\(var\(--cream\)\)\]:hover {
  background-color: hsl(var(--cream));
}

.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}

.hover\:bg-primary:hover {
  background-color: hsl(var(--primary));
}

.hover\:bg-primary\/10:hover {
  background-color: hsl(var(--primary) / 0.1);
}

.hover\:bg-primary\/50:hover {
  background-color: hsl(var(--primary) / 0.5);
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:text-foreground\/70:hover {
  color: hsl(var(--foreground) / 0.7);
}

.hover\:text-primary:hover {
  color: hsl(var(--primary));
}

.hover\:text-primary-foreground:hover {
  color: hsl(var(--primary-foreground));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:shadow-lg:hover {
  --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);
}

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

.hover\:shadow-xl:hover {
  --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);
}

.hover\:shadow-\[var\(--shadow-elegant\)\]:hover {
  --tw-shadow-color: var(--shadow-elegant);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-\[var\(--shadow-medium\)\]:hover {
  --tw-shadow-color: var(--shadow-medium);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-primary:focus {
  border-color: hsl(var(--primary));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-primary:focus {
  --tw-ring-color: hsl(var(--primary));
}

.focus\:ring-primary\/20:focus {
  --tw-ring-color: hsl(var(--primary) / 0.2);
}

.focus\:ring-primary\/30:focus {
  --tw-ring-color: hsl(var(--primary) / 0.3);
}

.focus\:ring-primary\/50:focus {
  --tw-ring-color: hsl(var(--primary) / 0.5);
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-primary:focus {
  --tw-ring-offset-color: hsl(var(--primary));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-primary:focus-visible {
  outline-color: hsl(var(--primary));
}

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-primary:focus-visible {
  --tw-ring-color: hsl(var(--primary));
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-primary:focus-visible {
  --tw-ring-offset-color: hsl(var(--primary));
}

.focus-visible\:ring-offset-transparent:focus-visible {
  --tw-ring-offset-color: transparent;
}

.active\:scale-95:active {
  --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));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.group[open] .group-open\:bg-primary {
  background-color: hsl(var(--primary));
}

.group[open] .group-open\:bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}

.group[open] .group-open\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:text-primary {
  color: hsl(var(--primary));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.aria-selected\:bg-white[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.aria-selected\:text-slate-900[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.aria-selected\:shadow-sm[aria-selected="true"] {
  --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);
}

@media not all and (min-width: 1024px) {
  .max-lg\: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;
  }

  .max-lg\:order-1 {
    order: 1;
  }

  .max-lg\:order-2 {
    order: 2;
  }

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:mb-0 {
    margin-bottom: 0px;
  }

  .max-lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .max-lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .max-lg\:mt-12 {
    margin-top: 3rem;
  }

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

  .max-lg\:mt-8 {
    margin-top: 2rem;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-9 {
    height: 2.25rem;
  }

  .max-lg\:min-h-9 {
    min-height: 2.25rem;
  }

  .max-lg\:min-h-\[100px\] {
    min-height: 100px;
  }

  .max-lg\:w-9 {
    width: 2.25rem;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:min-w-0 {
    min-width: 0px;
  }

  .max-lg\:min-w-9 {
    min-width: 2.25rem;
  }

  .max-lg\:max-w-\[20rem\] {
    max-width: 20rem;
  }

  .max-lg\:max-w-\[22rem\] {
    max-width: 22rem;
  }

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

  .max-lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

  .max-lg\:flex-row {
    flex-direction: row;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-start {
    align-items: flex-start;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-start {
    justify-content: flex-start;
  }

  .max-lg\:gap-0 {
    gap: 0px;
  }

  .max-lg\:gap-10 {
    gap: 2.5rem;
  }

  .max-lg\:gap-4 {
    gap: 1rem;
  }

  .max-lg\:gap-8 {
    gap: 2rem;
  }

  .max-lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

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

  .max-lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .max-lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .max-lg\: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));
  }

  .max-lg\:overflow-hidden {
    overflow: hidden;
  }

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

  .max-lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .max-lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .max-lg\:border-0 {
    border-width: 0px;
  }

  .max-lg\:p-0 {
    padding: 0px;
  }

  .max-lg\:p-5 {
    padding: 1.25rem;
  }

  .max-lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .max-lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .max-lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

  .max-lg\:pt-3 {
    padding-top: 0.75rem;
  }

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

  .max-lg\:text-left {
    text-align: left;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-lg\:uppercase {
    text-transform: uppercase;
  }

  .max-lg\:leading-relaxed {
    line-height: 1.625;
  }

  .max-lg\:leading-snug {
    line-height: 1.375;
  }

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

  .max-lg\:text-muted-foreground {
    color: hsl(var(--muted-foreground));
  }

  .max-lg\: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);
  }
}

@media (min-width: 640px) {
  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-\[min\(90vw\2c 520px\)\] {
    height: min(90vw,520px);
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-\[320px\] {
    min-height: 320px;
  }

  .sm\:min-h-\[80vh\] {
    min-height: 80vh;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-\[min\(90vw\2c 520px\)\] {
    width: min(90vw,520px);
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

  .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-row {
    flex-direction: row;
  }

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

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

  .lg\:cursor-default {
    cursor: default;
  }

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

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
