/* MATIS LABS product-led homepage
   Editorial product design: real interfaces, quiet surfaces, one gold accent. */

body.home-product {
  --product-ink: #10182d;
  --product-copy: #465066;
  --product-muted: #636c7f;
  --product-paper: #f7f5ef;
  --product-white: #ffffff;
  --product-line: #dedbd2;
  --product-gold: #88651f;
  --product-gold-dark: #6f5018;
  --product-navy: #111a31;
  margin: 0;
  background: var(--product-paper);
  color: var(--product-ink);
}

body.home-product main {
  overflow: hidden;
}

body.home-product h1,
body.home-product h2,
body.home-product h3 {
  color: var(--product-ink);
  text-wrap: balance;
}

body.home-product p,
body.home-product li {
  text-wrap: pretty;
}

body.home-product header {
  border-bottom: 1px solid rgba(16, 24, 45, 0.1);
  background: rgba(247, 245, 239, 0.96);
  box-shadow: none;
}

body.home-product header .logo,
body.home-product header .nav-link,
body.home-product header .nav-aktion {
  color: var(--product-ink);
}

.nav-menu-product .nav-submenu-breit {
  grid-template-columns: minmax(270px, 1fr) minmax(320px, 1.15fr);
  width: min(760px, calc(100vw - 2rem));
}

.nav-menu-product .nav-spalte {
  min-width: 0;
}

.nav-menu-product .nav-submenu-gruppe {
  color: var(--product-gold-dark);
}

.nav-menu-product .nav-platform-lead > .nav-link {
  border: 1px solid rgba(154, 116, 43, 0.28);
  background: #fbf7ea;
}

.nav-menu-product .nav-aktion--software {
  min-width: max-content;
  border-color: var(--product-gold);
  background: var(--product-gold);
  color: #fff;
}

.product-home-hero {
  padding: clamp(8rem, 12vw, 10rem) 0 clamp(4rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--product-line);
  background: var(--product-paper);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
}

.product-eyebrow,
.product-section-label,
.product-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--product-gold-dark);
  font: 700 0.72rem/1.3 var(--font-mono);
  text-transform: uppercase;
}

.product-eyebrow::before,
.product-section-label::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}

.product-home-hero h1 {
  max-width: 780px;
  margin: 1.25rem 0 1.4rem;
  font-size: clamp(2.65rem, 5.3vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.product-hero-lead {
  max-width: 690px;
  margin: 0;
  color: var(--product-copy);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.7;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
}

.product-primary,
.product-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: 1px solid var(--product-gold);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out;
}

.product-primary {
  background: var(--product-gold);
  color: #fff;
}

.product-secondary {
  background: transparent;
  color: var(--product-ink);
}

.product-primary:hover,
.product-secondary:hover {
  transform: translateY(-1px);
}

.product-secondary:hover {
  background: #fff;
}

.product-text-link {
  color: var(--product-gold-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.product-hero-note {
  margin: 1rem 0 0;
  color: var(--product-muted);
  font-size: 0.85rem;
}

.product-browser {
  margin: 0;
  overflow: hidden;
  border: 1px solid #c9c5ba;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(17, 26, 49, 0.14);
}

.product-browser-bar {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  padding: 0 0.9rem;
  border-bottom: 1px solid #dedbd2;
  background: #f1efe9;
}

.product-browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b6b1a7;
}

.product-browser-label {
  margin-left: auto;
  color: #5d6574;
  font: 600 0.67rem/1 var(--font-mono);
}

.product-browser img {
  display: block;
  width: 100%;
  height: auto;
}

.product-browser figcaption {
  padding: 0.75rem 1rem 0.9rem;
  color: var(--product-muted);
  font-size: 0.78rem;
}

.product-trust {
  border-bottom: 1px solid var(--product-line);
  background: #fff;
}

.product-trust-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.product-trust-list div {
  min-height: 108px;
  padding: 1.35rem;
  border-right: 1px solid var(--product-line);
}

.product-trust-list div:first-child {
  border-left: 1px solid var(--product-line);
}

.product-trust-list dt {
  color: var(--product-ink);
  font-weight: 750;
}

.product-trust-list dd {
  margin: 0.45rem 0 0;
  color: var(--product-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.product-section {
  padding: clamp(4rem, 6.5vw, 6.5rem) 0;
}

.product-section--white {
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: #fff;
}

.product-section--navy {
  background: var(--product-navy);
  color: #f7f5ef;
}

body.home-product .product-section--navy h2,
body.home-product .product-section--navy h3 {
  color: #fff;
}

.product-section--navy p,
.product-section--navy li {
  color: #cbd0db;
}

.product-section--navy .product-section-label {
  color: #dbc387;
}

.product-section--navy .product-text-link {
  color: #e2cb91;
}

.product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.product-heading h2,
.lead-product-copy h2,
.product-final h2 {
  margin: 0.75rem 0 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.product-heading > p,
.lead-product-copy > p {
  margin: 0;
  color: var(--product-copy);
  line-height: 1.7;
}

.lead-product-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.lead-product-copy {
  position: sticky;
  top: 7rem;
}

.lead-product-copy .product-actions {
  margin-top: 1.5rem;
}

.work-model {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: work-model;
}

.work-model li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--product-line);
  counter-increment: work-model;
}

.work-model li::before {
  content: counter(work-model, decimal-leading-zero);
  color: var(--product-gold-dark);
  font: 700 0.75rem/1.5 var(--font-mono);
}

.work-model strong,
.work-model span {
  display: block;
}

.work-model strong {
  margin-bottom: 0.25rem;
  color: var(--product-ink);
}

.work-model span {
  color: var(--product-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.platform-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
}

.platform-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid var(--product-line);
  border-radius: 14px;
  background: #fff;
}

.platform-card--mloffice {
  grid-row: span 2;
  background: #f5eedc;
}

.platform-card--future {
  background: #eef0f3;
}

.platform-card h3 {
  margin: 0.7rem 0 0.7rem;
  font-size: clamp(1.5rem, 2.7vw, 2.5rem);
}

.platform-card p {
  margin: 0;
  color: var(--product-copy);
  line-height: 1.65;
}

.platform-card .product-text-link {
  margin-top: auto;
  padding-top: 1.4rem;
}

.platform-shot {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  border: 1px solid #d1cdc3;
  border-radius: 10px;
  background: #fff;
}

.profile-tabs {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.profile-tablist {
  display: grid;
  gap: 0.55rem;
}

.profile-tab {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  background: transparent;
  color: var(--product-ink);
  cursor: pointer;
  font: 700 0.9rem/1.35 var(--font-body);
  text-align: left;
}

.profile-tab[aria-selected="true"] {
  border-color: var(--product-gold);
  background: #fff;
  box-shadow: inset 4px 0 0 var(--product-gold);
}

.profile-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  gap: 1.5rem;
  padding: 1.2rem;
  border: 1px solid var(--product-line);
  border-radius: 14px;
  background: #fff;
}

.profile-panel[hidden] {
  display: none;
}

.profile-panel img {
  width: 100%;
  height: auto;
  border: 1px solid #d8d4ca;
  border-radius: 8px;
}

.profile-panel > picture {
  display: block;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #d8d4ca;
  border-radius: 8px;
  background: #0b1221;
}

.profile-panel > picture img {
  display: block;
  border: 0;
  border-radius: 0;
}

.profile-panel h3 {
  margin: 0.5rem 0 0.7rem;
  font-size: 1.45rem;
}

.profile-panel p,
.profile-panel li {
  color: var(--product-copy);
  font-size: 0.9rem;
  line-height: 1.55;
}

.profile-disclaimer {
  margin: 1rem 0 0;
  color: var(--product-muted);
  font-size: 0.82rem;
}

.specialized-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}

.specialized-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  padding: 1.5rem;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: #fff;
}

.specialized-card h3 {
  margin: 0.7rem 0;
  font-size: 1.35rem;
}

.specialized-card p {
  margin: 0;
  color: var(--product-copy);
  font-size: 0.9rem;
  line-height: 1.55;
}

.specialized-card a,
.specialized-card span:last-child {
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--product-gold-dark);
  font-weight: 700;
  text-decoration: none;
}

.software-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.software-trust-grid h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.software-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.software-trust-list article {
  min-height: 175px;
  padding: 1.35rem;
  background: var(--product-navy);
}

.software-trust-list h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
}

.software-trust-list p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
}

.consulting-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--product-line);
  border-radius: 14px;
  background: #fff;
}

.consulting-secondary h2 {
  margin: 0.65rem 0 0.75rem;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
}

.consulting-secondary p {
  max-width: 760px;
  margin: 0;
  color: var(--product-copy);
  line-height: 1.65;
}

.product-faq {
  max-width: 900px;
}

.product-faq details {
  border-bottom: 1px solid var(--product-line);
}

.product-faq summary {
  padding: 1.2rem 0;
  color: var(--product-ink);
  cursor: pointer;
  font-weight: 750;
}

.product-faq details p {
  margin: 0;
  padding: 0 0 1.2rem;
  color: var(--product-copy);
  line-height: 1.65;
}

.product-final {
  padding: clamp(3rem, 7vw, 6rem);
  border-radius: 16px;
  background: var(--product-navy);
  color: #fff;
  text-align: center;
}

body.home-product .product-final h2 {
  color: #fff;
}

.product-final p {
  max-width: 680px;
  margin: 1rem auto 0;
  color: #cbd0db;
  line-height: 1.65;
}

.product-final .product-actions {
  justify-content: center;
}

.product-final .product-secondary {
  border-color: #c8b174;
  color: #fff;
}

.product-final .product-text-link {
  display: inline-block;
  margin-top: 1.25rem;
  color: #dbc387;
}

.product-final .product-section-label {
  color: #dbc387;
}

@media (max-width: 1080px) {
  .product-hero-grid,
  .lead-product-layout,
  .software-trust-grid,
  .mlo-agent-layout {
    grid-template-columns: 1fr;
  }

  .product-hero-grid {
    gap: 3rem;
  }

  .lead-product-copy {
    position: static;
  }

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

  .mlo-flow-card,
  .mlo-flow-card:nth-child(-n + 2) {
    grid-column: auto;
  }

  .mlo-flow-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .product-heading,
  .profile-tabs,
  .profile-panel,
  .consulting-secondary {
    grid-template-columns: 1fr;
  }

  .product-trust-list,
  .platform-grid,
  .specialized-grid,
  .mlo-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlo-plan-card:last-child {
    grid-column: 1 / -1;
  }

  .platform-card--mloffice {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .specialized-grid {
    border-left: 0;
  }

  .specialized-card {
    border-left: 1px solid var(--product-line);
  }
}

@media (max-width: 640px) {
  .product-home-hero {
    padding-top: 7rem;
  }

  .product-home-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .product-actions,
  .product-actions a {
    width: 100%;
  }

  .product-trust-list,
  .platform-grid,
  .specialized-grid,
  .software-trust-list,
  .mlo-flow-grid,
  .mlo-pricing-grid {
    grid-template-columns: 1fr;
  }

  .mlo-flow-card:last-child,
  .mlo-plan-card:last-child {
    grid-column: auto;
  }

  .mlo-agent-compare-wrap {
    overflow-x: auto;
  }

  .mlo-agent-compare {
    min-width: 560px;
  }

  .product-trust-list div {
    min-height: 0;
    border-left: 1px solid var(--product-line);
    border-bottom: 1px solid var(--product-line);
  }

  .product-browser {
    border-radius: 10px;
  }

  .consulting-secondary .product-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-primary,
  .product-secondary {
    transition: none;
  }
}

/* Aura Assistant inspired homepage: light spatial product storytelling. */
body.home-product:not(.mloffice-bridge) {
  --assistant-blue: #245bd8;
  --assistant-blue-dark: #1843a2;
  --assistant-blue-soft: #e9f1ff;
  --assistant-sky: #d9e9ff;
  --assistant-ice: #f3f7ff;
  --assistant-ink: #101b38;
  --assistant-copy: #4b5873;
  --assistant-line: #dbe3f2;
  background: #f8faff;
  color: var(--assistant-ink);
}

body.home-product:not(.mloffice-bridge) header {
  border-bottom-color: rgba(22, 43, 87, 0.08);
  background: rgba(248, 250, 255, 0.9);
  backdrop-filter: blur(16px);
}

body.home-product:not(.mloffice-bridge) .nav-menu-product .nav-aktion--software,
body.home-product:not(.mloffice-bridge) .product-primary {
  border-color: var(--assistant-blue);
  background: var(--assistant-blue);
  color: #fff;
}

body.home-product:not(.mloffice-bridge) .product-primary:hover {
  border-color: var(--assistant-blue-dark);
  background: var(--assistant-blue-dark);
}

body.home-product:not(.mloffice-bridge) .product-secondary {
  border-color: #bcc9df;
  background: rgba(255,255,255,.72);
  color: var(--assistant-ink);
}

body.home-product:not(.mloffice-bridge) .product-text-link {
  color: var(--assistant-blue-dark);
}

body.home-product:not(.mloffice-bridge) .product-eyebrow,
body.home-product:not(.mloffice-bridge) .product-section-label,
body.home-product:not(.mloffice-bridge) .product-status {
  color: var(--assistant-blue-dark);
}

body.home-product:not(.mloffice-bridge) .container {
  max-width: 78rem;
}

body.home-product:not(.mloffice-bridge) h1,
body.home-product:not(.mloffice-bridge) h2,
body.home-product:not(.mloffice-bridge) h3 {
  text-wrap: balance;
}

body.home-product:not(.mloffice-bridge) p {
  text-wrap: pretty;
}

body.home-product:not(.mloffice-bridge) elevenlabs-convai {
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease-out;
}

body.home-product:not(.mloffice-bridge).home-chat-ready elevenlabs-convai {
  opacity: 1;
  pointer-events: auto;
}

.assistant-hero {
  position: relative;
  min-height: 880px;
  padding: clamp(6.5rem, 7vw, 7.5rem) 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 18%, rgba(165, 202, 255, .58), transparent 27%),
    radial-gradient(circle at 14% 76%, rgba(219, 234, 255, .8), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #eef5ff 78%, #e7f0ff 100%);
}

.assistant-orb {
  position: absolute;
  border: 1px solid rgba(85, 137, 220, .14);
  border-radius: 999px;
  pointer-events: none;
}

.assistant-orb--one {
  top: 80px;
  right: -140px;
  width: 520px;
  height: 520px;
}

.assistant-orb--two {
  bottom: 80px;
  left: -90px;
  width: 300px;
  height: 300px;
}

.assistant-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(450px, .82fr) minmax(580px, 1.18fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  align-items: center;
}

.assistant-hero-copy {
  min-width: 0;
  padding-bottom: 4.5rem;
}

.assistant-hero h1 {
  max-width: 760px;
  margin: 1.35rem 0 1.5rem;
  color: var(--assistant-ink);
  font-size: clamp(2.9rem, 4.15vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.064em;
}

.assistant-hero h1 > span {
  display: block;
}

.assistant-hero h1 .assistant-highlight {
  color: var(--assistant-blue);
}

.assistant-hero .product-hero-lead {
  max-width: 660px;
  color: var(--assistant-copy);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}

.assistant-stage {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  padding: 0;
}

.assistant-stage::before {
  display: none;
}

.product-browser--hero {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 1;
  transform: none;
  border-color: rgba(112, 138, 181, .3);
  border-radius: 20px;
  box-shadow: 0 34px 90px rgba(49, 79, 132, .22), 0 8px 24px rgba(49,79,132,.1);
}

.product-browser--hero figcaption {
  background: #fff;
}

.assistant-status-card {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 0;
  gap: .75rem;
  align-items: center;
  min-height: 126px;
  padding: .55rem .8rem .55rem .35rem;
  border: 1px solid rgba(106, 137, 188, .24);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 20px rgba(52, 80, 129, .09);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.assistant-status-card:hover {
  transform: translateY(-4px);
  border-color: rgba(138, 109, 51, .38);
  box-shadow: 0 14px 28px rgba(17, 27, 54, .12);
}

.assistant-status-card:focus-visible { outline: 3px solid rgba(196, 162, 97, .42); outline-offset: 3px; }

.assistant-product-box {
  width: clamp(58px, 5.3vw, 78px);
  height: 106px;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.assistant-status-card strong,
.assistant-status-card span {
  display: block;
}

.assistant-status-card strong {
  color: var(--assistant-ink);
  font-size: .86rem;
}

.assistant-status-card div > span {
  margin-top: .15rem;
  color: #64718a;
  font-size: .69rem;
}

.assistant-status-icon {
  display: grid !important;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--assistant-blue-soft);
  color: var(--assistant-blue-dark);
  font: 800 .75rem/1 var(--font-mono);
}

.assistant-status-card--top,
.assistant-status-card--right,
.assistant-status-card--bottom { inset: auto; grid-row: 2; }

.assistant-trust-wrap {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}

.assistant-trust-wrap .product-trust-list {
  overflow: hidden;
  border: 1px solid rgba(104, 135, 183, .22);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: rgba(255,255,255,.82);
  box-shadow: 0 -10px 32px rgba(56, 89, 144, .07);
}

.assistant-trust-wrap .product-trust-list div,
.assistant-trust-wrap .product-trust-list div:first-child {
  border-color: var(--assistant-line);
}

.assistant-centered-heading {
  max-width: 850px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.assistant-centered-heading .product-section-label {
  justify-content: center;
}

.assistant-centered-heading h2,
.assistant-transform-heading h2 {
  margin: .85rem 0 1rem;
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -.052em;
}

.assistant-centered-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--assistant-copy);
  font-size: 1.05rem;
  line-height: 1.7;
}

.assistant-problem {
  position: relative;
  padding-top: clamp(6rem, 10vw, 10rem);
  background:
    radial-gradient(circle at 50% 0, rgba(202,224,255,.7), transparent 36%),
    #f8faff;
}

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

.problem-card {
  position: relative;
  min-height: 235px;
  padding: 1.6rem;
  border: 1px solid var(--assistant-line);
  border-radius: 22px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 16px 40px rgba(55, 86, 137, .06);
  transition: transform 180ms ease-out;
}

.problem-card:nth-child(even) {
  transform: none;
}

.problem-card:hover { transform: translateY(-4px); }
.problem-card:nth-child(even):hover { transform: translateY(-4px); }

.problem-signal {
  position: absolute;
  top: 1.45rem;
  right: 1.45rem;
  display: flex;
  gap: .35rem;
  align-items: center;
}

.problem-signal i {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #9eb5da;
  border-radius: 50%;
  background: #fff;
  transition: transform 180ms ease-out, opacity 180ms ease-out;
}

.problem-signal i:nth-child(2) { opacity: .7; }
.problem-signal i:nth-child(3) { opacity: .4; }
.problem-card:hover .problem-signal i:nth-child(1) { transform: translateX(11px); }
.problem-card:hover .problem-signal i:nth-child(3) { transform: translateX(-11px); }

.problem-number {
  color: var(--assistant-blue);
  font: 700 .72rem/1 var(--font-mono);
}

.problem-card h3 {
  margin: 5.2rem 0 .65rem;
  font-size: 1.3rem;
}

.problem-card p {
  margin: 0;
  color: var(--assistant-copy);
  font-size: .92rem;
  line-height: 1.6;
}

.problem-fragment {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 8px;
  gap: .7rem;
  align-items: center;
  margin-top: 2rem;
  padding: .75rem;
  border: 1px solid var(--assistant-line);
  border-radius: 12px;
  background: #fff;
}

.problem-fragment > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: var(--assistant-blue-soft);
  color: var(--assistant-blue-dark);
}

.problem-fragment svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.problem-fragment p { margin: 0; }
.problem-fragment strong,
.problem-fragment small { display: block; }
.problem-fragment strong { color: var(--assistant-ink); font-size: .76rem; }
.problem-fragment small { margin-top: .15rem; color: #6d7890; font-size: .64rem; }
.problem-fragment > i {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--assistant-blue);
  box-shadow: 0 0 0 1px #a9bfdf;
}

.problem-card h3 { margin-top: 1.7rem; }

.assistant-transform {
  position: relative;
  background: #101b38;
  color: #fff;
}

body.home-product .assistant-transform h2,
body.home-product .assistant-transform h3,
.assistant-transform strong {
  color: #fff;
}

.assistant-transform .product-section-label,
.assistant-transform .product-text-link {
  color: #9dc1ff !important;
}

.assistant-transform-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: 3rem;
  align-items: end;
}

.assistant-transform-heading p {
  margin: 0 0 .6rem;
  color: #c9d3e6;
  line-height: 1.75;
}

.transform-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 4rem;
  padding: clamp(.85rem, 2vw, 1.5rem);
  border: 1px solid rgba(157,193,255,.19);
  border-radius: 26px;
  background: #152345;
}

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

.transform-inputs > div {
  padding: .85rem;
  border: 1px solid rgba(175,197,235,.19);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}

.transform-inputs span,
.transform-inputs strong,
.transform-inputs small { display: block; }
.transform-inputs span { color: #8fb5f7; font: 700 .63rem/1 var(--font-mono); }
.transform-inputs strong { margin-top: .45rem; font-size: .82rem; }
.transform-inputs small { margin-top: .2rem; color: #aebbd1; font-size: .68rem; }

.transform-connector {
  display: none;
}

.transform-connector::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #9dc1ff;
  border-right: 1px solid #9dc1ff;
  content: "";
}

.transform-connector span {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: #9dc1ff;
  font: 600 .58rem/1 var(--font-mono);
  text-transform: uppercase;
}

.transform-browser {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  border-color: rgba(186,205,235,.3);
  box-shadow: 0 24px 55px rgba(0,0,0,.28);
}

.assistant-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.assistant-workflow li {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(173,195,231,.25);
}

.assistant-workflow li > span {
  color: #8fb5f7;
  font: 700 .68rem/1 var(--font-mono);
}

.assistant-workflow strong { display: block; margin-top: 1rem; }
.assistant-workflow p { margin: .45rem 0 0; color: #aebbd1; font-size: .83rem; line-height: 1.55; }

.agent-activity {
  display: grid;
  grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
  gap: 1.5rem 2rem;
  margin-top: 2.5rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(173,195,231,.25);
  border-radius: 20px;
  background: #152345;
}

.agent-activity-head,
.agent-activity-head > div {
  display: flex;
  gap: .8rem;
  align-items: center;
}

.agent-activity-head {
  align-self: start;
  justify-content: space-between;
}

.agent-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 12px;
  background: #e9f1ff;
  color: #1843a2;
  font: 800 .72rem/1 var(--font-mono);
}
.agent-avatar img { width:28px; height:28px; display:block; object-fit:contain; }

.agent-activity-head p,
.agent-activity li p { margin: 0; }
.agent-activity-head strong,
.agent-activity-head span { display: block; }
.agent-activity-head strong { color: #fff; }
.agent-activity-head p > span { margin-top: .2rem; color: #aebbd1; font-size: .72rem; }
.agent-status { padding: .4rem .55rem; border: 1px solid rgba(157,193,255,.28); border-radius: 999px; color: #b9d0fa; font: 700 .62rem/1 var(--font-mono); text-transform: uppercase; }

.agent-activity ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agent-activity li {
  min-width: 0;
  padding: .85rem;
  border: 1px solid rgba(173,195,231,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.agent-activity li > span { color: #9dc1ff; font: 800 .75rem/1 var(--font-mono); }
.agent-activity li p { margin-top: .7rem; color: #fff; font-size: .78rem; font-weight: 700; line-height: 1.35; }
.agent-activity li small { display: block; margin-top: .35rem; color: #aebbd1; font-size: .67rem; font-weight: 400; line-height: 1.45; }
.agent-activity li[data-state="approval"] { border-color: #9dc1ff; background: rgba(157,193,255,.09); }
.agent-activity-note { align-self: end; margin: 0; color: #b9c6da; font-size: .78rem; line-height: 1.55; }
.transform-actions { display: flex; gap: 1.3rem; align-items: center; margin-top: 2.5rem; }
.assistant-transform .product-primary--light { border-color: #fff; background: #fff; color: #13234a; }

.assistant-platforms { background: #f8faff; }
.assistant-platforms .product-heading h2,
.assistant-specialized .product-heading h2 { font-size: clamp(2.3rem, 3.8vw, 3.9rem); }

.assistant-platforms .platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.assistant-platforms .platform-card {
  overflow: hidden;
  border-color: var(--assistant-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(55, 86, 137, .06);
}

.assistant-platforms .platform-card--mloffice {
  display: grid;
  grid-column: 1 / -1;
  grid-row: auto;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
  grid-template-rows: 1fr;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(145deg, #e8f1ff, #fff 66%);
}

.assistant-platforms .platform-card--future { background: #edf1f7; }
.assistant-platforms .platform-card .product-text-link { margin-top: auto; }
.assistant-platforms .platform-card--mloffice .platform-shot-wrap { display: block; align-self: center; margin: 0; }
.assistant-platforms .platform-card--mloffice .platform-shot { margin: 0; box-shadow: 0 18px 40px rgba(52,83,134,.15); }

.platform-category {
  margin: .2rem 0 .65rem;
  color: var(--assistant-blue-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.assistant-profiles {
  background:
    radial-gradient(circle at 85% 12%, rgba(182,212,255,.55), transparent 25%),
    #edf4ff;
}

.assistant-profiles .profile-tabs {
  grid-template-columns: minmax(205px, .24fr) minmax(0, 1fr);
  gap: 1.25rem;
}

.assistant-profiles .profile-tablist {
  padding: .6rem;
  border: 1px solid rgba(126,156,204,.24);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
}

.profile-controls {
  position: sticky;
  top: 8rem;
}

.profile-switcher-label {
  display: block;
  margin: 0 0 .65rem .65rem;
  color: var(--assistant-blue-dark);
  font: 700 .68rem/1.3 var(--font-mono);
  text-transform: uppercase;
}

.profile-switcher-hint {
  margin: 0 .65rem .8rem;
  color: var(--assistant-copy);
  font-size: .78rem;
  line-height: 1.45;
}

.assistant-profiles .profile-tab {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  border-radius: 12px;
  color: #35425d;
  transition: background-color 160ms ease-out, color 160ms ease-out, box-shadow 160ms ease-out;
}

.assistant-profiles .profile-tab::after {
  flex: 0 0 auto;
  color: var(--assistant-blue-dark);
  content: "→";
  font-weight: 800;
}

.assistant-profiles .profile-tab[aria-selected="true"] {
  background: #fff;
  color: var(--assistant-blue-dark);
  box-shadow: 0 8px 24px rgba(52,83,134,.1);
}

.assistant-profiles .profile-tab[aria-selected="true"]::after {
  content: "Aktiv";
  font: 700 .65rem/1 var(--font-mono);
  text-transform: uppercase;
}

.assistant-profiles .profile-tab:focus-visible {
  outline: 3px solid rgba(36, 91, 216, .35);
  outline-offset: 2px;
}

.profile-stage {
  padding: 1rem;
  border: 1px solid rgba(126,156,204,.24);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
}

.assistant-profiles .profile-panel {
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: clamp(1.35rem, 2.2vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(52,83,134,.09);
}

.assistant-profiles .profile-panel > div {
  min-width: 0;
  padding: .25rem .25rem .25rem 0;
}

.assistant-profiles .profile-panel h3 {
  max-width: 18ch;
  margin: .65rem 0 .7rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.assistant-profiles .profile-panel > div > p:not(.profile-agent) {
  margin: 0 0 .9rem;
}

.assistant-profiles .profile-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assistant-profiles .profile-panel li {
  min-width: 0;
  padding: .65rem .75rem;
  border: 1px solid rgba(126,156,204,.22);
  border-radius: 10px;
  background: #f7faff;
  line-height: 1.35;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.assistant-profiles .profile-agent {
  margin-top: .85rem;
  padding-top: .8rem;
}

.assistant-profiles .profile-disclaimer { margin: .9rem .6rem 0; }

.profile-appearance {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(126,156,204,.24);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(52,83,134,.09);
}

.profile-appearance-copy {
  padding: .45rem .35rem .45rem .55rem;
}

.profile-appearance h3 {
  margin: .55rem 0 .75rem;
  color: var(--assistant-ink);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.08;
  text-wrap: balance;
}

.profile-appearance p,
.profile-appearance li {
  color: var(--assistant-copy);
  font-size: .88rem;
  line-height: 1.55;
}

.profile-appearance ul {
  display: grid;
  gap: .4rem;
  margin: 1rem 0;
  padding-left: 1.1rem;
}

.profile-appearance-note {
  margin: 0;
  padding-top: .9rem;
  border-top: 1px solid var(--assistant-line);
  font-weight: 650;
}

.profile-appearance > picture,
.profile-appearance > picture img {
  display: block;
  width: 100%;
}

.profile-appearance > picture {
  overflow: hidden;
  border: 1px solid rgba(126,156,204,.24);
  border-radius: 16px;
  background: #eef4fb;
}

.profile-appearance > picture img {
  height: auto;
}

.profile-agent {
  display: grid;
  gap: .2rem;
  margin-top: 1.15rem !important;
  padding-top: 1rem;
  border-top: 1px solid var(--assistant-line);
}

.profile-agent strong {
  color: var(--assistant-blue-dark);
  font: 700 .68rem/1.2 var(--font-mono);
  text-transform: uppercase;
}

.profile-agent span {
  color: var(--assistant-copy);
  font-size: .8rem;
  line-height: 1.5;
}

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

.mloffice-proof-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--assistant-line, #dce4f0);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(38, 58, 91, .08);
}

.mloffice-proof-card picture,
.mloffice-proof-card img {
  display: block;
  width: 100%;
}

.mloffice-proof-card img {
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mloffice-proof-card figcaption {
  display: grid;
  grid-template-columns: minmax(110px, .34fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid var(--assistant-line, #dce4f0);
}

.mloffice-proof-card figcaption strong {
  color: var(--assistant-ink, #111b33);
  font-family: var(--font-heading);
}

.mloffice-proof-card figcaption span {
  color: var(--assistant-copy, #506079);
  font-size: .82rem;
  line-height: 1.5;
}

/* MLOffice bridge: connected outcomes instead of a feature wall. Cards have
   no fixed height, so shorter process paths do not create empty surfaces. */
.mlo-flow-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.mlo-flow-card {
  grid-column: span 2;
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
  border: 1px solid var(--product-line);
  border-radius: 12px;
  background: var(--product-paper);
}

.mlo-flow-card:nth-child(-n + 2) { grid-column: span 3; }

.mlo-flow-number {
  color: var(--product-gold-dark);
  font: 700 .72rem/1.4 var(--font-mono);
  text-transform: uppercase;
}

.mlo-flow-card h3 {
  margin: .7rem 0 .9rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.mlo-flow-card > p {
  margin: .9rem 0 0;
  color: var(--product-copy);
  font-size: .9rem;
  line-height: 1.55;
}

.mlo-flow-path {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mlo-flow-path li {
  display: inline-flex;
  align-items: center;
  color: var(--product-ink);
  font-size: .79rem;
  font-weight: 700;
}

.mlo-flow-path li:not(:last-child)::after {
  margin-left: .38rem;
  color: var(--product-gold-dark);
  content: "→";
}

.mlo-flow-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.mlo-flow-cta span {
  color: var(--product-muted);
  font-size: .82rem;
}

.mlo-agent-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.mlo-agent-copy h2 {
  margin: .8rem 0 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
}

.mlo-agent-copy > p {
  margin: 0;
  color: #cbd0db;
  line-height: 1.7;
}

.mlo-agent-boundaries {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.mlo-agent-boundaries li {
  position: relative;
  padding-left: 1.35rem;
  color: #e2e5eb;
  font-size: .9rem;
  line-height: 1.55;
}

.mlo-agent-boundaries li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dbc387;
  content: "";
}

.mlo-agent-compare-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: #18223a;
}

.mlo-agent-compare {
  width: 100%;
  border-collapse: collapse;
}

.mlo-agent-compare th,
.mlo-agent-compare td {
  width: 50%;
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #d9dde6;
  font-size: .86rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.mlo-agent-compare th {
  color: #fff;
  font-size: .92rem;
}

.mlo-agent-compare th:last-child,
.mlo-agent-compare td:last-child { border-right: 0; }

.mlo-agent-note {
  margin: 0;
  padding: 1rem 1.1rem;
  color: #dbc387;
  font-size: .82rem;
  font-weight: 700;
}

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

.mlo-plan-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid var(--product-line);
  border-radius: 12px;
  background: var(--product-paper);
}

.mlo-plan-card h3 {
  margin: .8rem 0 .6rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-variant-numeric: tabular-nums;
}

.mlo-plan-card h3 small {
  color: var(--product-muted);
  font-size: .9rem;
  font-weight: 600;
}

.mlo-plan-card > p,
.mlo-plan-card li {
  color: var(--product-copy);
  font-size: .88rem;
  line-height: 1.55;
}

.mlo-plan-card > p { margin: 0; }

.mlo-plan-card ul {
  display: grid;
  gap: .45rem;
  margin: 1.1rem 0 1.4rem;
  padding-left: 1.1rem;
}

.mlo-plan-actions {
  display: grid;
  gap: .5rem;
  margin-top: auto;
  padding-top: .4rem;
}

.mlo-plan-actions a {
  color: var(--product-gold-dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mlo-pricing-note {
  max-width: 820px;
  margin: 1.2rem auto 0;
  color: var(--product-muted);
  font-size: .8rem;
  line-height: 1.55;
  text-align: center;
}

.assistant-specialized { background: #fff; }
.assistant-specialized .specialized-grid { gap: 0; border-top: 1px solid var(--assistant-line); }
.assistant-specialized .specialized-card {
  min-height: 205px;
  border: 0;
  border-right: 1px solid var(--assistant-line);
  border-bottom: 1px solid var(--assistant-line);
  border-radius: 0;
  background: #fff;
}
.assistant-specialized .specialized-card:nth-child(3n+1) { border-left: 1px solid var(--assistant-line); }
.assistant-specialized .specialized-card--beta { background: #f3f5f8; }

.product-section--navy {
  background: #101b38;
}

.software-trust-grid {
  align-items: start;
}

.trust-sticky {
  position: sticky;
  top: 8rem;
}

.trust-founder {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  margin: 1.8rem 0 1.4rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(205,218,241,.2);
  border-bottom: 1px solid rgba(205,218,241,.2);
}

.trust-founder img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(205,218,241,.28);
  border-radius: 50%;
  object-fit: cover;
}

.trust-founder p {
  display: grid;
  gap: .28rem;
  margin: 0;
}

.trust-founder strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: .98rem;
}

.trust-founder span {
  color: #c7d3e8;
  font-size: .88rem;
  line-height: 1.55;
}

.trust-founder a {
  color: #b9d0fa;
  font-size: .82rem;
  font-weight: 700;
}

.software-trust-list {
  gap: 0;
  border-top: 1px solid rgba(205,218,241,.2);
}

.software-trust-list article {
  min-height: 170px;
  border: 0;
  border-right: 1px solid rgba(205,218,241,.2);
  border-bottom: 1px solid rgba(205,218,241,.2);
  border-radius: 0;
}

.software-trust-list article:nth-child(odd) { border-left: 1px solid rgba(205,218,241,.2); }
.software-trust-list article > span { color: #9dc1ff; font: 700 .68rem/1 var(--font-mono); }

.consulting-secondary {
  border: 1px solid var(--assistant-line);
  border-radius: 28px;
  background: linear-gradient(125deg, #fff, #edf4ff);
  box-shadow: 0 20px 55px rgba(55,86,137,.08);
}

.product-faq details { border-color: var(--assistant-line); }
.product-faq summary {
  position: relative;
  padding: 1.4rem 3.5rem 1.4rem 0;
  list-style: none;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}
.product-faq summary::-webkit-details-marker { display: none; }
.product-faq summary::after {
  position: absolute;
  top: 50%;
  right: .35rem;
  display: grid;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  place-items: center;
  border: 1px solid var(--assistant-line);
  border-radius: 50%;
  color: var(--assistant-blue-dark);
  content: "+";
  font: 500 1.3rem/1 var(--font-heading);
  transition: transform 180ms ease-out;
}
.product-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.product-faq details p { max-width: 760px; padding: 0 3.5rem 1.5rem 0; }

.assistant-final {
  padding-bottom: clamp(6rem, 10vw, 10rem);
  background: #f8faff;
}

.assistant-final .product-final {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 20%, rgba(102,160,255,.36), transparent 28%),
    #101b38;
}

body.home-product:not(.mloffice-bridge) .product-section--navy .product-section-label,
body.home-product:not(.mloffice-bridge) .product-section--navy .product-text-link,
body.home-product:not(.mloffice-bridge) .assistant-final .product-section-label,
body.home-product:not(.mloffice-bridge) .assistant-final .product-text-link {
  color: #b9d0fa;
}

body.home-product:not(.mloffice-bridge) .assistant-final .product-secondary {
  border-color: #aebfdd;
  background: transparent;
  color: #fff;
}

@media (max-width: 1080px) {
  .assistant-hero { min-height: 0; }
  .assistant-hero-grid { grid-template-columns: 1fr; }
  .assistant-hero-copy { max-width: 780px; padding-bottom: 0; }
  .assistant-stage { width: 100%; max-width: 850px; min-height: 0; margin: 0 auto; transform: none; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .problem-card:nth-child(even) { transform: none; }
  .assistant-transform-heading { grid-template-columns: 1fr; gap: 1rem; }
  .assistant-platforms .platform-grid { grid-template-columns: 1fr 1fr; }
  .assistant-platforms .platform-card--mloffice { grid-column: 1 / -1; grid-row: auto; }
  .agent-activity { grid-template-columns: 1fr; }
  .agent-activity ol { grid-column: 1; grid-row: auto; }
}

@media (max-width: 820px) {
  .assistant-hero { padding-top: 7.4rem; }
  .assistant-hero h1 { font-size: clamp(3rem, 9vw, 4.4rem); }
  .assistant-stage { min-height: 0; padding: 0; }
  .assistant-status-card { min-width: 0; }
  .assistant-trust-wrap .product-trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .transform-stage { grid-template-columns: 1fr; }
  .transform-inputs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .transform-connector { width: 1px; height: 45px; margin: 0 auto; }
  .transform-connector::after { top: auto; right: -4px; bottom: -1px; transform: rotate(135deg); }
  .transform-connector span { top: 50%; left: 14px; transform: translateY(-50%); }
  .assistant-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agent-activity ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assistant-profiles .profile-tabs { grid-template-columns: 1fr; }
  .assistant-profiles .profile-panel { grid-template-columns: 1fr; }
  .profile-appearance { grid-template-columns: 1fr; }
  .assistant-profiles .profile-tablist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-sticky { position: static; }
  .profile-controls { position: static; }
  .assistant-profiles .profile-panel ul { grid-template-columns: 1fr; }
  .assistant-platforms .platform-card--mloffice { grid-template-columns: 1fr; }
  .mloffice-proof-card figcaption { grid-template-columns: 1fr; gap: .35rem; }
}

@media (max-width: 640px) {
  .assistant-hero { padding-top: 6.7rem; }
  .assistant-hero h1 { font-size: clamp(2.6rem, 12vw, 3.2rem); letter-spacing: -.052em; }
  .assistant-hero .product-eyebrow {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 34px;
    white-space: normal;
  }
  .assistant-hero .product-eyebrow::before {
    position: absolute;
    top: .62em;
    left: 0;
  }
  .assistant-hero .product-actions { align-items: stretch; }
  .assistant-hero .product-primary,
  .assistant-hero .product-secondary { width: 100%; }
  .trust-founder { grid-template-columns: 52px minmax(0, 1fr); }
  .trust-founder img { width: 52px; height: 52px; }
  .assistant-stage { min-height: 0; grid-template-columns: 1fr; margin-inline: 0; padding: 0; }
  .assistant-status-card { min-width: 0; padding: .6rem; }
  .assistant-status-card div > span { display: block; }
  .assistant-status-card strong { font-size: .68rem; }
  .assistant-product-box { width: 70px; height: 88px; }
  .assistant-status-card--top,
  .assistant-status-card--right,
  .assistant-status-card--bottom { grid-row: auto; order: 2; }
  .product-browser--hero { grid-row: auto; order: 1; transform: none; border-radius: 13px; }
  .product-browser--hero figcaption { display: none; }
  .assistant-trust-wrap .product-trust-list { grid-template-columns: 1fr; }
  .assistant-trust-wrap .product-trust-list div { min-height: auto; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 210px; }
  .problem-card h3 { margin-top: 1.7rem; }
  .transform-inputs { grid-template-columns: 1fr; }
  .assistant-workflow { grid-template-columns: 1fr; }
  .agent-activity ol { grid-template-columns: 1fr; }
  .agent-activity-head { align-items: flex-start; }
  .agent-status { margin-top: .15rem; }
  .transform-actions { align-items: flex-start; flex-direction: column; }
  .assistant-platforms .platform-grid { grid-template-columns: 1fr; }
  .assistant-platforms .platform-card--mloffice { grid-column: auto; grid-template-columns: 1fr; }
  .assistant-profiles .profile-tablist { grid-template-columns: 1fr; }
  .mloffice-proof-grid { grid-template-columns: 1fr; }
  .assistant-specialized .specialized-card,
  .assistant-specialized .specialized-card:nth-child(3n+1) { border-right: 1px solid var(--assistant-line); border-left: 1px solid var(--assistant-line); }
  .assistant-final .product-final { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-browser--hero,
  .problem-card:nth-child(even) { transform: none; }
  .problem-card,
  .problem-signal i,
  .product-faq summary::after { transition: none; }
  .problem-card:hover,
  .problem-card:nth-child(even):hover { transform: none; }
  body.home-product:not(.mloffice-bridge) elevenlabs-convai { transition: none; }
}

/* MATIS LABS scroll narrative -------------------------------------------------
   Corporate gold guides the reader; product blue stays within product scenes. */
body.home-product:not(.mloffice-bridge) {
  --story-gold: #c4a261;
  --story-gold-dark: #8a6d33;
  --story-ink: #09090e;
  --story-navy: #111b36;
  --story-paper: #f8f8fb;
  --story-line: #e2e2eb;
  --story-progress: 0%;
  counter-reset: home-story;
  background: var(--story-paper);
  color: var(--story-ink);
  overflow-x: clip;
}

body.home-product:not(.mloffice-bridge) main { overflow: visible; }

body.home-product:not(.mloffice-bridge)::before {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: var(--story-progress);
  height: 3px;
  background: linear-gradient(90deg, var(--story-gold-dark), #d8bd7f);
  content: "";
  pointer-events: none;
}

body.home-product:not(.mloffice-bridge) header {
  border-bottom-color: rgba(9, 9, 14, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}

.header-wordmark { display: none; }

@media (min-width: 1240px) {
  body.home-product:not(.mloffice-bridge) header .logo {
    height: 100%;
    overflow: hidden;
  }
  body.home-product:not(.mloffice-bridge) header .header-wordmark {
    display: block;
    width: 360px;
    height: 120px;
    margin-block: -12px;
    object-fit: contain;
    image-rendering: auto;
  }
  body.home-product:not(.mloffice-bridge) header .logo-icon,
  body.home-product:not(.mloffice-bridge) header .logo > span { display: none; }
  body.home-product:not(.mloffice-bridge) header .nav-container { height: 96px; }
  body.home-product:not(.mloffice-bridge) header.scrolled .nav-container { height: 84px; }
}

body.home-product:not(.mloffice-bridge) .nav-menu-product .nav-aktion--software,
body.home-product:not(.mloffice-bridge) .product-primary {
  border-color: var(--story-gold-dark);
  background: var(--story-gold-dark);
  color: #fff;
}

body.home-product:not(.mloffice-bridge) .nav-menu-product .nav-aktion--software:hover,
body.home-product:not(.mloffice-bridge) .product-primary:hover {
  border-color: #705625;
  background: #705625;
}

body.home-product:not(.mloffice-bridge) .product-text-link,
body.home-product:not(.mloffice-bridge) .product-eyebrow,
body.home-product:not(.mloffice-bridge) .product-section-label,
body.home-product:not(.mloffice-bridge) .product-status { color: var(--story-gold-dark); }

body.home-product:not(.mloffice-bridge) main > .product-section { counter-increment: home-story; }

body.home-product:not(.mloffice-bridge) main > .product-section .product-section-label::before {
  width: auto;
  height: auto;
  min-width: 2.2rem;
  background: transparent;
  content: counter(home-story, decimal-leading-zero);
  color: var(--story-gold-dark);
}

.assistant-hero {
  background:
    radial-gradient(circle at 80% 19%, rgba(36, 91, 216, .18), transparent 30%),
    radial-gradient(circle at 11% 82%, rgba(196, 162, 97, .13), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f7f8fb 72%, #f1f3f8 100%);
}

.assistant-hero h1 .assistant-highlight {
  position: relative;
  display: inline-block;
  color: var(--story-ink);
}

.assistant-hero h1 .assistant-highlight::after {
  position: absolute;
  right: 0;
  bottom: -.1em;
  left: 0;
  height: .08em;
  transform: scaleX(.36);
  transform-origin: left;
  background: var(--story-gold);
  content: "";
}

.assistant-hero h1.has-word-reveal .hero-title-word {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(.25em);
  transition:
    opacity 620ms cubic-bezier(.16, 1, .3, 1),
    filter 680ms cubic-bezier(.16, 1, .3, 1),
    transform 680ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(70ms + (var(--word-index) * 58ms));
  will-change: opacity, filter, transform;
}

.assistant-hero h1.has-word-reveal.is-visible .hero-title-word {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.assistant-hero h1.has-word-reveal .assistant-highlight::after {
  transform: scaleX(0);
  transition: transform 720ms cubic-bezier(.16, 1, .3, 1) 720ms;
}

.assistant-hero h1.has-word-reveal.is-visible .assistant-highlight::after { transform: scaleX(.36); }

.assistant-orb { border-color: rgba(138, 109, 51, .15); }
.product-browser--hero { border-radius: 16px; box-shadow: 0 28px 70px rgba(17, 27, 54, .16); }
.assistant-status-card { border-radius: 10px; box-shadow: 0 6px 18px rgba(17, 27, 54, .07); }
.assistant-trust-wrap .product-trust-list { border-radius: 14px 14px 0 0; box-shadow: none; }

.assistant-problem {
  padding-top: clamp(6.5rem, 9vw, 9rem);
  background: linear-gradient(180deg, rgba(196, 162, 97, .08), transparent 18%), var(--story-paper);
}

.assistant-centered-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
  gap: 1rem clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  text-align: left;
}

.assistant-centered-heading .product-section-label { grid-column: 1 / -1; justify-content: flex-start; }
.assistant-centered-heading h2 { max-width: 16ch; margin: 0; }
.assistant-centered-heading p { max-width: 520px; margin: 0 0 .45rem; }

.problem-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; }
.problem-card {
  min-height: 245px;
  grid-column: span 5;
  border-color: var(--story-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: none;
}
.problem-card:nth-child(1), .problem-card:nth-child(4) { grid-column: span 7; }
.problem-card:hover { transform: translateY(-2px); border-color: rgba(138, 109, 51, .42); }
.problem-number { color: var(--story-gold-dark); }
.problem-fragment { border-radius: 8px; border-color: var(--story-line); }
.problem-fragment > span { border-radius: 7px; background: #f4efe5; color: var(--story-gold-dark); }
.problem-fragment > i { background: var(--story-gold); box-shadow: 0 0 0 1px #cbb887; }

.assistant-transform {
  padding-block: clamp(7rem, 10vw, 10rem);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--story-navy);
  background-size: 64px 64px;
}

.assistant-transform > .container {
  display: grid;
  grid-template-columns: minmax(280px, .48fr) minmax(540px, 1.12fr);
  gap: 2rem clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.transform-story {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: minmax(280px, .48fr) minmax(540px, 1.12fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.assistant-transform-heading { grid-column: 1 / -1; margin-bottom: 2rem; }
.assistant-transform .product-section-label,
.assistant-transform .product-text-link,
body.home-product:not(.mloffice-bridge) .product-section--navy .product-section-label,
body.home-product:not(.mloffice-bridge) .product-section--navy .product-text-link,
body.home-product:not(.mloffice-bridge) .assistant-final .product-section-label,
body.home-product:not(.mloffice-bridge) .assistant-final .product-text-link { color: #d8bd7f !important; }
.assistant-transform .product-section-label::before,
.product-section--navy .product-section-label::before,
.assistant-final .product-section-label::before { color: #d8bd7f !important; }

.transform-stage {
  position: sticky;
  top: 6.5rem;
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  border-radius: 16px;
  border-color: rgba(216, 189, 127, .25);
  background: #15213d;
}
.transform-inputs > div, .agent-activity li { border-radius: 8px; }
.transform-inputs span, .assistant-workflow li > span, .agent-activity li > span { color: #d8bd7f; }

.assistant-workflow {
  --workflow-progress: 12%;
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0 0 0 3.25rem;
}

.assistant-workflow::before,
.assistant-workflow::after {
  position: absolute;
  top: 2.2rem;
  bottom: 2.2rem;
  left: 1.25rem;
  width: 1px;
  content: "";
}
.assistant-workflow::before { background: rgba(216, 189, 127, .24); }
.assistant-workflow::after {
  bottom: auto;
  height: var(--workflow-progress);
  background: #d8bd7f;
  transition: height 420ms ease-out;
}

.assistant-workflow li {
  position: relative;
  display: flex;
  min-height: 34vh;
  align-items: center;
  padding: 2rem 0;
  border: 0;
  opacity: .38;
  transition: opacity 240ms ease-out, transform 240ms ease-out;
}
.assistant-workflow li::before {
  position: absolute;
  top: 50%;
  left: -2.43rem;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  border: 2px solid var(--story-navy);
  border-radius: 50%;
  background: #6d7486;
  box-shadow: 0 0 0 1px rgba(216, 189, 127, .34);
  content: "";
}
.assistant-workflow li.is-active { transform: translateX(.35rem); opacity: 1; }
.assistant-workflow li.is-active::before { background: #d8bd7f; box-shadow: 0 0 0 5px rgba(216, 189, 127, .14); }
.assistant-workflow li > span {
  position: absolute;
  top: calc(50% - 2.35rem);
  left: 0;
}
.assistant-workflow li > div { width: 100%; }
.assistant-workflow strong { margin-top: .8rem; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.assistant-workflow p { max-width: 34ch; font-size: .92rem; }
.agent-activity, .transform-actions { grid-column: 1 / -1; }
.agent-activity { grid-row: 3; margin-top: 3rem; border-radius: 14px; border-color: rgba(216, 189, 127, .2); background: #15213d; }
.transform-actions { grid-row: 4; }
.agent-avatar { border-radius: 8px; background: #05060f; color: var(--story-gold-dark); }
.agent-status { border-color: rgba(216, 189, 127, .34); border-radius: 4px; color: #d8bd7f; }
.agent-activity li[data-state="approval"] { border-color: #d8bd7f; background: rgba(216, 189, 127, .08); }

.assistant-platforms { padding-block: clamp(7rem, 10vw, 10rem); background: var(--story-paper); }
.assistant-platforms .platform-grid { gap: 1.25rem; }
.assistant-platforms .platform-card { border-color: var(--story-line); border-radius: 16px; box-shadow: none; }
.assistant-platforms .platform-card--mloffice { background: linear-gradient(135deg, #eef4ff, #fff 66%); }
.assistant-platforms .platform-card:not(.platform-card--mloffice):not(.platform-card--future) { border-top: 3px solid #286c78; }
.assistant-platforms .platform-card--future { border-top: 3px solid var(--story-gold); background: #f2f1ee; }

.product-endorsement {
  display: block;
  margin-top: .3rem;
  color: var(--story-gold-dark);
  font: 700 .64rem/1.3 var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.assistant-profiles {
  padding-block: clamp(7rem, 10vw, 10rem);
  background: radial-gradient(circle at 88% 10%, rgba(36, 91, 216, .16), transparent 28%), #f2f5fa;
}
.assistant-profiles .profile-tablist, .profile-stage, .profile-appearance {
  border-color: var(--story-line);
  border-radius: 14px;
  box-shadow: none;
}
.assistant-profiles .profile-panel { border-radius: 10px; box-shadow: none; }
.assistant-profiles .profile-tab { border-radius: 8px; }
.profile-appearance > picture { border-radius: 10px; }
.assistant-specialized { padding-block: clamp(6rem, 9vw, 8rem); }
.assistant-specialized .specialized-card { border-color: var(--story-line); }

.product-section--navy {
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--story-navy);
  background-size: 64px 64px;
}
.software-trust-list article > span, .trust-founder a { color: #d8bd7f; }
.consulting-secondary { border-color: var(--story-line); border-radius: 14px; background: linear-gradient(120deg, #fff, #f4efe5); box-shadow: none; }
.product-faq summary::after { color: var(--story-gold-dark); }
.assistant-final { background: var(--story-paper); }
.assistant-final .product-final {
  border-radius: 16px;
  background: radial-gradient(circle at 82% 18%, rgba(196, 162, 97, .2), transparent 28%), var(--story-navy);
}

@media (max-width: 1080px) {
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .problem-card, .problem-card:nth-child(1), .problem-card:nth-child(4) { grid-column: auto; }
  .assistant-transform > .container { grid-template-columns: minmax(240px, .48fr) minmax(0, 1.12fr); gap: 2.5rem; }
  .transform-story { grid-template-columns: minmax(240px, .48fr) minmax(0, 1.12fr); gap: 2.5rem; }
}

@media (max-width: 820px) {
  .assistant-centered-heading { grid-template-columns: 1fr; gap: 1.1rem; }
  .assistant-centered-heading .product-section-label,
  .assistant-centered-heading h2,
  .assistant-centered-heading p { grid-column: 1; }
  .assistant-transform > .container { display: block; }
  .transform-story { display: block; }
  .transform-stage { position: static; margin-top: 2rem; }
  .assistant-workflow { margin-top: 2.5rem; }
  .assistant-workflow li { min-height: 0; padding: 1.5rem 0 2.25rem; opacity: 1; transform: none; }
  .assistant-workflow li::before { top: 1.85rem; transform: none; }
  .assistant-workflow li > span { top: 1.5rem; }
  .agent-activity { margin-top: 2rem; }
}

@media (max-width: 640px) {
  body.home-product:not(.mloffice-bridge)::before { height: 2px; }
  .assistant-hero h1 .assistant-highlight { display: block; }
  .assistant-hero .product-actions { gap: .55rem; }
  .assistant-hero .product-secondary { min-height: 44px; border-color: transparent; background: transparent; text-decoration: underline; text-underline-offset: 4px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; }
  .assistant-workflow { padding-left: 2.8rem; }
  .assistant-workflow::before, .assistant-workflow::after { left: 1rem; }
  .assistant-workflow li::before { left: -2.13rem; }
  .assistant-platforms .platform-card,
  .assistant-profiles .profile-tablist,
  .profile-stage,
  .profile-appearance,
  .consulting-secondary,
  .assistant-final .product-final { border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-hero h1.has-word-reveal .hero-title-word {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .assistant-hero h1.has-word-reveal .assistant-highlight::after { transform: scaleX(.36); transition: none; }
  .assistant-workflow::after, .assistant-workflow li { transition: none; }
}

/* Modern presentation motion ------------------------------------------------ */
.assistant-hero .hero-reveal-piece {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(18px);
  transition:
    opacity 720ms cubic-bezier(.16, 1, .3, 1) var(--hero-delay, 0ms),
    filter 760ms cubic-bezier(.16, 1, .3, 1) var(--hero-delay, 0ms),
    transform 760ms cubic-bezier(.16, 1, .3, 1) var(--hero-delay, 0ms);
}

.assistant-hero.is-presented .hero-reveal-piece {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.assistant-stage.hero-stage-motion {
  opacity: 0;
  scale: .975;
  transform-origin: 50% 42%;
  transition:
    opacity 900ms cubic-bezier(.16, 1, .3, 1) 180ms,
    scale 1000ms cubic-bezier(.16, 1, .3, 1) 180ms,
    transform 260ms ease-out;
}

.assistant-hero.is-presented .assistant-stage.hero-stage-motion {
  opacity: 1;
  scale: 1;
}

@media (min-width: 1081px) {
  .assistant-stage {
    transform: translate3d(
      var(--hero-parallax-x, 0px),
      var(--hero-parallax-y, 0px),
      0
    );
  }
  .product-browser--hero {
    transform: perspective(1400px) rotateX(var(--hero-rotate-x, 0deg)) rotateY(var(--hero-rotate-y, 0deg));
    transform-origin: 50% 48%;
    transition: transform 260ms ease-out, box-shadow 260ms ease-out;
  }
}

.product-browser--hero { overflow: hidden; }
.product-browser--hero::after {
  position: absolute;
  z-index: 4;
  inset: -35% auto -35% -42%;
  width: 24%;
  transform: translateX(-180%) skewX(-14deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
  content: "";
  pointer-events: none;
}

.assistant-hero.is-presented .product-browser--hero::after { animation: hero-stage-sheen 1050ms cubic-bezier(.22, 1, .36, 1) 980ms both; }

.story-reveal {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(34px);
  transition:
    opacity 760ms cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms),
    filter 820ms cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms),
    transform 820ms cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.story-reveal--card { transform: translateY(38px) scale(.975); }
.story-reveal--scale { transform: translateY(24px) scale(.96); transform-origin: 50% 45%; }
.story-reveal.is-in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.problem-card.story-reveal.is-in-view .problem-fragment { animation: fragment-arrive 720ms cubic-bezier(.16, 1, .3, 1) calc(var(--reveal-delay, 0ms) + 260ms) both; }

@keyframes hero-stage-sheen {
  from { transform: translateX(-180%) skewX(-14deg); opacity: 0; }
  22% { opacity: .6; }
  to { transform: translateX(720%) skewX(-14deg); opacity: 0; }
}

@keyframes fragment-arrive {
  from { opacity: .25; transform: translateY(12px) scale(.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-hero .hero-reveal-piece,
  .assistant-stage.hero-stage-motion,
  .story-reveal,
  .story-reveal--card,
  .story-reveal--scale,
  .story-reveal.is-in-view {
    opacity: 1;
    filter: none;
    scale: 1;
    transform: none;
    transition: none;
  }
  .assistant-hero.is-presented .product-browser--hero::after,
  .problem-card.story-reveal.is-in-view .problem-fragment { animation: none; }
}

/* Hero: focused copy beside a living network built in the original signet silhouette. */
.assistant-hero-copy { padding-bottom: 2rem; }

.assistant-hero .product-eyebrow {
  display: inline-flex;
  position: static;
  max-width: 100%;
  gap: .6rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(185, 149, 82, .35);
  border-radius: 999px;
  background: rgba(185, 149, 82, .08);
  color: #e2be7c;
  font-size: .68rem;
  letter-spacing: .08em;
  white-space: normal;
}

.assistant-hero .product-eyebrow::before {
  position: static;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
}

.assistant-hero h1 {
  margin: 1.4rem 0 1.35rem;
  font-size: clamp(3.1rem, 4.6vw, 5rem);
  line-height: .97;
}

.assistant-hero h1 .assistant-highlight { color: #e3bd76 !important; }
.assistant-hero h1 .assistant-highlight::after { display: none; }
.assistant-hero .product-hero-lead { max-width: 520px; }

.assistant-stage.assistant-stage--signet {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 630px;
  align-items: center;
  justify-items: end;
  overflow: visible;
}

.nalvra-network-signet {
  display: block;
  width: min(100%, 560px);
  height: auto;
  aspect-ratio: 660 / 780;
  --signet-offset-x: -8px;
  --signet-offset-y: -40px;
  transform: translate(var(--signet-offset-x), var(--signet-offset-y));
}

@media (max-width: 1080px) {
  .assistant-stage.assistant-stage--signet { min-height: min(68vw, 540px); }
  .nalvra-network-signet { width: min(100%, 580px); --signet-offset-x: 0px; --signet-offset-y: 0px; justify-self: center; }
}

@media (max-width: 700px) {
  .assistant-stage.assistant-stage--signet { min-height: clamp(320px, 92vw, 450px); }
  .nalvra-network-signet { width: 100%; }
  .assistant-hero h1 { font-size: clamp(2.8rem, 11vw, 3.5rem); }
}

/* A stronger typographic counterpoint to the animated N signet. */
.assistant-hero .assistant-hero-copy {
  position: relative;
  padding-left: clamp(0px, 1.5vw, 18px);
}

.assistant-hero .assistant-hero-copy::before {
  position: absolute;
  top: 1px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(227, 189, 118, .65) 21%, rgba(227, 189, 118, .24) 70%, transparent);
  content: "";
}

.assistant-hero .assistant-hero-copy h1 {
  margin: 1.6rem 0 .4rem;
  line-height: .91;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.assistant-hero .assistant-hero-copy h1 > span:first-child .hero-title-word:first-child {
  display: block;
  width: fit-content;
  margin: 0 0 .65rem .18rem;
  color: #e6c98e;
  font-size: .37em;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.15;
  text-transform: uppercase;
}

.assistant-hero .assistant-hero-copy h1 > span:first-child .hero-title-word:not(:first-child) {
  font-size: 1.08em;
}

.assistant-hero .assistant-hero-copy h1 .assistant-highlight {
  width: fit-content;
  max-width: 100%;
  margin-top: .14em;
  padding: .05em .08em .09em 0;
  color: #e3bd76;
  text-shadow: 0 0 28px rgba(238, 195, 115, .2);
}

.assistant-hero .hero-signal {
  position: relative;
  width: min(330px, 75%);
  height: 15px;
  margin: 1.55rem 0 1.15rem;
}

.assistant-hero .hero-signal::before {
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 214, 153, .9), rgba(246, 214, 153, .35) 55%, transparent);
  content: "";
}

.assistant-hero .hero-signal::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff0c5;
  box-shadow: 0 0 8px 2px rgba(248, 209, 135, .72), 0 0 22px rgba(248, 209, 135, .55);
  content: "";
  animation: hero-signal-travel 5.5s ease-in-out infinite;
}

.assistant-hero .hero-signal span {
  position: absolute;
  z-index: 1;
  top: 4px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(249, 222, 165, .9);
  border-radius: 50%;
  background: #1a1c1e;
}
.assistant-hero .hero-signal span:nth-child(1) { left: 0; }
.assistant-hero .hero-signal span:nth-child(2) { left: 51%; }
.assistant-hero .hero-signal span:nth-child(3) { right: 0; }

.assistant-hero .assistant-hero-copy .product-hero-lead {
  max-width: 510px;
  margin-top: 1.8rem;
  font-size: clamp(1.08rem, 1.45vw, 1.26rem);
  line-height: 1.65;
}

.assistant-hero .assistant-hero-copy .product-actions { gap: .5rem; margin-top: 1.9rem; }
.assistant-hero .assistant-hero-copy .product-primary { box-shadow: 0 12px 36px rgba(188, 146, 73, .18); }
.assistant-hero .assistant-hero-copy .product-hero-note {
  max-width: 510px;
  margin-top: 1.35rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(227, 189, 118, .2);
}

@keyframes hero-signal-travel {
  0%, 12% { left: 0; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  88%, 100% { left: calc(100% - 7px); opacity: 0; }
}

@media (max-width: 1080px) {
  .assistant-hero .assistant-hero-copy { padding-left: 14px; }
}

@media (max-width: 700px) {
  .assistant-hero .assistant-hero-copy { padding-left: 10px; }
  .assistant-hero .assistant-hero-copy h1 { line-height: .96; }
  .assistant-hero .assistant-hero-copy h1 > span:first-child .hero-title-word:first-child { margin-bottom: .5rem; }
  .assistant-hero .hero-signal { margin: 1.2rem 0 .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-hero .hero-signal::after { animation: none; }
  .assistant-hero .hero-signal::after { left: 51%; opacity: 1; }
}

/* Homepage: clear product-led overview after the trust strip. */
.assistant-hero .assistant-hero-copy h1 > span:first-child .hero-title-word:first-child,
.assistant-hero .assistant-hero-copy h1 > span:first-child .hero-title-word:not(:first-child) {
  display: inline-block;
  margin: 0;
  color: #f6f3ec;
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: none;
}
.assistant-hero .assistant-hero-copy h1 { max-width: 580px; line-height: .98; }
.assistant-hero .assistant-hero-copy h1 > span:first-child { display: block; }
.assistant-hero .assistant-hero-copy h1 .assistant-highlight { display: block; margin-top: .1em; }
.home-portfolio { padding: clamp(4.5rem, 8vw, 7.5rem) 0; background: #f5f2ec; color: #20262c; }
.home-portfolio-heading { max-width: 770px; margin-bottom: 2.7rem; }
.home-portfolio-heading .product-section-label { color: #947341; }
.home-portfolio-heading h2 { margin: .55rem 0 .8rem; font-size: clamp(2.5rem, 4.2vw, 4.4rem); line-height: 1.05; letter-spacing: -.055em; }
.home-portfolio-heading p { max-width: 690px; margin: 0; color: #5d6570; font-size: 1.12rem; line-height: 1.6; }
.home-portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.home-product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #d8d3c8; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(28,32,37,.045); transition: opacity .7s ease var(--reveal-delay, 0ms), filter .7s ease var(--reveal-delay, 0ms), transform .75s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay, 0ms), box-shadow .25s ease; }
.home-product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(28,32,37,.11); }
.home-card-media { flex: 0 0 234px; height: 234px; overflow: hidden; background: #090a0c; }
.home-card-image { display: block; width: 100%; height: 234px; object-fit: cover; object-position: center; opacity: .93; transition: transform .5s ease, opacity .5s ease; }
.home-product-card:hover .home-card-image { transform: scale(1.045); opacity: 1; }
.home-product-card--govern .home-card-image, .home-product-card--vault .home-card-image, .home-product-card--scan .home-card-image { object-position: 72% center; }
.home-card-content { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; }
.home-card-tag { color: #8c6b35; font: 700 .69rem/1.25 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.home-card-content .home-card-title { display: flex; flex-direction: column; align-items: flex-start; gap: .22rem; margin: .7rem 0 .7rem; line-height: 1; }
.home-card-brand { color: #67717b; font: 700 .7rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .3em; }
.home-card-product { display: inline-block; padding: 0 0 .2rem; border-bottom: 2px solid #b68b43; color: #18212b; font-family: Bahnschrift, 'Arial Narrow', 'Aptos Display', sans-serif; font-size: clamp(2.2rem, 3vw, 2.7rem); font-weight: 800; font-stretch: condensed; letter-spacing: -.055em; line-height: .98; }
.home-product-card--command .home-card-product { font-family: Stencil, 'Stencil Std', 'Arial Black', Impact, sans-serif; font-size: clamp(2rem, 2.8vw, 2.5rem); font-weight: 400; letter-spacing: .025em; }
.home-product-card--ops .home-card-product { font-size: clamp(2rem, 2.65vw, 2.5rem); }
.home-card-content p { margin: 0 0 1.45rem; color: #59616b; line-height: 1.52; }
.home-card-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .65rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid #e8e5df; }
.home-card-actions a { color: #343b43; font-weight: 700; font-size: .85rem; text-decoration: none; }
.home-card-actions a:first-child:hover { color: #8f6a33; }
.home-card-actions .home-card-action { padding: .72rem .85rem; border-radius: 8px; background: #a8813f; color: #fff; text-align: center; transition: background .2s ease; }
.home-card-actions .home-card-action:hover { background: #80612f; color: #fff; }
.home-deployment { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(2rem, 5vw, 5rem); margin-top: clamp(3rem, 6vw, 5rem); padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid #38434c; border-radius: 22px; background: radial-gradient(circle at 85% 10%, rgba(200, 164, 93, .12), transparent 38%), #192128; color: #f7f2e8; }
.home-deployment .product-section-label { color: #e3c680; }
body.home-product .home-deployment h3 { max-width: 580px; margin: .65rem 0 1rem; color: #f7f2e8; font-size: clamp(2rem, 3.3vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.home-deployment-intro > p { max-width: 640px; margin: 0; color: #d1d3d1; font-size: 1.04rem; line-height: 1.65; }
.home-deployment-options { display: flex; flex-direction: column; gap: 1.15rem; }
.home-deployment-options > div { padding-top: 1rem; border-top: 1px solid rgba(227, 198, 128, .28); }
.home-deployment-index { display: block; margin-bottom: .55rem; color: #e3c680; font: 700 .68rem/1.25 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.home-deployment-options strong { display: block; color: #fff; font-size: 1.2rem; }
.home-deployment-options p { margin: .4rem 0 0; color: #c4c7c8; line-height: 1.5; }
.home-deployment-options > a { align-self: flex-start; margin-top: .3rem; padding: .82rem 1.1rem; border-radius: 8px; background: #c8a45d; color: #151a20; font-weight: 750; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.home-deployment-options > a:hover { background: #e3c680; transform: translateY(-2px); }
.home-consulting { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: #192128; color: #f7f2e8; }
.home-consulting-inner { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
body.home-product .home-consulting h2 { margin: .4rem 0 .65rem; color: #f7f2e8; font-size: clamp(2rem, 3.2vw, 3.3rem); line-height: 1.08; letter-spacing: -.05em; }
.home-consulting p { max-width: 620px; margin: 0; color: #c4c7c8; font-size: 1.04rem; line-height: 1.55; }
.home-consulting .product-primary { flex: 0 0 auto; }
@media (max-width: 1050px) { .home-portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 800px) { .home-deployment { grid-template-columns: 1fr; } }
@media (max-width: 660px) {
  .home-portfolio-grid { grid-template-columns: 1fr; }
  .home-portfolio-heading { margin-bottom: 2rem; }
  .home-card-media, .home-card-image { height: 225px; }
  .home-card-media { flex-basis: 225px; }
  .home-deployment { padding: 1.6rem; }
  .home-consulting-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .home-product-card, .home-card-image, .home-deployment-options > a { transition: none; }
}
