*, ::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.18 | 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: Inter, system-ui, -apple-system, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.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-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 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-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

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

.border-primary\/15 {
  border-color: rgb(0 123 110 / 0.15);
}

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

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

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

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

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

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(11 27 36 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 110 / var(--tw-bg-opacity, 1));
}

.bg-primary\/10 {
  background-color: rgb(0 123 110 / 0.1);
}

.bg-primary\/5 {
  background-color: rgb(0 123 110 / 0.05);
}

.bg-primary\/90 {
  background-color: rgb(0 123 110 / 0.9);
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

.from-primary\/10 {
  --tw-gradient-from: rgb(0 123 110 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 123 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/5 {
  --tw-gradient-from: rgb(0 123 110 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 123 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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-primary\/10 {
  --tw-gradient-to: rgb(0 123 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 123 110 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-primary-light\/5 {
  --tw-gradient-to: rgb(44 177 160 / 0.05) var(--tw-gradient-to-position);
}

.to-primary\/5 {
  --tw-gradient-to: rgb(0 123 110 / 0.05) var(--tw-gradient-to-position);
}

.to-primary\/70 {
  --tw-gradient-to: rgb(0 123 110 / 0.7) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-snug {
  line-height: 1.375;
}

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(11 27 36 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(95 107 121 / var(--tw-text-opacity, 1));
}

.text-muted\/80 {
  color: rgb(95 107 121 / 0.8);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 123 110 / var(--tw-text-opacity, 1));
}

.text-primary\/50 {
  color: rgb(0 123 110 / 0.5);
}

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

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

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

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

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

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

.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}

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

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

.decoration-primary-light\/60 {
  text-decoration-color: rgb(44 177 160 / 0.6);
}

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

.opacity-0 {
  opacity: 0;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/30 {
  --tw-shadow-color: rgb(0 123 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/30 {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.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-primary\/15 {
  --tw-ring-color: rgb(0 123 110 / 0.15);
}

.ring-primary\/20 {
  --tw-ring-color: rgb(0 123 110 / 0.2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}

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

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

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

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

/* Screen reader only text */

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes glassPulse {
  0%, 100% {
    box-shadow: 0 8px 32px rgba(0, 123, 110, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 12px 40px rgba(0, 123, 110, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}

@keyframes liquidFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-2px) rotate(0.5deg);
  }

  66% {
    transform: translateY(1px) rotate(-0.5deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.fade-in {
  animation: fadeInUp 0.8s ease-out;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 123, 110, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-effect:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 123, 110, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px) scale(1.02);
}

.liquid-glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 8px 32px rgba(0, 123, 110, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 123, 110, 0.1);
  position: relative;
  overflow: hidden;
}

.liquid-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 3s infinite;
}

.liquid-glass:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 16px 48px rgba(0, 123, 110, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 123, 110, 0.15);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  min-width: 160px;
}

.btn-liquid {
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.8) 0%, rgba(44, 177, 160, 0.8) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 32px rgba(0, 123, 110, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}

.btn-liquid::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-liquid:hover::before {
  left: 100%;
}

.btn-liquid:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 16px 48px rgba(0, 123, 110, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #007b6e;
  border: 1px solid rgba(0, 123, 110, 0.3);
  box-shadow:
    0 8px 32px rgba(0, 123, 110, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.btn-secondary:hover::before {
  left: 100%;
}

.btn-on-dark {
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(15, 23, 42, 0.35);
}

.btn-on-dark:hover,
.btn-on-dark:focus-visible {
  color: #ffffff;
  background: rgba(16, 185, 129, 0.45);
  border-color: rgba(226, 232, 240, 0.65);
}

.btn-secondary:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 16px 48px rgba(0, 123, 110, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.card-liquid {
  background: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 12px 40px rgba(0, 123, 110, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.card-liquid::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 123, 110, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.card-liquid:hover::before {
  opacity: 1;
}

.card-liquid:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 24px 64px rgba(0, 123, 110, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.homepage-service-card {
  background: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 12px 40px rgba(0, 123, 110, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  cursor: pointer;
}

.homepage-service-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 123, 110, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.homepage-service-card:hover::before {
  opacity: 1;
}

.homepage-service-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow:
    0 28px 72px rgba(0, 123, 110, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.float-animation {
  animation: liquidFloat 6s ease-in-out infinite;
}

.stagger-animation {
  animation: fadeInUp 0.8s ease-out;
}

.stagger-animation:nth-child(1) {
  animation-delay: 0.1s;
}

.stagger-animation:nth-child(2) {
  animation-delay: 0.2s;
}

.stagger-animation:nth-child(3) {
  animation-delay: 0.3s;
}

.stagger-animation:nth-child(4) {
  animation-delay: 0.4s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.6;
  background-color: var(--color-bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

.container {
  width: var(--container-width);
  margin: 0 auto;
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #e5ebf0;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: env(safe-area-inset-top, 0px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  color: var(--color-dark);
}

.brand-logo {
  width: 42px;
  height: 42px;
}

.brand-name {
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  font-weight: 500;
  color: var(--color-muted);
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #e5ebf0;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  color: var(--color-dark);
  min-height: 44px;
  /* Minimum touch target */
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.nav-toggle svg {
  transition: transform 0.3s ease;
}

.nav-toggle[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.nav-toggle:hover {
  background-color: #f8f9fa;
  border-color: var(--color-primary);
}

.nav-toggle:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

main {
  padding-top: 3rem;
}

.hero-video-section {
  position: relative;
  width: 100%;
  min-height: 68vh;
  height: 100vh;
  height: 100svh;
  /* Use small viewport height for better iOS support */
  height: 100dvh;
  /* Dynamic viewport for modern browsers */
  overflow: hidden;
  margin-bottom: 0;
  /* Ensure proper aspect ratio on mobile */
  aspect-ratio: 16 / 9;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  background-color: #020617;
}

.hero-video-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.85);
  background: rgba(15, 23, 42, 0.8);
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10;
}

.hero-video-controls {
  position: absolute;
  bottom: clamp(1rem, 5vw, 2rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  row-gap: 0.6rem;
  padding: 0.75rem 1.25rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
  max-width: min(560px, 94vw);
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(15, 23, 42, 0.8);
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 20px 55px rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-sizing: border-box;
  z-index: 20;
}

.hero-video-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.6);
  color: #f8fafc;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.hero-video-button:hover,
.hero-video-button:focus-visible {
  background: rgba(15, 118, 110, 0.6);
  border-color: rgba(226, 232, 240, 0.55);
  outline: none;
  transform: translateY(-1px);
}

.hero-video-button.is-playing {
  background: rgba(16, 185, 129, 0.55);
  border-color: rgba(34, 197, 94, 0.55);
}

.hero-video-button[aria-pressed="true"] {
  background: rgba(16, 185, 129, 0.55);
  border-color: rgba(34, 197, 94, 0.55);
}

.hero-video-icon {
  display: none;
}

.hero-video-icon.is-active {
  display: block;
}

.hero-volume-control {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-volume-slider {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 140px;
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.35);
  outline: none;
  cursor: pointer;
}

.hero-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #10b981;
  border: 2px solid rgba(15, 23, 42, 0.8);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
}

.hero-volume-slider::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #10b981;
  border: 2px solid rgba(15, 23, 42, 0.8);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
}

.hero-volume-slider:focus-visible::-webkit-slider-thumb,
.hero-volume-slider:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.45);
}

@media (max-width: 1024px) {
  .hero-video-controls {
    max-width: min(520px, 94vw);
    gap: 0.7rem;
    padding: 0.7rem 1rem;
    padding-bottom: calc(0.7rem + env(safe-area-inset-bottom, 0));
  }

  .hero-volume-slider {
    width: 120px;
  }
}

@media (max-width: 640px) {
  .hero-video-section {
    height: auto;
    /* Let aspect-ratio control height */
    min-height: 50vh;
    /* Minimum height for very small screens */
    max-height: 75vh;
    /* Maximum height to prevent excessive size */
    aspect-ratio: 16 / 9;
    /* Maintain 16:9 aspect ratio */
  }

  .hero-video {
    /* Ensure video fills container properly on mobile */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .hero-video-controls {
    width: min(92vw, 360px);
    padding: 0.5rem 0.85rem;
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0));
    gap: 0.5rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-video-button {
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
    /* Prevent buttons from shrinking too much */
    min-height: 2.2rem;
  }

  .hero-volume-control {
    width: 100%;
    justify-content: center;
  }

  .hero-volume-slider {
    width: min(70vw, 180px);
    /* Shorter slider on mobile */
  }

  .hero-video-message {
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
    max-width: 85vw;
    word-wrap: break-word;
  }
}

/* iOS-specific fixes */

@supports (-webkit-touch-callout: none) {
  .hero-video-section {
    /* iOS Safari viewport height fix */
    height: auto;
    min-height: 68vh;
    aspect-ratio: 16 / 9;
    /* Prevent iOS bounce scrolling on video section */
    overscroll-behavior-y: contain;
  }

  .hero-video {
    /* Ensure video renders properly on iOS */
    transform: translateZ(0);
    /* Prevent iOS from zooming on controls */
    touch-action: manipulation;
    /* Better video rendering on iOS */
    backface-visibility: hidden;
  }

  .hero-video-controls {
    /* Better touch targets on iOS */
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    /* Prevent iOS bounce scrolling */
    overscroll-behavior: contain;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0));
    padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0));
    gap: 0.6rem;
  }

  .hero-video-button {
    /* Larger touch targets for iOS */
    min-width: 44px;
    min-height: 44px;
  }

  /* Additional iOS mobile fixes */

  @media (max-width: 640px) and (-webkit-touch-callout: none) {
    .hero-video-section {
      /* More conservative sizing for iOS mobile */
      min-height: 45vh;
      max-height: 65vh;
    }
  }
}

.hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 4rem 0 5rem;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.05) 0%, rgba(44, 177, 160, 0.02) 100%);
  border-radius: 0 0 40px 40px;
  margin-bottom: 2rem;
}

.hero-copy h1 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero-copy p {
  max-width: 32rem;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.button-row {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 16px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, #007b6e 0%, #2cb1a0 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 123, 110, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #007b6e;
  border: 1px solid rgba(0, 123, 110, 0.3);
  box-shadow: 0 8px 32px rgba(0, 123, 110, 0.1);
}

.btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 16px 48px rgba(0, 123, 110, 0.4);
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 32px rgba(0, 123, 110, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 123, 110, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.card:hover::before {
  opacity: 1;
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 20px 60px rgba(0, 123, 110, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.8) 0%, rgba(44, 177, 160, 0.8) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 1.5rem;
  box-shadow:
    0 8px 32px rgba(0, 123, 110, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.card-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.card:hover .card-icon::before {
  left: 100%;
}

.card:hover .card-icon {
  transform: scale(1.1);
  box-shadow:
    0 12px 40px rgba(0, 123, 110, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(11, 27, 36, 0.1);
}

.card ul {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

.card ul li + li {
  margin-top: 0.35rem;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

.testimonials-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.testimonial {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #e5ebf0;
  box-shadow: 0 10px 30px rgba(11, 27, 36, 0.04);
  font-style: italic;
  position: relative;
}

.testimonial p {
  margin: 0 0 1rem 0;
  color: var(--color-dark);
  font-size: 1.05rem;
}

.testimonial cite {
  font-weight: 600;
  color: var(--color-primary);
  font-style: normal;
}

.section {
  padding: 4rem 0;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.section h2 {
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.feature-list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

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

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(44, 177, 160, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-weight: 600;
}

.process-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3rem;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 240px;
  max-width: 280px;
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.process-icon {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(44, 177, 160, 0.1), rgba(44, 177, 160, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px;
  min-width: 200px;
  max-width: 240px;
  text-align: center;
  padding: 1.75rem;
  color: var(--color-primary);
  transition: background 0.3s ease;
}

.process-step:hover .process-icon {
  background: linear-gradient(135deg, rgba(44, 177, 160, 0.15), rgba(44, 177, 160, 0.08));
}

.process-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 0.75rem;
}

.process-content .muted {
  color: #64748b;
  line-height: 1.6;
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border-radius: 10px;
  border: 1px solid #cdd6df;
  font: inherit;
  color: var(--color-dark);
  background: #f9fbfd;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 123, 110, 0.15);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 123, 110, 0.08);
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.site-footer {
  background: #061017;
  color: #d6dee7;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-grid h3,
.footer-grid h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.footer-grid a {
  color: inherit;
}

.footer-social {
  display: grid;
  gap: 0.5rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(214, 222, 231, 0.75);
}

@media (max-width: 920px) {
  .site-nav {
    position: fixed;
    inset: 0;
    background: rgba(6, 16, 23, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: calc(72px + env(safe-area-inset-top, 0px)) 1.75rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateY(-1.5rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    z-index: 10000;
    min-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    width: 100%;
  }

  .site-nav li {
    width: 100%;
  }

  .site-nav a {
    color: #fff;
    font-size: 1.15rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    min-height: 48px;
    /* Larger touch targets for iOS */
    display: flex;
    align-items: center;
    width: 100%;
    transition: background-color 0.2s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
  }

  .site-nav a:hover,
  .site-nav a:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 10001;
    /* Ensure button is above menu */
    background-color: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    color: var(--color-dark);
  }
}

/* Enhanced Mobile Responsiveness */

@media (max-width: 1024px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .header-inner {
    padding: 0.75rem 1rem;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .hero {
    padding: 2rem 0 3rem;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
    margin-bottom: 1rem;
  }

  .hero-copy p {
    font-size: 1rem;
    max-width: 100%;
  }

  .btn {
    min-width: 44px;
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .button-row {
    flex-direction: column;
    gap: 1rem;
  }

  .button-row .btn {
    width: 100%;
    justify-content: center;
  }

  /* Improve touch targets for all links and buttons */

  a, button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* Grid layouts for mobile */

  .grid {
    gap: 1rem;
  }

  .grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .grid-cols-3 {
    grid-template-columns: 1fr;
  }

  .grid-cols-4 {
    grid-template-columns: 1fr;
  }

  /* Card improvements for mobile */

  .card, .glass-effect {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  /* Form improvements */

  input, textarea, select {
    min-height: 44px;
    font-size: 16px;
    /* Prevents zoom on iOS */
  }

  /* Table responsiveness */

  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 600px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hero {
    padding: 1.5rem 0 2rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  /* Further improve mobile navigation */

  .site-nav {
    padding: 1.5rem;
  }

  .site-nav ul {
    gap: 1rem;
  }

  .site-nav a {
    font-size: 1.1rem;
    padding: 0.875rem 1rem;
  }
}

@media (max-width: 480px) {
  .header-inner {
    padding: 0.5rem 0.75rem;
  }

  .brand {
    gap: 0.5rem;
  }

  .brand-name {
    font-size: 0.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 10vw, 2rem);
  }

  .hero-copy p {
    font-size: 0.95rem;
  }

  .btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.85rem;
  }

  /* Ensure all interactive elements are touch-friendly */

  .homepage-service-card,
  .card,
  .btn,
  .nav-toggle,
  a {
    min-height: 44px;
    min-width: 44px;
  }
}

/* High-resolution mobile devices */

@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .brand-logo {
    width: 40px;
    height: 40px;
  }
}

/* Landscape orientation adjustments */

@media (max-width: 920px) and (orientation: landscape) {
  .hero {
    padding: 1.5rem 0;
  }

  .site-nav {
    top: 60px;
  }
}

/* iOS Safari specific fixes */

@supports (-webkit-touch-callout: none) {
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }

  .site-nav a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    -webkit-touch-callout: none;
  }

  /* Fix for iOS Safari momentum scrolling */

  .site-nav {
    -webkit-overflow-scrolling: touch;
  }

  /* Prevent text selection on touch */

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

  .site-nav a {
    -webkit-user-select: text;
    -moz-user-select: text;
         user-select: text;
  }
}

/* Chrome on iOS specific fixes */

@supports (-webkit-appearance: none) and (not (-webkit-touch-callout: none)) {
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
  }

  .site-nav a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  }
}

/* Touch device optimisations */

@media (hover: none) and (pointer: coarse) {
  .btn:hover,
  .btn-liquid:hover,
  .glass-effect:hover {
    transform: none;
  }

  .btn:focus-visible,
  .nav-toggle:focus-visible,
  a:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
}

/* Blog Styles */

.article-container {
  font-family: 'Georgia', 'Times New Roman', serif;
}

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

.article-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  letter-spacing: -0.02em;
}

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

.article-lead {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-style: italic;
}

.article-hero-image {
  position: relative;
}

.article-hero-image img {
  transition: transform 0.3s ease;
}

.article-hero-image img:hover {
  transform: scale(1.02);
}

.article-body {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.8;
}

.drop-cap p:first-child::first-letter {
  float: left;
  font-size: 4rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  font-weight: bold;
  color: #007b6e;
}

.section-heading {
  font-family: 'Georgia', 'Times New Roman', serif;
  position: relative;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.05), rgba(0, 123, 110, 0.02));
  border-left: 4px solid #007b6e;
}

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

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

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.service-item {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  border-left: 3px solid #007b6e;
}

.quote-block {
  position: relative;
}

.quote-block blockquote {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.cta-section {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.article-footer {
  border-top: 1px solid #e2e8f0;
}

.author-info {
  max-width: 60%;
}

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

/* Responsive adjustments */

@media (max-width: 768px) {
  .article-title {
    font-size: 2.5rem;
  }

  .article-lead {
    font-size: 1.25rem;
  }

  .drop-cap p:first-child::first-letter {
    font-size: 3rem;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .author-info {
    max-width: 100%;
  }

  .share-buttons {
    text-align: left;
    margin-top: 1rem;
  }
}

@media (max-width: 1100px) {
  .process-steps {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .process-step {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* GROmancer Toolkit */

.gromancer-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(0, 123, 110, 0.25);
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 12px 32px rgba(0, 123, 110, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.gromancer-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 123, 110, 0.45);
  box-shadow: 0 16px 38px rgba(0, 123, 110, 0.12);
}

.gromancer-tab.is-active {
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.95), rgba(44, 177, 160, 0.95));
  color: var(--color-primary-contrast);
  border-color: rgba(0, 123, 110, 0.6);
  box-shadow: 0 18px 36px rgba(0, 123, 110, 0.25);
}

[data-theme="dark"] .gromancer-tab {
  background: rgba(15, 23, 42, 0.68);
  border-color: rgba(148, 163, 184, 0.35);
  color: var(--color-text);
  box-shadow: 0 12px 32px rgba(15, 118, 110, 0.18);
}

[data-theme="dark"] .gromancer-tab.is-active {
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.85), rgba(45, 212, 191, 0.85));
  color: #041b1a;
  border-color: rgba(94, 234, 212, 0.65);
}

.gromancer-field {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.15rem 1.4rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 123, 110, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 48px rgba(15, 27, 36, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gromancer-field:hover {
  border-color: rgba(0, 123, 110, 0.42);
  box-shadow: 0 26px 60px rgba(15, 27, 36, 0.12);
  transform: translateY(-1px);
}

[data-theme="dark"] .gromancer-field {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 20px 48px rgba(15, 118, 110, 0.28);
}

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

.gromancer-hint {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

[data-theme="dark"] .gromancer-hint {
  color: rgba(203, 213, 225, 0.8);
}

.gromancer-input,
.gromancer-select {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(0, 123, 110, 0.22);
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-text);
  font-size: 0.95rem;
  padding: 0.55rem 0.85rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.gromancer-input:focus,
.gromancer-select:focus {
  outline: none;
  border-color: rgba(0, 123, 110, 0.65);
  box-shadow: 0 0 0 3px rgba(0, 123, 110, 0.2);
}

[data-theme="dark"] .gromancer-input,
[data-theme="dark"] .gromancer-select {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(148, 163, 184, 0.35);
  color: var(--color-text);
}

.gromancer-output {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 123, 110, 0.15);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 24px 60px rgba(15, 27, 36, 0.08);
  padding: 1rem 1.2rem;
}

[data-theme="dark"] .gromancer-output {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(148, 163, 184, 0.15),
    0 24px 60px rgba(15, 118, 110, 0.22);
}

.gromancer-chart {
  width: 100%;
  min-height: 320px;
  flex: 1 1 auto;
}

.gromancer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
}

.gromancer-resolution {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.gromancer-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.92), rgba(44, 177, 160, 0.92));
  color: var(--color-primary-contrast);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.6rem 1.6rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 123, 110, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.gromancer-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 56px rgba(0, 123, 110, 0.3);
  filter: brightness(1.05);
}

.gromancer-download:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
  transform: none;
}

[data-theme="dark"] .gromancer-download {
  color: #041b1a;
}

.gromancer-errors {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #dc2626;
}

[data-theme="dark"] .gromancer-errors {
  color: #fca5a5;
}

.gromancer-instructions {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 123, 110, 0.18);
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.2rem;
  box-shadow: 0 18px 40px rgba(15, 27, 36, 0.08);
}

.gromancer-instructions summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.95rem;
}

.gromancer-instructions summary::marker {
  color: #007b6e;
}

.gromancer-instructions-body {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.gromancer-instructions pre {
  border-radius: 0.9rem;
  background: #0f172a;
  color: #f8fafc;
  padding: 0.9rem 1rem;
  font-size: 0.85rem;
  overflow-x: auto;
}

.gromancer-instructions code {
  font-family: 'Fira Code', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}

[data-theme="dark"] .gromancer-instructions {
  background: rgba(15, 23, 42, 0.78);
  border-color: rgba(148, 163, 184, 0.28);
}

[data-theme="dark"] .gromancer-instructions summary {
  color: var(--color-text);
}

[data-theme="dark"] .gromancer-instructions pre {
  background: rgba(6, 18, 32, 0.95);
}

.gromancer-link {
  color: #007b6e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.gromancer-link:hover {
  color: #2cb1a0;
}

.magazine-hero {
  background: linear-gradient(135deg, rgba(15, 27, 36, 0.95), rgba(0, 123, 110, 0.85));
  color: #f8fafc;
  border-radius: 1.75rem;
  padding: clamp(2.5rem, 4vw, 4rem);
  box-shadow: 0 25px 60px rgba(15, 27, 36, 0.25);
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.magazine-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 55%);
  pointer-events: none;
}

.magazine-dateline {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.magazine-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.magazine-deck {
  font-size: 1.05rem;
  max-width: 48ch;
  color: rgba(248, 250, 252, 0.85);
}

.magazine-body {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: clamp(2rem, 3vw, 3rem);
  box-shadow: 0 12px 36px rgba(15, 27, 36, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.magazine-body p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #27303a;
}

.magazine-body code {
  background: rgba(15, 27, 36, 0.06);
  padding: 0.15rem 0.4rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
}

.dropcap {
  float: left;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 0.9;
  margin-right: 0.6rem;
  margin-top: 0.35rem;
  font-family: 'Times New Roman', Georgia, serif;
  color: #0b1b24;
}

.magazine-callout {
  border-left: 4px solid rgba(0, 123, 110, 0.45);
  background: rgba(0, 123, 110, 0.08);
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  color: #0b1b24;
}

.magazine-callout-label {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: rgba(11, 27, 36, 0.66);
}

.magazine-section-title {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0b1b24;
}

.magazine-bullet {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.5rem;
  list-style-type: disc;
  color: #27303a;
}

.magazine-quote {
  border-top: 1px solid rgba(11, 27, 36, 0.12);
  border-bottom: 1px solid rgba(11, 27, 36, 0.12);
  padding: 1.8rem 1.2rem;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: #0b1b24;
  margin: 1rem 0;
}

.magazine-quote p {
  margin: 0;
}

.magazine-infobox {
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(11, 27, 36, 0.95), rgba(0, 123, 110, 0.85));
  color: #f8fafc;
  padding: 1.8rem 2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.magazine-infobox h3 {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.magazine-infobox ul {
  display: grid;
  gap: 0.5rem;
  padding-left: 1rem;
  list-style: disc;
}

.magazine-link {
  font-size: 1rem;
  font-weight: 600;
}

.magazine-link a {
  color: #007b6e;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 123, 110, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.magazine-link a:hover {
  color: #0b1b24;
  border-color: rgba(11, 27, 36, 0.5);
}

.gromancer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.8rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 123, 110, 0.12);
  box-shadow: 0 22px 55px rgba(15, 27, 36, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}

.gromancer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.12), rgba(44, 177, 160, 0.12));
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.gromancer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 70px rgba(15, 27, 36, 0.12);
  border-color: rgba(0, 123, 110, 0.28);
}

.gromancer-card:hover::before {
  opacity: 1;
}

.gromancer-card-badge {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: rgba(0, 123, 110, 0.12);
  color: #007b6e;
}

.gromancer-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.95), rgba(44, 177, 160, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 123, 110, 0.22);
}

.gromancer-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 9999px;
  background: rgba(0, 123, 110, 0.1);
  color: #007b6e;
}

.gromancer-card-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.95), rgba(44, 177, 160, 0.95));
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 123, 110, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gromancer-card-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 52px rgba(0, 123, 110, 0.3);
}

.gromancer-card-coming {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.gromancer-card.is-coming-soon {
  cursor: default;
  opacity: 0.85;
}

.gromancer-card.is-coming-soon:hover {
  transform: none;
  box-shadow: 0 22px 55px rgba(15, 27, 36, 0.08);
}

.gromancer-card.is-coming-soon::before {
  display: none;
}

.gromancer-modal[hidden] {
  display: none;
}

.gromancer-modal {
  position: fixed;
  inset: 0;
  padding: min(4vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 16, 23, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.gromancer-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gromancer-modal-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.gromancer-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1380px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
  padding: clamp(1.5rem, 2vw + 1rem, 2.5rem);
}

.gromancer-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.gromancer-modal-close {
  border: none;
  background: rgba(148, 163, 184, 0.18);
  color: var(--color-dark);
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, transform 0.18s ease;
}

.gromancer-modal-close:hover {
  background: rgba(0, 123, 110, 0.16);
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .gromancer-modal-dialog {
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .gromancer-modal-header {
    flex-direction: column;
    align-items: stretch;
  }

  .gromancer-modal-close {
    align-self: flex-end;
  }

  .magazine-hero {
    padding: 2rem 1.75rem;
    border-radius: 1.5rem;
  }

  .magazine-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .magazine-body {
    padding: 1.75rem 1.5rem;
  }

  .dropcap {
    font-size: 3rem;
    margin-top: 0.1rem;
  }
}

body.has-gromancer-open {
  overflow: hidden;
}

.gromancer-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.gromancer-card-link:hover {
  color: var(--color-primary);
}

.is-hidden {
  display: none !important;
}

.acp-app-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
}

.acp-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.8rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 123, 110, 0.12);
  box-shadow: 0 22px 55px rgba(15, 27, 36, 0.08);
}

.acp-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.acp-panel-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0b1b24;
}

.acp-panel-meta {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 27, 36, 0.55);
}

.acp-panel-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.acp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.acp-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 9999px;
  padding: 0.6rem 1.4rem;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.acp-button svg {
  width: 1rem;
  height: 1rem;
}

.acp-button--primary {
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.95), rgba(44, 177, 160, 0.95));
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 123, 110, 0.25);
}

.acp-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 52px rgba(0, 123, 110, 0.3);
}

.acp-button--ghost {
  background: rgba(0, 123, 110, 0.1);
  color: #007b6e;
}

.acp-button--ghost:hover {
  background: rgba(0, 123, 110, 0.15);
}

.acp-button[disabled],
.acp-button.is-loading {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.acp-status,
.acp-error {
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
}

.acp-status {
  background: rgba(0, 123, 110, 0.08);
  color: #007b6e;
}

.acp-status.is-error {
  background: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
}

.acp-error {
  background: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
}

.acp-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  padding: 2.5rem 1rem;
  color: rgba(11, 27, 36, 0.6);
}

.acp-empty p {
  max-width: 260px;
  font-size: 0.95rem;
}

.acp-table-wrapper {
  overflow-x: auto;
}

.acp-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}

.acp-table th {
  text-align: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(11, 27, 36, 0.55);
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(0, 123, 110, 0.12);
}

.acp-table td {
  padding: 0.75rem 0.5rem;
  font-size: 0.9rem;
  color: #0b1b24;
  border-bottom: 1px solid rgba(15, 27, 36, 0.06);
}

.acp-table tbody tr:hover {
  background: rgba(0, 123, 110, 0.05);
}

.acp-table code {
  font-family: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8rem;
  background: rgba(148, 163, 184, 0.18);
  padding: 0.2rem 0.35rem;
  border-radius: 0.4rem;
}

.acp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0b1b24;
  background: rgba(15, 27, 36, 0.08);
}

.acp-badge.is-positive {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.95), rgba(44, 177, 160, 0.95));
}

.acp-summary {
  display: block;
}

.acp-summary-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.acp-summary-card {
  position: relative;
  background: rgba(0, 123, 110, 0.08);
  border-radius: 1rem;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(0, 123, 110, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  animation: acp-pulse-in 0.45s ease-out;
}

.acp-summary-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 123, 110, 0.8);
}

.acp-summary-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b1b24;
  font-variant-numeric: tabular-nums;
  animation: acp-value-flash 1.1s ease-out;
}

.acp-summary-detail {
  font-size: 0.8rem;
  color: rgba(11, 27, 36, 0.65);
}

.acp-summary-value[data-acp-stat] {
  animation-duration: 1.4s;
}

.acp-feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1rem;
}

.acp-feature-list li {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(0, 123, 110, 0.12);
  box-shadow: 0 14px 30px rgba(15, 27, 36, 0.08);
  font-size: 0.95rem;
  color: #0b1b24;
}

.acp-guidelines {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.acp-guidelines li {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  color: #0b1b24;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 24px rgba(148, 163, 184, 0.12);
}

.acp-guidelines li span {
  display: block;
  font-weight: 600;
  color: #007b6e;
  margin-bottom: 0.25rem;
}

.acp-overview {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.8fr);
  align-items: stretch;
}

.acp-overview-copy {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.acp-overview-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(0, 123, 110, 0.85);
}

.acp-overview-title {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: #0b1b24;
  margin: 0;
}

.acp-overview-lede {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(11, 27, 36, 0.78);
  max-width: 52ch;
}

.acp-overview-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.acp-overview-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1.5rem;
  padding: 1.9rem 2.15rem;
  border: 1px solid rgba(0, 123, 110, 0.12);
  box-shadow: 0 18px 44px rgba(15, 27, 36, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.acp-overview-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0b1b24;
  margin: 0;
}

.acp-overview-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
  color: rgba(11, 27, 36, 0.78);
  font-size: 0.95rem;
}

.acp-overview-card ul li::before {
  content: '•';
  color: rgba(0, 123, 110, 0.62);
  margin-right: 0.6rem;
}

.acp-overview-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  background: rgba(0, 123, 110, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 123, 110, 0.1);
  animation: acp-card-lift 0.6s ease both;
}

.acp-overview-item:nth-child(2) {
  animation-delay: 0.08s;
}

.acp-overview-item:nth-child(3) {
  animation-delay: 0.16s;
}

.acp-overview-item:nth-child(4) {
  animation-delay: 0.24s;
}

.acp-overview-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.95), rgba(14, 165, 233, 0.9));
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(0, 123, 110, 0.18);
}

.acp-overview-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 123, 110, 0.12);
  color: #0b1b24;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 12px 24px rgba(15, 27, 36, 0.08);
  animation: acp-step-rise 0.5s ease both;
}

.acp-overview-chip::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 1), rgba(14, 165, 233, 0.9));
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.35);
}

.acp-overview-list li:nth-child(2) .acp-overview-chip {
  animation-delay: 0.08s;
}

.acp-overview-list li:nth-child(3) .acp-overview-chip {
  animation-delay: 0.16s;
}

.acp-overview-list li::before {
  content: none;
}

.acp-overview-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}

.acp-overview-list li::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 123, 110, 0.18), rgba(0, 123, 110, 0));
}

.acp-overview-footnote {
  font-size: 0.85rem;
  color: rgba(11, 27, 36, 0.6);
}

.acp-overview-visual {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 2rem;
  padding: 2.4rem;
  border-radius: 1.75rem;
  background: radial-gradient(circle at top left, rgba(0, 123, 110, 0.18), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(0, 123, 110, 0.12);
  box-shadow: 0 28px 60px rgba(15, 27, 36, 0.12);
  overflow: hidden;
}

.acp-overview-visual::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(44, 177, 160, 0.11), transparent 60%);
  transform: rotate(12deg);
}

.acp-overview-orb {
  position: relative;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
}

.acp-overview-orb-core {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.4), rgba(0, 123, 110, 0.9));
  animation: acp-orb-core 6s ease-in-out infinite;
  filter: blur(0.5px);
}

.acp-overview-orb-ring {
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  border: 2px solid rgba(0, 123, 110, 0.28);
  animation: acp-orb-ring 12s linear infinite;
}

.acp-overview-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  width: 100%;
}

.acp-overview-stats li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 123, 110, 0.16);
  box-shadow: 0 12px 30px rgba(15, 27, 36, 0.1);
}

.acp-overview-stat-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: rgba(11, 27, 36, 0.55);
}

.acp-overview-stat-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b1b24;
  font-variant-numeric: tabular-nums;
  animation: acp-value-flash 1.1s ease-out;
}

.acp-overview-stat-value[data-acp-stat] {
  animation-duration: 1.4s;
}

.acp-how-orbit {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 30% 20%, rgba(0, 123, 110, 0.12), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(14, 165, 233, 0.15), transparent 50%);
  opacity: 0.7;
  pointer-events: none;
  animation: acp-orbit-shift 16s ease-in-out infinite alternate;
}

.acp-how-grid {
  display: grid;
  gap: 2.75rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.acp-how-intro {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.acp-how-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 123, 110, 0.85);
}

.acp-how-badge::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 1), rgba(14, 165, 233, 0.85));
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.5);
}

.acp-how-title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 700;
  color: #0b1b24;
  margin: 0;
}

.acp-how-lede {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(11, 27, 36, 0.78);
  max-width: 54ch;
}

.acp-how-flow {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.35rem;
}

.acp-how-flow::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 14px;
  bottom: 14px;
  border-left: 1px dashed rgba(0, 123, 110, 0.35);
}

.acp-how-node {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  padding: 1.1rem 1.3rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 123, 110, 0.12);
  box-shadow: 0 22px 44px rgba(15, 27, 36, 0.08);
  animation: acp-step-rise 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(10px);
}

.acp-how-node:nth-child(1) {
  animation-delay: 0.05s;
}

.acp-how-node:nth-child(2) {
  animation-delay: 0.15s;
}

.acp-how-node:nth-child(3) {
  animation-delay: 0.25s;
}

.acp-how-node:nth-child(4) {
  animation-delay: 0.35s;
}

.acp-how-node-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 123, 110, 0.92), rgba(14, 165, 233, 0.85));
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 12px 24px rgba(0, 123, 110, 0.25);
}

.acp-how-node h3 {
  margin: 0 0 0.35rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0b1b24;
}

.acp-how-node p {
  margin: 0;
  color: rgba(11, 27, 36, 0.72);
  font-size: 0.95rem;
}

.acp-how-cards {
  display: grid;
  gap: 1.5rem;
}

.acp-how-card {
  position: relative;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 123, 110, 0.14);
  box-shadow: 0 24px 48px rgba(15, 27, 36, 0.1);
  padding: 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translateY(8px);
  opacity: 0;
  animation: acp-card-lift 0.7s ease forwards;
}

.acp-how-card::before {
  content: '';
  position: absolute;
  inset: -40% 30% auto -30%;
  height: 60%;
  background: radial-gradient(circle, rgba(0, 123, 110, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.acp-how-card:hover::before {
  opacity: 1;
  transform: translateY(-6%);
}

.acp-how-card:nth-child(2) {
  animation-delay: 0.2s;
}

.acp-how-card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0b1b24;
}

.acp-how-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
  font-size: 0.95rem;
  color: rgba(11, 27, 36, 0.75);
}

.acp-how-card ul li {
  display: grid;
  gap: 0.25rem;
}

.acp-how-card ul li span {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: rgba(0, 123, 110, 0.85);
}

.acp-how-stats-card {
  position: relative;
  overflow: hidden;
}

.acp-how-stats {
  display: grid;
  gap: 1rem;
}

.acp-how-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  background: rgba(0, 123, 110, 0.07);
  border: 1px solid rgba(0, 123, 110, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.acp-how-stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(11, 27, 36, 0.6);
}

.acp-how-stat-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b1b24;
  font-variant-numeric: tabular-nums;
  animation: acp-value-flash 1.1s ease-out;
}

.acp-how-footnote {
  font-size: 0.85rem;
  color: rgba(11, 27, 36, 0.6);
}

.acp-how-stats-card {
  position: relative;
  overflow: hidden;
}

.acp-how-stats {
  display: grid;
  gap: 1rem;
}

.acp-how-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  background: rgba(0, 123, 110, 0.07);
  border: 1px solid rgba(0, 123, 110, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.acp-how-stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(11, 27, 36, 0.6);
}

.acp-how-stat-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b1b24;
  font-variant-numeric: tabular-nums;
  animation: acp-value-flash 1.1s ease-out;
}

.acp-how-footnote {
  font-size: 0.85rem;
  color: rgba(11, 27, 36, 0.6);
}

@keyframes acp-pulse-in {
  0% {
    transform: translateY(6px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes acp-value-flash {
  0% {
    color: rgba(0, 123, 110, 0.8);
    text-shadow: 0 0 0 rgba(0, 123, 110, 0);
  }

  30% {
    color: #0b1b24;
    text-shadow: 0 0 18px rgba(44, 177, 160, 0.36);
  }

  100% {
    color: #0b1b24;
    text-shadow: 0 0 0 rgba(0, 123, 110, 0);
  }
}

@keyframes acp-orb-core {
  0%,
  100% {
    transform: scale(0.96);
    filter: blur(0px);
  }

  50% {
    transform: scale(1.06);
    filter: blur(2px);
  }
}

@keyframes acp-orb-ring {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.05);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.acp-structure-trigger {
  align-self: flex-start;
  padding-inline: 1.1rem;
}

.acp-structure-viewer {
  position: relative;
  width: 100%;
  min-height: 340px;
  border-radius: 1.25rem;
  background: radial-gradient(circle at top left, rgba(0, 123, 110, 0.12), rgba(14, 165, 233, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  overflow: hidden;
}

.acp-structure-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  padding: 2.25rem 1.5rem;
  color: rgba(11, 27, 36, 0.65);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1.25rem;
  border: 1px dashed rgba(0, 123, 110, 0.28);
}

.acp-structure-empty svg {
  width: 42px;
  height: 42px;
  color: rgba(0, 123, 110, 0.55);
}

.acp-structure-status {
  margin-bottom: 0.5rem;
}

.acp-structure-meta {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(11, 27, 36, 0.55);
}

.acp-structure-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 16, 23, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.acp-structure-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.acp-structure-backdrop {
  position: absolute;
  inset: 0;
}

.acp-structure-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 2.5rem));
  max-height: min(82vh, 640px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 40px 120px rgba(15, 27, 36, 0.38);
  overflow: hidden;
}

.acp-structure-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.acp-structure-header-text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.acp-structure-header h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0b1b24;
}

.acp-structure-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(0, 123, 110, 0.12);
  border: none;
  color: #0b1b24;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.acp-structure-close:hover {
  background: rgba(0, 123, 110, 0.18);
  transform: translateY(-1px);
}

.acp-structure-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.acp-structure-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.acp-structure-footer .acp-button {
  flex: 0 0 auto;
}

.acp-structure-footer .acp-button[disabled] {
  opacity: 0.45;
}

@media (max-width: 768px) {
  .acp-app-grid {
    grid-template-columns: 1fr;
  }

  .acp-panel {
    padding: 1.4rem;
    border-radius: 1.25rem;
  }

  .acp-actions {
    gap: 0.6rem;
  }

  .acp-button {
    width: 100%;
    justify-content: center;
  }

  .acp-panel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .acp-structure-dialog {
    width: min(100%, calc(100% - 1.5rem));
    max-height: 90vh;
    padding: 1.4rem;
    border-radius: 1.35rem;
    gap: 1.25rem;
  }

  .acp-structure-header {
    flex-direction: column;
    gap: 0.85rem;
  }

  .acp-structure-footer {
    justify-content: center;
  }

  .acp-structure-viewer {
    min-height: 280px;
  }

  .acp-overview {
    grid-template-columns: 1fr;
  }

  .acp-overview-visual {
    padding: 1.8rem;
  }

  .acp-overview-orb {
    width: 180px;
    height: 180px;
  }

  .acp-overview-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes acp-orbit-shift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-4%, 2%, 0);
  }
}

@keyframes acp-card-lift {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes acp-step-rise {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.focus-within\:ring-2:focus-within {
  --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-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 123 110 / var(--tw-ring-opacity, 1));
}

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

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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-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\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 123 110 / var(--tw-border-opacity, 1));
}

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

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

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

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

.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 177 160 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(0 123 110 / 0.9);
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / 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\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(11 27 36 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary-light:hover {
  --tw-text-opacity: 1;
  color: rgb(44 177 160 / 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-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.hover\:shadow-black\/20:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary\/50:hover {
  --tw-shadow-color: rgb(0 123 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/50:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.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:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 123 110 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-light\/60:focus {
  --tw-ring-color: rgb(44 177 160 / 0.6);
}

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

.group:hover .group-hover\:bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.group:hover .group-hover\:bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.group:hover .group-hover\:bg-primary\/20 {
  background-color: rgb(0 123 110 / 0.2);
}

.group:hover .group-hover\:bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .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-\[1\.1fr\2c 0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.2fr_1fr\] {
    grid-template-columns: 1.2fr 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 260px\)\2c minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,260px) minmax(0,1fr);
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-\[var\(--surface-card-border\)\] {
    border-color: var(--surface-card-border);
  }

  .dark\:bg-\[var\(--surface-card\)\] {
    background-color: var(--surface-card);
  }
}
