:root {
  --landing-bg: #01040a;
  --landing-bg-2: #03101a;
  --landing-panel: rgba(7, 19, 31, 0.78);
  --landing-panel-strong: rgba(8, 24, 38, 0.94);
  --landing-line: rgba(194, 244, 248, 0.18);
  --landing-line-strong: rgba(96, 255, 247, 0.46);
  --landing-text: #f6fbff;
  --landing-muted: #bed2dc;
  --landing-dim: #8fa8b7;
  --landing-accent: #29efe6;
  --landing-accent-strong: #a6fff9;
  --landing-button: #0c9aa1;
  --landing-button-2: #35ede3;
  --landing-warm: #ffd589;
  --landing-danger: #ff9f73;
  --landing-radius-lg: 26px;
  --landing-radius-md: 18px;
  --landing-radius-sm: 12px;
  --landing-shadow: 0 34px 110px rgba(0, 0, 0, 0.58);
  --landing-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --landing-serif: Georgia, "Times New Roman", serif;
  --landing-motion-quick: 180ms cubic-bezier(0.2, 0, 0, 1);
  --landing-motion-smooth: 260ms cubic-bezier(0.22, 1, 0.36, 1);
  --landing-motion-panel: 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--landing-bg);
}

body.landing-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  color: var(--landing-text);
  font-family: var(--landing-font);
  background:
    radial-gradient(ellipse at 76% 14%, rgba(36, 240, 229, 0.18), transparent 34%),
    radial-gradient(ellipse at 40% 46%, rgba(15, 117, 151, 0.16), transparent 46%),
    linear-gradient(180deg, #01040a 0%, #03101a 38%, #061421 62%, #01050a 100%);
  overflow-x: hidden;
}

body.landing-page::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 68%);
}

body.landing-page::after {
  display: none;
  position: fixed;
  inset: 286px -10% auto -10%;
  z-index: -4;
  height: 230px;
  content: "";
  background:
    linear-gradient(178deg, transparent 0 26%, rgba(97, 237, 229, 0.08) 27%, transparent 30%),
    repeating-linear-gradient(174deg, transparent 0 38px, rgba(116, 231, 226, 0.055) 40px, transparent 44px),
    radial-gradient(ellipse at 55% 12%, rgba(120, 255, 241, 0.12), transparent 44%);
  filter: blur(0.4px);
  transform: rotate(-1deg);
  opacity: 0.46;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.landing-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.landing-header,
.landing-mobile-menu,
main,
.landing-footer {
  position: relative;
  z-index: 1;
}

.landing-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.72;
}

.landing-glow-primary {
  right: 0;
  top: 68px;
  width: 760px;
  height: 560px;
  background: radial-gradient(ellipse, rgba(47, 210, 203, 0.18), transparent 66%);
  transform: translateX(18%);
}

.landing-glow-secondary {
  left: 0;
  bottom: 5%;
  width: 760px;
  height: 620px;
  background: radial-gradient(ellipse, rgba(19, 94, 125, 0.42), transparent 72%);
  transform: translateX(-28%);
}

.landing-wave {
  display: none;
  position: absolute;
  right: -6%;
  top: 236px;
  width: 118%;
  height: 285px;
  opacity: 0.44;
  background:
    radial-gradient(ellipse at 22% 58%, rgba(218, 248, 246, 0.28), transparent 25%),
    radial-gradient(ellipse at 42% 46%, rgba(142, 229, 225, 0.34), transparent 30%),
    radial-gradient(ellipse at 56% 60%, rgba(255, 247, 214, 0.22), transparent 22%),
    radial-gradient(ellipse at 72% 42%, rgba(62, 176, 189, 0.3), transparent 30%),
    linear-gradient(11deg, transparent 7%, rgba(105, 205, 214, 0.28) 35%, rgba(255, 255, 255, 0.08) 46%, transparent 67%);
  transform: rotate(-2deg);
  filter: blur(0.4px);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 72%, transparent 100%);
}

.landing-wave::before,
.landing-wave::after {
  position: absolute;
  content: "";
  inset: 18% 2% 10% 4%;
  background:
    repeating-linear-gradient(164deg, transparent 0 26px, rgba(237, 255, 252, 0.14) 28px, transparent 34px),
    radial-gradient(ellipse at 30% 74%, rgba(236, 255, 250, 0.28), transparent 28%),
    radial-gradient(ellipse at 62% 54%, rgba(100, 215, 217, 0.2), transparent 30%);
  transform: skewY(-5deg);
  opacity: 0.7;
}

.landing-wave::after {
  inset: 48% 0 2% 0;
  background:
    repeating-linear-gradient(176deg, transparent 0 42px, rgba(247, 229, 181, 0.16) 43px, transparent 48px),
    radial-gradient(ellipse at 55% 42%, rgba(128, 255, 241, 0.18), transparent 44%);
  opacity: 0.58;
}

.landing-header,
.landing-mobile-menu,
.landing-hero,
.landing-section,
.landing-footer {
  width: min(100% - 96px, 1418px);
  margin-inline: auto;
}

.landing-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 96px;
  padding: 20px 0 16px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
}

.landing-brand img {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.landing-brand span {
  display: grid;
  gap: 2px;
}

.landing-brand strong {
  font-family: var(--landing-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.landing-brand em {
  color: var(--landing-accent);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
  color: rgba(231, 242, 247, 0.76);
  font-size: 14px;
  font-weight: 650;
}

.landing-nav a,
.landing-login {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 180ms ease, opacity 180ms ease;
}

.landing-nav a:hover,
.landing-nav a[aria-current="page"],
.landing-login:hover {
  color: var(--landing-accent-strong);
}

.landing-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.landing-login {
  font-size: 15px;
  color: rgba(246, 251, 255, 0.88);
}

.landing-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
  border: 1px solid rgba(132, 255, 245, 0.38);
  border-radius: 16px;
  color: var(--landing-text);
  background: linear-gradient(180deg, rgba(50, 206, 197, 0.98), rgba(14, 123, 127, 0.98));
  box-shadow: 0 20px 52px rgba(20, 152, 154, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.landing-button:hover {
  transform: translateY(-1px);
  border-color: rgba(154, 255, 248, 0.64);
  background: linear-gradient(180deg, rgba(67, 229, 219, 0.98), rgba(19, 142, 145, 0.98));
}

.landing-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-button-small {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
}

.landing-button-ghost {
  color: rgba(238, 251, 255, 0.95);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  border-color: rgba(205, 238, 242, 0.28);
}

.landing-button-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}

.landing-button-text {
  min-height: 56px;
  padding-inline: 18px;
  border-color: transparent;
  color: rgba(236, 248, 252, 0.86);
  background: transparent;
  box-shadow: none;
}

.landing-button-text:hover {
  color: var(--landing-accent-strong);
  background: rgba(120, 255, 241, 0.06);
}

.landing-menu-button {
  display: none;
  width: 48px;
  min-width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  border: 0;
  color: var(--landing-text);
  background: transparent;
  cursor: pointer;
}

.landing-menu-button span {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.landing-mobile-menu {
  position: relative;
  z-index: 2;
  display: none;
}

.landing-hero {
  position: relative;
  min-height: 724px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(720px, 1.22fr);
  align-items: start;
  gap: 58px;
  padding: 58px 0 70px;
  isolation: isolate;
}

.landing-hero::before,
.landing-hero::after {
  position: absolute;
  left: calc((100vw - 100%) / -2);
  right: calc((100vw - 100%) / -2);
  content: "";
  pointer-events: none;
}

.landing-hero::before {
  top: -116px;
  bottom: 0;
  z-index: -2;
  background-image: url("/assets/landing-yacht-dusk-bg.png");
  background-attachment: fixed;
  background-position: 138% center;
  background-size: 132% auto;
  background-repeat: no-repeat;
  filter: blur(2.5px) saturate(0.98) contrast(1.06);
  opacity: 0.72;
  transform: scale(1.025);
  transform-origin: center right;
}

.landing-hero::after {
  top: -120px;
  bottom: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 80% 34%, rgba(41, 239, 230, 0.24), transparent 32%),
    radial-gradient(ellipse at 58% 20%, rgba(96, 220, 255, 0.08), transparent 24%),
    linear-gradient(90deg, rgba(1, 4, 10, 0.99) 0%, rgba(2, 9, 16, 0.92) 42%, rgba(3, 13, 22, 0.4) 74%, rgba(2, 8, 14, 0.62) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.82) 0%, rgba(2, 10, 18, 0.3) 48%, #03101a 96%);
}

.landing-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 660px;
  padding-top: 24px;
}

.landing-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  margin: 0 0 26px;
  padding: 0 17px;
  border: 1px solid rgba(142, 255, 249, 0.46);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: linear-gradient(180deg, rgba(24, 116, 132, 0.5), rgba(5, 24, 38, 0.48));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 48px rgba(41, 239, 230, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-pill span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 0 6px rgba(75, 213, 203, 0.12);
}

.landing-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: clamp(60px, 4.75vw, 84px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.landing-hero h1 span {
  color: var(--landing-accent);
  text-shadow: 0 0 38px rgba(66, 216, 208, 0.24);
}

.landing-lede {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(224, 239, 245, 0.9);
  font-size: 21px;
  line-height: 1.58;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.product-preview {
  position: relative;
  z-index: 1;
  display: block;
  align-self: start;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(214, 250, 253, 0.28);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(9, 36, 49, 0.92), rgba(4, 14, 23, 0.82) 48%, rgba(3, 12, 20, 0.94));
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(122, 255, 247, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.product-preview::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 22%, transparent 70%, rgba(120, 255, 241, 0.07)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 34%);
  opacity: 0.46;
  pointer-events: none;
}

.product-preview::after {
  position: absolute;
  inset: auto 34px -34px 34px;
  height: 94px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(66, 216, 208, 0.24), transparent);
  filter: blur(20px);
  pointer-events: none;
}

.showcase-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  height: 100%;
  min-height: inherit;
  padding: clamp(20px, 1.7vw, 30px);
}

.showcase-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.showcase-topbar span {
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: clamp(24px, 1.95vw, 30px);
  font-weight: 500;
  line-height: 1.05;
}

.showcase-topbar small {
  display: block;
  margin-top: 5px;
  color: rgba(211, 231, 239, 0.84);
  font-size: 13px;
  font-weight: 700;
}

.showcase-topbar strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(136, 255, 245, 0.22);
  border-radius: 999px;
  color: rgba(218, 250, 247, 0.9);
  background: rgba(53, 225, 215, 0.1);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.showcase-topbar strong span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--landing-accent-strong);
  box-shadow: 0 0 16px rgba(53, 225, 215, 0.52);
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(132px, 0.27fr) minmax(0, 1fr);
  gap: 16px;
  height: 100%;
  min-height: 0;
}

.showcase-tabs {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(206, 239, 242, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(1, 8, 15, 0.42), rgba(1, 8, 15, 0.18)),
    rgba(255, 255, 255, 0.035);
}

.showcase-tab {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  color: rgba(229, 244, 249, 0.72);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    color 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    transform 260ms ease;
}

.showcase-tab:hover,
.showcase-tab:focus-visible {
  color: #ffffff;
  border-color: rgba(136, 255, 245, 0.16);
  background: rgba(255, 255, 255, 0.045);
  outline: 0;
}

.showcase-tab.is-active {
  color: #ffffff;
  border-color: rgba(136, 255, 245, 0.23);
  background:
    linear-gradient(90deg, rgba(53, 225, 215, 0.2), rgba(53, 225, 215, 0.06)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.showcase-tab.is-active::after {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--landing-accent), rgba(53, 225, 215, 0.08));
  transform-origin: left center;
  animation: showcase-progress 5.2s linear both;
}

.product-showcase.is-paused .showcase-tab.is-active::after {
  animation-play-state: paused;
}

.showcase-tab > span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 11px;
  color: #d7fffb;
  background:
    linear-gradient(180deg, rgba(53, 225, 215, 0.2), rgba(53, 225, 215, 0.08)),
    rgba(255, 255, 255, 0.04);
  font-size: 10px;
  font-weight: 850;
}

.showcase-tab strong {
  display: grid;
  gap: 3px;
  min-width: 0;
  font-size: 12.5px;
  line-height: 1.12;
}

.showcase-tab small {
  min-width: 0;
  overflow: hidden;
  color: rgba(202, 224, 232, 0.72);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-stage {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 250, 253, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(2, 11, 18, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.2);
  contain: layout paint style;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 15px;
  min-width: 0;
  padding: clamp(16px, 1.25vw, 22px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(18px, 0, 0) scale(0.992);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 780ms step-end;
  visibility: hidden;
}

.showcase-slide:not(.is-loaded) {
  content-visibility: hidden;
}

.showcase-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 880ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 880ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0ms;
  visibility: visible;
}

.showcase-app-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(205, 234, 240, 0.1);
}

.showcase-app-header small,
.showcase-card-heading span,
.showcase-row small,
.showcase-work-row small,
.showcase-system-row small,
.showcase-inventory-item small,
.showcase-crew-row small {
  color: rgba(193, 216, 226, 0.78);
  font-size: 12px;
  font-weight: 750;
}

.showcase-app-header h2 {
  margin: 3px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: 0;
}

.showcase-app-header em,
.showcase-card-heading em,
.showcase-work-row > span,
.showcase-system-row em,
.showcase-inventory-item > span,
.showcase-crew-row em {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(136, 255, 245, 0.19);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: rgba(53, 225, 215, 0.1);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.showcase-slide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(260px, 0.86fr);
  gap: 14px;
  min-height: 0;
}

.showcase-overview-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.showcase-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 250, 252, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.085);
}

.showcase-card-featured {
  padding: clamp(16px, 1.2vw, 20px);
}

.showcase-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.showcase-card-heading strong {
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 0.94;
}

.showcase-card p {
  margin: 0;
  color: rgba(226, 242, 248, 0.9);
  font-size: 13px;
  line-height: 1.48;
}

.showcase-health-visual {
  position: relative;
  height: 128px;
  margin: 10px 0 14px;
  overflow: hidden;
  border: 1px solid rgba(136, 255, 245, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, transparent 54%, rgba(53, 225, 215, 0.12) 55%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 30px),
    rgba(3, 18, 27, 0.62);
}

.showcase-health-visual span,
.showcase-health-visual i,
.showcase-yacht-thumb span {
  position: absolute;
  content: "";
  border: 1px solid rgba(136, 255, 245, 0.48);
}

.showcase-health-visual span {
  left: 16%;
  right: 10%;
  bottom: 32%;
  height: 28%;
  border-radius: 5px 54px 24px 20px;
  transform: skewX(-15deg);
}

.showcase-health-visual i {
  left: 42%;
  bottom: 58%;
  width: 30%;
  height: 20%;
  border-radius: 8px 26px 6px 6px;
  transform: skewX(-15deg);
}

.showcase-kpi-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
}

.showcase-kpi-strip div {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.028);
}

.showcase-kpi-strip strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.showcase-kpi-strip em {
  margin-top: 5px;
  color: var(--landing-accent-strong);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.showcase-vessel-card {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
}

.showcase-yacht-thumb,
.showcase-photo-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(136, 255, 245, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(23, 96, 113, 0.62), rgba(3, 20, 30, 0.88)),
    repeating-linear-gradient(135deg, transparent 0 10px, rgba(255, 255, 255, 0.04) 11px 12px);
}

.showcase-yacht-thumb {
  height: 82px;
}

.showcase-yacht-thumb span {
  left: 14%;
  right: 10%;
  bottom: 30%;
  height: 28%;
  border-radius: 4px 44px 20px 14px;
  transform: skewX(-16deg);
}

.showcase-vessel-card span,
.showcase-vessel-card strong,
.showcase-vessel-card small {
  display: block;
  min-width: 0;
}

.showcase-vessel-card span {
  color: rgba(193, 216, 226, 0.78);
  font-size: 12px;
  font-weight: 750;
}

.showcase-vessel-card strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 17px;
}

.showcase-vessel-card small {
  margin-top: 5px;
  color: rgba(211, 231, 239, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.showcase-list-card,
.showcase-detail-card,
.showcase-system-card,
.showcase-stock-card,
.showcase-crew-card {
  padding: clamp(14px, 1vw, 18px);
}

.showcase-row,
.showcase-work-row,
.showcase-system-row,
.showcase-inventory-item,
.showcase-crew-row {
  display: grid;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 46px;
  padding: 9px 0;
  border-top: 1px solid rgba(205, 234, 240, 0.09);
}

.showcase-row {
  grid-template-columns: 9px minmax(0, 1fr) auto;
}

.showcase-row i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-accent-strong);
}

.showcase-row strong,
.showcase-work-row strong,
.showcase-system-row strong,
.showcase-inventory-item strong,
.showcase-crew-row strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-row small,
.showcase-work-row small,
.showcase-system-row small,
.showcase-inventory-item small,
.showcase-crew-row small {
  display: block;
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-work-row,
.showcase-inventory-item {
  grid-template-columns: 54px minmax(0, 1fr) auto;
}

.showcase-photo-thumb {
  width: 54px;
  height: 44px;
}

.showcase-photo-thumb img,
.showcase-photo-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06) brightness(0.78);
  transform: scale(1.01);
  transition: transform 240ms ease, filter 240ms ease;
}

.showcase-photo-thumb::after,
.showcase-photo-strip span::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(7, 21, 30, 0.02), rgba(7, 21, 30, 0.42)),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.16), transparent 30%);
  pointer-events: none;
}

.showcase-photo-thumb:hover img,
.showcase-photo-strip span:hover img {
  filter: saturate(0.88) contrast(1.08) brightness(0.86);
  transform: scale(1.045);
}

.thumb-engine { background: linear-gradient(145deg, #394451, #101923 58%, #4b7b83); }
.thumb-deck { background: linear-gradient(145deg, #7a928f, #102f38 62%, #d7f6f1); }
.thumb-interior { background: linear-gradient(145deg, #5f726d, #18212a 54%, #e8f8f3); }
.thumb-filter { background: linear-gradient(145deg, #50606b, #111a21 52%, #91e0d9); }
.thumb-zinc { background: linear-gradient(145deg, #4d5860, #0c151e 55%, #c9d7dc); }
.thumb-supply { background: linear-gradient(145deg, #566a6d, #11242b 58%, #fff8e8); }

.showcase-detail-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.08;
}

.showcase-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 6px;
}

.showcase-photo-strip span {
  height: 52px;
  border: 1px solid rgba(136, 255, 245, 0.13);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(26, 88, 104, 0.8), rgba(5, 24, 34, 0.95));
}

.showcase-system-row {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.showcase-system-row > span,
.showcase-crew-row > span,
.showcase-avatar-stack span {
  display: inline-grid;
  place-items: center;
  border-radius: 13px;
  color: #d7fffb;
  background:
    linear-gradient(180deg, rgba(53, 225, 215, 0.24), rgba(53, 225, 215, 0.1)),
    rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 850;
}

.showcase-system-row > span {
  width: 38px;
  height: 38px;
}

.showcase-maintenance-chart {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 166px;
  margin: 8px 0 14px;
  padding: 16px;
  border: 1px solid rgba(136, 255, 245, 0.12);
  border-radius: 16px;
  background: rgba(3, 18, 27, 0.48);
}

.showcase-maintenance-chart span {
  flex: 1;
  min-width: 0;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, var(--landing-accent-strong), rgba(53, 225, 215, 0.08));
}

.showcase-stock-card {
  display: grid;
  align-content: start;
}

.showcase-stock-ring {
  display: grid;
  width: 154px;
  height: 154px;
  place-items: center;
  margin: 8px auto 16px;
  border-radius: 50%;
  background:
    conic-gradient(var(--landing-accent-strong) 0 88%, rgba(255, 255, 255, 0.1) 88% 100%);
}

.showcase-stock-ring strong {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #06131d;
  font-size: 36px;
}

.showcase-crew-row {
  grid-template-columns: 40px minmax(0, 1fr) auto;
}

.showcase-crew-row > span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.showcase-avatar-stack {
  display: flex;
  margin: 20px 0 18px;
}

.showcase-avatar-stack span {
  width: 48px;
  height: 48px;
  margin-left: -10px;
  border: 2px solid rgba(5, 18, 27, 0.94);
  border-radius: 50%;
}

.showcase-avatar-stack span:first-child {
  margin-left: 0;
}

.showcase-report-card {
  display: grid;
  place-items: center;
  padding: 18px;
}

.showcase-report-page {
  width: min(100%, 320px);
  min-height: 360px;
  padding: 24px;
  border-radius: 18px;
  color: #102737;
  background: linear-gradient(180deg, #f8fbfc, #dfeef1);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.showcase-report-page span,
.showcase-report-page strong {
  display: block;
}

.showcase-report-page span {
  color: #406473;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.showcase-report-page strong {
  margin-top: 8px;
  color: #0d2a3b;
  font-size: 28px;
}

.showcase-report-page div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 24px 0;
}

.showcase-report-page i {
  height: 74px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(20, 95, 112, 0.75), rgba(8, 28, 42, 0.92));
}

.showcase-report-page p {
  color: #315363;
  font-size: 13px;
  font-weight: 700;
}

@keyframes showcase-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.product-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)),
    linear-gradient(135deg, rgba(9, 35, 48, 0.94), rgba(3, 14, 24, 0.9) 52%, rgba(3, 10, 18, 0.98));
}

.product-showcase::before {
  opacity: 0.3;
}

.showcase-shell {
  gap: 14px;
  padding: clamp(18px, 1.45vw, 24px);
}

.showcase-topbar span {
  font-size: clamp(23px, 1.65vw, 28px);
}

.showcase-layout {
  grid-template-columns: minmax(168px, 0.28fr) minmax(0, 1fr);
  gap: 14px;
}

.showcase-sidebar {
  align-content: stretch;
  grid-template-rows: auto repeat(5, auto) minmax(0, 1fr);
  gap: 7px;
  padding: 10px;
  border-color: rgba(213, 238, 244, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(2, 13, 22, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.showcase-sidebar-brand {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 4px 5px 10px;
  border-bottom: 1px solid rgba(219, 242, 248, 0.08);
}

.showcase-sidebar-brand img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 11px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.showcase-sidebar-brand strong,
.showcase-sidebar-brand small,
.showcase-sidebar-footer span,
.showcase-sidebar-footer small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-sidebar-brand strong {
  color: #f8fdff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1.08;
  white-space: normal;
}

.showcase-sidebar-brand small,
.showcase-sidebar-footer small {
  margin-top: 2px;
  color: rgba(184, 209, 218, 0.74);
  font-size: 10.5px;
  font-weight: 750;
}

.showcase-tab {
  grid-template-columns: 30px minmax(0, 1fr);
  min-height: 50px;
  padding: 0 10px;
  border-radius: 15px;
  color: rgba(230, 245, 250, 0.74);
}

.showcase-tab.is-active::after {
  bottom: 5px;
  animation-duration: 5s;
}

.showcase-tab > span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #d9fffb;
  background:
    linear-gradient(180deg, rgba(55, 222, 214, 0.24), rgba(55, 222, 214, 0.09)),
    rgba(255, 255, 255, 0.04);
  font-size: 10px;
}

.showcase-tab strong {
  gap: 3px;
  font-size: 12px;
}

.showcase-tab small {
  font-size: 10.5px;
}

.showcase-sidebar-footer {
  align-self: end;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid rgba(219, 242, 248, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.showcase-sidebar-footer span {
  color: #d9fffb;
  font-size: 11px;
  font-weight: 850;
}

.showcase-stage {
  border-color: rgba(218, 241, 246, 0.15);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(244, 249, 250, 0.09), rgba(244, 249, 250, 0.035)),
    rgba(4, 17, 27, 0.62);
}

.showcase-slide {
  gap: 14px;
  padding: clamp(15px, 1.08vw, 20px);
}

.showcase-app-header {
  align-items: center;
  padding-bottom: 12px;
}

.showcase-app-header small,
.showcase-panel-header span,
.showcase-table-head,
.showcase-record-row small,
.showcase-work-record small,
.showcase-service-row small,
.showcase-inventory-record small,
.showcase-report-row small,
.showcase-timeline-row small,
.showcase-detail-meta small {
  color: rgba(185, 207, 216, 0.82);
  font-size: 11px;
  font-weight: 800;
}

.showcase-app-header h2 {
  margin: 3px 0 0;
  color: #fbfeff;
  font-size: clamp(22px, 1.85vw, 30px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.showcase-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.showcase-user-chip,
.showcase-action-chip,
.showcase-status-pill,
.showcase-panel-header em {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid rgba(218, 241, 246, 0.13);
  border-radius: 999px;
  color: rgba(231, 244, 248, 0.86);
  background: rgba(255, 255, 255, 0.055);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.showcase-user-chip {
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-color: rgba(65, 220, 211, 0.3);
  color: #eafffd;
  background: linear-gradient(135deg, #107f95, #064864);
}

.showcase-action-chip,
.showcase-status-pill.is-good {
  border-color: rgba(65, 220, 211, 0.24);
  color: #bffbf4;
  background: rgba(45, 206, 196, 0.12);
}

.showcase-status-pill.is-critical {
  border-color: rgba(255, 139, 122, 0.28);
  color: #ffd5ca;
  background: rgba(255, 111, 85, 0.12);
}

.showcase-status-pill.is-due {
  border-color: rgba(245, 187, 91, 0.32);
  color: #ffe0a8;
  background: rgba(245, 174, 71, 0.13);
}

.showcase-status-pill.is-muted {
  color: rgba(220, 233, 238, 0.78);
}

.showcase-slide-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(250px, 0.88fr);
  gap: 12px;
  min-height: 0;
}

.showcase-overview-screen {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.showcase-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(219, 242, 248, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.022);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.showcase-panel-primary,
.showcase-kpi-panel,
.showcase-list-panel,
.showcase-detail-panel,
.showcase-system-health,
.showcase-reorder-panel,
.showcase-pdf-preview {
  padding: clamp(13px, 0.95vw, 17px);
}

.showcase-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.showcase-panel-header strong {
  display: block;
  margin-top: 3px;
  color: #fbfeff;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.08;
}

.showcase-vessel-photo {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  border: 1px solid rgba(218, 241, 246, 0.13);
  border-radius: 17px;
  background:
    linear-gradient(180deg, rgba(2, 13, 22, 0.06), rgba(2, 13, 22, 0.66)),
    url("/assets/landing-yacht-dusk-bg.png") center 62% / cover;
  box-shadow: inset 0 -40px 54px rgba(0, 0, 0, 0.3);
}

.showcase-vessel-photo span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  color: rgba(248, 253, 255, 0.92);
  font-size: 12px;
  font-weight: 850;
}

.showcase-readiness-list,
.showcase-health-bars {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.showcase-readiness-list div,
.showcase-health-bars div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 12px;
}

.showcase-readiness-list span,
.showcase-health-bars span,
.showcase-reorder-card span {
  color: rgba(216, 232, 238, 0.8);
  font-size: 11px;
  font-weight: 800;
}

.showcase-readiness-list strong,
.showcase-health-bars strong {
  color: #ffffff;
  font-size: 11px;
}

.showcase-health-bars strong {
  color: rgba(248, 253, 255, 0.94);
  font-weight: 850;
}

.showcase-readiness-list i,
.showcase-health-bars i {
  grid-column: 1 / -1;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.showcase-readiness-list i::before,
.showcase-health-bars i::before {
  display: block;
  width: var(--bar);
  height: 100%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, #2eddd3, rgba(126, 240, 227, 0.72));
}

.showcase-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.showcase-kpi-grid div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(219, 242, 248, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.showcase-kpi-grid small,
.showcase-kpi-grid span {
  display: block;
  color: rgba(188, 210, 218, 0.82);
  font-size: 10.5px;
  font-weight: 800;
}

.showcase-kpi-grid strong {
  display: block;
  margin: 7px 0 3px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.showcase-record-row,
.showcase-work-record,
.showcase-service-row,
.showcase-inventory-record,
.showcase-report-row,
.showcase-timeline-row {
  display: grid;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 48px;
  padding: 9px 0;
  border-top: 1px solid rgba(219, 242, 248, 0.09);
}

.showcase-record-row {
  grid-template-columns: 9px minmax(0, 1fr) auto;
}

.showcase-work-record {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.showcase-service-row {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.showcase-inventory-record {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.showcase-report-row {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.showcase-report-row-media {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.showcase-timeline-row {
  grid-template-columns: 34px minmax(0, 1fr);
}

.showcase-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2eddd3;
}

.showcase-dot.is-alert {
  background: #ff806b;
}

.showcase-dot.is-warning {
  background: #f3b758;
}

.showcase-record-row strong,
.showcase-work-record strong,
.showcase-service-row strong,
.showcase-inventory-record strong,
.showcase-report-row strong,
.showcase-timeline-row strong,
.showcase-detail-meta strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.16;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-record-row small,
.showcase-work-record small,
.showcase-service-row small,
.showcase-inventory-record small,
.showcase-report-row small,
.showcase-timeline-row small {
  display: block;
  min-width: 0;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-record-meta,
.showcase-table-head span {
  min-width: 0;
  overflow: hidden;
  color: rgba(213, 229, 235, 0.74);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-table-head {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(72px, 0.44fr) minmax(62px, 0.36fr) auto;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(219, 242, 248, 0.09);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.showcase-work-record .showcase-record-meta {
  display: none;
}

.showcase-service-row .showcase-record-meta,
.showcase-inventory-record .showcase-record-meta {
  display: none;
}

.showcase-service-row strong,
.showcase-inventory-record strong,
.showcase-report-row strong {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.showcase-photo-thumb,
.showcase-photo-strip span {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(219, 242, 248, 0.12);
  border-radius: 13px;
  background:
    radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.32), transparent 18%),
    linear-gradient(145deg, #596a70, #172532 56%, #6ed7ce);
  box-shadow: inset 0 -16px 26px rgba(0, 0, 0, 0.22);
}

.showcase-photo-thumb {
  width: 48px;
  height: 42px;
}

.showcase-photo-thumb img,
.showcase-photo-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06) brightness(0.78);
  transform: scale(1.01);
  transition: transform 240ms ease, filter 240ms ease;
}

.showcase-photo-thumb::after,
.showcase-photo-strip span::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(7, 21, 30, 0.02), rgba(7, 21, 30, 0.42)),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.16), transparent 30%);
  pointer-events: none;
}

.showcase-photo-thumb:hover img,
.showcase-photo-strip span:hover img {
  filter: saturate(0.88) contrast(1.08) brightness(0.86);
  transform: scale(1.045);
}

.thumb-fridge { background: radial-gradient(circle at 70% 22%, rgba(230, 255, 251, 0.38), transparent 18%), linear-gradient(145deg, #72838b, #20313c 52%, #b8e7e1); }
.thumb-strainer { background: radial-gradient(circle at 28% 28%, rgba(220, 186, 124, 0.4), transparent 20%), linear-gradient(145deg, #5a463b, #17242d 56%, #97c8cb); }
.thumb-curtain { background: linear-gradient(90deg, rgba(236, 240, 232, 0.58) 0 22%, rgba(52, 72, 82, 0.82) 22% 27%, transparent 27%), linear-gradient(145deg, #a6aaa0, #24333b 60%, #e6ddd0); }
.thumb-racor { background: radial-gradient(circle at 58% 38%, rgba(246, 238, 214, 0.48), transparent 23%), linear-gradient(145deg, #43505b, #101820 52%, #d4e8e6); }
.thumb-impeller { background: radial-gradient(circle at 45% 45%, rgba(19, 31, 39, 0.18), transparent 26%), linear-gradient(145deg, #858d90, #25313a 54%, #d6f1ed); }
.thumb-supplies { background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 18%, transparent 18%), linear-gradient(145deg, #7d918b, #183039 58%, #efe9d8); }
.thumb-maint-generator { background: linear-gradient(145deg, #4b565e, #111a22 54%, #d8f0ed); }
.thumb-maint-ac { background: linear-gradient(145deg, #64737a, #18262f 58%, #dceeed); }
.thumb-maint-strainer { background: linear-gradient(145deg, #5b4734, #17242b 56%, #78c6c6); }
.thumb-maint-fire { background: linear-gradient(145deg, #5e6870, #1b242a 56%, #f5d8c7); }
.thumb-spare-pump { background: linear-gradient(145deg, #304d5d, #101a22 58%, #65c5ce); }
.thumb-report-cover { background: linear-gradient(145deg, #1c4254, #0a1721 58%, #d8f2f0); }
.thumb-report-service { background: linear-gradient(145deg, #293d48, #111a22 58%, #7ab5bd); }
.thumb-report-photos { background: linear-gradient(145deg, #51483d, #141f27 56%, #dce9e6); }

.showcase-service-row > span:not(.showcase-record-meta),
.showcase-report-row > span,
.showcase-timeline-row > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: #d9fffb;
  background: rgba(45, 206, 196, 0.12);
  font-size: 10.5px;
  font-weight: 900;
}

.showcase-system-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.showcase-system-metrics span {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(219, 242, 248, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.showcase-system-metrics strong,
.showcase-system-metrics small {
  display: block;
}

.showcase-system-metrics strong {
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
}

.showcase-system-metrics small {
  margin-top: 5px;
  color: rgba(188, 210, 218, 0.82);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.25;
}

.showcase-detail-panel h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.08;
}

.showcase-detail-panel p,
.showcase-report-page p,
.showcase-reorder-card small {
  margin: 0;
  color: rgba(220, 235, 241, 0.86);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.showcase-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.showcase-photo-strip span {
  min-height: 60px;
}

.showcase-detail-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.showcase-detail-meta div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(219, 242, 248, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.showcase-queue-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 12px;
  border-top: 1px solid rgba(219, 242, 248, 0.09);
}

.showcase-queue-footer span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(219, 242, 248, 0.1);
  border-radius: 999px;
  color: rgba(218, 235, 241, 0.8);
  background: rgba(255, 255, 255, 0.035);
  font-size: 10.5px;
  font-weight: 850;
}

.showcase-detail-activity {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 9px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(219, 242, 248, 0.09);
}

.showcase-detail-activity > span {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #2eddd3;
}

.showcase-detail-activity strong,
.showcase-detail-activity small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-detail-activity strong {
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 850;
}

.showcase-detail-activity small {
  margin-top: 3px;
  color: rgba(185, 207, 216, 0.82);
  font-size: 11px;
  font-weight: 800;
}

.showcase-health-bars {
  margin-top: 4px;
}

.showcase-reorder-card {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(65, 220, 211, 0.18);
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(45, 206, 196, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.03);
}

.showcase-reorder-card strong {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.showcase-reorder-list {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.showcase-reorder-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(219, 242, 248, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.showcase-reorder-list img {
  width: 42px;
  height: 34px;
  border: 1px solid rgba(219, 242, 248, 0.12);
  border-radius: 10px;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.06) brightness(0.78);
}

.showcase-reorder-list strong,
.showcase-reorder-list small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-reorder-list strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
}

.showcase-reorder-list small {
  margin-top: 3px;
  color: rgba(185, 207, 216, 0.82);
  font-size: 10.5px;
  font-weight: 800;
}

.showcase-pdf-preview {
  position: relative;
  display: grid;
  place-items: center;
  overflow: visible;
}

.showcase-report-page {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  min-height: 346px;
  padding: 14px;
  border-radius: 18px;
  color: #102737;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(224, 239, 243, 0.96));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
}

.showcase-report-stack,
.showcase-report-stack::before {
  position: absolute;
  inset: 38px 24px 26px;
  border-radius: 18px;
  content: "";
  background: rgba(236, 246, 248, 0.72);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg) translateY(8px);
}

.showcase-report-stack::before {
  inset: 8px 8px -8px;
  background: rgba(208, 228, 233, 0.7);
  transform: rotate(5deg);
}

.showcase-report-cover {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  border-radius: 14px;
  color: #ffffff;
  background: #0b2030;
}

.showcase-report-cover img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04) brightness(0.74);
}

.showcase-report-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(6, 19, 29, 0.08), rgba(6, 19, 29, 0.72));
}

.showcase-report-cover span,
.showcase-report-cover strong {
  position: absolute;
  z-index: 1;
  left: 12px;
  right: 12px;
  display: block;
}

.showcase-report-cover span {
  bottom: 42px;
  color: rgba(233, 250, 252, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-report-cover strong {
  bottom: 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.05;
}

.showcase-report-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 12px 0;
}

.showcase-report-metrics span {
  display: block;
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid rgba(13, 75, 92, 0.12);
  border-radius: 11px;
  background: rgba(10, 54, 70, 0.055);
}

.showcase-report-metrics strong,
.showcase-report-metrics small {
  display: block;
}

.showcase-report-metrics strong {
  color: #0d2a3b;
  font-size: 16px;
  line-height: 1;
}

.showcase-report-metrics small {
  margin-top: 4px;
  color: #547181;
  font-size: 8.8px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.showcase-report-section-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.showcase-report-section-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 7px;
  border-top: 1px solid rgba(28, 88, 105, 0.12);
}

.showcase-report-section-list span,
.showcase-report-section-list strong {
  min-width: 0;
  overflow: hidden;
  color: #315363;
  font-size: 10.5px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-report-section-list strong {
  color: #0d2a3b;
  font-size: 10px;
}

.showcase-report-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.showcase-report-photo-strip img {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(13, 75, 92, 0.12);
  border-radius: 10px;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.04) brightness(0.82);
}

.landing-section {
  padding: 40px 0;
}

.page-hero-section {
  max-width: 980px;
  padding-top: 76px;
  padding-bottom: 58px;
}

.page-hero-section h1 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

.page-hero-section p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(219, 234, 241, 0.86);
  font-size: 20px;
  line-height: 1.62;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.section-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--landing-accent-strong);
  font-size: 14px;
  font-weight: 800;
}

.section-link:hover {
  text-decoration: underline;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(260px, 348px) minmax(0, 1fr);
  column-gap: 54px;
  row-gap: 8px;
  align-items: start;
  padding-top: 22px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(194, 229, 232, 0.1);
  background: linear-gradient(180deg, rgba(6, 14, 21, 0.18), transparent);
}

.section-kicker {
  margin-bottom: 16px;
  color: var(--landing-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-intro h2,
.landing-proof h2,
.landing-cta-row h2,
.final-cta-section h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.feature-section .section-intro {
  max-width: 360px;
}

.section-intro p,
.landing-proof p,
.landing-cta-row p,
.final-cta-section p {
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 14px;
  margin-top: 0;
}

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

.feature-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  row-gap: 6px;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid rgba(194, 229, 232, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.024)),
    radial-gradient(ellipse at 0% 0%, rgba(66, 216, 208, 0.1), transparent 58%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.feature-icon {
  display: inline-flex;
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #d8fffb;
  background: linear-gradient(180deg, rgba(75, 213, 203, 0.3), rgba(75, 213, 203, 0.12));
  font-size: 13px;
  font-weight: 800;
}

.feature-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.feature-grid p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.45;
}

.landing-proof,
.landing-cta-row,
.trust-section {
  border: 1px solid rgba(194, 229, 232, 0.12);
  border-radius: var(--landing-radius-lg);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

.landing-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) 1fr;
  gap: 40px;
  padding: 34px;
}

.landing-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 30px 34px;
  margin-top: 24px;
}

.trust-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-top: 24px;
  margin-bottom: 52px;
  color: var(--landing-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.section-intro-wide {
  max-width: 760px;
}

.process-section,
.audience-section,
.module-section,
.pricing-section,
.faq-section,
.contact-section,
.legal-section,
.resource-section,
.about-section {
  border-top: 1px solid rgba(194, 229, 232, 0.1);
}

.process-grid,
.audience-grid,
.module-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

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

.process-grid article,
.audience-grid article,
.module-grid article,
.pricing-card,
.faq-list details {
  border: 1px solid rgba(194, 229, 232, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
    radial-gradient(ellipse at 14% 0%, rgba(66, 216, 208, 0.11), transparent 56%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.process-grid article {
  min-height: 220px;
  padding: 26px;
}

.process-grid span,
.module-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--landing-accent-strong);
  background: rgba(75, 213, 203, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-grid h3,
.audience-grid h3,
.module-grid h3 {
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.process-grid p,
.audience-grid p,
.module-grid p,
.faq-list p {
  margin: 12px 0 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.6;
}

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

.audience-grid article {
  min-height: 168px;
  padding: 24px;
}

.audience-grid h3 {
  margin-top: 0;
}

.module-section {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

.module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

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

.module-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  row-gap: 6px;
  min-height: 112px;
  padding: 18px;
}

.module-grid span {
  grid-row: 1 / span 2;
  align-self: center;
}

.module-grid h3 {
  margin-top: 0;
  font-size: 16px;
}

.module-grid p {
  margin-top: 0;
  font-size: 14px;
}

.module-section-home {
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  padding-top: 62px;
  padding-bottom: 62px;
}

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

.module-grid-home article {
  min-height: 176px;
  padding: 26px;
  border-color: rgba(214, 250, 253, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.026)),
    radial-gradient(ellipse at 16% 0%, rgba(41, 239, 230, 0.16), transparent 56%);
}

.feature-six-section {
  display: block;
}

.feature-six-section .section-intro-wide {
  max-width: 880px;
}

.feature-six-section .module-grid-home {
  margin-top: 32px;
}

.feature-six-section .module-grid article {
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
}

.feature-six-section .module-grid span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #dffdfa;
  background:
    linear-gradient(180deg, rgba(41, 239, 230, 0.32), rgba(41, 239, 230, 0.11)),
    rgba(255, 255, 255, 0.03);
}

.feature-six-section .module-grid h3 {
  font-size: 18px;
}

.feature-six-section .module-grid p {
  font-size: 15px;
}

.landing-proof .process-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.landing-proof .process-grid article {
  min-height: auto;
  padding: 22px;
}

.process-section .landing-cta-row {
  border-color: rgba(120, 255, 241, 0.18);
  background:
    radial-gradient(ellipse at 82% 12%, rgba(53, 225, 215, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02));
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.resource-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(194, 229, 232, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
    radial-gradient(ellipse at 14% 0%, rgba(66, 216, 208, 0.11), transparent 56%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.resource-grid span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(120, 255, 241, 0.22);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: rgba(75, 213, 203, 0.11);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-grid h2 {
  margin: 24px 0 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
}

.resource-grid p {
  margin: 14px 0 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.6;
}

.about-value-grid {
  margin-top: 30px;
}

.pricing-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  isolation: isolate;
}

.pricing-grid::before {
  position: absolute;
  inset: -28px -34px -30px;
  z-index: -1;
  border-radius: 32px;
  content: "";
  background:
    radial-gradient(ellipse at 50% 0%, rgba(75, 213, 203, 0.08), transparent 48%),
    linear-gradient(180deg, rgba(2, 8, 13, 0.82), rgba(3, 11, 17, 0.9) 52%, rgba(2, 7, 11, 0.84));
  box-shadow: inset 0 1px 0 rgba(194, 229, 232, 0.045);
  pointer-events: none;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 26px;
  border-color: rgba(194, 229, 232, 0.18);
  background:
    radial-gradient(ellipse at 50% -12%, rgba(75, 213, 203, 0.105), transparent 48%),
    linear-gradient(180deg, rgba(8, 20, 29, 0.94), rgba(3, 10, 16, 0.91));
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018);
  backdrop-filter: blur(18px) saturate(118%);
}

.pricing-card-featured {
  border-color: rgba(120, 255, 241, 0.48);
  background:
    radial-gradient(ellipse at 50% -10%, rgba(75, 213, 203, 0.17), transparent 52%),
    linear-gradient(180deg, rgba(9, 26, 35, 0.96), rgba(4, 13, 18, 0.92));
  box-shadow:
    0 25px 66px rgba(0, 0, 0, 0.36),
    0 12px 36px rgba(13, 116, 116, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.085),
    inset 0 0 0 1px rgba(120, 255, 241, 0.06);
}

.pricing-card-topline {
  display: flex;
  min-height: 34px;
  align-items: center;
}

.pricing-card-topline span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(120, 255, 241, 0.22);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: rgba(75, 213, 203, 0.11);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 24px 0 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0 0;
}

.pricing-price strong {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
}

.pricing-price span {
  color: var(--landing-muted);
  font-size: 15px;
  font-weight: 700;
}

.pricing-card ul {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 12px;
  margin: 28px 0 28px;
  padding: 0;
  color: rgba(232, 244, 248, 0.9);
  font-size: 15px;
  line-height: 1.45;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 26px;
}

.pricing-card li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, var(--landing-accent-strong) 0 28%, transparent 31%),
    rgba(75, 213, 203, 0.14);
}

.pricing-card .landing-button {
  width: 100%;
  margin-top: auto;
}

.pricing-card .landing-button-ghost {
  border-color: rgba(194, 229, 232, 0.28);
  color: rgba(246, 251, 255, 0.94);
  background: rgba(5, 17, 24, 0.74);
}

.pricing-card .landing-button-ghost:hover {
  border-color: rgba(120, 255, 241, 0.42);
  background: rgba(75, 213, 203, 0.09);
}

.pricing-card-featured .landing-button {
  border-color: rgba(120, 255, 241, 0.48);
  background: linear-gradient(180deg, rgba(51, 167, 163, 0.98), rgba(16, 96, 100, 0.98));
  box-shadow: 0 16px 38px rgba(13, 116, 116, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.pricing-card-featured .landing-button:hover {
  background: linear-gradient(180deg, rgba(64, 190, 183, 0.98), rgba(18, 112, 114, 0.98));
  box-shadow: 0 18px 42px rgba(13, 116, 116, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.pricing-note {
  margin: 18px 0 0;
  color: rgba(202, 223, 230, 0.76);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.pricing-grid-preview {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  max-width: 980px;
}

.pricing-grid-preview::before {
  inset: -22px -24px -26px;
}

.pricing-grid-preview .pricing-card {
  min-height: 420px;
}

.final-cta-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 48px;
  border: 1px solid rgba(142, 255, 249, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(41, 239, 230, 0.22), transparent 38%),
    radial-gradient(ellipse at 18% 100%, rgba(26, 124, 168, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(10, 34, 50, 0.96), rgba(2, 9, 16, 0.92));
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018);
  overflow: hidden;
  isolation: isolate;
}

.final-cta-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, transparent 48%, rgba(75, 213, 203, 0.055));
  opacity: 0.72;
  pointer-events: none;
}

.final-cta-section > div:first-child {
  max-width: 760px;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.faq-section {
  padding-bottom: 34px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin-top: 28px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: rgba(75, 213, 203, 0.12);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 760px;
  margin: -4px 22px 22px;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding-block: 46px;
}

.contact-section > div:first-child {
  max-width: 780px;
}

.contact-section h2,
.legal-section h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.contact-section h2 {
  font-size: 34px;
}

.contact-section p {
  max-width: 710px;
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.6;
}

.contact-email,
.legal-grid a {
  color: var(--landing-accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.contact-email:hover,
.legal-grid a:hover {
  text-decoration: underline;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.legal-grid article {
  padding: 26px;
  border: 1px solid rgba(194, 229, 232, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 14% 0%, rgba(66, 216, 208, 0.095), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  scroll-margin-top: 110px;
}

.legal-section h3 {
  font-size: 28px;
}

.legal-grid p {
  margin: 16px 0 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.65;
}

.legal-updated {
  color: rgba(202, 223, 230, 0.68);
  font-size: 13px;
}

.landing-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
  gap: 56px;
  margin-top: 46px;
  padding: 42px 0 44px;
  border-top: 1px solid rgba(194, 229, 232, 0.12);
}

.footer-brand-panel {
  max-width: 430px;
}

.footer-brand-panel p {
  max-width: 360px;
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.6;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 28px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-links h2 {
  margin: 0 0 4px;
  color: var(--landing-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a,
.footer-bottom a {
  color: rgba(229, 242, 246, 0.74);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--landing-accent-strong);
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(194, 229, 232, 0.08);
  color: rgba(202, 223, 230, 0.58);
  font-size: 13px;
}

@media (max-width: 1440px) {
  .landing-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(590px, 1.12fr);
    gap: 54px;
  }

  .landing-hero h1 {
    font-size: clamp(56px, 4.6vw, 68px);
  }

  .landing-lede {
    font-size: 19px;
  }

  .product-preview {
    height: auto;
    min-height: 620px;
  }

  .showcase-shell {
    padding: 22px;
  }

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

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

@media (max-width: 1120px) {
  .landing-glow {
    width: min(620px, 100vw);
  }

  .landing-glow-primary,
  .landing-glow-secondary {
    transform: none;
  }

  .landing-header,
  .landing-mobile-menu,
  .landing-hero,
  .landing-section,
  .landing-footer {
    width: min(100% - 40px, 960px);
  }

  .landing-header {
    gap: 18px;
    min-height: 86px;
    padding: 16px 0 12px;
  }

  .landing-nav {
    display: none;
  }

  .landing-actions {
    gap: 12px;
  }

  .landing-login {
    display: none;
  }

  .landing-button-small {
    min-height: 48px;
    padding: 0 22px;
  }

  .landing-menu-button {
    display: inline-flex;
  }

  .landing-mobile-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(194, 229, 232, 0.14);
    border-radius: 20px;
    background: rgba(4, 13, 20, 0.86);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
  }

  .landing-mobile-menu[hidden] {
    display: none;
  }

  .landing-mobile-menu a {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding: 0 14px;
    border-radius: 12px;
    color: rgba(246, 251, 255, 0.88);
    background: rgba(255, 255, 255, 0.04);
  }

  .landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .landing-hero::before {
    top: -96px;
    bottom: 0;
    background-position: center right 28%;
    background-size: cover;
    opacity: 0.36;
    filter: blur(4px) saturate(0.86);
  }

  .landing-hero::after {
    top: -100px;
    bottom: 0;
    background:
      radial-gradient(ellipse at 74% 32%, rgba(75, 213, 203, 0.13), transparent 34%),
      linear-gradient(90deg, rgba(2, 5, 9, 0.92), rgba(2, 8, 13, 0.82) 58%, rgba(2, 8, 13, 0.76)),
      linear-gradient(180deg, rgba(1, 5, 9, 0.82) 0%, rgba(2, 8, 13, 0.58) 52%, #041019 96%);
  }

  .landing-hero-copy {
    max-width: 860px;
  }

  .product-preview {
    height: auto;
    min-height: auto;
  }

  .showcase-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .showcase-tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .showcase-sidebar {
    align-content: start;
    grid-template-rows: none;
  }

  .showcase-sidebar-brand,
  .showcase-sidebar-footer {
    display: none;
  }

  .showcase-tabs::-webkit-scrollbar {
    display: none;
  }

  .showcase-tab {
    min-height: 50px;
  }

  .feature-section,
  .landing-proof,
  .module-section {
    grid-template-columns: 1fr;
  }

  .feature-section .section-kicker,
  .feature-section .section-intro,
  .feature-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .module-grid,
  .resource-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-grid {
    margin-top: 24px;
  }

  .final-cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand-panel {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .landing-header,
  .landing-mobile-menu,
  .landing-hero,
  .landing-section,
  .landing-footer {
    width: auto;
    max-width: none;
    margin-inline: 20px;
  }

  .landing-header {
    min-height: 78px;
    padding: 14px 0;
  }

  .landing-brand {
    gap: 10px;
  }

  .landing-brand img {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .landing-brand strong {
    font-size: 18px;
  }

  .landing-brand em {
    font-size: 10px;
  }

  .landing-login,
  .landing-actions .landing-button-small {
    display: none;
  }

  .landing-hero {
    gap: 34px;
    padding-top: 28px;
    padding-bottom: 58px;
  }

  .landing-hero::before {
    top: -84px;
    bottom: 0;
    background-position: center;
    opacity: 0.28;
    filter: blur(5px) saturate(0.82);
    transform: scale(1.05);
  }

  .landing-hero::after {
    top: -88px;
    bottom: 0;
    background:
      radial-gradient(ellipse at 58% 22%, rgba(75, 213, 203, 0.11), transparent 34%),
      linear-gradient(90deg, rgba(2, 5, 9, 0.92), rgba(2, 8, 13, 0.86)),
      linear-gradient(180deg, rgba(1, 5, 9, 0.88), rgba(2, 8, 13, 0.72) 54%, #041019 96%);
  }

  .landing-pill {
    min-height: 34px;
    margin-bottom: 20px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .landing-hero h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 1.06;
    overflow-wrap: break-word;
  }

  .page-hero-section {
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .page-hero-section h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .page-hero-section p {
    font-size: 17px;
  }

  .page-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-lede {
    margin-top: 22px;
    font-size: 17px;
  }

  .landing-hero-actions,
  .landing-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-button {
    width: 100%;
  }

  .product-preview {
    border-radius: 20px;
  }

  .showcase-topbar {
    display: none;
  }

  .showcase-shell {
    gap: 10px;
    grid-template-rows: minmax(0, 1fr);
    padding: 12px;
  }

  .showcase-tabs {
    gap: 6px;
    padding: 5px;
  }

  .showcase-tab {
    grid-template-columns: 24px minmax(0, 1fr);
    min-width: 112px;
    min-height: 42px;
    gap: 8px;
    padding-inline: 8px;
    border-radius: 13px;
  }

  .showcase-tab > span {
    width: 24px;
    height: 24px;
    border-radius: 9px;
    font-size: 9px;
  }

  .showcase-tab strong {
    font-size: 11px;
  }

  .showcase-tab small {
    display: none;
  }

  .showcase-stage {
    border-radius: 16px;
  }

  .showcase-slide {
    gap: 10px;
    padding: 11px;
  }

  .showcase-app-header {
    align-items: center;
    padding-bottom: 8px;
  }

  .showcase-app-header small,
  .showcase-card-heading span,
  .showcase-row small,
  .showcase-work-row small,
  .showcase-system-row small,
  .showcase-inventory-item small,
  .showcase-crew-row small {
    font-size: 10.5px;
  }

  .showcase-app-header h2 {
    font-size: 19px;
  }

  .showcase-app-header em,
  .showcase-card-heading em,
  .showcase-work-row > span,
  .showcase-system-row em,
  .showcase-inventory-item > span,
  .showcase-crew-row em {
    min-height: 22px;
    padding-inline: 7px;
    font-size: 9.5px;
  }

  .showcase-slide-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .showcase-slide-grid > .showcase-card:not(.showcase-card-featured) {
    display: none;
  }

  .showcase-card-featured {
    padding: 12px;
    border-radius: 14px;
  }

  .showcase-health-visual,
  .showcase-maintenance-chart {
    height: 78px;
    margin-block: 6px 8px;
  }

  .showcase-card-heading {
    margin-bottom: 8px;
  }

  .showcase-card p {
    font-size: 11.5px;
    line-height: 1.36;
  }

  .showcase-row,
  .showcase-work-row,
  .showcase-system-row,
  .showcase-inventory-item,
  .showcase-crew-row {
    min-height: 38px;
    padding: 6px 0;
  }

  .showcase-work-row,
  .showcase-inventory-item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .showcase-photo-thumb {
    width: 42px;
    height: 34px;
    border-radius: 12px;
  }

  .showcase-card-featured .showcase-work-row:nth-of-type(n+3),
  .showcase-card-featured .showcase-system-row:nth-of-type(n+3),
  .showcase-card-featured .showcase-inventory-item:nth-of-type(n+3),
  .showcase-card-featured .showcase-crew-row:nth-of-type(n+3) {
    display: none;
  }

  .showcase-row strong,
  .showcase-work-row strong,
  .showcase-system-row strong,
  .showcase-inventory-item strong,
  .showcase-crew-row strong {
    font-size: 12px;
  }

  .showcase-report-card {
    padding: 11px;
  }

  .showcase-report-page {
    min-height: 186px;
    padding: 14px;
    border-radius: 14px;
  }

  .showcase-report-cover {
    min-height: 92px;
  }

  .showcase-report-cover img {
    height: 92px;
  }

  .showcase-report-cover span {
    bottom: 34px;
    font-size: 9px;
  }

  .showcase-report-cover strong {
    bottom: 12px;
    font-size: 18px;
  }

  .showcase-report-metrics {
    gap: 5px;
    margin: 9px 0;
  }

  .showcase-report-metrics span {
    padding: 7px 5px;
  }

  .showcase-report-section-list li:nth-child(n+3),
  .showcase-report-photo-strip {
    display: none;
  }

  .showcase-slide-grid,
  .showcase-overview-screen {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .showcase-panel:not(.showcase-panel-primary) {
    display: none;
  }

  .showcase-panel-primary {
    padding: 11px;
    border-radius: 15px;
  }

  .showcase-panel-header {
    margin-bottom: 8px;
  }

  .showcase-panel-header strong {
    font-size: 14px;
  }

  .showcase-header-actions .showcase-action-chip,
  .showcase-header-actions .showcase-status-pill.is-muted {
    display: none;
  }

  .showcase-vessel-photo {
    min-height: 82px;
    border-radius: 13px;
  }

  .showcase-readiness-list {
    gap: 7px;
    margin-top: 8px;
  }

  .showcase-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .showcase-kpi-grid div {
    padding: 9px;
    border-radius: 12px;
  }

  .showcase-kpi-grid strong {
    font-size: 20px;
  }

  .showcase-table-head {
    display: none;
  }

  .showcase-work-record,
  .showcase-inventory-record {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .showcase-work-record .showcase-record-meta,
  .showcase-inventory-record .showcase-record-meta,
  .showcase-service-row .showcase-record-meta {
    display: none;
  }

  .showcase-service-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .showcase-report-row {
    grid-template-columns: 36px minmax(0, 1fr) auto;
  }

  .showcase-report-row-media {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .showcase-service-row > span:not(.showcase-record-meta),
  .showcase-report-row > span,
  .showcase-timeline-row > span {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 9.5px;
  }

  .showcase-work-record + .showcase-work-record + .showcase-work-record,
  .showcase-service-row + .showcase-service-row + .showcase-service-row,
  .showcase-inventory-record + .showcase-inventory-record + .showcase-inventory-record,
  .showcase-report-row + .showcase-report-row + .showcase-report-row {
    display: none;
  }

  .showcase-queue-footer,
  .showcase-detail-activity {
    display: none;
  }

  .feature-section {
    padding-top: 34px;
  }

  .section-intro h2,
  .landing-proof h2,
  .landing-cta-row h2,
  .final-cta-section h2 {
    font-size: 30px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .module-grid,
  .resource-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .audience-grid article,
  .module-grid article,
  .pricing-card {
    min-height: auto;
    padding: 20px;
  }

  .pricing-grid::before {
    inset: -18px -10px -20px;
    border-radius: 24px;
  }

  .module-grid article {
    grid-template-columns: 40px 1fr;
  }

  .module-section-home {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .final-cta-section {
    padding: 28px;
  }

  .contact-section {
    padding-block: 34px;
  }

  .contact-section h2 {
    font-size: 30px;
  }

  .contact-actions {
    width: 100%;
  }

  .pricing-card h3 {
    font-size: 30px;
  }

  .pricing-price strong {
    font-size: 36px;
  }

  .final-cta-actions {
    width: 100%;
  }

  .faq-list summary {
    min-height: 62px;
    padding: 0 18px;
    font-size: 16px;
  }

  .faq-list p {
    margin: -2px 18px 20px;
    font-size: 14px;
  }

  .landing-proof,
  .landing-cta-row {
    padding: 24px;
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-grid article {
    padding: 22px;
  }

  .legal-section h3 {
    font-size: 26px;
  }

  .landing-footer {
    gap: 28px;
    padding-top: 34px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .landing-header,
  .landing-mobile-menu,
  .landing-hero,
  .landing-section,
  .landing-footer {
    margin-inline: 14px;
  }

  .landing-hero h1 {
    font-size: 36px;
  }

  .landing-mobile-menu {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .landing-header,
  .landing-mobile-menu,
  .landing-hero,
  .landing-section,
  .landing-footer {
    width: auto;
    max-width: none;
    margin-inline: 16px;
  }

  .landing-hero h1 {
    max-width: none;
  }

}

@media (max-width: 360px) {
  .landing-hero h1 {
    font-size: 34px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

}

/* Full-screen routed marketing shell */
html:has(body.landing-fullscreen) {
  height: 100%;
  overflow: hidden;
}

body.landing-fullscreen {
  --landing-header-height: 96px;
  --landing-edge-gutter: clamp(28px, 3.4vw, 76px);
  --landing-bottom-gutter: clamp(18px, 3vh, 34px);
  width: 100vw;
  min-width: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

body.landing-fullscreen:has(.solutions-view.is-active) {
  --landing-bottom-gutter: 10px;
}

body.landing-fullscreen main,
body.landing-fullscreen .landing-fullscreen-main {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: none;
  height: calc(100dvh - var(--landing-header-height));
  min-height: 0;
  margin: 0;
  padding: 0 var(--landing-edge-gutter) var(--landing-bottom-gutter);
  overflow: hidden;
}

body.landing-fullscreen .landing-header {
  width: 100vw;
  max-width: none;
  height: var(--landing-header-height);
  min-height: var(--landing-header-height);
  margin: 0;
  padding-block: 0;
  padding-inline: var(--landing-edge-gutter);
}

body.landing-fullscreen .landing-background::before,
body.landing-fullscreen .landing-background::after {
  position: absolute;
  inset: 0;
  content: "";
}

body.landing-fullscreen .landing-background::before {
  background-image: url("/assets/landing-yacht-dusk-bg.png");
  background-position: 58% center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(1px) saturate(1.02) contrast(1.08);
  opacity: 0.68;
  transform: scale(1.018);
}

body.landing-fullscreen .landing-background::after {
  background:
    radial-gradient(ellipse at 76% 18%, rgba(41, 239, 230, 0.24), transparent 36%),
    radial-gradient(ellipse at 12% 78%, rgba(19, 94, 125, 0.28), transparent 42%),
    linear-gradient(90deg, rgba(1, 4, 10, 0.86) 0%, rgba(1, 6, 12, 0.7) 38%, rgba(2, 11, 20, 0.38) 70%, rgba(1, 5, 10, 0.62) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.5) 0%, rgba(1, 4, 10, 0.18) 48%, rgba(1, 4, 10, 0.88) 100%);
}

body.landing-fullscreen .landing-nav a[aria-current="page"] {
  color: var(--landing-accent-strong);
}

body.landing-fullscreen .landing-nav a[aria-current="page"]::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--landing-accent), transparent);
}

.landing-view {
  display: none;
  height: 100%;
  min-height: 0;
}

.landing-view.is-active {
  display: grid;
}

body.landing-fullscreen .landing-hero {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(500px, 0.82fr) minmax(760px, 1.18fr);
  gap: clamp(42px, 5vw, 92px);
  align-items: center;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: clamp(12px, 2vh, 26px) 0 0;
}

body.landing-fullscreen .landing-hero::before {
  background-image: none;
}

body.landing-fullscreen .landing-hero::after {
  display: none;
}

body.landing-fullscreen .landing-hero-copy {
  max-width: min(760px, 43vw);
  padding-top: 0;
}

body.landing-fullscreen .landing-hero h1 {
  font-size: clamp(60px, 5.1vw, 96px);
}

body.landing-fullscreen .landing-lede {
  max-width: min(730px, 42vw);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.52;
}

body.landing-fullscreen .product-preview {
  align-self: center;
  width: 100%;
  height: min(700px, calc(100dvh - var(--landing-header-height) - var(--landing-bottom-gutter) - 22px));
  min-height: 0;
  max-height: min(700px, calc(100dvh - var(--landing-header-height) - var(--landing-bottom-gutter) - 22px));
  border-radius: 34px;
  overflow: hidden;
}

body.landing-fullscreen .showcase-shell {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

body.landing-fullscreen .showcase-layout,
body.landing-fullscreen .showcase-stage {
  min-height: 0;
}

body.landing-fullscreen .route-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

body.landing-fullscreen .route-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 500;
  line-height: 1.04;
}

body.landing-fullscreen .route-copy p:not(.section-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(224, 239, 245, 0.88);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
}

.landing-route-view {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
  padding: clamp(18px, 3vh, 36px) 0 0;
}

.route-card-shell {
  min-height: 0;
  align-self: center;
  max-height: 100%;
  overflow: auto;
  padding: 6px 6px 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(136, 255, 245, 0.36) transparent;
}

.route-grid {
  display: grid;
  gap: 16px;
}

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

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

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

.route-grid article,
.route-pricing-card {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(214, 250, 253, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.026)),
    radial-gradient(ellipse at 16% 0%, rgba(41, 239, 230, 0.15), transparent 56%);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.route-grid article span,
.route-pricing-card > span {
  display: inline-flex;
  min-width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  border-radius: 15px;
  color: var(--landing-accent-strong);
  background: rgba(41, 239, 230, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.resources-card-grid .resource-card-icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  padding: 0;
  border: 1px solid rgba(113, 255, 248, 0.36);
  border-radius: 22px;
  color: rgba(223, 255, 253, 0.98);
  background:
    radial-gradient(circle at 34% 22%, rgba(220, 255, 253, 0.34), transparent 38%),
    radial-gradient(circle at 74% 84%, rgba(41, 239, 230, 0.22), transparent 52%),
    linear-gradient(145deg, rgba(45, 215, 213, 0.42), rgba(8, 67, 82, 0.76));
  box-shadow:
    0 18px 42px rgba(41, 239, 230, 0.17),
    0 8px 20px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0;
  transition:
    transform var(--landing-motion-quick),
    border-color var(--landing-motion-quick),
    background var(--landing-motion-quick),
    box-shadow var(--landing-motion-smooth);
}

.resources-card-grid .resource-card-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resources-card-grid .resource-card:hover .resource-card-icon,
.resources-card-grid .resource-card:focus-within .resource-card-icon {
  border-color: rgba(143, 255, 250, 0.56);
  background:
    radial-gradient(circle at 34% 22%, rgba(232, 255, 254, 0.42), transparent 38%),
    radial-gradient(circle at 74% 84%, rgba(41, 239, 230, 0.3), transparent 52%),
    linear-gradient(145deg, rgba(57, 229, 225, 0.5), rgba(8, 75, 93, 0.82));
  box-shadow:
    0 24px 54px rgba(41, 239, 230, 0.24),
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-2px) scale(1.025);
}

.route-grid h2,
.route-pricing-card h2 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
}

.route-grid p,
.route-pricing-card p,
.route-pricing-card li {
  margin: 12px 0 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.5;
}

.route-grid article a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--landing-accent-strong);
  font-weight: 800;
}

.route-card-attention {
  border-color: rgba(96, 255, 247, 0.58) !important;
  box-shadow: 0 24px 70px rgba(41, 239, 230, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

html.landing-demo-modal-open,
body.landing-demo-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.demo-video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  color: #f3fbff;
}

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

.demo-video-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(37, 214, 220, 0.16), transparent 42%),
    rgba(1, 12, 22, 0.78);
  backdrop-filter: blur(18px) saturate(1.08);
  cursor: pointer;
}

.demo-video-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  max-height: min(92dvh, 900px);
  overflow: auto;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(126, 255, 249, 0.24);
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 28% 0%, rgba(41, 239, 230, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(9, 37, 50, 0.96), rgba(3, 15, 25, 0.98));
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 18px 60px rgba(41, 239, 230, 0.12);
}

.demo-video-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(157, 242, 241, 0.22);
  border-radius: 999px;
  color: rgba(239, 255, 254, 0.92);
  background: rgba(7, 33, 45, 0.7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.demo-video-close:hover,
.demo-video-close:focus-visible {
  border-color: rgba(126, 255, 249, 0.44);
  color: #ffffff;
  background: rgba(10, 77, 92, 0.82);
  outline: none;
  transform: translateY(-1px);
}

.demo-video-close svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.demo-video-header {
  max-width: 650px;
  padding-right: 56px;
}

.demo-video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(142, 255, 250, 0.84);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-video-kicker::before {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 16px rgba(41, 239, 230, 0.62);
  content: "";
}

.demo-video-header h2 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 0.98;
}

.demo-video-header p {
  max-width: 56ch;
  margin: 12px 0 0;
  color: rgba(215, 232, 239, 0.78);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.55;
}

.demo-video-frame,
.demo-video-placeholder {
  position: relative;
  margin-top: clamp(18px, 2.5vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(126, 255, 249, 0.2);
  border-radius: clamp(20px, 2.4vw, 28px);
  background: rgba(1, 13, 22, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 60px rgba(0, 0, 0, 0.28);
}

.demo-video-frame {
  aspect-ratio: 16 / 9;
}

.demo-video-frame[hidden],
.demo-video-placeholder[hidden] {
  display: none;
}

.demo-video-frame iframe,
.demo-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #020a11;
}

.demo-video-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(14px, 2vw, 22px);
}

.demo-video-preview {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(126, 255, 249, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 22% 18%, rgba(41, 239, 230, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(9, 38, 52, 0.96), rgba(1, 9, 16, 0.98));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.demo-preview-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid rgba(126, 255, 249, 0.1);
}

.demo-preview-topbar span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 35% 25%, rgba(180, 255, 251, 0.8), transparent 32%),
    linear-gradient(135deg, #18a6ba, #092b3d);
  box-shadow: 0 10px 24px rgba(41, 239, 230, 0.16);
}

.demo-preview-topbar strong {
  color: #ffffff;
  font-size: 13px;
}

.demo-preview-topbar small {
  margin-left: auto;
  color: rgba(215, 232, 239, 0.66);
  font-size: 11px;
}

.demo-preview-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  padding: 16px;
}

.demo-preview-layout span {
  min-height: 82px;
  border: 1px solid rgba(126, 255, 249, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(13, 55, 69, 0.62);
}

.demo-preview-layout span:first-child {
  grid-row: span 2;
  min-height: 176px;
  background:
    radial-gradient(circle at 30% 18%, rgba(41, 239, 230, 0.25), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(13, 55, 69, 0.72);
}

.demo-preview-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.demo-preview-play svg {
  width: 74px;
  height: 74px;
  padding: 22px;
  color: #ffffff;
  border: 1px solid rgba(126, 255, 249, 0.36);
  border-radius: 999px;
  background: rgba(7, 46, 58, 0.68);
  box-shadow: 0 0 40px rgba(41, 239, 230, 0.24);
  fill: currentColor;
}

.demo-video-copy {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(8px, 1.5vw, 14px);
}

.demo-video-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.02;
}

.demo-video-copy p {
  margin: 0;
  color: rgba(216, 232, 239, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.demo-video-copy .landing-button {
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.demo-video-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: clamp(16px, 2.2vw, 24px) 0 0;
  padding: 0;
  list-style: none;
}

.demo-video-sections li {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(126, 255, 249, 0.12);
  border-radius: 14px;
  color: rgba(228, 244, 249, 0.78);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
}

body.landing-fullscreen .features-view {
  grid-template-columns: minmax(410px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(30px, 3.8vw, 64px);
  padding-top: clamp(10px, 2vh, 28px);
}

body.landing-fullscreen .features-copy {
  align-content: center;
}

body.landing-fullscreen .features-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  gap: 11px;
  margin: 0 0 30px;
  padding: 0 17px;
  border: 1px solid rgba(142, 255, 249, 0.36);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: linear-gradient(180deg, rgba(24, 116, 132, 0.45), rgba(4, 18, 28, 0.5));
  box-shadow: 0 18px 48px rgba(41, 239, 230, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.landing-fullscreen .features-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 0 6px rgba(75, 213, 203, 0.12);
}

body.landing-fullscreen .features-copy h1 {
  max-width: 620px;
  font-size: clamp(46px, 4vw, 70px);
}

body.landing-fullscreen .features-copy h1 span {
  color: var(--landing-accent);
  text-shadow: 0 0 40px rgba(41, 239, 230, 0.22);
}

body.landing-fullscreen .features-copy .features-lede {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(232, 242, 246, 0.88);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
}

.features-trust-list {
  display: grid;
  gap: 18px;
  margin-top: clamp(28px, 4vh, 48px);
}

.features-trust-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.features-trust-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(81, 255, 247, 0.34);
  border-radius: 14px;
  color: var(--landing-accent);
  background: rgba(8, 47, 58, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.features-trust-icon svg,
.feature-card-arrow {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.features-trust-item strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.features-trust-item small {
  display: block;
  margin-top: 5px;
  color: rgba(200, 218, 226, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.features-card-shell {
  width: 100%;
  padding: 4px;
}

.features-grid {
  gap: clamp(12px, 1.1vw, 18px);
}

.features-grid .feature-card {
  position: relative;
  display: flex;
  min-height: clamp(190px, 23vh, 234px);
  flex-direction: column;
  padding: clamp(20px, 1.7vw, 28px);
  border: 1px solid rgba(203, 245, 248, 0.2);
  border-radius: 22px;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.026)),
    radial-gradient(ellipse at 20% 0%, rgba(41, 239, 230, 0.13), transparent 58%),
    rgba(2, 10, 17, 0.52);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.features-grid .feature-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(41, 239, 230, 0.06));
  opacity: 0.75;
  pointer-events: none;
}

.features-grid .feature-card:hover,
.features-grid .feature-card:focus-visible {
  border-color: rgba(111, 255, 249, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.036)),
    radial-gradient(ellipse at 20% 0%, rgba(41, 239, 230, 0.22), transparent 58%),
    rgba(3, 15, 24, 0.64);
  box-shadow: 0 28px 78px rgba(41, 239, 230, 0.14), 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  outline: none;
  transform: translateY(-4px);
}

.feature-icon-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: clamp(68px, 5vw, 76px);
  height: clamp(68px, 5vw, 76px);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(126, 255, 249, 0.34);
  border-radius: 24px;
  color: rgba(232, 255, 253, 0.98);
  background:
    radial-gradient(circle at 34% 22%, rgba(206, 255, 252, 0.44), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(41, 239, 230, 0.2), transparent 48%),
    linear-gradient(145deg, rgba(56, 216, 214, 0.52), rgba(13, 75, 90, 0.82));
  box-shadow:
    0 18px 44px rgba(41, 239, 230, 0.18),
    0 8px 22px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.feature-icon-badge svg {
  width: clamp(32px, 2.45vw, 36px);
  height: clamp(32px, 2.45vw, 36px);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.feature-card:hover .feature-icon-badge,
.feature-card:focus-visible .feature-icon-badge {
  border-color: rgba(143, 255, 250, 0.52);
  background:
    radial-gradient(circle at 34% 22%, rgba(226, 255, 253, 0.52), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(41, 239, 230, 0.3), transparent 48%),
    linear-gradient(145deg, rgba(68, 230, 226, 0.6), rgba(13, 83, 101, 0.86));
  box-shadow:
    0 24px 56px rgba(41, 239, 230, 0.24),
    0 10px 26px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-2px) scale(1.035);
}

.features-grid .feature-card h2 {
  position: relative;
  z-index: 1;
  margin: clamp(18px, 2vh, 24px) 0 0;
  color: #ffffff;
  font-size: clamp(19px, 1.25vw, 23px);
  line-height: 1.15;
}

.features-grid .feature-card p {
  position: relative;
  z-index: 1;
  max-width: 32ch;
  margin-top: 12px;
  color: rgba(214, 227, 234, 0.82);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.58;
}

.feature-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 24px;
  height: 24px;
  color: rgba(246, 251, 255, 0.88);
  transition: color 180ms ease, transform 180ms ease;
}

.feature-card:hover .feature-card-arrow,
.feature-card:focus-visible .feature-card-arrow {
  color: var(--landing-accent-strong);
  transform: translateX(3px);
}

body.landing-fullscreen .feature-detail-view {
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  padding-top: clamp(12px, 2vh, 28px);
}

body.landing-fullscreen .feature-detail-copy {
  align-content: center;
}

.feature-back-link {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  margin-bottom: clamp(18px, 2.8vh, 34px);
  padding: 0 16px;
  border: 1px solid rgba(203, 245, 248, 0.2);
  border-radius: 999px;
  color: rgba(226, 248, 251, 0.88);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-back-link:hover,
.feature-back-link:focus-visible {
  border-color: rgba(111, 255, 249, 0.42);
  background: rgba(41, 239, 230, 0.08);
  outline: none;
  transform: translateY(-1px);
}

body.landing-fullscreen .feature-detail-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  padding: 0 17px;
  border: 1px solid rgba(142, 255, 249, 0.36);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: linear-gradient(180deg, rgba(24, 116, 132, 0.45), rgba(4, 18, 28, 0.5));
  box-shadow: 0 18px 48px rgba(41, 239, 230, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.landing-fullscreen .feature-detail-kicker > span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 0 6px rgba(75, 213, 203, 0.12);
}

body.landing-fullscreen .feature-detail-copy h1 {
  max-width: 700px;
  font-size: clamp(48px, 4.4vw, 76px);
}

body.landing-fullscreen .feature-detail-copy .feature-detail-lede {
  max-width: 650px;
  color: rgba(232, 242, 246, 0.9);
  font-size: clamp(17px, 1.35vw, 21px);
}

.feature-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 4vh, 38px);
}

.feature-detail-panel {
  position: relative;
  display: grid;
  gap: clamp(18px, 2vh, 24px);
  width: 100%;
  min-height: 0;
  max-height: 100%;
  align-self: center;
  padding: clamp(22px, 2.1vw, 32px);
  border: 1px solid rgba(203, 245, 248, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028)),
    radial-gradient(ellipse at 12% 0%, rgba(41, 239, 230, 0.18), transparent 58%),
    rgba(2, 10, 17, 0.6);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: auto;
  backdrop-filter: blur(20px);
  scrollbar-width: thin;
  scrollbar-color: rgba(136, 255, 245, 0.36) transparent;
}

.feature-detail-panel::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 32%, rgba(41, 239, 230, 0.08));
  opacity: 0.72;
  pointer-events: none;
}

.feature-detail-panel > * {
  position: relative;
  z-index: 1;
}

.feature-detail-panel-header {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.feature-detail-code {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(126, 255, 249, 0.28);
  border-radius: 22px;
  color: #e9fffd;
  background:
    radial-gradient(circle at 34% 24%, rgba(166, 255, 249, 0.3), transparent 34%),
    linear-gradient(145deg, rgba(47, 196, 196, 0.46), rgba(14, 76, 90, 0.78));
  box-shadow: 0 18px 44px rgba(41, 239, 230, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-size: 16px;
  font-weight: 900;
}

.feature-detail-code svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.feature-detail-panel .section-kicker {
  margin: 0 0 7px;
  color: var(--landing-accent-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.feature-detail-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}

.feature-detail-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.feature-detail-guide-section {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(203, 245, 248, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.024)),
    rgba(1, 8, 14, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-detail-guide-section-primary {
  grid-column: 1 / -1;
}

.feature-detail-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.feature-detail-section-heading > span {
  display: inline-flex;
  width: 30px;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(96, 255, 247, 0.3);
  border-radius: 11px;
  color: var(--landing-accent-strong);
  background: rgba(41, 239, 230, 0.13);
  font-size: 11px;
  font-weight: 900;
}

.feature-detail-section-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
}

.feature-detail-bullets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.feature-detail-bullets article {
  min-height: 0;
  padding: 13px;
  border: 1px solid rgba(136, 255, 245, 0.14);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(41, 239, 230, 0.09), rgba(255, 255, 255, 0.018)),
    rgba(2, 12, 20, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-detail-bullets strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

.feature-detail-bullets p {
  margin: 7px 0 0;
  color: rgba(214, 227, 234, 0.82);
  font-size: 13.5px;
  line-height: 1.42;
}

.feature-detail-scenario {
  margin: 0;
  color: rgba(224, 239, 245, 0.86);
  font-size: 14px;
  line-height: 1.5;
}

.feature-detail-workflow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-detail-workflow li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgba(235, 249, 252, 0.92);
}

.feature-detail-workflow li > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(3, 18, 28, 0.92);
  background: var(--landing-accent-strong);
  font-size: 10px;
  font-weight: 900;
}

.feature-detail-workflow strong {
  font-size: 13.5px;
  line-height: 1.32;
}

.feature-detail-mini-preview {
  display: grid;
  grid-template-columns: minmax(190px, 0.62fr) minmax(0, 1.38fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(136, 255, 245, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(41, 239, 230, 0.18), transparent 58%),
    rgba(3, 17, 27, 0.62);
}

.feature-detail-preview-copy .feature-detail-section-heading {
  margin-bottom: 14px;
}

.feature-detail-preview-copy > small {
  display: block;
  color: rgba(190, 210, 220, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-detail-preview-copy > strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: clamp(24px, 1.9vw, 30px);
  font-weight: 900;
  line-height: 1.06;
}

.feature-detail-mini-list {
  display: grid;
  gap: 9px;
}

.feature-detail-mini-list > article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 8px;
  border: 1px solid rgba(203, 245, 248, 0.12);
  border-radius: 16px;
  background: rgba(2, 10, 17, 0.34);
}

.feature-detail-preview-thumb {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(136, 255, 245, 0.2);
  border-radius: 13px;
  color: var(--landing-accent-strong);
  background:
    radial-gradient(circle at 36% 22%, rgba(166, 255, 249, 0.26), transparent 38%),
    linear-gradient(145deg, rgba(41, 239, 230, 0.2), rgba(8, 48, 62, 0.72));
  box-shadow: 0 12px 28px rgba(41, 239, 230, 0.1);
}

.feature-detail-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06) brightness(0.86);
}

.feature-detail-preview-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.feature-detail-preview-thumb svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature-detail-preview-avatar {
  border-radius: 999px;
  color: #eafffd;
  font-size: 13px;
  font-weight: 900;
}

.feature-detail-mini-list strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.22;
}

.feature-detail-mini-list small {
  display: block;
  margin-top: 5px;
  color: rgba(190, 210, 220, 0.82);
  font-size: 12px;
  line-height: 1.3;
}

.feature-detail-mini-list b {
  justify-self: end;
  min-width: 54px;
  padding: 6px 9px;
  border: 1px solid rgba(96, 255, 247, 0.2);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: rgba(41, 239, 230, 0.11);
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

.feature-detail-matters-section {
  padding: 16px;
}

.feature-detail-matters-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 13px;
}

.feature-detail-matters-list > span {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(224, 239, 245, 0.88);
  font-size: 13.5px;
  line-height: 1.4;
}

.feature-detail-matters-list i {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1px solid rgba(96, 255, 247, 0.4);
  border-radius: 999px;
  background: rgba(41, 239, 230, 0.13);
}

.feature-detail-matters-list i::after {
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--landing-accent-strong);
  border-bottom: 2px solid var(--landing-accent-strong);
  content: "";
  transform: rotate(42deg);
}

body.landing-fullscreen .solutions-view {
  grid-template-columns: minmax(390px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
  padding: 0;
}

.solutions-hero {
  display: grid;
  align-content: center;
  min-width: 0;
  padding-bottom: clamp(10px, 2vh, 22px);
}

body.landing-fullscreen .solutions-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  padding: 0 16px;
  border: 1px solid rgba(142, 255, 249, 0.36);
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: linear-gradient(180deg, rgba(24, 116, 132, 0.45), rgba(4, 18, 28, 0.5));
  box-shadow: 0 18px 48px rgba(41, 239, 230, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.landing-fullscreen .solutions-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 0 6px rgba(75, 213, 203, 0.12);
}

.solutions-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: clamp(42px, 3.8vw, 68px);
  font-weight: 500;
  line-height: 1.04;
}

.solutions-lede {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(224, 239, 245, 0.88);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.58;
}

.solutions-value-list {
  display: grid;
  gap: clamp(14px, 2.3vh, 22px);
  margin-top: clamp(28px, 4.8vh, 54px);
}

.solutions-value-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.solutions-value-icon,
.solutions-role-card > span,
.solutions-capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-accent);
  background:
    radial-gradient(circle at 34% 24%, rgba(166, 255, 249, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(47, 196, 196, 0.34), rgba(14, 76, 90, 0.72));
  box-shadow: 0 16px 38px rgba(41, 239, 230, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.solutions-value-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(81, 255, 247, 0.34);
  border-radius: 14px;
}

.solutions-value-icon svg,
.solutions-role-card svg,
.solutions-capability-icon svg,
.solutions-transition svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.solutions-value-list strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.solutions-value-list small {
  display: block;
  margin-top: 6px;
  color: rgba(200, 218, 226, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.solutions-stage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 1.45vh, 16px);
  min-width: 0;
  min-height: 0;
  padding: 2px 4px 0 0;
  overflow: hidden;
}

.solutions-role-grid,
.solutions-command-panel,
.solutions-visibility {
  flex: 0 1 auto;
}

.solutions-role-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  min-height: 124px;
}

.solutions-role-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 8px;
  align-content: start;
  min-width: 0;
  min-height: 124px;
  padding: clamp(13px, 0.85vw, 16px);
  border: 1px solid rgba(203, 245, 248, 0.18);
  border-radius: 16px;
  color: inherit;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.022)),
    radial-gradient(ellipse at 18% 0%, rgba(41, 239, 230, 0.1), transparent 58%),
    rgba(2, 10, 17, 0.54);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.solutions-role-card::after {
  position: absolute;
  left: 82px;
  right: 52px;
  bottom: 11px;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--landing-accent), transparent);
  opacity: 0;
  transform: scaleX(0.7);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.solutions-role-card:hover,
.solutions-role-card:focus-visible,
.solutions-role-card.is-active {
  border-color: rgba(96, 255, 247, 0.48);
  background:
    linear-gradient(180deg, rgba(41, 239, 230, 0.12), rgba(255, 255, 255, 0.03)),
    radial-gradient(ellipse at 18% 0%, rgba(41, 239, 230, 0.22), transparent 58%),
    rgba(2, 12, 20, 0.7);
  box-shadow: 0 24px 70px rgba(41, 239, 230, 0.14), 0 22px 58px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  outline: none;
  transform: translateY(-2px);
}

.solutions-role-card.is-active {
  transform: translateY(-3px) scale(1.015);
}

.solutions-role-card.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.solutions-role-card > span {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(126, 255, 249, 0.22);
  border-radius: 15px;
}

.solutions-role-card strong {
  display: block;
  color: #ffffff;
  font-size: clamp(17px, 1.05vw, 19px);
  line-height: 1.22;
}

.solutions-role-card small {
  display: block;
  grid-column: 2;
  margin-top: 2px;
  color: rgba(214, 227, 234, 0.8);
  font-size: clamp(14.5px, 0.9vw, 15.5px);
  line-height: 1.5;
}

.solutions-command-panel,
.solutions-visibility {
  min-height: 0;
  border: 1px solid rgba(203, 245, 248, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.026)),
    radial-gradient(ellipse at 72% 0%, rgba(41, 239, 230, 0.12), transparent 58%),
    rgba(2, 10, 17, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.solutions-command-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) 46px minmax(190px, 0.76fr) minmax(350px, 1.2fr);
  gap: clamp(18px, 1.35vw, 24px);
  align-items: stretch;
  padding: clamp(18px, 1.35vw, 22px);
}

.solutions-lane {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 2px 0;
}

.solutions-lane p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.solutions-challenge p {
  color: #ff6f73;
}

.solutions-answer p {
  color: var(--landing-accent);
}

.solutions-lane ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-lane li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 24px;
  color: rgba(232, 242, 247, 0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.34;
}

.solutions-lane li > span {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.solutions-challenge li > span {
  border: 1px solid #ff6f73;
}

.solutions-challenge li > span::before,
.solutions-challenge li > span::after {
  position: absolute;
  width: 7px;
  height: 1.5px;
  border-radius: 999px;
  content: "";
  background: #ff6f73;
}

.solutions-challenge li > span::before {
  transform: rotate(45deg);
}

.solutions-challenge li > span::after {
  transform: rotate(-45deg);
}

.solutions-answer li > span {
  border: 1px solid #22e09c;
}

.solutions-answer li > span::before {
  width: 7px;
  height: 4px;
  border: solid #22e09c;
  border-width: 0 0 1.5px 1.5px;
  content: "";
  transform: rotate(-45deg) translate(1px, -1px);
}

.solutions-transition {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  min-width: 46px;
}

.solutions-transition::before {
  position: absolute;
  right: 2px;
  left: 2px;
  top: 50%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(41, 239, 230, 0.35), transparent);
  transform: translateY(-50%);
}

.solutions-transition svg {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 999px;
  color: var(--landing-accent);
  background: rgba(41, 239, 230, 0.16);
  box-shadow: 0 0 34px rgba(41, 239, 230, 0.2);
}

.solutions-dashboard {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 0;
  padding: clamp(14px, 1vw, 18px);
  border: 1px solid rgba(203, 245, 248, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)),
    rgba(0, 8, 14, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.solutions-dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.solutions-dashboard-header strong {
  display: block;
  color: #ffffff;
  font-size: clamp(17px, 1vw, 19px);
  line-height: 1.2;
}

.solutions-dashboard-header small {
  display: block;
  margin-top: 4px;
  color: rgba(200, 218, 226, 0.82);
  font-size: 13.5px;
  line-height: 1.35;
}

.solutions-dashboard-header em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--landing-accent);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.solutions-dashboard-header em span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 14px rgba(41, 239, 230, 0.78);
}

.solutions-dashboard-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr 0.72fr;
  gap: 10px;
  align-content: start;
}

.solutions-vessel-card,
.solutions-dashboard-tile,
.solutions-dashboard-chart {
  min-width: 0;
  border: 1px solid rgba(203, 245, 248, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.solutions-vessel-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
  height: 84px;
  min-height: 0;
  padding: 9px;
  overflow: hidden;
}

.solutions-vessel-image {
  min-height: 56px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 50%),
    url("/assets/landing-yacht-dusk-bg.png");
  background-position: 52% 58%;
  background-size: 310px auto;
}

.solutions-vessel-card strong {
  align-self: end;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.15;
}

.solutions-vessel-card small {
  color: rgba(200, 218, 226, 0.82);
  font-size: 12px;
  line-height: 1.3;
}

.solutions-vessel-card span {
  display: none;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #e9fffd;
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  font-weight: 800;
}

.solutions-dashboard-tile {
  display: grid;
  align-content: center;
  height: 84px;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
}

.solutions-dashboard-tile small,
.solutions-dashboard-chart small {
  color: rgba(200, 218, 226, 0.74);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.solutions-dashboard-tile strong,
.solutions-dashboard-chart strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: clamp(28px, 1.7vw, 32px);
  line-height: 1;
}

.solutions-spend-chart strong {
  font-size: clamp(23px, 1.35vw, 26px);
}

.solutions-dashboard-tile em,
.solutions-dashboard-chart em {
  margin-top: 4px;
  color: rgba(200, 218, 226, 0.78);
  font-size: 13px;
  font-style: normal;
}

.solutions-dashboard-tile em,
.solutions-spend-chart em {
  display: none;
}

.solutions-dashboard-chart {
  position: relative;
  height: 78px;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
}

.solutions-health-chart {
  grid-column: span 1;
}

.solutions-spend-chart {
  grid-column: span 2;
}

.solutions-health-chart svg {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  width: calc(100% - 20px);
  height: 32px;
}

.solutions-health-chart path {
  fill: none;
  stroke: var(--landing-accent);
  stroke-width: 2.5;
}

.solutions-spend-chart div {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 7px;
  display: none;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  align-items: end;
  height: 18px;
  margin: 0;
}

.solutions-spend-chart div span {
  min-height: 8px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, var(--landing-accent), rgba(41, 239, 230, 0.28));
}

.solutions-spend-chart div span:nth-child(2) { height: 14px; }
.solutions-spend-chart div span:nth-child(3) { height: 10px; }
.solutions-spend-chart div span:nth-child(4) { height: 20px; }
.solutions-spend-chart div span:nth-child(5) { height: 13px; }
.solutions-spend-chart div span:nth-child(6) { height: 18px; }
.solutions-spend-chart div span:nth-child(7) { height: 23px; }
.solutions-spend-chart div span:nth-child(8) { height: 26px; }

.solutions-visibility {
  display: grid;
  gap: 12px;
  padding: clamp(16px, 1.2vw, 18px);
}

.solutions-visibility h2 {
  margin: 0;
  color: var(--landing-accent);
  font-size: clamp(15px, 0.85vw, 16px);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.solutions-capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
}

.solutions-capability-grid article {
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  min-width: 0;
  min-height: 222px;
  padding: 15px;
  border: 1px solid rgba(203, 245, 248, 0.14);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.022)),
    rgba(0, 8, 14, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.solutions-capability-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(126, 255, 249, 0.22);
  border-radius: 12px;
}

.solutions-capability-grid h3 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: clamp(16.5px, 0.98vw, 18px);
  line-height: 1.22;
}

.solutions-capability-grid article > strong {
  margin-top: 7px;
  color: rgba(235, 249, 252, 0.92);
  font-size: 13px;
  line-height: 1.35;
}

.solutions-capability-grid p {
  display: block;
  margin: 9px 0 0;
  color: rgba(214, 228, 234, 0.84);
  font-size: clamp(14.5px, 0.86vw, 15.5px);
  line-height: 1.5;
  overflow: visible;
}

.solutions-mini-ui {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 10px;
  align-self: end;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.solutions-mini-ui span,
.solutions-mini-ui em {
  color: rgba(235, 249, 252, 0.86);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.solutions-mini-ui em {
  color: rgba(200, 218, 226, 0.76);
}

.solutions-mini-ui i {
  grid-column: span 2;
  display: block;
  width: var(--bar, 60%);
  height: 2px;
  border-radius: 999px;
  background: var(--color, var(--landing-accent));
  box-shadow: 0 0 12px color-mix(in srgb, var(--color, var(--landing-accent)) 44%, transparent);
}

.solutions-report-ui strong {
  grid-column: 1;
  color: #ffffff;
  font-size: 14px;
}

.solutions-report-ui {
  grid-template-columns: 1fr;
}

.solutions-report-ui em {
  display: none;
}

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

.route-pricing-card {
  display: grid;
  align-content: start;
  min-height: 430px;
}

.route-pricing-card h2 {
  font-size: 38px;
}

.route-pricing-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.route-pricing-card li {
  margin: 0;
}

.route-pricing-card .landing-button {
  align-self: end;
  width: 100%;
  margin-top: auto;
}

.route-pricing-card-featured {
  border-color: rgba(96, 255, 247, 0.48);
  background:
    linear-gradient(180deg, rgba(41, 239, 230, 0.13), rgba(255, 255, 255, 0.032)),
    radial-gradient(ellipse at 50% 0%, rgba(41, 239, 230, 0.22), transparent 62%);
}

.pricing-route-view {
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(24px, 3.2vw, 46px);
  align-items: center;
  padding-top: clamp(8px, 1.7vh, 20px);
  overflow: hidden;
}

.pricing-standalone-main {
  padding-bottom: 64px;
}

.pricing-standalone-section.pricing-route-view {
  display: grid;
  width: min(100% - 64px, 1440px);
  min-height: calc(100dvh - 120px);
  margin-inline: auto;
  padding: clamp(28px, 5vh, 58px) 0 24px;
}

.pricing-hero {
  display: grid;
  align-content: center;
  min-width: 0;
}

.pricing-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin: 0 0 22px;
  padding: 0 15px;
  border: 1px solid rgba(41, 239, 230, 0.32);
  border-radius: 999px;
  background: rgba(3, 31, 43, 0.58);
  color: var(--landing-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pricing-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 16px rgba(41, 239, 230, 0.72);
}

.pricing-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: var(--landing-serif);
  font-size: clamp(40px, 4.25vw, 70px);
  font-weight: 500;
  line-height: 1.03;
}

.pricing-hero h1 span {
  color: #ffffff;
}

.pricing-hero-copy {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(225, 240, 245, 0.9);
  font-size: clamp(16px, 1.32vw, 19px);
  line-height: 1.55;
}

.pricing-hero-points {
  display: grid;
  gap: 16px;
  margin-top: clamp(24px, 3.2vh, 36px);
}

.pricing-hero-points article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.pricing-point-icon,
.pricing-plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 239, 230, 0.58);
  background:
    radial-gradient(circle at 50% 12%, rgba(41, 239, 230, 0.22), transparent 58%),
    rgba(4, 29, 41, 0.62);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pricing-point-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
}

.pricing-point-icon svg,
.pricing-plan-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.pricing-point-icon,
.pricing-plan-icon {
  color: var(--landing-accent);
}

.pricing-hero-points strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.22;
}

.pricing-hero-points p {
  margin: 4px 0 0;
  color: rgba(224, 239, 245, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.pricing-stage {
  display: grid;
  grid-template-rows: minmax(0, auto) auto auto;
  gap: clamp(12px, 1.6vh, 18px);
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  align-content: center;
  overflow: visible;
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  align-items: center;
  min-width: 0;
}

.pricing-plan-card {
  position: relative;
  display: grid;
  gap: clamp(8px, 1vh, 12px);
  min-width: 0;
  min-height: 0;
  padding: clamp(18px, 1.5vw, 24px);
  border: 1px solid rgba(206, 243, 247, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    radial-gradient(ellipse at 14% 0%, rgba(41, 239, 230, 0.13), transparent 58%),
    rgba(4, 20, 30, 0.58);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.pricing-plan-featured {
  border-color: rgba(41, 239, 230, 0.78);
  background:
    linear-gradient(180deg, rgba(41, 239, 230, 0.16), rgba(255, 255, 255, 0.03)),
    radial-gradient(ellipse at 50% -8%, rgba(41, 239, 230, 0.26), transparent 66%),
    rgba(4, 24, 34, 0.64);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.38), 0 0 34px rgba(41, 239, 230, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-6px);
}

.pricing-plan-premium {
  border-color: rgba(234, 183, 87, 0.36);
  background:
    linear-gradient(180deg, rgba(234, 183, 87, 0.1), rgba(255, 255, 255, 0.024)),
    radial-gradient(ellipse at 50% 0%, rgba(41, 239, 230, 0.12), transparent 60%),
    rgba(4, 20, 30, 0.6);
}

.pricing-popular-badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 20px;
  border: 1px solid rgba(41, 239, 230, 0.5);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(41, 239, 230, 0.82), rgba(11, 126, 137, 0.88));
  color: #dfffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), 0 0 20px rgba(41, 239, 230, 0.28);
}

.pricing-popular-badge::before {
  content: "*";
  margin-right: 7px;
  color: #f1c46a;
  font-size: 14px;
  line-height: 1;
}

.pricing-plan-meta {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.pricing-plan-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
}

.pricing-plan-premium .pricing-plan-icon,
.pricing-features-gold li::before {
  color: #f0bd61;
  border-color: rgba(240, 189, 97, 0.58);
}

.pricing-plan-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(18px, 1.32vw, 23px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.pricing-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 20px;
  align-items: center;
  margin-top: 7px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(41, 239, 230, 0.12);
  color: var(--landing-accent);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.pricing-badge-gold {
  background: rgba(240, 189, 97, 0.12);
  color: #f0bd61;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: #ffffff;
}

.pricing-price strong {
  font-family: var(--landing-serif);
  font-size: clamp(36px, 3.2vw, 56px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.pricing-price span {
  color: rgba(228, 240, 245, 0.86);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-description {
  min-height: 42px;
  margin: 0;
  color: rgba(229, 241, 245, 0.88);
  font-size: 14px;
  line-height: 1.5;
}

.pricing-limits {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 8px;
  border-top: 1px solid rgba(214, 250, 253, 0.16);
}

.pricing-limits span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(136, 255, 245, 0.18);
  border-radius: 999px;
  background: rgba(5, 41, 52, 0.55);
  color: rgba(232, 246, 249, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.pricing-features {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-features li {
  position: relative;
  min-width: 0;
  padding-left: 23px;
  color: rgba(236, 248, 250, 0.9);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  color: var(--landing-accent);
  background:
    linear-gradient(135deg, transparent 46%, currentColor 47% 58%, transparent 59%),
    linear-gradient(45deg, transparent 44%, currentColor 45% 56%, transparent 57%);
  background-size: 6px 6px, 8px 8px;
  background-position: 2px 3px, 3px 2px;
  background-repeat: no-repeat;
}

.pricing-exclusions {
  margin: 0;
  color: rgba(202, 220, 226, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.pricing-card-cta {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  align-self: end;
  margin-top: 2px;
  border: 1px solid rgba(120, 255, 248, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(47, 232, 226, 0.95), rgba(12, 143, 154, 0.96));
  color: #eaffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 0 24px rgba(41, 239, 230, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pricing-card-cta:hover,
.pricing-card-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(225, 255, 253, 0.92);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32), 0 0 28px rgba(41, 239, 230, 0.25);
}

.pricing-card-cta-ghost {
  background: rgba(4, 28, 39, 0.36);
}

.pricing-card-cta-premium {
  border-color: rgba(240, 189, 97, 0.7);
  background: rgba(4, 28, 39, 0.36);
  color: #ffd884;
}

.pricing-trial-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 14px 22px;
  border: 1px solid rgba(214, 250, 253, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(6, 31, 43, 0.72), rgba(5, 45, 58, 0.5)),
    rgba(255, 255, 255, 0.035);
  color: rgba(230, 244, 247, 0.86);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.pricing-trial-strip strong {
  color: var(--landing-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pricing-trial-strip span {
  position: relative;
  min-width: 0;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.pricing-trial-strip span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 9px;
  height: 9px;
  border: 1px solid var(--landing-accent);
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(41, 239, 230, 0.36);
}

.pricing-microcopy {
  margin: -4px 0 0;
  color: rgba(224, 239, 245, 0.78);
  font-size: 13px;
  text-align: center;
}

@media (max-height: 850px) and (min-width: 1121px) {
  .pricing-trial-strip,
  .pricing-microcopy {
    display: none;
  }

  .pricing-stage {
    gap: 0;
  }

  .pricing-hero-points {
    gap: 12px;
    margin-top: 24px;
  }

  .pricing-plan-card {
    gap: 6px;
    padding: 16px;
  }

  .pricing-plan-featured {
    transform: translateY(-3px);
  }

  .pricing-plan-meta {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  .pricing-plan-icon {
    width: 42px;
    height: 42px;
  }

  .pricing-plan-icon svg {
    width: 23px;
    height: 23px;
  }

  .pricing-price strong {
    font-size: clamp(34px, 3vw, 48px);
  }

  .pricing-description {
    min-height: auto;
    line-height: 1.38;
  }

  .pricing-limits {
    gap: 6px;
    padding-top: 6px;
  }

  .pricing-features {
    gap: 3px;
  }

  .pricing-features li {
    line-height: 1.22;
  }

  .pricing-exclusions {
    line-height: 1.3;
  }

  .pricing-card-cta {
    min-height: 42px;
  }
}

body.landing-fullscreen .landing-footer {
  display: none;
}

@media (max-width: 1440px) {
  body.landing-fullscreen .landing-hero {
    grid-template-columns: minmax(440px, 0.78fr) minmax(650px, 1.22fr);
    gap: clamp(32px, 4vw, 64px);
  }

  body.landing-fullscreen .landing-hero-copy {
    max-width: 600px;
  }

  body.landing-fullscreen .landing-hero h1 {
    font-size: clamp(50px, 4.8vw, 72px);
  }

  body.landing-fullscreen .landing-lede {
    max-width: 600px;
    font-size: clamp(17px, 1.35vw, 20px);
  }

  body.landing-fullscreen .solutions-view {
    grid-template-columns: minmax(360px, 0.44fr) minmax(0, 1.56fr);
    gap: 26px;
  }

  .solutions-role-card {
    grid-template-columns: 1fr;
    min-height: 136px;
    padding: 16px;
  }

  .solutions-role-card > span {
    grid-row: auto;
  }

  .solutions-role-card small {
    grid-column: 1;
  }

  .solutions-role-card::after {
    left: 16px;
    right: 16px;
  }

  .solutions-role-card strong {
    font-size: 17px;
  }

  .solutions-role-card small {
    font-size: 14.5px;
  }

  .solutions-command-panel {
    grid-template-columns: minmax(190px, 0.74fr) 52px minmax(190px, 0.74fr) minmax(285px, 1.12fr);
    gap: clamp(20px, 1.8vw, 28px);
    padding: 28px;
  }

  .solutions-capability-grid article {
    min-height: 205px;
    padding: 15px;
  }

  .solutions-mini-ui {
    grid-template-columns: 1fr;
  }

  .solutions-mini-ui i,
  .solutions-report-ui strong {
    grid-column: 1;
  }

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

@media (max-height: 820px) and (min-width: 1121px) {
  body.landing-fullscreen {
    --landing-header-height: 76px;
    --landing-bottom-gutter: 10px;
  }

  body.landing-fullscreen .solutions-view {
    padding-top: 0;
  }

  .solutions-stage {
    gap: 10px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .solutions-role-grid {
    min-height: 128px;
  }

  .solutions-role-card {
    min-height: 128px;
    padding: 15px;
    row-gap: 8px;
  }

  .solutions-role-card > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .solutions-role-card strong {
    font-size: 17px;
  }

  .solutions-role-card small {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .solutions-role-card::after {
    left: 62px;
    bottom: 8px;
  }

  .solutions-command-panel {
    gap: 18px;
    padding: 20px;
  }

  .solutions-lane {
    padding: 4px;
  }

  .solutions-lane p {
    margin-bottom: 18px;
    font-size: 13.5px;
  }

  .solutions-lane ul {
    gap: 14px;
  }

  .solutions-lane li {
    font-size: 15px;
    line-height: 1.42;
  }

  .solutions-dashboard {
    padding: 13px;
  }

  .solutions-dashboard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-vessel-card {
    grid-column: 1 / -1;
  }

  .solutions-health-chart,
  .solutions-spend-chart {
    grid-column: auto;
  }

  .solutions-dashboard-header strong {
    font-size: 16.5px;
  }

  .solutions-dashboard-header small,
  .solutions-dashboard-header em {
    font-size: 13px;
  }

  .solutions-dashboard-tile small,
  .solutions-dashboard-chart small,
  .solutions-dashboard-tile em,
  .solutions-dashboard-chart em {
    font-size: 13px;
  }

  .solutions-dashboard-tile strong,
  .solutions-dashboard-chart strong {
    font-size: 25px;
  }

  .solutions-visibility {
    gap: 10px;
    padding: 14px;
  }

  .solutions-visibility h2 {
    font-size: 14px;
  }

  .solutions-capability-grid {
    gap: 10px;
  }

  .solutions-capability-grid article {
    min-height: 198px;
    padding: 13px;
  }

  .solutions-capability-icon {
    width: 36px;
    height: 36px;
  }

  .solutions-capability-grid h3 {
    margin-top: 9px;
    font-size: 15.5px;
  }

  .solutions-capability-grid p {
    margin-top: 7px;
    font-size: 14.5px;
    line-height: 1.4;
  }

  .solutions-mini-ui {
    margin-top: 8px;
    padding: 9px;
  }

  .solutions-mini-ui span,
  .solutions-mini-ui em {
    font-size: 13px;
  }

}

@media (max-width: 1120px) {
  body.landing-fullscreen {
    --landing-header-height: 86px;
    --landing-edge-gutter: clamp(20px, 3.6vw, 40px);
  }

  body.landing-fullscreen main,
  body.landing-fullscreen .landing-fullscreen-main {
    width: 100vw;
    max-width: none;
  }

  body.landing-fullscreen .landing-mobile-menu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: var(--landing-header-height);
    z-index: 5;
    width: auto;
    margin: 0;
  }

  body.landing-fullscreen .landing-hero {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 22px;
    padding-top: 20px;
  }

  body.landing-fullscreen .landing-hero-copy {
    max-width: min(860px, 100%);
  }

  body.landing-fullscreen .landing-lede {
    max-width: min(760px, 100%);
  }

  body.landing-fullscreen .product-preview {
    max-height: min(430px, 44dvh);
  }

  body.landing-fullscreen .showcase-shell {
    overflow: hidden;
  }

  .landing-route-view {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 22px;
  }

  .route-copy {
    align-content: start;
  }

  body.landing-fullscreen .solutions-view {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    padding-top: 16px;
  }

  .solutions-hero {
    align-content: start;
    padding-bottom: 0;
  }

  .solutions-hero h1 {
    max-width: 780px;
    font-size: clamp(38px, 6vw, 54px);
  }

  .solutions-lede {
    max-width: 820px;
    margin-top: 16px;
  }

  .solutions-value-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
  }

  .solutions-value-list article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .solutions-stage {
    grid-template-rows: auto auto auto;
    align-content: start;
    overflow: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(136, 255, 245, 0.36) transparent;
  }

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

  .solutions-role-card {
    min-height: 136px;
  }

  .solutions-command-panel {
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
    gap: 22px;
  }

  .solutions-dashboard {
    grid-column: 1 / -1;
  }

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

  body.landing-fullscreen .features-view {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    padding-top: 16px;
  }

  body.landing-fullscreen .feature-detail-view {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    padding-top: 16px;
  }

  body.landing-fullscreen .feature-detail-copy {
    align-content: start;
  }

  body.landing-fullscreen .feature-detail-copy h1 {
    max-width: 780px;
    font-size: clamp(38px, 6vw, 54px);
  }

  body.landing-fullscreen .feature-detail-copy .feature-detail-lede {
    max-width: 820px;
    margin-top: 16px;
  }

  .feature-back-link {
    margin-bottom: 16px;
  }

  .feature-detail-actions {
    margin-top: 20px;
  }

  .feature-detail-panel {
    align-self: stretch;
  }

  body.landing-fullscreen .features-copy h1 {
    max-width: 780px;
    font-size: clamp(38px, 6vw, 54px);
  }

  body.landing-fullscreen .features-copy .features-lede {
    max-width: 820px;
    margin-top: 16px;
  }

  .features-trust-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
  }

  .features-trust-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .features-card-shell {
    align-self: stretch;
  }

  .features-grid .feature-card {
    min-height: 204px;
  }

  .feature-detail-bullets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-grid-3,
  .route-grid-4,
  .route-grid-5,
  .pricing-view-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .demo-video-modal {
    padding: 10px;
  }

  .demo-video-dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 16px;
    border-radius: 24px;
  }

  .demo-video-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .demo-video-header {
    padding-right: 42px;
  }

  .demo-video-header h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .demo-video-placeholder {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .demo-video-preview {
    min-height: 210px;
  }

  .demo-preview-layout span {
    min-height: 60px;
  }

  .demo-preview-layout span:first-child {
    min-height: 132px;
  }

  .demo-video-copy .landing-button {
    width: 100%;
    justify-content: center;
  }

  .demo-video-sections {
    grid-template-columns: 1fr;
  }

  html:has(body.landing-fullscreen) {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.landing-fullscreen {
    --landing-header-height: 80px;
    --landing-edge-gutter: 16px;
    --landing-bottom-gutter: calc(28px + env(safe-area-inset-bottom, 0px));
    min-height: 100svh;
    height: auto;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.landing-fullscreen main,
  body.landing-fullscreen .landing-fullscreen-main {
    width: 100%;
    min-height: calc(100svh - var(--landing-header-height));
    height: auto;
    margin: 0;
    overflow: visible;
  }

  body.landing-fullscreen .landing-view {
    height: auto;
    min-height: 0;
  }

  body.landing-fullscreen .landing-hero {
    gap: 16px;
    align-items: start;
    height: auto;
    min-height: 0;
    padding-top: 18px;
    padding-bottom: var(--landing-bottom-gutter);
  }

  body.landing-fullscreen .landing-hero-copy,
  body.landing-fullscreen .landing-lede {
    max-width: 100%;
  }

  body.landing-fullscreen .landing-pill {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.landing-fullscreen .landing-hero h1 {
    font-size: clamp(31px, 9vw, 42px);
  }

  body.landing-fullscreen .landing-lede {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  body.landing-fullscreen .landing-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  body.landing-fullscreen .landing-button {
    min-height: 46px;
  }

  body.landing-fullscreen .product-preview {
    width: calc(100vw - 24px);
    max-width: none;
    height: auto;
    min-height: clamp(456px, 118vw, 540px);
    max-height: none;
    margin-inline: calc((100% - (100vw - 24px)) / 2);
    border-radius: 22px;
    overflow: visible;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
      linear-gradient(135deg, rgba(10, 38, 51, 0.94), rgba(3, 14, 24, 0.92) 54%, rgba(3, 10, 18, 0.98));
  }

  body.landing-fullscreen .showcase-shell {
    gap: 8px;
    grid-template-rows: auto minmax(0, 1fr);
    height: auto;
    min-height: inherit;
    padding: 8px;
    overflow: visible;
  }

  body.landing-fullscreen .showcase-layout {
    height: auto;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 8px;
    overflow: visible;
  }

  body.landing-fullscreen .showcase-tabs {
    display: flex;
    gap: 7px;
    width: 100%;
    min-width: 0;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 18px;
    scroll-behavior: smooth;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.landing-fullscreen .showcase-tabs::-webkit-scrollbar {
    display: none;
  }

  body.landing-fullscreen .showcase-tabs::before,
  body.landing-fullscreen .showcase-tabs::after {
    flex: 0 0 calc((100% - 152px) / 2);
    content: "";
  }

  body.landing-fullscreen .showcase-tab {
    flex: 0 0 68px;
    grid-template-columns: 1fr;
    justify-items: center;
    min-width: 0;
    min-height: 38px;
    gap: 7px;
    padding-inline: 8px;
    border-radius: 14px;
    scroll-snap-align: center;
  }

  body.landing-fullscreen .showcase-tab.is-active {
    flex-basis: 152px;
    grid-template-columns: 22px minmax(0, 1fr);
    justify-items: start;
  }

  body.landing-fullscreen .showcase-tab > span {
    width: 22px;
    height: 22px;
    border-radius: 8px;
  }

  body.landing-fullscreen .showcase-tab strong {
    display: none;
    font-size: 10.25px;
    line-height: 1.08;
  }

  body.landing-fullscreen .showcase-tab.is-active strong {
    display: grid;
  }

  body.landing-fullscreen .showcase-stage {
    min-height: clamp(370px, 96vw, 430px);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(244, 249, 250, 0.075), rgba(244, 249, 250, 0.025)),
      rgba(4, 17, 27, 0.52);
  }

  body.landing-fullscreen .showcase-slide {
    gap: 9px;
    align-content: start;
    grid-template-rows: auto minmax(0, auto);
    padding: 10px;
  }

  body.landing-fullscreen .showcase-app-header {
    padding-bottom: 7px;
  }

  body.landing-fullscreen .showcase-app-header h2 {
    margin-top: 2px;
    font-size: 20px;
  }

  body.landing-fullscreen .showcase-app-header small {
    font-size: 10px;
  }

  body.landing-fullscreen .showcase-user-chip {
    width: 36px;
    height: 36px;
  }

  body.landing-fullscreen .showcase-status-pill,
  body.landing-fullscreen .showcase-action-chip {
    min-height: 24px;
    padding-inline: 8px;
    font-size: 9.5px;
  }

  body.landing-fullscreen .showcase-slide-grid,
  body.landing-fullscreen .showcase-overview-screen {
    align-content: start;
    align-items: start;
    gap: 8px;
  }

  body.landing-fullscreen .showcase-panel-primary {
    align-self: start;
    padding: 11px;
    border-radius: 16px;
  }

  body.landing-fullscreen .showcase-panel-header {
    margin-bottom: 7px;
  }

  body.landing-fullscreen .showcase-panel-header strong {
    font-size: 14px;
  }

  body.landing-fullscreen .showcase-panel-header em {
    min-height: 23px;
    padding-inline: 8px;
    font-size: 9.5px;
  }

  body.landing-fullscreen .showcase-vessel-photo {
    min-height: 112px;
  }

  body.landing-fullscreen .showcase-readiness-list,
  body.landing-fullscreen .showcase-health-bars {
    gap: 8px;
  }

  body.landing-fullscreen .showcase-work-record,
  body.landing-fullscreen .showcase-service-row,
  body.landing-fullscreen .showcase-inventory-record,
  body.landing-fullscreen .showcase-report-row-media {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 62px;
    padding: 8px 0;
  }

  body.landing-fullscreen .showcase-photo-thumb {
    width: 54px;
    height: 44px;
    border-radius: 12px;
  }

  body.landing-fullscreen .showcase-work-record strong,
  body.landing-fullscreen .showcase-service-row strong,
  body.landing-fullscreen .showcase-inventory-record strong,
  body.landing-fullscreen .showcase-report-row strong {
    font-size: 12.5px;
    line-height: 1.16;
  }

  body.landing-fullscreen .showcase-work-record small,
  body.landing-fullscreen .showcase-service-row small,
  body.landing-fullscreen .showcase-inventory-record small,
  body.landing-fullscreen .showcase-report-row small {
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.25;
  }

  body.landing-fullscreen .showcase-work-record + .showcase-work-record + .showcase-work-record,
  body.landing-fullscreen .showcase-service-row + .showcase-service-row + .showcase-service-row,
  body.landing-fullscreen .showcase-inventory-record + .showcase-inventory-record + .showcase-inventory-record,
  body.landing-fullscreen .showcase-report-row + .showcase-report-row + .showcase-report-row {
    display: grid;
  }

  body.landing-fullscreen .showcase-service-row + .showcase-service-row + .showcase-service-row + .showcase-service-row,
  body.landing-fullscreen .showcase-inventory-record + .showcase-inventory-record + .showcase-inventory-record + .showcase-inventory-record,
  body.landing-fullscreen .showcase-report-row + .showcase-report-row + .showcase-report-row + .showcase-report-row {
    display: none;
  }

  body.landing-fullscreen .showcase-photo-strip {
    gap: 6px;
    margin: 10px 0;
  }

  body.landing-fullscreen .showcase-report-page {
    min-height: 232px;
  }

  body.landing-fullscreen .showcase-report-cover,
  body.landing-fullscreen .showcase-report-cover img {
    min-height: 108px;
    height: 108px;
  }

  .route-grid-3,
  .route-grid-4,
  .route-grid-5,
  .pricing-view-grid {
    grid-template-columns: 1fr;
  }

  .landing-route-view {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px 0 16px;
    overflow-x: hidden;
  }

  body.landing-fullscreen .route-copy,
  .route-card-shell,
  .route-grid,
  .route-grid article {
    width: calc(100vw - (var(--landing-edge-gutter) * 2));
    width: calc(100svw - (var(--landing-edge-gutter) * 2));
    max-width: calc(100vw - (var(--landing-edge-gutter) * 2));
    max-width: calc(100svw - (var(--landing-edge-gutter) * 2));
    min-width: 0;
  }

  body.landing-fullscreen .route-copy h1,
  body.landing-fullscreen .route-copy p:not(.section-kicker) {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  body.landing-fullscreen .solutions-view {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .solutions-hero,
  .solutions-stage,
  .solutions-lede,
  .solutions-value-list {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
  }

  body.landing-fullscreen .solutions-kicker {
    min-height: 32px;
    margin-bottom: 14px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .solutions-hero h1 {
    font-size: clamp(31px, 8.5vw, 40px);
  }

  .solutions-lede {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.45;
  }

  .solutions-value-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .solutions-value-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .solutions-value-list article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .solutions-value-list small {
    display: none;
  }

  .solutions-role-grid,
  .solutions-command-panel,
  .solutions-capability-grid {
    grid-template-columns: 1fr;
  }

  .solutions-stage {
    display: block;
    align-content: start;
    overflow: auto;
    max-width: 100%;
    padding-right: 4px;
  }

  .solutions-role-grid {
    align-content: start;
    gap: 10px;
    min-height: 0;
    margin-bottom: 14px;
  }

  .solutions-role-card {
    grid-template-columns: 60px minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 16px 16px 26px;
    overflow: hidden;
  }

  .solutions-role-card > span {
    grid-row: 1 / span 2;
  }

  .solutions-role-card strong {
    font-size: 17px;
  }

  .solutions-role-card small {
    grid-column: 2;
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.48;
  }

  .solutions-command-panel,
  .solutions-visibility {
    border-radius: 20px;
    overflow: visible;
  }

  .solutions-command-panel {
    gap: 20px;
    padding: 20px;
    margin-bottom: 18px;
  }

  .solutions-transition {
    justify-content: flex-start;
    min-width: 0;
    min-height: 44px;
  }

  .solutions-transition::before {
    top: 2px;
    bottom: 2px;
    left: 21px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(41, 239, 230, 0.35), transparent);
    transform: none;
  }

  .solutions-transition svg {
    transform: rotate(90deg);
  }

  .solutions-dashboard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-vessel-card,
  .solutions-health-chart,
  .solutions-spend-chart {
    grid-column: 1 / -1;
  }

  .solutions-visibility {
    padding: 16px;
  }

  .solutions-capability-grid article {
    min-height: auto;
  }

  body.landing-fullscreen .features-view {
    gap: 14px;
  }

  body.landing-fullscreen .feature-detail-view {
    gap: 14px;
  }

  body.landing-fullscreen .features-kicker {
    min-height: 32px;
    margin-bottom: 16px;
    padding-inline: 14px;
    font-size: 11px;
  }

  body.landing-fullscreen .route-copy h1 {
    font-size: clamp(30px, 8.2vw, 40px);
  }

  body.landing-fullscreen .features-copy h1 {
    font-size: clamp(31px, 8.5vw, 40px);
  }

  body.landing-fullscreen .route-copy p:not(.section-kicker) {
    margin-top: 12px;
    font-size: 15px;
  }

  body.landing-fullscreen .features-copy .features-lede {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.45;
  }

  body.landing-fullscreen .feature-detail-kicker {
    min-height: 32px;
    margin-bottom: 16px;
    padding-inline: 14px;
    font-size: 11px;
  }

  body.landing-fullscreen .feature-detail-copy h1 {
    font-size: clamp(31px, 8.5vw, 40px);
  }

  body.landing-fullscreen .feature-detail-copy .feature-detail-lede {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.45;
  }

  .feature-detail-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .feature-detail-actions .landing-button {
    flex: 1 1 150px;
    padding-inline: 18px;
  }

  .feature-detail-panel {
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
  }

  .feature-detail-guide-grid,
  .feature-detail-workflow,
  .feature-detail-mini-preview,
  .feature-detail-matters-list {
    grid-template-columns: 1fr;
  }

  .feature-detail-guide-section {
    padding: 14px;
    border-radius: 18px;
  }

  .feature-detail-section-heading {
    margin-bottom: 11px;
  }

  .feature-detail-panel-header {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .feature-detail-code {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .feature-detail-bullets {
    grid-template-columns: 1fr;
  }

  .feature-detail-bullets article {
    min-height: auto;
    padding: 15px;
  }

  .feature-detail-mini-preview {
    padding: 16px;
  }

  .feature-detail-mini-list > article {
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
  }

  .feature-detail-preview-thumb {
    width: 50px;
    height: 44px;
  }

  .feature-detail-mini-list b {
    grid-column: 2;
    justify-self: start;
    margin-top: -2px;
  }

  .features-trust-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .features-trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .features-trust-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .features-trust-item small {
    display: none;
  }

  .route-card-shell {
    padding-right: 2px;
  }

  .route-grid article,
  .features-grid .feature-card,
  .route-pricing-card {
    min-height: auto;
    padding: 18px;
  }

  .resources-card-grid .resource-card-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .resources-card-grid .resource-card-icon svg {
    width: 29px;
    height: 29px;
  }

  .features-grid .feature-card {
    min-height: 184px;
  }

  .feature-icon-badge {
    width: 64px;
    height: 64px;
    border-radius: 21px;
  }

  .feature-icon-badge svg {
    width: 30px;
    height: 30px;
  }

  .route-pricing-card {
    min-height: 340px;
  }
}

@media (max-width: 1440px) {
  .pricing-route-view {
    grid-template-columns: minmax(300px, 0.46fr) minmax(0, 1.54fr);
    gap: 26px;
  }

  .pricing-hero h1 {
    font-size: clamp(38px, 4vw, 58px);
  }

  .pricing-plan-grid {
    gap: 12px;
  }

  .pricing-plan-card {
    padding: 18px;
  }
}

@media (max-width: 1120px) {
  .pricing-route-view {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: start;
    gap: 18px;
    overflow: hidden;
  }

  .pricing-hero {
    align-content: start;
  }

  .pricing-hero h1 {
    max-width: 780px;
  }

  .pricing-hero-copy {
    max-width: 820px;
    margin-top: 14px;
  }

  .pricing-hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }

  .pricing-hero-points article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pricing-point-icon {
    width: 38px;
    height: 38px;
  }

  .pricing-point-icon svg {
    width: 21px;
    height: 21px;
  }

  .pricing-stage {
    align-content: start;
    max-height: 100%;
    overflow: auto;
    padding: 4px 3px 14px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(136, 255, 245, 0.36) transparent;
  }

  .pricing-plan-featured {
    transform: none;
  }

  .pricing-trial-strip,
  .pricing-microcopy {
    display: none;
  }
}

@media (max-height: 850px) and (min-width: 761px) {
  .pricing-route-view {
    grid-template-columns: minmax(340px, 0.58fr) minmax(0, 1.42fr);
    gap: 22px;
  }

  .pricing-hero h1 {
    font-size: clamp(40px, 3.6vw, 52px);
  }

  .pricing-hero-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.45;
  }

  .pricing-hero-points {
    gap: 10px;
    margin-top: 20px;
  }

  .pricing-hero-points article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .pricing-point-icon {
    width: 42px;
    height: 42px;
  }

  .pricing-point-icon svg {
    width: 22px;
    height: 22px;
  }

  .pricing-hero-points p {
    line-height: 1.34;
  }
}

@media (max-width: 760px) {
  .pricing-route-view {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px 0 22px;
  }

  .pricing-pill {
    min-height: 30px;
    margin-bottom: 14px;
  }

  .pricing-hero h1 {
    font-size: clamp(31px, 8.5vw, 42px);
  }

  .pricing-hero-copy {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .pricing-hero-points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .pricing-hero-points article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .pricing-point-icon {
    width: 36px;
    height: 36px;
  }

  .pricing-stage {
    align-content: start;
    overflow: visible;
    padding: 0 0 12px;
  }

  .pricing-plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pricing-plan-card {
    padding: 18px;
    border-radius: 18px;
  }

  .pricing-popular-badge {
    position: static;
    justify-self: start;
    width: fit-content;
    transform: none;
    margin-bottom: 2px;
  }

  .pricing-description {
    min-height: auto;
  }

  .pricing-price strong {
    font-size: clamp(38px, 11vw, 50px);
  }

  .pricing-trial-strip,
  .pricing-microcopy {
    display: none;
  }
}

@media (max-width: 430px) {
  body.landing-fullscreen .landing-hero h1 {
    font-size: 32px;
  }

  body.landing-fullscreen .landing-brand strong {
    font-size: 17px;
  }

  body.landing-fullscreen .landing-brand em {
    letter-spacing: 0.14em;
  }
}

@media (max-width: 1120px) {
  html:has(body.landing-menu-open),
  body.landing-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.landing-page.landing-menu-open::after {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 8;
    height: auto;
    background:
      radial-gradient(ellipse at 82% 9%, rgba(50, 222, 214, 0.16), transparent 34%),
      rgba(1, 6, 13, 0.78);
    backdrop-filter: blur(16px) saturate(1.12);
    filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.landing-menu-open .landing-header {
    z-index: 12;
  }

  .landing-header {
    grid-template-columns: auto 1fr;
  }

  .landing-actions {
    justify-self: end;
  }

  body.landing-menu-open main,
  body.landing-menu-open .landing-fullscreen-main {
    pointer-events: none;
  }

  .landing-menu-button {
    border: 1px solid rgba(181, 240, 244, 0.2);
    border-radius: 16px;
    background: rgba(7, 22, 34, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .landing-menu-button:hover,
  .landing-menu-button:focus-visible {
    border-color: rgba(105, 255, 244, 0.48);
    background: rgba(13, 42, 58, 0.8);
    outline: none;
  }

  .landing-menu-button:active {
    transform: scale(0.98);
  }

  .landing-menu-button span {
    width: 24px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.landing-menu-open .landing-menu-button {
    border-color: rgba(102, 255, 246, 0.46);
    background: rgba(10, 40, 54, 0.9);
  }

  body.landing-menu-open .landing-menu-button span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  body.landing-menu-open .landing-menu-button span:nth-child(2) {
    opacity: 0;
  }

  body.landing-menu-open .landing-menu-button span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .landing-mobile-menu,
  body.landing-fullscreen .landing-mobile-menu {
    position: fixed;
    top: calc(var(--landing-header-height, 86px) + 4px);
    right: max(14px, calc(env(safe-area-inset-right, 0px) + 14px));
    left: max(14px, calc(env(safe-area-inset-left, 0px) + 14px));
    z-index: 13;
    width: auto;
    max-height: calc(100dvh - var(--landing-header-height, 86px) - env(safe-area-inset-bottom, 0px) - 24px);
    margin: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(82, 239, 233, 0.3);
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(7, 24, 38, 0.985), rgba(2, 10, 18, 0.97)),
      rgba(2, 10, 18, 0.98);
    box-shadow:
      0 28px 80px rgba(0, 0, 0, 0.56),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px) saturate(1.22);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .landing-mobile-menu a {
    min-height: 54px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(187, 232, 238, 0.1);
    border-radius: 16px;
    color: rgba(248, 253, 255, 0.96);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    font-size: 15px;
    font-weight: 760;
    line-height: 1.15;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .landing-mobile-menu a:hover,
  .landing-mobile-menu a:focus-visible {
    border-color: rgba(90, 255, 246, 0.42);
    color: #ffffff;
    background: rgba(55, 224, 215, 0.13);
    outline: none;
  }

  .landing-mobile-menu a:active {
    transform: scale(0.99);
    background: rgba(55, 224, 215, 0.2);
  }

  .landing-mobile-menu a[href="/login"] {
    border-color: rgba(171, 226, 232, 0.2);
    background: rgba(255, 255, 255, 0.1);
  }

  .landing-mobile-menu a[href="/signup"] {
    border-color: rgba(154, 255, 248, 0.58);
    color: #001a20;
    background: linear-gradient(180deg, rgba(113, 255, 247, 0.96), rgba(25, 177, 182, 0.96));
    box-shadow: 0 16px 34px rgba(18, 168, 171, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  }
}

@media (max-width: 760px) {
  body.landing-fullscreen .landing-header {
    padding-left: max(16px, calc(env(safe-area-inset-left, 0px) + 16px));
    padding-right: max(10px, calc(env(safe-area-inset-right, 0px) + 10px));
  }

  .landing-actions {
    justify-self: end;
    margin-right: -2px;
  }

  .landing-menu-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }

  .landing-mobile-menu,
  body.landing-fullscreen .landing-mobile-menu {
    top: calc(var(--landing-header-height, 80px) + 2px);
    right: max(10px, calc(env(safe-area-inset-right, 0px) + 10px));
    left: max(10px, calc(env(safe-area-inset-left, 0px) + 10px));
    max-height: calc(100dvh - var(--landing-header-height, 80px) - env(safe-area-inset-bottom, 0px) - 18px);
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .landing-mobile-menu a {
    min-height: 52px;
    padding-inline: 15px;
  }
}

/* Premium marketing motion polish. */
body.landing-page :is(
  .landing-button,
  .landing-button-small,
  .landing-button-text,
  .landing-menu-button,
  .landing-nav a,
  .landing-mobile-menu a,
  .pricing-card-cta,
  .demo-video-close,
  .demo-video-action
) {
  transition:
    transform var(--landing-motion-quick),
    border-color var(--landing-motion-quick),
    background var(--landing-motion-quick),
    color var(--landing-motion-quick),
    box-shadow var(--landing-motion-smooth),
    filter var(--landing-motion-quick),
    opacity var(--landing-motion-quick);
}

body.landing-page :is(
  .feature-card,
  .resource-card,
  .pricing-card,
  .route-pricing-card,
  .solution-card,
  .showcase-window,
  .showcase-mobile-shell,
  .demo-video-panel,
  .report-preview-card,
  .module-card,
  .testimonial-card
) {
  transition:
    transform var(--landing-motion-smooth),
    border-color var(--landing-motion-quick),
    background var(--landing-motion-quick),
    box-shadow var(--landing-motion-smooth),
    filter var(--landing-motion-quick);
}

body.landing-page .landing-mobile-menu:not([hidden]) {
  animation: landingMenuSettle var(--landing-motion-panel) both;
}

body.landing-demo-modal-open .demo-video-modal:not([hidden]) .demo-video-panel {
  animation: landingModalSettle var(--landing-motion-panel) both;
}

@media (hover: hover) and (pointer: fine) {
  body.landing-page :is(
    .landing-button,
    .landing-button-small,
    .landing-button-text,
    .landing-menu-button,
    .pricing-card-cta,
    .demo-video-close,
    .demo-video-action
  ):hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
  }

  body.landing-page :is(
    .feature-card,
    .resource-card,
    .pricing-card,
    .route-pricing-card,
    .solution-card,
    .showcase-window,
    .showcase-mobile-shell,
    .report-preview-card,
    .module-card,
    .testimonial-card
  ):hover {
    transform: translateY(-2px);
  }
}

body.landing-page :is(
  .landing-button,
  .landing-button-small,
  .landing-button-text,
  .landing-menu-button,
  .landing-mobile-menu a,
  .pricing-card-cta,
  .demo-video-close,
  .demo-video-action
):active {
  transform: translateY(0) scale(0.985);
}

@keyframes landingMenuSettle {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }

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

@keyframes landingModalSettle {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
