/* HRO original layout utilities, compiled with Tailwind CSS 3.4.17. MIT license: vendor/tailwindcss-LICENSE.txt. All selectors are scoped. */
.hro-content *,.hro-content  ::before,.hro-content  ::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:  ;
}

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

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

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

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

.hro-content ::before,.hro-content
::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
*/

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

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

.hro-content {
  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.
*/

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

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

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

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

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

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

.hro-content a {
  color: inherit;
  text-decoration: inherit;
}

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

.hro-content b,.hro-content
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.
*/

.hro-content code,.hro-content
kbd,.hro-content
samp,.hro-content
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.
*/

.hro-content small {
  font-size: 80%;
}

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

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

.hro-content sub {
  bottom: -0.25em;
}

.hro-content 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.
*/

.hro-content 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.
*/

.hro-content button,.hro-content
input,.hro-content
optgroup,.hro-content
select,.hro-content
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.
*/

.hro-content button,.hro-content
select {
  text-transform: none;
}

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

.hro-content button,.hro-content
input:where([type='button']),.hro-content
input:where([type='reset']),.hro-content
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.
*/

.hro-content :-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)
*/

.hro-content :-moz-ui-invalid {
  box-shadow: none;
}

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

.hro-content progress {
  vertical-align: baseline;
}

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

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

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

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

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

.hro-content ::-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.
*/

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

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

.hro-content summary {
  display: list-item;
}

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

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

.hro-content fieldset {
  margin: 0;
  padding: 0;
}

.hro-content legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

.hro-content dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.hro-content 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

.hro-content button,.hro-content
[role="button"] {
  cursor: pointer;
}

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

.hro-content :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.
*/

.hro-content img,.hro-content
svg,.hro-content
video,.hro-content
canvas,.hro-content
audio,.hro-content
iframe,.hro-content
embed,.hro-content
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)
*/

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

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

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

.hro-content .container {
  width: 100%;
}

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

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

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

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

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

.hro-content .absolute {
  position: absolute;
}

.hro-content .relative {
  position: relative;
}

.hro-content .inset-0 {
  inset: 0px;
}

.hro-content .bottom-1\/4 {
  bottom: 25%;
}

.hro-content .bottom-20 {
  bottom: 5rem;
}

.hro-content .bottom-6 {
  bottom: 1.5rem;
}

.hro-content .left-0 {
  left: 0px;
}

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

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

.hro-content .left-10 {
  left: 2.5rem;
}

.hro-content .right-1\/3 {
  right: 33.333333%;
}

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

.hro-content .right-10 {
  right: 2.5rem;
}

.hro-content .top-0 {
  top: 0px;
}

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

.hro-content .top-1\/4 {
  top: 25%;
}

.hro-content .top-20 {
  top: 5rem;
}

.hro-content .top-40 {
  top: 10rem;
}

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

.hro-content .z-20 {
  z-index: 20;
}

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

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

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

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

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

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

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

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

.hro-content .mr-1\.5 {
  margin-right: 0.375rem;
}

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

.hro-content .mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

.hro-content .flex {
  display: flex;
}

.hro-content .grid {
  display: grid;
}

.hro-content .hidden {
  display: none;
}

.hro-content .h-12 {
  height: 3rem;
}

.hro-content .h-16 {
  height: 4rem;
}

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

.hro-content .h-4 {
  height: 1rem;
}

.hro-content .h-64 {
  height: 16rem;
}

.hro-content .h-72 {
  height: 18rem;
}

.hro-content .h-80 {
  height: 20rem;
}

.hro-content .h-\[28rem\] {
  height: 28rem;
}

.hro-content .h-\[32rem\] {
  height: 32rem;
}

.hro-content .h-\[40rem\] {
  height: 40rem;
}

.hro-content .h-auto {
  height: auto;
}

.hro-content .h-full {
  height: 100%;
}

.hro-content .w-1 {
  width: 0.25rem;
}

.hro-content .w-12 {
  width: 3rem;
}

.hro-content .w-16 {
  width: 4rem;
}

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

.hro-content .w-4 {
  width: 1rem;
}

.hro-content .w-64 {
  width: 16rem;
}

.hro-content .w-72 {
  width: 18rem;
}

.hro-content .w-80 {
  width: 20rem;
}

.hro-content .w-\[28rem\] {
  width: 28rem;
}

.hro-content .w-\[32rem\] {
  width: 32rem;
}

.hro-content .w-\[40rem\] {
  width: 40rem;
}

.hro-content .w-full {
  width: 100%;
}

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

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

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

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

.hro-content .max-w-xl {
  max-width: 36rem;
}

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

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

.hro-content .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

.hro-content .gap-2 {
  gap: 0.5rem;
}

.hro-content .gap-6 {
  gap: 1.5rem;
}

.hro-content .gap-8 {
  gap: 2rem;
}

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

.hro-content .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.hro-content .self-center {
  align-self: center;
}

.hro-content .overflow-hidden {
  overflow: hidden;
}

.hro-content .rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.hro-content .rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hro-content .border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.hro-content .bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.hro-content .bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

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

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

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

.hro-content .bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

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

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

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

.hro-content .bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.hro-content .bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

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

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

.hro-content .bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

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

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

.hro-content .bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hro-content .bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.hro-content .bg-\[radial-gradient\(circle_at_center\2c rgba\(11\2c 114\2c 231\2c 0\.05\)_0\2c rgba\(11\2c 114\2c 231\2c 0\)_70\%\)\] {
  background-image: radial-gradient(circle at center,rgba(11,114,231,0.05) 0,rgba(11,114,231,0) 70%);
}

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

.hro-content .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hro-content .from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hro-content .to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.hro-content .to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.hro-content .to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.hro-content .to-cyan-300 {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.hro-content .to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.hro-content .to-green-300 {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.hro-content .to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.hro-content .to-purple-300 {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.hro-content .to-red-300 {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.hro-content .to-rose-50 {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.hro-content .to-violet-50 {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.hro-content .to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

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

.hro-content .p-3 {
  padding: 0.75rem;
}

.hro-content .p-6 {
  padding: 1.5rem;
}

.hro-content .p-8 {
  padding: 2rem;
}

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

.hro-content .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.hro-content .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hro-content .text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.hro-content .text-dark-500 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hro-content .text-dark-600 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hro-content .text-dark-800 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hro-content .text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

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

.hro-content .text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.hro-content .text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.hro-content .opacity-10 {
  opacity: 0.1;
}

.hro-content .opacity-15 {
  opacity: 0.15;
}

.hro-content .opacity-50 {
  opacity: 0.5;
}

.hro-content .mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.hro-content .shadow-card {
  --tw-shadow: 0 2px 12px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.02);
  --tw-shadow-colored: 0 2px 12px var(--tw-shadow-color), 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.hro-content .blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hro-content .blur-\[100px\] {
  --tw-blur: blur(100px);
  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);
}

.hro-content .blur-\[120px\] {
  --tw-blur: blur(120px);
  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);
}

.hro-content .blur-\[150px\] {
  --tw-blur: blur(150px);
  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);
}

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

.hro-content .transition-all {
  transition-property: color, background-color, border-color, box-shadow, opacity, width, translate, scale;
  transition-timing-function: var(--ease-out);
  transition-duration: var(--motion-fast);
}

.hro-content .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: var(--ease-out);
  transition-duration: var(--motion-fast);
}

.hro-content .transition-transform {
  transition-property: transform;
  transition-timing-function: var(--ease-out);
  transition-duration: var(--motion-fast);
}

.hro-content .duration-300 {
  transition-duration: var(--motion-card);
}

.hro-content .duration-700 {
  transition-duration: var(--motion-enter);
}

.hro-content .ease-in-out {
  transition-timing-function: var(--ease-out);
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hro-content .hover\:scale-\[1\.02\]:hover { scale: 1.01; }
}

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

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

.hro-content .hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hro-content .group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hro-content .group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.hro-content .group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.hro-content .group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hro-content .group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .hro-content .sm\:flex-row {
    flex-direction: row;
  }

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

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

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

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

@media (min-width: 768px) {
  .hro-content .md\:mb-0 {
    margin-bottom: 0px;
  }

  .hro-content .md\:w-1\/2 {
    width: 50%;
  }

  .hro-content .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .hro-content .md\:flex-row {
    flex-direction: row;
  }

  .hro-content .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .hro-content .md\:pt-32 {
    padding-top: 8rem;
  }

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

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

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

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

  .hro-content .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

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

                .hro-content .case-card {
                    background: white;
                    border-radius: 16px;
                    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
                    overflow: hidden;
                    transition: translate var(--motion-card) var(--ease-out), box-shadow var(--motion-card) var(--ease-out);
                    display: flex;
                    flex-direction: column;
                    height: 100%;
                }

                .hro-content .case-card:hover {
                    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
                }

                .hro-content .case-header {
                    padding: 24px;
                    background: linear-gradient(135deg, #60A5FA 0%, #3B82F6 100%);
                    color: white;
                    flex-shrink: 0;
                }

                .hro-content .case-section {
                    padding: 20px 24px;
                    border-bottom: 1px solid #f0f0f0;
                    flex-shrink: 0;
                }

                .hro-content .case-section:last-child {
                    border-bottom: none;
                }

                .hro-content .case-section:nth-child(2) {
                    flex-grow: 1;
                }

                .hro-content .case-title {
                    font-size: 18px;
                    font-weight: 700;
                    margin-bottom: 8px;
                    display: flex;
                    align-items: center;
                }

                .hro-content .case-title .hro-icon {
                    margin-right: 8px;
                }

                .hro-content .case-list {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .hro-content .case-list li {
                    padding: 6px 0;
                    padding-left: 24px;
                    position: relative;
                    color: #4B5563;
                    line-height: 1.5;
                    font-size: 14px;
                }

                .hro-content .case-list li::before {
                    content: '✓';
                    position: absolute;
                    left: 0;
                    color: #3B82F6;
                    font-weight: bold;
                }

                .hro-content .case-metrics {
                    display: flex;
                    justify-content: space-between;
                    gap: 8px;
                    padding: 16px 24px;
                    flex-shrink: 0;
                }

                .hro-content .metric-item {
                    text-align: center;
                    padding: 12px 4px;
                    background: #F9FAFB;
                    border-radius: 8px;
                    flex: 1;
                    min-width: 0;
                }

                .hro-content .metric-value {
                    font-size: 28px;
                    font-weight: 800;
                    color: #3B82F6;
                    line-height: 1;
                }

                .hro-content .metric-label {
                    font-size: 12px;
                    color: #6B7280;
                    margin-top: 6px;
                }

                .hro-content .case-quote {
                    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
                    padding: 16px 20px;
                    margin: 24px 24px 24px;
                    border-radius: 12px;
                    border-left: 4px solid #3B82F6;
                    flex-shrink: 0;
                }

                .hro-content .case-quote-text {
                    font-size: 13px;
                    color: #374151;
                    line-height: 1.6;
                    font-style: italic;
                }

                .hro-content .case-quote-author {
                    font-size: 12px;
                    color: #6B7280;
                    margin-top: 10px;
                    font-weight: 600;
                }

/* 保留原 HRO 布局；色彩及动效节奏与全站共享。 */
.hro-content { font-family: inherit; font-size: 16px; line-height: 1.65; color: var(--ink); }
.hro-content .container { width: min(1280px, 100%); max-width: 1280px; }
.hro-content h1, .hro-content h2, .hro-content h3, .hro-content h4 { letter-spacing: 0; }
.hro-content img { display: block; max-width: 100%; height: auto; }
.hro-content .hro-icon { display: inline-block; width: 1em; height: 1em; flex-shrink: 0; vertical-align: -.125em; }
.hro-content .text-dark-800, .hro-content .text-dark-600 { color: var(--ink); }
.hro-content .text-dark-500, .hro-content .text-gray-500 { color: var(--muted); }
.hro-content .text-primary-600, .hro-content .text-primary-700, .hro-content .text-blue-600 { color: var(--blue); }
.hro-content .bg-primary-100, .hro-content .bg-blue-100 { background-color: #e8f0fd; }
.hro-content .gradient-bg { position: relative; overflow: hidden; background: radial-gradient(ellipse at 12% 12%, #dceaff 0%, transparent 55%), radial-gradient(ellipse at 88% 72%, #def5ff 0%, transparent 54%), var(--cream); }
.hro-content .gradient-bg h1, .hro-content .gradient-bg h2 { color: var(--ink); }
.hro-content .gradient-bg p { color: var(--muted); }
.hro-content #home { padding-top: 80px; padding-bottom: 104px; }
.hro-content #home > .absolute.inset-0 { opacity: .24; }
.hro-content #home .bg-primary-700, .hro-content #home .bg-blue-500 { background: var(--blue); }
.hro-content #home .bg-secondary-700, .hro-content #home .bg-purple-500 { background: #55a9df; }
.hro-content #home .bg-accent-700, .hro-content #home .bg-cyan-500 { background: #9dcaff; }
.hro-content #home > .container > .flex { display: grid; grid-template-columns: 1fr 1.14fr; gap: 36px; }
.hro-content #home > .container > .flex > div { width: auto; min-width: 0; }
.hro-content #home h1 { font-size: clamp(32px,3.4vw,52px); line-height: 1.2; }
.hro-content #home h2 { font-size: clamp(22px,2.1vw,30px); line-height: 1.5; }
.hro-content .wave-shape { position: absolute; inset: auto 0 0; height: 130px; pointer-events: none; }
.hro-content .wave-shape svg { display: block; width: 100%; height: 100%; }
.hro-content .wave-shape path { fill: #fff; }
.hro-content .carousel-container { isolation: isolate; border: 5px solid rgba(255,255,255,.85); border-radius: 20px; box-shadow: 0 24px 50px rgba(60,85,58,.13); }
.hro-content .carousel-slide { min-width: 100%; }
.hro-content .carousel-slide img { border-radius: 13px; }
.hro-content .carousel-dots { z-index: 2; bottom: 18px; }
.hro-content .carousel-dot { position: relative; width: 12px; height: 12px; background: rgba(255,255,255,.65); box-shadow: 0 1px 5px rgba(20,40,75,.3); }
.hro-content .carousel-dot::before { content: ''; position: absolute; inset: -8px; }
.hro-content .carousel-dot[aria-pressed="true"] { width: 28px; background: #fff; }
.hro-content .carousel-toggle { position: absolute; z-index: 3; right: 12px; bottom: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: rgba(36,62,80,.68); }
.hro-content .carousel-toggle svg { width: 18px; height: 18px; }
.hro-content .btn-enhanced { position: relative; display: inline-block; border-radius: 999px; transition: background-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), translate var(--motion-card) var(--ease-out), box-shadow var(--motion-card) var(--ease-out); }
.hro-content .gradient-bg .btn-enhanced.bg-white { background: var(--blue); color: #fff; border: 2px solid var(--blue); box-shadow: 0 8px 20px rgba(23,104,230,.15); }
.hro-content .gradient-bg .btn-enhanced.bg-transparent { color: var(--ink); background: rgba(255,255,255,.78); border-color: #d9e1d5; }
.hro-content .gradient-bg .btn-enhanced.bg-white:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.hro-content .gradient-bg .btn-enhanced.bg-transparent:hover { background: #fff; border-color: #bbcbbb; color: var(--blue-dark); }
.hro-content .card-hover-enhanced { border-radius: 18px; border: 1px solid var(--line); transition: translate var(--motion-card) var(--ease-out), box-shadow var(--motion-card) var(--ease-out), border-color var(--motion-card) var(--ease-out); }
.hro-content .icon-container { border-radius: 15px; transition: scale var(--motion-card) var(--ease-out), background-color var(--motion-fast) var(--ease-out); }
.hro-content .flex-column { flex-direction: column; }
.hro-content .flex-h { display: flex; flex-direction: column; justify-content: space-around; flex: 1; gap: 18px; }
.hro-content .module-tab { position: relative; min-height: 44px; padding: 12px 20px; color: var(--muted); background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 12px; transition: color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-card) var(--ease-out); }
.hro-content .module-tab:hover { background: #eef5ff; color: var(--blue-dark); border-color: #c5daf7; }
.hro-content .module-tab.active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 5px 15px rgba(23,104,230,.12); }
.hro-content .module-content { border: 1px solid var(--line); border-radius: 22px; }
.hro-content .module-content.hidden { display: none; }
.hro-content .module-content:not(.hidden) { animation: hro-panel-in var(--motion-enter) var(--ease-out) both; }
.hro-content .module-content .grid > div { min-width: 0; }
.hro-content .module-content .grid > div:first-child { padding: 32px; }
.hro-content .module-content .grid > div:last-child { padding: 28px; }
.hro-content .module-content .transition-transform { transition-property: scale; }
.hro-content .case-header { background: linear-gradient(118deg, #1763cb, #1b82c4); }
.hro-content .case-header .text-blue-100 { color: #e8f4f1; }
.hro-content .case-card { box-shadow: 0 8px 36px rgba(50,78,58,.07); border-radius: 22px; }
.hro-content .case-card:hover { box-shadow: 0 14px 42px rgba(50,78,58,.1); }
.hro-content .case-metrics { padding: 14px 0; }
.hro-content .metric-item { background: var(--tint); }
.hro-content .metric-value { font-size: clamp(23px,2.4vw,28px); color: var(--blue); }
.hro-content .case-list li { color: var(--muted); }
.hro-content .case-list li::before { color: #218660; }
.hro-content .case-quote { background: var(--cream); border-left-color: var(--gold); }
.hro-content .bg-gray-50 { background-color: var(--tint); }
.hro-content #product { background: linear-gradient(145deg, #f3f7ff, #fff); }
.hro-content #cases { background: linear-gradient(135deg, #eef6ff, #f8fbff); }
.hro-content .animate-pulse-slow, .hro-content .animate-blob { animation: none; }
.hro-content button:focus-visible, .hro-content a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
@keyframes hro-panel-in { from { opacity: .4; translate: 0 6px; } to { opacity: 1; translate: 0 0; } }
@media(min-width:768px) { .hro-content .container { padding-inline: 32px; } }
@media(max-width:767px) {
 .hro-content .container { padding-inline: 20px; }
 .hro-content #home { padding: 52px 0 70px; }
 .hro-content #home > .container > .flex { grid-template-columns: 1fr; gap: 12px; }
 .hro-content #home > .container > .flex > div:first-child { margin-bottom: 20px; }
 .hro-content #home h1 { margin-bottom: 16px; }
 .hro-content #home h2 { margin-bottom: 20px; }
 .hro-content #home p { font-size: 16px; margin-bottom: 28px; }
 .hro-content .wave-shape { height: 90px; }
 .hro-content section.py-16 { padding-block: 48px; }
 .hro-content .mb-16 { margin-bottom: 32px; }
 .hro-content .module-tab { font-size: 13px; padding: 10px 12px; }
 .hro-content .module-content .grid > div:first-child,.hro-content .module-content .grid > div:last-child { padding: 22px; }
 .hro-content #solutions > .container > .grid > div { padding: 18px; }
 .hro-content #solutions .pl-4 { padding-left: 8px; }
 .hro-content .case-section,.hro-content .case-header { padding: 20px; }
 .hro-content .case-metrics { display: grid; grid-template-columns: repeat(2,1fr); }
 .hro-content .case-quote { margin: 20px; }
}
@media(prefers-reduced-motion:reduce) {
 .hro-content *, .hro-content *::before, .hro-content *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

.hro-content:not(.hro-ready) .module-content.hidden { display: block; margin-top: 24px; }
.hro-content:not(.hro-ready) .module-tab, .hro-content:not(.hro-ready) .carousel-dots, .hro-content:not(.hro-ready) .carousel-toggle { display: none; }
