.mvp-campaign {
  --mvp-navy: #050b17;
  --mvp-navy-2: #081528;
  --mvp-panel: rgba(10, 24, 43, 0.78);
  --mvp-panel-strong: rgba(7, 18, 34, 0.94);
  --mvp-line: rgba(127, 231, 235, 0.2);
  --mvp-teal: #02b8bf;
  --mvp-teal-light: #7fe7eb;
  --mvp-violet: #7b61ff;
  --mvp-ice: #f5f9fc;
  --mvp-muted: #a7b7c9;
  --mvp-serif: "Instrument Serif", Georgia, serif;
  background: var(--mvp-navy);
  color: var(--mvp-ice);
  overflow-x: hidden;
}

.mvp-campaign *,
.mvp-campaign *::before,
.mvp-campaign *::after {
  box-sizing: border-box;
}

.mvp-campaign a {
  text-underline-offset: 4px;
}

.mvp-campaign main {
  overflow: hidden;
}

.mvp-skip-link {
  position: fixed;
  left: 18px;
  top: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--mvp-ice);
  color: var(--mvp-navy);
  transition: transform 180ms ease;
}

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

.mvp-campaign .wrap {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.mvp-nav {
  border-bottom: 1px solid rgba(127, 231, 235, 0.08);
  background: rgba(5, 11, 23, 0.78);
  backdrop-filter: blur(22px);
}

.mvp-nav .nav-brand img {
  width: 190px;
}

.mvp-nav .nav-links {
  gap: clamp(18px, 2.2vw, 34px);
}

.mvp-nav .nav-links a {
  font-size: 13px;
  color: rgba(245, 249, 252, 0.74);
}

.mvp-nav .nav-links a:hover,
.mvp-nav .nav-links a.is-on {
  color: var(--mvp-teal-light);
}

.mvp-nav .btn {
  min-height: 44px;
}

.mvp-hero {
  position: relative;
  min-height: 930px;
  padding: 154px 0 0;
  isolation: isolate;
}

.mvp-hero-ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 37%, rgba(2, 184, 191, 0.16), transparent 28%),
    radial-gradient(circle at 72% 63%, rgba(123, 97, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #050b17 0%, #06101e 64%, #050b17 100%);
}

.mvp-hero-ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(127, 231, 235, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 235, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 35%, #000 62%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0 35%, #000 62%, transparent 100%);
}

.mvp-hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.88fr) minmax(570px, 1.12fr);
  align-items: center;
  min-height: 650px;
  gap: 34px;
}

.mvp-hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 60px;
}

.mvp-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 15px;
  border: 1px solid rgba(2, 184, 191, 0.42);
  border-radius: 999px;
  color: var(--mvp-teal-light);
  font-family: var(--f-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.mvp-hero h1 {
  max-width: 690px;
  margin: 26px 0 22px;
  color: var(--mvp-ice);
  font-size: clamp(58px, 5.15vw, 82px);
  font-weight: 300;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.mvp-hero h1 em,
.mvp-campaign h2 em {
  color: var(--mvp-teal-light);
  font-family: var(--mvp-serif);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.mvp-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: #c1cede;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 300;
  line-height: 1.55;
}

.mvp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mvp-actions .btn {
  min-width: 190px;
  justify-content: center;
}

.mvp-principle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--mvp-teal-light);
  font-size: 13px;
}

.mvp-principle span {
  width: 32px;
  height: 1px;
  background: var(--mvp-teal);
  box-shadow: 0 0 14px rgba(2, 184, 191, 0.8);
}

.mvp-principle p {
  margin: 0;
}

.mvp-principle strong {
  color: var(--mvp-ice);
}

.mvp-product-stage {
  position: relative;
  min-height: 640px;
  perspective: 1450px;
  perspective-origin: 50% 42%;
}

.mvp-product-stage::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 3%;
  top: 47%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(2, 184, 191, 0.9), rgba(123, 97, 255, 0.8), transparent);
  box-shadow: 0 0 34px rgba(2, 184, 191, 0.66);
  transform: rotate(-4deg);
  animation: mvp-flow-pulse 3.8s ease-in-out infinite;
}

.mvp-carousel-viewport {
  position: absolute;
  inset: 20px 0 100px;
  transform-style: preserve-3d;
}

.mvp-product-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(365px, 54vw);
  height: 500px;
  border: 1px solid rgba(127, 231, 235, 0.26);
  border-radius: 28px;
  overflow: hidden;
  color: var(--mvp-ice);
  background: var(--mvp-panel-strong);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  transform-style: preserve-3d;
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms ease, filter 520ms ease, border-color 320ms ease;
}

.mvp-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.mvp-product-card.is-active {
  z-index: 3;
  opacity: 1;
  border-color: rgba(127, 231, 235, 0.72);
  transform: translate(-50%, -50%) translateZ(115px) scale(1);
  filter: saturate(1.02);
}

.mvp-product-card.is-next {
  z-index: 2;
  opacity: 0.58;
  transform: translate(calc(-50% + 175px), -49%) translateZ(-75px) rotateY(-18deg) scale(0.82);
  filter: saturate(0.6) brightness(0.78);
}

.mvp-product-card.is-prev {
  z-index: 1;
  opacity: 0.42;
  transform: translate(calc(-50% - 175px), -48%) translateZ(-110px) rotateY(18deg) scale(0.78);
  filter: saturate(0.5) brightness(0.68);
}

.mvp-card-index {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(127, 231, 235, 0.58);
  border-radius: 50%;
  color: var(--mvp-teal-light);
  background: rgba(5, 11, 23, 0.78);
  font-family: var(--f-mono, monospace);
  font-size: 11px;
}

.mvp-card-image {
  height: 58%;
  overflow: hidden;
  background: #071222;
}

.mvp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mvp-product-card.is-active:hover .mvp-card-image img,
.mvp-product-card.is-active:focus-visible .mvp-card-image img {
  transform: scale(1.035);
}

.mvp-card-copy {
  display: flex;
  min-height: 42%;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px 28px;
  background: linear-gradient(180deg, rgba(9, 23, 41, 0.82), rgba(5, 11, 23, 0.98));
}

.mvp-card-copy small {
  margin-bottom: 8px;
  color: var(--mvp-teal-light);
  font-family: var(--f-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mvp-card-copy strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
}

.mvp-card-copy span {
  margin-top: 11px;
  color: var(--mvp-muted);
  font-size: 13px;
  line-height: 1.5;
}

.mvp-task-stream {
  position: absolute;
  left: -24px;
  top: 182px;
  z-index: 5;
  display: grid;
  gap: 12px;
  pointer-events: none;
}

.mvp-task-stream span {
  display: flex;
  align-items: center;
  width: 122px;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(2, 184, 191, 0.34);
  border-radius: 12px;
  color: #cdebee;
  background: rgba(5, 18, 33, 0.82);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  font-family: var(--f-mono, monospace);
  font-size: 9px;
  letter-spacing: 0.04em;
  animation: mvp-task-float 4.6s ease-in-out infinite;
  animation-delay: var(--task-delay);
}

.mvp-task-stream img {
  width: 17px;
  height: 17px;
  filter: invert(77%) sepia(39%) saturate(799%) hue-rotate(132deg) brightness(98%);
}

.mvp-carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
}

.mvp-carousel-controls > button {
  min-width: 74px;
  padding: 8px 10px;
  border: 0;
  color: rgba(245, 249, 252, 0.64);
  background: transparent;
  font: 500 10px/1 var(--f-mono, monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.mvp-carousel-controls > button:hover,
.mvp-carousel-controls > button:focus-visible {
  color: var(--mvp-teal-light);
}

.mvp-carousel-controls > .mvp-carousel-toggle {
  min-width: 62px;
  border-left: 1px solid rgba(127, 231, 235, 0.2);
}

.mvp-carousel-controls > .mvp-carousel-toggle[aria-pressed="true"] {
  color: var(--mvp-teal-light);
}

.mvp-carousel-controls > .mvp-carousel-toggle:disabled {
  color: rgba(245, 249, 252, 0.38);
  cursor: default;
}

.mvp-carousel-tabs {
  display: flex;
  gap: 8px;
}

.mvp-carousel-tabs button {
  width: 32px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(245, 249, 252, 0.2);
  cursor: pointer;
  transition: width 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.mvp-carousel-tabs button.is-active {
  width: 54px;
  background: var(--mvp-teal);
  box-shadow: 0 0 16px rgba(2, 184, 191, 0.72);
}

.mvp-evidence-trigger {
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 8;
  display: grid;
  min-width: 250px;
  gap: 4px;
  padding: 14px 18px;
  border: 1px solid rgba(127, 231, 235, 0.24);
  border-radius: 16px;
  color: var(--mvp-ice);
  text-align: left;
  background: rgba(8, 21, 40, 0.88);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.34);
  cursor: pointer;
}

.mvp-evidence-trigger strong {
  color: var(--mvp-teal-light);
  font-size: 19px;
}

.mvp-evidence-trigger small {
  color: var(--mvp-muted);
  font-size: 10px;
}

.mvp-evidence-detail {
  position: absolute;
  right: -100px;
  bottom: 80px;
  z-index: 9;
  width: min(360px, 88vw);
  padding: 18px;
  border: 1px solid rgba(127, 231, 235, 0.28);
  border-radius: 18px;
  background: rgba(5, 11, 23, 0.97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.mvp-evidence-detail p {
  margin: 0 0 10px;
  color: #bdcada;
  font-size: 12px;
  line-height: 1.55;
}

.mvp-evidence-detail a {
  color: var(--mvp-teal-light);
  font-size: 12px;
}

.mvp-hero-products {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1240px, calc(100% - 64px));
  margin: 4px auto 0;
  border: 1px solid rgba(127, 231, 235, 0.14);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background: rgba(7, 17, 32, 0.76);
  backdrop-filter: blur(14px);
}

.mvp-hero-products a {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  color: #e8f0f7;
  font-size: 15px;
  font-weight: 500;
  transition: color 220ms ease, background 220ms ease;
}

.mvp-hero-products a + a {
  border-left: 1px solid rgba(127, 231, 235, 0.12);
}

.mvp-hero-products a:hover,
.mvp-hero-products a:focus-visible {
  color: var(--mvp-teal-light);
  background: rgba(2, 184, 191, 0.07);
}

.mvp-hero-products span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(127, 231, 235, 0.28);
  border-radius: 50%;
  color: var(--mvp-teal-light);
  font-family: var(--f-mono, monospace);
  font-size: 10px;
}

.mvp-evidence,
.mvp-solutions,
.mvp-calculator,
.mvp-record,
.mvp-paths {
  position: relative;
  padding: 116px 0;
}

.mvp-evidence {
  border-top: 1px solid rgba(127, 231, 235, 0.08);
  border-bottom: 1px solid rgba(127, 231, 235, 0.08);
  background:
    radial-gradient(circle at 82% 42%, rgba(123, 97, 255, 0.13), transparent 28%),
    #07111f;
}

.mvp-evidence-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 88px;
}

.mvp-evidence-intro h2,
.mvp-section-head h2,
.mvp-calculator-copy h2,
.mvp-record-copy h2 {
  margin: 24px 0 18px;
  font-size: clamp(42px, 4.25vw, 64px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.mvp-evidence-intro > p,
.mvp-section-head > p,
.mvp-calculator-copy > p,
.mvp-record-copy > p {
  margin: 0;
  color: var(--mvp-muted);
  font-size: 16px;
  line-height: 1.72;
}

.mvp-source-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--mvp-teal-light);
  font-size: 13px;
}

.mvp-evidence-numbers {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: stretch;
  gap: 18px;
}

.mvp-evidence-numbers article {
  position: relative;
  min-height: 330px;
  padding: 38px;
  border: 1px solid rgba(127, 231, 235, 0.16);
  border-radius: 28px;
  background: rgba(8, 22, 41, 0.72);
  overflow: hidden;
}

.mvp-evidence-numbers article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--mvp-teal), var(--mvp-violet));
}

.mvp-evidence-numbers strong {
  display: block;
  color: var(--mvp-ice);
  font-size: clamp(76px, 8vw, 124px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-shadow: 0 0 34px rgba(127, 231, 235, 0.18);
}

.mvp-evidence-numbers article:last-child strong {
  color: #d5cdfd;
  font-size: clamp(62px, 6vw, 96px);
}

.mvp-evidence-numbers h3 {
  margin: 34px 0 10px;
  font-size: 18px;
  font-weight: 500;
}

.mvp-evidence-numbers p {
  margin: 0;
  color: var(--mvp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.mvp-solutions {
  background: var(--mvp-navy);
}

.mvp-section-head {
  max-width: 780px;
  margin-bottom: 54px;
}

.mvp-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mvp-solution-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(127, 231, 235, 0.14);
  border-radius: 28px;
  overflow: hidden;
  background: #071222;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease, box-shadow 320ms ease;
}

.mvp-solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(127, 231, 235, 0.36);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.mvp-solution-image {
  height: 250px;
  overflow: hidden;
}

.mvp-solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mvp-solution-card:hover .mvp-solution-image img {
  transform: scale(1.035);
}

.mvp-solution-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 30px 32px;
}

.mvp-solution-body > span,
.mvp-path-grid a > span {
  color: var(--mvp-teal-light);
  font: 500 10px/1.3 var(--f-mono, monospace);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mvp-solution-body h3 {
  margin: 13px 0 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.mvp-solution-body p {
  flex: 1;
  min-height: 74px;
  margin: 0 0 24px;
  color: var(--mvp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mvp-solution-body .mvp-solution-cta {
  width: fit-content;
  min-width: 218px;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.mvp-solution-body .mvp-solution-cta:hover,
.mvp-solution-body .mvp-solution-cta:focus-visible {
  color: #fff;
}

.mvp-calculator {
  box-sizing: border-box;
  min-height: 650px;
  padding: 120px 0 70px;
  overflow: hidden;
  isolation: isolate;
  border-block: 1px solid rgba(127, 231, 235, 0.08);
  background: #06111f;
  scroll-margin-top: 0;
}

.mvp-calculator .wrap {
  width: min(1240px, calc(100% - 72px));
  padding-inline: 0;
}

.mvp-calculator-particles,
.mvp-calculator-energy-field,
.mvp-calculator-frame {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.mvp-calculator-particles {
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.mvp-calculator-energy-field {
  inset: 0 0 0 auto;
  z-index: 1;
  width: 46%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: screen;
  filter: saturate(1.18) drop-shadow(0 0 18px rgba(20, 208, 224, 0.1));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 9%, rgba(0, 0, 0, 0.78) 30%, #000 52%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 9%, rgba(0, 0, 0, 0.78) 30%, #000 52%, #000 100%);
  transition: opacity 360ms ease, filter 360ms ease;
}

.mvp-calculator-form.is-particle-transitioning .mvp-calculator-energy-field {
  filter: saturate(1.32) brightness(1.12) drop-shadow(0 0 26px rgba(35, 216, 231, 0.2));
}

.mvp-calculator-frame {
  inset: 0;
  z-index: 3;
  overflow: hidden;
  border-left: 1px solid rgba(47, 218, 225, 0.25);
  opacity: 0.82;
  transition: opacity 300ms ease, filter 300ms ease;
}

.mvp-calculator-frame::before,
.mvp-calculator-frame::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(47, 218, 225, 0.25) 0%,
    rgba(47, 218, 225, 0.25) 58%,
    rgba(47, 218, 225, 0.13) 75%,
    transparent 94%);
  box-shadow: 0 0 14px rgba(2, 184, 191, 0.06);
}

.mvp-calculator-frame::before {
  top: 0;
}

.mvp-calculator-frame::after {
  bottom: 0;
  opacity: 0.86;
}

.mvp-calculator-form.is-particle-transitioning .mvp-calculator-frame {
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(47, 218, 225, 0.16));
}

.mvp-calculator-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 414px minmax(0, 680px);
  align-items: center;
  gap: 72px;
}

.mvp-calculator-copy {
  translate: 0 -18px;
}

.mvp-calculator-copy .mvp-eyebrow {
  min-height: 48px;
  padding: 0 22px;
  border-color: rgba(41, 214, 221, 0.42);
  border-radius: 999px;
  color: #79e9ed;
  background: rgba(5, 18, 34, 0.22);
  font-size: 14px;
  letter-spacing: 0.2em;
}

.mvp-calculator-copy h2 {
  margin: 40px 0 36px;
  color: #f5f9fc;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.11;
  letter-spacing: -0.047em;
}

.mvp-calculator-copy h2 em {
  display: inline-block;
  color: #75e0e5;
  font-family: var(--mvp-serif);
  font-size: 0.94em;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.mvp-calculator-copy > p {
  color: #b5c2d0;
  font-size: 22px;
  line-height: 1.55;
}

.mvp-time-simulator .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mvp-calculator-form {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 620px;
  min-width: 0;
  min-height: 400px;
  padding: 26px 40px 20px;
  overflow: hidden;
  overflow-x: clip;
  isolation: isolate;
  justify-self: end;
  border: 0;
  border-radius: 40px;
  background: rgba(4, 15, 29, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 38px 90px rgba(0, 0, 0, 0.16);
  transition:
    min-height 460ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 360ms ease,
    box-shadow 360ms ease;
}

.mvp-calculator-form.is-particle-transitioning {
  cursor: progress;
}

.mvp-calculator-form[data-calculator-state="result"] {
  min-height: 400px;
  padding-top: 24px;
  padding-bottom: 16px;
  border-color: rgba(47, 218, 225, 0.3);
}

.mvp-calculator-state {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 354px;
  flex-direction: column;
  align-items: flex-start;
}

.mvp-calculator-state[hidden] {
  display: none;
}

.mvp-calculator-state:focus {
  outline: 0;
}

.mvp-calculator-progress {
  display: flex;
  min-height: 32px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #dce5ee;
  font: 500 11px/1 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mvp-calculator-progress > span:first-child b {
  color: #36dbe1;
  font-weight: 500;
}

.mvp-calculator-progress-dots {
  display: flex;
  min-height: 8px;
  align-items: center;
  gap: 14px;
}

.mvp-calculator-progress-dots i,
.mvp-calculator-progress-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(116, 144, 167, 0.34);
}

.mvp-calculator-progress-dots i.is-active {
  background: #31d5dd;
  box-shadow: 0 0 16px rgba(49, 213, 221, 0.35);
}

.mvp-calculator-progress-dots button {
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mvp-calculator-progress-dots button:hover,
.mvp-calculator-progress-dots button:focus-visible {
  background: rgba(112, 228, 233, 0.64);
  box-shadow: 0 0 0 4px rgba(49, 213, 221, 0.1);
  transform: scale(1.08);
}

.mvp-calculator-state > h3 {
  max-width: 540px;
  margin: 24px 0 0;
  color: #f5f9fc;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.046em;
}

.mvp-calculator-control {
  display: grid;
  grid-template-columns: 56px 138px 56px;
  align-items: center;
  gap: 26px;
  margin-top: 20px;
}

.mvp-calculator-control--duration {
  grid-template-columns: 56px 200px 56px;
}

.mvp-calculator-control > button {
  display: grid;
  width: 56px;
  height: 56px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(75, 219, 226, 0.25);
  border-radius: 50%;
  color: #6de6eb;
  background: rgba(7, 29, 49, 0.33);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-calculator-control > button span {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-2px);
}

.mvp-calculator-control > button:hover,
.mvp-calculator-control > button:focus-visible {
  border-color: rgba(88, 234, 239, 0.58);
  color: #e8fdff;
  background: rgba(17, 86, 105, 0.28);
  box-shadow: 0 0 28px rgba(2, 184, 191, 0.18);
  transform: translateY(-2px);
}

.mvp-calculator-control > button:active {
  transform: scale(0.96);
}

.mvp-calculator-control > button:disabled {
  border-color: rgba(75, 219, 226, 0.08);
  color: rgba(109, 230, 235, 0.2);
  background: transparent;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.mvp-calculator-value {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: center;
}

.mvp-calculator-value input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #6ce7ec;
  background: transparent;
  font-family: inherit;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: center;
  text-shadow: 0 0 24px rgba(2, 184, 191, 0.18);
  -moz-appearance: textfield;
  appearance: textfield;
}

.mvp-calculator-value input::-webkit-inner-spin-button,
.mvp-calculator-value input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.mvp-calculator-value:focus-within {
  border-radius: 12px;
  box-shadow: 0 0 0 3px rgba(60, 218, 225, 0.13);
}

.mvp-calculator-value--duration input {
  width: 136px;
}

.mvp-calculator-value--duration > span:last-child {
  margin-left: 9px;
  color: #62dce2;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mvp-calculator-action {
  display: grid;
  width: 360px;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 22px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #02c3cc 0%, #06b8bf 100%);
  box-shadow: 0 18px 42px rgba(2, 184, 191, 0.12);
  font: 500 12px/1 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.19em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    box-shadow 220ms ease,
    filter 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-calculator-action:hover,
.mvp-calculator-action:focus-visible {
  color: #fff;
  box-shadow: 0 20px 50px rgba(2, 184, 191, 0.25);
  filter: brightness(1.07);
  transform: translateY(-2px);
}

.mvp-calculator-action:active {
  transform: translateY(0) scale(0.985);
}

.mvp-calculator-help {
  width: 360px;
  margin: 12px 0 0;
  color: #aebbd0;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.mvp-calculator-feedback {
  width: 360px;
  min-height: 14px;
  margin: 3px 0 0;
  color: #74e2e7;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.mvp-calculator-scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 2px;
  opacity: 0;
  background: #66f5f6;
  box-shadow:
    0 0 8px rgba(102, 245, 246, 0.9),
    0 0 28px rgba(2, 184, 191, 0.75),
    0 0 70px rgba(92, 100, 255, 0.42);
  pointer-events: none;
}

.mvp-calculator-scan.is-active {
  animation: mvp-calculator-scan 1040ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mvp-calculator-form.is-dissolving .mvp-calculator-state:not([hidden]) {
  animation: mvp-calculator-dissolve-out 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mvp-calculator-form.is-materializing .mvp-calculator-state:not([hidden]) {
  animation: mvp-calculator-materialize-in 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mvp-calculator-state--result {
  position: relative;
  min-height: 360px;
}

.mvp-calculator-complete {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #36dbe1;
  font: 500 10px/1 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mvp-calculator-complete img {
  width: 18px;
  height: 18px;
  filter: invert(82%) sepia(58%) saturate(808%) hue-rotate(127deg) brightness(99%);
}

.mvp-calculator-result-intro {
  margin: 10px 0 0;
  color: #f5f9fc;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.mvp-calculator-state > .mvp-calculator-result-main {
  margin: 15px 0 0;
  line-height: 1;
}

.mvp-calculator-result-main strong {
  display: block;
  color: #27ccd4;
  font-size: 76px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.064em;
  text-shadow:
    0 0 24px rgba(2, 184, 191, 0.2),
    0 9px 28px rgba(2, 184, 191, 0.12);
  white-space: nowrap;
}

.mvp-calculator-result-main > span {
  display: block;
  margin-top: 2px;
  color: #f5f9fc;
  font-size: 30px;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.mvp-calculator-result-copy {
  margin: 6px 0 0;
  color: #e4ebf1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.mvp-calculator-result-secondary {
  display: flex;
  margin: 4px 0 0;
  align-items: center;
  gap: 13px;
  color: #65e0e5;
  font-size: 14px;
  line-height: 1.35;
}

.mvp-calculator-result-secondary b {
  font-weight: 500;
}

.mvp-calculator-result-secondary i {
  color: #24d6dc;
  font-style: normal;
}

.mvp-calculator-state--result .mvp-calculator-action {
  width: 218px;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 20px;
  font-family: var(--f-sans, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-transform: none;
}

.mvp-calculator-result-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 100%;
  margin-top: 0;
  padding-top: 8px;
  grid-template-columns: minmax(96px, 1fr) minmax(210px, 1.55fr) minmax(96px, 1fr);
  align-items: center;
  column-gap: 18px;
  border-top: 1px solid rgba(102, 224, 229, 0.09);
}

.mvp-calculator-method-link {
  align-self: center;
  justify-self: start;
  margin: 0;
  padding: 0;
  border: 0;
  color: #b9dce3;
  background: transparent;
  font-size: 9px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.mvp-calculator-method-link:hover,
.mvp-calculator-method-link:focus-visible {
  color: #6fe8ec;
}

.mvp-calculator-disclaimer {
  align-self: center;
  justify-self: center;
  margin: 0;
  color: rgba(193, 205, 218, 0.78);
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.mvp-calculator-redo {
  position: static;
  align-self: center;
  justify-self: end;
  margin: 0;
  padding: 3px 0;
  border: 0;
  color: rgba(185, 220, 227, 0.7);
  background: transparent;
  font-size: 9px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.mvp-calculator-redo:hover,
.mvp-calculator-redo:focus-visible {
  color: #77e7eb;
}

.mvp-calculator-method {
  width: min(680px, calc(100% - 36px));
  max-height: min(780px, calc(100vh - 48px));
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(62, 222, 229, 0.25);
  border-radius: 28px;
  color: #eaf1f6;
  background: rgba(5, 16, 31, 0.97);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.62);
}

.mvp-calculator-method::backdrop {
  background: rgba(1, 7, 16, 0.76);
  backdrop-filter: blur(10px);
}

.mvp-calculator-method-inner {
  max-height: min(780px, calc(100vh - 48px));
  padding: 34px 38px 38px;
  overflow-y: auto;
}

.mvp-calculator-method header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #63e0e5;
  font: 500 11px/1.3 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mvp-calculator-method header button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(99, 224, 229, 0.24);
  border-radius: 999px;
  color: #d8e7eb;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.mvp-calculator-method h3 {
  margin: 28px 0 18px;
  color: #f5f9fc;
  font-size: 40px;
  font-weight: 300;
}

.mvp-calculator-method p {
  margin: 0 0 16px;
  color: #bac8d5;
  font-size: 15px;
  line-height: 1.7;
}

.mvp-calculator-method-sources {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mvp-calculator-method-sources a {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(99, 224, 229, 0.13);
  border-radius: 16px;
  color: #dceaf0;
  background: rgba(11, 30, 48, 0.52);
  text-decoration: none;
}

.mvp-calculator-method-sources a:hover,
.mvp-calculator-method-sources a:focus-visible {
  border-color: rgba(99, 224, 229, 0.4);
}

.mvp-calculator-method-sources strong {
  color: #6ce4e8;
}

.mvp-calculator-method-sources span,
.mvp-calculator-method small {
  color: #9fb0c0;
  font-size: 12px;
  line-height: 1.5;
}

.mvp-calculator-method small {
  display: block;
  margin-top: 20px;
}

@keyframes mvp-calculator-scan {
  0% {
    left: -4%;
    opacity: 0;
  }
  12%, 82% {
    opacity: 0.95;
  }
  100% {
    left: 104%;
    opacity: 0;
  }
}

@keyframes mvp-calculator-dissolve-out {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 0;
    filter: blur(8px);
    transform: translateX(14px);
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes mvp-calculator-materialize-in {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(-12px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

.mvp-record-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: start;
  gap: 80px;
}

.mvp-record-caveat {
  margin-top: 22px !important;
  padding: 18px 20px;
  border: 1px solid rgba(127, 231, 235, 0.16);
  border-radius: 16px;
  color: #d5e0e9 !important;
  background: rgba(8, 21, 40, 0.72);
  font-size: 13px !important;
}

.mvp-source-stack {
  display: grid;
  gap: 14px;
}

.mvp-source-stack a {
  display: grid;
  gap: 7px;
  padding: 22px 24px;
  border: 1px solid rgba(127, 231, 235, 0.15);
  border-radius: 18px;
  color: var(--mvp-ice);
  background: rgba(8, 21, 40, 0.68);
  transition: transform 280ms ease, border-color 280ms ease, background 280ms ease;
}

.mvp-source-stack a:hover,
.mvp-source-stack a:focus-visible {
  transform: translateX(6px);
  border-color: rgba(127, 231, 235, 0.4);
  background: rgba(10, 28, 48, 0.92);
}

.mvp-source-stack span {
  color: var(--mvp-teal-light);
  font: 500 9px/1.3 var(--f-mono, monospace);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mvp-source-stack strong {
  font-size: 18px;
  font-weight: 500;
}

.mvp-source-stack small {
  color: var(--mvp-muted);
  font-size: 12px;
  line-height: 1.5;
}

.mvp-step-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
}

.mvp-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(78%) sepia(39%) saturate(716%) hue-rotate(132deg) brightness(99%);
}

.mvp-paths {
  padding-top: 30px;
}

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

.mvp-path-grid a {
  display: grid;
  min-height: 210px;
  align-content: end;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(127, 231, 235, 0.15);
  border-radius: 24px;
  color: var(--mvp-ice);
  background: linear-gradient(145deg, rgba(9, 25, 44, 0.9), rgba(6, 14, 27, 0.98));
  transition: transform 320ms ease, border-color 320ms ease;
}

.mvp-path-grid a:hover,
.mvp-path-grid a:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(127, 231, 235, 0.42);
}

.mvp-path-grid strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.mvp-path-grid small {
  color: var(--mvp-muted);
}

.mvp-footer {
  border-top: 1px solid rgba(127, 231, 235, 0.1);
  background: #030812;
}

.mvp-footer .foot-brand p {
  max-width: 360px;
}

.mvp-footer-principle {
  color: var(--mvp-teal-light) !important;
  font-family: var(--f-mono, monospace) !important;
  font-size: 10px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mvp-footer .foot-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
}

.mvp-footer .foot-social a {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.mvp-footer .foot-social a:hover,
.mvp-footer .foot-social a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(127, 231, 235, 0.46);
  background: rgba(2, 184, 191, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 22px rgba(2, 184, 191, 0.16);
}

.mvp-footer .foot-social img {
  display: block;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  object-fit: contain;
}

.mvp-campaign :focus-visible {
  outline: 2px solid var(--mvp-teal-light);
  outline-offset: 4px;
}

@keyframes mvp-task-float {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.72; }
  50% { transform: translate3d(16px, -4px, 0); opacity: 1; }
}

@keyframes mvp-flow-pulse {
  0%, 100% { opacity: 0.42; transform: rotate(-4deg) scaleX(0.92); }
  50% { opacity: 1; transform: rotate(-4deg) scaleX(1); }
}

/* Selected campaign directions on the three commercial solution pages. */
.mvp-solution-page {
  background: var(--mvp-navy);
}

.mvp-solution-page .mvp-nav {
  z-index: 80;
}

.mvp-solution-hero {
  position: relative;
  min-height: 820px;
  padding-top: 94px;
  isolation: isolate;
  overflow: hidden;
  background: #050b17;
}

.mvp-solution-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: mvp-hero-breathe 12s ease-in-out infinite alternate;
}

.mvp-solution-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 11, 23, 0.98) 0%, rgba(5, 11, 23, 0.9) 34%, rgba(5, 11, 23, 0.28) 68%, rgba(5, 11, 23, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 11, 23, 0.2), rgba(5, 11, 23, 0.55));
}

.mvp-solution-hero-inner {
  position: relative;
  display: grid;
  min-height: 726px;
  grid-template-columns: minmax(430px, 0.8fr) minmax(480px, 1.2fr);
  align-items: center;
}

.mvp-solution-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 700px;
  padding: 70px 0 86px;
}

.mvp-solution-page .mvp-solution-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #33cbd1;
  background: none;
  box-shadow: none;
  font-family: var(--f-mono, "JetBrains Mono", monospace);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mvp-solution-page .mvp-solution-eyebrow::before,
.mvp-solution-page .mvp-solution-eyebrow::after {
  content: "·";
  color: currentColor;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(51, 203, 209, 0.52);
}

.mvp-solution-hero-copy h1 {
  margin: 26px 0 24px;
  font-size: clamp(56px, 5.1vw, 80px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.mvp-solution-hero-copy h1 em {
  color: var(--mvp-teal-light);
  font-family: var(--mvp-serif);
  font-weight: 400;
}

.mvp-solution-hero-copy > p {
  max-width: 630px;
  margin: 0;
  color: #c7d2de;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 300;
  line-height: 1.62;
}

.mvp-solution-hero-copy .mvp-actions {
  flex-wrap: nowrap;
}

.mvp-solution-hero-copy .mvp-actions .btn {
  min-width: 0;
}

.mvp-care-flow {
  position: absolute;
  right: 3%;
  bottom: 88px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.mvp-care-flow span,
.mvp-studio-rail span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 15px;
  border: 1px solid rgba(127, 231, 235, 0.25);
  border-radius: 14px;
  color: #e5f0f6;
  background: rgba(5, 16, 30, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  font-size: 12px;
}

.mvp-care-flow img,
.mvp-studio-rail img {
  width: 18px;
  height: 18px;
  filter: invert(78%) sepia(39%) saturate(716%) hue-rotate(132deg) brightness(99%);
}

.mvp-solution-proof {
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 5;
  display: grid;
  width: min(450px, 42vw);
  grid-template-columns: auto 1fr;
  gap: 3px 14px;
  padding: 16px 20px;
  border: 1px solid rgba(127, 231, 235, 0.22);
  border-radius: 16px;
  color: var(--mvp-ice);
  background: rgba(5, 15, 29, 0.86);
  backdrop-filter: blur(14px);
}

.mvp-solution-proof strong {
  grid-row: 1 / 3;
  color: var(--mvp-teal-light);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.mvp-solution-proof span {
  font-size: 12px;
}

.mvp-solution-proof small {
  color: var(--mvp-muted);
  font-size: 9px;
}

.mvp-solution-hero--journey .mvp-solution-hero-image {
  object-position: 70% center;
  opacity: 0.38;
}

.mvp-solution-hero--journey .mvp-solution-hero-shade {
  background:
    radial-gradient(circle at 78% 48%, rgba(123, 97, 255, 0.16), transparent 26%),
    linear-gradient(90deg, #050b17 0%, rgba(5, 11, 23, 0.97) 42%, rgba(5, 11, 23, 0.62) 72%, rgba(5, 11, 23, 0.78) 100%);
}

.mvp-live-evidence {
  position: relative;
  z-index: 4;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(132px, 0.65fr);
  align-items: end;
  gap: 26px;
  margin-left: 64px;
  padding: 38px 34px 34px;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 19% 90%, rgba(0, 227, 230, 0.1), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(123, 97, 255, 0.1), transparent 32%),
    rgba(3, 14, 29, 0.76);
  backdrop-filter: blur(18px) saturate(118%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(224, 249, 255, 0.06);
}

.mvp-live-evidence::before {
  content: "EVIDÊNCIA";
  position: absolute;
  left: 36px;
  top: 28px;
  color: var(--mvp-teal-light);
  font: 500 9px/1 var(--f-mono, monospace);
  letter-spacing: 0.18em;
}

.mvp-live-evidence::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(127, 231, 235, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 235, 0.025) 1px, transparent 1px),
    linear-gradient(104deg, transparent 16%, rgba(127, 231, 235, 0.055) 16.2%, transparent 16.7%, transparent 74%, rgba(123, 97, 255, 0.045) 74.2%, transparent 74.7%);
  background-size: 36px 36px, 36px 36px, 100% 100%;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 92%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 92%);
}

.mvp-live-number {
  position: relative;
  min-width: 0;
  padding-top: 32px;
}

.mvp-live-number strong {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  color: transparent;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(86px, 8.1vw, 122px);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.085em;
  filter: drop-shadow(0 0 16px rgba(127, 231, 235, 0.16));
}

.mvp-live-number--secondary strong {
  font-size: clamp(62px, 5.1vw, 82px);
  filter: drop-shadow(0 0 16px rgba(123, 97, 255, 0.2));
}

.mvp-live-digits,
.mvp-live-unit {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: rgba(219, 241, 248, 0.24);
  -webkit-text-stroke: 1px rgba(223, 249, 255, 0.86);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.82) 0%, rgba(153, 203, 218, 0.42) 45%, rgba(231, 248, 252, 0.22) 75%, rgba(83, 146, 166, 0.34) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 2px rgba(229, 252, 255, 0.9),
    0 0 18px rgba(95, 213, 229, 0.25),
    0 13px 28px rgba(0, 0, 0, 0.42);
}

.mvp-live-digits::after {
  content: attr(data-value);
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
  -webkit-text-stroke: 0.45px rgba(255, 255, 255, 0.72);
  opacity: 0.62;
  transform: translateY(-1px);
  clip-path: inset(0 0 54% 0);
  pointer-events: none;
}

.mvp-live-unit {
  margin-left: 0.055em;
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: -0.04em;
  vertical-align: 0.42em;
}

.mvp-live-number--secondary .mvp-live-digits,
.mvp-live-number--secondary .mvp-live-unit {
  color: rgba(211, 201, 255, 0.26);
  -webkit-text-stroke-color: rgba(222, 216, 255, 0.88);
  background-image: linear-gradient(180deg, rgba(244, 241, 255, 0.88) 0%, rgba(179, 164, 255, 0.45) 50%, rgba(125, 100, 229, 0.28) 100%);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 2px rgba(231, 226, 255, 0.86),
    0 0 20px rgba(123, 97, 255, 0.28),
    0 13px 28px rgba(0, 0, 0, 0.42);
}

.mvp-live-label {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 180px;
  margin-top: 20px;
  color: #ecf5fa;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.78);
}

.mvp-live-number::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 219, 224, 0.74), rgba(0, 219, 224, 0.08) 66%, transparent);
  box-shadow: 0 0 14px rgba(0, 219, 224, 0.4);
  transform: scaleX(0.56);
  transform-origin: left;
}

.mvp-live-number--secondary::after {
  background: linear-gradient(90deg, rgba(123, 97, 255, 0.76), rgba(123, 97, 255, 0.08) 70%, transparent);
  box-shadow: 0 0 14px rgba(123, 97, 255, 0.42);
  transform: scaleX(0.34);
}

.mvp-live-evidence > a {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(127, 231, 235, 0.14);
  color: var(--mvp-teal-light);
  font-size: 10px;
}

.mvp-live-evidence--journey {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: start;
  gap: 24px 30px;
  padding-top: 46px;
}

.mvp-live-evidence--journey::before {
  content: "EVIDÊNCIA SOBRE CONTINUIDADE";
}

.mvp-live-evidence--journey .mvp-live-number {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  padding-top: 20px;
}

.mvp-live-evidence--journey .mvp-live-number strong,
.mvp-live-evidence--journey .mvp-live-number--secondary strong {
  font-size: clamp(58px, 5.15vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.mvp-live-evidence--journey .mvp-live-label {
  max-width: 260px;
  min-height: 62px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
}

.mvp-live-evidence--journey .mvp-live-number > small {
  display: block;
  max-width: 260px;
  margin-top: 12px;
  color: rgba(199, 216, 229, 0.68);
  font-size: 10px;
  line-height: 1.5;
}

.mvp-live-evidence--journey .mvp-live-number::after {
  bottom: 92px;
}

.mvp-live-sources {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(127, 231, 235, 0.14);
}

.mvp-live-sources a {
  color: var(--mvp-teal-light);
  font-size: 10px;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(127, 231, 235, 0.35);
  text-underline-offset: 3px;
}

.mvp-live-sources > small {
  grid-column: 1 / -1;
  color: rgba(199, 216, 229, 0.58);
  font-size: 9px;
  line-height: 1.45;
}

.mvp-solution-page .solution-price-bridge h2 {
  font-size: clamp(42px, 4.25vw, 62px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.mvp-solution-page .solution-price-bridge h2 .serif {
  color: var(--mvp-teal-light);
  font-family: var(--mvp-serif, "Instrument Serif", Georgia, serif);
  font-size: 0.96em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.mvp-solution-hero--studio .mvp-solution-hero-image {
  object-position: 64% center;
}

.mvp-solution-hero--studio .mvp-solution-hero-shade {
  background: linear-gradient(90deg, rgba(5, 11, 23, 0.99) 0%, rgba(5, 11, 23, 0.92) 36%, rgba(5, 11, 23, 0.2) 68%, rgba(5, 11, 23, 0.3) 100%);
}

.mvp-studio-rail {
  position: absolute;
  right: 0;
  bottom: 54px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(123, 97, 255, 0.36);
  border-radius: 18px;
  background: rgba(5, 15, 30, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.mvp-studio-rail::-webkit-scrollbar {
  display: none;
}

.mvp-studio-rail small {
  max-width: 150px;
  padding: 0 10px;
  color: #c7d2dd;
  font-size: 10px;
  line-height: 1.45;
  transition: color 240ms ease, text-shadow 240ms ease;
}

.mvp-studio-rail span {
  --studio-accent: 0, 219, 224;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease,
    opacity 240ms ease;
}

.mvp-studio-rail span:nth-of-type(2) {
  --studio-accent: 46, 200, 226;
}

.mvp-studio-rail span:nth-of-type(3) {
  --studio-accent: 123, 97, 255;
}

.mvp-studio-rail span::after {
  content: "";
  position: absolute;
  inset: -55% -22%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 75%, rgba(var(--studio-accent), 0.34), transparent 58%);
  opacity: 0;
  transform: translateY(18%) scale(0.82);
  transition: opacity 240ms ease, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mvp-studio-rail span img {
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease;
}

.mvp-studio-rail span:focus-visible {
  outline: 1px solid rgba(var(--studio-accent), 0.92);
  outline-offset: 3px;
}

.mvp-studio-rail:has(span:focus-visible) {
  border-color: rgba(127, 231, 235, 0.42);
  box-shadow:
    0 20px 66px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(89, 132, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mvp-studio-rail:has(span:focus-visible) span:not(:focus-visible) {
  opacity: 0.62;
  transform: scale(0.975);
}

.mvp-studio-rail span:focus-visible {
  z-index: 2;
  color: #ffffff;
  border-color: rgba(var(--studio-accent), 0.78);
  background-color: rgba(7, 25, 42, 0.96);
  transform: translateY(-3px) scale(1.035);
  text-shadow: 0 0 14px rgba(var(--studio-accent), 0.34);
  animation: mvp-studio-glow-pulse 1.75s ease-in-out infinite;
}

.mvp-studio-rail span:focus-visible::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mvp-studio-rail span:focus-visible img {
  transform: scale(1.13);
  filter:
    invert(78%) sepia(39%) saturate(716%) hue-rotate(132deg) brightness(112%)
    drop-shadow(0 0 6px rgba(var(--studio-accent), 0.78));
}

.mvp-studio-rail:has(span:focus-visible) small {
  color: #eef6fb;
  text-shadow: 0 0 16px rgba(127, 231, 235, 0.2);
}

@media (hover: hover) and (pointer: fine) {
  .mvp-studio-rail:hover {
    border-color: rgba(127, 231, 235, 0.42);
    box-shadow:
      0 20px 66px rgba(0, 0, 0, 0.42),
      0 0 28px rgba(89, 132, 255, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .mvp-studio-rail:has(span:hover) span:not(:hover) {
    opacity: 0.62;
    transform: scale(0.975);
  }

  .mvp-studio-rail span:hover {
    z-index: 2;
    color: #ffffff;
    border-color: rgba(var(--studio-accent), 0.78);
    background-color: rgba(7, 25, 42, 0.96);
    transform: translateY(-3px) scale(1.035);
    text-shadow: 0 0 14px rgba(var(--studio-accent), 0.34);
    animation: mvp-studio-glow-pulse 1.75s ease-in-out infinite;
  }

  .mvp-studio-rail span:hover::after {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .mvp-studio-rail span:hover img {
    transform: scale(1.13);
    filter:
      invert(78%) sepia(39%) saturate(716%) hue-rotate(132deg) brightness(112%)
      drop-shadow(0 0 6px rgba(var(--studio-accent), 0.78));
  }

  .mvp-studio-rail:has(span:hover) small {
    color: #eef6fb;
    text-shadow: 0 0 16px rgba(127, 231, 235, 0.2);
  }
}

@keyframes mvp-studio-glow-pulse {
  0%, 100% {
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(var(--studio-accent), 0.08),
      0 0 14px rgba(var(--studio-accent), 0.2);
  }
  50% {
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.38),
      0 0 0 1px rgba(var(--studio-accent), 0.2),
      0 0 26px rgba(var(--studio-accent), 0.48);
  }
}

/* ==========================================================
   ESTÚDIO DE CONDUTAS · REPERTÓRIO PRÓPRIO DO MÉDICO
   ========================================================== */
.mvp-notebook-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(127, 231, 235, 0.1);
  background:
    radial-gradient(circle at 76% 50%, rgba(123, 97, 255, 0.14), transparent 31%),
    radial-gradient(circle at 20% 32%, rgba(2, 184, 191, 0.1), transparent 28%),
    linear-gradient(135deg, #06101f 0%, #050b17 46%, #081124 100%);
}

.mvp-notebook-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(127, 231, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 235, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 78%, transparent);
}

.mvp-notebook-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: start;
}

.mvp-notebook-copy .sol-title {
  max-width: 660px;
  margin-bottom: 24px;
}

.mvp-notebook-copy .sol-lead {
  max-width: 650px;
  margin-bottom: 32px;
}

.mvp-notebook-copy .sol-lead strong {
  color: var(--mvp-ice);
  font-weight: 600;
}

.mvp-notebook-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 0;
}

.mvp-notebook-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.14);
  border-radius: 18px;
  background: linear-gradient(100deg, rgba(12, 27, 46, 0.86), rgba(8, 18, 34, 0.6));
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.mvp-notebook-step::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -34%;
  width: 34%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(127, 231, 235, 0.12), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease, opacity 220ms ease;
}

.mvp-notebook-step-index {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(127, 231, 235, 0.32);
  border-radius: 14px;
  color: var(--mvp-teal-light);
  font: 500 11px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.12em;
  background: rgba(2, 184, 191, 0.08);
  box-shadow: inset 0 0 18px rgba(2, 184, 191, 0.08);
}

.mvp-notebook-step h3 {
  margin: 0 0 4px;
  color: var(--mvp-ice);
  font-size: 15px;
  font-weight: 600;
}

.mvp-notebook-step p {
  margin: 0;
  color: var(--mvp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mvp-notebook-trust {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--mvp-muted);
}

.mvp-notebook-trust img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(25%) saturate(1218%) hue-rotate(132deg) brightness(99%) contrast(87%);
}

.mvp-notebook-trust p {
  margin: 0;
  font-size: 13px;
}

.mvp-notebook-trust strong {
  color: var(--mvp-teal-light);
}

.mvp-notebook-visual {
  position: relative;
  margin: 0;
  padding: 0 0 24px;
  perspective: 1600px;
}

.mvp-notebook-visual > .btn {
  min-width: 238px;
  margin: 22px 0 0;
}

.mvp-notebook-orbit {
  position: absolute;
  inset: 7% -7% 16% 8%;
  border: 1px solid rgba(127, 231, 235, 0.12);
  border-radius: 50%;
  transform: rotate(-10deg);
  box-shadow: 0 0 64px rgba(2, 184, 191, 0.08), inset 0 0 64px rgba(123, 97, 255, 0.06);
}

.mvp-notebook-orbit::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 9%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mvp-teal-light);
  box-shadow: 0 0 8px #7fe7eb, 0 0 24px rgba(2, 184, 191, 0.9);
  animation: mvp-notebook-node 3.4s ease-in-out infinite;
}

.mvp-notebook-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.3);
  border-radius: 24px;
  background: #081323;
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.48),
    0 0 54px rgba(2, 184, 191, 0.1),
    0 0 72px rgba(123, 97, 255, 0.08);
  transform: rotateY(-6deg) rotateX(1.5deg);
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), border-color 320ms ease, box-shadow 320ms ease;
}

.mvp-notebook-window::after {
  content: "";
  position: absolute;
  inset: 36px 0 0;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,0.06), transparent 24%, transparent 66%, rgba(123,97,255,0.07));
  mix-blend-mode: screen;
}

.mvp-notebook-window-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(127, 231, 235, 0.14);
  background: rgba(7, 18, 33, 0.94);
}

.mvp-notebook-window-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(127, 231, 235, 0.28);
}

.mvp-notebook-window-bar > span:nth-child(2) { background: rgba(2, 184, 191, 0.62); }
.mvp-notebook-window-bar > span:nth-child(3) { background: rgba(123, 97, 255, 0.68); }

.mvp-notebook-window-bar small {
  margin-left: auto;
  color: rgba(199, 242, 244, 0.62);
  font: 500 8px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.14em;
}

.mvp-notebook-window img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.94) contrast(1.02);
}

.mvp-notebook-visual figcaption {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin: -18px 0 0 34px;
  padding: 12px 16px;
  border: 1px solid rgba(127, 231, 235, 0.24);
  border-radius: 14px;
  background: rgba(5, 11, 23, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), 0 0 22px rgba(2, 184, 191, 0.08);
  backdrop-filter: blur(14px);
}

.mvp-notebook-visual figcaption span {
  color: var(--mvp-teal-light);
  font: 500 8px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.mvp-notebook-visual figcaption p {
  margin: 0;
  color: var(--mvp-ice);
  font-size: 11px;
}

@media (hover: hover) and (pointer: fine) {
  .mvp-notebook-step:hover {
    transform: translateX(6px);
    border-color: rgba(127, 231, 235, 0.34);
    background: linear-gradient(100deg, rgba(10, 38, 55, 0.92), rgba(13, 23, 45, 0.76));
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22), 0 0 24px rgba(2, 184, 191, 0.08);
  }

  .mvp-notebook-step:hover::after {
    left: 112%;
    opacity: 1;
  }

  .mvp-notebook-visual:hover .mvp-notebook-window {
    transform: rotateY(-1deg) rotateX(0deg) translateY(-5px);
    border-color: rgba(127, 231, 235, 0.48);
    box-shadow: 0 44px 110px rgba(0, 0, 0, 0.52), 0 0 68px rgba(2, 184, 191, 0.16), 0 0 84px rgba(123, 97, 255, 0.12);
  }
}

@keyframes mvp-notebook-node {
  0%, 100% { transform: scale(0.76); opacity: 0.55; }
  50% { transform: scale(1.2); opacity: 1; }
}

@media (max-width: 980px) {
  .mvp-notebook-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mvp-notebook-copy {
    max-width: 720px;
  }

  .mvp-notebook-visual {
    max-width: 820px;
  }

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

@media (max-width: 640px) {
  .mvp-notebook-section {
    padding-inline: 0;
  }

  .mvp-notebook-grid {
    gap: 28px;
  }

  .mvp-notebook-step {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    min-height: 76px;
    padding: 12px;
    border-radius: 15px;
  }

  .mvp-notebook-steps {
    grid-template-columns: 1fr;
  }

  .mvp-notebook-step-index {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .mvp-notebook-visual {
    padding-top: 10px;
  }

  .mvp-notebook-visual > .btn {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
  }

  .mvp-notebook-window {
    border-radius: 16px;
    transform: none;
  }

  .mvp-notebook-window-bar small {
    display: none;
  }

  .mvp-notebook-visual figcaption {
    display: block;
    margin: -10px 12px 0;
  }

  .mvp-notebook-visual figcaption p {
    margin-top: 5px;
  }
}

@keyframes mvp-hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}

@media (max-width: 1180px) {
  .mvp-hero {
    min-height: 1040px;
  }

  .mvp-hero-grid {
    grid-template-columns: 0.83fr 1.17fr;
    gap: 10px;
  }

  .mvp-product-card {
    width: 330px;
    height: 470px;
  }

  .mvp-product-card.is-next {
    transform: translate(calc(-50% + 132px), -49%) translateZ(-75px) rotateY(-19deg) scale(0.78);
  }

  .mvp-product-card.is-prev {
    transform: translate(calc(-50% - 132px), -48%) translateZ(-110px) rotateY(19deg) scale(0.75);
  }

  .mvp-task-stream {
    display: none;
  }
}

@media (max-width: 980px) {
  .mvp-campaign .wrap,
  .mvp-hero-products {
    width: min(100% - 40px, 760px);
  }

  .mvp-hero {
    min-height: auto;
    padding-top: 130px;
  }

  .mvp-hero-grid,
  .mvp-evidence-grid,
  .mvp-calculator-grid,
  .mvp-record-grid {
    grid-template-columns: 1fr;
  }

  .mvp-hero-copy {
    max-width: 720px;
    padding-bottom: 0;
  }

  .mvp-product-stage {
    min-height: 650px;
  }

  .mvp-hero-products {
    margin-top: 0;
  }

  .mvp-evidence-grid,
  .mvp-calculator-grid,
  .mvp-record-grid {
    gap: 48px;
  }

  .mvp-solution-grid,
  .mvp-path-grid {
    grid-template-columns: 1fr;
  }

  .mvp-solution-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
  }

  .mvp-solution-image {
    height: 100%;
    min-height: 320px;
  }

  .mvp-solution-body p {
    min-height: 0;
  }

  .mvp-path-grid a {
    min-height: 160px;
  }

  .mvp-solution-hero {
    min-height: 900px;
  }

  .mvp-solution-hero-inner {
    min-height: 806px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .mvp-solution-hero-copy {
    max-width: 680px;
  }

  .mvp-live-evidence {
    width: min(620px, 100%);
    margin: -40px 0 74px;
  }
}

@media (max-width: 720px) {
  .mvp-campaign .wrap,
  .mvp-hero-products {
    width: min(100% - 30px, 620px);
  }

  .mvp-nav .nav-brand img {
    width: 150px;
  }

  .mvp-nav .nav-actions > .btn {
    display: none;
  }

  .mvp-hero {
    padding-top: 112px;
  }

  .mvp-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .mvp-hero-copy > p {
    font-size: 17px;
  }

  .mvp-actions {
    display: grid;
  }

  .mvp-actions .btn {
    width: 100%;
  }

  .mvp-product-stage {
    min-height: 570px;
  }

  .mvp-product-card {
    width: min(310px, calc(100vw - 58px));
    height: 435px;
  }

  .mvp-product-card.is-active {
    transform: translate(-50%, -50%) scale(1);
  }

  .mvp-product-card.is-next {
    transform: translate(calc(-50% + 74px), -48%) translateZ(-90px) rotateY(-16deg) scale(0.78);
    opacity: 0.28;
  }

  .mvp-product-card.is-prev {
    transform: translate(calc(-50% - 74px), -48%) translateZ(-100px) rotateY(16deg) scale(0.78);
    opacity: 0.24;
  }

  .mvp-card-copy {
    padding: 20px 22px;
  }

  .mvp-card-copy strong {
    font-size: 22px;
  }

  .mvp-carousel-controls {
    bottom: 78px;
    gap: 6px;
  }

  .mvp-carousel-controls > button {
    min-width: 58px;
    padding-inline: 6px;
  }

  .mvp-evidence-trigger {
    left: 50%;
    right: auto;
    bottom: 2px;
    width: min(310px, calc(100vw - 58px));
    transform: translateX(-50%);
  }

  .mvp-evidence-detail {
    left: 50%;
    right: auto;
    bottom: 76px;
    transform: translateX(-50%);
  }

  .mvp-hero-products {
    grid-template-columns: 1fr;
    border-radius: 22px 22px 0 0;
  }

  .mvp-hero-products a {
    min-height: 68px;
    padding: 16px 20px;
  }

  .mvp-hero-products a + a {
    border-top: 1px solid rgba(127, 231, 235, 0.12);
    border-left: 0;
  }

  .mvp-evidence,
  .mvp-solutions,
  .mvp-calculator,
  .mvp-record,
  .mvp-paths {
    padding: 82px 0;
  }

  .mvp-evidence-numbers,
  .mvp-calculator-form {
    grid-template-columns: 1fr;
  }

  .mvp-evidence-numbers article {
    min-height: 260px;
    padding: 28px;
  }

  .mvp-evidence-numbers strong,
  .mvp-evidence-numbers article:last-child strong {
    font-size: 74px;
  }

  .mvp-solution-card {
    display: block;
  }

  .mvp-solution-image {
    min-height: 0;
    height: 230px;
  }

  .mvp-calculator-field--range,
  .mvp-calculator-result {
    grid-column: auto;
  }

  .mvp-solution-hero {
    min-height: 920px;
    padding-top: 82px;
  }

  .mvp-solution-hero-inner {
    min-height: 838px;
  }

  .mvp-solution-hero-copy {
    padding: 76px 0 160px;
  }

  .mvp-solution-hero--care {
    min-height: 1040px;
  }

  .mvp-solution-hero--care .mvp-solution-hero-inner {
    min-height: 958px;
  }

  .mvp-solution-hero--care .mvp-solution-hero-copy {
    padding-bottom: 280px;
  }

  .mvp-solution-hero--studio .mvp-solution-hero-shade {
    background: linear-gradient(90deg, rgba(5, 11, 23, 0.96), rgba(5, 11, 23, 0.72));
  }

  .mvp-solution-hero-copy h1 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .mvp-care-flow,
  .mvp-studio-rail {
    left: 0;
    right: 0;
    bottom: 28px;
    overflow-x: auto;
  }

  .mvp-care-flow span,
  .mvp-studio-rail span {
    flex: 0 0 auto;
  }

  .mvp-solution-proof {
    left: 0;
    bottom: 32px;
    width: 100%;
  }

  .mvp-care-flow + .mvp-solution-proof {
    bottom: 136px;
  }

  .mvp-live-evidence {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 8px;
    margin-top: -110px;
    padding: 28px 22px 24px;
  }

  .mvp-live-number strong,
  .mvp-live-number--secondary strong {
    font-size: clamp(52px, 14.5vw, 66px);
  }

  .mvp-live-label {
    margin-top: 16px;
    font-size: 12px;
  }

  .mvp-live-number::after {
    bottom: 35px;
  }

  .mvp-studio-rail small {
    flex: 0 0 140px;
  }
}

/* ==========================================================================
   Evidência cinematográfica — relógio 3D → dados observacionais
   ========================================================================== */

.mvp-evidence-cinematic {
  --evidence-cyan: #23e1e7;
  --evidence-cyan-soft: #78f4f3;
  --evidence-blue: #61a9ff;
  --evidence-violet: #a77cff;
  min-height: 0;
  aspect-ratio: 1847 / 851;
  padding: 0;
  overflow: hidden;
  border-color: rgba(69, 219, 226, 0.1);
  background: #050b17;
  isolation: isolate;
}

html.is-evidence-capture .mvp-nav {
  display: none;
}

html.is-evidence-capture {
  scroll-behavior: auto;
}

.mvp-evidence-shell {
  display: grid;
  width: min(calc(100% - 120px), 1680px);
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  grid-template-columns: minmax(390px, 0.82fr) minmax(640px, 1.65fr);
  align-items: center;
  gap: clamp(22px, 2.4vw, 46px);
}

.mvp-evidence-cinematic .mvp-evidence-intro {
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 560px;
  padding: 58px 0 62px;
}

.mvp-evidence-cinematic .mvp-eyebrow {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 25px;
  border: 1px solid rgba(35, 225, 231, 0.34);
  border-radius: 999px;
  color: var(--evidence-cyan-soft);
  font: 500 clamp(11px, 0.78vw, 15px)/1 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mvp-evidence-cinematic .mvp-evidence-intro h2 {
  margin: clamp(30px, 3vw, 48px) 0 clamp(25px, 2.2vw, 38px);
  color: #f5f9fc;
  font-size: clamp(48px, 4.15vw, 76px);
  font-weight: 300;
  line-height: 1.11;
  letter-spacing: -0.048em;
}

.mvp-evidence-cinematic .mvp-evidence-intro h2 em {
  display: inline-block;
  color: #73e6e8;
  font-family: var(--f-serif, "Instrument Serif", Georgia, serif);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.mvp-evidence-cinematic .mvp-evidence-intro > p:not(.mvp-evidence-source):not(.mvp-evidence-note) {
  margin: 0;
  color: #aab8ca;
  font-size: clamp(16px, 1.17vw, 21px);
  line-height: 1.72;
}

.mvp-evidence-source {
  margin: clamp(22px, 2vw, 34px) 0 0;
  color: #58e5e6;
  font-size: clamp(12px, 0.9vw, 17px);
  line-height: 1.45;
  white-space: nowrap;
}

.mvp-evidence-source span {
  margin: 0 0.42em;
  color: #42d7de;
}

.mvp-evidence-source a {
  color: inherit;
  text-decoration-color: rgba(88, 229, 230, 0.44);
  text-underline-offset: 4px;
}

.mvp-evidence-source a:hover,
.mvp-evidence-source a:focus-visible {
  color: #d9ffff;
  text-decoration-color: currentColor;
}

.mvp-evidence-note {
  margin: clamp(20px, 2vw, 31px) 0 0;
  color: #7f8da3;
  font-size: clamp(10px, 0.74vw, 14px);
  line-height: 1.62;
  white-space: nowrap;
}

.mvp-evidence-stage {
  position: relative;
  z-index: 2;
  width: calc(100% + 54px);
  height: 100%;
  margin-right: -54px;
  overflow: hidden;
  contain: layout paint style;
}

.mvp-evidence-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("../assets/evidence-clock-handless.png") right center / auto 100% no-repeat,
    #050b17;
  background-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
}

.mvp-evidence-cinematic.is-webgl-fallback .mvp-evidence-stage::before {
  opacity: 1;
}

.mvp-evidence-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 100%);
}

.mvp-evidence-data {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.mvp-evidence-datum {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  color: #f5f9fc;
  will-change: opacity, transform, filter, clip-path;
}

.mvp-evidence-cinematic.is-final .mvp-evidence-datum {
  visibility: visible;
}

.mvp-evidence-datum strong,
.mvp-evidence-datum span,
.mvp-evidence-datum small {
  display: block;
}

.mvp-evidence-datum strong {
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.mvp-evidence-datum strong sup {
  display: inline-block;
  margin-left: 0.04em;
  font-size: 0.36em;
  font-weight: 400;
  letter-spacing: -0.03em;
  transform: translateY(0.7em);
}

.mvp-evidence-datum--primary {
  left: 5%;
  top: 30%;
  width: 48%;
  text-align: center;
}

.mvp-evidence-datum--primary strong {
  color: #51e4e8;
  font-size: clamp(132px, 12vw, 204px);
  letter-spacing: -0.085em;
  text-shadow:
    0 0 5px rgba(221, 255, 255, 0.82),
    0 0 20px rgba(31, 224, 232, 0.66),
    0 0 58px rgba(2, 184, 191, 0.38);
}

.mvp-evidence-datum--primary > span {
  margin-top: 28px;
  color: #69f0f1;
  font-size: clamp(22px, 1.9vw, 34px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.035em;
  text-shadow: 0 0 22px rgba(34, 222, 228, 0.22);
}

.mvp-evidence-datum--clinical {
  top: 18%;
  right: 6%;
  width: 31%;
  text-align: center;
}

.mvp-evidence-datum--clinical strong {
  color: #c3a8ff;
  font-size: clamp(78px, 7vw, 124px);
  text-shadow:
    0 0 5px rgba(245, 238, 255, 0.78),
    0 0 23px rgba(144, 96, 255, 0.62),
    0 0 54px rgba(123, 97, 255, 0.34);
}

.mvp-evidence-datum--clinical > span {
  margin-top: 12px;
  color: #f0ebff;
  font-size: clamp(16px, 1.3vw, 23px);
  line-height: 1.25;
}

.mvp-evidence-datum--other {
  top: 54%;
  right: 14%;
  width: 27%;
  text-align: center;
}

.mvp-evidence-datum--other strong {
  color: #73b5ff;
  font-size: clamp(57px, 4.65vw, 84px);
  text-shadow: 0 0 24px rgba(66, 135, 255, 0.45);
}

.mvp-evidence-datum--other > span {
  margin-top: 10px;
  color: #a7cfff;
  font-size: clamp(14px, 1.1vw, 19px);
}

.mvp-evidence-datum--ratio {
  right: 5%;
  bottom: 6.5%;
  width: 56%;
  padding-top: 18px;
}

.mvp-evidence-ratio-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(111, 223, 238, 0.52);
  box-shadow: 0 0 15px rgba(35, 225, 231, 0.22);
}

.mvp-evidence-ratio-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(24px, 2.4vw, 42px);
}

.mvp-evidence-ratio-copy strong {
  color: #55e5e9;
  font-size: clamp(72px, 6.5vw, 118px);
  text-shadow: 0 0 28px rgba(35, 225, 231, 0.44);
}

.mvp-evidence-ratio-copy span {
  color: #f5f9fc;
  font-size: clamp(15px, 1.2vw, 22px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.mvp-evidence-datum--ratio small {
  margin-top: 11px;
  color: #8996aa;
  font-size: clamp(10px, 0.82vw, 15px);
  text-align: right;
}

.mvp-evidence-cinematic.is-webgl-fallback .mvp-evidence-data {
  animation: mvp-evidence-fallback-reveal 1s 0.6s both;
}

@keyframes mvp-evidence-fallback-reveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1180px) {
  .mvp-evidence-cinematic {
    min-height: 560px;
    aspect-ratio: auto;
  }

  .mvp-evidence-shell {
    width: min(calc(100% - 46px), 1120px);
    min-height: 560px;
    grid-template-columns: minmax(350px, 0.88fr) minmax(520px, 1.45fr);
    gap: 8px;
  }

  .mvp-evidence-cinematic .mvp-evidence-intro h2 {
    font-size: clamp(45px, 4.7vw, 61px);
  }

  .mvp-evidence-stage {
    width: calc(100% + 72px);
    height: 560px;
    margin-right: -72px;
  }
}

@media (max-width: 980px) {
  .mvp-evidence-cinematic {
    min-height: auto;
  }

  .mvp-evidence-shell {
    width: min(calc(100% - 40px), 760px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mvp-evidence-cinematic .mvp-evidence-intro {
    max-width: 660px;
    padding: 76px 0 30px;
  }

  .mvp-evidence-cinematic .mvp-evidence-intro h2 {
    font-size: clamp(52px, 7.5vw, 68px);
  }

  .mvp-evidence-source {
    white-space: normal;
  }

  .mvp-evidence-note {
    white-space: normal;
  }

  .mvp-evidence-stage {
    width: calc(100% + 40px);
    height: 610px;
    margin: -8px -20px 0;
  }

  .mvp-evidence-datum--primary {
    left: 10%;
    width: 52%;
  }

  .mvp-evidence-datum--ratio {
    right: 5%;
    width: 65%;
  }
}

@media (max-width: 720px) {
  .mvp-evidence-shell {
    width: min(calc(100% - 30px), 620px);
  }

  .mvp-evidence-cinematic .mvp-evidence-intro {
    padding: 66px 0 18px;
  }

  .mvp-evidence-cinematic .mvp-eyebrow {
    min-height: 40px;
    padding-inline: 18px;
    font-size: 10px;
  }

  .mvp-evidence-cinematic .mvp-evidence-intro h2 {
    margin: 27px 0 24px;
    font-size: clamp(43px, 13.1vw, 58px);
    line-height: 1.04;
  }

  .mvp-evidence-cinematic .mvp-evidence-intro > p:not(.mvp-evidence-source):not(.mvp-evidence-note) {
    font-size: 15px;
    line-height: 1.67;
  }

  .mvp-evidence-source {
    margin-top: 22px;
    font-size: 12px;
  }

  .mvp-evidence-note {
    margin-top: 18px;
    font-size: 10px;
  }

  .mvp-evidence-stage {
    width: calc(100% + 30px);
    height: 540px;
    margin: 0 -15px;
  }

  .mvp-evidence-canvas {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 100%);
  }

  .mvp-evidence-datum strong sup {
    transform: translateY(0.45em);
  }

  .mvp-evidence-datum--primary {
    top: 34%;
    left: 4%;
    width: 58%;
  }

  .mvp-evidence-datum--primary strong {
    font-size: clamp(72px, 23vw, 92px);
  }

  .mvp-evidence-datum--primary > span {
    margin-top: 12px;
    font-size: 16px;
  }

  .mvp-evidence-datum--clinical {
    top: 12%;
    right: 1%;
    width: 38%;
  }

  .mvp-evidence-datum--clinical strong {
    font-size: clamp(58px, 17vw, 72px);
  }

  .mvp-evidence-datum--clinical > span {
    margin-top: 8px;
    font-size: 13px;
  }

  .mvp-evidence-datum--other {
    top: 54%;
    right: 2%;
    width: 38%;
  }

  .mvp-evidence-datum--other strong {
    font-size: clamp(42px, 12vw, 52px);
  }

  .mvp-evidence-datum--other > span {
    font-size: 12px;
  }

  .mvp-evidence-datum--ratio {
    right: 5%;
    bottom: 3%;
    width: 88%;
    padding-top: 18px;
  }

  .mvp-evidence-ratio-copy {
    gap: 18px;
  }

  .mvp-evidence-ratio-copy strong {
    font-size: clamp(58px, 17vw, 72px);
  }

  .mvp-evidence-ratio-copy span {
    font-size: 12px;
  }

  .mvp-evidence-datum--ratio small {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-evidence-cinematic *,
  .mvp-evidence-cinematic *::before,
  .mvp-evidence-cinematic *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-campaign *,
  .mvp-campaign *::before,
  .mvp-campaign *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   HOME V2 — hero cinematográfico + showcase 3D em sequência
   ============================================================ */

.mvp-home-v2 .mvp-nav {
  border-bottom-color: rgba(127, 231, 235, 0.09);
  background: rgba(5, 11, 23, 0.26);
  backdrop-filter: blur(14px);
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.mvp-home-v2 .mvp-nav.is-scrolled {
  border-bottom-color: rgba(127, 231, 235, 0.14);
  background: rgba(5, 11, 23, 0.9);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.mvp-home-v2 .mvp-hero {
  min-height: 900px;
  padding: 106px 0 26px;
  overflow: hidden;
}

.mvp-home-v2 .mvp-hero-ambient {
  background:
    radial-gradient(circle at 72% 36%, rgba(2, 184, 191, 0.18), transparent 30%),
    radial-gradient(circle at 79% 70%, rgba(123, 97, 255, 0.14), transparent 31%),
    linear-gradient(105deg, #050b17 0%, #06101e 44%, #071424 72%, #050b17 100%);
}

.mvp-home-v2 .mvp-hero-ambient::before {
  opacity: 0.1;
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 28%, #000 58%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0 28%, #000 58%, transparent 100%);
}

.mvp-home-v2 .mvp-hero-grid {
  grid-template-columns: minmax(430px, 0.84fr) minmax(610px, 1.16fr);
  min-height: 632px;
  gap: 24px;
}

.mvp-home-v2 .mvp-hero-copy {
  z-index: 8;
  max-width: 610px;
  padding: 24px 0 42px;
}

.mvp-home-v2 .mvp-hero h1 {
  margin: 23px 0 19px;
  font-size: clamp(56px, 4.85vw, 76px);
}

.mvp-home-v2 .mvp-hero-copy > p {
  max-width: 570px;
  font-size: clamp(17px, 1.28vw, 20px);
  line-height: 1.58;
}

.mvp-hero-visual {
  position: relative;
  min-width: 0;
  height: 610px;
  isolation: isolate;
}

.mvp-hero-visual::before {
  content: "";
  position: absolute;
  left: -72px;
  right: -16px;
  bottom: 74px;
  z-index: -1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(2, 184, 191, 0.9), rgba(123, 97, 255, 0.78), transparent);
  box-shadow: 0 0 28px rgba(2, 184, 191, 0.78), 0 0 70px rgba(123, 97, 255, 0.26);
  animation: mvp-home-flow-breathe 3.8s ease-in-out infinite;
}

.mvp-hero-portrait {
  position: absolute;
  inset: 0 -22px 0 26px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.16);
  border-radius: 34px 34px 12px 34px;
  background: #081220;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.48), 0 0 70px rgba(2, 184, 191, 0.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 93%, transparent 100%);
}

.mvp-hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 23, 0.95) 0%, rgba(5, 11, 23, 0.36) 30%, rgba(5, 11, 23, 0.04) 66%, rgba(5, 11, 23, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 11, 23, 0.04) 42%, rgba(5, 11, 23, 0.72) 100%);
  pointer-events: none;
}

.mvp-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 29%;
  filter: saturate(0.8) contrast(1.04) brightness(0.76) hue-rotate(2deg);
  transform: scale(1.015);
  animation: mvp-home-portrait-drift 13s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

.mvp-hero-signal-stack {
  position: absolute;
  left: -26px;
  top: 150px;
  z-index: 4;
  display: grid;
  gap: 11px;
}

.mvp-hero-signal-stack span {
  display: flex;
  width: 178px;
  min-height: 43px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(127, 231, 235, 0.3);
  border-radius: 13px;
  color: #d9f2f3;
  background: rgba(5, 17, 32, 0.78);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32), inset 0 0 24px rgba(2, 184, 191, 0.03);
  backdrop-filter: blur(15px);
  font: 500 9px/1.25 var(--f-mono, monospace);
  letter-spacing: 0.04em;
  animation: mvp-home-signal-float 4.8s ease-in-out infinite;
  animation-delay: var(--signal-delay);
}

.mvp-hero-signal-stack span:nth-child(2) {
  margin-left: 18px;
}

.mvp-hero-signal-stack span:nth-child(3) {
  margin-left: 8px;
}

.mvp-hero-signal-stack img,
.mvp-hero-flow img {
  width: 18px;
  height: 18px;
  filter: invert(80%) sepia(40%) saturate(800%) hue-rotate(130deg) brightness(100%);
}

.mvp-hero-assist {
  position: absolute;
  right: 22px;
  bottom: 34px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(127, 231, 235, 0.2);
  border-radius: 15px;
  color: #c8d7e4;
  background: rgba(5, 14, 27, 0.72);
  backdrop-filter: blur(16px);
  font-size: 11px;
  line-height: 1.4;
}

.mvp-hero-assist span {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(127, 231, 235, 0.58);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 231, 235, 0.92) 0 12%, rgba(2, 184, 191, 0.16) 14% 42%, transparent 44%);
  box-shadow: 0 0 22px rgba(2, 184, 191, 0.42);
  animation: mvp-home-orbit-pulse 2.4s ease-in-out infinite;
}

.mvp-hero-assist p {
  margin: 0;
}

.mvp-hero-assist strong {
  color: var(--mvp-teal-light);
  font-weight: 500;
}

.mvp-hero-metric {
  position: absolute;
  left: -12px;
  bottom: 28px;
  z-index: 6;
  display: grid;
  width: 248px;
  min-height: 148px;
  grid-template-columns: auto auto 1fr;
  align-content: center;
  align-items: start;
  padding: 19px 20px;
  border: 1px solid rgba(127, 231, 235, 0.3);
  border-radius: 19px;
  color: var(--mvp-ice);
  text-align: left;
  background: rgba(5, 15, 29, 0.84);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 38px rgba(2, 184, 191, 0.09);
  backdrop-filter: blur(18px);
  cursor: pointer;
  animation: mvp-home-metric-float 5.2s ease-in-out infinite;
}

.mvp-hero-metric::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 22px;
  width: 3px;
  height: 62px;
  border-radius: 999px;
  background: var(--mvp-teal);
  box-shadow: 0 0 18px rgba(2, 184, 191, 0.9);
}

.mvp-hero-metric-label,
.mvp-hero-metric small {
  grid-column: 1 / -1;
}

.mvp-hero-metric-label {
  margin-bottom: 8px;
  color: var(--mvp-teal-light);
  font: 500 8px/1 var(--f-mono, monospace);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mvp-hero-metric strong {
  color: #8cf4f6;
  font-size: 48px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-shadow: 0 0 25px rgba(2, 184, 191, 0.42);
}

.mvp-hero-metric sup {
  margin: 4px 0 0 2px;
  color: #8cf4f6;
  font-size: 19px;
  line-height: 1;
}

.mvp-hero-metric small {
  margin-top: 10px;
  color: #9eb0c3;
  font-size: 9px;
}

.mvp-home-v2 .mvp-hero-visual .mvp-evidence-detail {
  left: -8px;
  right: auto;
  bottom: 187px;
}

.mvp-hero-flow {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(127, 231, 235, 0.16);
  border-radius: 21px;
  overflow: hidden;
  background: rgba(6, 16, 30, 0.78);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.mvp-hero-flow a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 82px;
  align-items: center;
  gap: 13px;
  padding: 18px 24px;
  color: var(--mvp-ice);
  transition: background 240ms ease, color 240ms ease;
}

.mvp-hero-flow a + a {
  border-left: 1px solid rgba(127, 231, 235, 0.12);
}

.mvp-hero-flow a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mvp-teal);
  box-shadow: 0 0 18px rgba(2, 184, 191, 0.9);
  animation: mvp-home-orbit-pulse 2.4s ease-in-out infinite;
}

.mvp-hero-flow a:hover,
.mvp-hero-flow a:focus-visible {
  color: var(--mvp-teal-light);
  background: rgba(2, 184, 191, 0.07);
}

.mvp-hero-flow img {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
}

.mvp-home-v5 .mvp-hero-flow a:nth-child(3) img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(40%) saturate(800%) hue-rotate(130deg) brightness(100%);
}

.mvp-hero-flow span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.mvp-hero-flow small {
  color: var(--mvp-teal-light);
  font: 500 8px/1 var(--f-mono, monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mvp-hero-flow strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvp-showcase {
  position: relative;
  padding: 78px 0 54px;
  border-top: 1px solid rgba(127, 231, 235, 0.08);
  border-bottom: 1px solid rgba(127, 231, 235, 0.08);
  background:
    radial-gradient(circle at 22% 48%, rgba(2, 184, 191, 0.1), transparent 25%),
    radial-gradient(circle at 77% 56%, rgba(123, 97, 255, 0.12), transparent 29%),
    #06101e;
  overflow: hidden;
}

.mvp-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: end;
  gap: 70px;
}

.mvp-showcase-head h2 {
  max-width: 800px;
  margin: 24px 0 0;
  font-size: clamp(44px, 4.2vw, 62px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.048em;
}

.mvp-showcase-head h2 em {
  color: var(--mvp-teal-light);
  font-family: var(--mvp-serif);
  font-weight: 400;
}

.mvp-showcase-pulse {
  padding: 21px 22px;
  border: 1px solid rgba(127, 231, 235, 0.18);
  border-radius: 18px;
  background: rgba(8, 22, 41, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.mvp-showcase-pulse > span {
  color: var(--mvp-teal-light);
  font: 500 9px/1 var(--f-mono, monospace);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mvp-showcase-pulse strong {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 500;
}

.mvp-showcase-pulse > div {
  position: relative;
  height: 3px;
  margin: 18px 0 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245, 249, 252, 0.1);
}

.mvp-showcase-pulse i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--mvp-teal), var(--mvp-violet));
  box-shadow: 0 0 18px rgba(2, 184, 191, 0.7);
  animation: mvp-home-timeline 3.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.mvp-showcase-pulse small {
  color: var(--mvp-muted);
  font-size: 9px;
  line-height: 1.5;
}

.mvp-showcase .mvp-product-stage {
  width: min(1080px, 100%);
  min-height: 610px;
  margin: 18px auto 0;
}

.mvp-showcase .mvp-carousel-viewport {
  inset: 0 0 80px;
}

.mvp-showcase .mvp-product-card {
  height: 460px;
}

.mvp-showcase .mvp-carousel-controls {
  bottom: 58px;
}

.mvp-showcase .mvp-task-stream {
  top: 150px;
}

.mvp-showcase .mvp-product-stage::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 78px;
  height: 80px;
  border-radius: 50%;
  background: rgba(2, 184, 191, 0.09);
  filter: blur(34px);
  pointer-events: none;
}

.mvp-showcase .mvp-product-card.is-active {
  border-color: rgba(127, 231, 235, 0.86);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52), 0 0 50px rgba(2, 184, 191, 0.13), 0 0 90px rgba(123, 97, 255, 0.08);
}

.mvp-showcase .mvp-card-index {
  box-shadow: 0 0 26px rgba(2, 184, 191, 0.22);
}

.mvp-evidence-numbers article {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26), inset 0 0 58px rgba(2, 184, 191, 0.025);
}

.mvp-evidence-numbers article::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 184, 191, 0.17), transparent 68%);
  opacity: 0.72;
  pointer-events: none;
  animation: mvp-home-glow-breathe 4.6s ease-in-out infinite;
}

.mvp-evidence-numbers article:last-child::after {
  background: radial-gradient(circle, rgba(123, 97, 255, 0.2), transparent 68%);
  animation-delay: 0.8s;
}

.mvp-metric-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 36px;
  color: var(--mvp-teal-light);
  font: 500 9px/1 var(--f-mono, monospace);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mvp-evidence-numbers strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}

.mvp-evidence-numbers strong sup {
  margin: 8px 0 0 5px;
  font-size: 0.33em;
  letter-spacing: 0;
}

.mvp-metric-bar {
  position: relative;
  z-index: 1;
  height: 4px;
  margin: 30px 0 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245, 249, 252, 0.09);
}

.mvp-metric-bar span {
  display: block;
  width: var(--metric-width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mvp-teal), var(--mvp-teal-light));
  box-shadow: 0 0 20px rgba(2, 184, 191, 0.8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.mvp-evidence-numbers article:last-child .mvp-metric-bar span {
  background: linear-gradient(90deg, var(--mvp-violet), #bbaeff);
  box-shadow: 0 0 20px rgba(123, 97, 255, 0.78);
}

.mvp-evidence-numbers article.is-active .mvp-metric-bar span {
  transform: scaleX(1);
}

.mvp-evidence-numbers h3,
.mvp-evidence-numbers p {
  position: relative;
  z-index: 1;
}

@keyframes mvp-home-portrait-drift {
  0% { transform: scale(1.015) translate3d(0, 0, 0); }
  100% { transform: scale(1.04) translate3d(-5px, -7px, 0); }
}

@keyframes mvp-home-signal-float {
  0%, 100% { transform: translate3d(0, 0, 0); border-color: rgba(127, 231, 235, 0.26); }
  50% { transform: translate3d(0, -7px, 0); border-color: rgba(127, 231, 235, 0.5); }
}

@keyframes mvp-home-metric-float {
  0%, 100% { transform: translate3d(0, 0, 0); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 38px rgba(2, 184, 191, 0.09); }
  50% { transform: translate3d(0, -7px, 0); box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5), 0 0 46px rgba(2, 184, 191, 0.18); }
}

@keyframes mvp-home-orbit-pulse {
  0%, 100% { opacity: 0.62; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes mvp-home-flow-breathe {
  0%, 100% { opacity: 0.42; transform: scaleX(0.94); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes mvp-home-timeline {
  0% { transform: translateX(-105%); opacity: 0; }
  18% { opacity: 1; }
  72% { opacity: 1; }
  100% { transform: translateX(245%); opacity: 0; }
}

@keyframes mvp-home-glow-breathe {
  0%, 100% { opacity: 0.4; transform: scale(0.88); }
  50% { opacity: 0.9; transform: scale(1.08); }
}

@media (max-width: 1100px) {
  .mvp-home-v2 .mvp-hero-grid {
    grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  }

  .mvp-home-v2 .mvp-hero h1 {
    font-size: clamp(52px, 5.5vw, 68px);
  }

  .mvp-hero-visual {
    height: 570px;
  }

  .mvp-hero-signal-stack {
    left: -8px;
  }
}

@media (max-width: 900px) {
  .mvp-home-v2 .mvp-hero {
    min-height: 1240px;
  }

  .mvp-home-v2 .mvp-hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mvp-home-v2 .mvp-hero-copy {
    max-width: 680px;
    padding-bottom: 14px;
  }

  .mvp-hero-visual {
    width: min(680px, 100%);
    height: 620px;
    margin-inline: auto;
  }

  .mvp-hero-flow,
  .mvp-showcase-head {
    grid-template-columns: 1fr;
  }

  .mvp-hero-flow a + a {
    border-top: 1px solid rgba(127, 231, 235, 0.12);
    border-left: 0;
  }

  .mvp-hero-flow a:not(:last-child)::after {
    right: 24px;
    top: auto;
    bottom: -3px;
  }

  .mvp-showcase-head {
    gap: 30px;
  }

  .mvp-showcase-pulse {
    max-width: 500px;
  }
}

@media (max-width: 720px) {
  .mvp-home-v2 .mvp-nav {
    background: rgba(5, 11, 23, 0.58);
  }

  .mvp-home-v2 .mvp-hero {
    min-height: 1180px;
    padding-top: 104px;
  }

  .mvp-home-v2 .mvp-hero h1 {
    font-size: clamp(46px, 13.2vw, 62px);
  }

  .mvp-home-v2 .mvp-hero-copy > p {
    font-size: 16px;
  }

  .mvp-hero-visual {
    height: 520px;
    margin-top: 18px;
  }

  .mvp-hero-portrait {
    inset: 0 -54px 0 4px;
    border-radius: 26px;
  }

  .mvp-hero-portrait img {
    object-position: 50% 27%;
  }

  .mvp-hero-signal-stack {
    left: -2px;
    top: 136px;
  }

  .mvp-hero-signal-stack span {
    width: 151px;
    min-height: 39px;
    padding: 9px 11px;
    font-size: 8px;
  }

  .mvp-hero-signal-stack span:nth-child(2),
  .mvp-hero-signal-stack span:nth-child(3) {
    margin-left: 0;
  }

  .mvp-hero-metric {
    left: 0;
    bottom: 18px;
    width: 210px;
    min-height: 128px;
    padding: 16px 17px;
  }

  .mvp-hero-metric strong {
    font-size: 42px;
  }

  .mvp-hero-assist {
    right: 0;
    bottom: 22px;
    max-width: 152px;
    padding: 10px;
    font-size: 9px;
  }

  .mvp-home-v2 .mvp-hero-visual .mvp-evidence-detail {
    left: 0;
    bottom: 156px;
    transform: none;
  }

  .mvp-hero-flow {
    margin-top: 18px;
  }

  .mvp-hero-flow a {
    min-height: 72px;
    padding: 15px 18px;
  }

  .mvp-showcase {
    padding: 72px 0 46px;
  }

  .mvp-showcase-head h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .mvp-showcase .mvp-product-stage {
    min-height: 590px;
    margin-top: 26px;
  }

  .mvp-showcase .mvp-product-card {
    height: 435px;
  }

  .mvp-showcase .mvp-task-stream {
    left: 0;
    top: 170px;
  }

  .mvp-evidence-numbers article {
    min-height: 300px;
  }

  .mvp-metric-kicker {
    margin-bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-hero-portrait img {
    transform: none;
  }

  .mvp-metric-bar span {
    transform: scaleX(1);
  }
}

/* ============================================================
   HOME V3 — consulta viva: captura → motor → saída revisável
   ============================================================ */

.mvp-home-v3 .mvp-nav {
  border-bottom-color: rgba(127, 231, 235, 0.08);
  background: rgba(5, 11, 23, 0.2);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.mvp-home-v3 .mvp-nav.is-scrolled {
  border-bottom-color: rgba(127, 231, 235, 0.14);
  background: rgba(5, 11, 23, 0.91);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.mvp-home-v3 .mvp-hero {
  min-height: 900px;
  padding: 96px 0 24px;
  overflow: hidden;
}

.mvp-home-v3 .mvp-hero-ambient {
  background:
    radial-gradient(circle at 69% 38%, rgba(2, 184, 191, 0.15), transparent 32%),
    radial-gradient(circle at 82% 69%, rgba(123, 97, 255, 0.13), transparent 30%),
    linear-gradient(105deg, #050b17 0%, #06101e 46%, #071424 74%, #050b17 100%);
}

.mvp-home-v3 .mvp-hero-ambient::before {
  opacity: 0.08;
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 29%, #000 60%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0 29%, #000 60%, transparent 100%);
}

.mvp-home-v3 .mvp-hero-grid {
  width: min(100% - 28px, 1400px);
  grid-template-columns: 440px minmax(0, 1fr);
  min-height: 668px;
  align-items: center;
  gap: 16px;
  padding-inline: 34px;
}

.mvp-home-v3 .mvp-hero-copy {
  position: relative;
  z-index: 11;
  max-width: 520px;
  padding: 8px 0 24px;
}

.mvp-home-v3 .mvp-hero h1 {
  max-width: 540px;
  margin: 22px 0 18px;
  font-size: clamp(48px, 3.65vw, 56px);
  line-height: 0.98;
}

.mvp-home-v3 .mvp-hero-copy > p {
  max-width: 510px;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
}

.mvp-home-v3 .mvp-actions {
  margin-top: 26px;
}

.mvp-home-v3 .mvp-principle {
  margin-top: 20px;
}

.mvp-home-v3 .mvp-hero-visual {
  position: relative;
  z-index: 3;
  min-width: 0;
  height: 650px;
  isolation: isolate;
}

.mvp-home-v3 .mvp-hero-visual::before {
  content: "";
  position: absolute;
  left: -90px;
  right: -28px;
  bottom: 88px;
  z-index: 0;
  height: 1px;
  opacity: 0.75;
  background: linear-gradient(90deg, transparent, rgba(2, 184, 191, 0.72), rgba(123, 97, 255, 0.68), transparent);
  box-shadow: 0 0 24px rgba(2, 184, 191, 0.52), 0 0 64px rgba(123, 97, 255, 0.22);
}

.mvp-home-v3 .mvp-hero-portrait {
  position: absolute;
  inset: 0 -44px 0 -28px;
  z-index: -2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.14);
  border-radius: 34px 34px 14px 34px;
  background: #07111e;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.5), 0 0 80px rgba(2, 184, 191, 0.07);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 94%, transparent 100%);
}

.mvp-home-v3 .mvp-hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 23, 0.72) 0%, rgba(5, 11, 23, 0.16) 37%, rgba(5, 11, 23, 0.02) 68%, rgba(5, 11, 23, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 11, 23, 0.04) 48%, rgba(5, 11, 23, 0.7) 100%);
  pointer-events: none;
}

.mvp-home-v3 .mvp-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(0.82) contrast(1.05) brightness(0.78) hue-rotate(2deg);
  transform: scale(1.012);
  animation: mvp-live-camera-drift 16s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

.mvp-live-status {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 8;
  display: grid;
  width: min(410px, calc(100% - 48px));
  min-height: 54px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid rgba(127, 231, 235, 0.22);
  border-radius: 15px;
  color: #dff7f8;
  background: rgba(5, 15, 29, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 0 26px rgba(2, 184, 191, 0.025);
  backdrop-filter: blur(18px);
}

.mvp-live-indicator {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #69f2dc;
  box-shadow: 0 0 0 5px rgba(2, 184, 191, 0.11), 0 0 18px rgba(2, 184, 191, 0.8);
  animation: mvp-live-status-pulse 1.8s ease-in-out infinite;
}

.mvp-live-status > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.mvp-live-status small {
  color: #7fe7eb;
  font: 500 7px/1 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mvp-live-status strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvp-live-status button {
  min-width: 58px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(127, 231, 235, 0.25);
  border-radius: 999px;
  color: #bfeef0;
  background: rgba(2, 184, 191, 0.07);
  font: 500 8px/1 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.mvp-live-status button:hover,
.mvp-live-status button:focus-visible {
  border-color: rgba(127, 231, 235, 0.62);
  background: rgba(2, 184, 191, 0.13);
  box-shadow: 0 0 20px rgba(2, 184, 191, 0.12);
}

.mvp-listening-source {
  position: absolute;
  top: 108px;
  right: 18px;
  z-index: 6;
  display: flex;
  min-width: 135px;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(127, 231, 235, 0.2);
  border-radius: 13px;
  color: #cfe7ec;
  background: rgba(5, 14, 27, 0.64);
  backdrop-filter: blur(14px);
}

.mvp-listening-source img {
  width: 19px;
  height: 19px;
  filter: invert(82%) sepia(35%) saturate(1015%) hue-rotate(128deg) brightness(103%);
}

.mvp-listening-source span {
  display: flex;
  height: 22px;
  align-items: flex-end;
  gap: 3px;
}

.mvp-listening-source small {
  position: absolute;
  left: 40px;
  top: 5px;
  color: #8fa8b8;
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mvp-listening-source i {
  display: block;
  width: 2px;
  height: 5px;
  border-radius: 999px;
  background: #79edf0;
  box-shadow: 0 0 8px rgba(2, 184, 191, 0.7);
  transform-origin: bottom;
  animation: mvp-live-wave 820ms ease-in-out infinite alternate;
}

.mvp-listening-source i:nth-of-type(2) { animation-delay: -180ms; }
.mvp-listening-source i:nth-of-type(3) { animation-delay: -370ms; }
.mvp-listening-source i:nth-of-type(4) { animation-delay: -90ms; }
.mvp-listening-source i:nth-of-type(5) { animation-delay: -280ms; }

.mvp-live-demo:not(.is-capturing) .mvp-listening-source {
  opacity: 0.62;
  transition: opacity 360ms ease;
}

.mvp-live-demo.is-complete .mvp-listening-source i {
  height: 4px;
  opacity: 0.45;
  animation-play-state: paused;
}

.mvp-capture-stack {
  position: absolute;
  top: 102px;
  left: 24px;
  z-index: 7;
  display: grid;
  width: 212px;
  gap: 10px;
}

.mvp-capture-card {
  position: relative;
  display: grid;
  min-height: 58px;
  grid-template-columns: 23px 1fr;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  padding: 9px 11px;
  border: 1px solid rgba(127, 231, 235, 0.16);
  border-radius: 11px;
  color: #c4d2df;
  background: linear-gradient(105deg, rgba(7, 21, 39, 0.86), rgba(8, 25, 43, 0.62));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
  transform-origin: left center;
  transition: opacity 360ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1), border-color 300ms ease, box-shadow 300ms ease;
}

.has-live-demo .mvp-capture-card {
  opacity: 0;
  transform: translate3d(-18px, 7px, 0) scale(0.965);
}

.has-live-demo .mvp-capture-card.is-seen {
  opacity: 0.7;
  transform: translate3d(0, 0, 0) scale(1);
}

.has-live-demo .mvp-capture-card.is-active {
  opacity: 1;
  border-color: rgba(112, 240, 224, 0.68);
  box-shadow: 0 0 0 1px rgba(2, 184, 191, 0.08), 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 28px rgba(2, 184, 191, 0.16);
}

.mvp-capture-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(100deg, transparent 0 32%, rgba(127, 231, 235, 0.17) 49%, transparent 66%);
  transform: translateX(-100%);
}

.mvp-capture-card.is-active::after {
  opacity: 0.46;
  animation: mvp-live-card-scan 3.2s ease-in-out infinite;
}

.mvp-capture-card.is-current::after {
  opacity: 1;
  animation-duration: 1.25s;
}

.mvp-capture-card > img {
  width: 19px;
  height: 19px;
  filter: invert(82%) sepia(35%) saturate(1015%) hue-rotate(128deg) brightness(103%);
}

.mvp-capture-card > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.mvp-capture-card small {
  color: #70e2e6;
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mvp-capture-card strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvp-capture-card em {
  overflow: hidden;
  color: #8196a8;
  font-size: 7px;
  font-style: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvp-capture-card > i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, #02b8bf, #7b61ff);
  box-shadow: 0 0 11px rgba(2, 184, 191, 0.74);
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 180ms ease, transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-capture-card.is-active > i,
.mvp-capture-card.is-processed > i {
  opacity: 1;
  transform: scaleX(1);
}

.mvp-data-routes {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.mvp-data-routes span {
  position: absolute;
  top: var(--route-y);
  left: 218px;
  width: var(--route-size);
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, rgba(2, 184, 191, 0.74), rgba(2, 184, 191, 0.34) 68%, rgba(123, 97, 255, 0.55));
  box-shadow: 0 0 8px rgba(2, 184, 191, 0.5);
  transform: rotate(var(--route-angle));
  transform-origin: left center;
  transition: opacity 300ms ease, filter 300ms ease;
}

.mvp-data-routes span::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0;
  background: #b5ffff;
  box-shadow: 0 0 7px #72f5f7, 0 0 18px rgba(2, 184, 191, 0.95), 0 0 30px rgba(123, 97, 255, 0.62);
}

.mvp-data-routes span.is-seen {
  opacity: 0.28;
}

.mvp-data-routes span.is-active {
  opacity: 0.95;
  filter: saturate(1.3);
}

.mvp-data-routes span.is-active::after {
  opacity: 1;
  animation: mvp-live-route-particle 1.15s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.mvp-engine-hub {
  position: absolute;
  left: 58%;
  top: 63%;
  z-index: 8;
  display: grid;
  justify-items: center;
  gap: 5px;
  opacity: 0.46;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-engine-hub > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(127, 231, 235, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 184, 191, 0.26), rgba(5, 15, 29, 0.88) 68%);
  box-shadow: 0 0 0 8px rgba(2, 184, 191, 0.04), 0 0 28px rgba(2, 184, 191, 0.2);
}

.mvp-engine-hub img {
  width: 22px;
  height: 22px;
  filter: invert(86%) sepia(32%) saturate(982%) hue-rotate(128deg) brightness(106%);
}

.mvp-engine-hub small {
  color: #9edfe2;
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mvp-engine-hub.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.mvp-engine-hub.is-active > span {
  animation: mvp-live-engine-pulse 1.55s ease-in-out infinite;
}

.mvp-processing-rail {
  position: absolute;
  right: 14px;
  bottom: 34px;
  left: 72px;
  z-index: 10;
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(127, 231, 235, 0.34);
  border-radius: 20px;
  color: #dce9f2;
  background: linear-gradient(110deg, rgba(5, 21, 36, 0.91), rgba(7, 24, 40, 0.88) 58%, rgba(24, 16, 57, 0.9));
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.43), 0 0 38px rgba(2, 184, 191, 0.12), 0 0 42px rgba(123, 97, 255, 0.1);
  backdrop-filter: blur(22px);
  transition: border-color 320ms ease, box-shadow 320ms ease;
}

.mvp-processing-rail::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0.6;
  background: linear-gradient(100deg, transparent 0 18%, rgba(2, 184, 191, 0.18) 45%, rgba(123, 97, 255, 0.24) 76%, transparent 100%);
  transform: translateX(-80%);
}

.mvp-processing-rail.is-processing {
  border-color: rgba(112, 240, 224, 0.74);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.43), 0 0 42px rgba(2, 184, 191, 0.2), 0 0 56px rgba(123, 97, 255, 0.16);
}

.mvp-processing-rail.is-processing::before {
  animation: mvp-live-rail-scan 2.2s ease-in-out infinite;
}

.mvp-processing-head {
  display: grid;
  min-height: 35px;
  grid-template-columns: auto minmax(80px, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 8px 13px 7px;
  border-bottom: 1px solid rgba(127, 231, 235, 0.12);
  background: rgba(5, 14, 27, 0.42);
}

.mvp-processing-head > span,
.mvp-processing-head > small {
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mvp-processing-head > span {
  color: #80eff2;
}

.mvp-processing-head > small {
  color: #758da1;
  text-align: right;
}

.mvp-processing-head > i {
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(127, 231, 235, 0.1);
}

.mvp-processing-head > i b {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #02b8bf, #74ecef 54%, #7b61ff);
  box-shadow: 0 0 12px rgba(2, 184, 191, 0.72);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 340ms ease;
}

.mvp-processing-output {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mvp-processing-output article {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 104px;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 9px;
  padding: 13px 12px;
  opacity: 0.3;
  filter: saturate(0.55);
  transform: translateY(7px);
  transition: opacity 380ms ease, filter 380ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1), background 320ms ease;
}

.mvp-processing-output article + article {
  border-left: 1px solid rgba(127, 231, 235, 0.11);
}

.mvp-processing-output article::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, #02b8bf, #7b61ff);
  box-shadow: 0 0 12px rgba(2, 184, 191, 0.72);
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 300ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-processing-output article.is-ready {
  opacity: 1;
  filter: saturate(1);
  transform: translateY(0);
  background: linear-gradient(105deg, rgba(2, 184, 191, 0.045), rgba(123, 97, 255, 0.035));
}

.mvp-processing-output article.is-ready::after {
  opacity: 1;
  transform: scaleX(1);
}

.mvp-processing-output img {
  width: 25px;
  height: 25px;
  filter: invert(82%) sepia(35%) saturate(1015%) hue-rotate(128deg) brightness(103%);
}

.mvp-processing-output article:last-child img {
  filter: invert(62%) sepia(89%) saturate(1530%) hue-rotate(220deg) brightness(103%);
}

.mvp-processing-output span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.mvp-processing-output small {
  color: #79dfe4;
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mvp-processing-output strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.16;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvp-processing-output em {
  overflow: hidden;
  color: #8ea2b5;
  font-size: 7px;
  font-style: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvp-live-note {
  position: absolute;
  right: 27px;
  bottom: 12px;
  z-index: 11;
  margin: 0;
  color: rgba(176, 195, 210, 0.68);
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.06em;
}

.mvp-home-v3 .mvp-hero-metric {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 4;
  display: grid;
  width: min(390px, 100%);
  min-height: 103px;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 13px 17px;
  border: 1px solid rgba(127, 231, 235, 0.19);
  border-radius: 16px;
  color: #edf7fa;
  text-align: left;
  background: linear-gradient(105deg, rgba(8, 21, 38, 0.82), rgba(8, 19, 35, 0.68));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.23), inset 0 0 26px rgba(2, 184, 191, 0.025);
  backdrop-filter: blur(16px);
  cursor: pointer;
  animation: none;
}

.mvp-home-v3 .mvp-hero-metric::before {
  display: none;
}

.mvp-hero-metric-ring {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#02b8bf 0 49.2%, #7b61ff 49.2% 76%, rgba(127, 231, 235, 0.11) 76% 100%);
  box-shadow: 0 0 22px rgba(2, 184, 191, 0.2);
}

.mvp-hero-metric-ring::after {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #081526;
  box-shadow: inset 0 0 14px rgba(2, 184, 191, 0.1);
}

.mvp-hero-metric-ring i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9affff;
  box-shadow: 0 0 12px rgba(2, 184, 191, 0.9);
  animation: mvp-live-ring-orbit 4s linear infinite;
}

.mvp-hero-metric-copy {
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.mvp-home-v3 .mvp-hero-metric-label,
.mvp-home-v3 .mvp-hero-metric small {
  grid-column: 1 / -1;
}

.mvp-home-v3 .mvp-hero-metric-label {
  margin-bottom: 5px;
  color: #73dfe3;
  font: 500 6px/1 var(--f-mono, monospace);
  letter-spacing: 0.12em;
}

.mvp-home-v3 .mvp-hero-metric strong {
  color: #90f6f7;
  font-size: 33px;
  line-height: 0.95;
}

.mvp-home-v3 .mvp-hero-metric sup {
  margin: 1px 0 0 2px;
  font-size: 13px;
}

.mvp-home-v3 .mvp-hero-metric small {
  margin-top: 5px;
  font-size: 8px;
}

.mvp-home-v3 .mvp-hero-copy .mvp-evidence-detail {
  right: auto;
  bottom: 2px;
  left: 0;
  width: min(390px, 100%);
}

.mvp-home-v3 .mvp-hero-flow {
  position: relative;
  z-index: 12;
  display: grid;
  width: min(100% - 64px, 1320px);
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(127, 231, 235, 0.15);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(6, 16, 30, 0.8);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.mvp-home-v3 .mvp-hero-flow a {
  min-height: 78px;
}

.mvp-live-demo.is-paused *,
.mvp-live-demo.is-paused *::before,
.mvp-live-demo.is-paused *::after {
  animation-play-state: paused !important;
}

@keyframes mvp-live-camera-drift {
  from { transform: scale(1.012) translate3d(0, 0, 0); }
  to { transform: scale(1.03) translate3d(-4px, -2px, 0); }
}

@keyframes mvp-live-status-pulse {
  0%, 100% { opacity: 0.65; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes mvp-live-wave {
  from { height: 4px; opacity: 0.45; }
  to { height: 15px; opacity: 1; }
}

@keyframes mvp-live-card-scan {
  0% { transform: translateX(-100%); }
  65%, 100% { transform: translateX(100%); }
}

@keyframes mvp-live-route-particle {
  from { left: 0; }
  to { left: calc(100% - 5px); }
}

@keyframes mvp-live-engine-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(2, 184, 191, 0.04), 0 0 24px rgba(2, 184, 191, 0.24); }
  50% { box-shadow: 0 0 0 14px rgba(2, 184, 191, 0.025), 0 0 42px rgba(2, 184, 191, 0.56), 0 0 64px rgba(123, 97, 255, 0.22); }
}

@keyframes mvp-live-rail-scan {
  from { transform: translateX(-80%); }
  to { transform: translateX(90%); }
}

@keyframes mvp-live-ring-orbit {
  from { transform: rotate(0deg) translateX(27px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(27px) rotate(-360deg); }
}

@media (min-width: 1021px) and (max-height: 820px) {
  .mvp-home-v3 .mvp-hero {
    min-height: 768px;
    padding-top: 76px;
    padding-bottom: 12px;
  }

  .mvp-home-v3 .mvp-hero-grid {
    min-height: 600px;
  }

  .mvp-home-v3 .mvp-hero-visual {
    height: 590px;
  }

  .mvp-processing-rail {
    bottom: 22px;
  }

  .mvp-live-note {
    bottom: 5px;
  }

  .mvp-home-v3 .mvp-hero-flow a {
    min-height: 72px;
  }
}

@media (max-width: 1220px) {
  .mvp-home-v3 .mvp-hero-grid {
    grid-template-columns: 400px minmax(0, 1fr);
  }

  .mvp-home-v3 .mvp-hero h1 {
    font-size: clamp(50px, 4.8vw, 64px);
  }

  .mvp-processing-rail {
    left: 36px;
  }

  .mvp-capture-stack {
    left: 12px;
    width: 196px;
  }

  .mvp-data-routes span {
    left: 204px;
  }
}

@media (max-width: 1020px) {
  .mvp-home-v3 .mvp-hero {
    min-height: 1510px;
  }

  .mvp-home-v3 .mvp-hero-grid {
    width: min(100% - 40px, 760px);
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding-inline: 0;
  }

  .mvp-home-v3 .mvp-hero-copy {
    max-width: 690px;
    padding-top: 22px;
  }

  .mvp-home-v3 .mvp-hero-copy > p {
    max-width: 620px;
  }

  .mvp-home-v3 .mvp-hero-visual {
    width: min(760px, 100%);
    height: 650px;
    margin-inline: auto;
  }

  .mvp-home-v3 .mvp-hero-flow {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .mvp-home-v3 .mvp-hero-flow a + a {
    border-top: 1px solid rgba(127, 231, 235, 0.11);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .mvp-home-v3 .mvp-nav {
    background: rgba(5, 11, 23, 0.66);
  }

  .mvp-home-v3 .mvp-hero {
    min-height: 1500px;
    padding-top: 102px;
  }

  .mvp-home-v3 .mvp-hero h1 {
    font-size: clamp(46px, 13vw, 60px);
  }

  .mvp-home-v3 .mvp-hero-copy > p {
    font-size: 16px;
  }

  .mvp-home-v3 .mvp-hero-metric {
    width: 100%;
  }

  .mvp-home-v3 .mvp-hero-copy .mvp-evidence-detail {
    bottom: 0;
    width: 100%;
  }

  .mvp-home-v3 .mvp-hero-visual {
    height: 620px;
    margin-top: 8px;
  }

  .mvp-home-v3 .mvp-hero-portrait {
    inset: 0 -38px 0 0;
    border-radius: 26px;
  }

  .mvp-home-v3 .mvp-hero-portrait img {
    object-position: 57% 50%;
  }

  .mvp-live-status {
    top: 12px;
    left: 10px;
    width: calc(100% - 20px);
    min-height: 50px;
  }

  .mvp-live-status small {
    font-size: 6px;
  }

  .mvp-live-status strong {
    font-size: 9px;
  }

  .mvp-live-status button {
    min-width: 54px;
  }

  .mvp-listening-source {
    top: 82px;
    right: 3px;
    min-width: 116px;
    transform: scale(0.9);
    transform-origin: right top;
  }

  .mvp-capture-stack {
    top: 92px;
    left: 8px;
    width: 158px;
    gap: 8px;
  }

  .mvp-capture-card {
    min-height: 55px;
    grid-template-columns: 18px 1fr;
    gap: 7px;
    padding: 8px 9px;
  }

  .mvp-capture-card > img {
    width: 16px;
    height: 16px;
  }

  .mvp-capture-card strong {
    font-size: 8px;
  }

  .mvp-capture-card em {
    display: none;
  }

  .mvp-data-routes span {
    left: 164px;
  }

  .mvp-data-routes span:nth-child(1) {
    top: 120px;
    width: 288px;
    transform: rotate(74deg);
  }

  .mvp-data-routes span:nth-child(2) {
    top: 183px;
    width: 230px;
    transform: rotate(68deg);
  }

  .mvp-data-routes span:nth-child(3) {
    top: 246px;
    width: 180px;
    transform: rotate(58deg);
  }

  .mvp-data-routes span:nth-child(4) {
    top: 309px;
    width: 125px;
    transform: rotate(45deg);
  }

  .mvp-engine-hub {
    left: 62%;
    top: 64%;
    transform: translate(-50%, -50%) scale(0.78);
  }

  .mvp-engine-hub.is-active {
    transform: translate(-50%, -50%) scale(0.86);
  }

  .mvp-processing-rail {
    right: 5px;
    bottom: 28px;
    left: 5px;
    min-height: 154px;
    border-radius: 17px;
  }

  .mvp-processing-head {
    grid-template-columns: auto 1fr;
  }

  .mvp-processing-head > small {
    display: none;
  }

  .mvp-processing-output article {
    min-height: 114px;
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: start;
    gap: 7px;
    padding: 10px 8px;
  }

  .mvp-processing-output img {
    width: 21px;
    height: 21px;
  }

  .mvp-processing-output small {
    font-size: 5px;
  }

  .mvp-processing-output strong {
    font-size: 8px;
    white-space: normal;
  }

  .mvp-processing-output em {
    display: none;
  }

  .mvp-live-note {
    right: 13px;
    bottom: 11px;
    max-width: 245px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-live-demo *,
  .mvp-live-demo *::before,
  .mvp-live-demo *::after,
  .mvp-hero-metric-ring i {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .has-live-demo .mvp-capture-card {
    opacity: 0.72;
    transform: none;
  }

  .has-live-demo .mvp-capture-card:last-child {
    opacity: 1;
    border-color: rgba(112, 240, 224, 0.58);
  }

  .mvp-data-routes span {
    opacity: 0.32;
  }

  .mvp-processing-output article {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .mvp-processing-head > i b {
    transform: scaleX(1);
  }
}

/* ============================================================
   HOME V4 - faithful consultation flow: depth, liquid data, glow
   ============================================================ */

.mvp-home-v4 .mvp-hero-visual {
  --mvp-flow-energy: 0.16;
  overflow: visible;
}

.mvp-home-v4 .mvp-hero-visual::before {
  display: none;
}

.mvp-home-v4 .mvp-hero-portrait {
  inset: -8px -72px 0 -94px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #06101d;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 7%, #000 20%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 7%, #000 20%, #000 96%, transparent 100%);
}

.mvp-home-v4 .mvp-hero-portrait::after {
  background:
    linear-gradient(90deg, rgba(5, 11, 23, 0.93) 0%, rgba(5, 11, 23, 0.48) 17%, rgba(5, 11, 23, 0.08) 43%, rgba(5, 11, 23, 0.04) 78%, rgba(5, 11, 23, 0.32) 100%),
    linear-gradient(180deg, rgba(5, 11, 23, 0.08) 46%, rgba(5, 11, 23, 0.68) 100%);
}

.mvp-home-v4 .mvp-hero-portrait img {
  object-position: 59% 50%;
  filter: saturate(0.83) contrast(1.07) brightness(0.72) hue-rotate(2deg);
}

.mvp-flow-field {
  position: absolute;
  inset: 0 -32px 0 -38px;
  z-index: 5;
  width: calc(100% + 70px);
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.mvp-input-connectors path,
.mvp-fluid-streams path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mvp-fluid-streams {
  transform-box: fill-box;
  transform-origin: center;
  animation: mvp-fluid-stream-breathe 5.4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.mvp-input-connectors path {
  opacity: 0;
  stroke: url(#mvp-flow-teal);
  stroke-width: 0.8;
  stroke-dasharray: 0 100;
  filter: url(#mvp-flow-soft-glow);
  transition: opacity 500ms ease, stroke-dasharray 900ms cubic-bezier(0.22, 1, 0.36, 1), stroke-width 320ms ease;
}

.mvp-input-connectors path.is-seen {
  opacity: 0.24;
  stroke-dasharray: 100 0;
}

.mvp-input-connectors path.is-active {
  opacity: 0.92;
  stroke-width: 1.35;
  stroke-dasharray: 7 9;
  animation: mvp-input-data-travel 1.45s linear infinite;
}

.mvp-flow-haze {
  opacity: calc(0.09 + 0.18 * var(--mvp-flow-energy));
  stroke: url(#mvp-flow-violet);
  stroke-width: 24;
  filter: url(#mvp-flow-hot-glow);
  transition: opacity 240ms ease;
}

.mvp-flow-line {
  opacity: calc(0.24 + 0.5 * var(--mvp-flow-energy));
  stroke: url(#mvp-flow-violet);
  stroke-width: 1.25;
  filter: url(#mvp-flow-soft-glow);
  transition: opacity 240ms ease, stroke-width 240ms ease;
}

.mvp-flow-line-b {
  opacity: calc(0.17 + 0.4 * var(--mvp-flow-energy));
  stroke-width: 0.95;
}

.mvp-flow-line-c {
  opacity: calc(0.13 + 0.34 * var(--mvp-flow-energy));
  stroke-width: 0.78;
}

.mvp-flow-pulse {
  opacity: calc(0.22 + 0.72 * var(--mvp-flow-energy));
  stroke: url(#mvp-flow-violet);
  stroke-width: 2.25;
  stroke-dasharray: 8 92;
  filter: url(#mvp-flow-hot-glow);
  animation: mvp-fluid-data-travel 2.7s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.mvp-flow-pulse-b {
  stroke-width: 1.65;
  stroke-dasharray: 5 95;
  animation-delay: -0.94s;
  animation-duration: 3.1s;
}

.mvp-flow-pulse-c {
  stroke-width: 1.2;
  stroke-dasharray: 3 97;
  animation-delay: -1.72s;
  animation-duration: 3.45s;
}

.mvp-live-demo.is-processing .mvp-flow-line-a {
  stroke-width: 1.55;
}

.mvp-live-demo.is-complete .mvp-flow-pulse {
  opacity: 0.5;
  animation-duration: 4.2s;
}

.mvp-home-v4 .mvp-capture-stack {
  top: 96px;
  left: 28px;
  z-index: 8;
  width: 190px;
  gap: 9px;
  perspective: 900px;
  transform: perspective(900px) rotateY(-14deg) rotateX(1.5deg);
  transform-origin: left center;
}

.mvp-home-v4 .mvp-capture-card {
  min-height: 54px;
  grid-template-columns: 21px 1fr;
  gap: 8px;
  padding: 8px 10px;
  border-color: rgba(142, 214, 224, 0.14);
  border-radius: 8px;
  color: rgba(218, 233, 241, 0.82);
  background: linear-gradient(105deg, rgba(4, 16, 30, 0.38), rgba(8, 26, 44, 0.22));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16), inset 0 0 22px rgba(2, 184, 191, 0.018);
  backdrop-filter: blur(11px) saturate(1.08);
}

.mvp-home-v4 .mvp-capture-card:nth-child(2) { margin-left: 7px; }
.mvp-home-v4 .mvp-capture-card:nth-child(3) { margin-left: 14px; }
.mvp-home-v4 .mvp-capture-card:nth-child(4) { margin-left: 9px; }

.has-live-demo .mvp-home-v4 .mvp-capture-card {
  opacity: 0;
  transform: translate3d(-16px, 7px, -26px) rotateY(7deg) scale(0.96);
}

.has-live-demo .mvp-home-v4 .mvp-capture-card.is-seen {
  opacity: 0.52;
  transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
}

.has-live-demo .mvp-home-v4 .mvp-capture-card.is-active {
  opacity: 0.86;
  border-color: rgba(112, 240, 224, 0.42);
  background: linear-gradient(105deg, rgba(5, 23, 39, 0.62), rgba(9, 31, 50, 0.35));
  box-shadow: 0 0 0 1px rgba(2, 184, 191, 0.04), 0 13px 32px rgba(0, 0, 0, 0.22), 0 0 22px rgba(2, 184, 191, 0.13);
  transform: translate3d(1px, 0, 4px) rotateY(-0.35deg) scale(1.008);
  animation: mvp-live-card-retained-glow 2.8s ease-in-out infinite;
}

.has-live-demo .mvp-home-v4 .mvp-capture-card.is-current {
  opacity: 1;
  border-color: rgba(127, 244, 235, 0.72);
  background: linear-gradient(105deg, rgba(5, 28, 44, 0.78), rgba(12, 35, 56, 0.48));
  box-shadow: 0 0 0 1px rgba(2, 184, 191, 0.08), 0 16px 38px rgba(0, 0, 0, 0.27), 0 0 31px rgba(2, 184, 191, 0.25);
  transform: translate3d(3px, 0, 9px) rotateY(-1deg) scale(1.018);
}

.has-live-demo .mvp-home-v4 .mvp-capture-card.is-processed:not(.is-active) {
  opacity: 0.39;
}

.mvp-home-v4 .mvp-capture-card:nth-child(2).is-active { animation-delay: -0.7s; }
.mvp-home-v4 .mvp-capture-card:nth-child(3).is-active { animation-delay: -1.4s; }
.mvp-home-v4 .mvp-capture-card:nth-child(4).is-active { animation-delay: -2.1s; }

.mvp-home-v4 .mvp-capture-card.is-active > img {
  opacity: 1;
  filter: invert(82%) sepia(35%) saturate(1015%) hue-rotate(128deg) brightness(112%) drop-shadow(0 0 5px rgba(89, 239, 240, 0.48));
}

.mvp-home-v4 .mvp-capture-card > img {
  width: 17px;
  height: 17px;
  opacity: 0.82;
}

.mvp-home-v4 .mvp-capture-card small {
  color: rgba(135, 229, 233, 0.78);
  font-size: 5.5px;
}

.mvp-home-v4 .mvp-capture-card strong {
  color: rgba(225, 237, 244, 0.86);
  font-size: 9px;
}

.mvp-home-v4 .mvp-capture-card em {
  color: rgba(137, 158, 174, 0.72);
  font-size: 6.5px;
}

.mvp-home-v4 .mvp-listening-source {
  top: 84px;
  right: 22px;
  z-index: 8;
  min-width: 122px;
  padding: 8px 10px;
  border-color: rgba(127, 231, 235, 0.14);
  color: rgba(211, 236, 240, 0.86);
  background: rgba(4, 14, 27, 0.34);
  box-shadow: 0 0 calc(12px + 18px * var(--mvp-flow-energy)) rgba(2, 184, 191, 0.08);
  backdrop-filter: blur(10px);
}

.mvp-home-v4 .mvp-live-status {
  top: auto;
  right: auto;
  bottom: 144px;
  left: 28px;
  z-index: 11;
  width: auto;
  min-width: 205px;
  min-height: 38px;
  padding: 6px 7px 6px 9px;
  border-color: rgba(127, 231, 235, 0.14);
  border-radius: 999px;
  background: rgba(4, 14, 27, 0.38);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 0 22px rgba(2, 184, 191, 0.07);
  backdrop-filter: blur(11px);
}

.mvp-home-v4 .mvp-live-status small {
  font-size: 5.5px;
  opacity: 0.72;
}

.mvp-home-v4 .mvp-live-status strong {
  font-size: 9px;
}

.mvp-home-v4 .mvp-live-status button {
  min-width: 52px;
  min-height: 28px;
  font-size: 7px;
}

.mvp-home-v4 .mvp-processing-rail {
  right: -6px;
  bottom: 34px;
  left: 54px;
  z-index: 12;
  min-height: 86px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 18px;
  color: rgba(227, 239, 246, 0.9);
  background:
    linear-gradient(108deg, rgba(4, 20, 34, 0.48), rgba(5, 20, 35, 0.37) 55%, rgba(24, 15, 55, 0.34)) padding-box,
    linear-gradient(100deg, rgba(43, 231, 235, 0.86), rgba(65, 216, 223, 0.34) 47%, rgba(151, 102, 255, 0.9)) border-box;
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.34),
    0 0 calc(16px + 34px * var(--mvp-flow-energy)) rgb(2 184 191 / calc(0.06 + 0.22 * var(--mvp-flow-energy))),
    0 0 calc(20px + 42px * var(--mvp-flow-energy)) rgb(123 97 255 / calc(0.05 + 0.2 * var(--mvp-flow-energy))),
    inset 0 0 calc(24px + 26px * var(--mvp-flow-energy)) rgb(2 184 191 / calc(0.015 + 0.05 * var(--mvp-flow-energy)));
  backdrop-filter: blur(19px) saturate(1.14);
  transition: box-shadow 180ms linear, background 260ms ease;
}

.mvp-home-v4 .mvp-processing-rail::before {
  inset: 0;
  z-index: 0;
  opacity: calc(0.16 + 0.58 * var(--mvp-flow-energy));
  background: linear-gradient(100deg, transparent 0 26%, rgba(70, 241, 242, 0.16) 43%, rgba(132, 92, 255, 0.22) 67%, transparent 84%);
  filter: blur(8px);
  transform: translateX(-86%);
  animation: mvp-live-rail-scan 2.45s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.mvp-home-v4 .mvp-processing-rail::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 7%;
  left: 7%;
  z-index: 3;
  height: 2px;
  opacity: calc(0.42 + 0.58 * var(--mvp-flow-energy));
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #4af2f1 22%, #02b8bf 51%, #9a72ff 82%, transparent);
  box-shadow: 0 0 calc(12px + 28px * var(--mvp-flow-energy)) rgba(93, 228, 238, 0.92), 0 0 calc(16px + 35px * var(--mvp-flow-energy)) rgba(139, 92, 255, 0.65);
  transform: scaleX(calc(0.64 + 0.36 * var(--mvp-flow-energy)));
  transition: opacity 160ms linear, transform 160ms linear, box-shadow 160ms linear;
}

.mvp-home-v4 .mvp-processing-rail.is-processing {
  border-color: transparent;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.35),
    0 0 calc(20px + 38px * var(--mvp-flow-energy)) rgb(2 184 191 / calc(0.08 + 0.26 * var(--mvp-flow-energy))),
    0 0 calc(24px + 48px * var(--mvp-flow-energy)) rgb(123 97 255 / calc(0.07 + 0.24 * var(--mvp-flow-energy))),
    inset 0 0 calc(26px + 32px * var(--mvp-flow-energy)) rgb(2 184 191 / calc(0.02 + 0.06 * var(--mvp-flow-energy)));
}

.mvp-home-v4 .mvp-processing-head {
  position: relative;
  z-index: 2;
  min-height: 23px;
  grid-template-columns: auto minmax(70px, 0.55fr) 1fr;
  gap: 9px;
  padding: 6px 13px 5px;
  border-bottom-color: rgba(127, 231, 235, 0.08);
  background: rgba(3, 13, 25, 0.15);
}

.mvp-home-v4 .mvp-processing-head > span,
.mvp-home-v4 .mvp-processing-head > small {
  font-size: 5.5px;
}

.mvp-home-v4 .mvp-processing-head > i {
  height: 1px;
}

.mvp-home-v4 .mvp-processing-output {
  position: relative;
  z-index: 2;
}

.mvp-home-v4 .mvp-processing-output article {
  min-height: 62px;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  padding: 9px 14px;
  opacity: 0.54;
  background: transparent;
  transform: translateY(4px);
}

.mvp-home-v4 .mvp-processing-output article + article {
  border-left-color: rgba(127, 231, 235, 0.08);
}

.mvp-home-v4 .mvp-processing-output article.is-ready {
  opacity: 1;
  background: linear-gradient(105deg, rgba(2, 184, 191, 0.025), rgba(123, 97, 255, 0.035));
  text-shadow: 0 0 18px rgba(170, 237, 241, 0.12);
  transform: translateY(0);
}

.mvp-home-v4 .mvp-processing-output img {
  width: 22px;
  height: 22px;
  opacity: 0.9;
}

.mvp-home-v4 .mvp-processing-output span {
  gap: 3px;
}

.mvp-home-v4 .mvp-processing-output small {
  font-size: 5.5px;
}

.mvp-home-v4 .mvp-processing-output strong {
  font-size: 9.5px;
}

.mvp-home-v4 .mvp-processing-output em {
  font-size: 6.5px;
}

.mvp-home-v4 .mvp-live-note {
  right: 5px;
  bottom: 15px;
  color: rgba(176, 195, 210, 0.52);
  font-size: 5.5px;
}

@keyframes mvp-input-data-travel {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -32; }
}

@keyframes mvp-fluid-data-travel {
  from { stroke-dashoffset: 108; }
  to { stroke-dashoffset: 0; }
}

@keyframes mvp-fluid-stream-breathe {
  0%, 100% { transform: translateY(-1.5px) scaleY(0.985); }
  50% { transform: translateY(2px) scaleY(1.018); }
}

@media (min-width: 1021px) and (max-height: 820px) {
  .mvp-home-v4 .mvp-hero-portrait {
    bottom: -2px;
  }

  .mvp-home-v4 .mvp-capture-stack {
    top: 78px;
    width: 178px;
    gap: 7px;
  }

  .mvp-home-v4 .mvp-capture-card {
    min-height: 50px;
  }

  .mvp-home-v4 .mvp-live-status {
    bottom: 128px;
  }

  .mvp-home-v4 .mvp-processing-rail {
    bottom: 27px;
  }
}

@media (max-width: 1220px) {
  .mvp-home-v4 .mvp-capture-stack {
    left: 13px;
    width: 178px;
  }

  .mvp-home-v4 .mvp-live-status {
    left: 13px;
  }

  .mvp-home-v4 .mvp-processing-rail {
    left: 34px;
  }
}

@media (max-width: 1020px) {
  .mvp-home-v4 .mvp-hero-portrait {
    inset: 0 -44px 0 -48px;
  }

  .mvp-home-v4 .mvp-capture-stack {
    left: 28px;
    width: 188px;
  }

  .mvp-home-v4 .mvp-live-status {
    left: 24px;
  }

  .mvp-home-v4 .mvp-processing-rail {
    right: 8px;
    left: 64px;
  }
}

@media (max-width: 720px) {
  .mvp-home-v4 .mvp-hero h1 {
    font-size: clamp(43px, 12vw, 52px);
  }

  .mvp-home-v4 .mvp-hero h1 em {
    display: block;
  }

  .mvp-home-v4 .mvp-hero-portrait {
    inset: 0 -34px 0 -22px;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
  }

  .mvp-home-v4 .mvp-hero-portrait img {
    object-position: 56% 50%;
  }

  .mvp-flow-field {
    inset: 0 -12px 0 -8px;
    width: calc(100% + 20px);
  }

  .mvp-home-v4 .mvp-capture-stack {
    top: 88px;
    left: 5px;
    width: 151px;
    gap: 7px;
    transform: perspective(760px) rotateY(-7deg) rotateX(1deg);
  }

  .mvp-home-v4 .mvp-capture-card {
    min-height: 52px;
    grid-template-columns: 17px 1fr;
    gap: 6px;
    padding: 7px 8px;
  }

  .mvp-home-v4 .mvp-capture-card:nth-child(2) { margin-left: 4px; }
  .mvp-home-v4 .mvp-capture-card:nth-child(3) { margin-left: 8px; }
  .mvp-home-v4 .mvp-capture-card:nth-child(4) { margin-left: 5px; }

  .mvp-home-v4 .mvp-capture-card small {
    font-size: 4.8px;
  }

  .mvp-home-v4 .mvp-capture-card strong {
    font-size: 7.6px;
  }

  .mvp-home-v4 .mvp-listening-source {
    top: 76px;
    right: 0;
    min-width: 106px;
    transform: scale(0.84);
    transform-origin: right top;
  }

  .mvp-home-v4 .mvp-live-status {
    bottom: 184px;
    left: 6px;
    min-width: 176px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }

  .mvp-home-v4 .mvp-processing-rail {
    right: 4px;
    bottom: 32px;
    left: 4px;
    min-height: 145px;
    border-radius: 16px;
  }

  .mvp-home-v4 .mvp-processing-head {
    min-height: 29px;
    grid-template-columns: auto 1fr;
    padding-inline: 10px;
  }

  .mvp-home-v4 .mvp-processing-head > small {
    display: none;
  }

  .mvp-home-v4 .mvp-processing-output article {
    min-height: 113px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 6px;
    padding: 9px 8px;
  }

  .mvp-home-v4 .mvp-processing-output strong {
    font-size: 8px;
    white-space: normal;
  }

  .mvp-home-v4 .mvp-processing-output em {
    display: none;
  }

  .mvp-home-v4 .mvp-live-note {
    bottom: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-fluid-streams,
  .mvp-flow-field path {
    animation: none !important;
  }

  .mvp-flow-pulse {
    opacity: 0.58;
    stroke-dasharray: 100 0;
  }

  .mvp-home-v4 .mvp-hero-visual {
    --mvp-flow-energy: 0.72 !important;
  }
}

/* ============================================================
   HOME V5 - cinematic scene rotation + organic signal receipt
   ============================================================ */

.mvp-home-v5 .mvp-nav:not(.is-scrolled) {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.mvp-home-v5 .mvp-hero-copy > .mvp-eyebrow {
  min-height: 0;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #33cbd1;
  background: none;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.24em;
}

.mvp-home-v5 .mvp-hero-copy > .mvp-eyebrow::before,
.mvp-home-v5 .mvp-hero-copy > .mvp-eyebrow::after {
  content: "·";
  color: #33cbd1;
  font-size: 13px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(51, 203, 209, 0.52);
}

.mvp-home-v5 .mvp-listening-source > svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: #79edf0;
  filter: drop-shadow(0 0 7px rgba(2, 184, 191, 0.42));
}

.mvp-home-v5 .mvp-live-status {
  left: 56px;
}

.mvp-home-v5 .mvp-hero-visual::after {
  content: "";
  position: absolute;
  inset: -12% -12% 2% -22%;
  z-index: -3;
  pointer-events: none;
  opacity: 0.88;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(2, 184, 191, 0.18) 0%, rgba(5, 36, 59, 0.42) 38%, transparent 72%),
    radial-gradient(ellipse at 82% 68%, rgba(123, 97, 255, 0.2) 0%, rgba(20, 28, 65, 0.24) 35%, transparent 68%);
  filter: blur(24px);
  transform: translateZ(0);
}

.mvp-home-v5 .mvp-hero-portrait {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 7%, #000 20%, #000 91%, rgba(0, 0, 0, 0.62) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 5%, #000 14%, #000 82%, rgba(0, 0, 0, 0.68) 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 7%, #000 20%, #000 91%, rgba(0, 0, 0, 0.62) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 5%, #000 14%, #000 82%, rgba(0, 0, 0, 0.68) 91%, transparent 100%);
  mask-composite: intersect;
}

.mvp-home-v5 .mvp-hero-portrait::after {
  z-index: 3;
  background:
    radial-gradient(ellipse at 63% 45%, transparent 0 42%, rgba(5, 11, 23, 0.09) 66%, rgba(5, 11, 23, 0.42) 100%),
    linear-gradient(90deg, rgba(5, 11, 23, 0.94) 0%, rgba(5, 11, 23, 0.48) 17%, rgba(5, 11, 23, 0.08) 43%, rgba(5, 11, 23, 0.04) 76%, rgba(5, 11, 23, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 11, 23, 0.32) 0%, rgba(5, 11, 23, 0.04) 20%, rgba(5, 11, 23, 0.08) 66%, rgba(5, 11, 23, 0.78) 100%);
}

.mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  object-position: 59% 50%;
  transform: scale(1.045);
  animation: none;
  transition:
    opacity 1100ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 10400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene:nth-child(2) {
  object-position: 61% 50%;
}

.mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene:nth-child(3) {
  object-position: 62% 50%;
}

.mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1.012);
}

.mvp-route-pulses path,
.mvp-fractal-branches path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mvp-home-v5 .mvp-input-connectors path {
  stroke-width: 0.7;
}

.mvp-home-v5 .mvp-input-connectors path.is-seen {
  opacity: 0.2;
}

.mvp-home-v5 .mvp-input-connectors path.is-active {
  opacity: 0.58;
  stroke-width: 1.05;
  stroke-dasharray: 100 0;
  animation: mvp-retained-route-glow 2.2s ease-in-out infinite;
}

.mvp-home-v5 .mvp-input-connectors path:nth-child(2).is-active { animation-delay: -0.55s; }
.mvp-home-v5 .mvp-input-connectors path:nth-child(3).is-active { animation-delay: -1.1s; }
.mvp-home-v5 .mvp-input-connectors path:nth-child(4).is-active { animation-delay: -1.65s; }

.mvp-home-v5 .mvp-input-connectors path.is-current {
  opacity: 0.94;
  stroke-width: 1.25;
}

.mvp-route-pulses path {
  opacity: 0;
  stroke: url(#mvp-flow-teal);
  stroke-width: 2.2;
  stroke-dasharray: 2.6 97.4;
  stroke-dashoffset: 103;
  filter: url(#mvp-flow-hot-glow);
}

.mvp-route-pulses path.is-active {
  opacity: 0.74;
  animation: mvp-route-head-travel 1.42s cubic-bezier(0.32, 0, 0.15, 1) infinite;
}

.mvp-route-pulses path:nth-child(2).is-active { animation-delay: -0.35s; }
.mvp-route-pulses path:nth-child(3).is-active { animation-delay: -0.7s; }
.mvp-route-pulses path:nth-child(4).is-active { animation-delay: -1.05s; }

.mvp-route-pulses path.is-current {
  opacity: 1;
  animation-duration: 760ms;
}

.mvp-fractal-branches path {
  opacity: 0;
  stroke: url(#mvp-flow-teal);
  stroke-width: 0.62;
  stroke-dasharray: 0 100;
  filter: url(#mvp-flow-soft-glow);
  transition: opacity 280ms ease, stroke-dasharray 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mvp-fractal-branches path.is-seen {
  opacity: 0.11;
  stroke-dasharray: 100 0;
}

.mvp-fractal-branches path.is-active {
  opacity: 0.46;
  stroke-width: 0.9;
  animation: mvp-fractal-branch-breathe 1.8s ease-in-out infinite alternate;
}

.mvp-fractal-branches path.is-current {
  opacity: 0.72;
  stroke-width: 1.05;
  animation-duration: 760ms;
}

.mvp-fractal-nodes circle {
  opacity: 0;
  fill: #5bf1ef;
  filter: url(#mvp-flow-soft-glow);
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 260ms ease, transform 260ms ease;
}

.mvp-fractal-nodes circle.is-seen {
  opacity: 0.28;
}

.mvp-fractal-nodes circle.is-active {
  opacity: 0.86;
  transform: scale(1.28);
  animation: mvp-fractal-node-pulse 1.55s ease-out infinite;
}

.mvp-fractal-nodes circle.is-current {
  opacity: 1;
  transform: scale(1.62);
  animation-duration: 720ms;
}

.mvp-home-v5 .mvp-processing-rail,
.mvp-home-v5 .mvp-processing-rail.is-processing {
  border-color: transparent;
  background:
    linear-gradient(108deg, rgba(2, 13, 26, 0.5), rgba(3, 18, 32, 0.38) 54%, rgba(19, 12, 44, 0.44)) padding-box,
    linear-gradient(100deg, rgba(91, 239, 241, 0.66), rgba(82, 213, 220, 0.24) 48%, rgba(157, 116, 255, 0.68)) border-box;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(220, 251, 252, 0.055),
    inset 0 -14px 28px rgba(1, 7, 16, 0.12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background 280ms ease, box-shadow 280ms ease;
}

.mvp-home-v5 .mvp-processing-rail::before {
  inset: 0;
  z-index: 0;
  opacity: 0.13;
  background: linear-gradient(100deg, transparent 0 37%, rgba(76, 239, 240, 0.18) 47%, rgba(137, 98, 255, 0.2) 55%, transparent 65%);
  filter: blur(1px);
  transform: translateX(-105%);
  animation: none;
}

.mvp-home-v5 .mvp-processing-rail.is-processing::before {
  animation: mvp-v5-rail-scan 3.35s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.mvp-home-v5 .mvp-processing-rail::after {
  top: -1px;
  right: auto;
  left: 8%;
  width: 43%;
  height: 1px;
  opacity: 0.52;
  background: linear-gradient(90deg, transparent, rgba(89, 239, 240, 0.9) 34%, rgba(141, 105, 255, 0.86) 72%, transparent);
  box-shadow: 0 0 8px rgba(80, 233, 236, 0.32), 0 0 11px rgba(132, 91, 255, 0.22);
  transform: scaleX(0.72);
  transform-origin: left;
  transition: opacity 180ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.mvp-home-v5 .mvp-live-demo.is-receiving .mvp-processing-rail::after {
  animation: mvp-rail-receipt-pulse 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mvp-home-v5 .mvp-processing-head {
  grid-template-columns: auto minmax(165px, 1.15fr) minmax(190px, 0.85fr);
  gap: 12px;
  border-bottom-color: rgba(139, 230, 234, 0.18);
  background: rgba(1, 9, 19, 0.24);
}

.mvp-home-v5 .mvp-processing-head > span {
  color: rgba(168, 249, 250, 0.98);
  font-size: 6.2px;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.78);
}

.mvp-home-v5 .mvp-processing-head > small {
  color: rgba(198, 216, 228, 0.78);
  font-size: 5.7px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.82);
}

.mvp-home-v5 .mvp-processing-head > i {
  min-width: 165px;
  height: 2px;
  background: rgba(127, 231, 235, 0.18);
  box-shadow: 0 0 7px rgba(2, 184, 191, 0.12);
}

.mvp-home-v5 .mvp-processing-head > i b {
  background: linear-gradient(90deg, #02b8bf, #8ff6f5 58%, #9275ff);
  box-shadow: 0 0 10px rgba(2, 184, 191, 0.72), 0 0 14px rgba(123, 97, 255, 0.28);
}

.mvp-home-v5 .mvp-processing-head > i b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c8ffff;
  box-shadow: 0 0 8px rgba(83, 244, 243, 0.96), 0 0 13px rgba(129, 99, 255, 0.52);
  transform: translate(50%, -50%);
}

.mvp-home-v5 .mvp-processing-output article {
  --mvp-output-color: #42dec4;
  --mvp-output-rgb: 66, 222, 196;
  opacity: 0.72;
  filter: none;
  background: linear-gradient(110deg, rgba(var(--mvp-output-rgb), 0.035), rgba(2, 10, 20, 0.018) 72%);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.84);
}

.mvp-home-v5 .mvp-processing-output article:nth-child(2) {
  --mvp-output-color: #65a8ff;
  --mvp-output-rgb: 101, 168, 255;
}

.mvp-home-v5 .mvp-processing-output article:nth-child(3) {
  --mvp-output-color: #a47cff;
  --mvp-output-rgb: 164, 124, 255;
}

.mvp-home-v5 .mvp-processing-output article + article {
  border-left-color: rgba(var(--mvp-output-rgb), 0.18);
}

.mvp-home-v5 .mvp-processing-output article.is-ready {
  background:
    radial-gradient(circle at 12% 50%, rgba(var(--mvp-output-rgb), 0.15), transparent 42%),
    linear-gradient(105deg, rgba(var(--mvp-output-rgb), 0.09), rgba(var(--mvp-output-rgb), 0.025));
  box-shadow: inset 0 0 28px rgba(var(--mvp-output-rgb), 0.045);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.88);
}

.mvp-home-v5 .mvp-processing-output article::after {
  opacity: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mvp-output-color) 28%, rgba(var(--mvp-output-rgb), 0.3) 76%, transparent);
  box-shadow: 0 0 9px rgba(var(--mvp-output-rgb), 0.5);
}

.mvp-home-v5 .mvp-processing-output article.is-ready::after {
  opacity: 0.58;
}

.mvp-home-v5 .mvp-processing-output small {
  color: var(--mvp-output-color);
  text-shadow: 0 0 12px rgba(var(--mvp-output-rgb), 0.28);
}

.mvp-home-v5 .mvp-processing-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: var(--mvp-output-color);
  filter: drop-shadow(0 0 7px rgba(var(--mvp-output-rgb), 0.32));
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mvp-home-v5 .mvp-processing-icon--journey {
  -webkit-mask-image: url("../assets/icons/assembly_point.svg");
  mask-image: url("../assets/icons/assembly_point.svg");
}

.mvp-home-v5 .mvp-processing-icon--care {
  -webkit-mask-image: url("../assets/icons/diagnostics.svg");
  mask-image: url("../assets/icons/diagnostics.svg");
}

.mvp-home-v5 .mvp-processing-icon--conduct {
  -webkit-mask-image: url("../assets/soma-rx-prescription-white.svg");
  mask-image: url("../assets/soma-rx-prescription-white.svg");
}

.mvp-home-v5 .mvp-processing-output strong {
  color: rgba(250, 253, 255, 0.99);
  font-weight: 600;
}

.mvp-home-v5 .mvp-processing-output em {
  color: rgba(213, 227, 236, 0.82);
}

@keyframes mvp-route-head-travel {
  from { stroke-dashoffset: 103; }
  to { stroke-dashoffset: 0; }
}

@keyframes mvp-fractal-branch-breathe {
  from { opacity: 0.26; }
  to { opacity: 0.62; }
}

@keyframes mvp-fractal-node-pulse {
  0% { opacity: 0.3; transform: scale(0.82); }
  40% { opacity: 1; transform: scale(1.65); }
  100% { opacity: 0.32; transform: scale(0.96); }
}

@keyframes mvp-live-card-retained-glow {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.18) brightness(1.04); }
}

@keyframes mvp-retained-route-glow {
  0%, 100% { opacity: 0.42; filter: url(#mvp-flow-soft-glow); }
  50% { opacity: 0.74; filter: url(#mvp-flow-hot-glow); }
}

@keyframes mvp-v5-rail-scan {
  0%, 22% { transform: translateX(-105%); }
  72%, 100% { transform: translateX(108%); }
}

@keyframes mvp-rail-receipt-pulse {
  0% {
    opacity: 0.48;
    transform: scaleX(0.68);
    box-shadow: 0 0 7px rgba(80, 233, 236, 0.28), 0 0 10px rgba(132, 91, 255, 0.2);
  }
  36% {
    opacity: 1;
    transform: scaleX(1.34);
    box-shadow: 0 0 16px rgba(80, 233, 236, 0.68), 0 0 20px rgba(132, 91, 255, 0.48);
  }
  100% {
    opacity: 0.56;
    transform: scaleX(0.76);
    box-shadow: 0 0 8px rgba(80, 233, 236, 0.3), 0 0 11px rgba(132, 91, 255, 0.22);
  }
}

@media (max-width: 720px) {
  .mvp-home-v5 .mvp-live-status {
    left: 18px;
  }

  .mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene,
  .mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene:nth-child(2),
  .mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene:nth-child(3) {
    object-position: 58% 50%;
  }

  .mvp-fractal-branches path.is-seen {
    opacity: 0.08;
  }

  .mvp-home-v5 .mvp-processing-output article {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.86);
  }

  .mvp-home-v5 .mvp-processing-head {
    grid-template-columns: auto minmax(120px, 1fr);
    gap: 9px;
  }

  .mvp-home-v5 .mvp-processing-head > i {
    min-width: 0;
  }
}

@media (min-width: 721px) and (max-width: 1220px) {
  .mvp-home-v5 .mvp-live-status {
    left: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-home-v5 .mvp-hero-portrait img.mvp-hero-scene {
    transition: none;
  }

  .mvp-route-pulses path,
  .mvp-fractal-branches path,
  .mvp-fractal-nodes circle,
  .mvp-home-v5 .mvp-processing-rail::before,
  .mvp-home-v5 .mvp-processing-rail::after {
    animation: none !important;
  }

  .mvp-route-pulses path {
    opacity: 0;
  }
}

/* ============================================================
   ATENDIMENTO INTEGRAL · HERO VERBATIM / FLUXO CLÍNICO 3D
   ============================================================ */
.mvp-care-verbatim {
  --care-flow-energy: 0.35;
  min-height: clamp(700px, 100svh, 790px);
  padding-top: 0;
  background: #020814;
}

.mvp-care-verbatim .mvp-solution-hero-image {
  object-position: center center;
  animation: mvp-care-bg-breathe 16s ease-in-out infinite alternate;
}

.mvp-care-verbatim .mvp-solution-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.99) 0%, rgba(2, 8, 20, 0.92) 29%, rgba(2, 8, 20, 0.24) 60%, rgba(2, 8, 20, 0.2) 79%, rgba(2, 8, 20, 0.4) 100%),
    linear-gradient(180deg, rgba(2, 8, 20, 0.08), rgba(2, 8, 20, 0.52));
}

.mvp-care-verbatim::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: calc(0.18 + var(--care-flow-energy) * 0.12);
  background:
    radial-gradient(ellipse at 62% 76%, rgba(72, 223, 229, 0.2), transparent 28%),
    radial-gradient(ellipse at 70% 77%, rgba(123, 97, 255, 0.18), transparent 34%);
  transition: opacity 280ms ease;
}

.mvp-care-verbatim-inner {
  grid-template-columns: minmax(350px, 0.65fr) minmax(690px, 1.45fr);
  min-height: clamp(700px, 100svh, 790px);
  align-items: center;
  gap: 12px;
}

.mvp-care-verbatim-copy {
  align-self: center;
  max-width: 420px;
  padding: 24px 0 88px;
  translate: 0 -52px;
}

.mvp-care-verbatim-copy .mvp-eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
}

.mvp-care-verbatim-copy .mvp-eyebrow.mvp-solution-eyebrow {
  gap: 11px;
  padding: 0;
}

.mvp-care-verbatim-copy .mvp-eyebrow img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(25%) saturate(1218%) hue-rotate(132deg) brightness(99%) contrast(87%);
}

.mvp-care-verbatim-copy h1 {
  margin: 22px 0 16px;
  font-size: clamp(43px, 3.45vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.mvp-care-verbatim-copy h1 em {
  white-space: nowrap;
}

.mvp-care-verbatim-copy > p {
  max-width: 370px;
  color: rgba(215, 226, 236, 0.78);
  font-size: 15px;
  line-height: 1.52;
}

.mvp-care-verbatim-copy > p strong {
  color: var(--mvp-teal-light);
  font-weight: 600;
}

.mvp-care-verbatim-copy .mvp-actions {
  gap: 12px;
  margin-top: 26px;
}

.mvp-care-verbatim-copy .mvp-actions .btn {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 12px;
}

.mvp-care-verbatim-stage {
  position: relative;
  z-index: 3;
  align-self: stretch;
  min-width: 0;
  perspective: 1120px;
  transform-style: preserve-3d;
}

.mvp-care-panel-stack {
  position: absolute;
  top: 94px;
  left: 118px;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 490px;
  height: 520px;
  transform-style: preserve-3d;
  transform: rotateY(-4deg) rotateX(0.8deg) translateZ(0);
  transform-origin: 8% 48%;
}

.mvp-care-panel-stack::before,
.mvp-care-panel-stack::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -36px;
  bottom: 18px;
  left: -128px;
  height: 78px;
  pointer-events: none;
  border-radius: 50%;
  transform: perspective(620px) rotateX(66deg) rotateZ(-2deg);
}

.mvp-care-panel-stack::before {
  border: 1px solid rgba(85, 239, 242, 0.44);
  box-shadow:
    inset 0 -8px 26px rgba(2, 184, 191, 0.14),
    0 0 18px rgba(2, 184, 191, 0.28),
    0 0 44px rgba(123, 97, 255, 0.16);
  opacity: calc(0.46 + var(--care-flow-energy) * 0.38);
  animation: mvp-care-stage-ring 3.8s ease-in-out infinite;
}

.mvp-care-panel-stack::after {
  right: 8px;
  left: -74px;
  height: 64px;
  border-top: 2px solid rgba(126, 98, 255, 0.66);
  filter: drop-shadow(0 0 9px rgba(123, 97, 255, 0.72));
  opacity: calc(0.28 + var(--care-flow-energy) * 0.54);
  animation: mvp-care-stage-surge 2.8s cubic-bezier(.22,.72,.3,1) infinite;
}

.mvp-care-glass-panel {
  position: relative;
  flex: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.46));
  transition: filter 420ms ease, opacity 420ms ease;
}

.mvp-care-glass-panel > header {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  min-height: 38px;
  padding-left: 8px;
  color: rgba(245, 249, 252, 0.88);
}

.mvp-care-panel-number {
  display: grid;
  flex: none;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(75, 231, 235, 0.86);
  border-radius: 50%;
  color: #69edf0;
  font: 500 11px/1 "JetBrains Mono", monospace;
  box-shadow: 0 0 18px rgba(75, 231, 235, 0.22), inset 0 0 12px rgba(75, 231, 235, 0.1);
}

.mvp-care-glass-panel--conduct .mvp-care-panel-number {
  border-color: rgba(172, 130, 255, 0.9);
  color: #d6c0ff;
  box-shadow: 0 0 18px rgba(123, 97, 255, 0.3), inset 0 0 12px rgba(123, 97, 255, 0.12);
}

.mvp-care-glass-panel--journey .mvp-care-panel-number {
  border-color: rgba(105, 169, 255, 0.92);
  color: #c7ddff;
  box-shadow: 0 0 18px rgba(79, 145, 255, 0.32), inset 0 0 12px rgba(101, 139, 255, 0.14);
}

.mvp-care-glass-panel > header h2 {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.mvp-care-panel-screen {
  position: relative;
  height: calc(100% - 38px);
  padding: 13px 12px;
  overflow: hidden;
  border: 1px solid rgba(99, 224, 230, 0.42);
  border-radius: 14px;
  color: rgba(222, 238, 244, 0.78);
  background:
    linear-gradient(160deg, rgba(14, 49, 65, 0.82), rgba(5, 19, 35, 0.72) 42%, rgba(6, 20, 38, 0.86));
  box-shadow:
    inset 0 0 0 1px rgba(130, 245, 246, 0.05),
    inset 0 0 44px rgba(2, 184, 191, 0.06),
    0 0 calc(16px + var(--care-flow-energy) * 22px) rgba(2, 184, 191, calc(0.08 + var(--care-flow-energy) * 0.18));
  backdrop-filter: blur(13px) saturate(1.12);
}

.mvp-care-panel-screen::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -12%;
  left: 0;
  width: 100%;
  height: 12%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(123, 248, 250, 0.22), rgba(123, 248, 250, 0.04));
  box-shadow: 0 6px 20px rgba(69, 225, 231, 0.18);
}

.mvp-care-glass-panel.is-active .mvp-care-panel-screen {
  border-color: rgba(117, 244, 246, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(130, 245, 246, 0.12),
    inset 0 0 54px rgba(2, 184, 191, 0.1),
    0 0 18px rgba(2, 184, 191, 0.3),
    0 0 46px rgba(2, 184, 191, 0.18);
}

.mvp-care-glass-panel--consultation {
  order: 2;
  width: 198px;
  height: 500px;
  transform: rotateY(14deg) rotateX(1.4deg) translateZ(38px);
  animation: mvp-care-panel-float-a 6.2s ease-in-out infinite;
}

.mvp-care-glass-panel--journey {
  order: 1;
  width: 142px;
  height: 424px;
  margin-top: 28px;
  transform: rotateY(7deg) translateZ(15px);
  animation: mvp-care-panel-float-b 6.8s ease-in-out infinite;
}

.mvp-care-glass-panel--journey .mvp-care-panel-screen {
  border-color: rgba(99, 159, 255, 0.56);
  background:
    linear-gradient(158deg, rgba(18, 59, 98, 0.88), rgba(8, 29, 59, 0.82) 48%, rgba(22, 25, 68, 0.88));
  box-shadow:
    inset 0 0 0 1px rgba(146, 198, 255, 0.07),
    inset 0 0 44px rgba(66, 128, 255, 0.1),
    0 0 28px rgba(64, 131, 255, 0.18);
}

.mvp-care-glass-panel--journey.is-active .mvp-care-panel-screen {
  border-color: rgba(116, 184, 255, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(159, 209, 255, 0.16),
    inset 0 0 52px rgba(63, 121, 255, 0.15),
    0 0 20px rgba(61, 153, 255, 0.42),
    0 0 48px rgba(91, 105, 255, 0.24);
}

.mvp-care-glass-panel--journey .mvp-care-panel-screen::before {
  background: linear-gradient(180deg, transparent, rgba(130, 204, 255, 0.25), rgba(115, 116, 255, 0.06));
  box-shadow: 0 6px 22px rgba(72, 154, 255, 0.24);
}

.mvp-care-glass-panel--conduct {
  order: 3;
  width: 132px;
  height: 370px;
  margin-top: 56px;
  transform: rotateY(-3deg) translateZ(-8px);
  animation: mvp-care-panel-float-c 7.4s ease-in-out infinite;
}

.mvp-care-glass-panel--conduct .mvp-care-panel-screen {
  border-color: rgba(161, 118, 255, 0.48);
  background: linear-gradient(160deg, rgba(32, 30, 73, 0.84), rgba(9, 18, 42, 0.78));
  box-shadow: inset 0 0 42px rgba(123, 97, 255, 0.08), 0 0 30px rgba(123, 97, 255, 0.16);
}

.mvp-care-glass-panel--conduct.is-active .mvp-care-panel-screen {
  border-color: rgba(181, 143, 255, 0.86);
  box-shadow: inset 0 0 46px rgba(123, 97, 255, 0.15), 0 0 20px rgba(123, 97, 255, 0.42), 0 0 48px rgba(123, 97, 255, 0.22);
}

.mvp-care-glass-panel.is-active .mvp-care-panel-screen::before {
  opacity: 1;
  animation: mvp-care-panel-scan 2.8s cubic-bezier(.2,.7,.2,1) infinite;
}

.mvp-care-screen-section,
.mvp-care-screen-grid,
.mvp-care-note,
.mvp-care-patient,
.mvp-care-timeline,
.mvp-care-conduct-title {
  position: relative;
  z-index: 2;
}

.mvp-care-screen-section {
  padding: 8px 7px;
  border-bottom: 1px solid rgba(127, 231, 235, 0.08);
}

.mvp-care-screen-section > span,
.mvp-care-note > span,
.mvp-care-conduct-title > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(245, 249, 252, 0.86);
  font-size: 8px;
}

.mvp-care-panel-screen small {
  display: block;
  color: rgba(147, 190, 202, 0.7);
  font: 500 6px/1.4 "JetBrains Mono", monospace;
  letter-spacing: 0.04em;
}

.mvp-care-panel-screen p {
  margin: 3px 0 0;
  color: rgba(222, 238, 244, 0.74);
  font-size: 7px;
  line-height: 1.45;
}

.mvp-care-screen-grid {
  display: grid;
  gap: 8px;
  padding: 8px 7px;
}

.mvp-care-note {
  margin-top: 3px;
  padding: 10px 8px;
  border: 1px solid rgba(127, 231, 235, 0.1);
  border-radius: 8px;
  background: rgba(2, 13, 26, 0.38);
}

.mvp-care-note small {
  margin-top: 7px;
}

.mvp-care-panel-screen > footer {
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 30px;
  padding: 8px 10px;
  border: 1px solid rgba(127, 231, 235, 0.14);
  border-radius: 8px;
  color: rgba(203, 241, 243, 0.72);
  background: rgba(2, 15, 29, 0.5);
  font-size: 7px;
}

.mvp-care-panel-screen > footer img {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(25%) saturate(1218%) hue-rotate(132deg) brightness(99%) contrast(87%);
}

.mvp-care-patient {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  margin: 3px 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(127, 231, 235, 0.12);
}

.mvp-care-patient-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(127, 231, 235, 0.3);
  border-radius: 50%;
  color: rgba(213, 246, 247, 0.82);
  background: linear-gradient(145deg, rgba(2, 184, 191, 0.26), rgba(123, 97, 255, 0.2));
  font: 600 7px/1 "JetBrains Mono", monospace;
  box-shadow: inset 0 0 14px rgba(2, 184, 191, 0.12);
}

.mvp-care-glass-panel--journey .mvp-care-patient-avatar {
  border-color: rgba(119, 183, 255, 0.52);
  color: #d8e8ff;
  background: linear-gradient(145deg, rgba(52, 151, 220, 0.34), rgba(91, 93, 214, 0.3));
  box-shadow: inset 0 0 14px rgba(73, 157, 255, 0.18), 0 0 14px rgba(69, 137, 255, 0.12);
}

.mvp-care-patient strong {
  display: block;
  color: rgba(245, 249, 252, 0.84);
  font-size: 8px;
  font-weight: 500;
}

.mvp-care-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 48px 17px;
  list-style: none;
}

.mvp-care-timeline li {
  position: relative;
  min-height: 52px;
  padding: 5px 0 0 13px;
  border-left: 1px solid rgba(82, 229, 233, 0.28);
}

.mvp-care-timeline li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #51e4e8;
  box-shadow: 0 0 10px rgba(81, 228, 232, 0.76);
  animation: mvp-care-timeline-node 2.8s ease-in-out infinite;
}

.mvp-care-timeline li:nth-child(2)::before { animation-delay: .45s; }
.mvp-care-timeline li:nth-child(3)::before { animation-delay: .9s; }
.mvp-care-timeline li:nth-child(4)::before { animation-delay: 1.35s; }
.mvp-care-timeline li:nth-child(5)::before { animation-delay: 1.8s; }

.mvp-care-glass-panel--journey .mvp-care-patient,
.mvp-care-glass-panel--journey .mvp-care-timeline li {
  border-color: rgba(104, 171, 255, 0.28);
}

.mvp-care-glass-panel--journey .mvp-care-timeline li::before {
  background: #71b8ff;
  box-shadow: 0 0 10px rgba(90, 169, 255, 0.88), 0 0 18px rgba(102, 96, 255, 0.34);
}

.mvp-care-timeline strong {
  display: block;
  color: rgba(226, 241, 245, 0.78);
  font-size: 7px;
  font-weight: 500;
}

.mvp-care-timeline small {
  margin-top: 3px;
}

.mvp-care-glass-panel--journey footer {
  justify-content: space-between;
  border-color: rgba(111, 177, 255, 0.24);
  color: rgba(218, 233, 255, 0.86);
  background: rgba(13, 31, 66, 0.56);
}

.mvp-care-glass-panel--journey footer span {
  color: #83bdff;
  font-size: 14px;
}

.mvp-care-conduct-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px;
  border-bottom: 1px solid rgba(162, 123, 255, 0.18);
}

.mvp-care-conduct-title small {
  padding: 4px 6px;
  border-radius: 5px;
  color: #d8c5ff;
  background: rgba(123, 97, 255, 0.26);
  font-size: 5px;
}

.mvp-care-glass-panel--conduct .mvp-care-panel-screen > small {
  margin: 12px 4px 0;
  color: rgba(190, 170, 231, 0.7);
}

.mvp-care-glass-panel--conduct .mvp-care-panel-screen > p {
  margin: 4px;
}

.mvp-care-glass-panel--conduct ul {
  display: grid;
  gap: 7px;
  margin: 8px 0 48px;
  padding: 0 0 0 14px;
  color: rgba(223, 214, 244, 0.7);
  font-size: 6px;
  line-height: 1.35;
}

.mvp-care-glass-panel--conduct footer {
  justify-content: center;
  border-color: rgba(164, 126, 255, 0.28);
  color: rgba(225, 213, 250, 0.78);
  background: rgba(83, 55, 157, 0.24);
}

.mvp-care-inputs {
  position: absolute;
  z-index: 6;
  top: 224px;
  left: 0;
  display: grid;
  gap: 18px;
  width: 142px;
}

.mvp-care-inputs span {
  --care-input-delay: 0s;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  width: max-content;
  min-width: 88px;
  padding: 9px 11px;
  border: 1px solid rgba(86, 222, 228, 0.24);
  border-radius: 8px;
  color: rgba(214, 238, 243, 0.68);
  background: rgba(5, 24, 40, 0.76);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  font: 500 8px/1 "JetBrains Mono", monospace;
  transform: translateX(calc(var(--care-input-offset, 0) * 1px));
  transition: color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
  animation: mvp-care-input-drift 5.2s ease-in-out infinite;
}

.mvp-care-inputs span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.3;
  background: #5be7eb;
  box-shadow: 0 0 8px rgba(91, 231, 235, 0.38);
  transform: translateY(-50%) scale(0.74);
  transition: opacity 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.mvp-care-inputs span:nth-child(2) { --care-input-offset: 8; }
.mvp-care-inputs span:nth-child(3) { --care-input-offset: -10; }
.mvp-care-inputs span:nth-child(4) { --care-input-offset: 12; }

.mvp-care-inputs span:nth-child(2) { animation-delay: -1.2s; }
.mvp-care-inputs span:nth-child(3) { animation-delay: -2.5s; }
.mvp-care-inputs span:nth-child(4) { animation-delay: -3.7s; }

.mvp-care-inputs span.is-active {
  color: #dcfbfc;
  border-color: rgba(108, 242, 245, 0.66);
  box-shadow: 0 0 18px rgba(2, 184, 191, 0.22), inset 0 0 16px rgba(2, 184, 191, 0.08);
  transform: translateX(calc((var(--care-input-offset, 0) + 5) * 1px));
}

.mvp-care-inputs span.is-active::after {
  opacity: 0.88;
  transform: translateY(-50%) scale(1);
  box-shadow: 0 0 7px #a8ffff, 0 0 16px rgba(38, 218, 225, 0.76), 0 0 28px rgba(123, 97, 255, 0.3);
  animation: mvp-care-input-node 1.8s ease-in-out infinite;
}

.mvp-care-inputs span.is-current {
  color: #f2ffff;
  border-color: rgba(135, 249, 251, 0.9);
  box-shadow: 0 0 20px rgba(2, 184, 191, 0.34), 0 0 34px rgba(123, 97, 255, 0.12), inset 0 0 18px rgba(2, 184, 191, 0.12);
}

.mvp-care-inputs span.is-active img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(19%) saturate(1041%) hue-rotate(117deg) brightness(106%) contrast(96%);
}

.mvp-care-inputs img,
.mvp-care-motion-control img {
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(25%) saturate(1218%) hue-rotate(132deg) brightness(99%) contrast(87%);
}

.mvp-care-input-routes {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 520px;
  overflow: visible;
  pointer-events: none;
}

.mvp-care-input-routes path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mvp-care-route-lines path {
  stroke: rgba(76, 226, 232, 0.42);
  stroke-width: 0.9;
  opacity: 0.16;
  filter: drop-shadow(0 0 5px rgba(69, 225, 231, 0.38));
  transition: opacity 280ms ease, stroke-width 280ms ease, filter 280ms ease;
}

.mvp-care-route-lines path[data-care-wire="ghost"] {
  stroke-width: 0.58;
  opacity: 0.08;
}

.mvp-care-route-lines path[data-care-wire="soft"] {
  stroke-width: 0.78;
  opacity: 0.13;
}

.mvp-care-route-lines path[data-care-wire="core"] {
  stroke-width: 1.08;
  opacity: 0.22;
}

.mvp-care-route-lines path[data-care-wire="violet"] {
  stroke: rgba(145, 116, 255, 0.42);
  stroke-width: 0.72;
  opacity: 0.1;
}

.mvp-care-route-lines path.is-active {
  stroke: rgba(112, 247, 249, 0.94);
  opacity: 0.62;
  filter: drop-shadow(0 0 5px rgba(69, 225, 231, 0.72)) drop-shadow(0 0 13px rgba(123, 97, 255, 0.26));
  animation: mvp-care-fiber-breathe 2.2s ease-in-out infinite;
}

.mvp-care-route-lines path[data-care-wire="ghost"].is-active { opacity: 0.2; }
.mvp-care-route-lines path[data-care-wire="soft"].is-active { opacity: 0.38; }
.mvp-care-route-lines path[data-care-wire="core"].is-active { stroke-width: 1.45; opacity: 0.84; }
.mvp-care-route-lines path[data-care-wire="violet"].is-active {
  stroke: rgba(158, 129, 255, 0.78);
  opacity: 0.34;
}

.mvp-care-route-lines path[data-care-wire="ghost"].is-active { animation-duration: 2.85s; animation-delay: -0.65s; }
.mvp-care-route-lines path[data-care-wire="soft"].is-active { animation-duration: 2.4s; animation-delay: -1.1s; }
.mvp-care-route-lines path[data-care-wire="violet"].is-active { animation-duration: 3.15s; animation-delay: -1.55s; }

.mvp-care-route-lines path.is-current {
  filter: drop-shadow(0 0 7px rgba(101, 247, 249, 0.94)) drop-shadow(0 0 17px rgba(123, 97, 255, 0.48));
}

.mvp-care-route-pulses path {
  stroke: #d6ffff;
  stroke-width: 2.6;
  stroke-dasharray: 4 96;
  stroke-dashoffset: 103;
  opacity: 0;
  filter: drop-shadow(0 0 4px #8bf7f8) drop-shadow(0 0 10px rgba(123, 97, 255, 0.72));
}

.mvp-care-route-pulses path.is-active {
  opacity: 0.86;
  animation: mvp-care-route-travel 1.35s cubic-bezier(.32, 0, .15, 1) infinite;
}

.mvp-care-route-pulses path[data-care-pulse-lane="b"].is-active {
  stroke: #c9c1ff;
  stroke-width: 1.7;
  stroke-dasharray: 2 98;
  opacity: 0.58;
  animation-duration: 1.9s;
  animation-delay: -0.72s;
}

.mvp-care-route-pulses path.is-current {
  opacity: 1;
  filter: drop-shadow(0 0 5px #c4ffff) drop-shadow(0 0 13px rgba(123, 97, 255, 0.9));
}

.mvp-care-energy-field {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 38px;
  width: 64%;
  height: 180px;
  pointer-events: none;
  transform: perspective(800px) rotateX(67deg) rotateZ(-5deg);
  transform-origin: center bottom;
  filter: blur(0.2px);
}

.mvp-care-energy-field span {
  position: absolute;
  inset: auto 0 18px;
  height: 74px;
  border-top: 1px solid rgba(60, 229, 235, 0.42);
  border-radius: 50%;
  opacity: calc(0.34 + var(--care-flow-energy) * 0.56);
  box-shadow: 0 -5px 18px rgba(51, 225, 231, 0.3), 0 -12px 38px rgba(123, 97, 255, 0.14);
  animation: mvp-care-energy-orbit 4.6s ease-in-out infinite;
}

.mvp-care-energy-field span:nth-child(2) {
  inset: auto 4% 3px;
  border-color: rgba(133, 100, 255, 0.5);
  animation-delay: -1.4s;
  animation-duration: 5.2s;
}

.mvp-care-energy-field span:nth-child(3) {
  inset: auto 10% 35px;
  border-color: rgba(111, 246, 248, 0.34);
  animation-delay: -2.6s;
  animation-duration: 3.9s;
}

.mvp-care-motion-control {
  position: absolute;
  left: 4px;
  bottom: 26px;
  z-index: 7;
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 150px;
  padding: 11px 13px;
  border: 1px solid rgba(127, 231, 235, 0.18);
  border-radius: 14px;
  color: rgba(225, 240, 245, 0.72);
  background: rgba(4, 15, 28, 0.7);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.mvp-care-motion-control span,
.mvp-care-motion-control strong,
.mvp-care-motion-control small {
  display: block;
  text-align: left;
}

.mvp-care-motion-control strong {
  color: rgba(234, 247, 249, 0.82);
  font-size: 8px;
  font-weight: 500;
}

.mvp-care-motion-control small {
  margin-top: 3px;
  color: rgba(127, 231, 235, 0.62);
  font: 500 6px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
}

.mvp-care-motion-control:hover,
.mvp-care-motion-control:focus-visible {
  border-color: rgba(127, 231, 235, 0.46);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(2, 184, 191, 0.1), 0 16px 34px rgba(0, 0, 0, 0.3);
}

.mvp-care-verbatim .mvp-solution-proof {
  top: 92px;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  width: 164px;
  min-height: 0;
  padding: 13px 14px 14px;
  border-color: rgba(91, 225, 232, 0.36);
  border-radius: 14px;
  background: rgba(4, 18, 32, 0.82);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 22px rgba(2, 184, 191, 0.1);
  backdrop-filter: blur(8px);
  animation: mvp-care-proof-pulse 4.2s ease-in-out infinite;
}

.mvp-care-proof-kicker {
  display: block !important;
  margin-bottom: 8px;
  color: rgba(127, 231, 235, 0.7) !important;
  font: 500 7px/1 "JetBrains Mono", monospace !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mvp-care-verbatim .mvp-solution-proof strong {
  display: block;
  margin-bottom: 5px;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #b9d6e1 26%, #4d6b7c 47%, #effcff 66%, #72d5da 84%, #d9fbff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.98;
  -webkit-text-stroke: 0.75px rgba(224, 248, 252, 0.62);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.56), 0 0 12px rgba(168, 231, 240, 0.38), 0 0 30px rgba(2, 184, 191, 0.28);
  filter: drop-shadow(0 0 7px rgba(117, 220, 229, 0.22));
}

.mvp-care-verbatim .mvp-solution-proof > span:not(.mvp-care-proof-kicker) {
  display: block;
  color: rgba(241, 247, 249, 0.82);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.34;
}

.mvp-care-verbatim .mvp-solution-proof small {
  display: block;
  margin-top: 10px;
  color: rgba(168, 195, 207, 0.7);
  font-size: 6.5px;
  line-height: 1.5;
}

.mvp-care-verbatim.is-paused *,
.mvp-care-verbatim.is-paused *::before,
.mvp-care-verbatim.is-paused *::after {
  animation-play-state: paused !important;
}

@keyframes mvp-care-bg-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.035); }
}

@keyframes mvp-care-panel-float-a {
  0%, 100% { transform: rotateY(14deg) rotateX(1.4deg) translate3d(0, 0, 38px); }
  50% { transform: rotateY(11.5deg) rotateX(0.8deg) translate3d(0, -7px, 44px); }
}

@keyframes mvp-care-panel-float-b {
  0%, 100% { transform: rotateY(7deg) translate3d(0, 0, 15px); }
  50% { transform: rotateY(5deg) translate3d(0, -9px, 21px); }
}

@keyframes mvp-care-panel-float-c {
  0%, 100% { transform: rotateY(-3deg) translate3d(0, 0, -8px); }
  50% { transform: rotateY(-1deg) translate3d(0, -6px, -2px); }
}

@keyframes mvp-care-input-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 3px -3px; }
}

@keyframes mvp-care-input-node {
  0%, 100% { opacity: 0.58; transform: translateY(-50%) scale(0.82); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.18); }
}

@keyframes mvp-care-fiber-breathe {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(69, 225, 231, 0.55)) drop-shadow(0 0 10px rgba(123, 97, 255, 0.2)); }
  50% { filter: drop-shadow(0 0 7px rgba(69, 225, 231, 0.88)) drop-shadow(0 0 18px rgba(123, 97, 255, 0.42)); }
}

@keyframes mvp-care-route-travel {
  from { stroke-dashoffset: 103; }
  to { stroke-dashoffset: 0; }
}

@keyframes mvp-care-panel-scan {
  0% { top: -12%; opacity: 0; }
  12% { opacity: 0.9; }
  76% { opacity: 0.72; }
  100% { top: 104%; opacity: 0; }
}

@keyframes mvp-care-timeline-node {
  0%, 100% { opacity: 0.5; transform: scale(0.84); }
  48% { opacity: 1; transform: scale(1.26); }
}

@keyframes mvp-care-energy-orbit {
  0%, 100% { opacity: 0.24; transform: scaleX(0.88) translateY(0); }
  50% { opacity: 0.82; transform: scaleX(1.04) translateY(-9px); }
}

@keyframes mvp-care-stage-ring {
  0%, 100% { opacity: 0.42; transform: perspective(620px) rotateX(66deg) rotateZ(-2deg) scaleX(0.92); }
  48% { opacity: 0.96; transform: perspective(620px) rotateX(66deg) rotateZ(-2deg) scaleX(1.04); }
}

@keyframes mvp-care-stage-surge {
  0% { clip-path: inset(0 100% 0 0); opacity: 0; }
  14% { opacity: 0.9; }
  72% { opacity: 0.8; }
  100% { clip-path: inset(0 0 0 100%); opacity: 0; }
}

@keyframes mvp-care-proof-pulse {
  0%, 100% { border-color: rgba(91, 225, 232, 0.3); box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 18px rgba(2,184,191,.08); }
  50% { border-color: rgba(117, 239, 242, 0.56); box-shadow: 0 20px 46px rgba(0,0,0,.38), 0 0 32px rgba(2,184,191,.2); }
}

@media (max-width: 1180px) {
  .mvp-care-verbatim-inner {
    grid-template-columns: minmax(320px, 0.68fr) minmax(600px, 1.32fr);
  }

  .mvp-care-verbatim-stage {
    transform: scale(0.9);
    transform-origin: left center;
  }

  .mvp-care-verbatim .mvp-solution-proof {
    right: 8px;
    transform: scale(0.9);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .mvp-care-verbatim {
    min-height: 1120px;
  }

  .mvp-care-verbatim-inner {
    display: block;
    min-height: 1120px;
  }

  .mvp-care-verbatim-copy {
    max-width: 520px;
    padding: 82px 0 24px;
    translate: none;
  }

  .mvp-care-verbatim-stage {
    width: 760px;
    height: 560px;
    margin-left: -18px;
    transform: scale(0.88);
    transform-origin: left top;
  }

  .mvp-care-verbatim .mvp-solution-proof {
    top: 540px;
    right: 20px;
  }

  .mvp-care-energy-field {
    right: -4%;
    bottom: 45px;
    width: 82%;
  }
}

@media (max-width: 640px) {
  .mvp-care-verbatim {
    min-height: 1120px;
  }

  .mvp-care-verbatim .mvp-solution-hero-image {
    opacity: 0.48;
    object-position: 70% center;
  }

  .mvp-care-verbatim .mvp-solution-hero-shade {
    background: linear-gradient(180deg, rgba(2,8,20,.9) 0%, rgba(2,8,20,.78) 44%, rgba(2,8,20,.52) 100%);
  }

  .mvp-care-verbatim-inner {
    min-height: 1120px;
  }

  .mvp-care-verbatim-copy {
    padding: 90px 0 20px;
  }

  .mvp-care-verbatim-copy h1 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .mvp-care-verbatim-copy h1 em {
    white-space: normal;
  }

  .mvp-care-verbatim-copy .mvp-actions {
    flex-wrap: wrap;
  }

  .mvp-care-verbatim-copy .mvp-actions .btn {
    flex: 1 1 180px;
  }

  .mvp-care-verbatim-stage {
    width: 690px;
    height: 520px;
    margin: 10px 0 0 -22px;
    transform: scale(0.58);
    transform-origin: left top;
  }

  .mvp-care-panel-stack {
    left: 118px;
  }

  .mvp-care-inputs {
    left: -4px;
  }

  .mvp-care-motion-control {
    display: none;
  }

  .mvp-care-verbatim .mvp-solution-proof {
    top: auto;
    right: 22px;
    bottom: 46px;
    left: 22px;
    width: auto;
    min-height: 0;
    transform: none;
  }

  .mvp-care-proof-kicker {
    margin-bottom: 12px;
  }

  .mvp-care-verbatim .mvp-solution-proof small {
    margin-top: 12px;
  }

  .mvp-care-energy-field {
    right: -18%;
    bottom: 190px;
    width: 120%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-care-verbatim .mvp-solution-hero-image,
  .mvp-care-inputs span,
  .mvp-care-glass-panel,
  .mvp-care-glass-panel .mvp-care-panel-screen::before,
  .mvp-care-timeline li::before,
  .mvp-care-route-pulses path,
  .mvp-care-energy-field span,
  .mvp-care-verbatim .mvp-solution-proof {
    animation: none !important;
  }

  .mvp-care-glass-panel .mvp-care-panel-screen::before {
    display: none;
  }

  .mvp-care-route-pulses path {
    opacity: 0;
  }
}

/* ============================================================
   SIMULADOR DE TEMPO — responsividade e movimento reduzido
   ============================================================ */

.mvp-time-simulator .mvp-calculator-value input:focus,
.mvp-time-simulator .mvp-calculator-value input:focus-visible {
  outline: 0;
}

.mvp-time-simulator .mvp-calculator-state:focus,
.mvp-time-simulator .mvp-calculator-state:focus-visible {
  outline: 0;
}

.mvp-time-simulator .mvp-calculator-value:focus-within {
  box-shadow: 0 0 0 1px rgba(60, 218, 225, 0.16);
}

@media (max-width: 1200px) {
  .mvp-calculator .wrap {
    width: min(100% - 48px, 1120px);
  }

  .mvp-calculator-grid {
    grid-template-columns: minmax(320px, 0.74fr) minmax(540px, 1.26fr);
    gap: 42px;
  }

  .mvp-calculator-copy h2 {
    font-size: 54px;
  }

  .mvp-calculator-copy > p {
    font-size: 19px;
  }

  .mvp-calculator-form {
    min-height: 360px;
    padding: 22px 34px 16px;
  }

  .mvp-calculator-form[data-calculator-state="result"] {
    min-height: 360px;
    padding: 16px 34px 10px;
  }

  .mvp-calculator-state {
    min-height: 322px;
  }

  .mvp-calculator-state--result {
    min-height: 334px;
  }

  .mvp-calculator-energy-field {
    width: 36%;
  }

  .mvp-calculator-state > h3 {
    margin-top: 18px;
    font-size: 31px;
    line-height: 1.2;
  }

  .mvp-calculator-control {
    grid-template-columns: 50px 124px 50px;
    gap: 22px;
    margin-top: 14px;
  }

  .mvp-calculator-control--duration {
    grid-template-columns: 50px 182px 50px;
  }

  .mvp-calculator-control > button {
    width: 50px;
    height: 50px;
  }

  .mvp-calculator-value input {
    font-size: 64px;
  }

  .mvp-calculator-value--duration > span:last-child {
    font-size: 28px;
  }

  .mvp-calculator-action,
  .mvp-calculator-help,
  .mvp-calculator-feedback {
    width: 340px;
  }

  .mvp-calculator-action {
    min-height: 44px;
    margin-top: 16px;
  }

  .mvp-calculator-result-main strong {
    font-size: 66px;
  }

  .mvp-calculator-result-intro {
    margin-top: 6px;
    font-size: 22px;
  }

  .mvp-calculator-result-main > span {
    font-size: 28px;
  }

  .mvp-calculator-result-copy {
    margin-top: 4px;
    font-size: 13px;
  }

  .mvp-calculator-result-secondary {
    margin-top: 3px;
    font-size: 13px;
  }

  .mvp-calculator-state--result .mvp-calculator-action {
    width: 218px;
    min-height: 42px;
    margin-top: 9px;
  }

  .mvp-calculator-result-footer {
    margin-top: 0;
    padding-top: 8px;
    grid-template-columns: minmax(88px, 1fr) minmax(196px, 1.55fr) minmax(88px, 1fr);
    column-gap: 14px;
  }

  .mvp-calculator-method-link {
    margin-top: 0;
    font-size: 9px;
  }

  .mvp-calculator-disclaimer {
    font-size: 8px;
  }

  .mvp-calculator-redo {
    font-size: 9px;
  }
}

@media (max-width: 980px) {
  .mvp-calculator {
    min-height: 0;
    padding: 112px 0 84px;
  }

  .mvp-calculator .wrap {
    width: min(100% - 40px, 760px);
  }

  .mvp-calculator-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .mvp-calculator-copy {
    max-width: 620px;
    translate: none;
  }

  .mvp-calculator-copy h2 {
    font-size: clamp(52px, 7.8vw, 66px);
  }

  .mvp-calculator-form {
    width: 100%;
    max-width: 620px;
    justify-self: center;
    scroll-margin-top: 88px;
  }

  .mvp-calculator-energy-field {
    width: 34%;
  }
}

@media (max-width: 720px) {
  .mvp-calculator {
    padding: 102px 0 64px;
    scroll-margin-top: 0;
  }

  .mvp-calculator .wrap {
    width: calc(100% - 32px);
  }

  .mvp-calculator-grid {
    gap: 42px;
  }

  .mvp-calculator-copy .mvp-eyebrow {
    min-height: 40px;
    padding-inline: 17px;
    font-size: 11px;
  }

  .mvp-calculator-copy h2 {
    margin: 30px 0 26px;
    font-size: clamp(43px, 12vw, 54px);
    line-height: 1.04;
  }

  .mvp-calculator-copy h2 em {
    white-space: normal;
  }

  .mvp-calculator-copy > p {
    font-size: 17px;
  }

  .mvp-calculator-form,
  .mvp-calculator-form[data-calculator-state="result"] {
    min-height: 640px;
    padding: 32px 20px 28px;
    border-radius: 28px;
  }

  .mvp-calculator-form[data-calculator-state="result"] {
    min-height: 680px;
  }

  .mvp-calculator-energy-field {
    width: 24%;
    opacity: 0.86;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 22%, #000 60%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 22%, #000 60%, #000 100%);
  }

  .mvp-calculator-state,
  .mvp-calculator-state--result {
    min-height: 520px;
  }

  .mvp-calculator-state--result {
    min-height: 618px;
  }

  .mvp-calculator-progress {
    min-height: 46px;
    font-size: 12px;
  }

  .mvp-calculator-progress-dots {
    gap: 14px;
  }

  .mvp-calculator-progress-dots i,
  .mvp-calculator-progress-dots button {
    width: 10px;
    height: 10px;
  }

  .mvp-calculator-state > h3 {
    margin-top: 34px;
    font-size: 30px;
    line-height: 1.26;
  }

  .mvp-calculator-control,
  .mvp-calculator-control--duration {
    width: 100%;
    margin-top: 32px;
    justify-content: center;
  }

  .mvp-calculator-control {
    grid-template-columns: 64px 126px 64px;
    gap: 14px;
  }

  .mvp-calculator-control--duration {
    grid-template-columns: 64px 152px 64px;
    gap: 8px;
  }

  .mvp-calculator-control > button {
    width: 64px;
    height: 64px;
  }

  .mvp-calculator-control > button span {
    font-size: 32px;
  }

  .mvp-calculator-value input {
    font-size: 68px;
  }

  .mvp-calculator-value--duration input {
    width: 108px;
  }

  .mvp-calculator-value--duration > span:last-child {
    margin-left: 8px;
    font-size: 30px;
  }

  .mvp-calculator-action,
  .mvp-calculator-help,
  .mvp-calculator-feedback {
    width: 100%;
  }

  .mvp-calculator-action {
    min-height: 58px;
    margin-top: 30px;
    padding-inline: 18px;
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .mvp-calculator-help {
    margin-top: 20px;
    font-size: 14px;
  }

  .mvp-calculator-complete {
    gap: 11px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .mvp-calculator-complete img {
    width: 23px;
    height: 23px;
  }

  .mvp-calculator-result-intro {
    margin-top: 26px;
    font-size: 30px;
  }

  .mvp-calculator-result-main {
    margin-top: 10px;
  }

  .mvp-calculator-result-main strong {
    font-size: clamp(68px, 20.5vw, 86px);
    letter-spacing: -0.065em;
  }

  .mvp-calculator-result-main > span {
    margin-top: 7px;
    font-size: 44px;
  }

  .mvp-calculator-result-copy {
    margin-top: 26px;
    font-size: 17px;
  }

  .mvp-calculator-result-copy br {
    display: none;
  }

  .mvp-calculator-result-secondary {
    flex-wrap: wrap;
    gap: 5px 9px;
    font-size: 16px;
  }

  .mvp-calculator-state--result .mvp-calculator-action {
    width: 218px;
    min-height: 42px;
    margin-top: 22px;
    padding-inline: 20px;
    font-size: 13px;
  }

  .mvp-calculator-result-footer {
    position: static;
    margin-top: 18px;
    padding-top: 14px;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 8px;
  }

  .mvp-calculator-method-link {
    justify-self: center;
    margin-top: 0;
    font-size: 13px;
  }

  .mvp-calculator-disclaimer {
    justify-self: center;
    margin-top: 0;
    font-size: 11px;
  }

  .mvp-calculator-redo {
    position: static;
    align-self: center;
    justify-self: center;
    margin-top: 0;
    font-size: 11px;
  }

  .mvp-calculator-method-inner {
    padding: 27px 22px 30px;
  }

  .mvp-calculator-method h3 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-calculator-particles {
    display: none;
  }

  .mvp-calculator-energy-field {
    opacity: 0.58;
  }

  .mvp-calculator-scan {
    display: none;
  }

  .mvp-calculator-form.is-dissolving .mvp-calculator-state:not([hidden]) {
    animation-duration: 180ms;
    animation-name: mvp-calculator-reduced-out;
  }

  .mvp-calculator-form.is-materializing .mvp-calculator-state:not([hidden]) {
    animation-duration: 180ms;
    animation-name: mvp-calculator-reduced-in;
  }
}

@keyframes mvp-calculator-reduced-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes mvp-calculator-reduced-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Eyebrow editorial: sinal leve e integrado ao fundo, sem cápsula. */
.mvp-home-v5 .mvp-eyebrow.mvp-eyebrow--signal {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #33cbd1;
  font-family: var(--f-mono, "JetBrains Mono", monospace);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mvp-home-v5 .mvp-eyebrow.mvp-eyebrow--signal::before,
.mvp-home-v5 .mvp-eyebrow.mvp-eyebrow--signal::after {
  content: "·";
  flex: 0 0 auto;
  color: currentColor;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(51, 203, 209, 0.52);
}

@media (max-width: 480px) {
  .mvp-home-v5 .mvp-eyebrow.mvp-eyebrow--signal {
    gap: 8px;
    font-size: clamp(8px, 2.35vw, 10px);
    letter-spacing: 0.2em;
  }
}

/* Registro clínico: mesma escala, tipografia e ritmo das demais seções da home. */
.mvp-home-v5 .mvp-record {
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding: 116px 0;
  border-top: 1px solid rgba(70, 220, 226, 0.08);
  border-bottom: 1px solid rgba(70, 220, 226, 0.08);
  background-color: var(--mvp-navy);
}

.mvp-home-v5 .mvp-record::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.04;
  background: url("../assets/soma-hud-bg.jpg") right top / cover no-repeat;
  pointer-events: none;
}

.mvp-home-v5 .mvp-record-shell {
  width: 100%;
  max-width: 1440px;
  padding-inline: clamp(20px, 5vw, 80px);
}

.mvp-home-v5 .mvp-record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 6vw, 84px);
}

.mvp-home-v5 .mvp-record-copy {
  padding-top: 0;
}

.mvp-home-v5 .mvp-source-heading > span,
.mvp-home-v5 .mvp-record-caveat-label {
  color: #31d8de;
  font: 500 10px/1.4 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mvp-home-v5 .mvp-record-caveat-label::after {
  content: "";
  width: 32px;
  height: 1px;
  flex: 0 0 auto;
  background-color: rgba(78, 231, 235, 0.46);
}

.mvp-home-v5 .mvp-record-copy h2 {
  margin: 24px 0 22px;
  letter-spacing: -0.045em;
}

.mvp-home-v5 .mvp-record-copy h2 strong,
.mvp-home-v5 .mvp-record-copy h2 em {
  display: block;
}

.mvp-home-v5 .mvp-record-copy h2 strong {
  color: #f5f9fc;
  font-size: clamp(42px, 4.25vw, 62px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.02;
}

.mvp-home-v5 .mvp-record-copy h2 em {
  margin-top: 8px;
  color: #72dde1;
  font-family: var(--f-serif, "Instrument Serif", Georgia, serif);
  font-size: clamp(40px, 3.8vw, 54px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.015em;
  width: auto;
  transform: none;
}

.mvp-home-v5 .mvp-record-copy > p {
  max-width: 520px;
  color: #b8c6d4;
  font-size: 16px;
  line-height: 1.72;
  text-align: justify;
  text-align-last: left;
  text-wrap: pretty;
  hyphens: auto;
}

.mvp-home-v5 .mvp-source-panel {
  position: relative;
  padding-top: 66px;
}

.mvp-home-v5 .mvp-source-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 129px;
  bottom: 63px;
  left: -40px;
  display: block;
  width: 1px;
  background-color: rgba(76, 221, 226, 0.34);
  box-shadow: 0 0 14px rgba(76, 221, 226, 0.2);
}

.mvp-home-v5 .mvp-source-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.mvp-home-v5 .mvp-source-heading > span {
  font-size: 10px;
  letter-spacing: 0.2em;
}

.mvp-home-v5 .mvp-source-heading > strong {
  color: #f5f9fc;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.mvp-home-v5 .mvp-source-stack {
  display: grid;
  gap: 12px;
}

.mvp-home-v5 .mvp-source-stack a {
  position: relative;
  z-index: 1;
  display: grid;
  height: 126px;
  min-height: 112px;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 18px 22px 18px 0;
  overflow: visible;
  border: 1px solid rgba(127, 231, 235, 0.18);
  border-radius: 16px;
  color: #f5f9fc;
  background-color: rgba(7, 21, 38, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  transition: border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

.mvp-home-v5 .mvp-source-stack a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(77, 224, 229, 0.52);
  box-shadow: 0 0 12px rgba(77, 224, 229, 0.22);
  transform: translateY(-50%);
}

.mvp-home-v5 .mvp-source-stack a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 36px);
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(190, 253, 255, 0.92);
  border-radius: 50%;
  background-color: #57edf0;
  box-shadow: 0 0 7px #57edf0, 0 0 18px rgba(87, 237, 240, 0.72);
  transform: translate(50%, -50%);
  animation: mvp-source-node-pulse 2.8s ease-in-out infinite;
}

.mvp-home-v5 .mvp-source-stack a:nth-child(2)::after {
  animation-delay: 0.45s;
}

.mvp-home-v5 .mvp-source-stack a:nth-child(3)::after {
  animation-delay: 0.9s;
}

@keyframes mvp-source-node-pulse {
  0%,
  100% {
    opacity: 0.72;
    box-shadow: 0 0 5px #57edf0, 0 0 12px rgba(87, 237, 240, 0.48);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 9px #8cf8f6, 0 0 24px rgba(87, 237, 240, 0.9);
  }
}

.mvp-home-v5 .mvp-source-stack a:hover,
.mvp-home-v5 .mvp-source-stack a:focus-visible {
  transform: none;
  border-color: rgba(127, 231, 235, 0.42);
  background-color: rgba(8, 27, 46, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2), 0 0 24px rgba(13, 188, 196, 0.08);
}

.mvp-home-v5 .mvp-source-number {
  display: grid;
  min-height: 64px;
  place-items: center;
  border-right: 1px solid rgba(90, 224, 229, 0.45);
  color: #50dce2;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.mvp-home-v5 .mvp-source-copy {
  display: grid;
  gap: 6px;
  padding-left: 22px;
  color: inherit;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.mvp-home-v5 .mvp-source-copy > span {
  color: #31d8de;
  font: 500 10px/1.3 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mvp-home-v5 .mvp-source-copy > strong {
  font-size: 20px;
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.mvp-home-v5 .mvp-source-copy > small {
  color: #b7c4d2;
  font-size: 14px;
  line-height: 1.4;
}

.mvp-home-v5 .mvp-record-caveat {
  display: grid;
  min-height: 72px;
  grid-template-columns: 44px 160px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-top: 28px !important;
  padding: 16px 24px;
  border: 1px solid rgba(127, 231, 235, 0.18);
  border-radius: 16px;
  color: #c6d0db !important;
  background-color: rgba(7, 21, 38, 0.72);
  font-size: 14px !important;
}

.mvp-home-v5 .mvp-record-caveat-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #8cf3f2;
  border-radius: 50%;
  color: #8cf3f2;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 18px rgba(72, 225, 229, 0.12);
}

.mvp-home-v5 .mvp-record-caveat-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
  border-left: 1px solid rgba(93, 225, 230, 0.5);
  font-size: 10px;
}

.mvp-home-v5 .mvp-record-caveat p {
  margin: 0;
  color: #c6d0db;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .mvp-home-v5 .mvp-record {
    min-height: 0;
  }

  .mvp-home-v5 .mvp-record-shell {
    width: 100%;
    max-width: 1440px;
    padding-inline: clamp(20px, 5vw, 80px);
  }

  .mvp-home-v5 .mvp-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
  }

  .mvp-home-v5 .mvp-record-copy h2 strong {
    font-size: clamp(42px, 5vw, 56px);
  }

  .mvp-home-v5 .mvp-record-copy h2 em {
    font-size: clamp(40px, 4.5vw, 50px);
  }

  .mvp-home-v5 .mvp-record-copy > p {
    font-size: 16px;
  }

  .mvp-home-v5 .mvp-source-stack a {
    grid-template-columns: 64px minmax(0, 1fr);
    padding-right: 20px;
  }

  .mvp-home-v5 .mvp-source-copy {
    padding-left: 20px;
  }

  .mvp-home-v5 .mvp-source-copy > strong {
    font-size: 18px;
  }

  .mvp-home-v5 .mvp-source-copy > small {
    font-size: 13px;
  }

  .mvp-home-v5 .mvp-record-caveat {
    grid-template-columns: 44px 150px minmax(0, 1fr);
    padding: 16px 20px;
  }
}

@media (max-width: 980px) {
  .mvp-home-v5 .mvp-record {
    padding: 82px 0;
  }

  .mvp-home-v5 .mvp-record-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mvp-home-v5 .mvp-record-copy,
  .mvp-home-v5 .mvp-record-copy > p {
    max-width: 700px;
  }

  .mvp-home-v5 .mvp-source-panel {
    width: 100%;
    max-width: 760px;
    padding-top: 0;
  }

  .mvp-home-v5 .mvp-record-copy h2 em {
    width: auto;
    transform: none;
  }

  .mvp-home-v5 .mvp-source-panel::before,
  .mvp-home-v5 .mvp-source-stack a::before,
  .mvp-home-v5 .mvp-source-stack a::after {
    display: none;
  }

  .mvp-home-v5 .mvp-record-caveat {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
  }

  .mvp-home-v5 .mvp-record-caveat-label {
    border-left: 0;
    padding-left: 0;
  }

  .mvp-home-v5 .mvp-record-caveat p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .mvp-home-v5 .mvp-record {
    padding: 72px 0;
  }

  .mvp-home-v5 .mvp-record-shell {
    width: 100%;
    padding-inline: 20px;
  }

  .mvp-home-v5 .mvp-record-copy h2 {
    margin: 24px 0 22px;
  }

  .mvp-home-v5 .mvp-record-copy h2 strong {
    font-size: clamp(40px, 12vw, 50px);
  }

  .mvp-home-v5 .mvp-record-copy h2 em {
    margin-top: 8px;
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.02;
    text-wrap: balance;
  }

  .mvp-home-v5 .mvp-record-copy h2 em br {
    display: none;
  }

  .mvp-home-v5 .mvp-record-copy > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mvp-home-v5 .mvp-source-heading > strong {
    font-size: 22px;
  }

  .mvp-home-v5 .mvp-source-stack a {
    height: 140px;
    min-height: 140px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 18px 16px 18px 0;
  }

  .mvp-home-v5 .mvp-source-number {
    min-height: 64px;
    font-size: 26px;
  }

  .mvp-home-v5 .mvp-source-copy {
    gap: 6px;
    padding-left: 16px;
  }

  .mvp-home-v5 .mvp-source-copy > span {
    font-size: 10px;
  }

  .mvp-home-v5 .mvp-source-copy > strong {
    font-size: 17px;
  }

  .mvp-home-v5 .mvp-source-copy > small {
    font-size: 13px;
  }

  .mvp-home-v5 .mvp-record-caveat {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .mvp-home-v5 .mvp-record-caveat-icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .mvp-home-v5 .mvp-record-caveat-label {
    gap: 12px;
    font-size: 11px;
  }

  .mvp-home-v5 .mvp-record-caveat-label::after {
    width: 28px;
  }

  .mvp-home-v5 .mvp-record-caveat p {
    font-size: 14px;
  }
}

/* Rede de módulos conectada ao carrossel de soluções. */
.mvp-home-v5 .mvp-showcase-head--solo {
  grid-template-columns: minmax(0, 800px);
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream {
  left: -16px;
  top: 72px;
  z-index: 6;
  display: grid;
  width: 220px;
  gap: 10px;
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream > span {
  position: relative;
  display: flex;
  width: 220px;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 9px 13px;
  border-color: rgba(62, 157, 184, 0.2);
  border-radius: 13px;
  color: rgba(183, 213, 225, 0.48);
  background: linear-gradient(110deg, rgba(6, 25, 43, 0.88), rgba(7, 21, 38, 0.72));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(127, 231, 235, 0.015);
  transition: color 420ms ease, border-color 420ms ease, background 420ms ease, box-shadow 420ms ease, opacity 420ms ease;
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream > span::after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  width: var(--module-line-length, 190px);
  height: 1px;
  opacity: 0.18;
  background: linear-gradient(90deg, currentColor 0%, rgba(65, 202, 209, 0.32) 58%, transparent 100%);
  box-shadow: 0 0 8px rgba(2, 184, 191, 0.14);
  transform: rotate(var(--module-line-angle, 0deg));
  transform-origin: left center;
  transition: opacity 420ms ease, box-shadow 420ms ease;
  pointer-events: none;
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream > span.is-relevant {
  border-color: rgba(35, 209, 216, 0.66);
  color: #83f2f4;
  background: linear-gradient(110deg, rgba(6, 46, 63, 0.96), rgba(7, 25, 43, 0.86));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), 0 0 22px rgba(2, 184, 191, 0.2), inset 0 0 16px rgba(2, 184, 191, 0.06);
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream > span.is-relevant::after {
  opacity: 0.88;
  background: linear-gradient(90deg, currentColor 0%, rgba(39, 210, 216, 0.62) 62%, rgba(123, 97, 255, 0.18) 88%, transparent 100%);
  box-shadow: 0 0 10px rgba(2, 184, 191, 0.54);
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream img {
  position: relative;
  z-index: 1;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  opacity: 0.52;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(69%) sepia(55%) saturate(680%) hue-rotate(133deg) brightness(94%);
  transition: opacity 420ms ease, filter 420ms ease, transform 420ms ease;
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream .is-relevant img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(88%) sepia(35%) saturate(846%) hue-rotate(118deg) brightness(104%);
  transform: scale(1.06);
}

.mvp-home-v5 .mvp-showcase .mvp-module-stream b {
  position: relative;
  z-index: 1;
  font: 500 9px/1.35 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.075em;
}

.mvp-home-v5 .mvp-showcase .mvp-product-card.is-next,
.mvp-home-v5 .mvp-showcase .mvp-product-card.is-prev {
  cursor: pointer;
}

/* The projected cards sit behind the active 3D plane, so dedicated hit areas
   cover only their visible edges and keep the interaction reliable. */
.mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 116px;
  height: 76%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger--prev {
  right: calc(50% + 200px);
}

.mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger--next {
  left: calc(50% + 200px);
}

.mvp-home-v5 .mvp-showcase .mvp-product-card.is-next.is-card-preview,
.mvp-home-v5 .mvp-showcase .mvp-product-card.is-prev.is-card-preview {
  opacity: 0.76;
  border-color: rgba(127, 231, 235, 0.68);
  filter: saturate(0.86) brightness(0.9);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.48), 0 0 32px rgba(2, 184, 191, 0.16);
}

.mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger:focus-visible {
  outline: 0;
}

@media (max-width: 1180px) {
  .mvp-home-v5 .mvp-showcase .mvp-product-stage {
    min-height: 730px;
  }

  .mvp-home-v5 .mvp-showcase .mvp-module-stream {
    left: 50%;
    top: 0;
    display: grid;
    width: min(760px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    transform: translateX(-50%);
  }

  .mvp-home-v5 .mvp-showcase .mvp-module-stream > span {
    width: 100%;
    min-height: 46px;
    animation-duration: 5.6s;
  }

  .mvp-home-v5 .mvp-showcase .mvp-module-stream > span::after {
    display: none;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-viewport {
    inset: 126px 0 86px;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-controls {
    bottom: 46px;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger {
    width: 90px;
    height: 62%;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger--prev {
    right: calc(50% + 178px);
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger--next {
    left: calc(50% + 178px);
  }
}

@media (max-width: 720px) {
  .mvp-home-v5 .mvp-showcase .mvp-product-stage {
    min-height: 790px;
  }

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

  .mvp-home-v5 .mvp-showcase .mvp-module-stream > span {
    min-height: 43px;
    padding: 8px 10px;
  }

  .mvp-home-v5 .mvp-showcase .mvp-module-stream b {
    font-size: 8px;
    letter-spacing: 0.045em;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-viewport {
    inset: 178px 0 88px;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-controls {
    bottom: 48px;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger {
    width: 62px;
    height: 54%;
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger--prev {
    right: calc(50% + 154px);
  }

  .mvp-home-v5 .mvp-showcase .mvp-carousel-card-trigger--next {
    left: calc(50% + 154px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-home-v5 .mvp-showcase .mvp-module-stream > span {
    animation: none;
  }
}

/* Cards finais com imagem real, hierarquia simétrica e ícones canônicos da plataforma. */
.mvp-home-v5 .mvp-paths .mvp-section-head {
  max-width: 940px;
}

.mvp-home-v5 .mvp-paths .mvp-section-head h2 {
  text-wrap: balance;
}

.mvp-home-v5 .mvp-paths .mvp-section-head > p {
  max-width: 720px;
  color: rgba(204, 219, 231, 0.8);
  font-size: 17px;
  line-height: 1.65;
}

.mvp-home-v5 .mvp-path-grid {
  align-items: stretch;
  gap: 24px;
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 310px;
  aspect-ratio: auto;
  align-content: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-color: rgba(127, 231, 235, 0.2);
  background: #071222;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 20, 0.02) 0%, rgba(4, 13, 25, 0.22) 46%, rgba(4, 12, 23, 0.9) 79%, #050d19 100%);
  pointer-events: none;
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--mvp-teal-light), transparent);
  box-shadow: 0 0 18px rgba(2, 184, 191, 0.54);
  transition: opacity 320ms ease;
  pointer-events: none;
}

.mvp-home-v5 .mvp-path-card-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
  filter: saturate(0.94) contrast(1.03) brightness(0.84);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 420ms ease, opacity 420ms ease;
}

.mvp-home-v5 .mvp-path-card-content {
  position: relative;
  z-index: 3;
  display: grid;
  min-width: 0;
  min-height: 100%;
  align-content: end;
  gap: 10px;
  padding: 28px;
  color: var(--mvp-ice);
  font-family: var(--f-body, Inter, sans-serif);
  letter-spacing: normal;
  text-transform: none;
}

.mvp-home-v5 .mvp-path-card-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mvp-teal-light);
  font: 500 9px/1.3 var(--f-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mvp-home-v5 .mvp-path-card-kicker img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(84%) sepia(31%) saturate(824%) hue-rotate(125deg) brightness(101%);
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card strong {
  display: flex;
  min-height: 56px;
  align-items: flex-end;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.08;
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card small {
  color: rgba(226, 238, 246, 0.72);
  font-size: 13px;
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card:hover::after,
.mvp-home-v5 .mvp-path-grid .mvp-path-card:focus-visible::after {
  opacity: 1;
}

.mvp-home-v5 .mvp-path-grid .mvp-path-card:hover .mvp-path-card-bg,
.mvp-home-v5 .mvp-path-grid .mvp-path-card:focus-visible .mvp-path-card-bg {
  opacity: 1;
  filter: saturate(1.04) contrast(1.04) brightness(0.9);
  transform: scale(1.045);
}

@media (max-width: 980px) {
  .mvp-home-v5 .mvp-path-grid .mvp-path-card {
    min-height: 250px;
    aspect-ratio: auto;
  }

  .mvp-home-v5 .mvp-path-grid .mvp-path-card strong {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .mvp-home-v5 .mvp-path-grid .mvp-path-card {
    min-height: 230px;
    border-radius: 20px;
  }

  .mvp-home-v5 .mvp-path-card-content {
    padding: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvp-home-v5 .mvp-path-card-bg {
    transition: none;
  }
}
