/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.7 | 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, PingFang SC, Microsoft YaHei, system-ui, 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] {
  display: none;
}

*, ::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 640px) {

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

  .container {
    max-width: 768px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {

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

  .container {
    max-width: 1280px;
  }
}
.container-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

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

  .container-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/* section-shell 鈥?section inner wrapper with responsive horizontal
     padding tuned for laptop viewports (1366 / 1440). Replaces the
     previous per-section `paddingLeft: 32` inline style, which looked
     cramped on laptops and gave no breathing room for long lines. */
.section-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {

  .section-shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .section-shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .section-shell {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {

  .section-shell {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/* White-fill partner logos inverted to brand navy on light surfaces. */
.section-pad {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 1024px) {

  .section-pad {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.\!eyebrow {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.eyebrow {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.\!eyebrow {
    color: #0AA6A2 !important;
  }
.eyebrow {
    color: #0AA6A2;
  }
.heading-h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.012em;
  font-weight: 600;
}
@media (min-width: 1024px) {

  .heading-h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.015em;
    font-weight: 600;
  }
}
.heading-h1 {
    color: #08243A;
  }
.heading-h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
@media (min-width: 1024px) {

  .heading-h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.012em;
    font-weight: 600;
  }
}
.heading-h2 {
    color: #08243A;
  }
.heading-h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.006em;
  font-weight: 600;
    color: #08243A;
}
.body-l {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.002em;
  font-weight: 400;
    color: #0B2034;
}
.body-m {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
    color: #0B2034;
}
.btn-primary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.005em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 8px 24px rgba(24,35,31,0.06);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-primary:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}
.btn-primary {
    background-color: #0AA6A2;
    border-color: #0AA6A2;
    --tw-ring-offset-color: #0AA6A2;
  }
.btn-primary:hover {
    background-color: #18B8AD;
    border-color: #18B8AD;
  }
.btn-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.005em;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-secondary:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(194 204 208 / var(--tw-border-opacity));
}
.btn-secondary:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
}
.btn-secondary {
    border-color: #DCE3E4;
    color: #08243A;
    --tw-ring-color: #08243A;
    --tw-ring-offset-color: #F7F5F0;
  }
.card {
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 227 228 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 8px 24px rgba(24,35,31,0.06);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-quiet {
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 227 228 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
/* Floating metric cards anchored to the product stage.
     Pattern adapted from landing.html .float-card / .float-1. */
/* 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€
   * ITSM workspace placeholder.
   * Adapted from landing.html .itsm-* compatibility layer.
   * Token mapping: --bg-card 鈫?canvas-ui, --accent 鈫?brand-teal-600.
   * 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
.itsm-nav li.\!active {
    background: rgba(232, 93, 63, 0.10) !important;
    color: #1677FF !important;
    font-weight: 600 !important;
  }
.itsm-nav li.active {
    background: rgba(232, 93, 63, 0.10);
    color: #1677FF;
    font-weight: 600;
  }
.itsm-nav .ico {
  display: inline-block;
  height: 14px;
  width: 14px;
  flex: none;
  border-radius: 3px;
  border-width: 1.5px;
  border-color: currentColor;
}
.itsm-stat-trend.up {
    color: #19B8A5;
  }
.itsm-stat-trend.down {
    color: #A8071A;
  }
/* 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€
   * ITSM responsive 鈥?sidebar collapses to top bar on tablet/mobile.
   * 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
/* Tightened to 鈮?20px / 鈮?60px so the desktop product stage never
     collapses unless the host column is genuinely tiny. */
.focus-ring:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 36 58 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.top-28 {
  top: 7rem;
}
.isolate {
  isolation: isolate;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-40 {
  max-height: 10rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.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-\[640px\] {
  max-width: 640px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-content {
  max-width: 1600px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.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));
}
.resize {
  resize: both;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.list-disc {
  list-style-type: disc;
}
.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;
}
.items-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-card {
  border-radius: 12px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-stage {
  border-radius: 24px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 227 228 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#E5F5F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 245 242 / var(--tw-bg-opacity));
}
.bg-brand-ivory-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 240 / var(--tw-bg-opacity));
}
.bg-brand-navy-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 36 58 / var(--tw-bg-opacity));
}
.bg-brand-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 166 162 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-18 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.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;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-body-l {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.002em;
  font-weight: 400;
}
.text-body-m {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.text-body-s {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.text-eyebrow {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.text-h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.012em;
  font-weight: 600;
}
.text-h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.text-h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.006em;
  font-weight: 600;
}
.text-h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.003em;
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.text-brand-navy-700 {
  --tw-text-opacity: 1;
  color: rgb(20 51 82 / var(--tw-text-opacity));
}
.text-brand-navy-900 {
  --tw-text-opacity: 1;
  color: rgb(8 36 58 / var(--tw-text-opacity));
}
.text-brand-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(7 139 136 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(102 114 124 / var(--tw-text-opacity));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(61 74 87 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-card {
  --tw-shadow: 0 8px 24px rgba(24,35,31,0.06);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-stage {
  --tw-shadow: 0 28px 80px rgba(15,22,20,0.18);
  --tw-shadow-colored: 0 28px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-filter {
  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-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  color-scheme: light;
}

html,
body {
  background-color: #F7F5F0;
  color: #0B2034;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv11', 'ss01', 'tnum' 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€
 * Reveal 鈥?page-wide entrance utility.
 *
 * Design rules (do NOT violate):
 *   1. Animate ONLY opacity and transform (translateY).
 *   2. No layout properties (width / height / top / left / margin / padding).
 *   3. No infinite loops. No bounces. No rotation. No scale.
 *   4. Duration 540ms; stagger 80鈥?00ms inside a single parent.
 *   5. Items that haven't been "seen" yet stay opacity:0 translateY(16px),
 *      so SEO crawlers and reduced-motion users still see something 鈥?the
 *      gating is per-element, not a blanket veil.
 *   6. Honored by prefers-reduced-motion: below, content is shown directly.
 * 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */

/* Default state for .reveal: content is VISIBLE.
   Only when a Section's IntersectionObserver fires (useReveal.ts) do we
   add `.pre-enter` for one frame and then remove it 鈥?that's what triggers
   the 16px upward fade-in. Net effect:
     - First paint always shows full content (no blank dark bands for
       sections below the fold on short viewports).
     - Scrolling still gets the entrance animation as sections enter view.
   SEO crawlers and reduced-motion users see content directly (the
   reduced-motion media query below strips both pre-enter and transition). */
.reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 540ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.pre-enter {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}
.reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------------------------------
 * Section root entrance (motion v3 — option A)
 *
 * 2026-08-06 Perry — per-section reveal upgrade. Reverted from option
 * C (opacity-only) after side-by-side comparison with the motion-pre
 * view.html reference revealed the root needed its own translateY
 * (16px) for the section to feel like it's "flying into place"
 * rather than "snapping on". Children keep their own .reveal 12px
 * upward fade-up (down from 16px so root+child stacks to 28px, which
 * matches motion-preview.html's .pr-section 16px + .pr-fade 12px and
 * reads as a single smooth landing). 540ms matches the existing
 * .reveal timing so root + child fade in lockstep.
 * --------------------------------------------------------------------- */
[data-reveal-root] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 540ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
[data-reveal-root].pre-enter {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}
[data-reveal-root].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Per-parent stagger 鈥?children with .reveal-step inherit delays through
   inline `style="--reveal-step: 1"` etc., or via these ready-made children
   indices for the most common cases (cards in a 4-up grid). */
.reveal-stagger > .reveal:nth-child(1)  { transition-delay: 0ms; }
.reveal-stagger > .reveal:nth-child(2)  { transition-delay: 80ms; }
.reveal-stagger > .reveal:nth-child(3)  { transition-delay: 160ms; }
.reveal-stagger > .reveal:nth-child(4)  { transition-delay: 240ms; }
.reveal-stagger > .reveal:nth-child(5)  { transition-delay: 320ms; }
.reveal-stagger > .reveal:nth-child(6)  { transition-delay: 400ms; }
.reveal-stagger > .reveal:nth-child(7)  { transition-delay: 480ms; }
.reveal-stagger > .reveal:nth-child(8)  { transition-delay: 560ms; }

/* Three-up solutions / deployment cards: looser 80ms gap driven by intent. */
.reveal-stagger-3 > .reveal:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger-3 > .reveal:nth-child(2) { transition-delay: 80ms; }
.reveal-stagger-3 > .reveal:nth-child(3) { transition-delay: 160ms; }

/* Tighter stagger used inside dense grids (product matrix 4脳N). */
.reveal-stagger-tight > .reveal:nth-child(1)  { transition-delay: 0ms; }
.reveal-stagger-tight > .reveal:nth-child(2)  { transition-delay: 60ms; }
.reveal-stagger-tight > .reveal:nth-child(3)  { transition-delay: 120ms; }
.reveal-stagger-tight > .reveal:nth-child(4)  { transition-delay: 180ms; }
.reveal-stagger-tight > .reveal:nth-child(5)  { transition-delay: 240ms; }
.reveal-stagger-tight > .reveal:nth-child(6)  { transition-delay: 300ms; }
.reveal-stagger-tight > .reveal:nth-child(7)  { transition-delay: 360ms; }
.reveal-stagger-tight > .reveal:nth-child(8)  { transition-delay: 420ms; }

/* Inline-driven delay: takes precedence over nth-child rules above.
   Use `style={{ ["--reveal-delay"]: "120ms" }}` on a `.reveal` element
   to delay a single node independently of its siblings. */
.reveal[style*="--reveal-delay"] {
  transition-delay: var(--reveal-delay) !important;
}

/* Subtle parallax (used only on decorative overlays inside the dark product
   stage; never on the workspace card body itself). Range is 12鈥?6px max. */
.reveal-parallax {
  transition:
    opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

/* Reduced motion: skip the fade and the parallax entirely. The first two
   selectors above are reverted at the second spec call; everything else
   is just a no-op because there's nothing to stagger over anyway. */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-parallax,
  [data-reveal-root] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .reveal-stagger > .reveal,
  .reveal-stagger-3 > .reveal,
  .reveal-stagger-tight > .reveal {
    transition-delay: 0ms !important;
  }
}

/* ----------------------------------------------------------------------
 * Why Us jade-dot one-shot pulse on view
 *
 * 2026-08-06 Perry — high-end-visual-design skill motion upgrade.
 * The Why Us ornament (jade dot + "01/05" index row) gets a 600ms
 * scale-in bounce the first time its parent .whyus-card gains
 * .is-revealed. Single playback (animation runs once), staggered
 * across the 5 cards by inline --whyus-pulse-i so the ornaments
 * enter in sequence with the existing card fade-up. The bounce
 * uses the same cubic-bezier as the rest of the page so it stays
 * inside the design system's motion language.
 * --------------------------------------------------------------------- */
.whyus-ornament-pulse {
  transform-origin: left center;
  transform: scale(0.6);
  opacity: 0;
}
.is-revealed .whyus-ornament-pulse {
  animation: whyus-ornament-pop 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(360ms + var(--whyus-pulse-i, 0) * 80ms);
}
@keyframes whyus-ornament-pop {
  0%   { transform: scale(0.6);  opacity: 0; }
  55%  { transform: scale(1.18); opacity: 1; }
  100% { transform: scale(1);    opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .whyus-ornament-pulse,
  .is-revealed .whyus-ornament-pulse {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

/* ----------------------------------------------------------------------
 * Motion v2 — ported from motion-preview.html (PageRenderer reference)
 *
 * 2026-08-06 Perry — high-end-visual-design skill motion upgrade.
 * The reference preview had 11 motion primitives; we picked the 8
 * that map cleanly onto home's existing sections without breaking
 * the inline-style system each section uses for its own layout.
 *   1. Hero/Flagship/Why Us eyebrow underline draw (width 0 -> 56px)
 *   2. Hero CTA hover: translateY(-2px) + scale(1.02) + jade glow
 *   3. FinalCta primary CTA hover: same recipe as Hero
 *   4. Hero right-panel image scale (1.04 -> 1) on entrance
 *   5. Flagship + Why Us card hover lift -4px (was -2px in v1)
 *
 * Reduced-motion override at the bottom strips them all to static
 * final states, matching the v1 reference's intent.
 * --------------------------------------------------------------------- */
.hero-eyebrow__line,
.flagship-eyebrow__line,
.whyus-eyebrow__line,
.final-cta-eyebrow__line {
  display: block;
  width: 0;
  height: 2px;
  background: currentColor;
  margin-top: 8px;
  opacity: 0.85;
  animation: eyebrow-line-draw 380ms cubic-bezier(0.16, 1, 0.3, 1) 280ms forwards;
}
@keyframes eyebrow-line-draw {
  to { width: 56px; }
}

/* Hero right-panel product window scale-in on entrance. Replaces the
   old transform-only fade with a tiny zoom out so the panel reads as
   a physical surface landing into place, not a flat layer. */
.hero-stage-window {
  opacity: 0;
  transform: scale(1.04);
  animation: hero-stage-in 720ms cubic-bezier(0.22, 1, 0.36, 1) 480ms forwards;
}
@keyframes hero-stage-in {
  to { opacity: 1; transform: scale(1); }
}

/* CTA hover (Hero + FinalCta primary). translateY + scale + jade glow
   layered on top of the v1 shine sweep pseudo-element so the button
   feels both lifted and polished. */
.hero-cta-primary:hover,
.final-cta-primary:hover {
  transform: translateY(-2px) scale(1.02) !important;
  background-color: #18B8AD !important;
  box-shadow: 0 12px 28px rgba(10, 166, 162, 0.36) !important;
}
.hero-cta-primary:active,
.final-cta-primary:active {
  transform: translateY(0) scale(0.98) !important;
  transition-duration: 100ms !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow__line,
  .flagship-eyebrow__line,
  .whyus-eyebrow__line,
  .final-cta-eyebrow__line {
    width: 56px !important;
    animation: none !important;
  }
  .hero-stage-window {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .hero-cta-primary:hover,
  .final-cta-primary:hover {
    transform: none !important;
  }
  .hero-cta-primary:active,
  .final-cta-primary:active {
    transform: none !important;
  }
}

/* ----------------------------------------------------------------------
 * Explicit motion preference (overrides system + browser reduce-motion)
 *
 * Set on <body> by the optional motion toggle (or by hand in DevTools):
 *   data-motion="always" 鈫?force animations on (overrides reduce-motion)
 *   data-motion="none"   鈫?force animations off (overrides no-preference)
 *
 * Selector specifity is the same as the prefers-reduced-motion rules
 * above; ordering + higher specificity on the data-attribute selectors
 * wins. Always-on re-enables opacity/transform/transition + restores the
 * stagger nth-child delays so the same rhythm plays for opted-in users.
 * ----------------------------------------------------------------------- */
body[data-motion="always"] .reveal.pre-enter,
body[data-motion="always"] .reveal-parallax.pre-enter {
  opacity: 0 !important;
  transform: translate3d(0, 16px, 0) !important;
  transition:
    opacity 540ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: opacity, transform !important;
}
body[data-motion="always"] .reveal.is-revealed,
body[data-motion="always"] .reveal-parallax.is-revealed {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(1)   { transition-delay: 0ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(2)   { transition-delay: 80ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(3)   { transition-delay: 160ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(4)   { transition-delay: 240ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(5)   { transition-delay: 320ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(6)   { transition-delay: 400ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(7)   { transition-delay: 480ms !important; }
body[data-motion="always"] .reveal-stagger > .reveal:nth-child(8)   { transition-delay: 560ms !important; }
body[data-motion="always"] .reveal-stagger-3 > .reveal:nth-child(1) { transition-delay: 0ms !important; }
body[data-motion="always"] .reveal-stagger-3 > .reveal:nth-child(2) { transition-delay: 80ms !important; }
body[data-motion="always"] .reveal-stagger-3 > .reveal:nth-child(3) { transition-delay: 160ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(1) { transition-delay: 0ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(2) { transition-delay: 60ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(3) { transition-delay: 120ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(4) { transition-delay: 180ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(5) { transition-delay: 240ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(6) { transition-delay: 300ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(7) { transition-delay: 360ms !important; }
body[data-motion="always"] .reveal-stagger-tight > .reveal:nth-child(8) { transition-delay: 420ms !important; }
body[data-motion="always"] .reveal[style*="--reveal-delay"] {
  transition-delay: var(--reveal-delay) !important;
}

body[data-motion="none"] .reveal,
body[data-motion="none"] .reveal-parallax {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
body[data-motion="none"] .reveal-stagger > .reveal,
body[data-motion="none"] .reveal-stagger-3 > .reveal,
body[data-motion="none"] .reveal-stagger-tight > .reveal {
  transition-delay: 0ms !important;
}

/* ----------------------------------------------------------------------
 * Title char stagger (motion v3 — char-level reveal)
 *
 * 2026-08-07 Perry — ported from motion-preview.html's .pr-title__char.
 * The reference hovers at 720ms / 22ms interval / 80ms base delay for
 * the headline wave; we adopt the same recipe so the home page's six
 * section h2s (Flagship / WhyUs / FinalCta / ProductStage / Deployment
 * / Security) animate in the same "wave from left to right" rhythm
 * the Hero h1 already had (Hero's inline `.hero-char` was on a 560ms /
 * 28ms / 220ms recipe — now also unified to the reference's 720ms /
 * 22ms / 80ms so the whole page speaks one motion language).
 *
 * Triggered by .is-revealed on the parent (added by useReveal.ts when
 * the section crosses the IntersectionObserver threshold), so it only
 * fires when the section scrolls into view — the title doesn't pop on
 * first paint for sections below the fold. CJK ideographs split via
 * Array.from which iterates by Unicode code point.
 * --------------------------------------------------------------------- */
@keyframes hero-char-rise {
  from {
    opacity: 0;
    transform: translateY(0.22em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2026-08-08 Perry — switch from CSS transition (which only fires on
   class change, so Hero h1 chars were stuck at opacity:0 because
   .hero-h1-revealed was on the h1 from mount and never changed) to
   CSS @keyframes + animation (which auto-plays on mount). 'forwards'
   keeps chars at the end state (opacity 1, translateY 0) regardless
   of any later class changes. Same recipe for both .hero-char (Hero
   h1, first-screen) and .section-title-char (Flagship / WhyUs /
   FinalCta / ProductStage / Deployment / Security h2s, below-the-
   fold), so the page speaks one motion language. .reveal + useReveal
   no longer needed for the 6 section h2s but is left in place —
   other elements (cards, bullets) still rely on .reveal / .is-revealed. */
.section-title-char,
.hero-char {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  animation: hero-char-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: calc(var(--title-char-i, 0) * 22ms + 80ms);
  will-change: opacity, transform;
}
.section-title-char[data-space='true'],
.hero-char[data-space='true'] {
  width: 0.32em;
}
@media (prefers-reduced-motion: reduce) {
  .section-title-char,
  .hero-char {
    animation: none !important;
  }
}

/* ----------------------------------------------------------------------
 * Bullet rule draw-in (motion v3 — micro detail line)
 *
 * 2026-08-07 Perry — ported from motion-preview.html's .pr-bullet__rule.
 * Three sections already render a short jade rule next to each bullet
 * (Flagship 14×1 horizontal, Deployment 36×2 horizontal on each card
 * top, Security 3×full vertical bar at row start) but they were
 * static. Now they scale-in from 0 → 1 along their long axis (X for
 * horizontal, Y for the vertical Security bars) once the section
 * reveals, with a 60ms stagger between sibling rules so the lines
 * "draw in" one after another instead of all snapping on. Same
 * 380ms cubic-bezier(0.16, 1, 0.3, 1) timing as the eyebrow draw
 * above for visual consistency.
 * --------------------------------------------------------------------- */
.flagship-bullet-rule,
.deployment-card-rule {
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--bullet-rule-i, 0) * 60ms + 100ms);
}
.security-capability-rule {
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--bullet-rule-i, 0) * 60ms + 100ms);
}
.reveal.is-revealed .flagship-bullet-rule,
.reveal.is-revealed .deployment-card-rule,
.reveal.is-revealed .security-capability-rule,
.is-revealed .flagship-bullet-rule,
.is-revealed .deployment-card-rule,
.is-revealed .security-capability-rule {
  transform: scaleX(1);
}
.reveal.is-revealed .security-capability-rule,
.is-revealed .security-capability-rule {
  transform: scaleY(1);
}
@media (prefers-reduced-motion: reduce) {
  .flagship-bullet-rule,
  .deployment-card-rule {
    transform: scaleX(1) !important;
    transition: none !important;
  }
  .security-capability-rule {
    transform: scaleY(1) !important;
    transition: none !important;
  }
}

body {
  font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #1677FF;
  color: #FFFFFF;
}

::selection {
  background: #1677FF;
  color: #FFFFFF;
}

/* 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€
 * Hide Next.js dev error toast overlay (pnpm dev only).
 * These nodes are injected by @next/react-dev-overlay and don't exist in
 * source. Hide them so they don't cover the page during local development.
 * Safe to leave in production 鈥?the selectors won't match anything.
 * 鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€鈹€ */
nextjs-portal,
#nextjs-toast,
#nextjs-toast-errors-parent,
#nextjs-build-error,
[data-nextjs-toast],
[data-nextjs-toast-errors-parent] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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\:text-brand-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(7 139 136 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-\[0_2px_4px_rgba\(8\2c 36\2c 58\2c 0\.08\)\2c 0_16px_32px_-12px_rgba\(8\2c 36\2c 58\2c 0\.18\)\]:hover {
  --tw-shadow: 0 2px 4px rgba(8,36,58,0.08),0 16px 32px -12px rgba(8,36,58,0.18);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color), 0 16px 32px -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);
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group:hover .group-hover\:bg-\[\#D9F0EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 240 236 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:focus-visible .group-focus-visible\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:grid-cols-\[0\.34fr_0\.66fr\] {
    grid-template-columns: 0.34fr 0.66fr;
  }

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

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

  .lg\:grid-cols-\[1fr_1\.4fr\] {
    grid-template-columns: 1fr 1.4fr;
  }

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

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

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

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

  .lg\:items-end {
    align-items: flex-end;
  }

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

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

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

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

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

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

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

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

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

  .lg\:py-30 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

  .lg\:before\:mx-3::before {
    content: var(--tw-content);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:before\:text-white\/30::before {
    content: var(--tw-content);
    color: rgb(255 255 255 / 0.3);
  }

  .lg\:before\:content-\[\'\B7\'\]::before {
    --tw-content: '·';
    content: var(--tw-content);
  }
}
@media (min-width: 1200px) {

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