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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-20 {
  width: 5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), 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-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.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-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;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.opacity-5 {
  opacity: 0.05;
}
.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-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-blue-600\/25 {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.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\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-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);
}
@media (min-width: 640px) {

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

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
/* Styles retained from the original Remed landing page. */
html {
  scroll-behavior: smooth;
}

.cta-section {
  margin: 30px;
  border-radius: 20px;
  background-image: url("/landing/assets/cta-doctor.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.animatedLine {
  align-items: center;
  display: inline-block;
  height: 10px;
  border-radius: 5px;
  margin: 2px;
  width: 3px;
  background-color: white;
}
.black .animatedLine {

  background-color: black;
}

.pulse1 {
  animation: pulse1 1s infinite;
}

@keyframes pulse1 {
  0% {
    height: 20px;
    opacity: 0.7;
  }
  50% {
    height: 13px;
    opacity: 1;
  }
  100% {
    height: 20px;
    opacity: 0.7;
  }
}

.pulse2 {
  animation: pulse2 1.2s infinite;
}

@keyframes pulse2 {
  0% {
    height: 25px;
    opacity: 0.7;
  }
  50% {
    height: 12px;
    opacity: 1;
  }
  100% {
    height: 25px;
    opacity: 0.7;
  }
}

.pulse3 {
  animation: pulse3 1.4s infinite;
}

@keyframes pulse3 {
  0% {
    height: 23px;
    opacity: 0.7;
  }
  50% {
    height: 18px;
    opacity: 1;
  }
  100% {
    height: 23px;
    opacity: 0.7;
  }
}

.mockupLine {
  height: 10px;
  width: 100%;
  background-color: RGBA(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 8px 2px;
  animation: lineAnimation 3s infinite;
}

.mockupLine1 {
  animation: lineAnimation1 4s infinite;
}
.mockupLine2 {
  animation: lineAnimation2 4s infinite;
}
.mockupLine3 {
  animation: lineAnimation3 4s infinite;
}
.mockupLine4 {
  animation: lineAnimation4 4s infinite;
}

.pulseopacity1 {
  animation: pulseopacity1 1s infinite;
}
.pulseOpacity2 {
  animation: pulseOpacity2 1s infinite;
}

@keyframes pulseopacity1 {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes lineAnimation1 {
  0% {
    width: 0%;
  }
  20% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnimation2 {
  0% {
    width: 0%;
  }
  20% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnimation3 {
  0% {
    width: 0%;
  }
  40% {
    width: 0%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnimation4 {
  0% {
    width: 0%;
  }
  60% {
    width: 0%;
  }
  80% {
    width: 70%;
  }
  100% {
    width: 70%;
  }
}

.card {
  background: white;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  gap: 2px;
}

.card-title {
  font-size: 12px;
  font-weight: 600;
}

.card-subtitle {
  font-size: 12px;
  font-weight: normal;
  color: RGBA(0, 0, 0, 0.6);
}

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

.animated-text span {
  display: inline-block;
  opacity: 0;
  animation: letter-anim 0.1s forwards ease-in;
  color: rgb(0, 255, 0);
  position: relative;
}

@keyframes letter-anim {
  0% {
    top: -5px;
    opacity: 1;
  }

  100% {
    top: 0px;
    opacity: 1;
    color: black;
  }
}

.specialitiesList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

@media screen and (max-width: 800px) {
  .specialitiesList {
    display: grid;
    grid-template-columns: inherit;
    grid-auto-columns: 30%;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    padding: 5px 0px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

  :root {
    --text-color: #0e3a73;
    --main-bg: linear-gradient(90deg, rgb(0, 119, 255) 0%, rgb(0, 183, 255) 100%);
    --mainish-bg: rgb(0, 164, 255, 0.3);
    --mainish-color: rgb(18, 129, 255);
    --main-color: rgb(0, 119, 255);

    --bluegray-bg: rgba(48, 127, 159, 0.09);
    --blue-bg: linear-gradient(90deg, rgb(0, 119, 255) 0%, rgb(0, 183, 255) 100%);
    --red-bg: linear-gradient(
      45deg,
      rgba(255, 99, 99, 1) 0%,
      rgba(255, 162, 153, 1) 100%
    );
    --green-bg: linear-gradient(45deg, rgb(0, 187, 47) 0%, rgb(0, 172, 80) 100%);

    --yellow-bg: linear-gradient(
      45deg,
      rgb(255, 201, 51) 0%,
      rgb(255, 188, 2) 100%
    );
    --green-color: rgb(0, 187, 47);
    --greenish-bg: rgba(0, 206, 51, 0.1);

    --purple-bg: linear-gradient(
      45deg,
      rgba(180, 0, 250, 1) 0%,
      rgba(222, 0, 255, 1) 100%
    );
    --orange-bg: linear-gradient(
      45deg,
      rgb(255, 124, 2) 0%,
      rgb(255, 201, 51) 100%
    );
    --lightgray: RGBA(0, 0, 0, 0.1);
    --lightergray: RGBA(0, 0, 0, 0.05);
    --gray: RGBA(0, 0, 0, 0.2);
    --darkgray: RGBA(0, 0, 0, 0.4);
    --darkergray: RGBA(0, 0, 0, 0.6);
  }

  .c1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .c2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .c3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .c1-auto {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .cauto-1 {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .gap5 {
    gap: 5px !important;
  }
  .gap10 {
    gap: 10px !important;
  }
  .gap15 {
    gap: 15px !important;
  }
  .gap20 {
    gap: 20px !important;
  }

  .double {
    grid-column: span 2;
  }

  @media screen and (min-width: 80px) and (max-width: 801px),
    screen and (orientation: portrait) {

    .mp20 {
      padding: 20px !important;
    }

    body *.mc1 {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .blue-bg {
    background: var(--blue-bg);
  }
  .orange-bg {
    background: rgb(255, 154, 29);
    background: linear-gradient(
      45deg,
      rgb(255, 124, 2) 0%,
      rgb(255, 201, 51) 100%
    );
  }
  .green-bg {
    background: rgb(0, 206, 51);
    background: linear-gradient(45deg, rgb(0, 187, 47) 0%, rgb(0, 172, 80) 100%);
  }
  .red-bg {
    background: rgb(255, 99, 99);
    background: linear-gradient(
      45deg,
      rgba(255, 99, 99, 1) 0%,
      rgba(255, 162, 153, 1) 100%
    );
  }
  .purple-bg {
    background: rgb(180, 0, 250);
    background: linear-gradient(
      45deg,
      rgba(180, 0, 250, 1) 0%,
      rgba(222, 0, 255, 1) 100%
    );
  }
  .pink-bg {
    background: rgb(232, 47, 179);
    background: linear-gradient(
      45deg,
      rgba(232, 47, 179, 1) 0%,
      rgba(255, 67, 147, 1) 100%
    );
  }
  .white-bg {
    background: #fff;
  }

  .gray {
    color: RGBA(0, 0, 0, 0.4);
  }
  .black {
    color: #2e4562;
  }
  .white {
    color: RGBA(255, 255, 255, 1);
  }

  .redish {
    background: rgba(255, 99, 99, 0.08);
    color: rgb(255, 99, 99);
  }

  .pinkish {
    background: rgba(232, 47, 179, 0.06);
    color: rgb(232, 47, 179);
  }

  .blueish {
    background: rgba(0, 164, 255, 0.08);
    color: rgb(0, 164, 255);
  }
  .greenish {
    background: rgba(0, 206, 51, 0.08);
    color: rgb(0, 194, 48);
  }
  .orangeish {
    background: rgba(255, 154, 29, 0.08);
    color: rgb(255, 154, 29);
  }
  .purpleish {
    background: rgba(180, 0, 250, 0.07);
    color: rgb(180, 0, 250);
  }
  .bold {
    font-weight: bold;
  }
  .normal {
    font-weight: normal;
  }

  .tcenter {
    text-align: center;
  }
  .tleft {
    text-align: left;
  }

  .acenter {
    align-items: center;
  }

  .center {
    display: grid;
    place-items: center;
  }
  .center {
    display: grid;
    place-items: center;
  }

  .bs-blue{
    box-shadow: 5px 5px 10px RGBA(0, 164, 255, 0.1);
  }

  .bs-red{
    box-shadow: 5px 5px 10px RGBA(255, 99, 99, 0.1);
  }

  .bs-orange{
    box-shadow: 5px 5px 10px RGBA(255, 154, 29, 0.1);
  }

  .bs-green{
    box-shadow: 5px 5px 10px RGBA(0, 206, 51, 0.1);
  }

  .bs-purple{
    box-shadow: 5px 5px 10px RGBA(180, 0, 250, 0.1);
  }

  .bs-pink{
    box-shadow: 5px 5px 10px RGBA(232, 47, 179, 0.1);
  }

  .br {
    border-radius: 10px;
  }
  .p5 {
    padding: 5px !important;
  }
  .p10 {
    padding: 10px !important;
  }
  .p15 {
    padding: 15px !important;
  }
  .p20 {
    padding: 20px !important;
  }
  .p50 {
    padding: 50px;
  }
  .mtop20 {
    margin-top: 20px;
  }
  .mbottom10 {
    margin-bottom: 10px;
  }
  .f15 {
    font-size: 15px;
  }
  .f20 {
    font-size: 20px;
  }

  .card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: white;
    box-shadow: 5px 5px 10px var(--lightgray);
    position: relative;
  }

  .card.blueish {
    background: rgba(0, 164, 255, 0.1);
  }

  .card.gray {
    background: rgba(0, 0, 0, 0.07);
    box-shadow: none;
    color: RGBA(0, 0, 0, 0.8);
  }

  .expansionTileHeader {
    padding: 10px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 5px;
    align-items: center;
  }

  .expansionTileHeader img {
    max-height: 15px;
    max-width: 15px;
    transition: rotate 0.3s;
  }

/* Standalone layout, native controls, and progressive enhancement. */
html { scroll-padding-top: 6rem; }
body { color: #26364a; background: #fbfcfe; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #2563eb; outline-offset: 4px; }
#remed-landing { min-height: 100vh; overflow-x: clip; }
.grid > *, .c1 > *, .c2 > *, .c3 > * { min-width: 0; }
.c1 { grid-template-columns: minmax(0, 1fr); }
.c2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: 0.75rem 1rem; background: white; color: #1d4ed8; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.landing-desktop-nav { display: none; }
.landing-mobile-nav { display: block; }
[data-menu-toggle] { font-size: 1.5rem; line-height: 1; }
.faq-item { border-radius: 0.75rem; background: rgb(0 0 0 / 5%); }
.faq-item > summary { grid-template-columns: 1fr auto; cursor: pointer; list-style: none; padding: 1.25rem; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary > svg { transition: transform 150ms; }
.faq-item[open] > summary > svg { transform: rotate(180deg); }
.faq-answer { padding: 0 1.25rem 1.25rem; }
.feature-card img { height: auto; }
.reveal-ready { opacity: 0; }
.is-revealed { animation: landing-reveal 400ms ease-out both; animation-delay: var(--reveal-delay, 0ms); }
@keyframes landing-reveal { from { opacity: 0; translate: 0 -20px; } to { opacity: 1; translate: 0 0; } }

@media (min-width: 801px) {
  .feature-card[data-image-position="left"] > .feature-card-content { order: 2; text-align: right; padding: 10px; }
}
@media (min-width: 1280px) {
  .landing-desktop-nav { display: flex; }
  .landing-mobile-nav { display: none; }
}
@media (max-width: 800px) {
  .feature-card.c2 { grid-template-columns: minmax(0, 1fr); }
  .cta-section { margin: 1rem; background-attachment: scroll; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready, .is-revealed { opacity: 1; }
}

/* Landing presentation shares the clinical theme tokens generated from
 * remed-theme.css, with the glass material used on /beds and /patients. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/landing/fonts/inter/inter-latin-variable.woff2') format('woff2');
}
#remed-landing {
  --landing-primary: var(--remed-primary);
  --landing-primary-hover: var(--remed-primary-hover);
  --landing-selected: var(--remed-selected-bg);
  --landing-selected-text: var(--remed-selected-text);
  --landing-page: #fbfcfe;
  --landing-surface: var(--remed-surface);
  --landing-muted-surface: var(--remed-surface-muted);
  --landing-text: var(--remed-text);
  --landing-muted: var(--remed-text-muted);
  --landing-border: var(--remed-border);
  --landing-success: var(--remed-success);
  --landing-success-bg: var(--remed-success-bg);
  --landing-purple: var(--remed-purple);
  --landing-purple-bg: var(--remed-purple-bg);
  --landing-warning: var(--remed-warning);
  --landing-warning-bg: var(--remed-warning-bg);
  --landing-danger: var(--remed-danger);
  --landing-danger-bg: var(--remed-danger-bg);
  --landing-glass-fill: color-mix(in srgb, var(--landing-surface) 60%, transparent);
  --landing-glass-border: rgb(255 255 255 / 98%);
  --landing-glass-sheen: linear-gradient(135deg, rgb(255 255 255 / 42%), transparent 45%, rgb(255 255 255 / 16%));
  --landing-shadow: 0 8px 32px rgb(var(--remed-shadow-color) / 9%), inset 0 1px 0 rgb(255 255 255 / 95%), inset 0 -1px 0 rgb(255 255 255 / 40%);
  --landing-card-radius: var(--remed-radius-card);
  --landing-control-radius: var(--remed-radius-control);
  --text-color: var(--landing-text);
  --main-bg: var(--landing-primary);
  --main-color: var(--landing-primary);
  --blue-bg: var(--landing-primary);
  --mainish-bg: var(--landing-selected);
  --mainish-color: var(--landing-selected-text);
  font-family: var(--remed-font-family);
  color: var(--landing-text);
  position: relative;
  isolation: isolate;
  background: transparent;
  font-size: 14px;
  line-height: 1.65;
}
/* Explicit orb layers use the same colors and blur as the clinical shell.
 * Keep them above the body paint and below the transparent page content. */
#remed-landing > .landing-glass-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--landing-page);
}
#remed-landing > :is(main, footer) {
  position: relative;
  z-index: 1;
}
#remed-landing .landing-glass-orb {
  position: absolute;
  width: clamp(440px, 55vw, 960px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(56px);
}
#remed-landing .landing-glass-orb--cyan {
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  background: radial-gradient(circle, #65cee9 0 22%, transparent 72%);
  opacity: .36;
}
#remed-landing .landing-glass-orb--lavender {
  top: 0;
  right: 0;
  transform: translate(25%, -20%);
  background: radial-gradient(circle, #b09aef 0 22%, transparent 72%);
  opacity: .32;
}
#remed-landing .landing-glass-orb--peach {
  bottom: 0;
  right: 0;
  transform: translate(20%, 30%);
  background: radial-gradient(circle, #ef9e9a 0 22%, transparent 72%);
  opacity: .27;
}
#remed-landing .landing-glass-background::after {
  content: "";
  position: absolute;
  width: clamp(600px, 75vw, 1200px);
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #92b1ec, transparent 72%);
  filter: blur(80px);
  opacity: .14;
}
#remed-landing :is(h1, h2, h3, h4, .bold, .font-bold, .font-semibold):not(:where(.product-preview *)) { font-weight: 600; }
#remed-landing :is(h1, h2, h3, h4):not(:where(.product-preview *)) { color: var(--landing-text); text-wrap: balance; }
#remed-landing h1:not(:where(.product-preview *)) { font-size: clamp(34px, 3.7vw, 50px); line-height: 1.15; letter-spacing: -1.8px; }
#remed-landing h2:not(:where(.product-preview *)) { font-size: clamp(27px, 3vw, 36px); line-height: 1.25; letter-spacing: -1.1px; }
#remed-landing h3:not(:where(.product-preview *)) { font-size: 20px; line-height: 1.4; letter-spacing: -.35px; }
#remed-landing :is(.text-gray-900, .black) { color: var(--landing-text); }
#remed-landing :is(.text-gray-500, .text-gray-600, .text-gray-700, .gray) { color: var(--landing-muted); }
#remed-landing :is(.text-blue-500, .text-blue-600) { color: var(--landing-selected-text); }
#remed-landing .bg-blue-600 { background: var(--landing-primary); }
#remed-landing .blueish { background: var(--landing-selected); color: var(--landing-selected-text); }
#remed-landing .greenish { background: var(--landing-success-bg); color: var(--landing-success); }
#remed-landing .purpleish { background: var(--landing-purple-bg); color: var(--landing-purple); }
#remed-landing .orangeish { background: var(--landing-warning-bg); color: var(--landing-warning); }
#remed-landing .redish { background: var(--landing-danger-bg); color: var(--landing-danger); }
#remed-landing .pinkish { background: #faeef5; color: #ad4b80; }
#remed-landing :is(.rounded-xl, .rounded-lg, .br) { border-radius: var(--landing-control-radius); }
#remed-landing .rounded-2xl { border-radius: var(--landing-card-radius); }
#remed-landing :is(.shadow-sm, .shadow-lg, .shadow-xl) { box-shadow: var(--landing-shadow); }
#remed-landing :is(.border, .border-t) { border-color: var(--landing-border); }
#remed-landing .max-w-7xl { max-width: 1240px; padding-inline: 32px; }
#remed-landing main > section { padding-block: 72px; }
#remed-landing main > section > div > .text-center:first-child { margin-bottom: 36px; }
#remed-landing main > section > div > .text-center:first-child > p { font-size: 15px; line-height: 1.8; color: var(--landing-muted); }
#remed-landing main > section > div > .text-center:first-child > h2 { margin-bottom: 16px; }
#remed-landing :is(a, button, summary):focus-visible { outline: 3px solid var(--landing-primary); outline-offset: 4px; }
#remed-landing a[class*="rounded-xl"] {
  min-height: 46px;
  padding: 12px 20px;
  border-radius: var(--landing-control-radius);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: background 150ms ease, box-shadow 150ms ease, color 150ms ease;
}
#remed-landing a.bg-blue-600 { background: var(--landing-primary); color: white; }
#remed-landing a.bg-blue-600:hover { background: var(--landing-primary-hover); box-shadow: 0 6px 20px rgb(37 70 115 / 9%); }
#remed-landing a[class*="hover:scale"]:hover { transform: none; }
#remed-landing a[class*="rounded-xl"] svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Floating navigation follows the app's rounded glass shell. */
#remed-landing > header {
  top: 12px;
  width: calc(100% - 24px);
  max-width: 1240px;
  margin: 12px auto 0;
  border: 1px solid var(--landing-glass-border);
  border-radius: var(--remed-radius-drawer);
  background: color-mix(in srgb, var(--landing-surface) 40%, transparent);
  background-image: var(--landing-glass-sheen);
  box-shadow: var(--landing-shadow);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
#remed-landing > header > div > div:first-child { min-height: 80px; gap: 20px; padding-block: 14px; }
#remed-landing > header .landing-desktop-nav { gap: 8px; }
#remed-landing > header div.landing-desktop-nav { gap: 24px; }
#remed-landing > header .landing-desktop-nav > * { margin-left: 0; margin-right: 0; }
#remed-landing > header nav a { font-size: 13px; font-weight: 500; padding: 8px 10px; border-radius: var(--landing-control-radius); }
#remed-landing > header nav a:hover { color: var(--landing-selected-text); background: var(--landing-selected); }
#remed-landing > header > div > div > a:first-child > span { color: var(--landing-text); font-size: 23px; letter-spacing: -.7px; }
#remed-landing > header a:first-child > .bg-blue-600 { border-radius: 12px; }
#remed-landing [data-menu-toggle] { min-width: 44px; min-height: 44px; background: var(--landing-muted-surface); border: 1px solid var(--landing-border); color: var(--landing-text); }
#remed-landing [data-mobile-menu] nav { gap: 4px; }
#remed-landing [data-mobile-menu] nav > a { margin: 0; min-height: 44px; padding: 10px 12px; border-radius: 10px; }
#remed-landing [data-mobile-menu] nav > a:hover { background: var(--landing-selected); }

/* Keep the original hero, images, and overlays; soften their framing. */
#remed-landing #hero { background: transparent; padding-block: 76px; }
#hero > .bg-grid-pattern { opacity: 0; }
#remed-landing #hero > div > .grid { gap: 56px; }
@media (min-width: 1024px) {
  #remed-landing #hero > div > .grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; }
}
#remed-landing #hero h1 { margin-bottom: 24px; }
#remed-landing #hero p:not(:where(.product-preview *)) { font-size: 18px; line-height: 1.75; color: var(--landing-muted); margin-bottom: 28px; }
#remed-landing #hero img { border: 1px solid var(--landing-border); border-radius: 24px !important; box-shadow: var(--landing-shadow); }
#remed-landing #hero .absolute.bg-blue-600 { border: 1px solid rgb(255 255 255 / 60%); border-radius: 14px; box-shadow: var(--landing-shadow); }
#remed-landing #hero .absolute.bg-white { right: -12px !important; border: 1px solid var(--landing-border); border-radius: 14px; box-shadow: var(--landing-shadow) !important; }
#remed-landing #hero .mt-12 { margin-top: 24px; font-size: 12px; color: var(--landing-muted); }
#remed-landing #hero a > .rounded-full { border: 1px solid var(--landing-border); border-radius: 12px; padding: 10px; box-shadow: none; }

/* Benefits retain all four items, using the same surfaces as app cards. */
#remed-landing #benefits { background: transparent !important; }
#remed-landing #benefits :is(.text-white, .text-blue-100) { color: var(--landing-text); }
#remed-landing #benefits p.text-blue-100 { color: var(--landing-muted); }
#remed-landing #benefits .grid { gap: 16px; }
#remed-landing #benefits .grid > [data-reveal] { padding: 26px 20px; background: white; border: 1px solid var(--landing-border); border-radius: var(--landing-card-radius); box-shadow: var(--landing-shadow); }
#remed-landing #benefits .grid > [data-reveal] > div { text-align: left; }
#remed-landing #benefits .w-20 { width: 46px; height: 46px; margin: 0 0 20px; background: var(--landing-selected); border-radius: 13px; }
#remed-landing #benefits .w-20 svg { width: 24px; height: 24px; color: var(--landing-selected-text); }
#remed-landing #benefits h3 { font-size: 17px; margin-bottom: 8px; }
#remed-landing #benefits .grid p { font-size: 13px; line-height: 1.8; }

/* AI illustrations remain intact, inside coordinated cards and status tints. */
#remed-landing #ai { background: transparent; }
#remed-landing #ai > div > .text-center > .inline-flex { padding: 8px 14px; border: 1px solid var(--landing-border); background: var(--landing-selected); color: var(--landing-selected-text); font-size: 12px; }
#remed-landing #ai > div > .c3 { gap: 16px !important; align-items: stretch; }
#remed-landing #ai > div > .c3 > div { padding: 20px; border: 1px solid var(--landing-border); box-shadow: var(--landing-shadow); border-radius: var(--landing-card-radius); }
#remed-landing #ai [data-reveal] > .bg-gradient-to-br { background: var(--landing-selected); border: 1px solid var(--landing-border); border-radius: 12px; }
#remed-landing #ai .c3 > div:nth-child(2) [data-reveal] > .bg-gradient-to-br { background: var(--landing-success-bg); }
#remed-landing #ai .c3 > div:nth-child(3) [data-reveal] > .bg-gradient-to-br { background: var(--landing-purple-bg); }
#remed-landing #ai [data-reveal] > .bg-gradient-to-br > .white-bg { border: 1px solid var(--landing-border); border-radius: 12px 12px 0 0 !important; }
#remed-landing #ai h3:not(:where(.product-preview *, .ld-ai-copy *)) { font-size: 18px; text-align: left; margin: 22px 0 12px; }
#remed-landing #ai [data-reveal] > p { font-size: 13px; line-height: 1.85; margin-bottom: 4px; }
#remed-landing #ai .blue-bg { background: var(--landing-selected); color: var(--landing-selected-text); }
#remed-landing #ai .black .animatedLine { background: var(--landing-primary); }
#remed-landing #ai .text-white[style*="color:black"] { background: var(--landing-muted-surface) !important; color: var(--landing-text) !important; border: 1px solid var(--landing-border); }

/* Preserve every feature and screenshot in the existing alternating layout. */
#remed-landing #features { background: transparent; }
#remed-landing #features > div > .c1 { gap: 24px !important; }
#remed-landing .feature-card { padding: 30px; gap: 36px !important; background: white; color: var(--landing-text); border: 1px solid var(--landing-border); border-radius: var(--landing-card-radius); box-shadow: var(--landing-shadow); }
#remed-landing .feature-card-content { gap: 12px !important; }
#remed-landing .feature-card-content h3 { color: var(--landing-text); font-size: 23px; }
#remed-landing .feature-card-content p { font-size: 14px; line-height: 1.85; margin-bottom: 0; }
#remed-landing .feature-card-content [class*="-bg"] { display: inline-grid; place-items: center; width: 46px; height: 46px; padding: 11px !important; border-radius: 13px; }
#remed-landing .feature-card-content [class*="-bg"] svg { width: 24px; height: 24px; color: inherit; }
#remed-landing .feature-card-content .blue-bg { background: var(--landing-selected); color: var(--landing-selected-text); }
#remed-landing .feature-card-content .green-bg { background: var(--landing-success-bg); color: var(--landing-success); }
#remed-landing .feature-card-content .purple-bg { background: var(--landing-purple-bg); color: var(--landing-purple); }
#remed-landing .feature-card-content .orange-bg { background: var(--landing-warning-bg); color: var(--landing-warning); }
#remed-landing .feature-card-content .pink-bg { background: #faeef5; color: #ad4b80; }
#remed-landing .feature-card-content .red-bg { background: var(--landing-danger-bg); color: var(--landing-danger); }
#remed-landing .feature-card img { border: 1px solid var(--landing-border); border-radius: 12px; box-shadow: 0 4px 16px rgb(37 70 115 / 8%); }
#remed-landing main > section:has(.specialitiesList) { background: transparent; }
#remed-landing .specialitiesList { gap: 12px !important; }
#remed-landing .specialitiesList .card { padding: 22px 12px !important; border: 1px solid var(--landing-border); border-radius: var(--landing-card-radius); box-shadow: var(--landing-shadow); cursor: default; font-size: 12px; color: var(--landing-text); }
#remed-landing .specialitiesList .card > .blueish { border-radius: 12px; font-size: 22px !important; }

/* Testimonials, FAQ, and contact use the same card and control hierarchy. */
#remed-landing #testimonials { background: transparent; }
#remed-landing #testimonials .grid { gap: 16px; }
#remed-landing #testimonials .grid > div { display: flex; flex-direction: column; padding: 26px; background: white; border: 1px solid var(--landing-border); border-radius: var(--landing-card-radius); box-shadow: var(--landing-shadow); }
#remed-landing #testimonials .grid > div > p { font-size: 14px; line-height: 1.9; }
#remed-landing #testimonials .grid > div > .flex:last-child { margin-top: auto; border-top: 1px solid var(--landing-border); padding-top: 20px; font-size: 13px; }
#remed-landing #testimonials .text-yellow-400 { color: #b77a26; width: 16px; height: 16px; }
#remed-landing #testimonials .rounded-full { width: 40px; height: 40px; border-radius: 12px; font-size: 12px; flex-shrink: 0; background: var(--landing-selected); color: var(--landing-selected-text); }
#remed-landing #testimonials .bg-emerald-600 { background: var(--landing-success-bg); color: var(--landing-success); }
#remed-landing #testimonials .bg-purple-600 { background: var(--landing-purple-bg); color: var(--landing-purple); }
#remed-landing #faq { background: transparent; }
#remed-landing #faq > div { width: 100%; }
#remed-landing #faq h2 { margin-bottom: 32px; }
#remed-landing #faq .c1.gap20 { gap: 12px !important; }
#remed-landing .faq-item { background: white; border: 1px solid var(--landing-border); border-radius: var(--landing-control-radius); box-shadow: var(--landing-shadow); }
#remed-landing .faq-item > summary { padding: 20px; gap: 16px; font-size: 14px; }
#remed-landing .faq-item > summary svg { color: var(--landing-selected-text); }
#remed-landing .faq-item[open] { border-color: #a5cbe8; }
#remed-landing .faq-item[open] > summary { color: var(--landing-selected-text); }
#remed-landing .faq-answer { padding: 0 20px 20px; color: var(--landing-muted); font-size: 14px; line-height: 1.85; }
#remed-landing .faq-answer > .p10 { padding: 0 !important; }
#remed-landing .cta-section {
  display: grid;
  place-items: stretch end;
  overflow: hidden;
  width: calc(100% - 64px);
  max-width: 1176px;
  min-height: 620px;
  margin: 0 auto 40px;
  padding: 30px;
  border-radius: 28px;
  background-image: linear-gradient(120deg, rgb(21 48 68 / 12%), rgb(0 153 230 / 8%)), url("/landing/assets/cta-doctor.webp");
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}
#remed-landing .cta-glass-panel {
  --landing-glass-fill: color-mix(in srgb, var(--landing-surface) 35%, transparent);
  --landing-glass-sheen: linear-gradient(135deg, rgb(255 255 255 / 22%), transparent 45%, rgb(255 255 255 / 8%));
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  padding: 72px 40px;
  border: 1px solid var(--landing-glass-border);
  border-radius: 24px;
}
#remed-landing .cta-section .cta-glass-panel {
  box-shadow: 0 20px 56px -20px rgb(22 45 66 / 14%), 0 6px 18px -8px rgb(22 45 66 / 7%), inset 0 1px 0 rgb(255 255 255 / 55%);
}
#remed-landing .cta-section a[data-landing-videos] {
  background: white;
  padding: 6px 24px 6px 10px;
  border: 0;
  border-radius: var(--landing-control-radius);
}
#remed-landing .cta-section a { border: 0; }
#remed-landing .cta-section a.bg-blue-600 { box-shadow: 0 6px 20px rgb(37 70 115 / 9%); }
#remed-landing .cta-section a > .rounded-full { border: 0; border-radius: 12px; padding: 10px; box-shadow: none; }
#remed-landing .cta-section h2 { color: var(--landing-text); }
#remed-landing .cta-section p { color: var(--landing-muted); font-size: 15px; line-height: 1.85; margin-bottom: 28px; }
#remed-landing #contact { width: 100%; padding: 0 32px 56px; max-width: 1240px; }
#remed-landing #contact > div { padding: 32px; border-color: var(--landing-border); border-radius: var(--landing-card-radius); box-shadow: var(--landing-shadow); }
#remed-landing #contact h2 { font-size: 28px; }
#remed-landing #contact p { font-size: 14px; line-height: 1.85; margin-bottom: 24px; }
#remed-landing > footer { padding-block: 48px 24px; border-top: 1px solid var(--landing-border); background: var(--landing-glass-fill); color: var(--landing-text); }
#remed-landing > footer :is(.white, .text-gray-400) { color: var(--landing-muted); }
#remed-landing > footer h4 { font-size: 14px; margin-bottom: 16px; }
#remed-landing > footer p { font-size: 13px; line-height: 1.85; }
#remed-landing > footer ul { font-size: 13px; }
#remed-landing > footer a:hover { color: var(--landing-selected-text); }
#remed-landing > footer .border-t { border-color: var(--landing-border); padding-top: 20px; }
#remed-landing > footer .border-t p { font-size: 12px; }

/* Keep the existing sections and grids; only change their card material. */
#remed-landing :is(
  #benefits .grid > [data-reveal],
  .feature-card,
  .specialitiesList .card,
  #testimonials .grid > div,
  .faq-item,
  .cta-glass-panel,
  #contact > div
) {
  background: var(--landing-glass-fill);
  background-image: var(--landing-glass-sheen);
  border-color: var(--landing-glass-border);
  box-shadow: var(--landing-shadow);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
#remed-landing #faq .faq-item[open] { border-color: var(--remed-input-border); }
#remed-landing .faq-item > summary:hover { color: var(--landing-selected-text); }
#remed-landing > footer { background-image: var(--landing-glass-sheen); }

@media (min-width: 801px) {
  #remed-landing .feature-card[data-image-position="left"] > .feature-card-content { padding: 12px; }
  #remed-landing > footer .grid { grid-template-columns: 2fr 1fr .3fr 1fr; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  #remed-landing #ai > div > .c3 { grid-template-columns: 1fr; }
  #remed-landing #ai > div > .c3 > div > [data-reveal] { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 12px 28px; }
  #remed-landing #ai [data-reveal] > .bg-gradient-to-br { grid-row: span 2; }
  #remed-landing #ai [data-reveal] > h3 { align-self: end; margin: 0; }
  #remed-landing #ai [data-reveal] > p { align-self: start; }
  #remed-landing .specialitiesList { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  #remed-landing .max-w-7xl { padding-inline: 24px; }
  #remed-landing #contact { padding-inline: 24px; }
  #remed-landing main > section { padding-block: 48px; }
  #remed-landing main > section > div > .text-center:first-child { margin-bottom: 28px; }
  #remed-landing #hero { padding-block: 48px; }
  #remed-landing #hero > div > .grid { gap: 42px; }
  #remed-landing #hero h1 { max-width: 600px; margin-inline: auto; }
  #remed-landing #hero p:not(:where(.product-preview *)) { font-size: 16px; }
  #remed-landing #hero img { max-width: 600px; margin-inline: auto; }
  #remed-landing #hero .absolute.bg-white { right: 0 !important; width: 120px !important; }
  #remed-landing #benefits .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #remed-landing #ai > div > .c3 > div { padding: 24px; }
  #remed-landing #ai [data-reveal] > .bg-gradient-to-br { max-width: 420px; margin-inline: auto; }
  #remed-landing .feature-card { padding: 24px !important; gap: 24px !important; }
  #remed-landing .feature-card-content { text-align: left; }
  #remed-landing .feature-card-content h3 { font-size: 21px; }
  #remed-landing .specialitiesList { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
  #remed-landing .cta-section { width: calc(100% - 48px); margin-inline: 24px; min-height: 560px; padding: 30px; }
  #remed-landing .cta-glass-panel { padding: 52px 24px; }
  #remed-landing > footer .grid { grid-template-columns: 2fr 1fr; }
  #remed-landing > footer .grid > div:empty { display: none; }
}
@media (max-width: 480px) {
  #remed-landing .max-w-7xl { padding-inline: 16px; }
  #remed-landing > header { top: 8px; width: calc(100% - 16px); margin-top: 8px; border-radius: var(--landing-card-radius); }
  #remed-landing > header > div > div:first-child { min-height: 64px; padding-block: 10px; }
  #remed-landing #hero { padding-block: 36px; }
  #remed-landing #hero h1 { font-size: 34px; letter-spacing: -1px; }
  #remed-landing #hero p:not(:where(.product-preview *)) { font-size: 15px; }
  #remed-landing #hero .mt-12 { align-items: start; padding-left: 12px; }
  #remed-landing #hero .absolute.bg-white { width: 90px !important; padding: 9px; }
  #remed-landing #benefits .grid { grid-template-columns: minmax(0, 1fr); }
  #remed-landing #benefits .grid > [data-reveal] { padding: 22px; }
  #remed-landing #ai > div > .c3 > div { padding: 16px; }
  #remed-landing .feature-card { padding: 20px !important; }
  #remed-landing .specialitiesList { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #remed-landing .specialitiesList .card { padding: 18px 10px !important; overflow-wrap: anywhere; }
  #remed-landing .faq-item > summary { padding: 16px; font-size: 13px; }
  #remed-landing .faq-answer { padding: 0 16px 16px; font-size: 13px; }
  #remed-landing .cta-section { width: calc(100% - 32px); margin-inline: 16px; padding: 30px; background-position: 35% center; }
  #remed-landing .cta-glass-panel { padding: 44px 20px; border-radius: 20px; }
  #remed-landing #contact { padding-inline: 16px; }
  #remed-landing #contact > div { padding: 24px 20px; }
  #remed-landing #contact a { font-size: 13px; padding-inline: 12px; }
  #remed-landing > footer .grid { grid-template-columns: minmax(0, 1fr); }
}
