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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, 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]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gabarito", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

:focus-visible {
  border-radius: 14px;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #82D8DE;
}

.shell {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

/* ---------- shared type roles ---------- */

.kick.is-indigo {
  --tw-text-opacity: 1;
  color: rgb(47 85 199 / var(--tw-text-opacity, 1));
}

.kick.is-indigo::before {
  --tw-bg-opacity: 1;
  background-color: rgb(211 221 249 / var(--tw-bg-opacity, 1));
}

.h2 {
  font-size: clamp(31px, 4.1vw, 50px);
}

.h3 {
  font-size: clamp(23px, 2.5vw, 31px);
}

.lead {
  color: #526478;
  font-size: clamp(17px, 1.3vw, 18px);
  line-height: 1.62;
}

.small {
  font-size: 14.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 15px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-pri {
  --tw-bg-opacity: 1;
  background-color: rgb(130 216 222 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 26px -10px rgba(130,216,222,.45);
  --tw-shadow-colored: 0 10px 26px -10px 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-pri:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(26 101 106 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-ghost {
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(17,30,40,.05);
  --tw-shadow-colored: 0 1px 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);
}

.btn-ghost:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 205 210 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.btn-plain {
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.btn-plain:hover {
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.btn-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 69 73 / var(--tw-text-opacity, 1));
}

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

.btn-outline-w {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.btn-outline-w:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.btn-outline-w {
  border-color: rgb(17 30 40 / .3);
}

.btn-outline-w:hover {
  border-color: rgb(17 30 40 / .55);
}

/* ---------- chips ---------- */

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.chip svg {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.chip.is-indigo svg {
  --tw-text-opacity: 1;
  color: rgb(47 85 199 / var(--tw-text-opacity, 1));
}

.tag {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

/* ============================================================
     SCROLL REVEAL
     ============================================================ */

[data-rv] {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.22,.7,.2,1), transform .7s cubic-bezier(.22,.7,.2,1);
}

[data-rv="left"]  {
  transform: translate3d(-52px,0,0);
}

[data-rv="right"] {
  transform: translate3d(52px,0,0);
}

[data-rv="up"]    {
  transform: translate3d(0,30px,0);
}

[data-rv].in {
  opacity: 1;
  transform: none;
}

[data-rv-delay="1"] {
  transition-delay: .09s;
}

[data-rv-delay="2"] {
  transition-delay: .18s;
}

[data-rv-delay="3"] {
  transition-delay: .27s;
}

[data-rv-delay="4"] {
  transition-delay: .36s;
}

/* ============================================================
     BACKGROUND SHAPE LIBRARY
     ============================================================ */

.sec {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}

.sec > .shell {
  position: relative;
  z-index: 3;
}

.shapes {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  overflow: hidden;
}

.shapes > * {
  position: absolute;
}

.sh-slab-l {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  width: 92%;
  height: 78%;
  left: -16%;
  top: 11%;
  border-radius: 0 220px 220px 0;
}

.sh-slab-l.is-a {
  width: 74%;
  height: 74%;
  left: -18%;
  top: 12%;
  border-radius: 0 280px 280px 0;
}

.sh-slab-l.is-b {
  width: 88%;
  height: 70%;
  left: auto;
  top: 14%;
  border-radius: 0 200px 200px 0;
}

.sh-slab-l.is-c {
  width: 96%;
  height: 74%;
  left: auto;
  top: 10%;
  border-radius: 0 52px 52px 0;
}

.sh-slab-r {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  width: 88%;
  height: 66%;
  right: -12%;
  top: 14%;
  border-radius: 40px 0 0 40px;
  transform: rotate(-4deg);
}

.sh-slab-r.is-a {
  width: 96%;
  height: 74%;
  left: auto;
  right: -12%;
  top: 10%;
  border-radius: 52px 0 0 52px;
  transform: none;
}

.sh-circle-xl {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  width: 760px;
  height: 760px;
}

.sh-circle-sm {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
  width: 260px;
  height: 260px;
}

.sh-circle-sm.is-a {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: 6%;
  opacity: .5;
}

.sh-circle-sm.is-b {
  right: -100px;
  top: 2%;
  opacity: .5;
}

.sh-circle-sm.is-b.is-pink {
  background: #FCE9EE;
}

.sh-circle-sm.is-b.is-magenta {
  background: #FBEAF4;
}

.sh-circle-sm.is-b.is-amber {
  background: #FBEFDC;
}

.sh-circle-sm.is-b.is-indigo {
  background: #EFECFD;
}

.sh-ring-sm {
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(223 241 243 / var(--tw-border-opacity, 1));
  border-width: 26px;
  border-style: solid;
}

.sh-ring-sm.is-indigo {
  --tw-border-opacity: 1;
  border-color: rgb(211 221 249 / var(--tw-border-opacity, 1));
}

.sh-ring-sm.is-a {
  width: 150px;
  height: 150px;
  left: -40px;
  bottom: 6%;
  opacity: .5;
}

.sh-cap-l {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
  width: 74%;
  height: 240px;
  left: -9%;
  border-radius: 0 130px 130px 0;
}

.sh-bridge {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
  width: 270px;
  height: 250px;
  border-radius: 74px;
  transform: rotate(20deg);
}

.sh-arch {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.sh-arch.is-a {
  width: 130%;
  height: 78%;
  left: -15%;
  bottom: 0;
  opacity: .7;
}

.sh-stair {
  border-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
}

.sh-wedge {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  border-radius: 0 0 0 100%;
}

.sh-dots {
  width: 190px;
  height: 120px;
  opacity: .5;
  background-image: radial-gradient(#BFE3E5 1.7px, transparent 1.7px);
  background-size: 17px 17px;
}

.sh-dots.is-a {
  right: 3%;
  bottom: 6%;
}

/* ============================================================
     NAV + MEGA MENU
     ============================================================ */

.nav-wrap {
  position: sticky;
  top: 0px;
  z-index: 90;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  background: rgba(247,250,252,.86);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
          backdrop-filter: blur(16px) saturate(160%);
}

.nav {
  display: flex;
  height: 70px;
  align-items: center;
  gap: 0.25rem;
}

.logo {
  margin-right: 1.25rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.625rem;
}

.logo-mark {
  display: grid;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9px;
  --tw-bg-opacity: 1;
  background-color: rgb(130 216 222 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 26px -10px rgba(130,216,222,.45);
  --tw-shadow-colored: 0 10px 26px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.logo-word {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.logo-word i {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.nav-mid {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.nav-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.nav-btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 252 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(47 85 199 / var(--tw-text-opacity, 1));
}

.nav-btn svg {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-item {
  position: static;
}

.nav-item.open > .nav-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.nav-item.\!open > .nav-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.nav-item.open > .nav-btn svg {
  transform: rotate(180deg);
}

.nav-item.\!open > .nav-btn svg {
  transform: rotate(180deg) !important;
}

.nav-end {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

/* absolute against the sticky bar, never fixed: .nav-wrap carries a
     backdrop-filter, which becomes the containing block for a fixed
     child and would trap this panel inside the 70px bar. */

.mega {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  opacity: 0;
  --tw-shadow: 0 28px 64px -20px rgba(14,59,77,.22), 0 8px 24px -12px rgba(14,59,77,.12);
  --tw-shadow-colored: 0 28px 64px -20px var(--tw-shadow-color), 0 8px 24px -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);
  left: 50%;
  top: calc(100% + 9px);
  width: min(1120px, calc(100vw - 40px));
  transform: translate(-50%, -8px);
  overflow: hidden;
  transition: opacity .2s ease, transform .24s cubic-bezier(.22,.7,.2,1), visibility .2s;
}

.nav-item.open .mega {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.nav-item.\!open .mega {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.nav-item.open .mega {
  transform: translate(-50%, 0);
}

.nav-item.\!open .mega {
  transform: translate(-50%, 0) !important;
}

.mega-grid {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 254px minmax(0,1fr);
}

.cat-rail {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.cat {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cat-ico {
  display: grid;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cat-t {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.cat-n {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.cat-go {
  margin-left: auto;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translateX(-4px);
}

.cat:hover, .cat.on {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cat.on .cat-go {
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
  opacity: 1;
  transform: none;
}

.cat:hover .cat-ico {
  transform: scale(1.06);
}

.cat-panes {
  position: relative;
  min-height: 306px;
}

.pane {
  visibility: hidden;
  position: absolute;
  inset: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  opacity: 0;
  transform: translateX(26px);
  transition: opacity .26s ease, transform .32s cubic-bezier(.22,.7,.2,1), visibility .26s;
}

.pane.on {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.pane-head {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
}

.pane-h {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.pane-d {
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pane-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  row-gap: 0.125rem;
}

.pl {
  display: block;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pl:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
}

.pl-t {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.pl-d {
  display: block;
  font-size: 12.5px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.mega-foot {
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mega-foot .mf {
  font-size: 13.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.mega-foot .mf b {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.burger {
  display: none;
  cursor: pointer;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

@media (max-width: 1060px) {
  .nav-mid {
    display: none;
  }

  .burger {
    display: block;
  }

  .nav-end {
    margin-left: auto;
    gap: 0.375rem;
  }

  .nav-end .btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 13px;
  }

  .nav-end .btn-plain,
    .nav-end .btn-pri {
    display: inline-flex;
  }
}

@media (max-width: 420px) {
  .logo {
    margin-right: 0.5rem;
  }

  .logo-word {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .nav-end {
    gap: 0.25rem;
  }

  .nav-end .btn {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 12.5px;
  }
}

/* ============================================================
     HERO
     ============================================================ */

.hero {
  padding: clamp(52px, 7vw, 96px) 0 clamp(60px, 8vw, 110px);
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr);
  gap: clamp(30px,4vw,58px);
}

.hero h1 {
  font-size: clamp(40px, 5.6vw, 70px);
  letter-spacing: -.045em;
  line-height: .98;
}

.hero h1 em {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.hero-lead {
  margin-top: 1.25rem;
  max-width: 45ch;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: clamp(16.5px,1.4vw,19.5px);
  line-height: 1.58;
}

.hero-cta {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.hero-note {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-note span {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 13.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.hero-note svg {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.hero-badges {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.app-hero-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 350px;
  margin: 0 auto;
}

.app-hero-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
  width: 80px;
  height: 80px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17,30,40,.08);
}

.trial-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
}

.trial-hero-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  min-height: 640px;
}

.trial-form-col {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(40px,5.5vw,72px) clamp(24px,4.5vw,64px);
}

.trial-form-col .rf-card {
  width: 100%;
}

.trial-visual-col {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(130 216 222 / var(--tw-bg-opacity, 1));
  padding: clamp(40px,5.5vw,72px) clamp(24px,4.5vw,64px);
  overflow: hidden;
}

.trial-visual-col::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 8%;
  right: 8%;
  width: 190px;
  height: 120px;
  opacity: .55;
  background-image: radial-gradient(#124549 1.7px, transparent 1.7px);
  background-size: 17px 17px;
}

.trial-visual-in {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
}

.trial-visual-h {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: clamp(26px,3vw,36px);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.trial-visual-lead {
  margin-top: 0.75rem;
  color: rgb(17 30 40 / .72);
  font-size: clamp(15px,1.2vw,17px);
  line-height: 1.55;
}

.trial-quote {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(17 30 40 / .14);
}

.trial-quote .big {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: clamp(17px,1.6vw,20px);
}

.trial-quote .who {
  margin-top: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: rgb(17 30 40 / .55);
}

.trial-stats {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(17 30 40 / .14);
}

.trial-stat {
  display: grid;
  gap: 0.25rem;
}

.trial-stat b {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 69 73 / var(--tw-text-opacity, 1));
  font-size: clamp(22px,2.2vw,28px);
  line-height: 1;
}

.trial-stat span {
  font-size: 12.5px;
  color: rgb(17 30 40 / .65);
}

@media (max-width: 940px) {
  .trial-hero-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    min-height: 0;
  }

  .trial-visual-col {
    order: -9999;
  }
}

.app-hero-tile svg {
  display: block;
  width: 40px;
  height: 40px;
}

.app-hero-tile.is-dark {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: #111E28;
}

.blend-shot-wrap {
  position: relative;
  margin: 0px;
  overflow: hidden;
  --blend-bg: #fff;
  background: var(--blend-bg);
  border: 1px solid #E4EBF0;
  border-bottom: none;
  border-radius: 20px;
  padding: 10px;
}

.blend-shot-wrap.is-dark {
  --blend-bg: #111E28;
  border-color: #334C5B;
}

.blend-shot {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 13px;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 74%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 74%, transparent 100%);
}

.blend-shot-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 22%;
  background: linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--blend-bg) 70%, transparent) 55%, var(--blend-bg) 100%);
  border-radius: 0 0 13px 13px;
}

/* ---------- placeholder visual (swap for a real screenshot per-page as needed) ---------- */

.ph {
  overflow: hidden;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 28px 64px -20px rgba(14,59,77,.22), 0 8px 24px -12px rgba(14,59,77,.12);
  --tw-shadow-colored: 0 28px 64px -20px var(--tw-shadow-color), 0 8px 24px -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);
}

.ph-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ph-dots {
  display: flex;
  gap: 0.375rem;
}

.ph-dots i {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 227 229 / var(--tw-bg-opacity, 1));
}

.ph-name {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.ph-tag {
  margin-left: auto;
  border-radius: 14px;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(191 227 229 / var(--tw-border-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.ph-body {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.sk {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
}

.sk-line {
  height: 0.625rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 247 / var(--tw-bg-opacity, 1));
}

.sk-line.w {
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
}

.ph-row {
  display: grid;
  gap: 0.625rem;
}

.ph-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
}

.ph-card {
  display: grid;
  gap: 0.5rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.ph-list {
  overflow: hidden;
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
}

.ph-li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.ph-li:last-child {
  border-bottom-width: 0px;
}

.email-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 28px 64px -20px rgba(14,59,77,.22), 0 8px 24px -12px rgba(14,59,77,.12);
  --tw-shadow-colored: 0 28px 64px -20px var(--tw-shadow-color), 0 8px 24px -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);
}

.email-head {
  --tw-bg-opacity: 1;
  background-color: rgb(26 101 106 / var(--tw-bg-opacity, 1));
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 20px 22px;
}

.email-body {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.email-greet {
  margin: 0px;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.email-msg {
  margin: 0px;
  font-size: 13.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.email-btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 101 106 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 11px 26px;
  font-size: 13.5px;
}

.email-attach {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  padding: 7px 11px;
}

.email-pill {
  display: inline-block;
  height: 0.75rem;
  width: 4rem;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 247 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
}

.email-pill-sm {
  height: 0.625rem;
  width: 2.25rem;
}

.email-foot {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 11.5px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.otp-email {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.otp-email-greet {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.otp-email-pill {
  display: inline-block;
  height: 0.75rem;
  width: 5rem;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 247 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
}

.otp-email-body {
  margin-top: 0.5rem;
  font-size: 13.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.otp-email-code {
  margin-top: 1rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  padding: 14px;
  font-size: 22px;
  letter-spacing: .18em;
}

.otp-email-fine {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.ph-av {
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
}

.ph-grow {
  display: grid;
  flex: 1 1 0%;
  gap: 0.375rem;
}

.ph-pill {
  height: 1.25rem;
  width: 62px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
}

.hero-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-visual {
  position: relative;
}

.hero-float.f1 {
  left: -26px;
  bottom: 40px;
}

.hf-ico {
  display: grid;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9px;
}

.hf-t {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.hf-d {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hero-float.f1 {
    left: auto;
    right: 10px;
    bottom: -18px;
  }
}

/* ---------- real signup form ---------- */

.rf-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 28px 64px -20px rgba(14,59,77,.14), 0 8px 24px -12px rgba(14,59,77,.08);
  padding: clamp(26px,3.4vw,36px);
}

.rf-row {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1fr 1fr;
}

.rf-field {
  display: grid;
  align-content: flex-start;
  gap: 0.375rem;
}

.rf-field + .rf-field,
  .rf-row + .rf-field,
  .rf-field + .rf-row,
  .rf-row + .rf-row {
  margin-top: 14px;
}

.rf-row > .rf-field + .rf-field {
  margin-top: 0;
}

.rf-label {
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.rf-input,
  .rf-select {
  height: 2.75rem;
  width: 100%;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  font-size: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  padding: 0 0.875rem;
  transition: border-color .15s, background-color .15s, box-shadow .15s;
}

.rf-input::-moz-placeholder {
  color: 2;
}

.rf-input::placeholder {
  color: 2;
}

.rf-input:hover,
  .rf-select:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 205 210 / var(--tw-border-opacity, 1));
}

.rf-input:focus,
  .rf-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(130 216 222 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(130,216,222,.14);
}

.rf-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238A9BA8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.25rem;
  cursor: pointer;
}

.rf-submit {
  width: 100%;
  justify-content: center;
  border-style: none;
  font-size: 15px;
  margin-top: 20px;
}

.rf-fine {
  text-align: center;
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  margin-top: 14px;
}

.rf-fine a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

@media (max-width: 520px) {
  .rf-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
  }

  .rf-row .rf-field + .rf-field {
    margin-top: 14px;
  }
}

/* ---------- sign-in / 2FA hero mock (security-style pages) ---------- */

.si-field {
  display: grid;
  gap: 0.375rem;
}

.si-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.si-input {
  height: 2.5rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

/* ============================================================
     LOGO STRIP
     ============================================================ */

.strip {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.strip-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  gap: clamp(20px,3vw,44px);
}

.strip-t {
  max-width: 15ch;
  flex-shrink: 0;
  font-size: 13.5px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.strip-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px,2.4vw,32px);
}

.logo-ph {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
}

.logo-ph i {
  display: block;
  height: 22px;
  width: 22px;
  flex-shrink: 0;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(191 227 229 / var(--tw-bg-opacity, 1));
}

.logo-ph span {
  display: block;
  height: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 235 240 / var(--tw-bg-opacity, 1));
}

.strip-logos img {
  height: 1.5rem;
  width: auto;
  opacity: 0.7;
  --tw-grayscale: grayscale(.15);
  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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.strip-logos img:hover {
  opacity: 1;
}

/* ============================================================
     PILLARS — left tab rail, panes slide in from the right
     ============================================================ */

.pillars {
  padding: clamp(64px,8vw,112px) 0;
}

.sec-head {
  display: grid;
  align-items: flex-end;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: clamp(20px,4vw,56px);
  margin-bottom: clamp(32px,4.5vw,52px);
}

.sec-head .kick {
  margin-bottom: 1rem;
}

.sec-head-r {
  padding-bottom: 0.25rem;
}

.\!tabs {
  display: grid;
  align-items: flex-start;
}

.tabs {
  display: grid;
  align-items: flex-start;
}

.\!tabs {
  grid-template-columns: 320px minmax(0,1fr) !important;
  gap: clamp(18px,2.4vw,32px) !important;
}

.tabs {
  grid-template-columns: 320px minmax(0,1fr);
  gap: clamp(18px,2.4vw,32px);
}

.tab-rail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tab {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 14px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 15px 16px 15px 18px;
}

.tab::before {
  content: "";
  position: absolute;
  left: 0px;
  border-radius: 9999px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: var(--tab-c, #82D8DE);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .3s cubic-bezier(.22,.7,.2,1);
}

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

.tab.on {
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tab.on::before {
  transform: scaleY(1);
}

.tab-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tab-ico {
  display: grid;
  height: 34px;
  width: 34px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 10px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tab.on .tab-ico {
  transform: scale(1.07);
}

.tab-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.tab-n {
  margin-left: auto;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.tab-d {
  display: block;
  overflow: hidden;
  font-size: 13.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  transition: max-height .34s cubic-bezier(.22,.7,.2,1), opacity .26s, margin-top .34s;
}

.tab.on .tab-d {
  margin-top: 0.5rem;
  opacity: 1;
  max-height: 70px;
}

.panes {
  position: relative;
  min-height: 528px;
}

.tab-mpane {
  display: none;
}

.tpane {
  visibility: hidden;
  position: absolute;
  inset: 0px;
  display: grid;
  align-items: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
  gap: clamp(18px,2.4vw,30px);
  padding: clamp(22px,2.6vw,34px);
  transform: translateX(48px);
  transition: opacity .34s ease, transform .46s cubic-bezier(.22,.7,.2,1), visibility .34s;
}

.tpane.on {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.tp-h {
  font-size: clamp(24px,2.5vw,33px);
  letter-spacing: -.035em;
}

.tp-p {
  margin-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: 15.5px;
  line-height: 1.6;
}

.tp-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.625rem;
}

.tp-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 14.5px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.tp-list svg {
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.tp-cta {
  margin-top: 1.5rem;
}

.tp-visual {
  position: relative;
}

@media (max-width: 1000px) {
  .sec-head {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: flex-start;
  }

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

  .tab-rail {
    flex-direction: column;
    gap: 0.5rem;
  }

  .tab-d {
    display: none;
  }

  .panes {
    display: none;
  }

  .tab-mpane {
    visibility: hidden;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-content: flex-start;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-width: 1px;
    border-top-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
    opacity: 0;
    gap: clamp(18px,2.4vw,30px);
    padding: 0 clamp(18px,2.6vw,26px);
    margin-top: -8px;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    transform: translateY(-8px);
    transition: max-height .42s cubic-bezier(.22,.7,.2,1), opacity .3s ease, transform .34s cubic-bezier(.22,.7,.2,1), padding .42s cubic-bezier(.22,.7,.2,1), margin-bottom .42s cubic-bezier(.22,.7,.2,1), visibility .42s;
  }

  .tab-mpane.on {
    visibility: visible;
    opacity: 1;
    transform: none;
    max-height: 900px;
    padding: clamp(18px,2.6vw,26px);
    margin-bottom: 0.5rem;
  }

  .tab.on {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

/* auth-tab pane visuals (2FA / passkey / OTP) */

.otpmock {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

.bio-ring {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  border-width: 1.5px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(191 227 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  width: 108px;
  height: 108px;
}

.msgbub {
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.msgbub b {
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(47 85 199 / var(--tw-text-opacity, 1));
}

/* ============================================================
     ALTERNATING SECTIONS
     ============================================================ */

.alt {
  padding: clamp(56px,7vw,100px) 0;
}

.alt-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr);
  gap: clamp(28px,4.5vw,72px);
}

.alt-rev .alt-visual {
  order: 2;
}

.alt-rev .alt-copy {
  order: 1;
}

.alt-copy .kick {
  margin-bottom: 1rem;
}

.alt-copy .h3 {
  letter-spacing: -.035em;
}

.alt-copy .lead {
  margin-top: 1rem;
}

.alt-points {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.875rem;
}

.pt {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.pt-b {
  margin-top: 1px;
  display: grid;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
}

.pt-t {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.pt-d {
  margin-top: 0.125rem;
  display: block;
  font-size: 13.8px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.alt-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.alt-visual {
  position: relative;
}

@media (max-width: 940px) {
  .alt-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .alt-rev .alt-copy {
    order: 1;
  }

  .alt-rev .alt-visual {
    order: 2;
  }
}

/* role list visual (access control) */

.rolebox {
  display: grid;
  gap: 0.375rem;
  padding: 0.5rem;
}

.rolerow {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.rolerow.is-on {
  --tw-border-opacity: 1;
  border-color: rgb(211 221 249 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 252 / var(--tw-bg-opacity, 1));
}

.role-dot {
  height: 9px;
  width: 9px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 235 240 / var(--tw-bg-opacity, 1));
}

.rolerow.is-on .role-dot {
  --tw-bg-opacity: 1;
  background-color: rgb(47 85 199 / var(--tw-bg-opacity, 1));
}

.role-t {
  font-size: 13.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.role-d {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.role-owner {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.125rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 69 73 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.role-owner svg {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(147 205 210 / var(--tw-text-opacity, 1));
}

.role-owner-t {
  font-size: 12.5px;
  line-height: 1.375;
}

.role-owner-t b {
  margin-bottom: 1px;
  display: block;
  font-size: 13px;
}

/* audit log visual */

.alog {
  padding: 0.25rem;
}

.alog-row {
  display: grid;
  align-items: baseline;
  gap: 0.625rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  grid-template-columns: 62px 84px minmax(0,1fr);
}

.alog-row:last-child {
  border-bottom-width: 0px;
}

.alog-t {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  --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);
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.alog-u {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  --tw-text-opacity: 1;
  color: rgb(47 85 199 / var(--tw-text-opacity, 1));
}

.alog-a {
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.alog-a b {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.alog-foot {
  margin-top: 0.375rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.audit-preview-grid {
  display: grid;
  max-width: 460px;
}

.audit-shot {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 20px;
  padding: 10px;
}

.audit-shot img {
  position: relative;
  z-index: 2;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 13px;
}

.audit-shot-glow {
  box-shadow: 0 24px 54px rgba(130,216,222,.20), 0 0 0 6px rgba(130,216,222,.08);
}

.audit-shot-glow::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background: radial-gradient(circle at 18% 18%, rgba(130,216,222,.18), transparent 48%);
}

.role-shots-layer {
  position: relative;
  max-width: 460px;
}

.role-shot-callout {
  position: absolute;
  z-index: 3;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  width: 58%;
  bottom: -32px;
  right: -32px;
  padding: 6px;
  border-radius: 16px;
  box-shadow: 0 18px 36px -10px rgba(17,30,40,.28), 0 0 0 1px rgba(17,30,40,.04);
}

.role-shot-callout img {
  border-radius: 10px;
}

.role-shot-callout.is-left {
  left: -8px;
  right: auto;
  bottom: 8px;
}

.role-shot-callout.is-lg {
  width: 74%;
}

@media (max-width: 560px) {
  .role-shot-callout {
    width: 62%;
    bottom: -18px;
    right: -14px;
  }

  .role-shot-callout.is-left {
    left: -14px;
    right: auto;
    bottom: 12px;
  }

  .role-shot-callout.is-lg {
    width: 76%;
  }
}

/* ============================================================
     INCLUDED CARDS
     ============================================================ */

.inc {
  padding: clamp(56px,7vw,100px) 0;
}

.inc-head {
  max-width: 640px;
  margin-bottom: clamp(28px,4vw,44px);
}

.inc-head .kick {
  margin-bottom: 1rem;
}

.inc-head .lead {
  margin-top: 1rem;
}

.inc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}

.inc-card {
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 22px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.inc-card:hover {
  border-color: var(--c-mid, #93CDD2);
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.inc-art {
  margin-bottom: 1rem;
  display: grid;
  width: 100%;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  height: 96px;
  background: var(--c-tint);
}

.inc-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.inc-d {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

@media (max-width: 940px) {
  .inc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .inc-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* borderless 3-up variant, alternating icon position on mobile */

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2.5rem;
}

.flow-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flow-art {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 96px;
  height: 96px;
  background: var(--c-tint);
  margin-bottom: 1rem;
}

.flow-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.flow-d {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

@media (max-width: 940px) {
  .flow-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}

@media (max-width: 600px) {
  .flow-item:nth-child(even):has(.flow-art) {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .flow-item:nth-child(even) .flow-art {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

/* secondary "also" strip — lower-weight reassurance facts below a flow-grid */

.flow-also {
  display: grid;
  gap: 0.625rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  grid-template-columns: repeat(3,1fr);
  margin-top: clamp(28px,4vw,40px);
  padding-top: clamp(24px,3vw,32px);
}

.flow-also-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.flow-also-ico {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  width: 34px;
  height: 34px;
}

.flow-also-t {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.flow-also-d {
  margin-top: 0.125rem;
  display: block;
  font-size: 12.5px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

@media (max-width: 780px) {
  .flow-also {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* alternating-card variant: mirrored icon position, tinted background per row */

.flow-also-row.is-card {
  align-items: center;
  background: var(--c-tint, #F0F7FA);
  border-radius: 14px;
  padding: 16px 20px;
}

.flow-also-row.is-card.is-rev {
  flex-direction: row-reverse;
  text-align: right;
}

.flow-also-row.is-card .flow-also-ico {
  width: 40px;
  height: 40px;
}

/* 4-up variant (infrastructure / hosting) */

.inc-grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.inc-sub-t {
  margin-bottom: 0.875rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

@media (max-width: 1080px) {
  .inc-grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .inc-grid4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ============================================================
     SPECIALTY PITCH TREATMENTS (non-grid alternatives to inc-card)
     ============================================================ */

/* letter — direct-address pitch, tags as supporting evidence */

.pitch-letter {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 22px;
  padding: clamp(30px,4vw,44px);
}

.pitch-letter::before {
  content: "";
  position: absolute;
  z-index: -10;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
}

.pitch-eyebrow {
  margin-bottom: 0.625rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.pitch-letter h3 {
  font-size: clamp(22px,2.4vw,27px);
  margin-bottom: 12px;
}

.pitch-letter-p {
  margin-bottom: 1.5rem;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.pitch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pitch-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  font-size: 12.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  padding: 7px 13px 7px 9px;
}

.pitch-tag svg {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

/* spotlight — asymmetric split, quote + facts */

.pitch-spotlight {
  display: grid;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  grid-template-columns: 1.1fr 1fr;
  border-radius: 22px;
}

.pitch-spotlight-main {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  padding: clamp(28px,3.6vw,40px);
}

.pitch-spotlight h3 {
  font-size: clamp(21px,2.2vw,25px);
  margin-bottom: 14px;
}

.pitch-spotlight-p {
  max-width: 46ch;
  font-size: 14.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pitch-quote {
  margin-top: 1.5rem;
  padding-left: 1rem;
  font-size: 13.5px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  border-left: 3px solid #93CDD2;
}

.pitch-facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  gap: 22px;
  padding: clamp(26px,3vw,36px);
}

.pitch-fact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.pitch-fact-ico {
  display: grid;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.pitch-fact-t {
  font-size: 13.5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.pitch-fact-d {
  margin-top: 0.125rem;
  font-size: 12px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

@media (max-width: 760px) {
  .pitch-spotlight {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pitch-spotlight-main {
    border-right-width: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  }
}

/* cluster — organic sticky-note capability grouping */

.pitch-cluster {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 22px;
  padding: clamp(28px,3.6vw,40px);
}

.pitch-cluster-head {
  margin-bottom: 1.75rem;
  max-width: 56ch;
}

.pitch-cluster-head h3 {
  font-size: clamp(20px,2.2vw,24px);
  margin-bottom: 8px;
}

.pitch-cluster-head p {
  font-size: 14px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pitch-notes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.875rem;
}

.pitch-note {
  max-width: 240px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  flex: 1 1 200px;
  padding: 16px 18px;
}

.pitch-note:nth-child(2) {
  background: #FCE9EE;
  transform: rotate(-1.2deg);
}

.pitch-note:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  transform: rotate(.8deg);
}

.pitch-note:nth-child(4) {
  background: #FBEFDC;
  transform: rotate(-.6deg);
}

.pitch-note-t {
  margin-bottom: 0.25rem;
  font-size: 13.5px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.pitch-note-d {
  font-size: 12px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

/* dark fit card — closing-argument pitch with checklist */

.pitch-fit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(155deg, #124549 0%, #1A656A 100%);
  border-radius: 24px;
  padding: clamp(30px,4vw,44px);
}

.pitch-fit::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -10;
  background-image: radial-gradient(circle at 85% 15%, rgba(255,255,255,.12), transparent 45%);
}

.pitch-fit .pitch-eyebrow {
  --tw-text-opacity: 1;
  color: rgb(223 241 243 / var(--tw-text-opacity, 1));
}

.pitch-fit h3 {
  max-width: 20ch;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: clamp(22px,2.4vw,27px);
  margin-bottom: 14px;
}

.pitch-fit-p {
  margin-bottom: 1.75rem;
  max-width: 52ch;
  font-size: 14.5px;
  line-height: 1.625;
  color: rgb(255 255 255 / .78);
}

.pitch-fit-list {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  gap: 0.75rem;
}

.pitch-fit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  font-size: 13.5px;
  font-weight: 600;
  background: rgb(255 255 255 / .08);
  border: 1px solid rgb(255 255 255 / .14);
  padding: 12px 16px;
}

.pitch-fit-item svg {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(147 205 210 / var(--tw-text-opacity, 1));
}

.merged-all .merged-group {
  margin-top: clamp(56px,7vw,96px);
}

.merged-all .merged-group:first-child {
  margin-top: clamp(40px,5vw,64px);
}

/* two-column labeled-row list (encryption / hosting strip) */

.cmp-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2rem;
}

.cmp-strip-col .inc-sub-t {
  margin-bottom: 0.75rem;
}

.cmp-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.cmp-row:last-child {
  border-bottom-width: 0px;
}

.cmp-ico {
  display: grid;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
}

.cmp-t {
  font-size: 14.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.cmp-d {
  margin-left: auto;
  text-align: right;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

@media (max-width: 720px) {
  .cmp-strip {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1.75rem;
  }

  .cmp-d {
    margin-left: 0px;
    text-align: left;
  }

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

/* ============================================================
     FEATURE GRID — puzzle mosaic
     ============================================================ */

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-auto-rows: 110px;
  gap: 3px;
  border-radius: 16px;
  overflow: hidden;
}

.mosaic-tile {
  position: relative;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
  background: var(--m-tint);
  transition: filter .2s;
}

.mosaic-tile:hover {
  filter: brightness(1.04);
}

.mosaic-tile h4 {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--m-ink);
  position: relative;
  z-index: 2;
  margin: 0;
}

.mosaic-tile p {
  margin: 3px 0 0;
  font-size: 11px;
  color: #334C5B;
  line-height: 1.45;
  position: relative;
  z-index: 2;
  max-width: 26ch;
}

.mosaic-ico {
  position: absolute;
  opacity: .14;
  color: var(--m-ink);
}

.mosaic-t1 {
  grid-column: 1/4;
  grid-row: 1/3;
}

.mosaic-t2 {
  grid-column: 4/6;
  grid-row: 1/2;
}

.mosaic-t3 {
  grid-column: 6/7;
  grid-row: 1/3;
}

.mosaic-t4 {
  grid-column: 4/6;
  grid-row: 2/3;
}

.mosaic-t5 {
  grid-column: 1/3;
  grid-row: 3/5;
}

.mosaic-t6 {
  grid-column: 3/5;
  grid-row: 3/4;
}

.mosaic-t7 {
  grid-column: 5/7;
  grid-row: 3/4;
}

.mosaic-t8 {
  grid-column: 3/5;
  grid-row: 4/5;
}

.mosaic-t9 {
  grid-column: 5/7;
  grid-row: 4/5;
}

@media (max-width: 900px) {
  .mosaic-grid {
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(110px,auto);
  }

  .mosaic-t1, .mosaic-t2, .mosaic-t3, .mosaic-t4, .mosaic-t5, .mosaic-t6, .mosaic-t7, .mosaic-t8, .mosaic-t9 {
    grid-column: auto;
    grid-row: auto;
  }
}

/* ============================================================
     QUOTED COMPLAINTS — multi-location-clinics.html
     ============================================================ */

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 700px;
  margin: 0 auto;
}

.quote-item {
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding: 28px 0;
  border-bottom-width: 1px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.quote-item:first-child {
  padding-top: 0;
}

.quote-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.quote-avatar {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: var(--q-tint);
  color: var(--q-c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.quote-text {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 15.5px;
  line-height: 1.55;
  font-style: italic;
}

.quote-role {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 12px;
  margin-top: 10px;
  font-style: normal;
}

.quote-fix {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--q-c);
}

@media (max-width: 560px) {
  .quote-item {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .quote-avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

/* ============================================================
     SITE BADGE FAN — multi-location-clinics.html
     ============================================================ */

.badge-fan-wrap {
  padding: 20px 0;
}

.badge-fan {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.badge-fan-card {
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  width: 168px;
  background: white;
  border-width: 1px;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 12px 30px -16px rgba(17,30,40,.28);
  margin: 0 -16px;
  transition: transform .2s ease;
  position: relative;
}

.badge-fan-card:hover {
  transform: translateY(-10px) rotate(0deg) !important;
  z-index: 5;
}

.badge-fan-card:nth-child(1) {
  transform: rotate(-6deg);
  z-index: 1;
}

.badge-fan-card:nth-child(2) {
  transform: rotate(-2deg) translateY(-6px);
  z-index: 2;
}

.badge-fan-card:nth-child(3) {
  transform: rotate(2deg) translateY(-6px);
  z-index: 3;
}

.badge-fan-card:nth-child(4) {
  transform: rotate(6deg);
  z-index: 2;
}

.badge-fan-pin {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--b-tint);
  color: var(--b-c);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.badge-fan-t {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 700;
}

.badge-fan-n {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10.5px;
  margin-top: 3px;
}

.badge-fan-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.badge-fan-item {
  text-align: center;
  text-decoration: none;
}

.badge-fan-item h3 {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 15.5px;
  font-weight: 700;
}

.badge-fan-item p {
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .badge-fan {
    display: none;
  }

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

@media (min-width: 1200px) {
  .badge-fan-card {
    width: 190px;
    padding: 24px;
  }

  .badge-fan-pin {
    width: 40px;
    height: 40px;
  }

  .badge-fan-t {
    font-size: 15.5px;
  }

  .badge-fan-grid {
    gap: 32px;
    max-width: 1100px;
  }

  .badge-fan-item h3 {
    font-size: 17px;
  }

  .badge-fan-item p {
    font-size: 14px;
  }
}

/* ============================================================
     CALCULATOR HERO
     ============================================================ */

.calc-hero-figure {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 28px 64px -20px rgba(14,59,77,.22), 0 8px 24px -12px rgba(14,59,77,.12);
  --tw-shadow-colored: 0 28px 64px -20px var(--tw-shadow-color), 0 8px 24px -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);
  max-width: 360px;
  padding: 26px 30px;
  margin-top: 8px;
}

.calc-hero-label {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.calc-hero-num {
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(34px,4.4vw,44px);
  line-height: 1.05;
  margin-top: 6px;
  font-variant-numeric: tabular-nums;
}

.calc-hero-num span {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 15px;
  font-weight: 600;
  margin-left: 4px;
}

.calc-hero-icons {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.calc-hero-ico {
  display: grid;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  background: var(--i-tint);
  color: var(--i-c);
}

/* ============================================================
     CALCULATOR TABS
     ============================================================ */

.calc-tabs {
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.calc-tab-rail {
  display: flex;
  overflow-x: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  scrollbar-width: none;
}

.calc-tab-rail::-webkit-scrollbar {
  display: none;
}

.calc-tab-btn {
  position: relative;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  padding: 16px 20px;
  font-size: 13.5px;
  font-weight: 600;
  transition: color .15s, background-color .15s;
}

.calc-tab-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.calc-tab-btn.on {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.calc-tab-btn.on::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: var(--tab-c, #82D8DE);
}

.calc-tab-ico {
  display: grid;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  background: var(--tab-tint);
  color: var(--tab-c, #1A656A);
}

.calc-panel {
  display: none;
  padding: clamp(24px,3.4vw,40px);
}

.calc-panel.on {
  display: block;
}

.calc-panel-head {
  margin-bottom: 24px;
  max-width: 62ch;
}

.calc-panel-head h2 {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: clamp(20px,2.4vw,25px);
  font-weight: 700;
  letter-spacing: -.02em;
}

.calc-panel-head p {
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.6;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.calc-field {
  display: block;
  margin-bottom: 16px;
}

.calc-field:last-child {
  margin-bottom: 0;
}

.calc-field span {
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 6px;
}

.calc-field input {
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  width: 100%;
  padding: 10px 12px;
  border-width: 1px;
  border-radius: 8px;
  font: inherit;
  transition: border-color .15s, box-shadow .15s;
}

.calc-field input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(130 216 222 / var(--tw-border-opacity, 1));
  outline: none;
  box-shadow: 0 0 0 3px rgba(130,216,222,.16);
}

.calc-results {
  border-radius: 14px;
  padding: 22px;
  background: var(--tab-tint);
}

.calc-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--tab-line);
}

.calc-result-row:last-child {
  border-bottom: none;
}

.calc-result-row .label {
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  font-size: 13.5px;
}

.calc-result-row .value {
  font-size: 19px;
  font-weight: 700;
  color: var(--tab-c, #1A656A);
}

.calc-result-row.total .label {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: 14px;
}

.calc-result-row.total .value {
  font-size: 25px;
}

.calc-note {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 12px;
  margin-top: 18px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .calc-grid {
    grid-template-columns: 1fr;
  }

  .calc-tab-btn span.calc-tab-label-full {
    display: none;
  }
}

/* ============================================================
     FAQ ACCORDION
     ============================================================ */

.faq-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px 24px;
}

.faq-summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  list-style: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-plus {
  position: relative;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  width: 16px;
  height: 16px;
  transition: transform .25s cubic-bezier(.22,.7,.2,1), color .2s;
}

.faq-plus::before, .faq-plus::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  border-radius: 2px;
}

.faq-plus::before {
  width: 16px;
  height: 1.7px;
  transform: translate(-50%,-50%);
}

.faq-plus::after {
  width: 1.7px;
  height: 16px;
  transform: translate(-50%,-50%);
}

.faq-item[open] .faq-plus {
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
  transform: rotate(135deg);
}

.faq-summary:hover .faq-plus {
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.faq-item p {
  margin-top: 12px;
  color: #62788A;
  line-height: 1.6;
}

/* ============================================================
     COMPARISON HERO — gauge dial
     ============================================================ */

.cmp-hero-gauge {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  height: 120px;
  margin-bottom: 8px;
  position: relative;
}

.cmp-hero-gauge svg {
  height: 100%;
  width: 100%;
  overflow: visible;
}

.cmp-hero-tag {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 12px;
  color: #1A656A;
  background: #F1F9F9;
  border: 1px solid #DFF1F3;
  padding: 6px 14px;
}

/* ============================================================
     COMPARISON TABLE — diverging meter
     ============================================================ */

.cmp-table-card {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: clamp(24px,3.4vw,36px);
}

.cmp-meter-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 600px;
}

.cmp-meter-table th {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  padding: 10px 14px 12px 0;
  font-size: 11.5px;
  letter-spacing: .05em;
}

.cmp-meter-table th.brand {
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.cmp-meter-table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
}

.cmp-meter-table td {
  padding: 14px 14px 14px 0;
  vertical-align: top;
}

.cmp-meter-table td:first-child {
  white-space: nowrap;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  width: 1%;
}

.cmp-meter-table td.win {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.cmp-meter-table td.lose {
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.cmp-meter {
  height: 0.25rem;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 235 240 / var(--tw-bg-opacity, 1));
  margin-top: 9px;
}

.cmp-meter > span {
  display: block;
  height: 100%;
  border-radius: 9999px;
}

.cmp-meter-table td.win .cmp-meter > span {
  background: linear-gradient(90deg, #82D8DE, #1A656A);
  width: 88%;
}

.cmp-meter-table td.lose .cmp-meter > span {
  --tw-bg-opacity: 1;
  background-color: rgb(138 155 168 / var(--tw-bg-opacity, 1));
  width: 38%;
}

/* win-only variant: category + reasoning, single full-width meter */

.cmp-meter-table.is-win-only td:first-child {
  white-space: normal;
  width: 220px;
}

.cmp-meter-table.is-win-only td.reason {
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  padding-right: 0;
}

.cmp-meter-table.is-win-only .cmp-meter {
  width: 100%;
}

/* ============================================================
     SECURITY / TRUST BAND
     ============================================================ */

.trust {
  padding: clamp(56px,7vw,96px) 0;
}

.trust-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: clamp(28px,4vw,52px);
}

.trust-card > .tc-in {
  position: relative;
  z-index: 2;
}

.tc-shapes {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  overflow: hidden;
}

.tc-shapes > * {
  position: absolute;
}

.tc-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  gap: clamp(26px,4vw,58px);
}

.tc-grid .kick {
  margin-bottom: 1rem;
}

.tc-grid .lead {
  margin-top: 1rem;
}

.tc-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.fact {
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fact-h {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.fact-i {
  display: grid;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
}

.fact-t {
  font-size: 14.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.fact-d {
  margin-top: 0.5rem;
  font-size: 13px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pills {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 940px) {
  .tc-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tc-facts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ============================================================
     VOICES
     ============================================================ */

.vox {
  padding: clamp(52px,6.5vw,92px) 0;
}

.vox-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: clamp(24px,3.5vw,38px);
}

.vox-head .kick {
  margin-bottom: 0.875rem;
}

.vox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
}

.vox-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.vox-mark {
  height: 1.25rem;
  width: 26px;
}

.vox-q {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.vox-who {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

.vox-av {
  height: 34px;
  width: 34px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
}

.vox-n {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.vox-r {
  display: block;
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

@media (max-width: 940px) {
  .vox-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ============================================================
     PRICING STRIP
     ============================================================ */

.price {
  padding: clamp(20px,3vw,34px) 0 clamp(56px,7vw,92px);
}

.price-card {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: clamp(26px,3.4vw,44px);
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto;
  gap: clamp(22px,3vw,44px);
}

.price-card > * {
  position: relative;
  z-index: 2;
}

.pc-shape {
  position: absolute;
  z-index: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  inset: auto -60px -90px auto;
  width: 300px;
  height: 300px;
}

.pc-amt {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.pc-v {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: clamp(38px,4.4vw,54px);
  line-height: 1;
}

.pc-u {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pc-k {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pc-inc {
  display: grid;
  gap: 0.625rem;
}

.pc-inc li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 14.2px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.pc-inc svg {
  margin-top: 0.125rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

@media (max-width: 940px) {
  .price-card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ============================================================
     PRICING TABLE (tiered plans + billing toggle)
     ============================================================ */

.pt-toggle {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 0.125rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  margin-bottom: clamp(24px,3vw,32px);
}

.pt-opt {
  display: flex;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  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;
  padding: 9px 18px;
  font-size: 13.5px;
}

.pt-opt.on {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(17,30,40,.05);
  --tw-shadow-colored: 0 1px 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);
}

.pt-save {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 241 243 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  font-size: 10.5px;
  letter-spacing: .02em;
  padding: 2px 7px;
}

.pt-opt:not(.on) .pt-save {
  --tw-bg-opacity: 1;
  background-color: rgb(228 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pt-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.pt-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 22px 20px;
}

.pt-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(147 205 210 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pt-pop {
  --tw-border-opacity: 1;
  border-color: rgb(26 101 106 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pt-badge {
  position: absolute;
  left: 50%;
  --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));
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 101 106 / var(--tw-bg-opacity, 1));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  top: -12px;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 5px 12px;
}

.pt-name {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.pt-seats {
  margin-top: 0.25rem;
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pt-amt {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}

.pt-cur {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.pt-num {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 30px;
  line-height: 1;
}

.pt-per {
  margin-left: 0.125rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.pt-upu {
  margin-top: 0.625rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  font-size: 11px;
  padding: 5px 9px;
}

.pt-cta {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .pt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pt-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ============================================================
     FINAL CTA
     ============================================================ */

.cta {
  padding: 0;
}

.cta > .shell {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.cta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(130 216 222 / var(--tw-bg-opacity, 1));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  padding: clamp(38px,5.5vw,76px) clamp(24px,4.5vw,88px);
  border-radius: 0;
}

.cta-shapes {
  position: absolute;
  inset: 0px;
  z-index: 0;
  overflow: hidden;
}

.cta-shapes > * {
  position: absolute;
}

.cta-in {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  max-width: 1320px;
  grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  gap: clamp(24px,4vw,52px);
}

.cta-card h2 {
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: clamp(30px,4.2vw,50px);
}

.cta-card .cta-p {
  margin-top: 1rem;
  max-width: 42ch;
  color: rgb(17 30 40 / .72);
  font-size: clamp(15.5px,1.3vw,18px);
  line-height: 1.58;
}

.cta-acts {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-fine {
  margin-top: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 11.5px;
  color: rgb(17 30 40 / .55);
}

.cta-list {
  display: grid;
  gap: 0.625rem;
}

.cta-list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  background: rgb(17 30 40 / .08);
  border: 1px solid rgb(17 30 40 / .12);
}

.cta-list svg {
  flex-shrink: 0;
  opacity: 0.9;
}

@media (max-width: 940px) {
  .cta-in {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ---------- CTA, light/centered variant with a tile-grid backdrop ---------- */

.cta-indigo .cta-card {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  padding: clamp(30px,4vw,52px) clamp(24px,4.5vw,64px);
}

.cta-indigo .cta-shapes {
  background-image:
      linear-gradient(rgba(130,216,222,.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(130,216,222,.07) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 0%, #000 55%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 100% at 50% 0%, #000 55%, transparent 100%);
}

.cta-indigo .cta-card h2 {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: clamp(26px,3.2vw,36px);
}

.cta-indigo .cta-card .cta-p {
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: clamp(14.5px,1.2vw,16px);
}

.cta-indigo .cta-fine {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.cta-indigo .cta-list-row li {
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  border-color: rgb(130 216 222 / 0.14);
  background-color: rgb(255 255 255 / 0.7);
}

.cta-indigo .cta-list-row svg {
  color: #82D8DE;
}

.cta-in-center {
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  text-align: center;
  max-width: 680px;
}

.cta-in-center > div:first-child {
  margin-left: auto;
  margin-right: auto;
}

.cta-in-center .cta-fine {
  margin-top: 1rem;
}

.cta-list-row {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
}

.cta-list-row li {
  width: auto;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 13.5px;
}

@media (max-width: 620px) {
  .cta-list-row {
    flex-direction: column;
  }
}

/* ============================================================
     FOOTER
     ============================================================ */

.ft {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ft-full {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}

.ft-full > .shell {
  max-width: none;
  padding-left: clamp(24px,4.5vw,88px);
  padding-right: clamp(24px,4.5vw,88px);
}

.ft-cols {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  padding: 34px 0 38px;
}

.ft-col {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

@media (min-width: 768px) {
  .ft-col {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.ft-col:first-child {
  padding-left: 0px;
}

.ft-col:last-child {
  padding-right: 0px;
}

.ft-col + .ft-col {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
}

.ft-col h4 {
  margin-bottom: 0.875rem;
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.ft-col a {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  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;
}

.ft-col a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.ft-brand .logo-word {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ft-bot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  font-size: 13.5px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  padding: 18px 0 26px;
}

.ft-bot a {
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.ft-bot a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

.ft-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.ft-full .ft-cols {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top-width: 0px;
  max-width: 1320px;
  -moz-column-gap: clamp(28px,4vw,72px);
       column-gap: clamp(28px,4vw,72px);
  padding: 46px 0 70px;
}

.ft-full .ft-col {
  padding-left: 0px;
  padding-right: 0px;
}

.ft-full .ft-col + .ft-col {
  border-left-width: 0px;
}

.ft-full .ft-col h4 {
  margin-bottom: 1rem;
  font-size: 15.5px;
  letter-spacing: 0;
}

.ft-full .ft-col a {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13.5px;
  line-height: 1.45;
  margin-top: 15px;
}

.ft-full .ft-bot {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  border-top-width: 0px;
  max-width: 1320px;
  padding: 0 0 24px;
}

.ft-full .ft-util-left,
  .ft-full .ft-util-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.ft-full .ft-util-right {
  justify-content: flex-end;
}

.ft-full .ft-util-right > a {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  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;
}

.ft-full .ft-util-right > a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 216 222 / var(--tw-text-opacity, 1));
}

@media (max-width: 1000px) {
  .ft-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 26px;
  }

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

  .ft-col:nth-child(4) {
    border-left-width: 0px;
    padding-left: 0px;
  }
}

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

  .ft-full > .shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ft-full .ft-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 36px 0 46px;
  }

  .ft-col:nth-child(odd) {
    border-left-width: 0px;
    padding-left: 0px;
  }

  .ft-badges {
    order: 3;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .ft-full .ft-bot,
    .ft-full .ft-util-right {
    align-items: flex-start;
  }
}

/* ============================================================
     CHIRO PAIN POINTS — annotation-mark heading + region pills + chart
     ============================================================ */

.chiro-mark {
  position: relative;
  white-space: nowrap;
}

.chiro-mark svg {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -8px;
  width: calc(100% + 6px);
  height: 12px;
}

.chiro-pain-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(32px,5vw,64px);
}

@media (max-width: 900px) {
  .chiro-pain-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.chiro-pain-list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.chiro-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 18px;
  border-radius: 14px;
  transition: border-color .2s, box-shadow .2s;
}

.chiro-pain-item.is-linked {
  border-color: #F0C7B8;
  box-shadow: 0 10px 26px -14px rgba(232,137,107,.35);
}

.chiro-pain-num {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #F0F7FA;
  color: #1C6E8C;
  font-size: 13px;
}

.chiro-pain-item.is-linked .chiro-pain-num {
  background: #FBE7DE;
  color: #C8593A;
}

.chiro-pain-text {
  font-size: 13.8px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  margin-top: 3px;
}

.chiro-shot-wrap {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 18px;
  box-shadow: 0 30px 60px -22px rgba(17,30,40,.18);
}

.chiro-shot-wrap img {
  display: block;
  height: auto;
  width: 100%;
}

.broadcast-float {
  position: absolute;
  z-index: 2;
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  width: 230px;
  bottom: -22px;
  left: -24px;
  border-radius: 14px;
  box-shadow: 0 16px 32px -14px rgba(17,30,40,.28);
}

@media (max-width: 640px) {
  .broadcast-float {
    width: 170px;
    bottom: -14px;
    left: -10px;
  }
}

.chiro-flow {
  position: relative;
  padding: 0 0 44px 44px;
}

@media (max-width: 640px) {
  .chiro-flow {
    padding: 0 0 34px 28px;
  }
}

.chiro-flow-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  z-index: 1;
}

.chiro-flow-back .chiro-shot-wrap {
  opacity: .9;
}

.chiro-flow-front {
  position: relative;
  width: 84%;
  margin-left: auto;
  z-index: 2;
}

.chiro-flow-front .chiro-shot-wrap {
  box-shadow: 0 34px 64px -20px rgba(17,30,40,.26);
}

/* ============================================================
     PHYSIO PROGRESS TRAIL — 3-shot story (chart / trend / plan)
     ============================================================ */

.msg-tl {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(20px,3vw,32px);
  margin-top: 40px;
}

.msg-tl::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(228 235 240 / var(--tw-bg-opacity, 1));
  left: 0;
  right: 0;
  top: 15px;
  height: 2px;
}

@media (max-width: 780px) {
  .msg-tl {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .msg-tl::before {
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    right: auto;
    height: auto;
  }
}

.msg-tl-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 44px;
}

@media (max-width: 780px) {
  .msg-tl-step {
    padding-top: 0;
    padding-left: 44px;
  }
}

.msg-tl-dot {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  border-color: var(--c-mid, #8FC3D6);
}

@media (max-width: 780px) {
  .msg-tl-dot {
    top: 0;
    left: 0;
  }
}

.msg-tl-when {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10.5px;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.msg-tl-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.msg-tl-d {
  margin-top: 0.375rem;
  font-size: 13.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.msg-tl-facts {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.375rem;
}

.msg-tl-facts li {
  position: relative;
  padding-left: 0.875rem;
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.msg-tl-facts li::before {
  content: "";
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(147 205 210 / var(--tw-bg-opacity, 1));
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
}

.link-rail {
  display: grid;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 16px;
  margin-top: 32px;
}

.link-rail-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  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;
  padding: 18px 22px;
}

.link-rail-row:last-child {
  border-bottom-width: 0px;
}

.link-rail-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

.link-rail-ico {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  width: 40px;
  height: 40px;
}

.link-rail-t {
  display: block;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.link-rail-d {
  margin-top: 0.125rem;
  display: block;
  font-size: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.link-rail-go {
  margin-left: auto;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .link-rail-row {
    padding: 15px 16px;
  }
}

/* side-panel visual: tinted background behind an alt-grid visual column */

/* compact vertical status-flow (waitlist, side-panel variant) */

.vflow-node.is-end {
  background-color: rgb(255 255 255 / 0.7);
}

/* compact vertical cyclical timeline (recalls, side-panel variant) */

/* compact stacked comparison (multi-location, side-panel variant) */

.vcmp-loc-val.is-diff {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

/* status-flow diagram (branching lifecycle, e.g. waitlist) */

.flow-diagram {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
}

.flow-node {
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 14px;
  padding: 18px 20px;
  width: 220px;
}

.flow-node-tag {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.flow-node-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.flow-node-d {
  margin-top: 0.375rem;
  font-size: 12.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.flow-node.is-end {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

.flow-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  width: 44px;
}

.flow-branch {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  width: 44px;
}

.flow-branch svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flow-outcomes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .flow-diagram {
    flex-direction: column;
    align-items: center;
  }

  .flow-arrow {
    --tw-rotate: 90deg;
    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));
    width: auto;
    height: 32px;
  }

  .flow-branch {
    flex-direction: row;
    width: auto;
    height: 44px;
  }

  .flow-branch svg {
    --tw-rotate: 90deg;
    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));
  }

  .flow-outcomes {
    flex-direction: row;
  }
}

/* cyclical timeline with live counter (e.g. recalls) */

.cycle-tl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
}

.cycle-tl-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 168px;
}

.cycle-tl-dot {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: 40px;
  height: 40px;
  border-color: var(--c-mid, #8FC3D6);
  margin-bottom: 12px;
}

.cycle-tl-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.cycle-tl-d {
  margin-top: 0.25rem;
  font-size: 12px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.cycle-tl-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  width: 30px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .cycle-tl {
    flex-direction: column;
    align-items: center;
  }

  .cycle-tl-arrow {
    --tw-rotate: 90deg;
    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));
    margin: 8px 0;
  }
}

.cycle-counter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: -moz-max-content;
  width: max-content;
  border-radius: 14px;
  padding: 14px 22px;
}

.cycle-counter-val {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  font-size: 26px;
  line-height: 1;
}

.cycle-counter-lbl {
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

/* per-location comparison table (e.g. multi-location) */

.cmp-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 16px;
  margin-top: 32px;
}

.cmp-table th, .cmp-table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  text-align: left;
  padding: 14px 18px;
}

.cmp-table tr:last-child th, .cmp-table tr:last-child td {
  border-bottom-width: 0px;
}

.cmp-table thead th {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10.5px;
  letter-spacing: .06em;
}

.cmp-table tbody th {
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.cmp-table td {
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
}

.cmp-table td.is-diff {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

@media (max-width: 700px) {
  .cmp-table-wrap {
    overflow-x: auto;
  }

  .cmp-table {
    min-width: 560px;
  }
}

.pt-trail {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(20px,3vw,28px);
  margin-top: 36px;
}

@media (max-width: 860px) {
  .pt-trail {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pt-trail-step {
  display: flex;
  min-width: 0px;
  flex-direction: column;
}

.pt-trail-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  letter-spacing: .07em;
  margin-bottom: 10px;
}

.pt-shot {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 16px;
  box-shadow: 0 22px 46px -20px rgba(17,30,40,.18);
}

.pt-shot-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  padding: 10px 14px;
  font-size: 11.5px;
  font-weight: 700;
}

.pt-shot-note {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10.5px;
  padding: 7px;
}

.pt-chart-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.pt-chart-val {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  font-size: 30px;
  line-height: 1;
}

.pt-chart-unit {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 13px;
  margin-left: 2px;
}

.pt-chart-svg {
  display: block;
  width: 100%;
  height: 66px;
  margin-top: 6px;
}

.pt-chart-axis {
  display: flex;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10px;
  margin-top: 2px;
}

.pt-ex-body {
  display: grid;
  flex: 1 1 0%;
  align-content: center;
  padding: 8px 16px 6px;
}

.pt-ex-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  padding: 9px 0;
}

.pt-ex-row:last-child {
  border-bottom-width: 0px;
}

.pt-ex-ico {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #EFECFD;
}

.pt-ex-t {
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 12.5px;
}

.pt-ex-d {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 11px;
  margin-top: 1px;
}

.pt-chart-shot-wrap {
  position: relative;
  flex: 1 1 0%;
  padding: 18px;
  background: #fff;
  min-height: 150px;
}

.pt-chart-shot-crop {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.pt-chart-shot-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.pt-chart-shot-tab {
  position: absolute;
  display: block;
  width: 62%;
  height: auto;
  right: 8px;
  bottom: 8px;
  border-radius: 9px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px -14px rgba(17,30,40,.3);
  background: #fff;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
}

/* ============================================================
     PSYCH HERO — session-thread illustration
     ============================================================ */

.psy-thread-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.psy-thread-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 20px;
  padding: clamp(28px,3.4vw,40px) clamp(22px,3vw,32px) clamp(20px,2.6vw,26px);
  box-shadow: 0 30px 64px -24px rgba(17,30,40,.18);
  max-width: 440px;
}

.psy-thread-svg {
  display: block;
  height: auto;
  width: 100%;
}

.psy-thread-cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  margin-top: 16px;
  padding-top: 14px;
}

.psy-thread-lock {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 11.5px;
}

.psy-thread-note {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 11.5px;
}

/* ============================================================
     PSYCH PAIN POINTS — connected thread strip
     ============================================================ */

.psy-pain-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  margin-top: 40px;
}

.psy-pain-strip::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 11%;
  right: 11%;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--line) 0 8px, transparent 8px 14px);
  z-index: 0;
}

@media (max-width: 780px) {
  .psy-pain-strip {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .psy-pain-strip::before {
    display: none;
  }
}

.psy-pain-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 18px;
  z-index: 1;
}

@media (max-width: 780px) {
  .psy-pain-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    padding: 0;
  }
}

.psy-pain-ico {
  position: relative;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 16px;
}

@media (max-width: 780px) {
  .psy-pain-ico {
    margin-bottom: 0;
  }
}

.psy-pain-text {
  font-size: 13.8px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  max-width: 27ch;
}

/* ============================================================
     PSYCH FEATURE LIST — lead panel + compact rows (not a card grid)
     ============================================================ */

.psy-feat-layout {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(20px,3vw,28px);
  margin-top: 36px;
}

@media (max-width: 860px) {
  .psy-feat-layout {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.psy-feat-lead {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 22px;
  padding: clamp(28px,3.2vw,38px);
  background: linear-gradient(155deg, #1A656A 0%, #124549 100%);
}

.psy-feat-lead-ico {
  display: grid;
  place-items: center;
  background-color: rgb(255 255 255 / 0.15);
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 22px;
}

.psy-feat-lead-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: clamp(20px,2vw,24px);
  letter-spacing: -.01em;
}

.psy-feat-lead-d {
  margin-top: 0.75rem;
  color: rgba(255,255,255,.78);
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 32ch;
}

.psy-feat-lead-go {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 13px;
  margin-top: 22px;
}

.psy-feat-rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.psy-feat-row {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 16px;
  padding: 18px 20px;
}

.psy-feat-row:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 205 210 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 6px 20px -6px rgba(17,30,40,.10), 0 2px 6px rgba(17,30,40,.04);
  --tw-shadow-colored: 0 6px 20px -6px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.psy-feat-row-ico {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--f-tint);
}

.psy-feat-row-t {
  display: block;
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 14.5px;
}

.psy-feat-row-d {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: 12.5px;
  margin-top: 2px;
  line-height: 1.45;
}

/* ============================================================
     MED CLINIC — dark clinical DICOM pain-points section
     ============================================================ */

.med-dicom-sec {
  position: relative;
  overflow: hidden;
  background: #223442;
  padding: clamp(56px,7vw,96px) 0;
}

.med-dicom-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 8px;
}

.med-dicom-head h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.med-dicom-head p {
  color: rgba(255,255,255,.62);
  margin-top: 12px;
  font-size: 15.5px;
  line-height: 1.6;
}

.med-dicom-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px,5vw,64px);
  margin-top: 40px;
}

@media (max-width: 900px) {
  .med-dicom-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.med-pain-list {
  display: grid;
  gap: 16px;
}

.med-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.med-pain-num {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(130,216,222,.16);
  color: #82D8DE;
  font-size: 12px;
}

.med-pain-text {
  font-size: 13.8px;
  line-height: 1.375;
  color: rgba(255,255,255,.7);
  margin-top: 3px;
}

.med-scan-chip .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #82D8DE;
  box-shadow: 0 0 0 3px rgba(130,216,222,.25);
}

.med-sys-carousel {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.med-sys-stage {
  display: grid;
  min-width: 0;
}

.med-sys-stage .pk-slide {
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .45s ease, transform .45s ease, visibility 0s linear .45s;
}

.med-sys-stage .pk-slide.is-on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .45s ease, transform .45s ease;
}

@media (prefers-reduced-motion: reduce) {
  .med-sys-stage .pk-slide, .med-sys-stage .pk-slide.is-on {
    transition: none;
  }
}

.med-sys-panel {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  aspect-ratio: 88/85;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 40px 80px -28px rgba(0,0,0,.6);
}

.med-sys-panel img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.med-sys-tag {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  top: 12px;
  left: 12px;
  font-size: 11px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(12,22,30,.4);
  border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.med-sys-tag .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #82D8DE;
}

.med-sys-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.med-sys-dots .pk-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  transition: background .2s, transform .2s;
}

.med-sys-dots .pk-dot.is-on {
  background: #82D8DE;
  transform: scale(1.25);
}

/* ============================================================
     MED CLINIC HERO — roster/stat strip visual
     ============================================================ */

.med-hero-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  max-width: 640px;
}

.med-hero-stat {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 24px -14px rgba(17,30,40,.18);
}

.med-hero-stat-ico {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--s-tint);
}

.med-hero-stat-t {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
  font-size: 13.5px;
}

.med-hero-stat-d {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 11px;
  margin-left: 4px;
}

/* ============================================================
     COMMS TABLE — "everything in communications" as a comparison table
     ============================================================ */

.comms-tbl-card {
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 20px;
  box-shadow: 0 1px 0 rgba(17,30,40,.03);
}

.comms-tbl-grp {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 16px 24px 10px;
}

.comms-tbl-grp span {
  white-space: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10.5px;
  letter-spacing: .08em;
}

.comms-tbl-grp::after {
  content: "";
  height: 1px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 247 / var(--tw-bg-opacity, 1));
}

.comms-tbl-scroll {
  overflow-x: auto;
}

.comms-tbl {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 13.5px;
}

.comms-tbl th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 10.5px;
  letter-spacing: .05em;
  padding: 0 24px 10px;
}

.comms-tbl th.is-ctr {
  text-align: center;
}

.comms-tbl td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  vertical-align: middle;
  padding: 13px 24px;
}

.comms-tbl tbody tr:last-child td {
  border-bottom-width: 0px;
}

.comms-tbl tbody tr {
  transition: background-color .15s;
}

.comms-tbl tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

.comms-tbl-type {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 30 40 / var(--tw-text-opacity, 1));
}

.comms-tbl-ico {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.5rem;
  width: 26px;
  height: 26px;
}

.comms-tbl-trig {
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: 12.5px;
}

.comms-tbl-chan {
  display: inline-flex;
  gap: 0.25rem;
}

.comms-tbl-pill {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 5px;
}

.comms-tbl-ctr {
  text-align: center;
}

.comms-tbl-check {
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.comms-tbl-dash {
  font-weight: 700;
  color: var(--line);
}

.comms-tbl-uniq-tag {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  font-size: 12px;
  border-radius: 8px;
  padding: 5px 10px;
  line-height: 1.4;
}

.comms-tbl-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  padding: 16px;
  font-size: 12px;
}

.comms-tbl-foot svg {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

@media (max-width: 700px) {
  .comms-tbl-scroll {
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================================
     MERGE-FIELD PICKER — illustrated mockup for template editor
     ============================================================ */

.mf-mock {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 18px;
  box-shadow: 0 30px 60px -22px rgba(17,30,40,.18);
  max-width: 520px;
  margin: 0 auto;
}

.mf-mock-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
}

.mf-mock-dots {
  display: flex;
  gap: 0.375rem;
}

.mf-mock-dots i {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 227 229 / var(--tw-bg-opacity, 1));
}

.mf-mock-name {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --tw-text-opacity: 1;
  color: rgb(98 120 138 / var(--tw-text-opacity, 1));
  font-size: 11px;
}

.mf-mock-body {
  padding: 1rem;
}

.mf-mock-line {
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  font-size: 13px;
  line-height: 1.7;
}

.mf-mock-field {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(191 227 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  font-size: 11.5px;
  padding: 1px 7px;
  border-radius: 6px;
}

.mf-mock-insert {
  position: relative;
  margin-top: 0.875rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 205 210 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 10px;
  box-shadow: 0 12px 28px -12px rgba(17,30,40,.22);
}

.mf-mock-insert-cur {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  font-size: 13px;
}

.mf-mock-insert-cur svg {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
}

.mf-mock-panel {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 247 / var(--tw-border-opacity, 1));
}

.mf-mock-panel-h {
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  font-size: 9.5px;
  letter-spacing: .08em;
  padding: 9px 14px 4px;
}

.mf-mock-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
  font-size: 12.5px;
  padding: 7px 14px;
}

.mf-mock-opt.is-on {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 249 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
}

.mf-mock-opt svg {
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  opacity: 0;
}

.mf-mock-opt.is-on svg {
  --tw-text-opacity: 1;
  color: rgb(26 101 106 / var(--tw-text-opacity, 1));
  opacity: 1;
}

/* ============================================================
     MOBILE DRAWER
     ============================================================ */

.drawer {
  position: fixed;
  z-index: 85;
  display: none;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  inset: 70px 0 0;
  padding: 20px clamp(20px,4vw,44px) 40px;
}

.drawer.open {
  display: block;
}

.drawer.\!open {
  display: block;
}

.dw-link {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 235 240 / var(--tw-border-opacity, 1));
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  padding: 13px 0;
}

.dw-link.active {
  --tw-text-opacity: 1;
  color: rgb(47 85 199 / var(--tw-text-opacity, 1));
}

.dw-h {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .14em;
  --tw-text-opacity: 1;
  color: rgb(138 155 168 / var(--tw-text-opacity, 1));
  margin: 22px 0 8px;
}

.dw-sub {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 15.5px;
  --tw-text-opacity: 1;
  color: rgb(51 76 91 / var(--tw-text-opacity, 1));
}

.dw-cta {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.625rem;
}

/* ===== security.html (#totp-mock) ===== */

#totp-mock {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #0b0e1a;
  border-radius: 16px;
  padding: 20px 20px 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  box-shadow: 0 12px 34px rgba(8,12,24,0.35);
  box-sizing: border-box;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

#totp-mock .totp-close {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 14px;
  height: 14px;
  color: #6b7180;
}

#totp-mock .totp-lock {
  width: 24px;
  height: 28px;
  margin: 2px auto 12px;
  display: block;
  color: #eef1f7;
}

#totp-mock .totp-title {
  font-size: 16px;
  font-weight: 700;
  color: #f4f6fb;
  text-align: center;
  margin: 0 0 7px;
  letter-spacing: -0.2px;
}

#totp-mock p.totp-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #9aa1b2;
  text-align: center;
  margin: 0 auto 16px;
  max-width: 220px;
}

#totp-mock .totp-qr-wrap {
  width: 128px;
  height: 128px;
  margin: 0 auto 16px;
  background: #fff;
  border-radius: 7px;
  padding: 8px;
  box-sizing: border-box;
}

#totp-mock .totp-qr-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
  shape-rendering: crispEdges;
}

#totp-mock .totp-manual {
  font-size: 10.5px;
  color: #838b9c;
  text-align: center;
  margin: 0 0 4px;
}

#totp-mock .totp-key {
  display: block;
  text-align: center;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 10.5px;
  letter-spacing: 0.8px;
  color: #545b6b;
  margin: 0 0 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  word-break: break-all;
}

#totp-mock .totp-code-input {
  width: 100%;
  box-sizing: border-box;
  background: #171b2b;
  border: 1px solid #2a2f42;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #f4f6fb;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

#totp-mock .totp-code-input.is-placeholder {
  color: #626a7c;
  letter-spacing: normal;
}

#totp-mock .totp-actions {
  display: flex;
  gap: 8px;
}

#totp-mock .totp-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  border-radius: 8px;
  padding: 10px 10px;
  font-size: 12.5px;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
}

#totp-mock .totp-btn-verify {
  background: rgb(7 89 133 / 1);
  color: #fff;
}

#totp-mock .totp-btn-verify svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

#totp-mock .totp-btn-cancel {
  background: transparent;
  border: 1px solid #2a2f42;
  color: #b7bccb;
  flex: 0 0 auto;
  padding: 10px 16px;
}

/* ===== security.html (.pk-carousel) ===== */

.pk-carousel {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.pk-carousel .pk-stage {
  display: grid;
  min-width: 0;
}

.pk-carousel .pk-slide {
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .45s ease, transform .45s ease, visibility 0s linear .45s;
}

.pk-carousel .pk-slide.is-on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .45s ease, transform .45s ease;
}

.pk-carousel .frame {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.pk-carousel .sheet {
  background: #ececec;
  padding: 44px 24px 40px;
}

.pk-carousel .icon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.pk-carousel .faceid-icon {
  width: 64px;
  height: 64px;
}

.pk-carousel .fingerprint-icon {
  width: 46px;
  height: 46px;
}

.pk-carousel .frame .signin-title {
  font-size: 27px;
  font-weight: 700;
  color: #0b0b0c;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.pk-carousel .frame p.desc {
  font-size: 18px;
  line-height: 1.5;
  color: #0b0b0c;
  font-weight: 400;
}

.pk-carousel .frame .pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #d8dade;
  border-radius: 999px;
  padding: 2px 10px 3px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  color: #6b6d72;
  margin: 0 1px;
}

.pk-carousel .frame .pill svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.pk-carousel .fill-btn {
  margin-top: 40px;
  width: 100%;
  height: 50px;
  background: #007aff;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.pk-carousel .card {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.16);
  padding: 22px 26px 24px;
  font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.pk-carousel .header {
  position: relative;
  height: 128px;
}

.pk-carousel .blob-wrap {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
}

.pk-carousel .blob-wrap svg.blob {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.06));
}

.pk-carousel .icon-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  width: 40px;
  height: 40px;
  z-index: 2;
}

.pk-carousel .fp-badge {
  position: absolute;
  top: -8px;
  left: 66%;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  z-index: 3;
}

.pk-carousel .dots-row {
  position: absolute;
  display: flex;
  gap: 6px;
}

.pk-carousel .dots-row span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9c9c9;
}

.pk-carousel .dot-grid {
  position: absolute;
  width: 36px;
  height: 18px;
  background-image: radial-gradient(#cfcfcf 1.2px, transparent 1.6px);
  background-size: 7px 7px;
}

.pk-carousel .card .passkey-title {
  font-size: 17px;
  font-weight: 600;
  color: #1f2328;
  margin: 4px 0 16px;
}

.pk-carousel .divider {
  height: 1px;
  background: #e2e2e2;
  margin: 0 -26px;
}

.pk-carousel .account-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
}

.pk-carousel .account-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #5f6368;
}

.pk-carousel .account-text {
  flex: 1;
}

.pk-carousel .redacted-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #eceff1;
  border-radius: 999px;
  padding: 2px 10px 3px;
  font-size: 12px;
  font-weight: 600;
  color: #9aa0a6;
  margin-bottom: 5px;
}

.pk-carousel .redacted-pill svg {
  width: 10px;
  height: 10px;
}

.pk-carousel .gpm-label {
  font-size: 13px;
  color: #8a6d1f;
  font-weight: 500;
}

.pk-carousel .chevron {
  width: 18px;
  height: 18px;
  color: #5f6368;
  flex-shrink: 0;
}

.pk-carousel .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}

.pk-carousel .card .btn-secondary, .pk-carousel .card .btn-cancel, .pk-carousel .card .btn-continue {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  padding: 9px 14px;
  border: none;
  white-space: nowrap;
}

.pk-carousel .btn-secondary {
  background: #fff;
  border: 1.5px solid #a8c7fa;
  color: #1a73e8;
  flex-shrink: 0;
}

.pk-carousel .btn-cancel {
  background: #dde6fb;
  color: #364049;
  padding: 9px 12px;
}

.pk-carousel .btn-continue-wrap {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 3px #a5c4f7;
  margin-right: 10px;
}

.pk-carousel .btn-continue {
  background: #0b57d0;
  color: #fff;
  padding: 9px 18px;
}

.pk-carousel .pk-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.pk-carousel .pk-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(188 220 232 / 1);
  transition: background .2s, transform .2s;
}

.pk-carousel .pk-dot.is-on {
  background: rgb(28 110 140 / 1);
  transform: scale(1.25);
}

@media (prefers-reduced-motion: reduce) {
  .pk-carousel .pk-slide,
    .pk-carousel .pk-slide.is-on {
    transition: none;
  }
}

/* ===== about/story.html (.story-page) ===== */

.story-page {
  background: #fff;
}

.story-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(64px,9vw,108px) 24px clamp(56px,7vw,88px);
}

.story-kicker {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8FA0A8;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.story-kicker::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E4E0D6;
}

.story-title {
  font-family: Gabarito, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(32px,4.4vw,46px);
  letter-spacing: -.03em;
  line-height: 1.08;
  color: #1B2226;
}

.story-title em {
  font-style: normal;
  color: #1A656A;
}

.story-dateline {
  margin-top: 18px;
  font-size: 14px;
  color: #8FA0A8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.story-body {
  margin-top: 44px;
}

.story-body p {
  font-size: 17.5px;
  line-height: 1.75;
  color: #2C3438;
  margin-bottom: 26px;
  max-width: 60ch;
}

.story-divider {
  border: none;
  height: 1px;
  background: repeating-linear-gradient(90deg, #D8D2C4 0 6px, transparent 6px 12px);
  margin: 38px 0;
  max-width: 220px;
}

.story-sign {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid #E4E0D6;
  display: flex;
  align-items: center;
  gap: 16px;
}

.story-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(150deg, #1A656A, #124549);
  color: #F1F9F9;
  font-family: Gabarito, sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -8px rgba(18,69,73,.45);
}

.story-sign-name {
  font-family: Gabarito, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1B2226;
}

.story-sign-role {
  font-size: 14.5px;
  color: #8FA0A8;
  margin-top: 2px;
}

@media (max-width: 560px) {
  .story-body p {
    font-size: 16.5px;
  }
}

/* ===== features/ai/index.html (.ai-view) ===== */

.ai-view{
  --ink:#111E28;
  --muted:#62788A;
  --faint:#8A9BA8;
  --line:#E4EBF0;
  --surface:#FFFFFF;
  --brand:#1C6E8C;
  --brand-tint:#F0F7FA;
  --magenta:#A8437F;
  --magenta-tint:#FBEAF4;
  --violet:#6C5CE0;
  --violet-tint:#EFECFD;
  --brand2:#0E9DB0;
  --brand2-tint:#E1F5F7;
  --indigo:#2F55C7;
  --indigo-tint:#E8EDFC;
}

.ai-view.merged-all .merged-group:first-child{
  margin-top:clamp(20px,2.5vw,32px)
}

.ai-view .stat-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  margin-top:24px
}

.ai-view .stat-strip .stat{
  background:var(--surface);
  padding:16px;
  text-align:center
}

.ai-view .stat-strip .stat b{
  display:block;
  font-family:Gabarito,sans-serif;
  font-size:19px;
  color:var(--ink)
}

.ai-view .stat-strip .stat span{
  font-size:11.5px;
  color:var(--faint)
}

@media(max-width:640px){
  .ai-view .stat-strip{
    grid-template-columns:1fr
  }
}

/* ---------- template generation: numbered flow row ---------- */

.ai-view .flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 24px;
  margin-top:8px
}

.ai-view .flow-item{
  position:relative;
  padding-left:38px
}

.ai-view .flow-item::before{
  content:attr(data-n);
  position:absolute;
  left:0;
  top:1px;
  width:26px;
  height:26px;
  border-radius:99px;
  display:grid;
  place-items:center;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:11.5px;
  font-weight:700;
  background:var(--brand-tint);
  color:var(--brand)
}

.ai-view .flow-item h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 6px;
  color:var(--ink)
}

.ai-view .flow-item p{
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
  margin:0
}

@media(max-width:820px){
  .ai-view .flow{
    grid-template-columns:1fr 1fr
  }
}

@media(max-width:560px){
  .ai-view .flow{
    grid-template-columns:1fr
  }
}

/* ---------- report / dashboard insights: paired illustrated panels ---------- */

.ai-view .panel-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  margin-top:8px
}

.ai-view .panel-item{
  background:var(--surface);
  padding:22px 20px
}

.ai-view .panel-ic{
  width:34px;
  height:34px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px
}

.ai-view .panel-item h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 6px;
  color:var(--ink)
}

.ai-view .panel-item p{
  font-size:14.5px;
  color:var(--muted);
  line-height:1.6;
  margin:0
}

@media(max-width:760px){
  .ai-view .panel-row{
    grid-template-columns:1fr
  }
}

/* ---------- closing "one rule, five places": rail ---------- */

.ai-view .ico{
  width:15px;
  height:15px;
  flex:none
}

.ai-view .icobox{
  width:34px;
  height:34px;
  border-radius:9px;
  display:grid;
  place-items:center;
  flex:none
}

.ai-view .rail{
  display:grid;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden
}

.ai-view .rail-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:var(--surface);
  text-decoration:none;
  color:inherit;
  transition:background .15s ease
}

.ai-view .rail-row:hover{
  background:var(--brand-tint)
}

.ai-view .rail-t{
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:17px;
  color:var(--ink);
  display:block
}

.ai-view .rail-d{
  font-size:14.5px;
  color:var(--muted);
  margin-top:2px;
  display:block
}

.ai-view .rail-go{
  margin-left:auto;
  color:var(--faint);
  flex:none
}

/* ===== features/billing/index.html (.billing-view) ===== */

.billing-view{
  --ink:#111E28;
  --muted:#62788A;
  --faint:#8A9BA8;
  --line:#E4EBF0;
  --surface:#FFFFFF;
  --brand:#1C6E8C;
  --brand-tint:#F0F7FA;
  --magenta:#A8437F;
  --magenta-tint:#FBEAF4;
  --violet:#6C5CE0;
  --violet-tint:#EFECFD;
  --brand2:#0E9DB0;
  --brand2-tint:#E1F5F7;
}

/* ---------- upgraded mockup panels ---------- */

.billing-view .mock{
  box-shadow:0 24px 50px -24px rgba(17,30,40,.22), 0 6px 16px rgba(17,30,40,.08);
  border-color:#DCE7EC
}

.billing-view .mock-bar{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 16px;
  background:#F7FAFB;
  border-bottom:1px solid #EEF3F7
}

.billing-view .mock-dots{
  display:flex;
  gap:5px
}

.billing-view .mock-dots i{
  width:8px;
  height:8px;
  border-radius:99px;
  background:#DCE7EC;
  display:block
}

.billing-view .mock-name{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:13px;
  color:#62788A
}

.billing-view .mock-status{
  margin-left:auto;
  font-size:10.5px;
  font-weight:700;
  padding:4px 10px;
  border-radius:99px
}

.billing-view .mock-body{
  padding:18px
}

.billing-view .mock-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:13px 4px;
  border-bottom:1px solid #EEF3F7
}

.billing-view .mock-row:last-child{
  border-bottom:none
}

.billing-view .mock-row .k{
  font-size:14.5px;
  color:#62788A
}

.billing-view .mock-row .v{
  font-size:15px;
  font-weight:700;
  color:#111E28;
  font-variant-numeric:tabular-nums
}

.billing-view .mock-row.total{
  padding-top:16px;
  margin-top:2px;
  border-top:1.5px solid #DCE7EC;
  border-bottom:none
}

.billing-view .mock-row.total .k, .billing-view .mock-row.total .v{
  font-family:Gabarito,sans-serif;
  font-size:16px;
  font-weight:800;
  color:#111E28
}

.billing-view .mock-chip{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:5px 11px;
  border-radius:99px;
  font-size:11px;
  font-weight:700
}

.billing-view .mock-method{
  border-radius:10px;
  padding:10px;
  text-align:center;
  font-size:13.5px;
  font-weight:600;
  position:relative
}

.billing-view .mock-method.on{
  box-shadow:0 6px 16px -6px rgba(28,110,140,.35)
}

.billing-view .mock-check{
  width:16px;
  height:16px;
  border-radius:99px;
  display:grid;
  place-items:center;
  flex:none
}

.billing-view .mock-field{
  border-radius:10px;
  border:1px solid #DCE7EC;
  background:#F7FAFB;
  padding:10px 12px
}

.billing-view .mock-field .fl{
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#8A9BA8;
  margin-bottom:5px;
  display:block
}

.billing-view .mock-field .fv{
  font-size:14.5px;
  font-weight:600;
  color:#111E28
}

/* ---------- expenses: numbered flow row ---------- */

.billing-view .flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 24px;
  margin-top:8px
}

.billing-view .flow-item{
  position:relative;
  padding-left:38px
}

.billing-view .flow-item::before{
  content:attr(data-n);
  position:absolute;
  left:0;
  top:1px;
  width:26px;
  height:26px;
  border-radius:99px;
  display:grid;
  place-items:center;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:11.5px;
  font-weight:700;
  background:var(--brand2-tint);
  color:var(--brand2)
}

.billing-view .flow-item h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 6px;
  color:var(--ink)
}

.billing-view .flow-item p{
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
  margin:0
}

@media(max-width:820px){
  .billing-view .flow{
    grid-template-columns:1fr 1fr
  }
}

@media(max-width:560px){
  .billing-view .flow{
    grid-template-columns:1fr
  }
}

/* ---------- patient credit: bento grid ---------- */

.billing-view .bento{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:minmax(108px,auto);
  gap:12px;
  margin-top:8px
}

.billing-view .bento-card{
  border-radius:14px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  position:relative;
  overflow:hidden
}

.billing-view .bento-card h4{
  font-size:17px;
  font-weight:700;
  margin:0;
  color:var(--ink)
}

.billing-view .bento-card p{
  font-size:14.5px;
  color:var(--muted);
  margin:6px 0 0;
  line-height:1.5
}

.billing-view .bento-ic{
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  flex:none;
  align-self:flex-start;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  background:rgba(255,255,255,.6)
}

.billing-view .bento-ic svg{
  width:15px;
  height:15px;
  flex:none
}

.billing-view .bento-1{
  grid-column:1 / 3;
  grid-row:1 / 3;
  background:var(--magenta-tint)
}

.billing-view .bento-2{
  grid-column:3 / 5;
  grid-row:1;
  background:var(--brand-tint)
}

.billing-view .bento-3{
  grid-column:3;
  grid-row:2;
  background:var(--violet-tint)
}

.billing-view .bento-4{
  grid-column:4;
  grid-row:2;
  background:var(--brand2-tint)
}

.billing-view .bento-5{
  grid-column:1 / 3;
  grid-row:3;
  background:var(--surface);
  border:1px solid var(--line)
}

.billing-view .bento-6{
  grid-column:3 / 5;
  grid-row:3;
  background:var(--magenta-tint)
}

@media(max-width:820px){
  .billing-view .bento{
    grid-template-columns:repeat(2,1fr)
  }

  .billing-view .bento-1,.billing-view .bento-2,.billing-view .bento-3,.billing-view .bento-4,.billing-view .bento-5,.billing-view .bento-6{
    grid-column:1 / 3;
    grid-row:auto
  }
}

/* ---------- products & stock: joined panel rows ---------- */

.billing-view .panel-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  margin-top:8px
}

.billing-view .panel-item{
  background:var(--surface);
  padding:20px 18px
}

.billing-view .panel-ic{
  width:32px;
  height:32px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px
}

.billing-view .panel-item h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 6px;
  color:var(--ink)
}

.billing-view .panel-item p{
  font-size:14.5px;
  color:var(--muted);
  line-height:1.6;
  margin:0
}

@media(max-width:760px){
  .billing-view .panel-grid{
    grid-template-columns:1fr
  }
}

/* ---------- inventory & catalogue: stacked rail ---------- */

.billing-view .ico{
  width:15px;
  height:15px;
  flex:none
}

.billing-view .icobox{
  width:34px;
  height:34px;
  border-radius:9px;
  display:grid;
  place-items:center;
  flex:none
}

.billing-view .rail{
  display:grid;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  margin-top:8px
}

.billing-view .rail-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding:15px 18px;
  background:var(--surface)
}

.billing-view .rail-t{
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:17px;
  color:var(--ink);
  display:block
}

.billing-view .rail-d{
  font-size:14.5px;
  color:var(--muted);
  margin-top:2px;
  display:block
}

/* ---------- closing: borderless link grid ---------- */

.billing-view .link-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px 28px
}

.billing-view .link-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 4px;
  text-decoration:none;
  color:inherit;
  border-bottom:1px solid var(--line);
  transition:background .15s ease
}

.billing-view .link-item:hover{
  background:var(--brand-tint)
}

.billing-view .link-ic{
  width:30px;
  height:30px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  margin-top:1px
}

.billing-view .link-item h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 4px;
  color:var(--ink);
  display:flex;
  align-items:center;
  gap:6px
}

.billing-view .link-item h4 svg{
  flex:none;
  color:var(--faint)
}

.billing-view .link-item p{
  font-size:14.5px;
  color:var(--muted);
  line-height:1.5;
  margin:0
}

@media(max-width:860px){
  .billing-view .link-grid{
    grid-template-columns:1fr 1fr
  }
}

@media(max-width:560px){
  .billing-view .link-grid{
    grid-template-columns:1fr
  }
}

/* ===== features/billing/invoices.html (.inv-ledger) ===== */

/* ---------- Invoices page: ledger layout (scoped) ---------- */

.inv-ledger{
  --ink:#111E28;
  --muted:#62788A;
  --faint:#8A9BA8;
  --line:#E4EBF0;
  --surface:#FFFFFF;
  --brand:#1C6E8C;
  --brand-tint:#F0F7FA;
  --magenta:#A8437F;
  --magenta-tint:#FBEAF4;
  --violet:#6C5CE0;
  --violet-tint:#EFECFD;
  --brand2:#0E9DB0;
  --brand2-tint:#E1F5F7;
}

.inv-ledger .panel{
  padding:clamp(48px,7vw,88px) 0;
  position:relative;
  isolation:isolate;
  overflow-x:clip;
}

.inv-ledger .panel > .shell{
  position:relative;
  z-index:3;
}

.inv-ledger .kicker{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:10.5px;
  color:var(--faint);
  margin-bottom:10px;
}

.inv-ledger .center{
  text-align:center;
  margin-left:auto;
  margin-right:auto
}

.hero-grid h1 em{
  color:var(--brand)
}

.inv-ledger .stat-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  margin-top:32px
}

.inv-ledger .stat{
  background:var(--surface);
  padding:16px;
  text-align:center
}

.inv-ledger .stat b{
  display:block;
  font-family:Gabarito,sans-serif;
  font-size:19px;
  color:var(--ink)
}

.inv-ledger .stat span{
  font-size:11.5px;
  color:var(--faint)
}

.inv-ledger .shot{
  position:relative;
  border-radius:14px;
  border:1px solid var(--line);
  background:var(--surface);
  overflow:hidden;
  box-shadow:0 20px 50px -20px rgba(17,30,40,.18), 0 4px 12px rgba(17,30,40,.06)
}

.inv-ledger .diagram-card{
  border-radius:14px;
  border:1px solid var(--line);
  background:var(--surface);
  padding:24px;
  box-shadow:0 20px 50px -20px rgba(17,30,40,.14), 0 4px 12px rgba(17,30,40,.05)
}

.inv-ledger .diagram-card, .inv-ledger .hero-shot{
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.inv-ledger .shot-tag{
  position:absolute;
  top:10px;
  right:10px;
  z-index:5;
  font-family:ui-monospace,monospace;
  font-size:9.5px;
  letter-spacing:.05em;
  text-transform:uppercase;
  padding:4px 8px;
  border-radius:99px;
  background:rgba(17,30,40,.72);
  color:#fff
}

.inv-ledger .shot-bar{
  display:flex;
  align-items:center;
  gap:6px;
  padding:9px 12px;
  border-bottom:1px solid var(--line);
  background:#F7FAFB
}

.inv-ledger .shot-bar i{
  width:7px;
  height:7px;
  border-radius:99px;
  background:var(--line);
  display:block
}

.inv-ledger .shot-bar span{
  margin-left:6px;
  font-size:11px;
  color:var(--faint)
}

.inv-ledger .shot-body{
  padding:16px
}

.inv-ledger .row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}

.inv-ledger .line-item{
  padding:9px 0;
  border-bottom:1px dashed var(--line);
  font-size:14.5px
}

.inv-ledger .line-item:last-child{
  border-bottom:none
}

.inv-ledger .line-name{
  color:var(--ink)
}

.inv-ledger .line-meta{
  color:var(--faint);
  font-size:11px;
  margin-top:2px
}

.inv-ledger .line-amt{
  font-weight:600;
  font-variant-numeric:tabular-nums;
  color:var(--ink)
}

.inv-ledger .total-row{
  padding-top:12px;
  margin-top:6px;
  border-top:1px solid var(--line);
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:15px;
  color:var(--ink)
}

.inv-ledger .lifecycle{
  display:flex;
  align-items:stretch;
  gap:0;
  margin-top:36px;
  position:relative
}

.inv-ledger .lc-step{
  flex:1;
  position:relative;
  padding:0 14px
}

.inv-ledger .lc-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:15px;
  right:-6px;
  width:12px;
  height:2px;
  background:var(--line)
}

.inv-ledger .lc-dot{
  width:30px;
  height:30px;
  border-radius:99px;
  display:grid;
  place-items:center;
  border:2px solid var(--brand);
  background:var(--surface);
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:12px;
  color:var(--brand)
}

.inv-ledger .lc-t{
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:17px;
  margin-top:12px;
  color:var(--ink)
}

.inv-ledger .lc-d{
  font-size:13.5px;
  color:var(--muted);
  margin-top:4px;
  line-height:1.5
}

@media(max-width:780px){
  .inv-ledger .lifecycle{
    flex-direction:column;
    gap:0;
    padding-left:6px
  }

  .inv-ledger .lc-step{
    padding:0 0 26px 34px
  }

  .inv-ledger .lc-step:last-child{
    padding-bottom:0
  }

  .inv-ledger .lc-dot{
    position:absolute;
    top:0;
    left:0
  }

  .inv-ledger .lc-step:not(:last-child)::after{
    display:block;
    top:30px;
    left:14px;
    right:auto;
    width:2px;
    height:calc(100% - 30px);
  }
}

.inv-ledger .story-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center
}

@media(max-width:860px){
  .inv-ledger .story-block{
    grid-template-columns:1fr
  }
}

.inv-ledger .story-block-rev > :first-child{
  order:2
}

.inv-ledger .story-block-rev > :last-child{
  order:1
}

@media(max-width:860px){
  .inv-ledger .story-block-rev > :first-child, .inv-ledger .story-block-rev > :last-child{
    order:initial
  }
}

.inv-ledger .story-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:ui-monospace,monospace;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--brand);
  margin-bottom:14px
}

.inv-ledger .story-eyebrow::before{
  content:"";
  width:16px;
  height:2px;
  background:var(--brand)
}

.inv-ledger .ico{
  width:15px;
  height:15px;
  flex:none
}

.inv-ledger .icobox{
  width:34px;
  height:34px;
  border-radius:9px;
  display:grid;
  place-items:center;
  flex:none
}

.inv-ledger .trio{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:32px
}

@media(max-width:860px){
  .inv-ledger .trio{
    grid-template-columns:1fr
  }
}

.inv-ledger .trio-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:14px;
  padding:20px
}

.inv-ledger .trio-card .icobox{
  background:var(--brand-tint);
  color:var(--brand);
  margin-bottom:14px
}

.inv-ledger .trio-card h4{
  font-size:17px;
  font-family:Gabarito,ui-sans-serif,system-ui,sans-serif;
  color:var(--ink);
  margin:0
}

.inv-ledger .trio-card p{
  font-size:14.5px;
  color:var(--muted);
  margin-top:8px;
  line-height:1.6
}

.inv-ledger .rail{
  display:grid;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  margin-top:24px
}

.inv-ledger .rail-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:var(--surface);
  text-decoration:none;
  color:inherit;
  transition:background .15s ease
}

.inv-ledger .rail-row:hover{
  background:var(--brand-tint)
}

.inv-ledger .rail-t{
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:17px;
  color:var(--ink);
  display:block
}

.inv-ledger .rail-d{
  font-size:14px;
  color:var(--muted);
  margin-top:2px;
  display:block
}

.inv-ledger .rail-go{
  margin-left:auto;
  color:var(--faint);
  flex:none
}

.inv-ledger .cta-band{
  border-radius:18px;
  padding:clamp(28px,5vw,44px);
  background:var(--ink);
  color:#F7FAFB;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap
}

.inv-ledger .cta-band h3{
  color:#F7FAFB;
  font-size:clamp(19px,2.4vw,24px);
  font-family:Gabarito,ui-sans-serif,system-ui,sans-serif;
  margin:0
}

.inv-ledger .cta-band p{
  color:var(--faint);
  font-size:14.5px;
  margin-top:8px;
  max-width:42ch
}

.inv-ledger .cta-band .btn-pri{
  background:var(--brand)
}

.inv-ledger .appt-frame{
  width:min(520px,100%);
  margin-left:auto;
  margin-right:0
}

.inv-ledger .hero-shot{
  width:100%
}

.inv-ledger .story-block-wide{
  grid-template-columns:.8fr 1.2fr
}

/* ---------- mobile: image sections ---------- */

@media(max-width:640px){
  .inv-ledger .story-block-wide{
    grid-template-columns:1fr
  }

  .inv-ledger .appt-frame{
    width:100%;
    margin-left:0
  }
}

/* ===== features/health-records/dicom-viewer.html (.dicom-view) ===== */

.dicom-view{
  --ink:#111E28;
  --muted:#62788A;
  --faint:#8A9BA8;
  --line:#E4EBF0;
  --surface:#FFFFFF;
  --brand:#1C6E8C;
  --brand-tint:#F0F7FA;
  --magenta:#A8437F;
  --magenta-tint:#FBEAF4;
  --violet:#6C5CE0;
  --violet-tint:#EFECFD;
  --brand2:#0E9DB0;
  --brand2-tint:#E1F5F7;
}

.dicom-view .hero-shot{
  width:100%;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.dicom-view .shot{
  position:relative;
  border-radius:14px;
  border:1px solid var(--line);
  background:var(--surface);
  overflow:hidden;
  box-shadow:0 20px 50px -20px rgba(17,30,40,.18), 0 4px 12px rgba(17,30,40,.06)
}

/* ---------- command bar (toolbar illustration) ---------- */

.dicom-view .cmdbar-stage{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:14px;
  padding:clamp(18px,3vw,28px);
  box-shadow:0 20px 50px -30px rgba(17,30,40,.18)
}

.dicom-view .cmdbar{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:20px
}

.dicom-view .cmdbar-chip{
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 13px;
  border-radius:9px;
  background:#F7FAFB;
  border:1px solid var(--line);
  font-size:13.5px;
  font-weight:600;
  color:var(--ink)
}

.dicom-view .cmdbar-chip svg{
  flex:none
}

.dicom-view .cmdbar-chip.on{
  background:var(--brand-tint);
  border-color:var(--brand);
  color:var(--brand)
}

.dicom-view .cmdbar-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px
}

.dicom-view .cmdbar-group h5{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--faint);
  margin:0 0 10px
}

.dicom-view .cmdbar-item{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13.5px;
  color:var(--muted);
  padding:5px 0
}

.dicom-view .cmdbar-item svg{
  flex:none;
  color:var(--faint)
}

@media(max-width:820px){
  .dicom-view .cmdbar-grid{
    grid-template-columns:repeat(2,1fr)
  }
}

/* ---------- "built in, not bolted on" ---------- */

.dicom-view .emb-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}

.dicom-view .emb-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:14px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:14px;
  text-decoration:none;
  color:inherit;
  transition:box-shadow .15s ease, transform .15s ease
}

.dicom-view a.emb-card:hover{
  box-shadow:0 20px 40px -26px rgba(17,30,40,.24);
  transform:translateY(-2px)
}

.dicom-view .emb-icobox{
  width:36px;
  height:36px;
  border-radius:10px;
  display:grid;
  place-items:center
}

.dicom-view .emb-card h3{
  font-size:17px;
  font-weight:700;
  margin:0;
  color:var(--ink)
}

.dicom-view .emb-card p{
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
  margin:0
}

.dicom-view .emb-mock{
  margin-top:auto;
  border-radius:9px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#F7FAFB;
  aspect-ratio:200/120;
  position:relative
}

.dicom-view .emb-mock svg{
  display:block;
  width:100%;
  height:100%
}

@media(max-width:820px){
  .dicom-view .emb-grid{
    grid-template-columns:1fr
  }
}

/* ===== features/health-records/patient-records.html (.patient-view) ===== */

.patient-view{
  --ink:#111E28;
  --muted:#62788A;
  --faint:#8A9BA8;
  --line:#E4EBF0;
  --surface:#FFFFFF;
  --brand:#1C6E8C;
  --brand-tint:#F0F7FA;
  --magenta:#A8437F;
  --magenta-tint:#FBEAF4;
  --violet:#6C5CE0;
  --violet-tint:#EFECFD;
  --brand2:#0E9DB0;
  --brand2-tint:#E1F5F7;
}

/* ---------- bento feature grid ---------- */

.patient-view .bento{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:110px;
  gap:12px
}

.patient-view .bento-card{
  border-radius:14px;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden
}

.patient-view .bento-card h3{
  font-size:17px;
  font-weight:700;
  margin:0;
  color:var(--ink);
  position:relative;
  z-index:1
}

.patient-view .bento-card p{
  font-size:14.5px;
  color:var(--muted);
  margin:6px 0 0;
  line-height:1.55;
  position:relative;
  z-index:1
}

.patient-view .bento-ic{
  width:32px;
  height:32px;
  min-width:32px;
  min-height:32px;
  flex:none;
  align-self:flex-start;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1;
  margin-bottom:14px;
  background:rgba(255,255,255,.6)
}

.patient-view .bento-5 .bento-ic{
  background:var(--brand-tint)
}

.patient-view .bento-ic svg{
  width:17px;
  height:17px;
  flex:none
}

/* ---------- stacked rail links ---------- */

.patient-view .ico{
  width:15px;
  height:15px;
  flex:none
}

.patient-view .icobox{
  width:34px;
  height:34px;
  border-radius:9px;
  display:grid;
  place-items:center;
  flex:none
}

.patient-view .rail{
  display:grid;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden
}

.patient-view .rail-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:var(--surface);
  text-decoration:none;
  color:inherit;
  transition:background .15s ease
}

.patient-view .rail-row:hover{
  background:var(--brand-tint)
}

.patient-view .rail-t{
  font-family:Gabarito,sans-serif;
  font-weight:700;
  font-size:17px;
  color:var(--ink);
  display:block
}

.patient-view .rail-d{
  font-size:14px;
  color:var(--muted);
  margin-top:2px;
  display:block
}

.patient-view .rail-go{
  margin-left:auto;
  color:var(--faint);
  flex:none
}

.patient-view .bento-1{
  grid-column:span 2;
  grid-row:span 2;
  background:var(--violet-tint)
}

.patient-view .bento-2{
  grid-column:span 2;
  background:var(--brand-tint)
}

.patient-view .bento-3{
  grid-column:span 1;
  background:var(--magenta-tint)
}

.patient-view .bento-4{
  grid-column:span 1;
  background:var(--brand2-tint)
}

.patient-view .bento-5{
  grid-column:span 2;
  grid-row:span 1;
  background:var(--surface);
  border:1px solid var(--line)
}

.patient-view .bento-6{
  grid-column:span 2;
  background:var(--violet-tint)
}

@media(max-width:820px){
  .patient-view .bento{
    grid-template-columns:repeat(2,1fr)
  }

  .patient-view .bento-1,.patient-view .bento-2,.patient-view .bento-5,.patient-view .bento-6{
    grid-column:span 2
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

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

.rounded {
  border-radius: 14px;
}

.border {
  border-width: 1px;
}

.outline {
  outline-style: solid;
}

.blur-lg {
  --tw-blur: blur(16px);
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ============================================================
   CLINYPAL — bright direction, built on #82D8DE
   Tailwind input for /temp only. Scoped by temp.tailwind.config.js
   so this never touches the real site's styles.css.
   ============================================================ */

:root {
  --brand-50: #F1F9F9;
  --brand-100: #DFF1F3;
  --brand-200: #BFE3E5;
  --brand-300: #93CDD2;
  --brand: #82D8DE;
  --brand-700: #1A656A;
  --brand-900: #124549;
  --brand-ink: #1A656A;
  --on-brand: #111E28;
  --sh-brand: 0 10px 26px -10px rgba(130,216,222,.45);
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("../fonts/inter-400.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("../fonts/inter-500.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("../fonts/inter-600.woff2") format("woff2");
}

@font-face {
  font-family: "Gabarito";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("../fonts/gabarito-500.woff2") format("woff2");
}

@font-face {
  font-family: "Gabarito";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("../fonts/gabarito-600.woff2") format("woff2");
}

@font-face {
  font-family: "Gabarito";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("../fonts/gabarito-700.woff2") format("woff2");
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }

  [data-rv] {
    opacity: 1 !important;
    transform: none !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* ===== solutions/index.html (hero specialty-cards SVG keyframes) ===== */

/* Scoped to this page's hero SVG via [aria-labelledby] instead of a bare .card
   selector — security.html has an unrelated .card div that a global .card rule
   would otherwise animate. */

@keyframes settle{
  0%,to{
    translate:0 0
  }

  50%{
    translate:0-4px
  }
}

svg[aria-labelledby="hero-title hero-desc"] .card{
  transform-origin:center;
  animation:settle 6s ease-in-out infinite
}

@media (prefers-reduced-motion:reduce){
  svg[aria-labelledby="hero-title hero-desc"] .card{
    animation:none
  }
}
