/* Self-hosted font: Plus Jakarta Sans, SIL OFL 1.1. No font-service requests. */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/plus-jakarta-sans.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

.marketing {
  --ink: #102047;
  --blue: #244bea;
  --muted: #51617f;
  --tint: #eaf0ff;
  --line: #d2dcef;
  --navy: #12245e;

  background: #f5f7ff;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.7;
}

.marketing .wrap {
  width: min(1240px, calc(100% - 80px));
}

.marketing .header {
  padding-block: 1.7rem;
}

.marketing .brand {
  font-size: 1.8rem;
  gap: 0.55rem;
}

.marketing .nav {
  font-weight: 600;
}

.marketing h1 {
  font-weight: 750;
  letter-spacing: -0.055em;
}

.marketing h2 {
  font-weight: 700;
  letter-spacing: -0.045em;
}

.marketing h3 {
  font-weight: 700;
}

.marketing .button {
  border-radius: 100px;
  padding: 0.95rem 1.5rem;
  font-size: 0.95rem;
  box-shadow: 0 6px 20px #244bea1f;
}

.marketing .button:hover {
  background: #1838c7;
}

.marketing .contact {
  background: var(--blue);
  border-radius: 28px;
  padding: 4rem;
  margin-top: 5rem;
  gap: 3rem;
  overflow: hidden;
}

.marketing .contact h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.7rem);
}

.marketing .contact p {
  color: #eaf0ff;
}

.marketing .contact a {
  color: white;
}

.marketing .contact a:focus-visible {
  outline-color: white;
}

.marketing .contact-kicker {
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.marketing .contact-email {
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
}

.marketing footer {
  margin-top: 2rem;
}

.marketing .skip {
  z-index: 10;
}

.launch-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.12fr;
  gap: 3.5rem;
  align-items: center;
  padding: 3.5rem 0 4rem;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.product-symbol {
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid var(--line);
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--blue);
}

.product-symbol svg {
  width: 25px;
}

.launch-copy h1 {
  font-size: clamp(2.7rem, 4.1vw, 3.8rem);
  line-height: 1.1;
  max-width: 16ch;
}

.launch-copy > p:not(.product-name) {
  font-size: 1.06rem;
  color: var(--muted);
  margin-top: 1.6rem;
  max-width: 45ch;
}

.launch-copy .actions {
  gap: 1rem 1.4rem;
}

.text-link {
  font-weight: 600;
  font-size: 0.95rem;
}

.launch-stage {
  position: relative;
  min-width: 0;
  height: 520px;
  border-radius: 32px;
  background: var(--blue);
  color: white;
  padding: 2rem;
  overflow: hidden;
  isolation: isolate;
}

.launch-stage::before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  right: -90px;
  top: 30px;
  z-index: -1;
}

.launch-stage::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  right: -135px;
  top: -15px;
  z-index: -1;
}

.stage-caption {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
}

.stage-caption svg {
  width: 22px;
}

.stage-caption span {
  margin-left: auto;
  font-size: 0.7rem;
  color: #eaf0ff;
}

.stage-board {
  display: block;
  position: absolute;
  top: 110px;
  left: 32px;
  width: 670px;
  border: 7px solid #fff;
  border-radius: 12px;
  background: white;
  box-shadow: 0 22px 60px #10204766;
  transform: rotate(-2deg);
}

.stage-board img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.stage-board:focus-visible {
  outline-color: white;
}

.stage-helper {
  position: absolute;
  right: 25px;
  top: 330px;
  width: 290px;
  display: flex;
  gap: 1rem;
  padding: 1.3rem;
  background: white;
  color: var(--ink);
  box-shadow: 0 12px 34px #10204733;
  border-radius: 18px;
  transform: rotate(2deg);
}

.stage-helper > svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--blue);
}

.stage-helper strong {
  font-size: 1rem;
}

.stage-helper p {
  font-size: 0.75rem;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 0.3rem;
}

.stage-channels {
  position: absolute;
  top: 72px;
  left: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: #eaf0ff;
  font-size: 0.7rem;
}

.stage-note {
  position: absolute;
  bottom: 22px;
  left: 32px;
  font-size: 0.65rem;
  color: #eaf0ff;
}

.product-nav {
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 1.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-nav a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 650;
  color: var(--muted);
  text-decoration: none;
}

.product-nav a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.product-nav svg {
  width: 18px;
  height: 18px;
  color: var(--blue);
}

.marketing .chapter {
  padding: 5rem 0;
}

.chapter-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--blue);
  font-size: 0.87rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.chapter-label svg {
  width: 23px;
  height: 23px;
}

.chapter-heading h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.15;
  margin-bottom: 1.3rem;
  max-width: 23ch;
}

.chapter-intro {
  color: var(--muted);
  max-width: 66ch;
  font-size: 1rem;
}

.chapter-split {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.channel-orbit {
  position: relative;
  max-width: 400px;
  height: 250px;
  width: 100%;
  justify-self: end;
}

.channel-orbit::before {
  content: "";
  position: absolute;
  inset: 25px 80px;
  border: 1px dashed #9aaee7;
  border-radius: 50%;
}

.orbit-core {
  position: absolute;
  width: 108px;
  height: 108px;
  border-radius: 28px;
  background: var(--blue);
  color: white;
  top: 71px;
  left: calc(50% - 54px);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.5rem;
  box-shadow: 0 12px 24px #244bea26;
}

.orbit-core svg {
  width: 32px;
}

.orbit-core strong {
  font-size: 0.7rem;
}

.channel-orbit > span {
  position: absolute;
  background: white;
  box-shadow: 0 5px 24px #142d7210;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.channel-orbit > span:nth-of-type(1) {
  top: 10px;
  left: 5px;
}

.channel-orbit > span:nth-of-type(2) {
  top: 20px;
  right: 0;
}

.channel-orbit > span:nth-of-type(3) {
  bottom: 18px;
  left: 5px;
}

.channel-orbit > span:nth-of-type(4) {
  bottom: 10px;
  right: 5px;
}

.product-proof {
  margin: 2.4rem 0;
  border-radius: 20px;
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 16px 40px #142d720a;
}

.product-proof .screen-link {
  display: block;
  padding: 12px;
  background: #f0f3fa;
}

.product-proof img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 9px;
}

.product-proof figcaption {
  padding: 1.3rem 1.7rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.product-proof figcaption strong {
  font-size: 0.9rem;
}

.product-proof figcaption span {
  color: var(--muted);
  font-size: 0.68rem;
}

.marketing .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem 2.5rem;
}

.marketing .feature-grid article {
  border: 0;
  padding: 0;
}

.marketing .feature-grid h3 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.marketing .feature-grid p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.75;
  margin-top: 0.65rem;
}

.key-benefits {
  margin-top: 2.7rem;
}

.feature-details {
  border: 0;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  margin-top: 1.8rem;
  background: transparent;
}

.feature-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 0;
  list-style: none;
}

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

.feature-details summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
}

.feature-details[open] summary::after {
  content: "−";
}

.extra-benefits {
  padding-top: 1.2rem;
}

.marketing .chapter-crm {
  padding: 3.5rem;
  background: var(--navy);
  border-radius: 32px;
  color: white;
}

.chapter-crm .chapter-label {
  color: #c2d4ff;
}

.chapter-crm .chapter-intro,
.marketing .chapter-crm .feature-grid p {
  color: #c8d4ed;
}

.chapter-crm .chapter-callout {
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -0.04em;
  color: #c2d4ff;
  justify-self: end;
}

.chapter-crm .product-proof {
  color: var(--ink);
  border-color: #ffffff30;
  box-shadow: 0 20px 40px #08143133;
}

.chapter-crm .feature-details {
  border-color: #ffffff38;
}

.chapter-crm .feature-details summary {
  color: #fff;
}

.chapter-crm a:focus-visible,
.chapter-crm summary:focus-visible {
  outline-color: #b9ceff;
}

.chapter-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.7rem;
  margin-block: 5rem 0;
  align-items: start;
}

.marketing .chapter-pair .chapter {
  padding: 2.5rem;
  border-radius: 26px;
  background: #eaf0ff;
  min-width: 0;
}

.marketing .chapter-pair .chapter-calendar {
  background: #e6f2f0;
}

.chapter-pair .chapter-heading h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.3rem);
}

.chapter-pair .chapter-intro {
  font-size: 0.9rem;
}

.marketing .chapter-pair .feature-grid {
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.knowledge-visual {
  display: grid;
  grid-template-columns: 1fr 45px 1fr;
  align-items: center;
  margin: 2rem 0;
  padding: 1.5rem;
  background: white;
  border-radius: 18px;
}

.document-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.document-stack span {
  display: block;
  padding: 0.25rem 0.5rem;
  width: 65px;
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 650;
}

.knowledge-line {
  height: 1px;
  background: #9eafe0;
  width: 100%;
}

.knowledge-mark {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  color: var(--blue);
}

.knowledge-mark svg {
  width: 35px;
}

.knowledge-mark span {
  font-size: 0.65rem;
  font-weight: 700;
}

.knowledge-visual > p {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.72rem;
  color: var(--muted);
}

.appointment-visual {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
  padding: 2.5rem 1.5rem;
  background: white;
  border-radius: 18px;
}

.calendar-symbol {
  width: 52px;
  height: 58px;
  background: #e6f2f0;
  color: #185f56;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.calendar-symbol svg {
  width: 30px;
}

.appointment-visual strong {
  font-size: 0.85rem;
}

.appointment-visual p {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

.appointment-check {
  color: #185f56;
  font-size: 1.4rem;
  margin-left: auto;
}

.campaign-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.campaign-flow > div {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.campaign-flow > div:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -1.15rem;
  top: calc(50% - 18px);
  font-size: 1.7rem;
  color: var(--blue);
}

.campaign-flow svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
  margin-bottom: 1.3rem;
}

.campaign-flow strong {
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
}

.campaign-flow span {
  color: var(--muted);
  font-size: 0.8rem;
}

.marketing .chapter-assistant {
  background: var(--blue);
  color: white;
  border-radius: 32px;
  padding: 3.5rem;
}

.chapter-assistant .chapter-label {
  color: #fff;
}

.chapter-assistant .chapter-intro,
.marketing .chapter-assistant .feature-grid p {
  color: #eaf0ff;
}

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

.chapter-assistant .feature-details {
  border-color: #ffffff42;
}

.chapter-assistant .feature-details summary {
  color: white;
}

.chapter-assistant summary:focus-visible {
  outline-color: white;
}

.assistant-window {
  background: white;
  color: var(--ink);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 18px 36px #10204738;
  transform: rotate(1deg);
}

.assistant-window-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.85rem;
}

.assistant-window-head svg {
  width: 23px;
  color: var(--blue);
}

.assistant-greeting {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 1.5rem 0;
}

.assistant-window ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.assistant-window li {
  background: #f0f4ff;
  border-radius: 10px;
  padding: 0.8rem;
  font-size: 0.74rem;
  color: #344971;
}

.assistant-window .example-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.65rem;
}

.report-library {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.report-cover {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.3rem 0.8rem;
  box-shadow: 0 10px 24px #142d720d;
}

.report-cover:first-child {
  transform: rotate(-5deg);
}

.report-cover:last-child {
  transform: rotate(5deg);
}

.report-cover svg {
  width: 27px;
  height: 27px;
  color: var(--blue);
  margin-bottom: 1.5rem;
}

.report-cover strong {
  display: block;
  font-size: 0.84rem;
}

.report-cover > span {
  display: block;
  font-size: 0.55rem;
  color: var(--muted);
  margin-top: 0.4rem;
}

.report-lines {
  display: grid;
  gap: 0.4rem;
  margin-top: 1.3rem;
}

.report-lines i {
  height: 4px;
  border-radius: 2px;
  background: #d9e2fb;
}

.report-lines i:last-child {
  width: 65%;
}

.marketing .chapter-team {
  border-top: 1px solid var(--line);
  padding-block: 3rem;
}

.chapter-team .chapter-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 3rem;
}

.chapter-team .chapter-label {
  grid-column: 1 / -1;
}

.chapter-team .chapter-intro {
  align-self: end;
}

.chapter-team .chapter-heading h2 {
  margin: 0;
}

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

@media (width <= 1050px) {
  .launch-hero {
    gap: 2rem;
  }

  .launch-stage {
    height: 500px;
    padding: 1.5rem;
  }

  .stage-caption span {
    display: none;
  }

  .stage-board {
    left: 20px;
    width: 600px;
  }

  .chapter-split {
    gap: 2.5rem;
  }

  .marketing .chapter-crm,
  .marketing .chapter-assistant {
    padding: 2.5rem;
  }

  .marketing .chapter-pair .chapter {
    padding: 2rem;
  }
}

@media (width <= 850px) {
  .marketing .wrap {
    width: calc(100% - 48px);
  }

  .launch-hero {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .launch-copy h1 {
    font-size: clamp(2.8rem, 6vw, 4rem);
    max-width: 19ch;
  }

  .launch-copy > p:not(.product-name) {
    max-width: 60ch;
  }

  .launch-stage {
    height: 450px;
  }

  .stage-board {
    top: 110px;
    width: calc(100% - 70px);
    left: 32px;
  }

  .stage-helper {
    top: 285px;
  }

  .product-nav ul {
    justify-content: flex-start;
    gap: 1rem 1.5rem;
  }

  .chapter-split {
    grid-template-columns: 1fr;
  }

  .channel-orbit {
    display: none;
  }

  .chapter-crm .chapter-callout {
    display: none;
  }

  .chapter-pair {
    grid-template-columns: 1fr;
  }

  .marketing .feature-grid {
    gap: 1.5rem;
  }

  .assistant-window {
    transform: none;
    max-width: 500px;
  }

  .report-library {
    max-width: 500px;
  }

  .marketing .contact {
    padding: 2.5rem;
  }
}

@media (width <= 600px) {
  .marketing .wrap {
    width: calc(100% - 40px);
  }

  .marketing .header {
    padding-block: 1.3rem;
    gap: 0.8rem;
  }

  .marketing .brand {
    font-size: 1.6rem;
  }

  .marketing .nav {
    font-size: 0.82rem;
  }

  .launch-hero {
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .launch-copy h1 {
    font-size: clamp(2.5rem, 10vw, 3.1rem);
  }

  .launch-copy > p:not(.product-name) {
    font-size: 0.97rem;
  }

  .product-name {
    margin-bottom: 1.3rem;
  }

  .launch-copy .actions {
    gap: 1.1rem;
  }

  .launch-stage {
    height: auto;
    padding: 1.3rem;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .stage-caption {
    font-size: 0.8rem;
  }

  .stage-board {
    position: static;
    width: 100%;
    transform: none;
    border-width: 3px;
    border-radius: 7px;
  }

  .stage-helper {
    position: static;
    transform: none;
    width: 100%;
    padding: 1rem;
    border-radius: 12px;
  }

  .stage-channels {
    position: static;
    font-size: 0.64rem;
    gap: 0.5rem;
  }

  .stage-note {
    position: static;
    font-size: 0.59rem;
  }

  .product-nav {
    padding-block: 1.2rem;
  }

  .product-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }

  .product-nav a {
    font-size: 0.68rem;
  }

  .product-nav svg {
    flex-shrink: 0;
    width: 17px;
  }

  .marketing .chapter {
    padding-block: 3.5rem;
  }

  .chapter-heading h2 {
    font-size: 2rem;
  }

  .chapter-intro {
    font-size: 0.92rem;
  }

  .chapter-split {
    margin-bottom: 1.5rem;
  }

  .marketing .feature-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .marketing .feature-grid p {
    font-size: 0.87rem;
  }

  .product-proof {
    border-radius: 12px;
    margin-block: 1.7rem;
  }

  .product-proof .screen-link {
    padding: 5px;
  }

  .product-proof figcaption {
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
  }

  .product-proof figcaption strong {
    font-size: 0.8rem;
  }

  .product-proof figcaption span {
    font-size: 0.6rem;
  }

  .marketing .chapter-crm,
  .marketing .chapter-assistant {
    padding: 1.5rem;
    border-radius: 22px;
  }

  .chapter-pair {
    margin-top: 3.5rem;
    gap: 1.5rem;
  }

  .marketing .chapter-pair .chapter {
    padding: 1.5rem;
    border-radius: 22px;
  }

  .campaign-flow {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .campaign-flow > div {
    padding: 1.3rem;
  }

  .campaign-flow > div:not(:last-child)::after {
    right: calc(50% - 5px);
    top: auto;
    bottom: -1.9rem;
    transform: rotate(90deg);
  }

  .campaign-flow svg {
    margin-bottom: 0.7rem;
  }

  .assistant-window {
    padding: 1.2rem;
  }

  .report-library {
    gap: 0.5rem;
  }

  .report-cover {
    padding: 1rem 0.6rem;
  }

  .report-cover strong {
    font-size: 0.73rem;
  }

  .report-cover > span {
    font-size: 0.52rem;
  }

  .chapter-team .chapter-heading {
    grid-template-columns: 1fr;
  }

  .marketing .contact {
    padding: 2rem 1.5rem;
    border-radius: 22px;
    margin-top: 3rem;
  }
}

@media print {
  .marketing {
    background: white;
  }

  .launch-stage,
  .product-nav,
  .feature-details summary {
    display: none;
  }

  .feature-details::details-content {
    display: block;
    content-visibility: visible;
  }

  .marketing .chapter {
    break-inside: avoid;
    background: white;
    color: #102047;
  }
}

/* Dedicated business-assistant panel and capabilities. */
.assistant-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}

.assistant-heading .chapter-label {
  grid-column: 1 / -1;
}

.assistant-heading h2 {
  margin-bottom: 0;
}

.assistant-heading .chapter-intro {
  align-self: end;
}

.chapter-assistant .assistant-proof {
  color: var(--ink);
  margin-top: 2.5rem;
}

.assistant-proof a:focus-visible {
  outline-offset: -5px;
}

.chapter-assistant .key-benefits {
  grid-template-columns: repeat(3, 1fr);
}

@media (width <= 850px) {
  .assistant-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .chapter-assistant .key-benefits {
    grid-template-columns: 1fr;
  }
}

/* Readable, localized conversation illustrations. */
.context-showcase {
  margin: 3rem 0;
  padding: 2.25rem;
  border-radius: 24px;
  background: #eaf0ff;
  scroll-margin-top: 2rem;
}

.context-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}

.context-heading h3 {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.context-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.context-example-label {
  margin: 2rem 0 0.8rem;
  font-size: 0.8rem;
  color: var(--muted);
}

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

.context-scene {
  margin: 0;
  min-width: 0;
}

.context-window {
  min-height: 23.5rem;
  background: white;
  border: 1px solid #b8c8eb;
  border-radius: 16px;
  overflow: hidden;
}

.context-window-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--navy);
  color: white;
  font-size: 0.85rem;
}

.context-window-header svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.context-window-header > span {
  margin-left: auto;
  font-size: 0.65rem;
  color: #dce5ff;
}

.context-situation {
  margin: 0;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.69rem;
}

.context-messages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1rem 1.5rem;
}

.context-bubble {
  margin: 0;
  padding: 0.85rem 1rem;
  max-width: 94%;
  font-size: 0.85rem;
  line-height: 1.65;
}

.context-bubble > span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.66rem;
  font-weight: 700;
}

.context-customer {
  align-self: flex-end;
  background: #edf1f7;
  border-radius: 14px 14px 4px;
}

.context-bot {
  align-self: flex-start;
  background: var(--blue);
  color: white;
  border-radius: 14px 14px 14px 4px;
}

.context-scene figcaption {
  padding: 1.25rem 0.15rem 0;
}

.context-scene h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.45;
}

.context-scene figcaption p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (width <= 1000px) {
  .context-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .context-scenes {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .context-scene {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 1.5rem;
    align-items: center;
  }

  .context-window {
    min-height: 0;
  }
}

@media (width <= 600px) {
  .context-showcase {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .context-scene {
    display: block;
  }

  .context-heading h3 {
    font-size: 1.8rem;
  }

  .context-window-header {
    padding-inline: 0.85rem;
  }

  .context-messages {
    padding-inline: 0.85rem;
  }
}
