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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

/* Override WP Customizer list styles on custom template pages */

/* Use Tailwind's list-disc, list-decimal classes when bullets are needed */

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

body {
  overflow-x: clip;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  letter-spacing: -0.01em;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Promo banner */

.promo-banner {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.promo-banner__link {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  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;
}

.promo-banner__link:hover {
  --tw-text-opacity: 1;
  color: rgb(205 236 58 / var(--tw-text-opacity, 1));
}

.promo-banner__close {
  position: absolute;
  right: 1rem;
  top: 50%;
  --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));
  padding: 0.25rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.promo-banner__close:hover {
  opacity: 0.7;
}

/* Secondary nav */

/* Primary nav - transparent by default (prevents white flash on front-page) */

.primary-nav {
  position: sticky;
  top: 0px;
  z-index: 50;
  border-bottom-width: 1px;
  border-color: transparent;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Solid header state - applied via PHP on non-front-page, or via JS on scroll */

.primary-nav--solid {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.logo-light {
  display: none;
}

/* WordPress Admin Bar Compensation
     When admin bar is visible, offset sticky header.
     Desktop (>782px): 32px | Mobile (<=782px): 46px */

:root {
  --wp-admin-bar-height: 0px;
}

body.admin-bar .primary-nav {
  top: var(--wp-admin-bar-height);
}

.nav-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

/* Ensure header buttons override any theme button styles (Neve) */

#primary-header button.nav-item,
  .primary-nav button.nav-item {
  background-color: transparent !important;
  border: none !important;
}

.nav-item--active {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

/* Dropdown menus - hidden on mobile, only shown on lg+ */

.nav-dropdown {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
  margin-top: 0.5rem;
  display: none;
  --tw-translate-y: 0.5rem;
  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));
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

@media (min-width: 1024px) {
  .nav-dropdown {
    display: block;
  }
}

.chat-message-float.nav-dropdown--open {
  /* Visible state: expanded with animation */
  visibility: visible;
  max-height: 200px;
  /* large enough for any message */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0.75rem;
  /* Spacing between visible messages only */
  opacity: 1;
  transform: translateY(0);
  animation: messageAppear 0.4s ease-out forwards;
  /* Micro-shadow for stacked appearance */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.chat-message-float.nav-dropdown--open:first-child {
  margin-top: 0;
  /* No top margin on first message */
}

.chat-message-float--ai.nav-dropdown--open {
  box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.1),
      0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-dropdown--open {
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

/* CTA buttons */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Mobile menu */

.mobile-menu {
  position: fixed;
  inset: 0px;
  z-index: 100;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.mobile-menu--open {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile-nav-item {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Hamburger icon */

.hamburger {
  display: flex;
  height: 1.25rem;
  width: 1.5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger__line {
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hamburger--open .hamburger__line:nth-child(1) {
  --tw-translate-y: 0.5rem;
  --tw-rotate: 45deg;
  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));
}

.hamburger--open .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger--open .hamburger__line:nth-child(3) {
  --tw-translate-y: -0.5rem;
  --tw-rotate: -45deg;
  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));
}

/* ============================================
     FOOTER STYLES
     ============================================ */

.site-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

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

.footer-heading {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 600;
  letter-spacing: 0.08em;
}

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

.footer-links li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer-links li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-contact-link {
  --tw-text-opacity: 1;
  color: rgb(205 236 58 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer-contact-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-social-link {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer-social-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-wordmark {
  height: auto;
  width: 100%;
  max-width: 28rem;
  opacity: 0.9;
}

.footer-legal-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer-legal-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ============================================
     HOMEPAGE STYLES
     ============================================ */

/* Hero Section */

.hero-section {
  position: relative;
  overflow: clip;
  background: transparent;
}

/* Smooth fade at bottom of hero gradient */

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  z-index: 1;
  /* Above gradient canvas (z-0) but below content (z-10) */
}

/* Mesh gradient canvas sizing */

#hero-gradient {
  pointer-events: none;
  filter: blur(5px);
  transform: scale(1.01);
  /* Compensate for blur edge softening */
  opacity: 0.85;
}

/* Fallback background when canvas/JS fails to load */

.hero-section:has(#hero-gradient:empty),
  .no-js .hero-section {
  background: linear-gradient(135deg, #f8f5fc 0%, #ffffff 50%, #f3eef9 100%);
}

/* Reduced motion fallback - static purple gradient */

@media (prefers-reduced-motion: reduce) {
  #hero-gradient {
    background: linear-gradient(135deg, #4a2d7a 0%, #7e4dc3 50%, #9b6dd4 100%);
    opacity: 0.15;
  }

  .hero-section {
    background: linear-gradient(135deg, #f8f5fc 0%, #ffffff 50%, #f3eef9 100%);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  --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);
}

.hero-headline {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hero-headline {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .hero-headline {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.hero-headline {
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hero-subheadline {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .hero-subheadline {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.hero-subheadline {
  letter-spacing: -0.01em;
  color: #4a5568;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 236 58 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color: rgb(205 236 58 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.hero-cta:hover {
  --tw-bg-opacity: 0.9;
}

/* Hero Chat Mockup Container (Decagon-style floating) */

.hero-chat-mockup {
  position: relative;
  min-height: 480px;
  padding: 1.5rem;
  /* Constrain width so brackets frame the messages tightly */
  max-width: 460px;
  margin-left: auto;
}

/* Corner bracket decorations */

@keyframes bracketFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Floating messages container */

.chat-messages-floating {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
  scroll-behavior: smooth;
  /* Hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Edge fade mask - top only (bottom stays fully visible) */
  mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 8%,
      black 100%
    );
  -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 8%,
      black 100%
    );
}

/* Inner wrapper for messages */

.chat-messages-inner {
  display: flex;
  flex-direction: column;
  /* No gap - use margin on visible items to avoid spacing collapsed items */
}

.chat-messages-floating::-webkit-scrollbar {
  display: none;
}

/* Base floating message styles */

.chat-message-float {
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  /* Hidden state: collapsed but in layout flow */
  visibility: hidden;
  max-height: 0;
  padding: 0 1rem;
  /* horizontal padding preserved, vertical collapsed */
  opacity: 0;
  transform: translateY(8px);
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.chat-message-float.visible {
  /* Visible state: expanded with animation */
  visibility: visible;
  max-height: 200px;
  /* large enough for any message */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0.75rem;
  /* Spacing between visible messages only */
  opacity: 1;
  transform: translateY(0);
  animation: messageAppear 0.4s ease-out forwards;
  /* Micro-shadow for stacked appearance */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.chat-message-float.visible:first-child {
  margin-top: 0;
  /* No top margin on first message */
}

@keyframes messageAppear {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

/* User messages - semi-transparent white, right aligned */

.chat-message-float--user {
  margin-left: auto;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1rem 1rem 0.25rem 1rem;
  max-width: 85%;
  border: 1px solid rgba(156, 163, 175, 0.4);
}

/* AI messages - soft purple tint with 3D depth, left aligned */

.chat-message-float--ai {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #3d3450;
  background: linear-gradient(
      145deg,
      rgba(245, 240, 250, 0.95) 0%,
      rgba(235, 228, 245, 0.92) 100%
    );
  border-radius: 1rem 1rem 1rem 0.25rem;
  max-width: 90%;
  border: 1px solid rgba(200, 185, 220, 0.5);
  box-shadow: 
      0 2px 8px rgba(80, 50, 120, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Inner glow effect for AI messages */

.chat-message-float--ai.visible {
  box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.1),
      0 2px 4px rgba(0, 0, 0, 0.1);
}

/* AI sparkle icon */

.chat-ai-sparkle {
  margin-top: 0.125rem;
  flex-shrink: 0;
  color: #7e4dc3;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .hero-chat-mockup {
    min-height: 380px;
    padding: 1rem;
  }

  .chat-messages-floating {
    max-width: 100%;
    height: 340px;
    /* Fixed height for mobile */
  }

  .chat-bracket {
    width: 18px;
    height: 18px;
  }
}

/* Respect reduced motion preference */

/* Metric Cards */

.metric-card {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --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);
}

@media (min-width: 768px) {
  .metric-card {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.metric-label {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #718096;
}

.metric-before {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
  text-decoration-color: #f87171;
}

@media (min-width: 768px) {
  .metric-before {
    font-size: 28px;
  }
}

.metric-before {
  font-weight: 500;
  letter-spacing: -0.02em;
}

.metric-after {
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .metric-after {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.metric-after {
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Logo Banner / Marquee */

.logo-marquee {
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.marquee-track {
  display: flex;
  animation: marquee 30s linear infinite;
}

.marquee-track--reverse {
  animation-direction: reverse;
}

.logo-set {
  display: flex;
  flex-shrink: 0;
  gap: 3rem;
  padding-right: 3rem;
  /* gap-12 = 3rem, ensures gap between sets for seamless loop */
}

.logo-item {
  height: 2rem;
  width: auto;
  flex-shrink: 0;
  opacity: 0.6;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.logo-item:hover {
  opacity: 1;
  --tw-grayscale: grayscale(0);
  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);
}

/* ============================================
     METRICS SECTION - White Background with Accent Cards
     ============================================ */

.metrics-section {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

@media (min-width: 768px) {
  .metrics-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.metrics-section {
  background: #ffffff;
}

.metrics-headline {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #6b7280;
}

.metric-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .metric-card {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.metric-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Accent color stripe at top of each card */

.metric-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #00A67E;
}

/* Different accent colors for each card */

.metric-card:nth-child(1)::before {
  background: linear-gradient(90deg, #7e4dc3 0%, #9b6dd4 100%);
}

.metric-card:nth-child(2)::before {
  background: linear-gradient(90deg, #00A67E 0%, #00c896 100%);
}

.metric-card:nth-child(3)::before {
  background: linear-gradient(90deg, #CDEC3A 0%, #b8d900 100%);
}

.metric-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: #d1d5db;
}

.metric-label {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #6b7280;
}

.metric-before {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: line-through;
}

@media (min-width: 768px) {
  .metric-before {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.metric-before {
  font-weight: 500;
  color: #9ca3af;
  text-decoration-color: rgba(239, 68, 68, 0.5);
}

.metric-after {
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .metric-after {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .metric-after {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.metric-after {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #00A67E;
}

/* Different colors for each card's metric */

.metric-card:nth-child(1) .metric-after {
  color: #7e4dc3;
}

.metric-card:nth-child(2) .metric-after {
  color: #00A67E;
}

.metric-card:nth-child(3) .metric-after {
  color: #0891b2;
}

.metric-card:nth-child(3)::before {
  background: linear-gradient(90deg, #0891b2 0%, #06b6d4 100%);
}

/* ============================================
     PROBLEM SECTION - Dark Dramatic Treatment
     ============================================ */

.problem-section {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (min-width: 768px) {
  .problem-section {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.problem-section {
  background: linear-gradient(135deg, #1a1625 0%, #2d1f3d 50%, #1e1a2e 100%);
}

/* Diagonal accent line */

.problem-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(205, 236, 58, 0.4) 30%, rgba(205, 236, 58, 0.4) 70%, transparent 100%);
  transform: rotate(15deg);
}

.problem-eyebrow {
  margin-bottom: 2rem;
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #CDEC3A;
  border: 1px solid rgba(205, 236, 58, 0.3);
  border-radius: 2px;
}

.problem-headline-v2 {
  margin-bottom: 2rem;
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .problem-headline-v2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.problem-headline-v2 {
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.problem-highlight {
  color: #CDEC3A;
}

.problem-description {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
}

.problem-description strong {
  color: #fff;
}

.problem-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  background: #CDEC3A;
  color: #1a1625;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.problem-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(205, 236, 58, 0.3);
}

/* Pain Point Cards - Dark glass style */

.pain-point-cards > :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));
}

.pain-point-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.pain-point-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(205, 236, 58, 0.2);
  transform: translateX(8px);
}

.pain-point-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(205, 236, 58, 0.1);
  color: #CDEC3A;
}

.pain-point-content {
  flex: 1 1 0%;
}

.pain-point-title {
  margin-bottom: 0.25rem;
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pain-point-desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.5);
}

/* Solution Accordion */

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

.accordion-item {
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-item.active {
  border-color: rgb(0 166 126 / 0.3);
  --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);
}

.accordion-trigger {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: left;
  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;
}

.accordion-trigger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.accordion-item.active .accordion-number {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 126 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.accordion-item.active .accordion-icon {
  --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));
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

.accordion-content {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* ============================================
     TESTIMONIAL 3D CAROUSEL - Depth Effect
     ============================================ */

.testimonial-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .testimonial-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.testimonial-section {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}

.testimonial-3d-carousel {
  position: relative;
  perspective: 1200px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-3d-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

/* Individual cards - tall format */

.testimonial-3d-card {
  position: absolute;
  width: 340px;
  left: 50%;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  /* Default hidden state */
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
  z-index: 1;
}

.testimonial-3d-card-inner {
  border-radius: 1rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 
      0 20px 50px rgba(0, 0, 0, 0.15),
      0 8px 20px rgba(0, 0, 0, 0.1);
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

/* Previous card (left) */

.testimonial-3d-card.prev {
  transform: translateX(-130%) scale(0.85);
  opacity: 0.6;
  z-index: 1;
}

/* Active card (center) */

.testimonial-3d-card.active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 10;
}

.testimonial-3d-card.active .testimonial-3d-card-inner {
  box-shadow: 
      0 20px 60px rgba(0, 166, 126, 0.15),
      0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 166, 126, 0.2);
}

/* Next card (right) */

.testimonial-3d-card.next {
  transform: translateX(30%) scale(0.85);
  opacity: 0.6;
  z-index: 1;
}

.testimonial-3d-card:hover:not(.active) {
  opacity: 0.9;
}

/* Quote mark */

.testimonial-3d-quote {
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.8;
  color: rgba(0, 166, 126, 0.15);
  margin-bottom: 1rem;
}

.testimonial-3d-text {
  flex-grow: 1;
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  letter-spacing: -0.01em;
}

.testimonial-3d-author {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-3d-avatar {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-3d-name {
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.testimonial-3d-role {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #00A67E;
}

/* Navigation */

.testimonial-3d-nav {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.testimonial-3d-prev,
  .testimonial-3d-next {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
  transition: all 0.2s ease;
}

.testimonial-3d-prev:hover,
  .testimonial-3d-next:hover {
  border-color: #00A67E;
  color: #00A67E;
  box-shadow: 0 4px 12px rgba(0, 166, 126, 0.15);
}

.testimonial-3d-dots {
  display: flex;
  gap: 0.5rem;
}

.testimonial-3d-dot {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background: #d1d5db;
  transition: all 0.2s ease;
}

.testimonial-3d-dot.active {
  background: #00A67E;
  transform: scale(1.2);
}

/* Mobile: stack cards */

@media (max-width: 768px) {
  .testimonial-3d-track {
    min-height: auto;
  }

  .testimonial-3d-card {
    position: relative;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
    left: auto !important;
    display: none;
  }

  .testimonial-3d-card.active {
    display: block;
  }
}

.carousel-dot {
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.carousel-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 126 / var(--tw-bg-opacity, 1));
}

/* ============================================
     STRATEGY SESSION SECTION
     ============================================ */

.strategy-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8f5fc 0%, #f0f9f7 50%, #f5f7f7 100%);
  overflow: hidden;
}

.strategy-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
      radial-gradient(circle at 20% 80%, rgba(126, 77, 195, 0.05) 0%, transparent 50%),
      radial-gradient(circle at 80% 20%, rgba(0, 166, 126, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.strategy-eyebrow {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(126, 77, 195, 0.1), rgba(0, 166, 126, 0.1));
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7e4dc3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.strategy-headline {
  font-family: 'Clash Display', 'Satoshi', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .strategy-headline {
    font-size: 3rem;
  }
}

.strategy-subheadline {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.strategy-metrics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .strategy-metrics-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.strategy-metric-card {
  position: relative;
  background: white;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.strategy-metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(126, 77, 195, 0.12);
  border-color: rgba(126, 77, 195, 0.15);
}

.strategy-metric-number {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(126, 77, 195, 0.08);
  line-height: 1;
  font-family: 'Clash Display', 'Satoshi', sans-serif;
}

.strategy-metric-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #7e4dc3 0%, #9b6dd4 100%);
  border-radius: 1rem;
  color: white;
  margin-bottom: 1.25rem;
}

.strategy-metric-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.strategy-metric-desc {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.strategy-metric-bar {
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
}

.strategy-metric-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #7e4dc3 0%, #00a67e 100%);
  border-radius: 2px;
  transition: width 1s ease-out;
}

.strategy-cta-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 1.5rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .strategy-cta-card {
    flex-direction: row;
    text-align: left;
    padding: 3rem;
  }
}

.strategy-cta-content {
  flex: 1;
}

.strategy-cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}

.strategy-cta-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.strategy-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #7e4dc3 0%, #9b6dd4 100%);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 9999px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(126, 77, 195, 0.3);
}

.strategy-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(126, 77, 195, 0.4);
}

/* Legacy strategy card styles */

/* Urgency Section */

.urgency-section {
  --tw-bg-opacity: 1;
  background-color: rgb(3 54 61 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .urgency-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.urgency-check {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.urgency-check-icon {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 236 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

/* Lead Magnet Section */

.lead-magnet-section {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 247 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .lead-magnet-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.lead-magnet-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  text-align: center;
  --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);
}

@media (min-width: 768px) {
  .lead-magnet-card {
    padding: 3rem;
  }
}

.lead-magnet-eyebrow {
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(0 166 126 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
  font-weight: 600;
  letter-spacing: 0.08em;
}

.lead-magnet-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .lead-magnet-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.lead-magnet-form {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lead-magnet-form {
    flex-direction: row;
  }
}

/* Loading spinner */

.loading-spinner {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

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

.loading-spinner {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  border-top-color: transparent;
}

/* ============================================
     PHASE ACCORDION (Decagon-style)
     ============================================ */

.phase-eyebrow {
  margin-bottom: 1.5rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(0 166 126 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
  font-weight: 600;
  letter-spacing: 0.08em;
}

.phase-heading-gradient {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .phase-heading-gradient {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .phase-heading-gradient {
    font-size: 3rem;
    line-height: 1;
  }
}

.phase-heading-gradient {
  line-height: 1.1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #4a2d7a 0%, #7e4dc3 40%, #9b6dd4 70%, #b794d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.phase-accordion-item {
  position: relative;
}

.phase-accordion-trigger {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  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;
}

.phase-accordion-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .phase-accordion-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.phase-accordion-item.active .phase-accordion-title,
  .phase-accordion-item:hover .phase-accordion-title {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

.phase-accordion-number {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.phase-accordion-item.active .phase-accordion-number {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

.phase-accordion-content {
  overflow: hidden;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
}

.phase-accordion-item.active .phase-accordion-content {
  max-height: 200px;
}

.phase-accordion-description {
  padding-bottom: 1.25rem;
  padding-right: 2rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.phase-accordion-divider {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

/* Phase Image Panel - hidden on mobile, shown on lg+ */

.phase-image-panel {
  position: relative;
  display: none;
  border-radius: 1rem;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .phase-image-panel {
    display: block;
  }
}

.phase-image-panel {
  aspect-ratio: 400 / 340;
  min-height: 400px;
}

.phase-illustration {
  position: absolute;
  inset: 0px;
  --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));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.phase-illustration.active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  pointer-events: auto;
}

.phase-illustration svg {
  height: 100%;
  width: 100%;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

.isolate {
  isolation: isolate;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

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

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

.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-20 {
  margin-bottom: 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\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.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-24 {
  height: 6rem;
}

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

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-1 {
  width: 0.25rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

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

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.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-\[100px\] {
  max-width: 100px;
}

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

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

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

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

.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 {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -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-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));
}

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

.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 {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

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

.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\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-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-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.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: 0.5rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-\[3px\] {
  border-width: 3px;
}

.border-\[6px\] {
  border-width: 6px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

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

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

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

.border-kayako-accent {
  --tw-border-opacity: 1;
  border-color: rgb(205 236 58 / var(--tw-border-opacity, 1));
}

.border-kayako-primary\/20 {
  border-color: rgb(3 54 61 / 0.2);
}

.border-kayako-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 166 126 / var(--tw-border-opacity, 1));
}

.border-kayako-secondary\/20 {
  border-color: rgb(0 166 126 / 0.2);
}

.border-kayako-secondary\/30 {
  border-color: rgb(0 166 126 / 0.3);
}

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

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

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

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

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

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-kayako-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(205 236 58 / var(--tw-bg-opacity, 1));
}

.bg-kayako-accent\/10 {
  background-color: rgb(205 236 58 / 0.1);
}

.bg-kayako-accent\/20 {
  background-color: rgb(205 236 58 / 0.2);
}

.bg-kayako-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 247 / var(--tw-bg-opacity, 1));
}

.bg-kayako-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(3 54 61 / var(--tw-bg-opacity, 1));
}

.bg-kayako-primary\/5 {
  background-color: rgb(3 54 61 / 0.05);
}

.bg-kayako-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 126 / var(--tw-bg-opacity, 1));
}

.bg-kayako-secondary\/10 {
  background-color: rgb(0 166 126 / 0.1);
}

.bg-kayako-secondary\/20 {
  background-color: rgb(0 166 126 / 0.2);
}

.bg-kayako-secondary\/40 {
  background-color: rgb(0 166 126 / 0.4);
}

.bg-kayako-secondary\/5 {
  background-color: rgb(0 166 126 / 0.05);
}

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

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

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

.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\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

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

.bg-transparent {
  background-color: transparent;
}

.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\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

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

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

.from-kayako-accent {
  --tw-gradient-from: #CDEC3A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 236 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-kayako-secondary {
  --tw-gradient-to: #00A67E var(--tw-gradient-to-position);
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.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-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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

.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-16 {
  padding-bottom: 4rem;
}

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

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

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

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

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

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

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

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

.font-display {
  font-family: Satoshi, Inter, system-ui, -apple-system, sans-serif;
}

.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-\[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-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

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

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

.text-kayako-accent {
  --tw-text-opacity: 1;
  color: rgb(205 236 58 / var(--tw-text-opacity, 1));
}

.text-kayako-dark {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-kayako-primary {
  --tw-text-opacity: 1;
  color: rgb(3 54 61 / var(--tw-text-opacity, 1));
}

.text-kayako-primary\/80 {
  color: rgb(3 54 61 / 0.8);
}

.text-kayako-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

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

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

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

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

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

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

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

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

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

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.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\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

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

.ring {
  --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(3px + 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);
}

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

/* Font imports */

/* Base styles */

/* Header-specific component styles */

/* Marquee Animation */

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

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

.animate-marquee {
  animation: marquee 30s linear infinite;
}

/* Pause marquee on hover */

.logo-marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* ============================================
   CHANNEL PAGE STYLES
   (Email, Chat, Social, Voice support pages)
   ============================================ */

/* Shared Hero Gradient Background (teal) */

.hero-gradient-bg {
  background: linear-gradient(135deg, #03363D 0%, #024950 50%, #03363D 100%);
  position: relative;
  overflow: hidden;
}

.hero-gradient-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(0, 166, 126, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* Gradient text highlights */

.price-highlight,
.stat-highlight,
.savings-highlight {
  background: linear-gradient(135deg, #CDEC3A, #00A67E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Feature Tabs (Email page) */

.feature-tab {
  transition: all 0.3s ease;
}

.feature-tab.active {
  background: #03363D;
  color: white;
}

.feature-tab:not(.active):hover {
  background: #f3f4f6;
}

.feature-content {
  display: none;
}

.feature-content.active {
  display: block;
  animation: fadeInContent 0.4s ease;
}

@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

/* Comparison Tables */

.comparison-table th,
.comparison-table td {
  padding: 1rem 1.5rem;
  text-align: left;
}

.comparison-table tr:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

/* Testimonial Cards */

.testimonial-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

/* FAQ Accordion */

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  padding-bottom: 1.5rem;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

/* Check/X Icons */

.check-icon {
  color: #00A67E;
}

.x-icon {
  color: #ef4444;
}

/* Feature Cards (shared hover effect) */

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ROI Calculator (Chatbot page) */

.calculator-card {
  background: linear-gradient(135deg, #03363D 0%, #024950 100%);
}

.range-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CDEC3A;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.range-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CDEC3A;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Pricing Table (Chatbot page) */

.pricing-row {
  transition: background-color 0.2s ease;
}

.pricing-row:hover {
  background-color: rgba(0, 166, 126, 0.05);
}

/* Platform Icons (Social page) */

.platform-icon {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Expandable Content (Social page) */

.expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.expandable-content.open {
  max-height: 600px;
}

.expand-icon {
  transition: transform 0.3s ease;
}

.expand-btn.open .expand-icon {
  transform: rotate(180deg);
}

/* Audio Demo Section (Voice page) */

.audio-demo-section {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.audio-player-card {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.play-button {
  background: linear-gradient(135deg, #CDEC3A 0%, #00A67E 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.play-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(205, 236, 58, 0.4);
}

/* Waveform Animation (Voice page) */

.waveform-bar {
  background: linear-gradient(180deg, #00A67E 0%, #CDEC3A 100%);
  animation: waveform 1.2s ease-in-out infinite;
}

@keyframes waveform {
  0%, 100% {
    transform: scaleY(0.3);
  }

  50% {
    transform: scaleY(1);
  }
}

.waveform-bar:nth-child(1) {
  animation-delay: 0s;
}

.waveform-bar:nth-child(2) {
  animation-delay: 0.1s;
}

.waveform-bar:nth-child(3) {
  animation-delay: 0.2s;
}

.waveform-bar:nth-child(4) {
  animation-delay: 0.3s;
}

.waveform-bar:nth-child(5) {
  animation-delay: 0.4s;
}

.waveform-bar:nth-child(6) {
  animation-delay: 0.5s;
}

.waveform-bar:nth-child(7) {
  animation-delay: 0.6s;
}

.waveform-bar:nth-child(8) {
  animation-delay: 0.7s;
}

.waveform-bar:nth-child(9) {
  animation-delay: 0.8s;
}

.waveform-bar:nth-child(10) {
  animation-delay: 0.9s;
}

.waveform-bar:nth-child(11) {
  animation-delay: 1.0s;
}

.waveform-bar:nth-child(12) {
  animation-delay: 1.1s;
}

/* Audio Tabs (Voice page) */

.audio-tab {
  transition: all 0.2s ease;
}

.audio-tab.active {
  background: rgba(205, 236, 58, 0.2);
  border-color: #CDEC3A;
}

/* Comparison Cards (Voice page) */

.comparison-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comparison-card:hover {
  transform: translateY(-4px);
}

.comparison-card.kayako {
  border: 2px solid #00A67E;
  background: linear-gradient(135deg, rgba(0, 166, 126, 0.05) 0%, rgba(205, 236, 58, 0.05) 100%);
}

/* Use Case Cards (Voice page) */

.use-case-card {
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.use-case-card:hover {
  border-color: #00A67E;
  box-shadow: 0 8px 24px rgba(0, 166, 126, 0.1);
}

/* Sound Wave Animation (Voice page hero) */

.sound-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 40px;
}

.sound-wave-bar {
  width: 4px;
  background: linear-gradient(180deg, #CDEC3A 0%, #00A67E 100%);
  border-radius: 2px;
  animation: soundWave 1s ease-in-out infinite;
}

@keyframes soundWave {
  0%, 100% {
    height: 10px;
  }

  50% {
    height: 40px;
  }
}

.sound-wave-bar:nth-child(1) {
  animation-delay: 0s;
}

.sound-wave-bar:nth-child(2) {
  animation-delay: 0.15s;
}

.sound-wave-bar:nth-child(3) {
  animation-delay: 0.3s;
}

.sound-wave-bar:nth-child(4) {
  animation-delay: 0.45s;
}

.sound-wave-bar:nth-child(5) {
  animation-delay: 0.6s;
}

/* Integration Logos */

.integration-logo {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.integration-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ============================================
   HERO V2 - Refined Premium with Particles
   ============================================ */

.hero-section-v2 {
  position: relative;
  min-height: 100vh;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  /* Extend behind nav - pull up to cover header area */
  margin-top: -100px;
  padding-top: 200px;
}

/* Fade out at bottom of hero */

.hero-section-v2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  z-index: 3;
  pointer-events: none;
}

@media (min-width: 768px) {
  .hero-section-v2 {
    margin-top: -120px;
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .hero-section-v2::after {
    height: 200px;
  }
}

/* Static layered gradient - base */

.hero-bg-static {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    #f5f0fa 0%,
    #faf8fc 30%,
    #f8fbfa 60%,
    #ffffff 100%
  );
  z-index: 0;
}

/* Radial gradient layers for depth */

.hero-bg-radial {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.hero-bg-radial--1 {
  width: 800px;
  height: 800px;
  top: -200px;
  left: -200px;
  background: radial-gradient(circle, rgba(126, 77, 195, 0.15) 0%, transparent 70%);
  z-index: 1;
}

.hero-bg-radial--2 {
  width: 600px;
  height: 600px;
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(0, 166, 126, 0.12) 0%, transparent 70%);
  z-index: 1;
}

.hero-bg-radial--3 {
  width: 500px;
  height: 500px;
  top: 30%;
  right: 20%;
  background: radial-gradient(circle, rgba(155, 109, 212, 0.08) 0%, transparent 70%);
  z-index: 1;
}

/* Subtle noise texture overlay */

.hero-bg-noise-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* Particle canvas - kept for comparison */

.hero-particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Mesh gradient canvas - kept for comparison */

.hero-mesh-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Pulsing dot grid canvas */

.hero-grid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Layout */

.hero-layout {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

/* Content column */

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 600px;
}

@media (min-width: 1024px) {
  .hero-content {
    padding-right: 2rem;
  }
}

/* Social proof bar */

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(126, 77, 195, 0.1);
  border-radius: 100px;
}

.hero-proof-badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #f59e0b;
  font-weight: 600;
  font-size: 0.875rem;
}

.hero-proof-badge svg {
  color: #f59e0b;
}

.hero-proof-stars {
  display: flex;
  align-items: center;
  gap: 1px;
}

.hero-proof-stars svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.hero-proof-g2-text {
  font-weight: 700;
  font-size: 0.875rem;
  color: #FF492C;
}

.hero-proof-divider {
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
}

.hero-proof-text {
  font-size: 0.875rem;
  color: #64748b;
}

.hero-proof-text strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Headline v2 */

.hero-headline-v2 {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .hero-headline-v2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-headline-v2 {
    font-size: 4.25rem;
  }
}

.hero-headline-emphasis {
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 50%, #7e4dc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subheadline v2 */

.hero-subheadline-v2 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 2rem;
  max-width: 500px;
}

@media (min-width: 768px) {
  .hero-subheadline-v2 {
    font-size: 1.25rem;
  }
}

/* CTA Group */

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .hero-cta-group {
    flex-direction: row;
    align-items: center;
  }
}

.hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  background: linear-gradient(135deg, #7e4dc3 0%, #6d28d9 100%);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(126, 77, 195, 0.3);
}

.hero-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(126, 77, 195, 0.4);
}

.hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background: transparent;
  color: #475569;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.hero-cta-secondary:hover {
  border-color: #7e4dc3;
  color: #7e4dc3;
  background: rgba(126, 77, 195, 0.04);
}

/* Micro stats */

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.hero-stat-value {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7e4dc3;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(0, 0, 0, 0.08);
}

/* Visual column */

.hero-visual {
  position: relative;
  z-index: 10;
}

@media (max-width: 1023px) {
  .hero-visual {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* Result badge floating */

.hero-result-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: white;
  border-radius: 100px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
  color: #374151;
  animation: float 3s ease-in-out infinite;
}

.hero-result-badge strong {
  color: #059669;
  font-weight: 600;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Chat mockup v2 wrapper */

.hero-chat-mockup-v2 {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 
    0 25px 80px rgba(126, 77, 195, 0.12),
    0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(126, 77, 195, 0.1);
  max-width: 460px;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .hero-chat-mockup-v2 {
    margin: 0 auto;
  }
}

/* Keep chat messages floating inside the new container */

.hero-chat-mockup-v2 .chat-messages-floating {
  max-height: 420px;
}

/* ============================================
   MOBILE DESIGN IMPROVEMENTS
   ============================================ */

/* Reduce testimonial quote mark size on mobile */

@media (max-width: 768px) {
  .testimonial-3d-quote {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .testimonial-3d-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .testimonial-3d-card-inner {
    padding: 1.5rem;
    min-height: auto;
  }
}

/* Improve mobile spacing for problem section */

@media (max-width: 640px) {
  .problem-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .problem-headline-v2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }

  .problem-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .pain-point-card {
    padding: 1rem;
  }

  .pain-point-desc {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

/* Improve metrics section mobile spacing */

@media (max-width: 640px) {
  .metrics-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .metric-card {
    padding: 1.5rem 1rem;
  }

  .metric-after {
    font-size: 2.5rem;
  }

  .metric-before {
    font-size: 1rem;
  }
}

/* Strategy section mobile optimization */

@media (max-width: 640px) {
  .strategy-section {
    padding: 3rem 0;
  }

  .strategy-headline {
    font-size: 1.75rem;
  }

  .strategy-subheadline {
    font-size: 1rem;
    line-height: 1.6;
  }

  .strategy-metric-card {
    padding: 1.25rem;
  }

  .strategy-metric-title {
    font-size: 1.0625rem;
  }

  .strategy-metric-desc {
    font-size: 0.875rem;
  }

  .strategy-cta-card {
    padding: 1.5rem;
  }

  .strategy-cta-title {
    font-size: 1.25rem;
  }
}

/* Hero section mobile improvements */

@media (max-width: 640px) {
  .hero-section-v2 {
    padding-top: 100px;
    padding-bottom: 50px;
    /* was 20px - adds 30px */
    min-height: auto;
  }

  .hero-layout {
    gap: 1.5rem;
    /* was 0 - adds 24px */
  }

  .hero-content {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .hero-headline-v2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    /* was 0.5rem - adds 8px */
  }

  .hero-subheadline-v2 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    /* was 1rem - adds 8px */
  }

  .hero-proof {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .hero-proof-text {
    font-size: 0.75rem;
  }

  .hero-proof-stars svg {
    width: 12px;
    height: 12px;
  }

  .hero-cta-primary {
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
    width: 100%;
    margin-bottom: 0;
  }

  /* Compact chat mockup for mobile */

  .hero-chat-mockup-v2 {
    padding: 1rem;
    border-radius: 16px;
  }

  .hero-chat-mockup-v2 .chat-messages-floating {
    max-height: 280px;
    /* was 220px - adds 60px */
  }

  /* Hide chat mockup result badge on very small screens */

  .hero-result-badge {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .hero-result-badge {
    top: -5px;
    right: 10px;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
}

/* Phase section mobile improvements */

@media (max-width: 640px) {
  .phase-eyebrow {
    font-size: 0.6875rem;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
  }

  .phase-heading-gradient {
    font-size: 1.75rem;
  }

  .phase-accordion-title {
    font-size: 1.125rem;
  }

  .phase-accordion-description {
    font-size: 0.875rem;
    padding-right: 0;
  }
}

/* Logo marquee mobile improvements */

@media (max-width: 640px) {
  .logo-marquee {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .logo-item {
    height: 1.5rem;
  }

  .logo-set {
    gap: 2rem;
    padding-right: 2rem;
  }
}

/* Better touch targets for mobile buttons - ensure minimum 44px */

@media (max-width: 768px) {
  .hero-cta-primary,
  .problem-cta,
  .strategy-cta-btn,
  .hero-cta {
    min-height: 48px;
  }

  .testimonial-3d-prev,
  .testimonial-3d-next {
    min-width: 44px;
    min-height: 44px;
  }

  .testimonial-3d-dot {
    min-width: 12px;
    min-height: 12px;
    padding: 6px;
  }
}

/* ============================================
   INDUSTRY VERTICAL PAGES
   (Retail, SaaS, Healthcare, Financial Services)
   ============================================ */

/* Decagon-style minimal styling - shared base classes */

.retail-hero,
.saas-hero,
.healthcare-hero,
.finserv-hero {
  background: #ffffff;
  padding: 8rem 0 6rem;
}

.retail-headline,
.saas-headline,
.healthcare-headline,
.finserv-headline {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.retail-headline .accent,
.saas-headline .accent,
.healthcare-headline .accent,
.finserv-headline .accent {
  background: linear-gradient(180deg, transparent 50%, #c4f5e1 50%);
  padding: 0 4px;
}

.retail-subheadline,
.saas-subheadline,
.healthcare-subheadline,
.finserv-subheadline {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

/* Testimonial Card */

.testimonial-card {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 4px 40px rgba(0,0,0,0.08);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 768px) {
  .testimonial-card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.testimonial-quote {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #374151;
  font-style: italic;
}

.testimonial-metric {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f5fc 0%, #f0fdf4 100%);
  border-radius: 1rem;
}

.testimonial-metric-number {
  font-size: 4rem;
  font-weight: 700;
  color: #7E4DC3;
  line-height: 1;
}

.testimonial-metric-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-name {
  font-weight: 600;
  color: #1a1a1a;
}

.testimonial-title {
  font-size: 0.875rem;
  color: #6b7280;
}

.case-study-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #7E4DC3;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  transition: gap 0.3s ease;
}

.case-study-link:hover {
  gap: 0.75rem;
}

/* Two-column sections */

.two-col-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .two-col-section {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.section-headline {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 2rem;
}

/* Industry Accordion - all variants */

.retail-accordion,
.saas-accordion,
.healthcare-accordion,
.finserv-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.retail-accordion-item,
.saas-accordion-item,
.healthcare-accordion-item,
.finserv-accordion-item {
  border-bottom: 1px solid #e5e7eb;
}

.retail-accordion-trigger,
.saas-accordion-trigger,
.healthcare-accordion-trigger,
.finserv-accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.retail-accordion-title,
.saas-accordion-title,
.healthcare-accordion-title,
.finserv-accordion-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
}

.retail-accordion-number,
.saas-accordion-number,
.healthcare-accordion-number,
.finserv-accordion-number {
  font-size: 0.875rem;
  color: #9ca3af;
  font-weight: 500;
}

.retail-accordion-content,
.saas-accordion-content,
.healthcare-accordion-content,
.finserv-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.retail-accordion-item.active .retail-accordion-content,
.saas-accordion-item.active .saas-accordion-content,
.healthcare-accordion-item.active .healthcare-accordion-content,
.finserv-accordion-item.active .finserv-accordion-content {
  max-height: 200px;
  padding-bottom: 1.5rem;
}

.retail-accordion-desc,
.saas-accordion-desc,
.healthcare-accordion-desc,
.finserv-accordion-desc {
  color: #6b7280;
  line-height: 1.6;
}

/* Image placeholder */

.image-placeholder {
  background: linear-gradient(135deg, #f8f5fc 0%, #f0fdf4 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 0.875rem;
}

/* Dark metric cards */

.metric-cards-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .metric-cards-dark {
    grid-template-columns: 1fr;
  }
}

.metric-card-dark {
  background: linear-gradient(135deg, #2d1b4e 0%, #1a1a2e 100%);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

.metric-card-dark-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.metric-card-dark-label {
  color: rgba(255,255,255,0.7);
  font-size: 0.9375rem;
}

/* Final CTA - minimal style */

.final-cta-minimal {
  background: #fafafa;
  padding: 6rem 0;
  text-align: center;
}

.final-cta-headline {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.final-cta-subtext {
  color: #6b7280;
  font-size: 0.9375rem;
  margin-top: 1.5rem;
}

/* ============================================
   Phase Accordion (Solution Tabs)
   ============================================ */

.phase-accordion-item .phase-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.phase-accordion-item.active .phase-accordion-content {
  max-height: 1000px;
}

.phase-accordion-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* ============================================
   Calculator Range Sliders
   ============================================ */

.range-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00E5A0;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 229, 160, 0.4);
  -webkit-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}

.range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00E5A0;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 229, 160, 0.4);
}

.range-slider::-moz-range-track {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}

/* Calculator card gradient */

.calculator-card {
  background: linear-gradient(135deg, #1e0a3c 0%, #2d1b4e 50%, #1a1a2e 100%);
}

/* Savings highlight */

.savings-highlight {
  color: #00E5A0;
  text-shadow: 0 0 20px rgba(0, 229, 160, 0.3);
}

/* ============================================
   Testimonial Layout Fixes
   ============================================ */

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

.testimonial-card blockquote {
  line-height: 1.6;
}

/* ============================================
   Text Layout Improvements
   ============================================ */

.feature-content-wrapper {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .feature-content-wrapper {
    max-width: 90%;
  }
}

/* ============================================
   Testimonial Cards - Full-width Author Section
   ============================================ */

.testimonial-card {
  display: flex;
  flex-direction: column;
}

.testimonial-card > div:last-child {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  width: 100%;
}

/* Feature page testimonials - override grid layout */

.testimonial-card-simple {
  display: flex !important;
  flex-direction: column !important;
}

/* ============================================
   STRATEGY SESSION PAGE STYLES
   (Booking page with Calendly integration)
   ============================================ */

/* Zero-scroll hero layout - starts immediately after header */

.strategy-page-main--hero {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, #faf8fc 0%, #ffffff 100%);
}

@media (min-width: 768px) {
  .strategy-page-main--hero {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .strategy-page-main--hero {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
}

.strategy-page-main {
  padding: 2rem 0 4rem;
}

@media (min-width: 768px) {
  .strategy-page-main {
    padding: 3rem 0 5rem;
  }
}

/* Hero grid - Calendly on right, content on left */

.strategy-page-grid--hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .strategy-page-grid--hero {
    grid-template-columns: 3fr 2fr;
    gap: 3rem;
    align-items: start;
  }
}

@media (min-width: 1280px) {
  .strategy-page-grid--hero {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
  }
}

.strategy-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .strategy-page-grid {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
    align-items: start;
  }
}

.strategy-page-content {
  /* Content first on mobile (source order), left column on desktop */
}

.strategy-page-calendar {
  /* Calendar second on mobile (source order), right column on desktop */
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

/* Hide original Calendly on mobile/tablet, show mobile-only version */

@media (max-width: 1023px) {
  .strategy-page-calendar {
    display: none;
  }
}

/* Mobile-only Calendly (inside content column) */

.strategy-page-calendar--mobile {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

/* Value Props */

.strategy-value-prop {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #f3f4f6;
  transition: all 0.2s ease;
}

.strategy-value-prop:hover {
  border-color: #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.strategy-value-prop-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(126, 77, 195, 0.1) 0%, rgba(0, 166, 126, 0.1) 100%);
  border-radius: 0.5rem;
  color: #7e4dc3;
}

/* Testimonial Card */

.strategy-testimonial-card {
  background: linear-gradient(135deg, #f8f5fc 0%, #f0fdf4 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(126, 77, 195, 0.1);
}

/* 90-Day Pilot Section */

.strategy-page-pilot {
  padding: 3rem 0 4rem;
  background: #fafafa;
}

@media (min-width: 768px) {
  .strategy-page-pilot {
    padding: 4rem 0 5rem;
  }
}

.strategy-pilot-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
  .strategy-pilot-card {
    padding: 2.5rem 3rem;
  }
}

.strategy-pilot-header {
  text-align: center;
  margin-bottom: 2rem;
}

.strategy-pilot-badge {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: rgba(0, 166, 126, 0.1);
  color: #00a67e;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.strategy-pilot-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .strategy-pilot-features {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.strategy-pilot-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fafafa;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  color: #374151;
}

.strategy-pilot-feature--highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(126, 77, 195, 0.05) 0%, rgba(205, 236, 58, 0.1) 100%);
  border: 1px solid rgba(126, 77, 195, 0.15);
}

/* Logo Wall */

.strategy-page-logos {
  padding: 3rem 0 4rem;
  background: #ffffff;
}

@media (min-width: 768px) {
  .strategy-page-logos {
    padding: 4rem 0 5rem;
  }
}

/* Mobile optimizations */

@media (max-width: 640px) {
  .strategy-page-main--hero {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }

  .strategy-page-main--hero h1 {
    font-size: 1.5rem;
  }

  .strategy-page-main {
    padding: 1.5rem 0 2rem;
  }

  .strategy-page-grid--hero {
    gap: 1.5rem;
  }

  .strategy-pilot-card {
    padding: 1.5rem;
  }

  .strategy-pilot-feature {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}

/* ============================================
   PRICING PAGE - Kay AI Agent Focus
   ============================================ */

/* Hero Section - Bold gradient background */

.pricing-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 7rem 0 6rem;
  overflow: hidden;
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 40%, #1e3a5f 100%);
}

@media (min-width: 768px) {
  .pricing-hero {
    padding: 9rem 0 7rem;
  }
}

/* Angled bottom divider */

.pricing-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #ffffff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .pricing-hero::after {
    height: 100px;
    clip-path: polygon(0 100%, 100% 100%, 100% 30%, 0 100%);
  }
}

/* Giant $1 price display */

.pricing-hero-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}

/* Subtle glow behind the $1 on gradient */

.pricing-hero-price::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

@media (min-width: 768px) {
  .pricing-hero-price::before {
    width: 400px;
    height: 400px;
  }
}

.pricing-hero-dollar {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: relative;
}

.pricing-hero-amount {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.85;
  letter-spacing: -0.05em;
  position: relative;
}

@media (min-width: 768px) {
  .pricing-hero-dollar {
    font-size: 4rem;
  }

  .pricing-hero-amount {
    font-size: 14rem;
  }
}

@media (min-width: 1024px) {
  .pricing-hero-dollar {
    font-size: 5rem;
  }

  .pricing-hero-amount {
    font-size: 18rem;
  }
}

.pricing-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .pricing-hero-subtitle {
    font-size: 1.75rem;
  }
}

.pricing-hero-tagline {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .pricing-hero-tagline {
    font-size: 2.25rem;
  }
}

.pricing-hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

.pricing-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 640px) {
  .pricing-hero-ctas {
    flex-direction: row;
    justify-content: center;
  }
}

/* Hero CTAs (white on gradient background) */

.pricing-hero .pricing-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: #ffffff;
  color: #7e4dc3;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pricing-hero .pricing-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.pricing-hero .pricing-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pricing-hero .pricing-cta-secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* Default CTAs (purple on white background) */

.pricing-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pricing-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(126, 77, 195, 0.3);
}

.pricing-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: transparent;
  color: #7e4dc3;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(126, 77, 195, 0.3);
  border-radius: 9999px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pricing-cta-secondary:hover {
  border-color: #7e4dc3;
  background: rgba(126, 77, 195, 0.05);
}

/* Hero Trust Badges */

.pricing-hero-trust {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-hero-trust-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.pricing-hero-trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  align-items: center;
}

.pricing-hero-trust-logo {
  height: 24px;
  width: auto;
  opacity: 0.8;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.pricing-hero-trust-logo:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .pricing-hero-trust {
    margin-top: 4rem;
    padding-top: 2.5rem;
  }

  .pricing-hero-trust-logos {
    gap: 2rem 3rem;
  }

  .pricing-hero-trust-logo {
    height: 28px;
  }
}

/* Kay Integrations Hub Section */

.kay-integrations-section {
  padding: 6rem 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .kay-integrations-section {
    padding: 8rem 0;
  }
}

/* Integration Hub Container */

.kay-hub-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 3rem;
  aspect-ratio: 3 / 2;
}

@media (max-width: 767px) {
  .kay-hub-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    aspect-ratio: auto;
    padding: 2rem 0;
  }
}

/* Connection Lines SVG */

.kay-hub-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .kay-hub-lines {
    display: none;
  }
}

.kay-hub-line {
  animation: kayPulse 3s ease-in-out infinite;
}

.kay-hub-line:nth-child(2) {
  animation-delay: 0.3s;
}

.kay-hub-line:nth-child(3) {
  animation-delay: 0.6s;
}

.kay-hub-line:nth-child(4) {
  animation-delay: 0.9s;
}

.kay-hub-line:nth-child(5) {
  animation-delay: 1.2s;
}

.kay-hub-line:nth-child(6) {
  animation-delay: 1.5s;
}

.kay-hub-line:nth-child(7) {
  animation-delay: 1.8s;
}

.kay-hub-line:nth-child(8) {
  animation-delay: 2.1s;
}

@keyframes kayPulse {
  0%, 100% {
    stroke: #E5E7EB;
  }

  50% {
    stroke: #7e4dc3;
  }
}

/* Kay Center Hub */

.kay-hub-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 767px) {
  .kay-hub-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 1.5rem;
  }
}

.kay-hub-center-inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(126, 77, 195, 0.3);
  animation: kayGlow 4s ease-in-out infinite;
}

@media (min-width: 768px) {
  .kay-hub-center-inner {
    width: 120px;
    height: 120px;
  }
}

@keyframes kayGlow {
  0%, 100% {
    box-shadow: 0 8px 32px rgba(126, 77, 195, 0.3);
  }

  50% {
    box-shadow: 0 8px 48px rgba(126, 77, 195, 0.5);
  }
}

.kay-hub-center-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

/* Integration Icons */

.kay-hub-integration {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease;
}

.kay-hub-integration:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .kay-hub-integration {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .kay-hub-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .kay-hub-center {
    grid-column: 1 / -1;
    justify-self: center;
    margin-bottom: 0.5rem;
  }
}

/* Position integrations around the hub (desktop) */

@media (min-width: 768px) {
  .kay-hub-integration[data-position="top-left"] {
    top: 5%;
    left: 10%;
  }

  .kay-hub-integration[data-position="top"] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .kay-hub-integration[data-position="top-right"] {
    top: 5%;
    right: 10%;
  }

  .kay-hub-integration[data-position="left"] {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .kay-hub-integration[data-position="right"] {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .kay-hub-integration[data-position="bottom-left"] {
    bottom: 5%;
    left: 10%;
  }

  .kay-hub-integration[data-position="bottom"] {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .kay-hub-integration[data-position="bottom-right"] {
    bottom: 5%;
    right: 10%;
  }
}

.kay-integration-logo {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #f3f4f6;
  transition: all 0.3s ease;
}

.kay-hub-integration:hover .kay-integration-logo {
  box-shadow: 0 8px 24px rgba(126, 77, 195, 0.15);
  border-color: rgba(126, 77, 195, 0.2);
}

.kay-integration-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e4dc3;
}

.kay-integration-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  text-align: center;
}

/* Example Actions List */

.kay-actions-list {
  text-align: center;
  font-size: 0.9375rem;
  color: #6b7280;
  margin-bottom: 2.5rem;
}

/* CTA Callout Box */

.kay-api-callout {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(126, 77, 195, 0.05) 0%, rgba(0, 166, 126, 0.05) 100%);
  border-radius: 1rem;
  border: 1px solid rgba(126, 77, 195, 0.1);
  text-align: center;
}

.kay-api-callout-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.kay-api-callout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: 9999px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.kay-api-callout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(126, 77, 195, 0.3);
}

/* Live Chat Demo Section */

.pricing-chat-demo {
  padding: 6rem 0;
  background: linear-gradient(180deg, #f8f5fc 0%, #ffffff 100%);
}

@media (min-width: 768px) {
  .pricing-chat-demo {
    padding: 8rem 0;
  }
}

.pricing-chat-container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.pricing-chat-mockup {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-chat-header {
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 100%);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pricing-chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.pricing-chat-name {
  font-weight: 600;
  color: #ffffff;
}

.pricing-chat-status {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-chat-body {
  padding: 1.5rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-chat-resolved {
  position: absolute;
  top: -12px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 2px solid #22c55e;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #16a34a;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}

/* How Resolution Pricing Works Section */

.pricing-how-section {
  padding: 6rem 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .pricing-how-section {
    padding: 8rem 0;
  }
}

.pricing-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pricing-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.pricing-step {
  text-align: center;
  position: relative;
}

.pricing-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7e4dc3 0%, #5b21b6 100%);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.pricing-step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.pricing-step-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Arrow connectors between steps (desktop only) */

@media (min-width: 768px) {
  .pricing-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -1.5rem;
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, #7e4dc3, #00a67e);
  }
}

.pricing-clarification {
  max-width: 700px;
  margin: 3rem auto 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, rgba(0, 166, 126, 0.05) 0%, rgba(126, 77, 195, 0.05) 100%);
  border-radius: 1rem;
  border-left: 4px solid #00a67e;
}

.pricing-clarification-title {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.pricing-clarification-text {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Social Proof Metrics Section */

.pricing-proof-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f5fc 0%, #f0fdf4 100%);
}

@media (min-width: 768px) {
  .pricing-proof-section {
    padding: 6rem 0;
  }
}

.pricing-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .pricing-proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing-proof-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.pricing-proof-metric {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #7e4dc3;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pricing-proof-label {
  font-size: 0.9375rem;
  color: #6b7280;
}

.pricing-testimonial {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .pricing-testimonial {
    padding: 3rem;
  }
}

.pricing-testimonial-text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.pricing-testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pricing-testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricing-testimonial-name {
  font-weight: 600;
  color: #1a1a1a;
}

.pricing-testimonial-role {
  font-size: 0.875rem;
  color: #00a67e;
}

/* Kayako One Platform Section */

.pricing-platform-section {
  padding: 6rem 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .pricing-platform-section {
    padding: 8rem 0;
  }
}

.pricing-platform-card {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a1625 0%, #2d1f3d 100%);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .pricing-platform-card {
    padding: 4rem;
  }
}

.pricing-platform-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.pricing-platform-dollar {
  font-size: 1.5rem;
  font-weight: 600;
  color: #CDEC3A;
}

.pricing-platform-amount {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #CDEC3A;
  line-height: 1;
}

.pricing-platform-period {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
}

.pricing-platform-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2rem;
}

.pricing-platform-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 400px;
  margin: 0 auto 2rem;
  text-align: left;
}

@media (min-width: 640px) {
  .pricing-platform-features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
  }
}

.pricing-platform-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-platform-feature svg {
  width: 16px;
  height: 16px;
  color: #CDEC3A;
  flex-shrink: 0;
}

.pricing-platform-note {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2rem;
}

/* Final CTA Section */

.pricing-final-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #1a1625 0%, #2d1f3d 50%, #1e1a2e 100%);
  text-align: center;
}

@media (min-width: 768px) {
  .pricing-final-cta {
    padding: 8rem 0;
  }
}

.pricing-final-headline {
  font-family: 'Clash Display', 'Satoshi', system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .pricing-final-headline {
    font-size: 2.75rem;
  }
}

.pricing-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  opacity: 0.6;
}

.pricing-trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.pricing-trust-badge svg {
  width: 20px;
  height: 20px;
}

.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-kayako-accent\/90:hover {
  background-color: rgb(205 236 58 / 0.9);
}

.hover\:bg-kayako-primary\/90:hover {
  background-color: rgb(3 54 61 / 0.9);
}

.hover\:bg-kayako-secondary\/90:hover {
  background-color: rgb(0 166 126 / 0.9);
}

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

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

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

.hover\:text-kayako-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

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

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

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

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

.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:hover .group-hover\:text-kayako-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 166 126 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .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-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:inset-2 {
    inset: 0.5rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

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

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

  .md\:top-4 {
    top: 1rem;
  }

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

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

  .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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

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

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

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

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .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-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-32 {
    top: 8rem;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
