:root {
color-scheme: dark;
  --header-height: 76px;
  --bg: #070b12;
  --bg-2: #0b111b;
  --surface: #0f1724;
  --surface-2: #121c2b;
  --surface-3: #172235;
  --line: rgba(217, 226, 240, 0.12);
  --line-strong: rgba(217, 226, 240, 0.20);
  --text: #f7f9fc;
  --muted: #a9b3c2;
  --soft: #7c8798;
  --accent: #62d8ee;
  --accent-2: #8d75ff;
  --coral: #ff7277;
  --green: #55d69a;
  --warning: #f7c982;
  --glass-bg: rgba(10, 18, 33, 0.34);
  --glass-bg-strong: rgba(12, 22, 42, 0.46);
  --glass-line: rgba(185, 223, 255, 0.22);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
box-sizing: border-box;
}

html {
background: var(--bg);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(98, 216, 238, 0.10), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(141, 117, 255, 0.10), transparent 30rem),
    linear-gradient(180deg, #060a11 0%, #090e16 52%, #070b12 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.026;
  background: rgba(255, 255, 255, 0.10);
  filter: url(#noise-texture);
  mix-blend-mode: soft-light;
  transform: translateZ(0);
}

.hud-card,
.app-card,
.card,
.trust-card,
.guide-card,
.vision-card,
.vision-panel,
.method-card,
.proof-card,
.cta-card,
.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.home-flow-steps article,
.home-trust-grid article {
background: rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 6px 0 rgba(31, 38, 135, 0);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
}

.hud-card::before {
content: none !important;
}

.hud-card::after {
opacity: 0.22;
}

.hero-glass-stage .hud-card,
.hero-glass-stage .hud-node {
will-change: opacity;
}

body.nav-open {
overflow: hidden;
}

a {
color: #8ee8f5;
  text-underline-offset: 0.22em;
}

a:hover {
color: #fff;
}

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

h1,
h2,
h3,
p {
margin-top: 0;
}

h1 {
max-width: 860px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
margin-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
}

p {
color: var(--muted);
}

:focus-visible {
outline: 3px solid rgba(98, 216, 238, 0.62);
  outline-offset: 3px;
}

.skip-link {
position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: var(--radius-sm);
  background: #fff;
  color: #06101a;
  padding: 10px 14px;
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
transform: translateY(0);
}

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

.glass-filter {
position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
max-width: 820px;
}

.site-header {
position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(185, 223, 255, 0.14);
  background: rgba(5, 9, 18, 0.54);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
}

.site-nav {
display: flex;
  width: min(calc(100% - 40px), var(--container));
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 4.2vw, 72px);
  margin-inline: auto;
}

.brand {
display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-weight: 880;
  text-decoration: none;
}

.brand-logo {
display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.nav-links {
display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.45vw, 24px);
}

.nav-links a {
color: rgba(247, 249, 252, 0.76);
  font-size: 0.93rem;
  font-weight: 760;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
color: #fff;
}

.nav-cta,
.button {
display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.nav-cta {
margin-left: clamp(2px, 0.7vw, 10px);
  padding: 0 20px;
  border: 1px solid rgba(98, 216, 238, 0.34);
  background:
    linear-gradient(135deg, rgba(98, 216, 238, 0.22), rgba(141, 117, 255, 0.22)),
    rgba(255, 255, 255, 0.06);
  color: #dffbff !important;
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  backdrop-filter: blur(10px) saturate(160%);
}

.button {
padding: 0 20px;
}

.button-primary {
border: 1px solid rgba(98, 216, 238, 0.45);
  background: linear-gradient(135deg, #5ad6ed, #7e68f5);
  color: #fff;
  box-shadow: 0 18px 46px rgba(98, 216, 238, 0.14);
}

.button-secondary {
border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.button-row {
display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: clamp(16px, 2.5svh, 28px) 0 clamp(10px, 1.6svh, 18px);
}

.nav-toggle {
display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  color: var(--text);
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.nav-toggle-bars::before {
transform: translateY(-6px);
}

.nav-toggle-bars::after {
transform: translateY(4px);
}

.section-label {
margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lead,
.page-hero p {
max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
}

.home-page main {
position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 14% 0%, rgba(98, 216, 238, 0.06), transparent 34rem),
    linear-gradient(180deg, #020611 0%, #050913 42%, #070b12 100%);
}

.home-page main > section {
position: relative;
  z-index: 2;
}

.hero {
position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(50px, 6vw, 76px) 0 clamp(44px, 5.6vw, 70px);
}

.hero-immersive {
display: grid;
  min-height: 560px;
  height: calc(100svh - var(--header-height));
  max-height: none;
  align-items: center;
  padding-block: 0;
  background-color: #020611;
}

.hero-immersive::before {
position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  background-image: url("/assets/img/hero-human-background.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.hero-immersive::after {
position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 7, 18, 0.20) 0%, rgba(2, 7, 18, 0.10) 30%, rgba(2, 7, 18, 0.03) 70%, rgba(2, 7, 18, 0.05) 100%),
    linear-gradient(180deg, rgba(2, 7, 18, 0.12) 0%, rgba(2, 7, 18, 0) 44%, rgba(2, 7, 18, 0.28) 78%, rgba(2, 7, 18, 0.70) 100%);
  content: "";
}

.hero-orbit {
position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-orbit::before,
.hero-orbit::after {
position: absolute;
  border-radius: 999px;
  content: "";
}

.hero-orbit::before {
left: clamp(36%, 47vw, 56%);
  top: 25%;
  width: min(38vw, 620px);
  height: min(30vw, 430px);
  border: 1px dashed rgba(176, 216, 255, 0.18);
  opacity: 0.62;
  transform: rotate(-8deg);
  animation: orbitFloat 18s ease-in-out infinite alternate;
}

.hero-orbit::after {
left: clamp(39%, 51vw, 60%);
  top: 33%;
  width: min(32vw, 510px);
  height: min(24vw, 360px);
  border: 1px dashed rgba(176, 216, 255, 0.14);
  opacity: 0.54;
  transform: rotate(12deg);
  animation: orbitFloat 22s ease-in-out infinite alternate-reverse;
}

.hero-grid {
display: grid;
  width: min(calc(100% - 96px), 1420px);
  height: 100%;
  grid-template-columns: minmax(300px, 0.46fr) minmax(560px, 1.54fr);
  gap: clamp(28px, 3.6vw, 54px);
  align-items: center;
  min-height: 0;
  padding-block: clamp(24px, 4.2svh, 70px);
  margin-inline: auto;
}

.hero-copy {
min-width: 0;
  max-width: 480px;
  padding-top: 0;
}

.hero-copy h1 {
max-width: 480px;
  margin-bottom: clamp(12px, 2svh, 22px);
  font-size: clamp(2.8rem, min(4.85vw, 7svh), 5.15rem);
  text-wrap: balance;
  text-shadow: 0 10px 44px rgba(0, 0, 0, 0.54);
}

.hero-title-accent {
background: linear-gradient(105deg, #5ee2ff 0%, #8d75ff 54%, #ff5aa9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(114, 132, 255, 0.22));
}

.hero-copy .lead {
max-width: 560px;
  margin-bottom: 0;
  color: rgba(247, 249, 252, 0.82);
  font-size: clamp(0.98rem, min(1.42vw, 1.95svh), 1.18rem);
  line-height: 1.58;
}

.hero-copy,
.app-card,
.card,
.trust-card,
.guide-card {
min-width: 0;
}

.hero-glass-stage {
position: relative;
  min-height: min(600px, calc(100svh - var(--header-height) - 72px));
  transform: translateX(20px) scale(0.94);
  transform-origin: center right;
}

.hero-copy .button {
min-height: clamp(40px, 4.8svh, 46px);
  padding-inline: clamp(16px, 1.7vw, 20px);
  font-size: clamp(0.86rem, 1.55svh, 0.96rem);
}

.hud-card {
--glass-edge: 255, 255, 255;
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  overflow: hidden;
  isolation: isolate;
  border: 0.5px solid rgba(var(--glass-edge), 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.001);
  box-shadow:
    inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.32),
    inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 14px rgba(255, 255, 255, 0.025),
    0 12px 26px rgba(0, 0, 0, 0.12);
  color: #fff;
  padding: 18px;
  transform: translateZ(0);
  pointer-events: none;
}

.hud-card::before {
position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.012);
  -webkit-backdrop-filter: blur(10px) saturate(0.72) contrast(1.03) brightness(1.05);
  backdrop-filter: blur(10px) saturate(0.72) contrast(1.03) brightness(1.05);
  content: "";
  filter: url("#glass-blur");
  opacity: 0.98;
}

.hud-card::after {
position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.018) 22%, rgba(255, 255, 255, 0.004) 58%, rgba(255, 255, 255, 0.035) 100%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.075), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0.8px 0.8px 1.2px rgba(255, 255, 255, 0.22),
    inset -0.8px -0.8px 1.2px rgba(255, 255, 255, 0.075),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.025);
  opacity: 0.54;
  content: "";
}

.hud-card > * {
position: relative;
  z-index: 1;
}

.hud-card strong,
.hud-card small {
display: block;
}

.hud-card strong {
color: #fff;
  font-size: 0.94rem;
  line-height: 1.18;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.5);
}

.hud-card small {
margin-top: 8px;
  color: rgba(225, 234, 247, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
}

.hud-icon {
position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  isolation: isolate;
  border: 0.5px solid rgba(217, 242, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.012);
  color: rgba(236, 246, 255, 0.90);
  box-shadow:
    inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.28),
    inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px) saturate(0.82) brightness(1.06);
  backdrop-filter: blur(10px) saturate(0.82) brightness(1.06);
}

.hud-icon svg,
.hud-node svg {
width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hud-icon-coral {
color: #ff8b70;
  filter: drop-shadow(0 0 10px rgba(255, 139, 112, 0.28));
}

.hud-icon-violet,
.hud-icon-purple {
color: #a277ff;
  filter: drop-shadow(0 0 10px rgba(162, 119, 255, 0.26));
}

.hud-icon-cyan {
color: #35d9f3;
  filter: drop-shadow(0 0 10px rgba(53, 217, 243, 0.26));
}

.hud-icon-pink {
color: #ff5aa9;
  filter: drop-shadow(0 0 10px rgba(255, 90, 169, 0.28));
}

.hud-chart {
grid-column: 2;
  width: 132px;
  height: 48px;
  margin-top: 16px;
  opacity: 0.92;
}

.hud-chart-small {
width: 140px;
  margin-top: 14px;
}

.hud-grid {
fill: none;
  stroke: rgba(114, 180, 255, 0.08);
  stroke-width: 1;
}

.hud-line {
fill: none;
  stroke: #22d7ff;
  stroke-linecap: round;
  stroke-width: 2.6;
  filter: drop-shadow(0 0 9px rgba(34, 215, 255, 0.50));
}

.hud-line-purple {
stroke: #a277ff;
  filter: drop-shadow(0 0 9px rgba(162, 119, 255, 0.48));
}

.hud-bars,
.hud-analysis-bars {
grid-column: 2;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.hud-bars {
grid-template-columns: 34px 34px 22px 22px;
  align-items: end;
}

.hud-bars i,
.hud-analysis-bars i {
display: block;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c15cff, #22d7e8);
  box-shadow: 0 0 12px rgba(72, 216, 255, 0.28);
}

.hud-analysis-bars i {
height: 4px;
  background: linear-gradient(90deg, #3a73ff, #7adfff);
}

.hud-analysis-bars i:nth-child(1) {
width: 62px;
}

.hud-analysis-bars i:nth-child(2) {
width: 104px;
}

.hud-analysis-bars i:nth-child(3) {
width: 48px;
}

.hud-analysis-bars i:nth-child(4) {
width: 92px;
}

.hud-recipe-img {
grid-column: 1 / -1;
  display: block;
  width: 100%;
  height: 78px;
  margin-top: 10px;
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.hud-heart {
position: absolute;
  right: 18px;
  bottom: 23px;
  color: #ff8b70;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 139, 112, 0.30);
}

.hud-card-medical {
top: 44px;
  left: 82px;
  width: 258px;
  min-height: 178px;
  animation: cardFloat 10s ease-in-out infinite;
}

.hud-card-mental {
top: 118px;
  right: 70px;
  width: 232px;
  min-height: 134px;
  animation: cardFloat 9s ease-in-out infinite 0.9s;
}

.hud-card-recipes {
top: 338px;
  right: 304px;
  width: 202px;
  min-height: 202px;
  z-index: 4;
  animation: cardFloat 10s ease-in-out infinite 0.3s;
}

.hud-card-activity {
left: 58px;
  bottom: 56px;
  width: 228px;
  min-height: 168px;
  animation: cardFloat 9.5s ease-in-out infinite 1.2s;
}

.hud-card-analysis {
right: 30px;
  bottom: 24px;
  width: 188px;
  min-height: 152px;
  z-index: 3;
  animation: cardFloat 10.5s ease-in-out infinite 1.6s;
}

.hud-node {
position: absolute;
  z-index: 1;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.006);
  color: rgba(236, 246, 255, 0.82);
  box-shadow:
    inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.22),
    inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(255, 255, 255, 0.035);
  -webkit-backdrop-filter: blur(10px) saturate(0.78) brightness(1.05);
  backdrop-filter: blur(10px) saturate(0.78) brightness(1.05);
  animation: nodeFloat 12s ease-in-out infinite;
}

.hud-node svg {
width: 34px;
  height: 34px;
  stroke-width: 1.45;
}

.hud-node-shield {
left: 28px;
  top: 262px;
  color: rgba(142, 232, 245, 0.92);
}

.hud-node-clipboard {
left: 402px;
  top: 28px;
  color: rgba(122, 223, 255, 0.92);
}

.hud-node-note {
right: 128px;
  top: 22px;
  color: rgba(122, 223, 255, 0.88);
}

.hud-node-user {
display: none;
}

.hud-node-dumbbell {
left: 442px;
  bottom: 42px;
  color: rgba(162, 119, 255, 0.86);
}

.hud-node-leaf {
right: 238px;
  bottom: 10px;
  color: rgba(134, 240, 208, 0.88);
}

.hud-node:nth-of-type(2n) {
animation-delay: 0s;
}

.hud-node:nth-of-type(3n) {
animation-delay: 0s;
}

.section {
padding: clamp(62px, 7vw, 104px) 0;
}

.section-heading {
margin-bottom: 28px;
}

.section-heading p {
max-width: 760px;
}

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

.app-card,
.card,
.trust-card,
.guide-card {
border: 1px solid rgba(185, 223, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(15, 23, 36, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 54px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px) saturate(145%);
  backdrop-filter: blur(10px) saturate(145%);
}

.app-card,
.card,
.trust-card {
padding: 24px;
}

.app-card {
position: relative;
  overflow: hidden;
}

.app-card img {
margin-bottom: 22px;
}

.app-card p,
.card p,
.trust-card p,
.guide-card small {
color: var(--muted);
}

.card h2,
.feature-flow h2 {
font-size: 1.18rem;
  line-height: 1.22;
}

.app-card a,
.card a:not(.button) {
display: inline-flex;
  margin-top: 14px;
  color: #b7f3fb;
  font-weight: 820;
  text-decoration: none;
}

.nova-status {
width: fit-content;
  max-width: 76px;
  margin: 0 auto 11px;
  overflow: hidden;
  border-color: rgba(255, 214, 126, 0.36);
  color: rgba(255, 230, 173, 0.30);
  filter: blur(7px);
  white-space: nowrap;
  user-select: none;
}

.app-status {
display: inline-flex;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 249, 252, 0.82);
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.applications-page {
background:
    radial-gradient(circle at 70% 8%, rgba(141, 117, 255, 0.10), transparent 34rem),
    radial-gradient(circle at 16% 0%, rgba(98, 216, 238, 0.08), transparent 32rem),
    linear-gradient(180deg, #050912 0%, #070b12 52%, #060a10 100%);
}

.apps-hero {
position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  min-height: 560px;
  height: calc(100svh - var(--header-height));
  max-height: none;
  align-items: center;
  border-bottom: 1px solid rgba(185, 223, 255, 0.11);
  padding-block: 0;
  background-color: #020611;
}

.apps-hero > .container {
position: relative;
  width: min(calc(100% - 96px), 1420px);
  max-width: 1420px;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  margin-inline: auto;
}

.apps-hero .section-label,
.apps-catalog-section .section-label {
color: #6ee7f5;
}

.apps-hero::before,
.apps-hero::after {
position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 7, 18, 0.30) 0%, rgba(2, 7, 18, 0.13) 30%, rgba(2, 7, 18, 0.04) 70%, rgba(2, 7, 18, 0.08) 100%),
    linear-gradient(180deg, rgba(2, 7, 18, 0.16) 0%, rgba(2, 7, 18, 0) 44%, rgba(2, 7, 18, 0.30) 78%, rgba(2, 7, 18, 0.72) 100%);
  content: "";
}

.apps-hero::before {
position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  background-image: url("/assets/img/background-applications-lines.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.apps-hero::after {
display: none;
}

.apps-hero-layout {
position: relative;
  z-index: 3;
  display: grid;
  height: 100%;
}

.apps-hero-system {
display: grid;
}

.apps-hero-copy {
min-width: 0;
  max-width: 480px;
}

.applications-page .apps-hero .hero-copy {
align-self: center;
  max-width: 480px;
  transform: translateY(-110px);
}

.applications-page .apps-hero .hero-copy h1 {
max-width: 480px;
  margin-bottom: clamp(12px, 2svh, 22px);
  font-size: clamp(2.8rem, min(4.85vw, 7svh), 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 10px 44px rgba(0, 0, 0, 0.54);
}

.applications-page .apps-hero .hero-copy .lead {
max-width: 560px;
  margin-bottom: 0;
  color: rgba(247, 249, 252, 0.82);
  font-size: clamp(0.98rem, min(1.42vw, 1.95svh), 1.18rem);
  line-height: 1.58;
}

.applications-page .apps-hero-visual {
min-height: min(600px, calc(100svh - var(--header-height) - 72px));
}

.hero-scroll-indicator {
position: absolute;
  left: 50%;
  bottom: clamp(24px, 3.6svh, 42px);
  z-index: 8;
  display: grid;
  width: clamp(46px, 5.8svh, 58px);
  height: clamp(42px, 5.4svh, 54px);
  place-items: center;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  opacity: 0.92;
}

.hero-scroll-indicator span {
position: absolute;
  display: block;
  width: clamp(22px, 3.1svh, 32px);
  height: clamp(22px, 3.1svh, 32px);
  border-right: clamp(3px, 0.45svh, 5px) solid currentColor;
  border-bottom: clamp(3px, 0.45svh, 5px) solid currentColor;
  border-radius: 3px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.34));
  transform: rotate(45deg);
  animation: heroChevronFloat 1.8s ease-in-out infinite;
}

.hero-scroll-indicator span:nth-child(1) {
top: 2px;
  opacity: 0.96;
}

.hero-scroll-indicator span:nth-child(2) {
top: clamp(13px, 1.7svh, 18px);
  opacity: 0.46;
  animation-delay: 0s;
}

.hero-scroll-indicator:hover,
.hero-scroll-indicator:focus-visible {
opacity: 1;
  color: #fff;
}

@keyframes heroChevronFloat {
0%, 100% {
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
.hero-scroll-indicator span {
animation: none;
}
}

@media (max-width: 720px) {
.hero-scroll-indicator {
bottom: 20px;
}
}

.apps-hero-copy .lead {
max-width: 680px;
  color: rgba(226, 235, 247, 0.84);
}

.apps-hero-copy .medical-note {
max-width: 470px;
  margin-top: clamp(12px, 1.6svh, 18px);
  padding: clamp(10px, 1.4svh, 14px) 14px;
  font-size: clamp(0.72rem, 1.35svh, 0.86rem);
  line-height: 1.42;
}

.apps-catalog-section {
position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 223, 255, 0.10);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(98, 216, 238, 0.07), transparent 34rem),
    rgba(255, 255, 255, 0.006);
}

.apps-catalog-grid {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(185, 223, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 36, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 68px rgba(0, 0, 0, 0.20);
  padding: clamp(24px, 3vw, 34px);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
}

.product-card > * {
position: relative;
  z-index: 1;
}

.product-card::after {
position: absolute;
  inset: auto -22% -38% auto;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 216, 238, 0.08), transparent 62%);
  content: "";
  pointer-events: none;
}

.product-status {
display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 0 12px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-live {
border-color: rgba(85, 214, 154, 0.28);
  background: rgba(85, 214, 154, 0.08);
  color: #abf2d0;
}

.status-soon {
border-color: rgba(255, 114, 119, 0.25);
  background: rgba(255, 114, 119, 0.07);
  color: rgba(255, 207, 210, 0.84);
}

.product-card h2 {
margin-bottom: 12px;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
}

.product-card p {
max-width: 620px;
}

.product-card ul {
display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.product-card li {
position: relative;
  padding-left: 24px;
  color: rgba(226, 235, 247, 0.78);
}

.product-card li::before {
position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  content: "";
  box-shadow: 0 0 12px rgba(98, 216, 238, 0.28);
}

.product-card-super {
border-color: rgba(141, 117, 255, 0.28);
}

.product-card-apres {
border-color: rgba(255, 114, 119, 0.24);
}

.product-card-nova {
grid-column: 1 / -1;
  display: grid;
  width: min(100%, 620px);
  min-height: 230px;
  place-items: center;
  justify-self: center;
  border-color: rgba(255, 214, 126, 0.56);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 214, 126, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 36, 0.50);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 202, 0.22),
    0 0 0 1px rgba(255, 214, 126, 0.08),
    0 30px 80px rgba(0, 0, 0, 0.24),
    0 0 62px rgba(255, 208, 112, 0.09);
  text-align: center;
}

.product-card-nova h2 {
margin-bottom: 0;
  color: #fff6df;
  font-size: clamp(2rem, 3vw, 3rem);
  text-shadow: 0 0 32px rgba(255, 214, 126, 0.18);
}

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

.shared-grid article {
border: 1px solid rgba(185, 223, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(15, 23, 36, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 20px 58px rgba(0, 0, 0, 0.16);
  padding: 24px;
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  backdrop-filter: blur(10px) saturate(135%);
}

.shared-grid span {
display: inline-flex;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.split,
.two-column {
display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

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

.trust-grid > article:first-child {
padding-right: 20px;
}

.guide-card {
display: block;
  min-height: 142px;
  padding: 24px;
  color: #fff;
  text-decoration: none;
}

.guide-card strong,
.guide-card small {
display: block;
}

.guide-card strong {
font-size: 1.1rem;
}

.guide-card small {
margin-top: 10px;
  line-height: 1.4;
}

.medical-note {
max-width: 760px;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  font-size: 0.94rem;
}

.medical-note {
border: 1px solid rgba(247, 201, 130, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(247, 201, 130, 0.09);
  color: var(--warning);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
}

.hero-copy .medical-note {
max-width: 390px;
  margin-top: clamp(10px, 1.8svh, 18px);
  padding: clamp(10px, 1.3svh, 14px) clamp(12px, 1.5vw, 16px);
  font-size: clamp(0.72rem, 1.38svh, 0.9rem);
  line-height: 1.45;
}

.page-hero {
position: relative;
  padding: clamp(76px, 9vw, 126px) 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 76% 10%, rgba(98, 216, 238, 0.10), transparent 28rem),
    rgba(255, 255, 255, 0.015);
}

.page-hero .medical-note {
margin-top: 22px;
}

.check-list {
display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
position: absolute;
  top: 0.45em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

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

.feature-flow article {
border: 1px solid rgba(185, 223, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 36, 0.46);
  padding: 22px;
  -webkit-backdrop-filter: blur(10px) saturate(145%);
  backdrop-filter: blur(10px) saturate(145%);
}

.feature-flow span {
display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.article-shell {
width: min(calc(100% - 40px), 900px);
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: rgba(15, 23, 36, 0.72);
  padding: clamp(24px, 4vw, 42px);
}

.article-shell h2 {
margin-top: 34px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.article-shell h2:first-child {
margin-top: 0;
}

.article-shell p {
max-width: 760px;
}

.article-shell .check-list {
margin-bottom: 24px;
}

details {
border: 1px solid rgba(185, 223, 255, 0.14);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 36, 0.48);
  padding: 18px 20px;
  -webkit-backdrop-filter: blur(10px) saturate(145%);
  backdrop-filter: blur(10px) saturate(145%);
}

summary {
cursor: pointer;
  color: #fff;
  font-weight: 820;
}

details p {
margin: 12px 0 0;
  color: var(--muted);
}

.faq-list {
display: grid;
  gap: 12px;
}

.cta-band {
padding: clamp(54px, 7vw, 86px) 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 72% 50%, rgba(98, 216, 238, 0.045), transparent 28rem),
    linear-gradient(90deg, rgba(8, 13, 23, 0.88) 0%, rgba(8, 13, 23, 0.62) 52%, rgba(8, 13, 23, 0.24) 100%),
    linear-gradient(180deg, rgba(8, 13, 23, 0.42), rgba(8, 13, 23, 0.58));
}

.cta-content {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-content p {
max-width: 690px;
}

.site-footer {
padding: 46px 0;
  border-top: 1px solid var(--line);
  background: #060a11;
}

.footer-grid {
display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
}

.footer-brand {
margin-bottom: 12px;
}

.site-footer p {
color: var(--muted);
}

.footer-title {
margin-bottom: 10px;
  color: #fff !important;
  font-weight: 850;
}

.site-footer a:not(.brand) {
display: block;
  margin-bottom: 8px;
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
color: #fff;
}

@keyframes heroImageBreath {
from {
    transform: scale(1) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.022) translate3d(-0.6%, 0.35%, 0);
  }
}

@keyframes cardFloat {
0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes orbitFloat {
from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(-18px, 14px, 0) rotate(7deg);
  }
}

@keyframes nodeFloat {
0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (min-width: 981px) and (max-height: 900px) {
.hero-grid {
width: min(calc(100% - 72px), 1360px);
    grid-template-columns: minmax(280px, 0.43fr) minmax(520px, 1.57fr);
    gap: clamp(24px, 3vw, 42px);
    padding-block: clamp(18px, 3svh, 44px);
}

.hero-copy {
max-width: 430px;
}

.hero-copy h1 {
max-width: 430px;
    font-size: clamp(2.55rem, min(4.3vw, 6.35svh), 4.2rem);
    line-height: 0.98;
}

.hero-copy .lead {
max-width: 420px;
    font-size: clamp(0.92rem, 1.72svh, 1.02rem);
    line-height: 1.38;
}

.hero-copy .medical-note {
max-width: 360px;
    font-size: clamp(0.68rem, 1.28svh, 0.78rem);
    line-height: 1.38;
}

.hero-glass-stage {
min-height: 560px;
    transform: translateX(4px) scale(0.84);
}

.hud-card-medical {
top: 36px;
    left: 94px;
}

.hud-card-mental {
top: 104px;
    right: 66px;
}

.hud-card-recipes {
top: 318px;
    right: 292px;
    width: 196px;
    min-height: 196px;
}

.hud-card-analysis {
right: 18px;
    bottom: 20px;
    width: 184px;
}

.hud-card-activity {
left: 74px;
    bottom: 58px;
}

.hud-card {
padding: 15px;
    border-radius: 18px;
}

.hud-card strong {
font-size: 0.86rem;
}

.hud-card small {
margin-top: 6px;
    font-size: 0.70rem;
    line-height: 1.42;
}
}

@media (min-width: 981px) and (max-height: 760px) {
.hero-grid {
width: min(calc(100% - 56px), 1300px);
    padding-block: 16px;
}

.section-label {
margin-bottom: 8px;
}

.hero-copy h1 {
font-size: clamp(2.35rem, min(4vw, 5.9svh), 3.75rem);
}

.hero-copy .lead {
max-width: 380px;
    font-size: 0.9rem;
}

.hero-copy .button {
min-height: 38px;
    font-size: 0.82rem;
}

.hero-copy .medical-note {
max-width: 330px;
    padding: 9px 12px;
    font-size: 0.66rem;
}

.hero-glass-stage {
min-height: 520px;
    transform: translateX(0) scale(0.74);
}

.hud-card-recipes {
top: 296px;
    right: 276px;
}

.hud-card-activity,
.hud-card-analysis {
bottom: 44px;
}
}

@media (max-width: 980px) {
.nav-toggle {
display: inline-grid;
    place-items: center;
}

.nav-links {
position: fixed;
    inset: 82px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(9, 14, 22, 0.76);
    padding: 12px;
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    backdrop-filter: blur(10px) saturate(160%);
}

.nav-links.is-open {
display: flex;
}

.nav-links a {
min-height: 44px;
    padding: 10px 12px;
}

.hero-grid,
.split,
.two-column,
.trust-grid,
.footer-grid {
grid-template-columns: 1fr;
}

.hero-grid {
display: block;
    min-height: auto;
}

.hero-copy,
.hero-copy h1,
.hero-copy .lead {
width: 100%;
    max-width: 100%;
}

.hero-immersive {
height: auto;
    min-height: auto;
}

.hero-immersive::before {
background-position: 65% center;
}

.hero-immersive::after {
background:
      linear-gradient(180deg, rgba(3, 7, 17, 0.84) 0%, rgba(3, 7, 17, 0.48) 38%, rgba(3, 7, 17, 0.90) 100%),
      linear-gradient(90deg, rgba(3, 7, 17, 0.94) 0%, rgba(3, 7, 17, 0.54) 66%, rgba(3, 7, 17, 0.30) 100%);
}

.hero-glass-stage {
display: grid;
    min-height: auto;
    max-width: 720px;
    gap: 12px;
    margin-top: 34px;
    transform: none;
}

.hud-card {
position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 126px;
    animation: none;
}

.hud-card-activity,
.hud-card-analysis {
display: grid;
}

.hud-node {
display: none;
}

.hud-card .hud-chart,
.hud-card .hud-bars,
.hud-card .hud-analysis-bars,
.hud-recipe-img {
max-width: 100%;
}

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

.apps-hero-layout,
.apps-catalog-grid,
.shared-grid {
grid-template-columns: 1fr;
}

.apps-hero {
height: auto;
    min-height: calc(100svh - var(--header-height));
    padding: 58px 0 46px;
}

.apps-hero > .container {
width: min(calc(100% - 40px), var(--container));
    height: auto;
    aspect-ratio: auto;
    margin-inline: auto;
}

.apps-hero-copy {
max-width: 760px;
}

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

.product-card-nova {
width: min(100%, 560px);
}

.cta-content {
display: block;
}
}

@media (max-width: 680px) {
html,
body {
width: 100%;
    max-width: 100%;
}

.container,
.site-nav {
width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
}

h1 {
font-size: clamp(2rem, 9.2vw, 2.7rem);
    line-height: 1.02;
    overflow-wrap: break-word;
}

.lead,
.page-hero p {
font-size: 1rem;
}

.hero {
padding-top: 46px;
    overflow: hidden;
}

.hero-immersive {
padding-bottom: 40px;
}

.hero-immersive::before {
background-position: 67% center;
}

.hero-copy,
.hero-glass-stage {
width: min(100%, 360px);
    max-width: 360px;
}

.hero-copy h1 {
font-size: clamp(2.28rem, 11vw, 3rem);
    line-height: 1;
}

.hero-copy .lead {
font-size: 1.02rem;
}

.button-row,
.button {
width: 100%;
    white-space: normal;
    text-align: center;
}

.hud-icon {
width: 56px;
    height: 56px;
}

.hud-card {
grid-template-columns: 56px 1fr;
    border-radius: 20px;
    padding: 16px;
}

.hud-card-activity,
.hud-card-analysis {
display: none;
}

.hud-card-recipes {
min-height: 198px;
}

.hud-recipe-img {
width: 150px;
    height: 84px;
}

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

.apps-hero {
padding: 52px 0 46px;
    min-height: auto;
}

.apps-hero::after {
display: none;
}

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

.product-card {
border-radius: 20px;
    padding: 20px;
}

.product-card h2 {
font-size: clamp(1.55rem, 8vw, 2.15rem);
}

.product-card ul {
margin: 18px 0 22px;
}

.product-card-nova {
min-height: 190px;
}

.section,
.page-hero {
padding: 52px 0;
}
}

@media (max-width: 980px) {
.applications-page .apps-hero .hero-copy {
transform: none;
}

.apps-hero::before {
background-position: 66% center;
}
}

@media (max-width: 680px) {
.apps-hero::before {
background-position: 70% center;
}
}

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

.home-trust-grid {
position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.home-trust-grid h2 {
max-width: 760px;
  font-size: clamp(2.1rem, 4.4vw, 4.55rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.home-trust-grid > div > p {
max-width: 680px;
  color: rgba(226, 235, 247, 0.78);
  font-size: clamp(1rem, 1.55vw, 1.15rem);
  line-height: 1.72;
}

.vision-panel {
border: 1px solid rgba(185, 223, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018) 48%, rgba(255, 255, 255, 0.006)),
    rgba(9, 16, 28, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 24px 70px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
}

.vision-panel {
position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(26px, 4vw, 46px);
}

.vision-panel::after {
position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(98, 216, 238, 0.16), transparent 68%);
  content: "";
}

.home-flow-steps span {
display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(98, 216, 238, 0.24);
  border-radius: 999px;
  background: rgba(98, 216, 238, 0.055);
  color: #7eeeff;
  padding: 6px 11px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.vision-panel strong {
position: relative;
  z-index: 1;
  display: block;
  max-width: 460px;
  color: #fff;
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.vision-panel p {
position: relative;
  z-index: 1;
  max-width: 460px;
  margin-top: 18px;
  color: rgba(226, 235, 247, 0.76);
}

.home-flow-steps strong {
display: block;
  color: #fff;
  font-size: clamp(1.18rem, 1.9vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.home-flow-steps p {
color: rgba(226, 235, 247, 0.72);
  line-height: 1.58;
}

.home-flow-steps {
display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-flow-steps article {
position: relative;
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.032);
  padding: 22px;
}

.home-flow-steps article::before {
position: absolute;
  left: 22px;
  right: 22px;
  top: 66px;
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 216, 238, 0.55), transparent);
  content: "";
}

.home-flow-steps strong {
margin-top: 42px;
}

@media (max-width: 980px) {
.home-trust-grid,
.home-flow-steps {
grid-template-columns: 1fr;
}

.home-flow-steps article {
min-height: auto;
}
}

.patient-animated-title .anime-letter {
display: inline-block;
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}

.patient-animated-title .impact-word {
position: relative;
  display: inline-block;
  padding-inline: 0.035em;
  text-shadow: 0 0 30px rgba(66, 221, 255, 0.20);
}

.patient-animated-title .impact-word::after {
content: "";
  position: absolute;
  left: 0.03em;
  right: 0.03em;
  bottom: 0.04em;
  height: 0.14em;
  border-radius: 999px;
  opacity: 0.72;
  z-index: -1;
  filter: blur(1px);
}

.impact-cyan {
color: #72ecff;
}

.impact-violet {
color: #a993ff;
}

.impact-green {
color: #72f0bb;
}

.impact-gold {
color: #f7cf78;
}

.impact-coral {
color: #ff7d8b;
}

.impact-cyan::after {
background: rgba(66, 221, 255, 0.22);
}

.impact-violet::after {
background: rgba(141, 112, 255, 0.24);
}

.impact-inline {
font-weight: 950;
  white-space: nowrap;
}

main > section,
.site-footer {
--section-line-a: rgba(66, 221, 255, 0.72);
  --section-line-b: rgba(141, 112, 255, 0.62);
  --section-line-c: rgba(56, 232, 157, 0.58);
  position: relative;
}

main > section + section,
.site-footer {
border-top: 1px solid transparent;
  border-image-source: linear-gradient(90deg, transparent 0%, var(--section-line-a) 14%, var(--section-line-b) 52%, var(--section-line-c) 86%, transparent 100%);
  border-image-slice: 1;
}

main > section:first-of-type {
border-top: 0;
  border-image: none;
}

main > section:nth-of-type(1) {
--section-line-a: rgba(56, 232, 157, 0.74); --section-line-b: rgba(66, 221, 255, 0.70); --section-line-c: rgba(141, 112, 255, 0.66);
}

main > section:nth-of-type(2) {
--section-line-a: rgba(66, 221, 255, 0.80); --section-line-b: rgba(141, 112, 255, 0.70); --section-line-c: rgba(56, 232, 157, 0.64);
}

main > section:nth-of-type(3) {
--section-line-a: rgba(141, 112, 255, 0.82); --section-line-b: rgba(66, 221, 255, 0.68); --section-line-c: rgba(255, 114, 119, 0.58);
}

main > section:nth-of-type(4) {
--section-line-a: rgba(247, 201, 130, 0.86); --section-line-b: rgba(66, 221, 255, 0.66); --section-line-c: rgba(141, 112, 255, 0.62);
}

main > section:nth-of-type(5) {
--section-line-a: rgba(56, 232, 157, 0.86); --section-line-b: rgba(247, 201, 130, 0.70); --section-line-c: rgba(66, 221, 255, 0.60);
}

main > section:nth-of-type(6) {
--section-line-a: rgba(255, 114, 119, 0.82); --section-line-b: rgba(141, 112, 255, 0.70); --section-line-c: rgba(66, 221, 255, 0.58);
}

main > section:nth-of-type(7) {
--section-line-a: rgba(141, 112, 255, 0.82); --section-line-b: rgba(56, 232, 157, 0.66); --section-line-c: rgba(66, 221, 255, 0.64);
}

.hero,
.apps-hero {
--section-line-a: rgba(56, 232, 157, 0.70);
  --section-line-b: rgba(66, 221, 255, 0.70);
  --section-line-c: rgba(141, 112, 255, 0.66);
}

.patient-callout {
--section-line-a: rgba(56, 232, 157, 0.82);
  --section-line-b: rgba(66, 221, 255, 0.74);
  --section-line-c: rgba(141, 112, 255, 0.66);
}

.apps-catalog-section {
position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(98, 216, 238, 0.12);
  border-bottom: 1px solid rgba(185, 223, 255, 0.10);
  background:
    radial-gradient(ellipse at 42% 0%, rgba(98, 216, 238, 0.075), transparent 38rem),
    radial-gradient(circle at 76% 18%, rgba(141, 117, 255, 0.055), transparent 34rem),
    linear-gradient(180deg, rgba(2, 6, 15, 0.98) 0%, rgba(5, 10, 18, 0.94) 52%, rgba(4, 8, 14, 0.98) 100%);
}

.apps-catalog-section::before {
position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 190px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(98, 216, 238, 0.16), transparent 42rem),
    linear-gradient(180deg, rgba(98, 216, 238, 0.07), rgba(98, 216, 238, 0));
  content: "";
  pointer-events: none;
}

.apps-catalog-showcase {
grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 28px);
}

.product-showcase-card {
position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(560px, 42vw, 720px);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 14px;
  padding: clamp(28px, 2.4vw, 44px);
  background:
    linear-gradient(180deg, rgba(3, 7, 16, 0.10) 0%, rgba(3, 7, 16, 0.18) 42%, rgba(3, 7, 16, 0.82) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    var(--catalog-card-bg, rgba(15, 23, 36, 0.46));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04),
    0 28px 82px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  backdrop-filter: blur(10px) saturate(130%);
}

.product-showcase-card::before {
position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 40%, var(--catalog-glow, rgba(98, 216, 238, 0.10)), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%);
  content: "";
  pointer-events: none;
}

.product-showcase-card::after {
position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.04));
  content: "";
  pointer-events: none;
}

.product-showcase-card.product-card-super {
--catalog-glow: rgba(88, 151, 255, 0.18);
  --catalog-card-bg:
    linear-gradient(180deg, rgba(3, 7, 16, 0.00) 0%, rgba(3, 7, 16, 0.12) 44%, rgba(3, 7, 16, 0.68) 100%),
    linear-gradient(90deg, rgba(3, 7, 16, 0.20), rgba(3, 7, 16, 0.00) 52%, rgba(3, 7, 16, 0.12)),
    url("/assets/img/catalogue-super-intestin-bg.jpg") center / cover no-repeat;
  border-color: rgba(98, 174, 255, 0.32);
}

.product-showcase-card.product-card-nova {
--catalog-glow: rgba(141, 117, 255, 0.20);
  --catalog-card-bg:
    radial-gradient(circle at 50% 34%, rgba(124, 86, 255, 0.26), transparent 27rem),
    linear-gradient(180deg, rgba(15, 12, 35, 0.96), rgba(8, 10, 24, 0.98));
  width: auto;
  min-height: clamp(560px, 42vw, 720px);
  justify-self: stretch;
  border-color: rgba(141, 117, 255, 0.30);
  text-align: left;
}

.product-showcase-card.product-card-apres {
--catalog-glow: rgba(125, 194, 255, 0.16);
  --catalog-card-bg:
    radial-gradient(circle at 50% 34%, rgba(124, 156, 190, 0.22), transparent 28rem),
    linear-gradient(180deg, rgba(23, 32, 43, 0.96), rgba(8, 12, 20, 0.98));
  border-color: rgba(185, 223, 255, 0.18);
}

.product-showcase-card .product-status {
position: absolute;
  top: clamp(24px, 2vw, 34px);
  left: clamp(24px, 2vw, 34px);
  z-index: 2;
  gap: 10px;
  min-height: 34px;
  background: rgba(2, 7, 18, 0.30);
  color: rgba(247, 249, 252, 0.92);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  backdrop-filter: blur(10px) saturate(130%);
}

.product-showcase-card .product-status > span {
display: inline-grid;
  width: 10px;
  height: 10px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.66rem;
  line-height: 1;
}

.product-showcase-card .status-live > span {
background: #7dff9a;
  box-shadow: 0 0 16px rgba(125, 255, 154, 0.55);
}

.product-showcase-card .status-secret {
left: 50%;
  border-color: rgba(141, 117, 255, 0.30);
  color: #e4ddff;
  transform: translateX(-50%);
}

.product-showcase-card .status-soon {
border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
}

.product-showcase-content {
position: relative;
  z-index: 2;
  display: grid;
  max-width: 460px;
  justify-items: start;
}

.product-showcase-icon {
width: clamp(58px, 4.6vw, 76px);
  height: clamp(58px, 4.6vw, 76px);
  object-fit: contain;
  margin-bottom: clamp(18px, 1.6vw, 28px);
  border-radius: 14px;
  filter: drop-shadow(0 0 22px var(--catalog-glow, rgba(98, 216, 238, 0.24)));
}

.product-showcase-card h2 {
margin-bottom: 12px;
  font-size: clamp(2.1rem, 2.7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.product-showcase-card p {
max-width: 420px;
  margin-bottom: clamp(20px, 2vw, 30px);
  color: rgba(233, 239, 248, 0.78);
  font-size: clamp(0.96rem, 1.04vw, 1.08rem);
  line-height: 1.58;
}

.product-showcase-card .button {
min-height: 46px;
  padding-inline: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  backdrop-filter: blur(10px) saturate(130%);
}

@media (max-width: 1100px) {
.apps-catalog-showcase {
grid-template-columns: 1fr;
}

.product-showcase-card,
.product-showcase-card.product-card-nova {
min-height: 620px;
}
}

@media (max-width: 720px) {
.product-showcase-card,
.product-showcase-card.product-card-nova {
min-height: 560px;
    padding: 24px;
}
}

.apps-catalog-showcase {
width: min(calc(100% - 80px), 1680px);
  max-width: 1680px;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.86fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: clamp(18px, 1.35vw, 28px);
  margin-inline: auto;
}

.product-showcase-card,
.product-showcase-card.product-card-nova {
grid-column: auto;
  display: flex;
  width: auto;
  min-height: clamp(610px, 42vw, 760px);
  place-items: initial;
  justify-self: stretch;
  text-align: left;
}

.product-showcase-card.product-card-nova {
min-height: clamp(590px, 40vw, 730px);
}

.product-showcase-card.product-card-nova .product-showcase-content {
justify-items: start;
}

@media (max-width: 1180px) {
.apps-catalog-showcase {
width: min(calc(100% - 40px), 920px);
    grid-template-columns: 1fr;
}

.product-showcase-card,
.product-showcase-card.product-card-nova {
min-height: 620px;
}
}

.product-showcase-card .product-status {
left: 50%;
  right: auto;
  transform: translateX(-50%);
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
}

.product-showcase-card .status-secret {
left: 50%;
  transform: translateX(-50%);
}

.product-showcase-card .status-soon {
left: 50%;
  transform: translateX(-50%);
}

.product-showcase-card.product-card-super .product-showcase-content {
max-width: min(100%, 720px);
  justify-items: center;
  align-self: center;
  margin-inline: auto;
  text-align: center;
}

.product-showcase-card.product-card-super .product-showcase-icon {
display: none;
}

.product-showcase-card.product-card-super .showcase-hero-title {
display: grid;
  gap: clamp(8px, 1vw, 14px);
  margin: 0 auto clamp(22px, 2vw, 34px);
  color: #fff;
  font-size: clamp(2.35rem, 4.45vw, 5.8rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.52);
}

.product-showcase-card.product-card-super .showcase-hero-title span {
display: block;
}

.product-showcase-card.product-card-super .showcase-hero-title span:nth-child(2) {
background: linear-gradient(100deg, #ff6f9d 0%, #ff8f73 36%, #f7df92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(255, 146, 109, 0.20));
}

.product-showcase-card.product-card-super .showcase-hero-copy {
max-width: 760px;
  margin: 0 auto clamp(28px, 2.4vw, 42px);
  color: rgba(247, 249, 252, 0.84);
  font-size: clamp(1.12rem, 1.55vw, 1.72rem);
  font-weight: 520;
  line-height: 1.48;
  letter-spacing: -0.015em;
  text-align: center;
}

.product-showcase-card.product-card-super .showcase-hero-button {
min-height: clamp(54px, 4.8vw, 78px);
  padding-inline: clamp(28px, 4.2vw, 72px);
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: clamp(1.02rem, 1.45vw, 1.55rem);
  font-weight: 760;
  letter-spacing: -0.02em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 58px rgba(0, 0, 0, 0.26);
}

.product-showcase-card.product-card-super .showcase-hero-button span {
margin-left: clamp(18px, 2vw, 34px);
  font-size: 1.35em;
  line-height: 1;
}

@media (max-width: 720px) {
.product-showcase-card.product-card-super .showcase-hero-title {
font-size: clamp(2rem, 10vw, 3.7rem);
}

.product-showcase-card.product-card-super .showcase-hero-copy {
font-size: 1rem;
}
}

.product-showcase-card.product-card-super .product-showcase-content {
max-width: min(100%, 520px);
}

.product-showcase-card.product-card-super .showcase-hero-title {
gap: clamp(5px, 0.55vw, 9px);
  margin-bottom: clamp(16px, 1.35vw, 24px);
  font-size: clamp(1.65rem, 2.55vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.product-showcase-card.product-card-super .showcase-hero-copy {
max-width: 500px;
  margin-bottom: clamp(18px, 1.7vw, 28px);
  font-size: clamp(0.86rem, 0.95vw, 1.06rem);
  line-height: 1.5;
}

.product-showcase-card.product-card-super .showcase-hero-button {
min-height: clamp(40px, 3vw, 52px);
  padding-inline: clamp(18px, 2.6vw, 42px);
  font-size: clamp(0.82rem, 0.95vw, 1.06rem);
}

.product-showcase-card.product-card-super .showcase-hero-button span {
margin-left: clamp(10px, 1.2vw, 20px);
}

@media (max-width: 720px) {
.product-showcase-card.product-card-super .showcase-hero-title {
font-size: clamp(1.8rem, 8vw, 2.8rem);
}

.product-showcase-card.product-card-super .showcase-hero-copy {
font-size: 0.92rem;
}
}

.product-showcase-card.product-card-super .product-showcase-content {
max-width: min(100%, 460px);
}

.product-showcase-card.product-card-super .showcase-hero-title {
margin-bottom: clamp(14px, 1.2vw, 20px);
  font-size: clamp(1.55rem, 2.1vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.product-showcase-card.product-card-super .showcase-hero-title span {
background: linear-gradient(100deg, #ff6f9d 0%, #ff8f73 38%, #f7df92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 146, 109, 0.16));
}

.product-showcase-card.product-card-super .showcase-hero-copy {
max-width: 430px;
  margin-bottom: clamp(16px, 1.45vw, 24px);
  font-size: clamp(0.8rem, 0.82vw, 0.96rem);
  line-height: 1.48;
}

.product-showcase-card.product-card-super .showcase-hero-button {
min-height: clamp(38px, 2.7vw, 48px);
  padding-inline: clamp(16px, 2.2vw, 34px);
  font-size: clamp(0.78rem, 0.84vw, 0.96rem);
}

.product-showcase-card.product-card-super {
border: 1px solid rgba(126, 190, 255, 0.26);
  border-radius: 26px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 28px 80px rgba(0, 0, 0, 0.26);
}

.product-showcase-card.product-card-super::after {
inset: 1px;
  border: 0;
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 24%, transparent 78%, rgba(255, 255, 255, 0.045));
}

.product-showcase-card.product-card-super .product-showcase-content {
max-width: 100%;
  justify-items: center;
  text-align: center;
}

.product-showcase-card.product-card-super .product-showcase-icon {
position: absolute;
  top: clamp(76px, 5.4vw, 96px);
  left: 50%;
  z-index: 3;
  width: clamp(54px, 4.2vw, 70px);
  height: clamp(54px, 4.2vw, 70px);
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(116, 184, 255, 0.28);
  border-radius: 18px;
  background: rgba(5, 12, 24, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 28px rgba(98, 174, 255, 0.18);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  backdrop-filter: blur(10px) saturate(135%);
  transform: translateX(-50%);
}

.product-showcase-card.product-card-super .showcase-hero-title {
margin-bottom: clamp(14px, 1.5vw, 20px);
}

.product-showcase-card.product-card-super .showcase-hero-copy {
max-width: 560px;
  color: rgba(247, 249, 252, 0.86);
}

.text-highlight-super {
color: #fff;
  font-weight: 950;
  text-shadow: 0 0 18px rgba(98, 216, 238, 0.22);
}

.product-showcase-card.product-card-super .showcase-hero-button {
border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 12, 22, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

@media (max-width: 760px) {
.product-showcase-card.product-card-super .product-showcase-icon {
top: 72px;
    width: 54px;
    height: 54px;
}
}

.product-showcase-card.product-card-nova {
--catalog-glow: rgba(104, 158, 255, 0.24);
  --catalog-card-bg:
    linear-gradient(180deg, rgba(3, 7, 16, 0.02) 0%, rgba(3, 7, 16, 0.12) 44%, rgba(3, 7, 16, 0.68) 100%),
    linear-gradient(90deg, rgba(3, 7, 16, 0.18), rgba(3, 7, 16, 0.00) 52%, rgba(3, 7, 16, 0.12)),
    url("/assets/img/catalogue-nova-bg.jpg") center / cover no-repeat;
  border: 1px solid rgba(141, 117, 255, 0.30);
  border-radius: 26px;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 28px 80px rgba(0, 0, 0, 0.26);
}

.product-showcase-card.product-card-nova::after {
inset: 1px;
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 24%, transparent 78%, rgba(255, 255, 255, 0.045));
}

.product-showcase-card.product-card-nova .nova-showcase-content {
max-width: 100%;
  justify-items: center;
  align-self: center;
  margin-inline: auto;
  text-align: center;
}

.product-showcase-card.product-card-nova .showcase-nova-title {
margin: 0;
  font-size: clamp(1.8rem, 2.25vw, 3.05rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  text-align: center;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.52);
}

.product-showcase-card.product-card-nova .showcase-nova-title span {
display: block;
  background: linear-gradient(100deg, #82d7ff 0%, #9a82ff 48%, #fff4c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(141, 117, 255, 0.22));
}

.product-showcase-card.product-card-nova .status-secret {
border-color: rgba(141, 117, 255, 0.34);
  background: rgba(6, 8, 22, 0.34);
  color: #ede8ff;
}

.product-showcase-card.product-card-nova .status-private-icon {
width: 15px;
  height: 15px;
  background: transparent;
  box-shadow: none;
  color: #d9d0ff;
}

.product-showcase-card.product-card-nova .status-private-icon svg {
width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-showcase-card.product-card-nova .nova-showcase-content {
justify-content: center;
  align-content: center;
  min-height: 100%;
}

.product-showcase-card.product-card-nova .showcase-nova-title {
font-size: clamp(2.2rem, 3.1vw, 4.2rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-showcase-card.product-card-nova .showcase-nova-title span {
background: linear-gradient(105deg, #9adfff 0%, #a88cff 52%, #fff0d1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(141, 117, 255, 0.18));
}

.product-showcase-card.product-card-nova {
justify-content: flex-end;
}

.product-showcase-card.product-card-nova .nova-showcase-content {
min-height: auto;
  align-self: center;
  align-content: start;
  justify-content: start;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: clamp(26px, 2.8vw, 44px);
  text-align: center;
}

.product-showcase-card.product-card-nova .showcase-nova-title {
margin: 0;
  color: #fff;
  font-size: clamp(2rem, 2.8vw, 3.8rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.52);
}

.product-showcase-card.product-card-nova .showcase-nova-title span {
background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
  filter: none;
}

.product-showcase-card.product-card-apres {
--catalog-glow: rgba(255, 124, 181, 0.18);
  --catalog-card-bg:
    linear-gradient(180deg, rgba(3, 7, 16, 0.02) 0%, rgba(3, 7, 16, 0.12) 44%, rgba(3, 7, 16, 0.68) 100%),
    linear-gradient(90deg, rgba(3, 7, 16, 0.18), rgba(3, 7, 16, 0.00) 52%, rgba(3, 7, 16, 0.12)),
    url("/assets/img/catalogue-apres-coup-bg.jpg") center / cover no-repeat;
  border: 1px solid rgba(255, 143, 190, 0.25);
  border-radius: 26px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 28px 80px rgba(0, 0, 0, 0.26);
}

.product-showcase-card.product-card-apres::after {
inset: 1px;
  border: 0;
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), transparent 24%, transparent 78%, rgba(255, 255, 255, 0.045));
}

.product-showcase-card.product-card-apres .status-soon {
left: 50%;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(6, 8, 18, 0.34);
  color: rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
}

.product-showcase-card.product-card-apres .product-showcase-content {
max-width: 100%;
  justify-items: center;
  text-align: center;
}

.product-showcase-card.product-card-apres .product-showcase-icon {
position: absolute;
  top: clamp(76px, 5.4vw, 96px);
  left: 50%;
  z-index: 3;
  width: clamp(54px, 4.2vw, 70px);
  height: clamp(54px, 4.2vw, 70px);
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 143, 190, 0.28);
  border-radius: 18px;
  background: rgba(5, 10, 24, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 28px rgba(255, 124, 181, 0.18);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  backdrop-filter: blur(10px) saturate(135%);
  transform: translateX(-50%);
}

.product-showcase-card.product-card-apres .showcase-hero-title {
margin-bottom: clamp(14px, 1.5vw, 20px);
  font-size: clamp(1.55rem, 2.1vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.product-showcase-card.product-card-apres .showcase-hero-title span {
background: linear-gradient(100deg, #8ceaff 0%, #a88cff 42%, #ff8fbd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 143, 190, 0.16));
}

.product-showcase-card.product-card-apres .showcase-hero-copy {
max-width: 560px;
  margin-bottom: clamp(16px, 1.45vw, 24px);
  color: rgba(247, 249, 252, 0.86);
  font-size: clamp(0.8rem, 0.82vw, 0.96rem);
  line-height: 1.48;
}

.product-showcase-card.product-card-apres .showcase-hero-button {
min-height: clamp(38px, 2.7vw, 48px);
  padding-inline: clamp(16px, 2.2vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 12, 22, 0.42);
  color: #fff;
  font-size: clamp(0.78rem, 0.84vw, 0.96rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

.product-showcase-card.product-card-apres .showcase-hero-button span {
margin-left: clamp(10px, 1.2vw, 20px);
  font-size: 1.35em;
  line-height: 1;
}

@media (max-width: 760px) {
.product-showcase-card.product-card-apres .product-showcase-icon {
top: 72px;
    width: 54px;
    height: 54px;
}
}

.product-showcase-card.product-card-nova .nova-showcase-content {
display: grid;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  align-self: center;
  justify-content: center;
  justify-items: center;
  align-content: center;
  margin-top: auto;
  margin-inline: auto;
  margin-bottom: clamp(26px, 2.8vw, 44px);
  text-align: center;
}

.product-showcase-card.product-card-nova .showcase-nova-title {
width: 100%;
  margin-inline: auto;
  text-align: center;
}

.product-showcase-card.product-card-apres .showcase-hero-title {
max-width: 620px;
  margin-inline: auto;
  margin-bottom: clamp(12px, 1.4vw, 18px);
  font-size: clamp(1.55rem, 2.15vw, 2.9rem);
  line-height: 1.08;
  text-align: center;
}

.product-showcase-card.product-card-apres .showcase-hero-title span {
display: block;
  background: linear-gradient(105deg, #ff6fa8 0%, #ff8f70 48%, #f7cf79 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 143, 190, 0.14));
}

.product-showcase-card.product-card-apres .showcase-hero-copy {
max-width: 520px;
  margin-inline: auto;
  margin-bottom: clamp(16px, 1.45vw, 24px);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.84rem, 0.9vw, 1rem);
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.product-showcase-card.product-card-super {
--catalogue-bg-image: url("/assets/img/catalogue-super-intestin-bg.jpg");
}

.product-showcase-card.product-card-nova {
--catalogue-bg-image: url("/assets/img/catalogue-nova-bg.jpg");
}

.product-showcase-card.product-card-apres {
--catalogue-bg-image: url("/assets/img/catalogue-apres-coup-bg.jpg");
}

.product-showcase-card.product-card-super,
.product-showcase-card.product-card-nova,
.product-showcase-card.product-card-apres {
overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(4, 8, 18, 0.96);
}

.product-showcase-card.product-card-super::before,
.product-showcase-card.product-card-nova::before,
.product-showcase-card.product-card-apres::before {
position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-image: var(--catalogue-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.80;
  content: "";
  pointer-events: none;
}

.product-showcase-card.product-card-super::after,
.product-showcase-card.product-card-nova::after,
.product-showcase-card.product-card-apres::after {
position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(3, 7, 16, 0.10) 0%, rgba(3, 7, 16, 0.26) 42%, rgba(3, 7, 16, 0.74) 100%),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.04), transparent 42%);
  content: "";
  pointer-events: none;
}

.product-showcase-card .product-status,
.product-showcase-card .product-showcase-top-assets,
.product-showcase-card .product-showcase-content {
position: relative;
  z-index: 3;
}

.product-showcase-card .product-status {
z-index: 5;
}

.product-showcase-top-assets {
position: absolute !important;
  top: clamp(76px, 5.6vw, 98px);
  left: 50%;
  display: grid;
  justify-items: center;
  gap: clamp(10px, 0.9vw, 14px);
  transform: translateX(-50%);
  pointer-events: none;
}

.product-showcase-store-icons {
display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.7vw, 12px);
}

.product-showcase-store-icons img {
display: block;
  width: clamp(24px, 2vw, 34px);
  height: clamp(24px, 2vw, 34px);
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34));
}

.product-showcase-card.product-card-super .product-showcase-content > .product-showcase-icon,
.product-showcase-card.product-card-apres .product-showcase-content > .product-showcase-icon {
display: none !important;
}

@media (max-width: 760px) {
.product-showcase-top-assets {
top: 72px;
}
}

.product-showcase-card .product-status {
left: 50%;
  transform: translateX(-50%);
}

.product-showcase-top-assets {
top: clamp(68px, 4.8vw, 86px) !important;
  gap: clamp(8px, 0.72vw, 12px);
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.product-showcase-store-icons {
gap: clamp(7px, 0.62vw, 10px);
}

.product-showcase-store-icons img {
width: clamp(20px, 1.55vw, 28px);
  height: clamp(20px, 1.55vw, 28px);
  border-radius: 6px;
  background: transparent !important;
  box-shadow: none !important;
}

.product-showcase-card.product-card-apres {
background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(4, 8, 18, 0.96) !important;
}

.product-showcase-card.product-card-apres::after {
inset: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(3, 7, 16, 0.08) 0%, rgba(3, 7, 16, 0.18) 45%, rgba(3, 7, 16, 0.76) 100%),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.035), transparent 42%) !important;
}

.product-showcase-card.product-card-apres .product-showcase-icon,
.product-showcase-card.product-card-super .product-showcase-icon {
display: none !important;
}

.product-showcase-card.product-card-nova .nova-showcase-content {
margin-bottom: clamp(14px, 1.55vw, 28px) !important;
}

.product-showcase-card.product-card-nova .showcase-nova-title {
font-size: clamp(1.45rem, 1.85vw, 2.65rem) !important;
  letter-spacing: 0.18em;
}

@media (max-width: 760px) {
.product-showcase-top-assets {
top: 68px !important;
}
}

.product-showcase-card.product-card-super::before,
.product-showcase-card.product-card-nova::before,
.product-showcase-card.product-card-apres::before {
opacity: 0.96 !important;
}

.product-showcase-card .product-showcase-top-assets {
position: absolute !important;
  top: clamp(64px, 4.4vw, 82px) !important;
  left: 50% !important;
  z-index: 6 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateX(-50%) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.product-showcase-card.product-card-nova .product-showcase-top-assets {
display: none !important;
}

.product-showcase-store-icons {
display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(8px, 0.7vw, 12px) !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-showcase-store-icons img {
display: block !important;
  width: clamp(28px, 2.15vw, 42px) !important;
  height: clamp(28px, 2.15vw, 42px) !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34)) !important;
}

.text-highlight-super {
color: #fff !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(160, 122, 255, 0.95) !important;
  text-decoration-thickness: 0.16em !important;
  text-underline-offset: 0.18em !important;
}

.text-highlight-apres {
color: #fff !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(98, 216, 238, 0.95) !important;
  text-decoration-thickness: 0.16em !important;
  text-underline-offset: 0.18em !important;
}

.product-showcase-card.product-card-super,
.product-showcase-card.product-card-nova,
.product-showcase-card.product-card-apres {
background: rgba(4, 8, 18, 0.96) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.product-showcase-card.product-card-super::before,
.product-showcase-card.product-card-nova::before,
.product-showcase-card.product-card-apres::before {
inset: 0 !important;
  z-index: 0 !important;
  opacity: 1 !important;
  background-image: var(--catalogue-bg-image) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.product-showcase-card.product-card-super::after,
.product-showcase-card.product-card-nova::after,
.product-showcase-card.product-card-apres::after {
inset: 0 !important;
  z-index: 1 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(3, 7, 16, 0.04) 0%, rgba(3, 7, 16, 0.14) 48%, rgba(3, 7, 16, 0.70) 100%) !important;
  box-shadow: none !important;
}

.product-showcase-card .product-status {
position: absolute !important;
  top: clamp(24px, 2vw, 34px) !important;
  left: 50% !important;
  z-index: 7 !important;
  transform: translateX(-50%) !important;
}

.product-showcase-card .product-showcase-top-assets {
position: absolute !important;
  top: clamp(66px, 4.55vw, 84px) !important;
  left: 50% !important;
  z-index: 7 !important;
  transform: translateX(-50%) !important;
}

.product-showcase-card .product-showcase-content {
position: relative !important;
  z-index: 3 !important;
}

.product-showcase-store-icons img {
width: clamp(20px, 2.2vw, 30px) !important;
  height: clamp(20px, 2.2vw, 30px) !important;
}

.product-showcase-card .status-soon > span {
width: 10px !important;
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #ff9d3d !important;
  box-shadow: 0 0 16px rgba(255, 157, 61, 0.58) !important;
  color: transparent !important;
  font-size: 0 !important;
}

.text-highlight-super {
display: inline !important;
  padding: 0.02em 0.18em 0.08em !important;
  border-radius: 0.28em !important;
  background: linear-gradient(90deg, rgba(141, 117, 255, 0.42), rgba(98, 216, 238, 0.20)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.text-highlight-apres {
display: inline !important;
  padding: 0.02em 0.18em 0.08em !important;
  border-radius: 0.28em !important;
  background: linear-gradient(90deg, rgba(98, 216, 238, 0.42), rgba(255, 105, 155, 0.20)) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.product-showcase-card.product-card-super .status-live {
border-color: rgba(255, 151, 48, 0.46) !important;
  background: rgba(255, 126, 24, 0.16) !important;
  color: #ffd6a2 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 226, 178, 0.14),
    0 0 26px rgba(255, 126, 24, 0.14) !important;
}

.product-showcase-card.product-card-super .status-live > span {
background: #ff9d3d !important;
  box-shadow: 0 0 16px rgba(255, 157, 61, 0.58) !important;
}

.product-showcase-card.product-card-nova::before,
.product-showcase-card.product-card-apres::before {
filter: blur(5px) saturate(0.78) brightness(0.72) !important;
  transform: scale(1.04) !important;
}

.product-showcase-card.product-card-nova .product-showcase-content,
.product-showcase-card.product-card-apres .product-showcase-content,
.product-showcase-card.product-card-apres .product-showcase-top-assets {
filter: blur(2.2px) saturate(0.72) !important;
  opacity: 0.54 !important;
}

.product-showcase-card.product-card-nova .product-status,
.product-showcase-card.product-card-apres .product-status {
filter: none !important;
  opacity: 0.95 !important;
}

.product-showcase-card.product-card-nova::after,
.product-showcase-card.product-card-apres::after {
background:
    linear-gradient(180deg, rgba(3, 7, 16, 0.24) 0%, rgba(3, 7, 16, 0.38) 48%, rgba(3, 7, 16, 0.82) 100%),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.025), transparent 42%) !important;
}

@media (max-width: 980px) {
html,
body {
width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.nav-open {
overflow: hidden !important;
}

.site-header {
position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    min-height: 68px !important;
}

.site-nav {
width: min(calc(100% - 28px), 1180px) !important;
    min-height: 68px !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-inline: auto !important;
}

.brand {
min-width: 0 !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
}

.brand-logo {
width: 34px !important;
    height: 34px !important;
    flex: 0 0 auto !important;
}

.brand span {
display: block !important;
    max-width: min(54vw, 220px) !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 880 !important;
    line-height: 1.05 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.nav-toggle {
position: relative !important;
    z-index: 1001 !important;
    display: inline-grid !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    place-items: center !important;
    border: 1px solid rgba(185, 223, 255, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
    cursor: pointer !important;
    -webkit-backdrop-filter: blur(10px) saturate(160%) !important;
    backdrop-filter: blur(10px) saturate(160%) !important;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
display: block !important;
    width: 19px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    content: "" !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.nav-toggle-bars {
position: relative !important;
    margin: auto !important;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
position: absolute !important;
    left: 0 !important;
}

.nav-toggle-bars::before {
top: -6px !important;
}

.nav-toggle-bars::after {
top: 6px !important;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars {
background: transparent !important;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before {
transform: translateY(6px) rotate(45deg) !important;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after {
transform: translateY(-6px) rotate(-45deg) !important;
}

.nav-links {
position: fixed !important;
    top: 78px !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 1000 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    max-height: calc(100dvh - 96px) !important;
    margin: 0 !important;
    border: 1px solid rgba(185, 223, 255, 0.18) !important;
    border-radius: 24px !important;
    background: rgba(5, 9, 18, 0.94) !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.50) !important;
    padding: 14px !important;
    overflow-y: auto !important;
    -webkit-backdrop-filter: blur(10px) saturate(160%) !important;
    backdrop-filter: blur(10px) saturate(160%) !important;
}

.nav-links.is-open {
display: flex !important;
}

.nav-links a,
.nav-links .nav-cta {
display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    border: 1px solid rgba(185, 223, 255, 0.10) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: rgba(247, 249, 252, 0.88) !important;
    padding: 0 16px !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: normal !important;
}

.nav-links a:hover,
.nav-links a.is-active,
.nav-links a[aria-current="page"] {
border-color: rgba(98, 216, 238, 0.30) !important;
    background: linear-gradient(135deg, rgba(98, 216, 238, 0.16), rgba(141, 117, 255, 0.12)) !important;
    color: #fff !important;
}

main,
.hero,
.page-hero,
.legal-main,
.legal-hero,
.content-section,
.section {
max-width: 100% !important;
    overflow-x: hidden !important;
}

.container,
.section-wrap,
.legal-wrap,
.hero-copy,
.patient-callout-inner,
.footer-grid {
width: min(calc(100% - 32px), 1180px) !important;
}

h1 {
font-size: clamp(2.35rem, 12vw, 4.4rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.025em !important;
}

h2,
.section-title,
.legal-section-title {
font-size: clamp(1.75rem, 8.5vw, 3.2rem) !important;
    line-height: 1.03 !important;
}

p,
.lead,
.section-text,
.legal-section-text {
font-size: 0.98rem !important;
    line-height: 1.65 !important;
}

.hero-grid,
.two-column,
.split,
.legal-layout,
.legal-grid,
.card-grid,
.apps-catalog-grid,
.shared-grid,
.footer-grid,
.trust-row,
.trust-grid,
.home-trust-grid,
.home-flow-steps,
.glass-grid,
.pdf-layout,
.profile-grid,
.flow-grid,
.pdf-cards,
.fodmap-layout {
grid-template-columns: 1fr !important;
}
}

@media (max-width: 640px) {
.site-nav {
width: min(calc(100% - 22px), 1180px) !important;
}

.brand span {
max-width: 58vw !important;
    font-size: 0.9rem !important;
}

.nav-links {
left: 11px !important;
    right: 11px !important;
    top: 74px !important;
    border-radius: 20px !important;
}
}

@media (min-width: 901px) and (max-height: 1120px) and (max-width: 1920px) {
:root {
--header-height: 64px;
    --container: 1080px;
}

body {
font-size: 14.5px;
    line-height: 1.55;
}

.container,
.section-wrap,
.legal-wrap,
.footer-grid,
.site-nav,
.product-links {
width: min(calc(100% - 56px), var(--container));
}

.site-nav {
min-height: var(--header-height);
    gap: clamp(24px, 3vw, 48px);
}

.brand {
gap: 9px;
}

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

.brand span {
font-size: 0.92rem;
}

.nav-links {
gap: clamp(14px, 1.2vw, 20px);
}

.nav-links a {
font-size: 0.82rem;
}

.nav-cta,
.button {
min-height: 38px;
    padding-inline: 16px;
    font-size: 0.86rem;
}

h1 {
max-width: 720px;
    font-size: clamp(2.35rem, 4vw, 4.25rem);
    line-height: 0.98;
}

h2,
.section-title,
.legal-section-title,
.final-panel h2 {
font-size: clamp(1.65rem, 2.65vw, 2.85rem);
    line-height: 1.04;
}

h3 {
font-size: 1.05rem;
}

.lead,
.page-hero p,
.section-text,
.legal-section-text {
font-size: clamp(0.92rem, 1.05vw, 1.05rem);
    line-height: 1.56;
}

.section-label,
.section-kicker,
.legal-kicker,
.eyebrow {
font-size: 0.66rem;
    letter-spacing: 0.15em;
}

.hero,
.hero-immersive,
.apps-hero {
min-height: 460px;
    height: auto;
    padding-block: clamp(42px, 5vh, 64px);
}

.hero-grid,
.apps-hero > .container,
.apps-hero-layout {
width: min(calc(100% - 72px), 1180px);
    gap: clamp(22px, 3vw, 40px);
    padding-block: clamp(18px, 3vh, 42px);
}

.hero-copy,
.apps-hero-copy,
.applications-page .apps-hero .hero-copy {
max-width: 440px;
    transform: none;
}

.hero-copy h1,
.applications-page .apps-hero .hero-copy h1 {
max-width: 470px;
    font-size: clamp(2.3rem, 3.85vw, 4.35rem);
    margin-bottom: 14px;
}

.hero-copy .lead,
.applications-page .apps-hero .hero-copy .lead {
font-size: clamp(0.9rem, 1.15vw, 1.05rem);
    line-height: 1.48;
}

.hero-glass-stage,
.applications-page .apps-hero-visual {
min-height: 440px;
    transform: translateX(6px) scale(0.84);
}

.section,
.content-section,
.legal-section,
.final-section,
.legal-cta {
padding-block: clamp(44px, 5.2vw, 76px) !important;
}

.section-heading,
.section-head,
.legal-section-head {
margin-bottom: clamp(22px, 3vw, 40px);
    gap: clamp(20px, 4vw, 56px);
}

.card-grid,
.legal-grid,
.shared-grid,
.apps-catalog-grid {
gap: 14px;
}

.app-card,
.card,
.trust-card,
.guide-card,
.legal-card,
.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel {
padding: clamp(18px, 2.2vw, 26px);
    border-radius: 20px;
}

.trust-row {
gap: 14px;
    margin-top: clamp(30px, 4vh, 52px);
}

.trust-card {
min-height: 118px;
    grid-template-columns: 44px 1fr;
    gap: 12px;
}

.trust-icon {
width: 42px;
    height: 42px;
}

.slider-stage {
min-height: clamp(500px, 62vh, 640px);
}

.slide-card {
gap: clamp(18px, 2.6vw, 36px);
    padding: clamp(30px, 4vw, 52px);
}

.slide-copy h3 {
font-size: clamp(2rem, 3.4vw, 3.85rem);
}

.slide-copy p,
.slide-bullet span {
font-size: 0.92rem;
    line-height: 1.48;
}

.phone-showcase {
min-height: 480px;
}

.phone-showcase img {
width: min(100%, 315px);
    max-height: 500px;
}

.large-metric {
font-size: clamp(2.6rem, 5.3vw, 4.9rem);
}

.pdf-preview {
min-height: 410px;
}

.paper {
min-height: 340px;
}

.site-footer {
padding-block: 44px;
}

.footer-grid {
gap: 28px;
}

.footer-grid p,
.footer-grid a {
font-size: 0.9rem;
    line-height: 1.55;
}
}

@media (min-width: 901px) and (max-height: 850px) and (max-width: 1920px) {
:root {
--header-height: 58px;
}

body {
font-size: 14px;
}

.site-nav {
min-height: var(--header-height);
}

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

.hero,
.hero-immersive,
.apps-hero {
min-height: 420px;
    padding-block: 34px;
}

.hero-copy h1,
.applications-page .apps-hero .hero-copy h1,
h1 {
font-size: clamp(2.1rem, 3.45vw, 3.75rem);
}

h2,
.section-title,
.legal-section-title,
.final-panel h2 {
font-size: clamp(1.5rem, 2.35vw, 2.45rem);
}

.section,
.content-section,
.legal-section,
.final-section,
.legal-cta {
padding-block: clamp(34px, 4.2vw, 58px) !important;
}

.hero-glass-stage,
.applications-page .apps-hero-visual {
min-height: 380px;
    transform: translateX(0) scale(0.76);
}

.slider-stage {
min-height: 520px;
}
}

@media (min-width: 901px) and (max-width: 1920px) {
:root {
--header-height: 64px;
    --container: 1080px;
}

body {
font-size: 14px;
}

.site-nav {
width: min(calc(100% - 56px), var(--container));
    min-height: var(--header-height);
    gap: clamp(26px, 3.2vw, 54px);
}

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

.brand span {
font-size: 0.95rem;
}

.nav-links {
gap: clamp(14px, 1.15vw, 20px);
}

.nav-links a {
font-size: 0.84rem;
}

.container,
.section-wrap,
.footer-grid,
.legal-wrap {
width: min(calc(100% - 72px), var(--container));
}

.hero,
.hero-immersive,
.apps-hero {
min-height: calc(100svh - var(--header-height));
}

.hero-grid,
.apps-hero > .container {
width: min(calc(100% - 96px), 1240px);
}

.hero-grid {
grid-template-columns: minmax(280px, 0.43fr) minmax(480px, 1.57fr);
    gap: clamp(22px, 2.8vw, 44px);
    padding-block: clamp(20px, 3.2svh, 52px);
}

.hero-copy,
.apps-hero-copy,
.applications-page .apps-hero .hero-copy {
max-width: 420px;
}

h1,
.hero-copy h1,
.applications-page .apps-hero .hero-copy h1 {
max-width: 430px;
    font-size: clamp(2.55rem, 3.7vw, 4.3rem);
    line-height: 0.96;
}

h2,
.section-title,
.legal-section-title,
.final-panel h2 {
font-size: clamp(1.7rem, 2.45vw, 2.95rem);
}

.lead,
.hero-copy .lead,
.applications-page .apps-hero .hero-copy .lead,
.hero-lead,
.section-text,
.legal-section-text {
font-size: clamp(0.88rem, 1.02vw, 1.02rem);
    line-height: 1.55;
}

.section-label,
.section-kicker,
.legal-kicker,
.eyebrow {
font-size: 0.66rem;
    letter-spacing: 0.18em;
}

.hero-glass-stage,
.applications-page .apps-hero-visual {
min-height: min(500px, calc(100svh - var(--header-height) - 70px));
    transform: translateX(10px) scale(0.82);
    transform-origin: center right;
}

.hud-card {
padding: 15px;
    grid-template-columns: 36px 1fr;
    gap: 11px;
    border-radius: 17px;
}

.hud-icon {
width: 36px;
    height: 36px;
    border-radius: 13px;
}

.hud-card strong {
font-size: 0.82rem;
}

.hud-card small {
font-size: 0.68rem;
    line-height: 1.42;
}

.hud-card-medical {
top: 34px;
    left: 74px;
    width: 224px;
    min-height: 148px;
}

.hud-card-mental {
top: 102px;
    right: 62px;
    width: 204px;
    min-height: 116px;
}

.hud-card-recipes {
top: 286px;
    right: 260px;
    width: 176px;
    min-height: 178px;
}

.hud-card-activity {
left: 52px;
    bottom: 50px;
    width: 204px;
    min-height: 146px;
}

.hud-card-analysis {
right: 30px;
    bottom: 26px;
    width: 168px;
    min-height: 138px;
}

.hud-node {
width: 58px;
    height: 58px;
}

.button,
.nav-cta,
.btn {
min-height: 42px;
    padding-inline: 18px;
    font-size: 0.86rem;
}

.hero-copy .button {
min-height: 42px;
    padding-inline: 18px;
}

.medical-note {
font-size: 0.82rem;
}

.section,
.content-section,
.legal-section,
.final-section,
.legal-cta {
padding-block: clamp(46px, 5vw, 72px) !important;
}

.section-heading,
.section-head,
.legal-section-head {
margin-bottom: clamp(22px, 3.2vw, 42px);
}

.card-grid,
.legal-grid,
.shared-grid,
.apps-catalog-grid {
gap: 14px;
}

.app-card,
.card,
.trust-card,
.guide-card,
.legal-card,
.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel {
padding: clamp(18px, 2vw, 24px);
    border-radius: 20px;
}

.slider-stage {
min-height: clamp(520px, 62svh, 650px);
}

.slide-card {
gap: clamp(18px, 2.6vw, 36px);
    padding: clamp(30px, 4vw, 52px);
}

.slide-copy h3 {
font-size: clamp(2rem, 3.2vw, 3.7rem);
}

.phone-showcase {
min-height: 500px;
}

.phone-showcase img {
width: min(100%, 320px);
    max-height: 510px;
}

.site-footer {
padding-block: 46px;
}
}

@media (min-width: 901px) and (max-width: 1920px) and (max-height: 980px) {
:root {
--header-height: 60px;
}

body {
font-size: 13.5px;
}

.hero-copy,
.apps-hero-copy,
.applications-page .apps-hero .hero-copy {
max-width: 390px;
}

h1,
.hero-copy h1,
.applications-page .apps-hero .hero-copy h1 {
font-size: clamp(2.35rem, 3.35vw, 3.85rem);
    max-width: 390px;
    margin-bottom: 12px;
}

.lead,
.hero-copy .lead,
.applications-page .apps-hero .hero-copy .lead,
.hero-lead {
max-width: 390px;
    font-size: clamp(0.82rem, 0.95vw, 0.96rem);
    line-height: 1.48;
}

.hero-grid {
width: min(calc(100% - 90px), 1180px);
    grid-template-columns: minmax(260px, 0.40fr) minmax(460px, 1.60fr);
}

.hero-glass-stage,
.applications-page .apps-hero-visual {
min-height: min(450px, calc(100svh - var(--header-height) - 62px));
    transform: translateX(6px) scale(0.74);
}

.button,
.nav-cta,
.btn,
.hero-copy .button {
min-height: 38px;
    padding-inline: 16px;
    font-size: 0.8rem;
}

.medical-note {
max-width: 330px;
    padding: 12px 14px;
    font-size: 0.76rem;
    line-height: 1.38;
}

.section,
.content-section,
.legal-section,
.final-section,
.legal-cta {
padding-block: clamp(36px, 4vw, 58px) !important;
}
}

@media (min-width: 1921px) {
:root {
--container: 1180px;
}
}

@media (min-width: 901px) and (max-width: 1920px) {
:root {
--container: 1080px;
}

.container,
.section-wrap,
.legal-wrap,
.footer-grid,
.patient-callout-inner,
.section-heading,
.cta-content,
.apps-catalog-grid,
.shared-grid {
width: min(calc(100% - 72px), 1080px) !important;
    max-width: 1080px !important;
}

.section,
.content-section,
.legal-section,
.apps-catalog-section,
.final-section,
.legal-cta,
.patient-callout-inner {
padding-block: clamp(48px, 5vw, 78px) !important;
}

.section-heading,
.section-head,
.legal-section-head {
margin-bottom: clamp(26px, 3.4vw, 42px) !important;
    gap: clamp(22px, 3.2vw, 48px) !important;
}

h2,
.section-title,
.section-head h2,
.section-heading h2,
.legal-section-title,
.final-panel h2,
.patient-callout h2,
.slide-copy h3,
.showcase-hero-title,
.showcase-nova-title {
font-size: clamp(1.9rem, 3.05vw, 3.45rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.025em !important;
}

h3,
.glass-panel h3,
.mini-panel h3,
.pdf-card h3,
.recipe-card h3,
.profile-card h3,
.card h2,
.feature-flow h2,
.legal-card strong,
.trust-card b,
.shared-grid h3 {
font-size: clamp(0.98rem, 1.12vw, 1.18rem) !important;
    line-height: 1.2 !important;
}

p,
.section-text,
.section-head p,
.section-heading p,
.content-section p,
.legal-section-text,
.legal-article p,
.glass-panel p,
.mini-panel p,
.pdf-card p,
.recipe-card p,
.profile-card p,
.final-panel p,
.patient-callout p,
.slide-copy p,
.slide-bullet span,
.showcase-hero-copy,
.footer-grid p,
.footer-grid a {
font-size: clamp(0.84rem, 0.92vw, 0.98rem) !important;
    line-height: 1.55 !important;
}

.section-label,
.section-kicker,
.legal-kicker,
.slide-count,
.product-links a,
.app-status,
.chip {
font-size: clamp(0.62rem, 0.68vw, 0.74rem) !important;
}

.glass-grid,
.profile-grid,
.pdf-layout,
.legal-layout,
.apps-catalog-grid,
.shared-grid,
.card-grid,
.flow-grid,
.fodmap-layout,
.pdf-cards,
.trust-row,
.home-trust-grid,
.home-flow-steps {
gap: clamp(12px, 1.35vw, 18px) !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.card,
.trust-card,
.guide-card,
.legal-card,
.legal-summary-card,
.legal-article,
.product-card,
.product-showcase-card,
.home-flow-steps article,
.home-trust-grid article,
.patient-route,
.patient-route-step,
.patient-story-strip {
padding: clamp(18px, 1.85vw, 28px) !important;
    border-radius: clamp(18px, 1.7vw, 26px) !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.trust-card,
.legal-card,
.product-card,
.product-showcase-card,
.patient-route-step {
min-height: unset !important;
}

.large-metric {
font-size: clamp(2.6rem, 4.6vw, 4.9rem) !important;
    margin-block: 18px 12px !important;
}

.slider-stage {
min-height: clamp(500px, 62svh, 660px) !important;
    border-radius: 28px !important;
}

.slide-card {
gap: clamp(18px, 2.2vw, 34px) !important;
    padding: clamp(28px, 3.4vw, 54px) !important;
}

.phone-showcase {
min-height: clamp(420px, 54svh, 560px) !important;
}

.phone-showcase img {
width: min(100%, 310px) !important;
    max-height: 540px !important;
}

.pdf-preview {
min-height: clamp(360px, 46svh, 480px) !important;
    padding: clamp(20px, 2vw, 28px) !important;
    border-radius: 28px !important;
}

.paper {
width: min(100%, 300px) !important;
    min-height: 350px !important;
    padding: 22px !important;
}

.profile-item,
.patient-route-step,
.slide-bullet {
padding: clamp(12px, 1.25vw, 18px) !important;
}

.patient-route {
min-height: unset !important;
    margin-top: clamp(26px, 3vw, 42px) !important;
}

.patient-route-line {
display: none !important;
}

.patient-route-step:nth-child(1),
.patient-route-step:nth-child(2),
.patient-route-step:nth-child(3) {
margin-top: 0 !important;
}

.patient-route-dot,
.trust-icon,
.slide-bullet-icon,
.step-number {
width: clamp(40px, 3.6vw, 50px) !important;
    height: clamp(40px, 3.6vw, 50px) !important;
    border-radius: 14px !important;
}

.site-footer {
padding-block: clamp(42px, 4.5vw, 60px) !important;
}

.footer-grid {
gap: clamp(22px, 2.8vw, 34px) !important;
}
}

@media (min-width: 901px) and (max-width: 1600px) {
.container,
.section-wrap,
.legal-wrap,
.footer-grid,
.patient-callout-inner,
.section-heading,
.cta-content,
.apps-catalog-grid,
.shared-grid {
width: min(calc(100% - 64px), 1040px) !important;
    max-width: 1040px !important;
}

.section,
.content-section,
.legal-section,
.apps-catalog-section,
.final-section,
.legal-cta,
.patient-callout-inner {
padding-block: clamp(42px, 4.2vw, 64px) !important;
}

h2,
.section-title,
.section-head h2,
.section-heading h2,
.legal-section-title,
.final-panel h2,
.patient-callout h2,
.slide-copy h3,
.showcase-hero-title,
.showcase-nova-title {
font-size: clamp(1.72rem, 2.65vw, 3rem) !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.card,
.trust-card,
.guide-card,
.legal-card,
.legal-summary-card,
.legal-article,
.product-card,
.product-showcase-card,
.home-flow-steps article,
.home-trust-grid article,
.patient-route,
.patient-route-step,
.patient-story-strip {
padding: clamp(16px, 1.55vw, 24px) !important;
}
}

@media (min-width: 901px) and (max-height: 860px) {
.section,
.content-section,
.legal-section,
.apps-catalog-section,
.final-section,
.legal-cta,
.patient-callout-inner {
padding-block: 42px !important;
}

.section-heading,
.section-head,
.legal-section-head {
margin-bottom: 28px !important;
}

h2,
.section-title,
.section-head h2,
.section-heading h2,
.legal-section-title,
.final-panel h2,
.patient-callout h2,
.slide-copy h3,
.showcase-hero-title,
.showcase-nova-title {
font-size: clamp(1.6rem, 2.35vw, 2.65rem) !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.card,
.trust-card,
.guide-card,
.legal-card,
.legal-summary-card,
.legal-article,
.product-card,
.product-showcase-card,
.home-flow-steps article,
.home-trust-grid article,
.patient-route,
.patient-route-step,
.patient-story-strip {
padding: 18px !important;
}
}

@media (min-width: 901px) and (max-width: 1700px) {
:root {
--container: 1080px;
    --header-height: 68px;
}

body {
font-size: 15px !important;
}

.site-nav {
min-height: 68px !important;
    width: min(calc(100% - 56px), 1080px) !important;
    gap: clamp(22px, 3.2vw, 48px) !important;
}

.brand-logo {
width: 34px !important;
    height: 34px !important;
}

.brand span {
font-size: 0.94rem !important;
}

.nav-links {
gap: clamp(12px, 1.15vw, 18px) !important;
}

.nav-links a {
font-size: 0.84rem !important;
}

.container,
.section-wrap,
.legal-wrap,
.footer-grid,
.cta-content,
.apps-catalog-grid,
.shared-grid,
.apps-hero > .container,
.hero-grid,
.patient-callout-inner {
width: min(calc(100% - 64px), 1080px) !important;
    max-width: 1080px !important;
}

.section,
.content-section,
.legal-section,
.legal-cta,
.apps-catalog-section,
.final-section,
.patient-callout-inner,
.page-hero,
.cta-band {
padding-top: clamp(42px, 4.8vw, 72px) !important;
    padding-bottom: clamp(42px, 4.8vw, 72px) !important;
}

.section-heading,
.section-head,
.legal-section-head,
.apps-catalog-section .section-heading {
margin-bottom: clamp(24px, 3.2vw, 44px) !important;
    gap: clamp(22px, 3.4vw, 52px) !important;
}

h1,
.hero-copy h1,
.page-hero h1,
.legal-hero h1 {
font-size: clamp(2.55rem, 4.35vw, 4.85rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.025em !important;
}

h2,
.section-title,
.section-head h2,
.section-heading h2,
.legal-section-title,
.final-panel h2,
.patient-callout h2,
.slide-copy h3,
.showcase-hero-title,
.showcase-nova-title,
.legal-cta h2,
.cta-content h2 {
font-size: clamp(1.65rem, 2.75vw, 3.05rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.025em !important;
}

h3,
.card h2,
.feature-flow h2,
.legal-article h3,
.faq-item summary,
details summary {
font-size: clamp(0.98rem, 1.12vw, 1.18rem) !important;
    line-height: 1.22 !important;
}

p,
.lead,
.page-hero p,
.section-text,
.section-heading p,
.section-head p,
.legal-section-text,
.legal-article p,
.card p,
.trust-card p,
.guide-card p,
.hero-lead {
font-size: clamp(0.86rem, 0.95vw, 1rem) !important;
    line-height: 1.55 !important;
}

.section-label,
.legal-kicker,
.section-kicker,
.eyebrow,
.patient-callout-kicker {
font-size: 0.66rem !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 10px !important;
}

.hero,
.hero-immersive,
.apps-hero {
min-height: min(760px, calc(100svh - var(--header-height))) !important;
}

.hero-grid {
grid-template-columns: minmax(280px, 0.46fr) minmax(480px, 1.54fr) !important;
    gap: clamp(20px, 3vw, 42px) !important;
    padding-block: clamp(18px, 3.2svh, 48px) !important;
}

.hero-copy {
max-width: 430px !important;
}

.hero-copy .lead {
max-width: 430px !important;
}

.hero-glass-stage,
.applications-page .apps-hero-visual {
transform: translateX(8px) scale(0.84) !important;
    transform-origin: center right !important;
}

.hud-card {
padding: 14px !important;
    border-radius: 17px !important;
    grid-template-columns: 34px 1fr !important;
    gap: 11px !important;
}

.hud-icon {
width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
}

.hud-card strong {
font-size: 0.78rem !important;
}

.hud-card small {
font-size: 0.68rem !important;
    line-height: 1.35 !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.card,
.trust-card,
.guide-card,
.legal-card,
.legal-summary-card,
.legal-article,
.product-card,
.product-showcase-card,
.home-flow-steps article,
.home-trust-grid article,
.patient-route,
.patient-route-step,
.patient-story-strip,
details,
.faq-item {
padding: clamp(16px, 1.55vw, 24px) !important;
    border-radius: clamp(18px, 1.8vw, 26px) !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.product-card,
.product-showcase-card,
.patient-route,
.patient-route-step,
.slider-stage,
.pdf-preview {
min-height: unset !important;
}

.card-grid,
.legal-grid,
.shared-grid,
.home-trust-grid,
.home-flow-steps,
.pdf-cards,
.fodmap-layout {
gap: clamp(12px, 1.45vw, 18px) !important;
}

.legal-layout {
grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr) !important;
    gap: clamp(16px, 2.2vw, 28px) !important;
}

.legal-summary-card a {
min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 0.84rem !important;
}

.legal-article section {
padding-block: clamp(18px, 2.2vw, 28px) !important;
}

.legal-article section + section {
margin-top: 0 !important;
}

.faq-list {
gap: 10px !important;
}

details {
padding: 14px 16px !important;
}

details p {
margin-top: 9px !important;
    font-size: 0.88rem !important;
}

.legal-hero,
.legal-hero.legal-hero-image,
.faq-hero,
.contact-hero {
min-height: unset !important;
    padding-block: clamp(34px, 4.2vw, 62px) !important;
}

.legal-hero-picture {
width: min(calc(100% - 64px), 1080px) !important;
    max-width: 1080px !important;
}

.legal-hero-picture img {
max-height: clamp(220px, 27vw, 390px) !important;
    object-fit: contain !important;
}

.large-metric {
font-size: clamp(2.4rem, 4.2vw, 4.8rem) !important;
}

.button,
.btn,
.nav-cta,
.slide-detail-btn {
min-height: 42px !important;
    padding-inline: 18px !important;
    font-size: 0.88rem !important;
}

.footer-grid {
gap: 24px !important;
}

.site-footer {
padding-block: 38px !important;
}
}

@media (min-width: 901px) and (max-width: 1700px) and (max-height: 880px) {
.section,
.content-section,
.legal-section,
.legal-cta,
.apps-catalog-section,
.final-section,
.patient-callout-inner,
.page-hero,
.cta-band {
padding-top: 38px !important;
    padding-bottom: 38px !important;
}

h1,
.hero-copy h1,
.page-hero h1,
.legal-hero h1 {
font-size: clamp(2.35rem, 4vw, 4.25rem) !important;
}

h2,
.section-title,
.section-head h2,
.section-heading h2,
.legal-section-title,
.final-panel h2,
.patient-callout h2,
.slide-copy h3,
.showcase-hero-title,
.showcase-nova-title,
.legal-cta h2,
.cta-content h2 {
font-size: clamp(1.52rem, 2.35vw, 2.65rem) !important;
}

.section-heading,
.section-head,
.legal-section-head {
margin-bottom: 24px !important;
}

.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.card,
.trust-card,
.guide-card,
.legal-card,
.legal-summary-card,
.legal-article,
.product-card,
.product-showcase-card,
.home-flow-steps article,
.home-trust-grid article,
.patient-route,
.patient-route-step,
.patient-story-strip,
details,
.faq-item {
padding: 16px !important;
}

.legal-hero-picture img {
max-height: 310px !important;
}
}

@media (min-width: 900px) and (max-width: 1700px) {
:root {
--header-height: 64px;
    --container: 1040px;
}

body {
font-size: 14px !important;
    line-height: 1.5 !important;
}

.site-nav {
min-height: 64px !important;
    width: min(calc(100% - 56px), 1040px) !important;
    gap: 34px !important;
}

.brand-logo {
width: 30px !important;
    height: 30px !important;
}

.brand span {
font-size: 0.9rem !important;
}

.nav-links {
gap: 18px !important;
}

.nav-links a {
font-size: 0.78rem !important;
}

.container,
.section-wrap,
.legal-wrap,
.footer-grid,
.section-heading,
.apps-hero > .container,
.hero-grid {
width: min(calc(100% - 64px), 1040px) !important;
    max-width: 1040px !important;
}

h1 {
font-size: clamp(2.4rem, 4.2vw, 4.8rem) !important;
    line-height: 0.96 !important;
}

h2,
.section-title,
.section-head h2,
.legal-section-title,
.final-panel h2 {
font-size: clamp(1.7rem, 2.7vw, 3.1rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
}

h3,
.legal-article h3,
.card h2,
.card h3 {
font-size: clamp(0.9rem, 1.08vw, 1.12rem) !important;
    line-height: 1.25 !important;
}

p,
.lead,
.section-text,
.section-head p,
.legal-section-text,
.legal-article p,
.faq-answer,
.faq-answer p,
.card p,
.trust-card p,
.guide-card p,
.footer-grid p,
.footer-grid a {
font-size: clamp(0.78rem, 0.88vw, 0.92rem) !important;
    line-height: 1.55 !important;
}

.section,
.content-section,
.legal-section,
.faq-section,
.apps-catalog-section,
.final-section {
padding-top: clamp(42px, 4.6vw, 68px) !important;
    padding-bottom: clamp(42px, 4.6vw, 68px) !important;
}

.section-head,
.legal-section-head {
gap: clamp(18px, 3vw, 38px) !important;
    margin-bottom: clamp(22px, 2.8vw, 36px) !important;
}

.section-label,
.legal-kicker,
.section-kicker {
font-size: 0.62rem !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 9px !important;
}

.card,
.legal-card,
.trust-card,
.guide-card,
.glass-panel,
.mini-panel,
.flow-step,
.pdf-card,
.recipe-card,
.profile-card,
.final-panel,
.home-flow-steps article,
.home-trust-grid article {
padding: clamp(16px, 1.8vw, 24px) !important;
    border-radius: 18px !important;
    min-height: unset !important;
}

.card-grid,
.legal-grid,
.home-trust-grid,
.home-flow-steps {
gap: 14px !important;
}

.footer-grid {
padding: 0 !important;
    gap: 24px !important;
}

.site-footer {
padding: 44px 0 !important;
}

.faq-page,
.legal-main {
font-size: 14px !important;
}

.faq-hero,
.legal-hero,
.legal-hero-image {
min-height: auto !important;
    padding: 0 !important;
}

.legal-hero-picture {
width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
}

.legal-hero-picture img {
width: 100% !important;
    height: auto !important;
    max-height: 280px !important;
    object-fit: cover !important;
}

.faq-layout,
.legal-layout {
display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
}

.legal-summary-card {
position: sticky !important;
    top: 82px !important;
    padding: 16px !important;
    border-radius: 18px !important;
}

.legal-summary-card strong {
font-size: 0.82rem !important;
}

.legal-summary-card a {
font-size: 0.72rem !important;
    padding: 9px 0 !important;
    line-height: 1.25 !important;
}

.legal-article {
display: grid !important;
    gap: 10px !important;
}

.legal-article section,
.faq-item,
details.faq-item {
padding: 18px 20px !important;
    border-radius: 18px !important;
    min-height: 0 !important;
}

.faq-item summary,
details.faq-item summary {
min-height: 42px !important;
    padding: 0 !important;
    gap: 12px !important;
}

.faq-toggle,
.faq-item summary::after {
width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 1.05rem !important;
}

.faq-answer,
details.faq-item[open] .faq-answer {
padding-top: 10px !important;
    margin-top: 8px !important;
}

.legal-grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 28px !important;
}

.legal-card b,
.legal-card strong {
font-size: 0.82rem !important;
    line-height: 1.22 !important;
}
}

@media (min-width: 900px) and (max-width: 1700px) and (max-height: 900px) {
body {
font-size: 13px !important;
}

.site-nav {
min-height: 58px !important;
}

.brand-logo {
width: 28px !important;
    height: 28px !important;
}

.section,
.content-section,
.legal-section,
.faq-section {
padding-top: 34px !important;
    padding-bottom: 46px !important;
}

h1 {
font-size: clamp(2.25rem, 3.8vw, 4.2rem) !important;
}

h2,
.section-title,
.section-head h2,
.legal-section-title,
.final-panel h2 {
font-size: clamp(1.55rem, 2.35vw, 2.65rem) !important;
}

.faq-layout,
.legal-layout {
grid-template-columns: 200px minmax(0, 1fr) !important;
    gap: 14px !important;
}

.legal-article section,
.faq-item,
details.faq-item {
padding: 14px 16px !important;
    border-radius: 16px !important;
}

.legal-hero-picture img {
max-height: 230px !important;
}
}

@media (min-width: 900px) and (max-width: 1400px) {
.container,
.section-wrap,
.legal-wrap,
.footer-grid {
width: min(calc(100% - 56px), 940px) !important;
    max-width: 940px !important;
}

.faq-layout,
.legal-layout {
grid-template-columns: 190px minmax(0, 1fr) !important;
}

.legal-card,
.card,
.trust-card {
padding: 15px !important;
}
}

.applications-page .product-card-super .showcase-hero-title,
.applications-page .product-card-apres .showcase-hero-title,
.applications-page .product-showcase-card.product-card-super .showcase-hero-title,
.applications-page .product-showcase-card.product-card-apres .showcase-hero-title {
max-width: 92% !important;
  margin: 0 auto clamp(8px, 1vw, 12px) !important;
  font-size: clamp(1.65rem, 1.65vw, 2.45rem) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.applications-page .product-card-super .showcase-hero-title span,
.applications-page .product-card-apres .showcase-hero-title span,
.applications-page .product-showcase-card.product-card-super .showcase-hero-title span,
.applications-page .product-showcase-card.product-card-apres .showcase-hero-title span {
display: inline-block !important;
}

@media (max-width: 900px) {
.applications-page .product-card-super .showcase-hero-title,
.applications-page .product-card-apres .showcase-hero-title,
.applications-page .product-showcase-card.product-card-super .showcase-hero-title,
.applications-page .product-showcase-card.product-card-apres .showcase-hero-title {
font-size: clamp(1.45rem, 5.8vw, 2.1rem) !important;
    line-height: 1.08 !important;
}
}

.applications-page .container {
width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.applications-page .apps-ecosystem-layout {
display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.applications-page .apps-ecosystem-title {
max-width: 1120px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.applications-page .apps-ecosystem-title h2 {
max-width: 980px;
  font-size: clamp(2.35rem, 4.6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.applications-page .apps-ecosystem-visual {
position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "super super"
    "apres nova";
  gap: 18px;
  min-height: 500px;
  padding: 28px;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(185, 223, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 52%, rgba(98,216,238,.08), transparent 45%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.014)),
    rgba(10, 18, 33, .72);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.applications-page .apps-ecosystem-visual::before {
content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(185, 223, 255, 0.07);
  border-radius: 28px;
  pointer-events: none;
}

.applications-page .ecosystem-product {
position: relative;
  z-index: 1;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(185,223,255,.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)),
    rgba(13, 22, 39, .76);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.applications-page .ecosystem-product-super {
grid-area: super;
  min-height: 180px;
}

.applications-page .ecosystem-product-apres {
grid-area: apres;
  min-height: 160px;
}

.applications-page .ecosystem-product-nova {
grid-area: nova;
  min-height: 160px;
  display: grid;
  place-items: center;
  text-align: center;
}

.applications-page .ecosystem-product-nova div {
display: grid;
  justify-items: center;
  gap: 10px;
}

.applications-page .ecosystem-product-nova strong {
color: #fff;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255,255,255,.24), 0 0 30px rgba(98,216,238,.22);
}

.applications-page .ecosystem-product-nova span {
display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(141,117,255,.30);
  border-radius: 999px;
  background: rgba(141,117,255,.085);
  color: #cfc7ff;
  padding: 0 13px;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.applications-page .apps-versus-section {
position: relative;
  overflow: hidden;
  padding: clamp(52px, 5vw, 82px) 0;
  border-top: 1px solid rgba(185, 223, 255, 0.10);
  border-bottom: 1px solid rgba(185, 223, 255, 0.10);
  background:
    radial-gradient(circle at 14% 18%, rgba(98,216,238,.09), transparent 28rem),
    radial-gradient(circle at 86% 28%, rgba(85,214,154,.10), transparent 31rem),
    linear-gradient(180deg, #020611 0%, #050914 100%);
}

.applications-page .apps-versus-clean {
width: min(calc(100% - 48px), 1120px);
  margin-inline: auto;
}

.applications-page .apps-versus-kicker {
display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #8ef0bd;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

.applications-page .apps-versus-kicker::before {
content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #55d69a;
  box-shadow: 0 0 18px rgba(85,214,154,.65);
}

.applications-page .apps-compare-card {
overflow: hidden;
  border: 1px solid rgba(185,223,255,.16);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.070), rgba(255,255,255,.014)),
    rgba(10, 18, 33, .76);
  box-shadow: 0 34px 110px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(10px) saturate(145%);
}

.applications-page .apps-compare-header,
.applications-page .apps-compare-row {
display: grid;
  grid-template-columns: minmax(300px, 1.12fr) minmax(245px, .78fr) minmax(300px, .92fr);
}

.applications-page .apps-compare-header {
min-height: 132px;
  border-bottom: 1px solid rgba(185,223,255,.14);
}

.applications-page .apps-compare-intro,
.applications-page .apps-compare-column-title,
.applications-page .apps-compare-feature,
.applications-page .apps-compare-world,
.applications-page .apps-compare-sss {
border-right: 1px solid rgba(185,223,255,.12);
}

.applications-page .apps-compare-column-title:last-child,
.applications-page .apps-compare-sss {
border-right: 0;
}

.applications-page .apps-compare-intro,
.applications-page .apps-compare-column-title {
padding: 22px;
}

.applications-page .apps-compare-sss-title {
background: radial-gradient(circle at 100% 0%, rgba(85,214,154,.16), transparent 42%), rgba(85,214,154,.045);
}

.applications-page .apps-compare-intro span,
.applications-page .apps-compare-column-title span {
display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: .70rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.applications-page .apps-compare-intro span {
border: 1px solid rgba(98,216,238,.28);
  background: rgba(98,216,238,.075);
  color: #aef8ff;
}

.applications-page .apps-compare-world-title span {
border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.045);
  color: rgba(247,251,255,.84);
}

.applications-page .apps-compare-sss-title span {
border: 1px solid rgba(85,214,154,.30);
  background: rgba(85,214,154,.085);
  color: #8ef0bd;
}

.applications-page .apps-compare-intro h2 {
max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.05vw, 2.10rem);
  line-height: 1.02;
  font-weight: 840;
  letter-spacing: -0.038em;
}

.applications-page .apps-compare-intro p {
max-width: 470px;
  margin: 12px 0 0;
  color: rgba(225,234,247,.72);
  font-size: .82rem;
  font-weight: 620;
  line-height: 1.42;
}

.applications-page .apps-compare-column-title strong {
display: block;
  max-width: 260px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.12;
  font-weight: 880;
  letter-spacing: -0.032em;
}

.applications-page .apps-compare-row {
border-bottom: 1px solid rgba(185,223,255,.10);
}

.applications-page .apps-compare-row:nth-child(even) {
background: rgba(255,255,255,.012);
}

.applications-page .apps-compare-feature,
.applications-page .apps-compare-world,
.applications-page .apps-compare-sss {
display: flex;
  align-items: center;
  min-height: 52px;
  padding: 11px 18px;
}

.applications-page .apps-compare-feature {
gap: 13px;
  background: rgba(2,6,17,.18);
}

.applications-page .apps-compare-feature span {
display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(98,216,238,.23);
  border-radius: 12px;
  background: rgba(98,216,238,.08);
  color: #aef8ff;
  font-size: .74rem;
  font-weight: 950;
}

.applications-page .apps-compare-feature strong {
color: #fff;
  font-size: .90rem;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.applications-page .apps-compare-world {
color: rgba(247,251,255,.72);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.36;
  background: rgba(255,255,255,.020);
}

.applications-page .apps-compare-empty {
justify-content: center;
  color: rgba(225,234,247,.34);
  font-size: .95rem;
  font-weight: 850;
}

.applications-page .apps-compare-sss {
position: relative;
  color: rgba(226,255,241,.88);
  font-size: .78rem;
  font-weight: 730;
  line-height: 1.36;
  background: linear-gradient(90deg, rgba(85,214,154,.075), rgba(85,214,154,.030));
  padding-left: 48px;
}

.applications-page .apps-compare-sss::before {
content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(85,214,154,.20);
  color: #8ef0bd;
  font-size: .78rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.applications-page .apps-compare-founder-row {
background: linear-gradient(90deg, rgba(247,201,130,.045), rgba(85,214,154,.040));
}

.applications-page .apps-compare-founder-row .apps-compare-feature span {
border-color: rgba(247,201,130,.30);
  background: rgba(247,201,130,.085);
  color: #f7cf78;
}

.applications-page .apps-compare-nova-row {
overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(98,216,238,.22), transparent 42%),
    linear-gradient(90deg, rgba(255,255,255,.025), rgba(98,216,238,.055));
}

.applications-page .apps-compare-nova-row .apps-compare-feature span {
border-color: rgba(140,230,255,.55);
  background: rgba(98,216,238,.12);
  color: #dffbff;
  box-shadow: 0 0 18px rgba(98,216,238,.42), inset 0 1px 0 rgba(255,255,255,.18);
}

.applications-page .apps-compare-nova-row .apps-compare-feature strong,
.applications-page .apps-compare-nova-row .apps-compare-sss {
color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.28), 0 0 24px rgba(98,216,238,.40);
}

.applications-page .apps-compare-nova-row .apps-compare-sss {
font-weight: 900;
  background: linear-gradient(90deg, rgba(98,216,238,.16), rgba(125,183,255,.08));
}

.applications-page .apps-compare-nova-row .apps-compare-sss::before {
background: rgba(98,216,238,.22);
  color: #e9fdff;
  box-shadow: 0 0 18px rgba(98,216,238,.42);
}

.applications-page .apps-compare-footer {
border-top: 1px solid rgba(85,214,154,.20);
  background:
    radial-gradient(circle at 8% 0%, rgba(85,214,154,.14), transparent 34%),
    linear-gradient(90deg, rgba(85,214,154,.090), rgba(98,216,238,.045));
  padding: 20px 24px;
}

.applications-page .apps-compare-footer strong {
display: block;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.16;
  font-weight: 870;
  letter-spacing: -0.022em;
}

.applications-page .apps-compare-footer p {
max-width: 940px;
  margin: 8px 0 0;
  color: rgba(226,255,241,.72);
  font-size: .86rem;
  font-weight: 630;
  line-height: 1.42;
}

@media (max-width: 1180px) {
.applications-page .apps-ecosystem-layout {
grid-template-columns: 1fr;
}

.applications-page .apps-ecosystem-visual {
min-height: auto;
}
}

@media (max-width: 980px) {
.applications-page .container,
.applications-page .apps-versus-clean {
width: min(calc(100% - 32px), 1120px);
}

.applications-page .apps-ecosystem-title h2 {
font-size: clamp(2.1rem, 10vw, 3.7rem);
}

.applications-page .apps-ecosystem-visual {
grid-template-columns: 1fr;
    grid-template-areas:
      "super"
      "apres"
      "nova";
    padding: 18px;
    border-radius: 26px;
}

.applications-page .ecosystem-product {
padding: 20px;
}

.applications-page .apps-compare-card {
overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.applications-page .apps-compare-header,
.applications-page .apps-compare-row {
min-width: 860px;
    grid-template-columns: 290px 260px 310px;
}
}

@media (max-width: 560px) {
.applications-page .apps-versus-kicker {
font-size: .64rem;
    letter-spacing: .14em;
}

.applications-page .apps-compare-header,
.applications-page .apps-compare-row {
min-width: 820px;
    grid-template-columns: 270px 250px 300px;
}
}

.applications-page .apps-ecosystem-section,
.applications-page .apps-versus-section,
.applications-page .apps-guides-section {
position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(185, 223, 255, 0.10);
  border-bottom: 1px solid rgba(185, 223, 255, 0.08);
  background:
    radial-gradient(circle at 18% 20%, rgba(98, 216, 238, 0.08), transparent 30rem),
    radial-gradient(circle at 82% 24%, rgba(141, 117, 255, 0.08), transparent 32rem),
    linear-gradient(180deg, #020611 0%, #050914 100%);
}

.applications-page .apps-ecosystem-section {
padding: clamp(74px, 7vw, 132px) 0;
}

.applications-page .apps-ecosystem-layout {
display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-areas:
    "copy visual"
    "points visual";
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.applications-page .apps-ecosystem-copy {
grid-area: copy;
}

.applications-page .apps-ecosystem-visual {
grid-area: visual;
}

.applications-page .apps-ecosystem-points {
grid-area: points;
}

.applications-page .apps-ecosystem-title {
display: grid;
  gap: 0;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(2.45rem, 4.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.applications-page .apps-ecosystem-copy p:not(.section-label) {
max-width: 610px;
  color: rgba(225, 234, 247, 0.72);
  font-size: 1rem;
  font-weight: 560;
  line-height: 1.75;
}

.applications-page .apps-ecosystem-visual {
position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "super super"
    "apres nova";
  gap: 18px;
  min-height: 500px;
  padding: 28px;
  align-content: center;
  border: 1px solid rgba(185, 223, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 52%, rgba(98,216,238,.08), transparent 45%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.014)),
    rgba(10, 18, 33, .72);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.applications-page .ecosystem-product {
position: relative;
  z-index: 1;
  min-width: 0;
  width: auto;
  padding: 24px;
  border: 1px solid rgba(185,223,255,.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)),
    rgba(13, 22, 39, .76);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.applications-page .ecosystem-product-super {
grid-area: super;
  min-height: 180px;
}

.applications-page .ecosystem-product-apres {
grid-area: apres;
  min-height: 160px;
}

.applications-page .ecosystem-product-nova {
grid-area: nova;
  min-height: 160px;
  display: grid;
  place-items: center;
  text-align: center;
}

.applications-page .ecosystem-product-nova div {
display: grid;
  justify-items: center;
  gap: 10px;
}

.applications-page .ecosystem-product-nova strong {
color: #fff;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255,255,255,.24), 0 0 30px rgba(98,216,238,.22);
}

.applications-page .ecosystem-product-nova span {
display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(141,117,255,.30);
  border-radius: 999px;
  background: rgba(141,117,255,.085);
  color: #cfc7ff;
  padding: 0 13px;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.applications-page .apps-ecosystem-points {
display: grid;
  gap: 18px;
  max-width: 620px;
}

.applications-page .apps-ecosystem-points article {
display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 4px;
}

.applications-page .apps-ecosystem-points span {
grid-row: span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(98,216,238,.22);
  border-radius: 12px;
  background: rgba(98,216,238,.07);
  color: #aef8ff;
  font-size: .74rem;
  font-weight: 950;
}

.applications-page .apps-ecosystem-points strong {
color: #fff;
  font-size: .94rem;
  font-weight: 850;
}

.applications-page .apps-ecosystem-points p {
margin: 0;
  color: rgba(225,234,247,.68);
  font-size: .92rem;
  line-height: 1.55;
}

.applications-page .apps-versus-section {
padding: clamp(58px, 5.5vw, 92px) 0;
}

.applications-page .apps-versus-clean {
width: min(calc(100% - 72px), 1120px);
  margin-inline: auto;
}

.applications-page .apps-versus-kicker {
display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #8ef0bd;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

.applications-page .apps-versus-kicker::before {
content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #55d69a;
  box-shadow: 0 0 18px rgba(85,214,154,.65);
}

.applications-page .apps-compare-card {
overflow: hidden;
  border: 1px solid rgba(185,223,255,.16);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.070), rgba(255,255,255,.014)),
    rgba(10, 18, 33, .76);
  box-shadow:
    0 34px 110px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(10px) saturate(145%);
}

.applications-page .apps-compare-header,
.applications-page .apps-compare-row {
display: grid;
  grid-template-columns: minmax(300px, 1.12fr) minmax(245px, .78fr) minmax(320px, 1fr);
}

.applications-page .apps-compare-header {
min-height: 132px;
  border-bottom: 1px solid rgba(185,223,255,.14);
}

.applications-page .apps-compare-intro,
.applications-page .apps-compare-column-title,
.applications-page .apps-compare-feature,
.applications-page .apps-compare-world,
.applications-page .apps-compare-sss {
border-right: 1px solid rgba(185,223,255,.12);
}

.applications-page .apps-compare-column-title:last-child,
.applications-page .apps-compare-sss {
border-right: 0;
}

.applications-page .apps-compare-intro,
.applications-page .apps-compare-column-title {
padding: 22px;
}

.applications-page .apps-compare-sss-title {
background: radial-gradient(circle at 100% 0%, rgba(85,214,154,.16), transparent 42%), rgba(85,214,154,.045);
}

.applications-page .apps-compare-intro span,
.applications-page .apps-compare-column-title span {
display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: .70rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.applications-page .apps-compare-intro span {
border: 1px solid rgba(98,216,238,.28);
  background: rgba(98,216,238,.075);
  color: #aef8ff;
}

.applications-page .apps-compare-world-title span {
border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.045);
  color: rgba(247,251,255,.84);
}

.applications-page .apps-compare-sss-title span {
border: 1px solid rgba(85,214,154,.30);
  background: rgba(85,214,154,.085);
  color: #8ef0bd;
}

.applications-page .apps-compare-intro h2 {
max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.05vw, 2.10rem);
  line-height: 1.02;
  font-weight: 840;
  letter-spacing: -0.038em;
}

.applications-page .apps-compare-intro p {
max-width: 470px;
  margin: 12px 0 0;
  color: rgba(225,234,247,.72);
  font-size: .82rem;
  font-weight: 620;
  line-height: 1.42;
}

.applications-page .apps-compare-column-title strong {
display: block;
  max-width: 270px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.12;
  font-weight: 880;
  letter-spacing: -0.032em;
}

.applications-page .apps-compare-row {
border-bottom: 1px solid rgba(185,223,255,.10);
}

.applications-page .apps-compare-row:nth-child(even) {
background: rgba(255,255,255,.012);
}

.applications-page .apps-compare-feature,
.applications-page .apps-compare-world,
.applications-page .apps-compare-sss {
display: flex;
  align-items: center;
  min-height: 52px;
  padding: 11px 18px;
  min-width: 0;
}

.applications-page .apps-compare-feature {
gap: 13px;
  background: rgba(2,6,17,.18);
}

.applications-page .apps-compare-feature span {
display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(98,216,238,.23);
  border-radius: 12px;
  background: rgba(98,216,238,.08);
  color: #aef8ff;
  font-size: .74rem;
  font-weight: 950;
}

.applications-page .apps-compare-feature strong {
color: #fff;
  font-size: .90rem;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.applications-page .apps-compare-world {
color: rgba(247,251,255,.72);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.36;
  background: rgba(255,255,255,.020);
}

.applications-page .apps-compare-empty {
justify-content: center;
  color: rgba(225,234,247,.34);
  font-size: .95rem;
  font-weight: 850;
}

.applications-page .apps-compare-sss {
position: relative;
  color: rgba(226,255,241,.88);
  font-size: .78rem;
  font-weight: 730;
  line-height: 1.36;
  background: linear-gradient(90deg, rgba(85,214,154,.075), rgba(85,214,154,.030));
  padding-left: 48px;
}

.applications-page .apps-compare-sss::before {
content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(85,214,154,.20);
  color: #8ef0bd;
  font-size: .78rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.applications-page .apps-compare-founder-row {
background: linear-gradient(90deg, rgba(247,201,130,.045), rgba(85,214,154,.040));
}

.applications-page .apps-compare-founder-row .apps-compare-feature span {
border-color: rgba(247,201,130,.30);
  background: rgba(247,201,130,.085);
  color: #f7cf78;
}

.applications-page .apps-compare-nova-row {
background:
    radial-gradient(circle at 78% 50%, rgba(98,216,238,.22), transparent 42%),
    linear-gradient(90deg, rgba(255,255,255,.025), rgba(98,216,238,.055));
}

.applications-page .apps-compare-nova-row .apps-compare-feature span {
border-color: rgba(140,230,255,.55);
  background: rgba(98,216,238,.12);
  color: #dffbff;
  box-shadow: 0 0 18px rgba(98,216,238,.42), inset 0 1px 0 rgba(255,255,255,.18);
}

.applications-page .apps-compare-nova-row .apps-compare-feature strong,
.applications-page .apps-compare-nova-row .apps-compare-sss {
color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.28), 0 0 24px rgba(98,216,238,.40);
}

.applications-page .apps-compare-nova-row .apps-compare-sss {
font-weight: 900;
  background: linear-gradient(90deg, rgba(98,216,238,.16), rgba(125,183,255,.08));
}

.applications-page .apps-compare-nova-row .apps-compare-sss::before {
background: rgba(98,216,238,.22);
  color: #e9fdff;
  box-shadow: 0 0 18px rgba(98,216,238,.42);
}

.applications-page .apps-compare-footer {
border-top: 1px solid rgba(85,214,154,.20);
  background:
    radial-gradient(circle at 8% 0%, rgba(85,214,154,.14), transparent 34%),
    linear-gradient(90deg, rgba(85,214,154,.090), rgba(98,216,238,.045));
  padding: 20px 24px;
}

.applications-page .apps-compare-footer strong {
display: block;
  color: #fff;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.16;
  font-weight: 870;
  letter-spacing: -0.022em;
}

.applications-page .apps-compare-footer p {
max-width: 940px;
  margin: 8px 0 0;
  color: rgba(226,255,241,.72);
  font-size: .86rem;
  font-weight: 630;
  line-height: 1.42;
}

.applications-page .apps-guides-section {
padding: clamp(70px, 7vw, 118px) 0;
}

.applications-page .apps-guides-layout {
display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.applications-page .apps-guides-copy h2 {
max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.05rem, 4vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.applications-page .apps-guides-copy p:not(.section-label) {
color: rgba(225,234,247,.72);
  font-size: 1rem;
  line-height: 1.65;
}

.applications-page .apps-guides-grid {
display: grid;
  gap: 16px;
}

.applications-page .apps-guides-grid a {
display: block;
  border: 1px solid rgba(185,223,255,.13);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.016)),
    rgba(13, 22, 39, .72);
  box-shadow: 0 18px 55px rgba(0,0,0,.20);
  padding: 20px 22px;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.applications-page .apps-guides-grid a:hover {
transform: translateY(-3px);
  border-color: rgba(98,216,238,.26);
  background:
    linear-gradient(145deg, rgba(98,216,238,.085), rgba(255,255,255,.020)),
    rgba(13, 22, 39, .78);
}

.applications-page .apps-guides-grid span {
display: block;
  margin-bottom: 6px;
  color: #8ef0bd;
  font-size: .76rem;
  font-weight: 900;
}

.applications-page .apps-guides-grid strong {
display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
}

.applications-page .apps-guides-grid p {
margin: 8px 0 0;
  color: rgba(225,234,247,.66);
  font-size: .92rem;
  line-height: 1.5;
}

@media (max-width: 1180px) {
.applications-page .apps-ecosystem-layout,
.applications-page .apps-guides-layout {
grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "points";
}

.applications-page .apps-ecosystem-visual {
min-height: auto;
}
}

@media (max-width: 980px) {
.applications-page .apps-versus-clean {
width: min(calc(100% - 32px), 1120px);
}

.applications-page .apps-ecosystem-visual {
grid-template-columns: 1fr;
    grid-template-areas:
      "super"
      "apres"
      "nova";
    padding: 18px;
    border-radius: 26px;
}

.applications-page .apps-compare-card {
overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.applications-page .apps-compare-header,
.applications-page .apps-compare-row {
min-width: 860px;
    grid-template-columns: 290px 250px 320px;
}
}

/* =========================================================
   RESPONSIVE 1200PX CLEAN PASS
   Objectif : rendre le site plus propre sur laptop / écran 1200px.
   Pas de changement HTML, pas de redesign.
   ========================================================= */

@media (min-width: 981px) and (max-width: 1280px) {
  :root {
    --container-max: 1080px;
  }

  .container,
  .site-nav,
  .footer-grid {
    width: min(calc(100% - 44px), 1080px);
  }

  .section,
  .cta-band {
    padding-top: clamp(58px, 6vw, 86px);
    padding-bottom: clamp(58px, 6vw, 86px);
  }

  .hero {
    min-height: min(760px, calc(100vh - 20px));
    padding-top: 96px;
    padding-bottom: 52px;
  }

  .hero-grid,
  .apps-hero-layout,
  .apps-hero-system {
    gap: clamp(26px, 3.4vw, 46px);
  }

  h1,
  .hero-copy h1,
  .apps-hero-copy h1 {
    font-size: clamp(3rem, 5.1vw, 4.85rem);
    line-height: .95;
    letter-spacing: -0.06em;
  }

  h2,
  .section-heading h2 {
    font-size: clamp(2.25rem, 4.1vw, 3.85rem);
    line-height: .98;
  }

  .lead,
  .hero-copy .lead {
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.55;
  }

  .site-header {
    min-height: 76px;
  }

  .site-nav {
    min-height: 76px;
  }

  .brand {
    gap: 10px;
  }

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

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    padding: 9px 12px;
    font-size: .86rem;
  }

  .product-showcase-card,
  .product-card,
  .glass-card,
  .feature-card {
    border-radius: 26px;
  }

  .apps-catalog-grid {
    gap: 20px;
  }

  .product-showcase-card {
    min-height: 430px;
    padding: 24px;
  }

  .showcase-hero-title {
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    line-height: .98;
  }

  .showcase-hero-copy {
    font-size: .96rem;
    line-height: 1.5;
  }

  .apps-ecosystem-section {
    padding-top: 70px;
    padding-bottom: 78px;
  }

  .apps-ecosystem-layout {
    gap: 34px;
  }

  .apps-ecosystem-title,
  .apps-ecosystem-title h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: .98;
  }

  .apps-ecosystem-copy p:not(.section-label) {
    font-size: .94rem;
    line-height: 1.58;
  }

  .apps-ecosystem-visual {
    min-height: 430px;
    padding: 22px;
    gap: 14px;
    border-radius: 28px;
  }

  .ecosystem-product {
    padding: 18px;
    border-radius: 20px;
  }

  .ecosystem-product-super {
    min-height: 150px;
  }

  .ecosystem-product-apres,
  .ecosystem-product-nova {
    min-height: 132px;
  }

  .apps-ecosystem-points {
    gap: 13px;
  }

  .apps-ecosystem-points p {
    font-size: .86rem;
    line-height: 1.42;
  }

  .apps-versus-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .apps-versus-clean {
    width: min(calc(100% - 44px), 1040px);
  }

  .apps-compare-header,
  .apps-compare-row {
    grid-template-columns: minmax(260px, 1fr) minmax(230px, .82fr) minmax(300px, 1fr);
  }

  .apps-compare-header {
    min-height: 124px;
  }

  .apps-compare-intro,
  .apps-compare-column-title {
    padding: 20px;
  }

  .apps-compare-intro h2 {
    font-size: clamp(1.38rem, 2vw, 1.95rem);
    line-height: 1.02;
  }

  .apps-compare-intro p {
    font-size: .78rem;
    line-height: 1.38;
  }

  .apps-compare-column-title strong {
    font-size: 1rem;
    line-height: 1.12;
  }

  .apps-compare-feature,
  .apps-compare-world,
  .apps-compare-sss {
    min-height: 48px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .apps-compare-feature {
    padding-left: 16px;
    padding-right: 16px;
  }

  .apps-compare-world {
    font-size: .72rem;
    line-height: 1.32;
  }

  .apps-compare-sss {
    font-size: .74rem;
    line-height: 1.32;
    padding-left: 46px;
  }

  .apps-compare-feature strong {
    font-size: .84rem;
  }

  .apps-compare-feature span {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border-radius: 11px;
    font-size: .70rem;
  }

  .apps-compare-sss::before {
    left: 16px;
    width: 22px;
    height: 22px;
    font-size: .72rem;
  }

  .apps-guides-section {
    padding-top: 66px;
    padding-bottom: 76px;
  }

  .apps-guides-layout {
    gap: 36px;
  }

  .apps-guides-copy h2 {
    font-size: clamp(2rem, 3.7vw, 3.55rem);
  }

  .apps-guides-grid {
    gap: 13px;
  }

  .apps-guides-grid a {
    padding: 17px 19px;
    border-radius: 20px;
  }

  .footer-grid {
    gap: 26px;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .container,
  .site-nav,
  .footer-grid {
    width: min(calc(100% - 36px), 1000px);
  }

  .hero-grid,
  .apps-hero-layout,
  .apps-hero-system,
  .apps-ecosystem-layout,
  .apps-guides-layout {
    grid-template-columns: 1fr;
  }

  .apps-hero-visual {
    min-height: 360px;
  }

  .apps-catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-showcase-card {
    min-height: auto;
  }

  .apps-ecosystem-visual {
    min-height: auto;
  }

  .apps-compare-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .apps-compare-header,
  .apps-compare-row {
    min-width: 860px;
    grid-template-columns: 280px 250px 330px;
  }
}

/* =========================================================
   FIX 1200PX CATALOG APPLICATION CARDS
   Corrige les cartes catalogue sur laptop/1200px :
   évite chevauchement titres, badges, icônes stores.
   ========================================================= */

@media (min-width: 981px) and (max-width: 1280px) {
  .applications-page .apps-catalog-section {
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .applications-page .apps-catalog-showcase,
  .applications-page .apps-catalog-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .86fr) minmax(0, 1.12fr);
    gap: 18px;
    align-items: stretch;
  }

  .applications-page .product-showcase-card {
    position: relative;
    min-height: 360px;
    padding: 22px;
    overflow: hidden;
  }

  .applications-page .product-card-super,
  .applications-page .product-card-apres {
    display: flex;
    align-items: flex-end;
  }

  .applications-page .product-showcase-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
  }

  .applications-page .product-status {
    position: absolute;
    z-index: 5;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .applications-page .product-showcase-top-assets {
    position: absolute;
    z-index: 4;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    pointer-events: none;
  }

  .applications-page .product-showcase-store-icons {
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .applications-page .product-showcase-store-icons img {
    width: 30px;
    height: 30px;
  }

  .applications-page .product-showcase-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .applications-page .showcase-hero-title {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: clamp(1.55rem, 2.15vw, 2.28rem);
    line-height: .98;
    letter-spacing: -0.045em;
  }

  .applications-page .product-card-super .showcase-hero-title,
  .applications-page .product-card-apres .showcase-hero-title {
    padding-top: 72px;
  }

  .applications-page .showcase-hero-copy {
    max-width: 100%;
    font-size: .88rem;
    line-height: 1.42;
  }

  .applications-page .showcase-hero-button {
    min-height: 44px;
    margin-top: 16px;
    padding: 0 20px;
    font-size: .88rem;
  }

  .applications-page .product-card-nova {
    display: grid;
    place-items: center;
  }

  .applications-page .nova-showcase-content {
    display: grid;
    place-items: center;
    text-align: center;
  }

  .applications-page .showcase-nova-title {
    padding-top: 0;
    font-size: clamp(2.2rem, 3.2vw, 3rem);
  }
}

/* Fenêtres laptop plus étroites : on passe en 1 colonne propre au lieu de forcer 3 cartes. */
@media (min-width: 981px) and (max-width: 1120px) {
  .applications-page .apps-catalog-showcase,
  .applications-page .apps-catalog-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .applications-page .product-showcase-card {
    min-height: 330px;
  }

  .applications-page .product-card-super .showcase-hero-title,
  .applications-page .product-card-apres .showcase-hero-title {
    padding-top: 52px;
  }
}

/* =========================================================
   LAPTOP 1080 1200 GLOBAL SCALE FIX
   Objectif : corriger les pages trop grosses en 1080/1200px.
   CSS uniquement, aucun changement HTML.
   ========================================================= */

/* 1080 / 1200 : on réduit l'UI générale sans changer le design */
@media (min-width: 981px) and (max-width: 1280px) {
  :root {
    --container-max: 1000px;
  }

  .container,
  .site-nav,
  .footer-grid,
  .apps-versus-clean {
    width: min(calc(100% - 42px), 1000px) !important;
  }

  .section,
  .cta-band,
  .apps-catalog-section,
  .apps-ecosystem-section,
  .apps-versus-section,
  .apps-guides-section,
  .app-detail-section,
  .premium-section,
  .features-section,
  .export-section,
  .recipes-section {
    padding-top: 54px !important;
    padding-bottom: 62px !important;
  }

  .hero,
  .apps-hero,
  .app-detail-hero,
  .super-hero,
  .product-hero {
    min-height: auto !important;
    padding-top: 92px !important;
    padding-bottom: 58px !important;
  }

  h1,
  .hero-copy h1,
  .apps-hero-copy h1,
  .app-detail-hero h1,
  .super-hero h1,
  .product-hero h1 {
    font-size: clamp(2.75rem, 4.35vw, 4.15rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.055em !important;
  }

  h2,
  .section-heading h2,
  .apps-ecosystem-title,
  .apps-ecosystem-title h2,
  .app-detail-section h2,
  .super-section h2,
  .premium-section h2,
  .features-section h2 {
    font-size: clamp(2rem, 3.35vw, 3.25rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
  }

  .lead,
  .hero-copy .lead,
  .section-heading p,
  .app-detail-hero .lead {
    font-size: .98rem !important;
    line-height: 1.55 !important;
  }

  .site-header,
  .site-nav {
    min-height: 70px !important;
  }

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

  .nav-links {
    gap: 4px !important;
  }

  .nav-links a {
    padding: 8px 10px !important;
    font-size: .82rem !important;
  }

  /* Catalogue Applications : plus compact et lisible */
  .applications-page .apps-catalog-showcase,
  .applications-page .apps-catalog-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .78fr) minmax(0, 1fr) !important;
    gap: 16px !important;
    max-width: 1000px !important;
    margin-inline: auto !important;
  }

  .applications-page .product-showcase-card {
    min-height: 330px !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .applications-page .product-status {
    top: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: .68rem !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    white-space: nowrap !important;
  }

  .applications-page .product-showcase-top-assets {
    top: 58px !important;
  }

  .applications-page .product-showcase-store-icons img {
    width: 26px !important;
    height: 26px !important;
  }

  .applications-page .product-showcase-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .applications-page .showcase-hero-title {
    font-size: clamp(1.45rem, 1.95vw, 2.05rem) !important;
    line-height: .98 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 10px !important;
  }

  .applications-page .product-card-super .showcase-hero-title,
  .applications-page .product-card-apres .showcase-hero-title {
    padding-top: 54px !important;
  }

  .applications-page .showcase-hero-copy {
    font-size: .82rem !important;
    line-height: 1.38 !important;
  }

  .applications-page .showcase-hero-button {
    min-height: 40px !important;
    margin-top: 13px !important;
    padding: 0 18px !important;
    font-size: .82rem !important;
  }

  .applications-page .showcase-nova-title {
    font-size: clamp(2rem, 2.8vw, 2.65rem) !important;
  }

  /* Ecosystème Applications */
  .applications-page .apps-ecosystem-layout {
    gap: 30px !important;
  }

  .applications-page .apps-ecosystem-copy p:not(.section-label) {
    font-size: .9rem !important;
    line-height: 1.5 !important;
  }

  .applications-page .apps-ecosystem-visual {
    min-height: 390px !important;
    padding: 20px !important;
    gap: 13px !important;
    border-radius: 26px !important;
  }

  .applications-page .ecosystem-product {
    padding: 16px !important;
    border-radius: 19px !important;
  }

  .applications-page .ecosystem-product-super {
    min-height: 135px !important;
  }

  .applications-page .ecosystem-product-apres,
  .applications-page .ecosystem-product-nova {
    min-height: 120px !important;
  }

  .applications-page .ecosystem-product h3 {
    font-size: 1.02rem !important;
    line-height: 1.1 !important;
  }

  .applications-page .ecosystem-product p {
    font-size: .80rem !important;
    line-height: 1.4 !important;
  }

  .applications-page .ecosystem-product img {
    width: 38px !important;
    height: 38px !important;
  }

  .applications-page .ecosystem-product-nova strong {
    font-size: 1.85rem !important;
  }

  /* Comparatif Applications : trop gros en 1080 */
  .applications-page .apps-versus-clean {
    max-width: 880px !important;
  }

  .applications-page .apps-compare-card {
    border-radius: 24px !important;
  }

  .applications-page .apps-compare-header,
  .applications-page .apps-compare-row {
    grid-template-columns: minmax(220px, .95fr) minmax(200px, .78fr) minmax(260px, 1fr) !important;
  }

  .applications-page .apps-compare-header {
    min-height: 110px !important;
  }

  .applications-page .apps-compare-intro,
  .applications-page .apps-compare-column-title {
    padding: 16px !important;
  }

  .applications-page .apps-compare-intro span,
  .applications-page .apps-compare-column-title span {
    min-height: 24px !important;
    margin-bottom: 10px !important;
    padding: 0 10px !important;
    font-size: .60rem !important;
  }

  .applications-page .apps-compare-intro h2 {
    font-size: clamp(1.35rem, 1.8vw, 1.75rem) !important;
    line-height: 1 !important;
  }

  .applications-page .apps-compare-intro p {
    margin-top: 9px !important;
    font-size: .70rem !important;
    line-height: 1.34 !important;
  }

  .applications-page .apps-compare-column-title strong {
    font-size: .82rem !important;
    line-height: 1.1 !important;
  }

  .applications-page .apps-compare-feature,
  .applications-page .apps-compare-world,
  .applications-page .apps-compare-sss {
    min-height: 42px !important;
    padding: 8px 12px !important;
  }

  .applications-page .apps-compare-feature {
    gap: 9px !important;
  }

  .applications-page .apps-compare-feature span {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important;
    border-radius: 9px !important;
    font-size: .62rem !important;
  }

  .applications-page .apps-compare-feature strong {
    font-size: .72rem !important;
    line-height: 1.12 !important;
  }

  .applications-page .apps-compare-world {
    font-size: .62rem !important;
    line-height: 1.28 !important;
  }

  .applications-page .apps-compare-sss {
    font-size: .63rem !important;
    line-height: 1.27 !important;
    padding-left: 36px !important;
  }

  .applications-page .apps-compare-sss::before {
    left: 12px !important;
    width: 18px !important;
    height: 18px !important;
    font-size: .60rem !important;
  }

  .applications-page .apps-compare-footer {
    padding: 14px 16px !important;
  }

  .applications-page .apps-compare-footer strong {
    font-size: .98rem !important;
  }

  .applications-page .apps-compare-footer p {
    font-size: .70rem !important;
  }

  /* Page Super Intestin / pages détails apps : baisse générale 1200 */
  .super-intestin-page .container,
  .app-page .container,
  .application-detail-page .container,
  .product-page .container {
    width: min(calc(100% - 42px), 1000px) !important;
  }

  .super-intestin-page .hero,
  .super-intestin-page .section,
  .super-intestin-page .cta-band,
  .app-page .hero,
  .app-page .section,
  .app-page .cta-band,
  .application-detail-page .hero,
  .application-detail-page .section,
  .application-detail-page .cta-band {
    padding-top: 54px !important;
    padding-bottom: 62px !important;
  }

  .super-intestin-page h1,
  .super-intestin-page .hero h1,
  .app-page h1,
  .application-detail-page h1,
  .product-page h1 {
    font-size: clamp(2.45rem, 4vw, 3.85rem) !important;
    line-height: .96 !important;
  }

  .super-intestin-page h2,
  .app-page h2,
  .application-detail-page h2,
  .product-page h2 {
    font-size: clamp(1.9rem, 3.1vw, 3rem) !important;
    line-height: 1 !important;
  }

  .super-intestin-page p,
  .app-page p,
  .application-detail-page p,
  .product-page p {
    font-size: .92rem !important;
    line-height: 1.52 !important;
  }

  .super-intestin-page [class*="card"],
  .super-intestin-page [class*="panel"],
  .super-intestin-page [class*="block"],
  .app-page [class*="card"],
  .app-page [class*="panel"],
  .app-page [class*="block"],
  .application-detail-page [class*="card"],
  .application-detail-page [class*="panel"],
  .application-detail-page [class*="block"] {
    border-radius: 22px !important;
  }

  .super-intestin-page [class*="grid"],
  .app-page [class*="grid"],
  .application-detail-page [class*="grid"] {
    gap: 18px !important;
  }
}

/* 1080 / fenêtre étroite : on privilégie la lisibilité plutôt que forcer 3 colonnes */
@media (min-width: 981px) and (max-width: 1120px) {
  .applications-page .apps-catalog-showcase,
  .applications-page .apps-catalog-grid {
    grid-template-columns: 1fr !important;
    max-width: 560px !important;
    margin-inline: auto !important;
  }

  .applications-page .product-showcase-card {
    min-height: 300px !important;
  }

  .applications-page .apps-ecosystem-layout,
  .applications-page .apps-guides-layout {
    grid-template-columns: 1fr !important;
  }

  .applications-page .apps-compare-card {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .applications-page .apps-compare-header,
  .applications-page .apps-compare-row {
    min-width: 760px !important;
    grid-template-columns: 220px 210px 330px !important;
  }

  .super-intestin-page [class*="grid"],
  .app-page [class*="grid"],
  .application-detail-page [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   CATALOGUE RECTANGLES DIRECT FINAL
   Les 3 cartes catalogue restent verticales/rectangulaires en 1080p.
   Cible directe ajoutée au HTML : catalogue-rectangles-grid/card.
   ========================================================= */

@media (min-width: 981px) {
  body.catalogue-rectangles-direct .catalogue-rectangles-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
    width: min(calc(100% - 72px), 1180px) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card {
    width: 100% !important;
    max-width: none !important;
    height: 640px !important;
    min-height: 640px !important;
    max-height: none !important;
    aspect-ratio: 9 / 14 !important;
    padding: 28px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
  }

  body.catalogue-rectangles-direct .product-card-super.catalogue-rectangle-card,
  body.catalogue-rectangles-direct .product-card-apres.catalogue-rectangle-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
  }

  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card {
    display: grid !important;
    place-items: center !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .product-showcase-content {
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .product-status {
    position: absolute !important;
    z-index: 20 !important;
    top: 36px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .product-showcase-top-assets {
    position: absolute !important;
    z-index: 19 !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    width: auto !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .product-showcase-store-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .product-showcase-store-icons img {
    width: 34px !important;
    height: 34px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .showcase-hero-title {
    padding-top: 0 !important;
    margin: 0 0 12px !important;
    font-size: clamp(1.95rem, 2.6vw, 3rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.05em !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .showcase-hero-copy {
    font-size: .98rem !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .showcase-hero-button {
    min-height: 50px !important;
    margin-top: 18px !important;
    padding: 0 26px !important;
    font-size: .95rem !important;
  }

  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .nova-showcase-content {
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
  }

  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .showcase-nova-title,
  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .showcase-nova-title span {
    padding: 0 !important;
    margin: 0 !important;
    font-size: clamp(2.8rem, 3.8vw, 4rem) !important;
    line-height: 1 !important;
  }
}

/* Au lieu de cartes carrées en fenêtre trop étroite : 1 colonne verticale propre. */
@media (min-width: 981px) and (max-width: 1180px) {
  body.catalogue-rectangles-direct .catalogue-rectangles-grid {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 56px), 620px) !important;
    max-width: 620px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card {
    height: 640px !important;
    min-height: 640px !important;
  }
}

/* =========================================================
   NOVA CATALOGUE BOTTOM CENTER FIX
   Place NOVA au milieu en bas dans la carte catalogue.
   ========================================================= */

@media (min-width: 981px) {
  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .nova-showcase-content {
    width: 100% !important;
    min-height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 0 58px !important;
  }

  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .showcase-nova-title,
  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .showcase-nova-title span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .nova-showcase-content {
    padding-bottom: 52px !important;
  }
}

/* =========================================================
   CATALOGUE CARDS WIDER LIKE REFERENCE
   Objectif : les 3 cartes catalogue restent verticales mais plus larges,
   proches du rectangle rouge de référence.
   ========================================================= */

@media (min-width: 981px) {
  body.catalogue-rectangles-direct .catalogue-rectangles-grid {
    width: min(calc(100% - 56px), 1360px) !important;
    max-width: 1360px !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr) minmax(0, 1fr) !important;
    gap: 30px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card {
    height: clamp(560px, 42vw, 650px) !important;
    min-height: clamp(560px, 42vw, 650px) !important;
    aspect-ratio: auto !important;
    border-radius: 30px !important;
  }
}

/* Largeur laptop/1080 réel : on élargit fort les cartes et on évite l'effet colonne trop fine. */
@media (min-width: 981px) and (max-width: 1600px) {
  body.catalogue-rectangles-direct .apps-catalog-section .container.section-heading {
    width: min(calc(100% - 64px), 1180px) !important;
    max-width: 1180px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangles-grid {
    width: min(calc(100% - 64px), 1180px) !important;
    max-width: 1180px !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card {
    height: 520px !important;
    min-height: 520px !important;
    padding: 24px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .showcase-hero-title {
    font-size: clamp(1.75rem, 2.25vw, 2.55rem) !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card .showcase-hero-copy {
    font-size: .9rem !important;
  }

  body.catalogue-rectangles-direct .product-card-nova.catalogue-rectangle-card .nova-showcase-content {
    padding-bottom: 46px !important;
  }
}

/* Si la fenêtre est vraiment trop étroite, on garde 3 cartes seulement jusqu'à 1080 puis 1 colonne. */
@media (min-width: 981px) and (max-width: 1080px) {
  body.catalogue-rectangles-direct .catalogue-rectangles-grid {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 48px), 640px) !important;
    max-width: 640px !important;
  }

  body.catalogue-rectangles-direct .catalogue-rectangle-card {
    height: 560px !important;
    min-height: 560px !important;
  }
}

/* =========================================================
   GUIDE SUBPAGES FORCE CENTER
   Sous-pages /guides/*/ centrées en 1080.
   ========================================================= */

body.guide-subpage-center-fix main {
  width: 100% !important;
}

body.guide-subpage-center-fix .legal-wrap,
body.guide-subpage-center-fix .legal-hero-inner,
body.guide-subpage-center-fix .section > .container,
body.guide-subpage-center-fix section > .container,
body.guide-subpage-center-fix main > .container {
  width: min(calc(100% - 72px), 1040px) !important;
  max-width: 1040px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.guide-subpage-center-fix .legal-layout,
body.guide-subpage-center-fix .guide-layout,
body.guide-subpage-center-fix .article-layout,
body.guide-subpage-center-fix .content-layout,
body.guide-subpage-center-fix .guide-article-layout {
  width: min(calc(100% - 72px), 1040px) !important;
  max-width: 1040px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 690px) minmax(240px, 290px) !important;
  gap: 28px !important;
  justify-content: center !important;
  align-items: start !important;
}

body.guide-subpage-center-fix .legal-article,
body.guide-subpage-center-fix .guide-content,
body.guide-subpage-center-fix .article-content,
body.guide-subpage-center-fix .guide-main,
body.guide-subpage-center-fix .article-card {
  width: 100% !important;
  max-width: 690px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.guide-subpage-center-fix .legal-summary-card,
body.guide-subpage-center-fix aside,
body.guide-subpage-center-fix .guide-sidebar,
body.guide-subpage-center-fix .article-sidebar {
  width: 100% !important;
  max-width: 290px !important;
}

@media (min-width: 981px) and (max-height: 1100px) {
  body.guide-subpage-center-fix .legal-section {
    padding-top: 64px !important;
  }
}

@media (max-width: 980px) {
  body.guide-subpage-center-fix .legal-wrap,
  body.guide-subpage-center-fix .legal-hero-inner,
  body.guide-subpage-center-fix .section > .container,
  body.guide-subpage-center-fix section > .container,
  body.guide-subpage-center-fix main > .container,
  body.guide-subpage-center-fix .legal-layout,
  body.guide-subpage-center-fix .guide-layout,
  body.guide-subpage-center-fix .article-layout,
  body.guide-subpage-center-fix .content-layout,
  body.guide-subpage-center-fix .guide-article-layout {
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px !important;
    margin-inline: auto !important;
    grid-template-columns: 1fr !important;
  }

  body.guide-subpage-center-fix .legal-article,
  body.guide-subpage-center-fix .legal-summary-card,
  body.guide-subpage-center-fix aside {
    max-width: 100% !important;
  }
}

/* =========================================================
   PERFORMANCE GLOBAL — BLOCS INSTANTANÉS
   Objectif : supprimer l'effet de lenteur perçue.
   - les sections/cartes apparaissent immédiatement
   - transitions courtes
   - animations lourdes neutralisées
   ========================================================= */

.reveal,
.reveal-card,
.reveal-item,
.fade-in,
.fade-up,
.fade-in-up,
.animate-in,
.is-hidden,
[data-reveal],
[data-animate],
[data-scroll],
[data-aos],
.section,
.card,
.app-card,
.product-card,
.product-showcase-card,
.feature-card,
.guide-card,
.article-card,
.legal-card,
.legal-article,
.legal-summary-card,
.faq-item,
.cta-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  translate: none !important;
  animation-delay: 0s !important;
  transition-delay: 0s !important;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal,
  .reveal-card,
  .reveal-item,
  .fade-in,
  .fade-up,
  .fade-in-up,
  .animate-in,
  [data-reveal],
  [data-animate],
  [data-scroll],
  [data-aos] {
    animation: none !important;
    transition:
      opacity .12s ease,
      transform .12s ease,
      border-color .12s ease,
      background-color .12s ease,
      box-shadow .12s ease !important;
  }
}

a,
button,
.btn,
.button,
.card,
.app-card,
.product-card,
.product-showcase-card,
.feature-card,
.guide-card,
.article-card,
.legal-card,
.faq-item {
  transition-duration: .14s !important;
  transition-delay: 0s !important;
}

.site-header,
.legal-summary-card,
.legal-article,
.legal-card,
.product-card,
.product-showcase-card,
.app-card,
.feature-card,
.guide-card,
.article-card,
.faq-item,
.cta-card {
  -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
  backdrop-filter: blur(10px) saturate(120%) !important;
}

@media (max-width: 1200px), (max-height: 1100px) {
  .site-header,
  .legal-summary-card,
  .legal-article,
  .legal-card,
  .product-card,
  .product-showcase-card,
  .app-card,
  .feature-card,
  .guide-card,
  .article-card,
  .faq-item,
  .cta-card {
    -webkit-backdrop-filter: blur(6px) saturate(112%) !important;
    backdrop-filter: blur(6px) saturate(112%) !important;
  }
}

[class*="delay"],
[class*="stagger"] {
  animation-delay: 0s !important;
  transition-delay: 0s !important;
}

