*, ::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: Plus Jakarta Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, 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;
}
  body {
    background-color: #F4F1EE;
    background-image: linear-gradient(
      125deg,
      rgba(0, 161, 154, 0.09) 0%,
      rgba(244, 241, 238, 0.15) 38%,
      rgba(0, 230, 214, 0.07) 68%,
      rgba(244, 241, 238, 0.2) 100%
    );
    background-size: 220% 220%;
    animation: site-ambient-shift 26s ease-in-out infinite;
    color: #231d45;
    font-family: 'Plus Jakarta Sans', 'SFMono-Regular', ui-monospace, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Instrument Serif', ui-monospace, serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 1.15em;
  }
.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;
  }
}
.sheet {
    background: #ffffff;
    border: 1px solid rgba(35,29,69,0.05);
  }
.nav-link-active,
  .nav-link[aria-current="page"] {
    color: #00a19a !important;
  }
.nav-link.nav-link-active,
  .nav-link[aria-current="page"] {
    background-color: rgba(0, 161, 154, 0.22);
    border-radius: 9999px;
    color: #ffffff !important;
    box-shadow: inset 0 -3px 0 0 #00c9bf;
  }
.mobile-nav-link.nav-link-active,
  .mobile-nav-link[aria-current="page"] {
    color: #00a19a !important;
    border-color: #00a19a;
    font-weight: 700;
  }
.btn-primary {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 154 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-primary:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 137 / var(--tw-bg-opacity, 1));
}
.btn-primary:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-secondary {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 29 69 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(35 29 69 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 29 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 29 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ft-brand-cta {
  border-bottom-width: 2px;
  border-color: rgb(0 161 154 / 0.6);
  padding-bottom: 0.125rem;
}
.ft-brand-cta:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 154 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 161 154 / var(--tw-text-opacity, 1));
}
.section-idea__final p.ft-brand-cta:hover {
  color: #00a19a;
}
/* Teal band above site footer — contrasts with charcoal footer; removes “white gap” between duplicate charcoal blocks */
.pre-footer-cta-band {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #00a19a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 161 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 201 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 201 191 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #008f89 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(244 241 238 / var(--tw-text-opacity, 1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(35, 29, 69, 0.42);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-8 {
  left: -2rem;
}
.-right-10 {
  right: -2.5rem;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.left-0 {
  left: 0px;
}
.left-\[5\%\] {
  left: 5%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[20\%\] {
  right: 20%;
}
.right-\[8\%\] {
  right: 8%;
}
.top-0 {
  top: 0px;
}
.top-24 {
  top: 6rem;
}
.top-32 {
  top: 8rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-60 {
  top: 15rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[80\] {
  z-index: 80;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.m-0 {
  margin: 0px;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-1 {
  margin-top: -0.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-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;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-40 {
  height: 10rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-full {
  height: 100%;
}
.max-h-\[420px\] {
  max-height: 420px;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[1\.2em\] {
  min-height: 1.2em;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[2rem\] {
  min-height: 2rem;
}
.min-h-\[78vh\] {
  min-height: 78vh;
}
.min-h-\[85vh\] {
  min-height: 85vh;
}
.w-1\/2 {
  width: 50%;
}
.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-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[520px\] {
  min-width: 520px;
}
.min-w-\[560px\] {
  min-width: 560px;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[min\(100\%\2c 180px\)\] {
  max-width: min(100%, 180px);
}
.max-w-\[min\(100\%\2c 200px\)\] {
  max-width: min(100%, 200px);
}
.max-w-\[min\(100\%\2c 220px\)\] {
  max-width: min(100%, 220px);
}
.max-w-\[min\(100\%\2c 240px\)\] {
  max-width: min(100%, 240px);
}
.max-w-\[min\(100\%\2c 260px\)\] {
  max-width: min(100%, 260px);
}
.max-w-\[min\(100\%\2c 280px\)\] {
  max-width: min(100%, 280px);
}
.max-w-full {
  max-width: 100%;
}
.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%;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-x-full {
  --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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.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-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-charcoal\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 29 69 / 0.1);
}
.divide-charcoal\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(35 29 69 / 0.05);
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-5xl {
  border-top-left-radius: 3.5rem;
  border-top-right-radius: 3.5rem;
}
.rounded-t-\[2\.5rem\] {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-charcoal\/10 {
  border-color: rgb(35 29 69 / 0.1);
}
.border-charcoal\/15 {
  border-color: rgb(35 29 69 / 0.15);
}
.border-charcoal\/5 {
  border-color: rgb(35 29 69 / 0.05);
}
.border-charcoal\/\[0\.06\] {
  border-color: rgb(35 29 69 / 0.06);
}
.border-clay\/30 {
  border-color: rgb(244 241 238 / 0.3);
}
.border-clay\/35 {
  border-color: rgb(244 241 238 / 0.35);
}
.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 154 / var(--tw-border-opacity, 1));
}
.border-primary\/20 {
  border-color: rgb(0 161 154 / 0.2);
}
.border-primary\/30 {
  border-color: rgb(0 161 154 / 0.3);
}
.border-primary\/40 {
  border-color: rgb(0 161 154 / 0.4);
}
.border-primary\/50 {
  border-color: rgb(0 161 154 / 0.5);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.bg-\[\#231D45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 29 69 / var(--tw-bg-opacity, 1));
}
.bg-\[\#25D366\]\/10 {
  background-color: rgb(37 211 102 / 0.1);
}
.bg-\[\#faf7f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(0 230 214 / var(--tw-bg-opacity, 1));
}
.bg-accent\/10 {
  background-color: rgb(0 230 214 / 0.1);
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(35 29 69 / var(--tw-bg-opacity, 1));
}
.bg-charcoal\/10 {
  background-color: rgb(35 29 69 / 0.1);
}
.bg-charcoal\/15 {
  background-color: rgb(35 29 69 / 0.15);
}
.bg-charcoal\/20 {
  background-color: rgb(35 29 69 / 0.2);
}
.bg-charcoal\/5 {
  background-color: rgb(35 29 69 / 0.05);
}
.bg-charcoal\/90 {
  background-color: rgb(35 29 69 / 0.9);
}
.bg-clay {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 238 / var(--tw-bg-opacity, 1));
}
.bg-clay\/30 {
  background-color: rgb(244 241 238 / 0.3);
}
.bg-clay\/40 {
  background-color: rgb(244 241 238 / 0.4);
}
.bg-clay\/50 {
  background-color: rgb(244 241 238 / 0.5);
}
.bg-clay\/60 {
  background-color: rgb(244 241 238 / 0.6);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.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-magenta\/15 {
  background-color: rgb(160 1 154 / 0.15);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 154 / var(--tw-bg-opacity, 1));
}
.bg-primary\/10 {
  background-color: rgb(0 161 154 / 0.1);
}
.bg-primary\/15 {
  background-color: rgb(0 161 154 / 0.15);
}
.bg-primary\/20 {
  background-color: rgb(0 161 154 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(0 161 154 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(0 161 154 / 0.3);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 201 191 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/15 {
  background-color: rgb(0 201 191 / 0.15);
}
.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\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-\[linear-gradient\(rgba\(0\2c 230\2c 214\2c 0\.06\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(160\2c 1\2c 154\2c 0\.06\)_1px\2c transparent_1px\)\] {
  background-image: linear-gradient(rgba(0,230,214,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(160,1,154,0.06) 1px,transparent 1px);
}
.bg-\[linear-gradient\(rgba\(0\2c 230\2c 214\2c 0\.07\)_1px\2c transparent_1px\)\2c linear-gradient\(90deg\2c rgba\(160\2c 1\2c 154\2c 0\.08\)_1px\2c transparent_1px\)\] {
  background-image: linear-gradient(rgba(0,230,214,0.07) 1px,transparent 1px),linear-gradient(90deg,rgba(160,1,154,0.08) 1px,transparent 1px);
}
.bg-\[radial-gradient\(ellipse_60\%_50\%_at_10\%_90\%\2c rgba\(244\2c 241\2c 238\2c 0\.9\)_0\%\2c transparent_50\%\)\] {
  background-image: radial-gradient(ellipse 60% 50% at 10% 90%,rgba(244,241,238,0.9) 0%,transparent 50%);
}
.bg-\[radial-gradient\(ellipse_80\%_60\%_at_70\%_20\%\2c rgba\(0\2c 161\2c 154\2c 0\.09\)_0\%\2c transparent_55\%\)\] {
  background-image: radial-gradient(ellipse 80% 60% at 70% 20%,rgba(0,161,154,0.09) 0%,transparent 55%);
}
.bg-\[radial-gradient\(ellipse_at_50\%_0\%\2c rgba\(0\2c 161\2c 154\2c 0\.12\)_0\%\2c transparent_55\%\)\] {
  background-image: radial-gradient(ellipse at 50% 0%,rgba(0,161,154,0.12) 0%,transparent 55%);
}
.bg-\[radial-gradient\(ellipse_at_center\2c _rgba\(0\2c 161\2c 154\2c 0\.06\)_0\%\2c _transparent_60\%\)\] {
  background-image: radial-gradient(ellipse at center, rgba(0,161,154,0.06) 0%, transparent 60%);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-amber-50\/90 {
  --tw-gradient-from: rgb(255 251 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-charcoal\/25 {
  --tw-gradient-from: rgb(35 29 69 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 29 69 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-clay {
  --tw-gradient-from: #F4F1EE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-50\/80 {
  --tw-gradient-from: rgb(253 244 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {
  --tw-gradient-from: #00a19a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 161 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/10 {
  --tw-gradient-from: rgb(0 161 154 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 161 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/15 {
  --tw-gradient-from: rgb(0 161 154 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 161 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-50\/90 {
  --tw-gradient-from: rgb(240 253 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-clay {
  --tw-gradient-to: rgb(244 241 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F4F1EE var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-clay\/80 {
  --tw-gradient-to: rgb(244 241 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 238 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-accent {
  --tw-gradient-to: #00e6d6 var(--tw-gradient-to-position);
}
.to-amber-400 {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}
.to-primary\/80 {
  --tw-gradient-to: rgb(0 161 154 / 0.8) var(--tw-gradient-to-position);
}
.to-primary\/\[0\.07\] {
  --tw-gradient-to: rgb(0 161 154 / 0.07) var(--tw-gradient-to-position);
}
.to-rose-400 {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}
.to-secondary\/10 {
  --tw-gradient-to: rgb(0 201 191 / 0.1) var(--tw-gradient-to-position);
}
.to-secondary\/5 {
  --tw-gradient-to: rgb(0 201 191 / 0.05) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-\[size\:24px_24px\] {
  background-size: 24px 24px;
}
.bg-\[size\:28px_28px\] {
  background-size: 28px 28px;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[center_20\%\] {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.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-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}
.font-sans {
  font-family: Plus Jakarta Sans, sans-serif;
}
.font-serif {
  font-family: Instrument Serif, 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-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-\[0\.98\] {
  line-height: 0.98;
}
.leading-\[1\.02\] {
  line-height: 1.02;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#25D366\] {
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.55\)\] {
  color: rgba(255,255,255,0.55);
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(35 29 69 / var(--tw-text-opacity, 1));
}
.text-charcoal\/25 {
  color: rgb(35 29 69 / 0.25);
}
.text-charcoal\/40 {
  color: rgb(35 29 69 / 0.4);
}
.text-charcoal\/45 {
  color: rgb(35 29 69 / 0.45);
}
.text-charcoal\/50 {
  color: rgb(35 29 69 / 0.5);
}
.text-charcoal\/55 {
  color: rgb(35 29 69 / 0.55);
}
.text-charcoal\/60 {
  color: rgb(35 29 69 / 0.6);
}
.text-charcoal\/65 {
  color: rgb(35 29 69 / 0.65);
}
.text-charcoal\/70 {
  color: rgb(35 29 69 / 0.7);
}
.text-charcoal\/75 {
  color: rgb(35 29 69 / 0.75);
}
.text-charcoal\/80 {
  color: rgb(35 29 69 / 0.8);
}
.text-charcoal\/85 {
  color: rgb(35 29 69 / 0.85);
}
.text-charcoal\/90 {
  color: rgb(35 29 69 / 0.9);
}
.text-charcoal\/\[0\.06\] {
  color: rgb(35 29 69 / 0.06);
}
.text-clay {
  --tw-text-opacity: 1;
  color: rgb(244 241 238 / var(--tw-text-opacity, 1));
}
.text-clay\/35 {
  color: rgb(244 241 238 / 0.35);
}
.text-clay\/40 {
  color: rgb(244 241 238 / 0.4);
}
.text-clay\/55 {
  color: rgb(244 241 238 / 0.55);
}
.text-clay\/60 {
  color: rgb(244 241 238 / 0.6);
}
.text-clay\/70 {
  color: rgb(244 241 238 / 0.7);
}
.text-clay\/75 {
  color: rgb(244 241 238 / 0.75);
}
.text-clay\/85 {
  color: rgb(244 241 238 / 0.85);
}
.text-clay\/90 {
  color: rgb(244 241 238 / 0.9);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / 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-magenta\/80 {
  color: rgb(160 1 154 / 0.8);
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 161 154 / var(--tw-text-opacity, 1));
}
.text-primary\/30 {
  color: rgb(0 161 154 / 0.3);
}
.text-primary\/80 {
  color: rgb(0 161 154 / 0.8);
}
.text-primary\/90 {
  color: rgb(0 161 154 / 0.9);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.decoration-white\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-white\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.opacity-\[0\.2\] {
  opacity: 0.2;
}
.opacity-\[0\.35\] {
  opacity: 0.35;
}
.opacity-\[0\.45\] {
  opacity: 0.45;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_60px_-24px_rgba\(35\2c 29\2c 69\2c 0\.18\)\] {
  --tw-shadow: 0 24px 60px -24px rgba(35,29,69,0.18);
  --tw-shadow-colored: 0 24px 60px -24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.06\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  --tw-shadow-colored: inset 0 1px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-charcoal\/10 {
  --tw-shadow-color: rgb(35 29 69 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-charcoal\/5 {
  --tw-shadow-color: rgb(35 29 69 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/20 {
  --tw-shadow-color: rgb(0 161 154 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-charcoal\/10 {
  --tw-ring-color: rgb(35 29 69 / 0.1);
}
.ring-charcoal\/5 {
  --tw-ring-color: rgb(35 29 69 / 0.05);
}
.ring-charcoal\/\[0\.04\] {
  --tw-ring-color: rgb(35 29 69 / 0.04);
}
.ring-charcoal\/\[0\.06\] {
  --tw-ring-color: rgb(35 29 69 / 0.06);
}
.ring-primary\/20 {
  --tw-ring-color: rgb(0 161 154 / 0.2);
}
.ring-primary\/25 {
  --tw-ring-color: rgb(0 161 154 / 0.25);
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl {
  --tw-blur: blur(24px);
  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);
}
.grayscale {
  --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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-\[background\2c box-shadow\2c backdrop-filter\] {
  transition-property: background,box-shadow,backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}

/* Toast notification */
.toast {
  visibility: hidden;
  min-width: 280px;
  background-color: #00a19a;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  padding: 16px 24px;
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  box-shadow: 0 20px 25px -5px rgba(35,29,69,0.1);
}
.toast.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein {
  from { bottom: 0; opacity: 0; }
  to { bottom: 40px; opacity: 1; }
}
@keyframes fadeout {
  from { bottom: 40px; opacity: 1; }
  to { bottom: 0; opacity: 0; }
}

/* FAQ accordion */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 1.5rem;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Carousel */
.carousel-container {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Belief cards — animated entrance on scroll */
.belief-card {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease;
}
.belief-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.belief-card:hover,
.belief-card.visible:hover {
  transform: translateY(-6px) scale(1.02);
}

/* What we stand for cards — animated entrance on scroll */
.stand-for-card {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease;
}
.stand-for-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.stand-for-card:hover,
.stand-for-card.visible:hover {
  transform: translateY(-6px) scale(1.02);
}

/* Floating shapes */
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}
.float-shape {
  animation: float 6s ease-in-out infinite;
}
.float-shape-delayed {
  animation: float 6s ease-in-out infinite;
  animation-delay: -2s;
}
.float-shape-slow {
  animation: float 8s ease-in-out infinite;
  animation-delay: -4s;
}

/* Mobile menu */
#mobileMenu {
  transition: transform 0.3s ease-in-out;
}

/* Cookie banner */
.cookie-banner {
  animation: slideUp 0.5s ease-out;
}
@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* Partner logos marquee */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-track {
  animation: marquee 30s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}

/* umovingu statement — moving marquee (Home page only) */
@keyframes marquee-passport {
  0% { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}
.marquee-passport-statement {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.marquee-passport-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-passport 25s linear infinite;
  white-space: nowrap;
}
.marquee-passport-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  padding: 0 1.5em;
  font-family: 'Instrument Serif', ui-serif, serif;
  color: #231d45;
  flex-shrink: 0;
}
.marquee-passport-item strong {
  color: #231d45;
}

/* Partner logo — no background, logos display as-is */
.partner-logo-cell {
  background: transparent !important;
  background-color: transparent !important;
  isolation: isolate;
}
.partner-logo {
  display: block;
}

/* Gradient text */
.text-gradient {
  background: linear-gradient(135deg, #00a19a 0%, #00e6d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Gradient text — teal palette for "Your property finally understood" and headings */
.text-gradient-contrast {
  background: linear-gradient(135deg, #00e6d6 0%, #00a19a 50%, #00c9bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Lightbox */
.lightbox-overlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* WhatsApp button pulse */
@keyframes pulse-ring {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}
.whatsapp-pulse::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  animation: pulse-ring 2s ease-out infinite;
  z-index: -1;
}

@keyframes site-ambient-shift {
  0%, 100% { background-position: 0% 30%; }
  50% { background-position: 100% 70%; }
}

@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
    background-image: none;
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(38px) scale(0.985);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.step-number-pop {
  opacity: 0;
  transform: scale(0.5);
}
.reveal.visible .step-number-pop {
  animation: step-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
@keyframes step-pop {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

/* Overlapping phones */
.phone-overlap-container {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
}
.phone-overlap {
  position: absolute;
  width: 48%;
  transition: transform 0.4s ease, z-index 0s, filter 0.4s ease, opacity 0.4s ease;
}
.phone-overlap-left {
  left: 0;
  top: 6%;
  z-index: 1;
  transform: rotate(-8deg);
}
.phone-overlap-centre {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}
.phone-overlap-right {
  right: 0;
  top: 6%;
  z-index: 1;
  transform: rotate(8deg);
}
.phone-overlap-left:hover,
.phone-overlap-right:hover {
  z-index: 4;
  filter: brightness(1.02);
}
.phone-overlap.active {
  z-index: 3;
}
.phone-frame-mini {
  position: relative;
  background: #2d2d3f;
  border-radius: 36px;
  padding: 16px;
  box-shadow:
    0 20px 50px -10px rgba(35,29,69,0.35),
    0 0 0 2px rgba(255,255,255,0.12) inset,
    0 0 0 1px rgba(0,0,0,0.3);
  aspect-ratio: 9 / 19.5;
  overflow: hidden;
  box-sizing: border-box;
}
.phone-notch-mini {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: #1a1a24;
  border-radius: 0 0 20px 20px;
  z-index: 10;
}
.phone-screen-mini {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  /* Screen inset within bezel — inner radius < (frame radius - padding) for proper iPhone look */
  box-sizing: border-box;
}
.phone-screen-mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.product-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.product-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Handset trio — three original handset images overlapping */
.handset-trio {
  max-width: 960px;
}
.handset-trio > div {
  flex-shrink: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), z-index 0s, filter 0.4s ease, box-shadow 0.4s ease;
}
.handset-trio-side {
  width: 55%;
  position: relative;
  z-index: 1;
}
.handset-trio-centre {
  width: 58%;
  position: relative;
  z-index: 3;
}
.handset-trio-left {
  transform: rotate(-6deg);
  margin-right: -32%;
}
.handset-trio-right {
  transform: rotate(6deg);
  margin-left: -32%;
}
.handset-trio-side:hover {
  z-index: 4;
  filter: brightness(1.02);
  transform: rotate(0deg) scale(1.06);
}
.handset-trio-centre:hover {
  transform: scale(1.06);
}
/* Crop out box frame from handset images — show phone only */
.handset-no-box {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 25px 60px -12px rgba(35,29,69,0.2);
}
.handset-no-box img {
  display: block;
  transform: scale(1.08);
  transform-origin: center center;
  mix-blend-mode: multiply;
  box-shadow: none;
}
.handset-trio img {
  border-radius: 20px;
  box-shadow: 0 25px 60px -12px rgba(35,29,69,0.2);
  mix-blend-mode: multiply;
  background: transparent;
}

/* Scroll-triggered handset animations */
.handset-scroll-left {
  opacity: 0;
  transform: translateX(-60px) rotate(-12deg) scale(0.85);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.handset-scroll-left.in-view {
  opacity: 1;
  transform: translateX(0) rotate(-6deg) scale(1);
  margin-right: -32%;
}
.handset-scroll-centre {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.handset-scroll-centre.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.handset-scroll-right {
  opacity: 0;
  transform: translateX(60px) rotate(12deg) scale(0.85);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s,
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.handset-scroll-right.in-view {
  opacity: 1;
  transform: translateX(0) rotate(6deg) scale(1);
  margin-left: -32%;
}

@media (max-width: 639px) {
  .handset-trio {
    max-width: 440px;
  }
  .handset-trio-left {
    margin-right: -32%;
  }
  .handset-trio-right {
    margin-left: -32%;
  }
  .handset-scroll-left.in-view {
    margin-right: -32%;
  }
  .handset-scroll-right.in-view {
    margin-left: -32%;
  }
  .handset-trio img {
    border-radius: 14px;
  }
  .handset-no-box {
    border-radius: 14px;
  }
}

/* Feature phone scroll-in animation */
.feature-phone-scroll-in {
  opacity: 0;
  transform: translateY(60px) scale(0.92);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.feature-phone-scroll-in.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Responsive tweaks for overlapping phones */
@media (max-width: 639px) {
  .phone-overlap-container {
    max-width: 340px;
  }
  .phone-frame-mini {
    border-radius: 28px;
    padding: 12px;
  }
  .phone-screen-mini {
    border-radius: 16px;
  }
  .phone-notch-mini {
    width: 64px;
    height: 20px;
    top: 12px;
    border-radius: 0 0 16px 16px;
  }
}

/* Gallery grid hover */
.gallery-item {
  overflow: hidden;
  cursor: pointer;
}
.gallery-item img {
  transition: transform 0.7s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}

/* Section 3 — The Problem: slightly desaturated chaos image */
.problem-chaos-image {
  filter: saturate(0.75);
}

/* Section 5 — Value: product screens with subtle hover scale */
.value-screen-wrap {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.value-screen-wrap:hover {
  transform: scale(1.02);
}

/* ===================== SECTION 4 — THE IDEA (TYPOGRAPHY SPEC) ===================== */
.section-idea__container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.section-idea__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Headline — BIG STATEMENT (same font as rest of site headings) */
.section-idea__headline {
  font-family: 'Instrument Serif', ui-serif, serif;
  font-size: 3rem; /* text-5xl */
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #231d45;
}

/* Supporting lines — calm explanation */
.section-idea__supporting {
  margin-top: 32px;
}

.section-idea__supporting p {
  font-family: 'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
}

.section-idea__supporting p + p {
  margin-top: 14px;
}

/* Final lines — confident conclusion (with pause before) */
.section-idea__final {
  margin-top: 44px;
}

.section-idea__final p {
  font-family: 'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #231d45;
}

.section-idea__final p + p {
  margin-top: 4px;
}

.section-idea__final p.text-primary {
  color: #00a19a;
}

/* Desktop: larger sizes (match hero text-5xl → text-8xl) */
@media (min-width: 640px) {
  .section-idea__headline {
    font-size: 3.75rem; /* text-6xl */
  }
}
@media (min-width: 768px) {
  .section-idea__headline {
    font-size: 4.5rem; /* text-7xl */
  }

  .section-idea__supporting p {
    font-size: 20px;
    line-height: 32px;
  }

  .section-idea__supporting p + p {
    margin-top: 14px;
  }

  .section-idea__final {
    margin-top: 44px;
  }

  .section-idea__final p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .section-idea__headline {
    font-size: 6rem; /* text-8xl */
  }
}

/* Home Three — idea block: headline left, card right */
.home-three-idea-split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .home-three-idea-split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 3rem;
  }
}
.home-three-idea-section .home-three-idea-supporting {
  margin-top: 0;
}
.home-three-idea-section .home-three-idea-supporting p {
  color: rgba(35, 29, 69, 0.92);
}
.home-three-idea-section .home-three-idea-final {
  margin-top: 0;
}
.home-three-idea-headline.home-three-idea-headline {
  font-size: 2.75rem;
}
@media (min-width: 640px) {
  .home-three-idea-headline.home-three-idea-headline {
    font-size: 3.25rem;
  }
}
@media (min-width: 768px) {
  .home-three-idea-headline.home-three-idea-headline {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .home-three-idea-headline.home-three-idea-headline {
    font-size: 4.25rem;
    max-width: 14ch;
  }
}

/* Hero app mockup — subtle depth */
.hero-passport-mockup {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-passport-mockup:hover {
  transform: translateY(-4px);
}

/* Hero phone slide-in animation */
@keyframes phoneSlideIn {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.02);
  }
  80% {
    transform: translateY(4px) scale(0.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes phoneGlow {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.hero-phone-slide-in {
  animation: phoneSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
.hero-phone-glow {
  animation: phoneGlow 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

/* Testimonial card */
.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(35,29,69,0.1);
}

/* Step number labels (01–05) — scroll-triggered highlight */
.step-label {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.25;
  transition: opacity 0.6s ease, transform 0.6s ease, color 0.6s ease, text-shadow 0.6s ease;
  transform: translateX(-10px);
}
@media (min-width: 640px) {
  .step-label {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .step-label {
    font-size: 5rem;
  }
}
.step-label.step-active {
  opacity: 1;
  transform: translateX(0);
  text-shadow: 0 0 30px rgba(0,161,154,0.35);
}

/* Phone spinning vertically (Y-axis rotation) */
@keyframes spinVertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.phone-spin-vertical {
  animation: spinVertical 12s linear infinite;
  transform-style: preserve-3d;
}

/* Founder portrait */
.founder-portrait {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: 0 12px 40px -8px rgba(35,29,69,0.18);
  border: 4px solid #fff;
}
@media (min-width: 640px) {
  .founder-portrait {
    width: 200px;
    height: 200px;
  }
}

/* Sticky card stack (About 01–05) */
.stack-cards-wrapper {
  position: relative;
}
.stack-card {
  transition: box-shadow 0.3s ease;
}
.stack-card:last-child {
  margin-bottom: 0;
}

/* Founding 30 — pulsing dot */
@keyframes f30PulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.6); }
}
.f30-pulse-dot {
  animation: f30PulseDot 2s ease-in-out infinite;
}

/* Founding 30 — fade in from below */
@keyframes f30FadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.f30-fade-in {
  animation: f30FadeIn 0.8s ease-out both;
}

/* Founding 30 — step number pop */
.f30-step-pop {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reveal.visible .f30-step-pop {
  animation: f30Pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes f30Pop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Founding 30 — stagger delays for cards and steps */
.f30-stagger-1 { transition-delay: 0.05s; }
.f30-stagger-2 { transition-delay: 0.12s; }
.f30-stagger-3 { transition-delay: 0.19s; }
.f30-stagger-4 { transition-delay: 0.26s; }
.f30-stagger-5 { transition-delay: 0.33s; }
.f30-stagger-6 { transition-delay: 0.40s; }

/* ===================== PROPERTY SALE TIMELINE ===================== */
.timeline-toggle-btn {
  color: #6b7280;
}
.timeline-toggle-btn[aria-pressed="true"],
.timeline-toggle-btn.active {
  background: #231d45;
  color: #fff;
  box-shadow: 0 2px 8px rgba(35, 29, 69, 0.2);
}
.timeline-toggle-btn[data-mode="prepared"][aria-pressed="true"],
.timeline-toggle-btn[data-mode="prepared"].active {
  background: linear-gradient(135deg, #00a19a 0%, #00e6d6 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 161, 154, 0.35);
}

.timeline-track {
  height: 12px;
  background: linear-gradient(90deg, #ef4444 0%, #9ca3af 50%, #6b7280 100%);
  border-radius: 9999px;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.timeline-track-prepared {
  background: linear-gradient(90deg, #00a19a 0%, #00c9bf 40%, #00e6d6 70%, #00a19a 100%);
}

.timeline-progress {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  transition: width 0.6s ease;
}
.timeline-progress-prepared {
  background: rgba(255, 255, 255, 0.25);
}

.timeline-milestone {
  position: relative;
  flex: 1;
  min-width: 100px;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 1.5rem;
  transition: transform 0.2s ease;
}
.timeline-milestone:hover {
  transform: translateY(-2px);
}
.timeline-milestone:hover .milestone-dot {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.timeline-milestone:hover .milestone-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.timeline-milestone.expanded .milestone-dot {
  transform: scale(1.15);
  box-shadow: 0 4px 16px rgba(0, 161, 154, 0.4);
}

.milestone-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.timeline-milestone.prepared .milestone-dot {
  border-color: #F4F1EE;
}

.milestone-label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.milestone-label .day-range {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}
.timeline-milestone.prepared .milestone-label .day-range {
  color: #00a19a;
}
.milestone-label .stage-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #231d45;
  line-height: 1.2;
}

.milestone-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #231d45;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.8125rem;
  line-height: 1.4;
  width: 220px;
  max-width: 90vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(35, 29, 69, 0.25);
}
.milestone-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #231d45;
}

/* Timeline scroll progress animation */
.timeline-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.timeline-container.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-container.hidden {
  display: none !important;
}

/* Responsive: stack milestones on small screens */
@media (max-width: 767px) {
  .timeline-milestones {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .timeline-milestone {
    max-width: 100%;
    min-width: 200px;
  }
}

/* ===================== EXPERIENCE UMOVINGU PAGE ===================== */
.experience-hero {
  min-height: 100vh;
}

.experience-phone-wrapper {
  position: relative;
  perspective: 1400px;
  max-width: 420px;
  margin: 0 auto;
}

.experience-phone-inner {
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.experience-phone-wrapper:hover .experience-phone-inner,
.experience-phone-wrapper.phone-tilt .experience-phone-inner {
  transform: rotateX(-6deg) rotateY(4deg) scale(1.02);
}

.experience-phone-image-wrap {
  position: relative;
  display: block;
}

.experience-phone-img {
  transition: filter 0.4s ease;
  display: block;
}

.experience-phone-wrapper:hover .experience-phone-img,
.experience-phone-wrapper.phone-tilt .experience-phone-img {
  filter: brightness(1.08);
}

.experience-screen-overlay {
  position: absolute;
  left: 18%;
  top: 10%;
  width: 64%;
  height: 78%;
  border-radius: 1.1rem;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

.experience-phone-wrapper:hover .experience-screen-overlay,
.experience-phone-wrapper.phone-tilt .experience-screen-overlay {
  box-shadow: 0 0 24px rgba(0, 161, 154, 0.3);
}

.experience-screen-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.experience-screen-content.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.experience-screen-mockup {
  background: #fff;
}

.experience-tap-ripple {
  position: absolute;
  left: 50%;
  top: 65%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background: rgba(0, 161, 154, 0.4);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.experience-phone-wrapper.tap-ripple .experience-tap-ripple {
  animation: experience-tap-ripple 0.6s ease-out forwards;
}

@keyframes experience-tap-ripple {
  0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}

.experience-phone-tooltip {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.experience-phone-wrapper:hover .experience-phone-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Experience swipe phone */
.experience-swipe-phone {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}

.experience-swipe-frame {
  background: #1a1a24;
  border-radius: 28px;
  padding: 12px;
  box-shadow: 0 25px 50px -12px rgba(35, 29, 69, 0.3);
  aspect-ratio: 9 / 19.5;
  overflow: hidden;
}

.experience-swipe-screens {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.experience-swipe-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.experience-swipe-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.experience-swipe-slide.prev {
  transform: translateX(-100%);
}

.experience-label {
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.experience-label.active {
  opacity: 1;
}

.experience-timeline-mockup,
.experience-status-mockup {
  min-height: 100%;
}

@media (max-width: 639px) {
  .experience-screen-overlay {
    left: 16%;
    top: 9%;
    width: 68%;
    height: 76%;
  }
}

/* ===================== HOME TWO — ENHANCED ANIMATIONS ===================== */

/* Hero floating orbs */
@keyframes home-two-float {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  33% { transform: translate(12px, -16px) scale(1.05); opacity: 0.8; }
  66% { transform: translate(-8px, 8px) scale(0.98); opacity: 0.5; }
}
@keyframes home-two-float-slow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.5; }
  50% { transform: translate(-15px, -12px) rotate(8deg); opacity: 0.7; }
}
.home-two-orb {
  animation: home-two-float 8s ease-in-out infinite;
}
.home-two-orb-slow {
  animation: home-two-float-slow 12s ease-in-out infinite;
  animation-delay: -3s;
}

/* Hero headline — staggered word reveal */
.home-two-headline-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
  animation: home-two-word-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.reveal.visible .home-two-hw-1 { animation-delay: 0.1s; }
.reveal.visible .home-two-hw-2 { animation-delay: 0.2s; }
.reveal.visible .home-two-hw-3 { animation-delay: 0.3s; }
.reveal.visible .home-two-hw-4 { animation-delay: 0.45s; }
.reveal.visible .home-two-hw-5 { animation-delay: 0.55s; }
@keyframes home-two-word-in {
  to { opacity: 1; transform: translateY(0); }
}

/* Hero — underline draw */
@keyframes home-two-underline {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.home-two-underline {
  position: relative;
  display: inline-block;
}
.home-two-underline::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00a19a, #00e6d6);
  transform-origin: left;
  border-radius: 2px;
}
.reveal.visible .home-two-underline::after {
  animation: home-two-underline 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.home-two-underline::after {
  transform: scaleX(0);
}

/* UI stack — cascading image entrance */
.ui-stack-card {
  opacity: 0;
  transform: translate(40px, 30px) scale(0.92);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease;
}
.ui-stack.in-view .ui-stack-card:nth-child(1) { transition-delay: 0.1s; }
.ui-stack.in-view .ui-stack-card:nth-child(2) { transition-delay: 0.2s; }
.ui-stack.in-view .ui-stack-card:nth-child(3) { transition-delay: 0.3s; }
.ui-stack.in-view .ui-stack-card:nth-child(4) { transition-delay: 0.4s; }
.ui-stack.in-view .ui-stack-card {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* Impact list — staggered item entrance */
.home-two-impact-item {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-two-impact.in-view .home-two-impact-item:nth-child(1) { transition-delay: 0.05s; }
.home-two-impact.in-view .home-two-impact-item:nth-child(2) { transition-delay: 0.12s; }
.home-two-impact.in-view .home-two-impact-item:nth-child(3) { transition-delay: 0.19s; }
.home-two-impact.in-view .home-two-impact-item:nth-child(4) { transition-delay: 0.26s; }
.home-two-impact.in-view .home-two-impact-item:nth-child(5) { transition-delay: 0.33s; }
.home-two-impact.in-view .home-two-impact-item:nth-child(6) { transition-delay: 0.4s; }
.home-two-impact.in-view .home-two-impact-item {
  opacity: 1;
  transform: translateX(0);
}

/* Idea section — line stagger */
.home-two-idea-line {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-two-idea.in-view .home-two-idea-line { opacity: 1; transform: translateY(0); }
.home-two-idea.in-view .home-two-il-1 { transition-delay: 0.1s; }
.home-two-idea.in-view .home-two-il-2 { transition-delay: 0.2s; }
.home-two-idea.in-view .home-two-il-3 { transition-delay: 0.3s; }
.home-two-idea.in-view .home-two-il-4 { transition-delay: 0.4s; }
.home-two-idea.in-view .home-two-il-5 { transition-delay: 0.5s; }
.home-two-idea.in-view .home-two-il-6 { transition-delay: 0.6s; }
.home-two-idea.in-view .home-two-il-7 { transition-delay: 0.7s; }

/* Gradient shimmer on key text */
@keyframes home-two-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.home-two-shimmer {
  background: linear-gradient(90deg, #231d45 0%, #00a19a 25%, #00e6d6 50%, #00a19a 75%, #231d45 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: home-two-shimmer 8s linear infinite;
}

/* Value section — image lift on scroll */
.home-two-value-img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
}
.home-two-value-block.in-view .home-two-value-img {
  transform: translateY(0) scale(1);
  box-shadow: 0 25px 50px -12px rgba(35, 29, 69, 0.2);
}
.home-two-value-block .home-two-value-img {
  transform: translateY(20px) scale(0.98);
  box-shadow: 0 10px 30px -10px rgba(35, 29, 69, 0.15);
}

/* Problem section — pulsing dash */
@keyframes home-two-dash-pulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}
.home-two-dash {
  display: inline-block;
  animation: home-two-dash-pulse 2s ease-in-out infinite;
}

/* CTA button subtle glow */
@keyframes home-two-cta-glow {
  0%, 100% { box-shadow: 0 4px 20px rgba(0, 161, 154, 0.35); }
  50% { box-shadow: 0 4px 28px rgba(0, 161, 154, 0.5); }
}
.home-two-cta-btn {
  animation: home-two-cta-glow 3s ease-in-out infinite;
}

/* ===================== HOME PAGE — ALTERNATING SECTION BLOCKS ===================== */
.home-section-block {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  box-shadow: 0 1px 0 0 rgba(35, 29, 69, 0.08);
}
.home-section-block.section-turquoise {
  background: linear-gradient(180deg, rgba(0, 161, 154, 0.12) 0%, rgba(0, 201, 191, 0.08) 100%);
  border-top-color: rgba(0, 161, 154, 0.25);
  border-bottom-color: rgba(0, 161, 154, 0.15);
}
.home-section-block.section-purple {
  background: linear-gradient(180deg, rgba(35, 29, 69, 0.06) 0%, rgba(35, 29, 69, 0.03) 100%);
  border-top-color: rgba(35, 29, 69, 0.2);
  border-bottom-color: rgba(35, 29, 69, 0.1);
}
.home-section-block.section-white {
  background: #ffffff;
  border-top-color: rgba(35, 29, 69, 0.12);
  border-bottom-color: rgba(0, 161, 154, 0.12);
}

/* ===================== HOME THREE — Apple-style premium landing ===================== */

@keyframes home-three-device-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes home-three-chaos-drift {
  0%, 100% { transform: scale(1.05) translate(0, 0); }
  50% { transform: scale(1.08) translate(-1%, 1%); }
}

.home-three-float-wrap {
  animation: home-three-device-float 11s ease-in-out infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .home-three-float-wrap {
    animation: none;
  }
  .home-three-chaos-img {
    animation: none !important;
  }
}

.home-three-chaos-img {
  animation: home-three-chaos-drift 18s ease-in-out infinite;
}

/* Device stack — rotated layers (overrides generic .ui-stack-card transforms) */
.ui-stack.home-three-device-cluster {
  perspective: 1400px;
  height: 420px;
  max-height: 52vh;
}

@media (min-width: 1024px) {
  .home-three-hero {
    min-height: 70vh;
  }
}

.ui-stack.home-three-device-cluster .ui-stack-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  max-width: 320px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center center;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) !important;
  box-shadow: 0 25px 50px -12px rgba(35, 29, 69, 0.2);
}

.ui-stack.home-three-device-cluster .ui-stack-card:nth-child(1) {
  z-index: 4;
  transform: translate(-50%, -50%) translate(36px, 28px) scale(0.94) rotate(0deg) !important;
}
.ui-stack.home-three-device-cluster .ui-stack-card:nth-child(2) {
  z-index: 3;
  transform: translate(-50%, -50%) translate(36px, 28px) scale(0.94) rotate(-5deg) translate(-18px, 10px) !important;
}
.ui-stack.home-three-device-cluster .ui-stack-card:nth-child(3) {
  z-index: 2;
  transform: translate(-50%, -50%) translate(36px, 28px) scale(0.94) rotate(7deg) translate(16px, 14px) !important;
}
.ui-stack.home-three-device-cluster .ui-stack-card:nth-child(4) {
  z-index: 1;
  transform: translate(-50%, -50%) translate(36px, 28px) scale(0.88) rotate(-11deg) translate(-22px, 22px) !important;
}

.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(1) {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) translate(0, 0) scale(1) !important;
}
.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-5deg) translate(-12px, 8px) scale(1) !important;
}
.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(3) {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(6deg) translate(14px, 12px) scale(1) !important;
}
.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(4) {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-10deg) translate(-18px, 18px) scale(0.94) !important;
}

.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(1) { transition-delay: 0.08s; }
.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(2) { transition-delay: 0.16s; }
.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(3) { transition-delay: 0.24s; }
.ui-stack.home-three-device-cluster.in-view .ui-stack-card:nth-child(4) { transition-delay: 0.32s; }

/* Impact cards — grid layout (override slide-in from list) */
#impactList.home-two-impact .home-two-impact-item.home-three-impact-card {
  transform: translateY(36px);
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s ease;
}
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card:nth-child(1) { transition-delay: 0.06s; }
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card:nth-child(2) { transition-delay: 0.12s; }
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card:nth-child(3) { transition-delay: 0.18s; }
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card:nth-child(4) { transition-delay: 0.24s; }
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card:nth-child(5) { transition-delay: 0.3s; }
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card {
  opacity: 1;
  transform: translateY(0);
}
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card:hover {
  box-shadow: 0 20px 40px -12px rgba(0, 161, 154, 0.35);
}
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card--nova {
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
#impactList.home-two-impact.in-view .home-two-impact-item.home-three-impact-card--nova:hover {
  box-shadow:
    0 0 0 1px rgba(0, 230, 214, 0.35),
    0 28px 56px -14px rgba(0, 161, 154, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 230, 214, 0.45);
}

/* Futuristic impact cards — subtle tech grid */
.home-three-impact-card--nova {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.5rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid rgba(0, 161, 154, 0.35);
  background: linear-gradient(135deg, #231d45 0%, #1a1735 45%, #121028 100%);
  box-shadow:
    0 0 0 1px rgba(0, 230, 214, 0.1),
    0 24px 48px -18px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
@media (min-width: 640px) {
  .home-three-impact-card--nova {
    padding: 2.5rem 2.5rem;
  }
}
.home-three-impact-card__grid {
  background-image:
    linear-gradient(rgba(0, 230, 214, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 230, 214, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}
.home-three-impact-card__label {
  position: relative;
  z-index: 10;
  font-family: 'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 640px) {
  .home-three-impact-card__label {
    font-size: 1.25rem;
  }
}

.home-three-demand-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-three-demand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(35, 29, 69, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .home-three-demand-card:hover {
    transform: none;
  }
}

/* ===================== HOME — cream sticky nav + ink ticker ===================== */
.home-sticky-nav {
  background-color: rgba(244, 241, 238, 0.88);
  border-bottom: 1px solid rgba(35, 29, 69, 0.06);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.home-sticky-nav.home-sticky-nav--scrolled {
  background-color: rgba(244, 241, 238, 0.78);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(35, 29, 69, 0.1);
  box-shadow: 0 8px 32px -12px rgba(35, 29, 69, 0.14);
}

/* Home — "The thing nobody tells you" two-line headline */
.home-whisper-headline {
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.home-sticky-nav .nav-link.nav-link-active,
.home-sticky-nav .nav-link[aria-current="page"] {
  color: #231d45 !important;
  background-color: rgba(0, 161, 154, 0.2);
  border-radius: 9999px;
  box-shadow: inset 0 -2px 0 0 #00c9bf;
}

/* Keep current-page styling when hovering (Tailwind hover utilities load later) */
.home-sticky-nav .nav-link.nav-link-active:hover,
.home-sticky-nav .nav-link[aria-current="page"]:hover {
  color: #231d45 !important;
  background-color: rgba(0, 161, 154, 0.22);
  box-shadow: inset 0 -2px 0 0 #00c9bf;
}

@keyframes home-ink-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.home-ink-ticker__track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: home-ink-ticker 50s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .home-ink-ticker__track {
    animation: none;
  }
}

@keyframes home-ink-ticker-stat {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(0, 230, 214, 0);
  }
  50% {
    text-shadow: 0 0 12px rgba(0, 230, 214, 0.35);
  }
}
.home-ink-ticker__stat {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  animation: home-ink-ticker-stat 3.2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .home-ink-ticker__stat {
    animation: none;
    text-shadow: none;
  }
}

/* Home — problem headline: one line, scales down on narrow viewports */
.home-problem-headline {
  font-size: clamp(0.7rem, 1.35vw + 0.55rem, 3.75rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.home-problem-headline::-webkit-scrollbar {
  display: none;
}

/* Home — stat cards: subtle tech edge */
.home-stat-card {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 40px -20px rgba(0, 0, 0, 0.45);
}

/* Home — stat cards: colour accents (less bland) */
.home-stat-card--wait {
  background: linear-gradient(135deg, rgba(0, 161, 154, 0.12) 0%, rgba(0, 230, 214, 0.06) 50%, rgba(35, 29, 69, 0.35) 100%);
  border-color: rgba(0, 230, 214, 0.35);
}
.home-stat-card--risk {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.14) 0%, rgba(254, 243, 199, 0.06) 45%, rgba(35, 29, 69, 0.4) 100%);
  border-color: rgba(251, 191, 36, 0.4);
}
.home-stat-card--loss {
  background: linear-gradient(135deg, rgba(160, 1, 154, 0.22) 0%, rgba(0, 161, 154, 0.08) 55%, rgba(35, 29, 69, 0.45) 100%);
  border-color: rgba(236, 72, 153, 0.35);
}

/* Animated headline numbers — gradient + shimmer */
@keyframes home-stat-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes home-stat-pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.home-stat-value {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: home-stat-shimmer 4s ease-in-out infinite;
}
.home-stat-value--teal {
  background-image: linear-gradient(
    90deg,
    #5eead4 0%,
    #00e6d6 25%,
    #00c9bf 50%,
    #00a19a 75%,
    #5eead4 100%
  );
}
.home-stat-value--amber {
  background-image: linear-gradient(
    90deg,
    #fde68a 0%,
    #fbbf24 30%,
    #f59e0b 55%,
    #fcd34d 100%
  );
}
.home-stat-value--magenta {
  background-image: linear-gradient(
    90deg,
    #fbbf24 0%,
    #f472b6 35%,
    #e879f9 60%,
    #a855f7 85%,
    #fbbf24 100%
  );
}
.home-stat-value.home-stat-value--done {
  animation:
    home-stat-shimmer 4s ease-in-out infinite,
    home-stat-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 1;
}
@media (prefers-reduced-motion: reduce) {
  .home-stat-value {
    animation: none;
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: currentColor;
    color: #f4f1ee;
  }
  .home-stat-value--teal { color: #5eead4; }
  .home-stat-value--amber { color: #fbbf24; }
  .home-stat-value--magenta { color: #f0abfc; }
  .home-stat-value.home-stat-value--done {
    animation: none;
  }
  .home-problem-headline {
    white-space: normal;
    overflow-x: visible;
  }
}

/* Home — stat numbers on light / cream tiles */
.home-stat-value--teal-on-light {
  background-image: linear-gradient(
    90deg,
    #0d9488 0%,
    #14b8a6 35%,
    #00a19a 70%,
    #0d9488 100%
  );
}
.home-stat-value--amber-on-light {
  background-image: linear-gradient(
    90deg,
    #b45309 0%,
    #d97706 40%,
    #f59e0b 75%,
    #b45309 100%
  );
}
.home-stat-value--magenta-on-light {
  background-image: linear-gradient(
    90deg,
    #a21caf 0%,
    #c026d3 35%,
    #a0019a 70%,
    #86198f 100%
  );
}
@media (prefers-reduced-motion: reduce) {
  .home-stat-value--teal-on-light,
  .home-stat-value--amber-on-light,
  .home-stat-value--magenta-on-light {
    background-image: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: currentColor;
    color: #0f766e;
  }
  .home-stat-value--amber-on-light { color: #b45309; }
  .home-stat-value--magenta-on-light { color: #86198f; }
}

/* —— App store style preview badges (iOS / Android) + global motion polish —— */
.app-download-group {
  align-items: center;
}
.app-badge-link {
  display: inline-block;
  line-height: 0;
  border-radius: 10px;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    filter 0.3s ease;
}
.app-badge-link:focus-visible {
  outline: 2px solid #00a19a;
  outline-offset: 3px;
}
.app-badge-link:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px -12px rgba(0, 161, 154, 0.45);
}
.app-badge-img {
  display: block;
  height: auto;
  width: auto;
  max-height: 52px;
}
.app-badge-img--gp {
  max-height: 58px;
}
.app-badge-img--ios-dark {
  display: none;
}
.app-download-group[data-download-theme="footer"] .app-badge-img--ios-light {
  display: none;
}
.app-download-group[data-download-theme="footer"] .app-badge-img--ios-dark {
  display: block;
}

footer .app-badge-link:hover {
  box-shadow: 0 14px 32px -10px rgba(0, 230, 214, 0.35);
}

/* Footer: entrance motion + gentle badge drift (no text changes) */
@keyframes footer-enter-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes footer-app-badges-drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.footer-atmosphere__enter {
  animation: footer-enter-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.footer-atmosphere__enter--delayed {
  animation-delay: 0.14s;
}
.footer-app-badges-motion {
  animation: footer-app-badges-drift 5.2s ease-in-out infinite;
}

@keyframes nav-cta-shine {
  0% { transform: translateX(-130%) skewX(-14deg); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateX(180%) skewX(-14deg); opacity: 0; }
}
.nav-cta-shine {
  position: relative;
  overflow: hidden;
}
.nav-cta-shine::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-130%) skewX(-14deg);
  pointer-events: none;
}
.nav-cta-shine:hover::after {
  animation: nav-cta-shine 0.9s ease-out;
}

@keyframes home-sticky-nav-glow {
  0%, 100% { box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
  50% { box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 0 1px rgba(0, 161, 154, 0.12); }
}
.home-sticky-nav {
  animation: home-sticky-nav-glow 6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .home-sticky-nav {
    animation: none;
  }
  .nav-cta-shine::after {
    display: none;
  }
  .app-badge-link:hover {
    transform: none;
  }
  .footer-atmosphere__enter,
  .footer-app-badges-motion {
    animation: none;
  }
}

.placeholder\:text-charcoal\/35::-moz-placeholder {
  color: rgb(35 29 69 / 0.35);
}

.placeholder\:text-charcoal\/35::placeholder {
  color: rgb(35 29 69 / 0.35);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:border-charcoal\/30:hover {
  border-color: rgb(35 29 69 / 0.3);
}

.hover\:border-primary\/40:hover {
  border-color: rgb(0 161 154 / 0.4);
}

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

.hover\:bg-charcoal\/80:hover {
  background-color: rgb(35 29 69 / 0.8);
}

.hover\:bg-charcoal\/90:hover {
  background-color: rgb(35 29 69 / 0.9);
}

.hover\:bg-clay:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 154 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 143 137 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-white\/\[0\.08\]:hover {
  background-color: rgb(255 255 255 / 0.08);
}

.hover\:text-\[\#1da851\]:hover {
  --tw-text-opacity: 1;
  color: rgb(29 168 81 / var(--tw-text-opacity, 1));
}

.hover\:text-charcoal:hover {
  --tw-text-opacity: 1;
  color: rgb(35 29 69 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 161 154 / 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\:decoration-primary:hover {
  text-decoration-color: #00a19a;
}

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

.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-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 154 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary\/30:focus {
  --tw-ring-color: rgb(0 161 154 / 0.3);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-primary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 161 154 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:ring-offset-charcoal:focus-visible {
  --tw-ring-offset-color: #231d45;
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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\:bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(35 29 69 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 154 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary\/35 {
  background-color: rgb(0 161 154 / 0.35);
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 161 154 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px) {

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

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

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

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

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

  .sm\:inline {
    display: inline;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-\[10rem\] {
    min-width: 10rem;
  }

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

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

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

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

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

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

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

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl {
    font-size: 8rem;
    line-height: 0.95;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .md\:text-10xl {
    font-size: 10rem;
    line-height: 0.95;
  }

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:min-h-\[70vh\] {
    min-height: 70vh;
  }

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

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

  .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\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
}
