/* === chatbotta-client-pitch/components/deck-slide/style.css === */
/* Co-located styles for deck-slide. */

.cover-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;

}

.pitch-slide--case .eyebrow {
  color: var(--orange);

}

.pitch-slide--case .pitch-slide__surface {
  background: linear-gradient(135deg, #fffdf7 0%, var(--bg) 68%, #f1eadc 100%);

}

.pitch-slide:has(.closing-layout) .cover-background {
  filter: saturate(0.72) contrast(0.88) brightness(0.86);

}

/* === chatbotta-client-pitch/component-styles/adoption-opener/style.css === */
/* Co-located styles for adoption-opener. */

.adoption-gap-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 15px 0;
  text-align: center;
}

.adoption-gap-header {
  margin-bottom: 10px;
}

.adoption-gap-header .title {
  margin: 0;
  white-space: nowrap;
  max-width: none;
}

.adoption-gap-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  min-height: 0;
}

.adoption-gap-visual img {
  max-width: 100%;
  max-height: 640px;
  object-fit: contain;
  display: block;
}

.adoption-gap-footer {
  margin-top: 15px;
  max-width: 1200px;
}

.adoption-gap-footer .body {
  margin: 0;
  font-size: 26px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: var(--weight-light);
}

.ai-boundary-spectrum {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 48px;
}

.ai-boundary-spectrum__header {
  display: grid;
  gap: 20px;
}

.ai-boundary-spectrum__header .title {
  max-width: 780px;
  font-size: 72px;
  line-height: 1.08;
}

.ai-boundary-spectrum__header .lead {
  max-width: 880px;
  margin-top: 0;
  font-size: 27px;
  line-height: 1.48;
}

.ai-boundary-spectrum__axis {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.ai-boundary-spectrum__axis::before {
  display: none;
}

.ai-boundary-spectrum__axis > div {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 0;
  border-top: 3px solid rgba(238, 135, 48, 0.15);
  border-radius: 0;
  background: var(--paper);
  box-shadow: 0 4px 12px rgba(80, 69, 48, 0.03);
  padding: 30px 24px;
  transition: all 0.3s ease;
}

.ai-boundary-spectrum__axis > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(80, 69, 48, 0.08);
  border-top-color: var(--orange);
}

.ai-boundary-spectrum__axis span {
  font-family: var(--font-serif);
  font-size: 54px;
  line-height: 1;
  color: var(--orange);
  font-weight: 300;
  display: block;
}

.ai-boundary-spectrum__axis strong {
  color: var(--ink-heading);
  font-size: 32px;
  line-height: 1.2;
  font-weight: var(--emphasis);
}

.ai-boundary-spectrum__axis p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.ai-boundary-spectrum__human {
  border-top: 3px solid var(--orange) !important;
  background: rgba(255, 238, 213, 0.28) !important;
}

.ai-boundary-spectrum__human span {
  color: var(--orange) !important;
}

.ai-boundary-spectrum__human strong {
  color: var(--ink-heading) !important;
}

.ai-boundary-spectrum__rule {
  margin: 10px 0 0;
  border-left: 3px solid var(--orange);
  padding-left: 20px;
  color: var(--ink-heading);
  font-size: 24px;
  line-height: 1.45;
}

.ai-boundary-examples {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 30px;
}

.ai-boundary-examples__header .title {
  max-width: 880px;
}

.ai-boundary-examples__header .lead {
  max-width: 960px;
  margin-top: 14px;
  font-size: 25px;
  line-height: 1.45;
}

.ai-boundary-examples__table {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.ai-boundary-examples__head {
  display: grid;
  grid-template-columns: 0.72fr 1.08fr 1.08fr;
  background: none !important;
  border: 0 !important;
  padding: 0 10px;
}

.ai-boundary-examples__head span {
  padding: 0 20px 10px;
  color: var(--orange);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--emphasis);
  border: 0 !important;
}

.ai-boundary-examples__table > div:not(.ai-boundary-examples__head) {
  display: grid;
  grid-template-columns: 0.72fr 1.08fr 1.08fr;
  border: 1px solid rgba(80, 69, 48, 0.12) !important;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all 0.25s ease;
}

.ai-boundary-examples__table > div:not(.ai-boundary-examples__head):hover {
  transform: translateY(-2px);
  border-color: rgba(238, 135, 48, 0.35) !important;
  box-shadow: 0 10px 20px rgba(80, 69, 48, 0.06);
}

.ai-boundary-examples__table strong,
.ai-boundary-examples__table p,
.ai-boundary-examples__table em {
  display: block;
  margin: 0;
  padding: 22px 24px;
  border-left: 1px solid rgba(80, 69, 48, 0.1);
}

.ai-boundary-examples__table strong {
  border-left: 4px solid var(--orange);
  color: var(--ink-heading);
  font-size: 25px;
  line-height: 1.25;
  font-weight: var(--emphasis);
  background: rgba(251, 248, 240, 0.3);
}

.ai-boundary-examples__table p {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.5;
}

.ai-boundary-examples__table em {
  background: rgba(255, 238, 213, 0.15);
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
  font-style: normal;
  border-left: 1px solid rgba(80, 69, 48, 0.1);
}

.hitl-flow {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 34px;
}

.hitl-flow__header .title {
  max-width: 820px;
  font-size: 72px;
  line-height: 1.08;
}

.hitl-flow__header .lead {
  max-width: 900px;
  margin-top: 14px;
  font-size: 27px;
  line-height: 1.46;
}

.hitl-flow__diagram {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.hitl-flow__node,
.hitl-flow__gate,
.hitl-flow__branch {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(80, 69, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
  padding: 22px 20px;
}

.hitl-flow__node:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1;
}

.hitl-flow__node:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1;
}

.hitl-flow__gate {
  grid-column: 5 / 7;
  grid-row: 1;
  background: rgba(255, 238, 213, 0.36);
  border-color: rgba(238, 135, 48, 0.3);
}

.hitl-flow__branch--ai {
  grid-column: 2 / 4;
  grid-row: 2;
}

.hitl-flow__branch--human {
  grid-column: 4 / 6;
  grid-row: 2;
  background: rgba(255, 238, 213, 0.32);
  border-color: rgba(238, 135, 48, 0.24);
}

.hitl-flow__node--loop {
  grid-column: 6 / 7;
  grid-row: 2;
}

.hitl-flow__node::after,
.hitl-flow__gate::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
  border-top: 2px solid rgba(238, 135, 48, 0.55);
}

.hitl-flow__gate::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  height: 24px;
  border-left: 2px solid rgba(238, 135, 48, 0.55);
}

.hitl-flow__branch span,
.hitl-flow__node span,
.hitl-flow__gate span {
  width: fit-content;
  border-radius: 999px;
  background: rgba(238, 135, 48, 0.12);
  padding: 6px 11px;
  color: var(--orange);
  font-size: 17px;
  line-height: 1.2;
  font-weight: var(--emphasis);
}

.hitl-flow__node strong,
.hitl-flow__gate strong,
.hitl-flow__branch strong {
  color: var(--ink-heading);
  font-size: 27px;
  line-height: 1.22;
  font-weight: var(--heading-regular);
}

.hitl-flow__branch p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.42;
}

.hitl-flow__rule {
  margin: 0;
  border-left: 3px solid var(--orange);
  padding-left: 18px;
  color: var(--ink-heading);
  font-size: 25px;
  line-height: 1.38;
}

.hitl-case {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 28px;
}

.hitl-case__header .title {
  max-width: 980px;
  font-size: var(--head-sm);
  line-height: 1.1;
}

.hitl-case__header .lead {
  max-width: 980px;
  margin-top: 14px;
  font-size: var(--text-body);
  line-height: 1.45;
}

.hitl-case__layout {
  min-height: 0;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: stretch;
}

.hitl-case__message,
.hitl-case__branches > div {
  min-width: 0;
  border: 1px solid rgba(80, 69, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.84);
  padding: 24px 26px;
}

.hitl-case__message {
  display: grid;
  align-content: center;
  gap: 18px;
  background: rgba(255, 238, 213, 0.24);
}

.hitl-case__message span,
.hitl-case__branches span {
  color: var(--orange);
  font-size: 22px;
  line-height: 1.2;
  font-weight: var(--emphasis);
}

.hitl-case__message strong {
  color: var(--ink-heading);
  font-size: 42px;
  line-height: 1.22;
  font-weight: var(--heading-regular);
}

.hitl-case__message p,
.hitl-case__branches p {
  margin: 0;
  color: var(--muted);
  font-size: 26px;
  line-height: 1.42;
}

.hitl-case__branches {
  display: grid;
  gap: 14px;
}

.hitl-case__branches > div {
  display: grid;
  grid-template-columns: 130px 230px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
}

.hitl-case__branches strong {
  color: var(--ink-heading);
  font-size: 32px;
  line-height: 1.2;
  font-weight: var(--heading-regular);
}

.hitl-case__human {
  background: rgba(255, 238, 213, 0.32) !important;
  border-color: rgba(238, 135, 48, 0.24) !important;
}

.hitl-case__takeaway {
  margin: 0;
  border-top: 1px solid rgba(80, 69, 48, 0.16);
  padding-top: 16px;
  color: var(--ink-heading);
  font-size: 28px;
  line-height: 1.4;
}

/* === chatbotta-client-pitch/component-styles/agenda-layout/style.css === */
/* Co-located styles for agenda-layout (4-row staggered editorial layout). */

.agenda-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 48px;
  height: 100%;
  padding: 10px 0;
}

.agenda-layout .title {
  font-size: var(--head-sm); /* 62px */
  font-weight: var(--weight-light);
  color: var(--ink-heading);
  border-bottom: 2px solid var(--line-border);
  padding-bottom: 24px;
  margin: 0;
}

.agenda-list {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
}

.agenda-item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  column-gap: 28px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
  width: 72%;
  justify-self: start;
}

/* Left-aligned items (01, 02) */
.agenda-item:not(.agenda-item--right) span {
  color: var(--orange);
}

/* Right-aligned items (03, 04) */
.agenda-item--right {
  justify-self: end;
  grid-template-columns: minmax(0, 1fr) 100px;
  text-align: right;
}

.agenda-item--right span {
  color: var(--blue);
  grid-column: 2;
  grid-row: 1; /* Explicitly set to Row 1 to prevent layout height collapse/shifting */
  text-align: right;
}

.agenda-item--right .agenda-item__copy {
  grid-column: 1;
  grid-row: 1; /* Explicitly set to Row 1 to align perfectly with the number */
}

.agenda-item span {
  display: block;
  font-size: 76px;
  font-weight: var(--weight-light);
  line-height: 0.95;
  font-family: var(--sans);
  letter-spacing: -0.02em;
}

.agenda-item__copy {
  display: grid;
  gap: 10px;
}

.agenda-item h2 {
  margin: 0;
  color: var(--ink-heading);
  font-size: 38px;
  font-weight: var(--weight-light); /* Use thin/light weight to match the design DNA */
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.agenda-item h3 {
  margin: 0;
  color: var(--muted);
  font-size: 27px;
  font-weight: var(--weight-light); /* Use thin/light weight for subtitles as well */
  line-height: 1.5;
  letter-spacing: 0;
}

.agenda-item p {
  display: none;
}

/* === chatbotta-client-pitch/component-styles/ai-vs-agent/style.css === */
.ai-vs-agent {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
}

.ai-vs-agent__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.ai-vs-agent__title {
  margin: 0;
  max-width: 1200px;
  line-height: 1.15;
}

.ai-vs-agent__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.ai-vs-agent__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  min-width: 0;
}

.ai-vs-agent__image-wrapper {
  margin: 0;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ai-vs-agent__image-wrapper img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.ai-vs-agent__col-title {
  margin: 0;
  color: var(--ink-heading);
}

.ai-vs-agent__col-body {
  margin: 0;
  max-width: 500px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.48;
}

.ai-vs-agent__col-divider {
  width: 1px;
  height: 80%;
  background: var(--line-border);
  align-self: center;
}

/* === chatbotta-client-pitch/component-styles/browser-frame/style.css === */
/* Co-located styles for browser-frame. */

.browser-frame {
  margin: 0;
  height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 18px rgba(58, 47, 31, 0.08);

}

.browser-frame__bar {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  background: #f1eadc;
  border-bottom: 1px solid var(--line);

}

.browser-frame__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(80, 69, 48, 0.34);

}

.browser-frame__bar span:nth-child(2) { background: rgba(80, 69, 48, 0.24); 
}

.browser-frame__bar span:nth-child(3) { background: rgba(80, 69, 48, 0.16); 
}

.browser-frame__bar strong {
  margin-left: 12px;
  color: var(--muted);
  font-size: 15px;

}

.browser-frame img {
  width: 100%;
  height: calc(100% - 46px);
  display: block;

}

.browser-frame--cover img { object-fit: cover; 
}

.browser-frame--contain img { object-fit: contain; background: #fffdf7; 
}

.offer-layout .browser-frame {
  height: 560px;

}

/* === chatbotta-client-pitch/component-styles/card/style.css === */
/* Co-located styles for card. */

.card {
  border: 0;
  border-top: 1px solid var(--line-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 22px 0 0;

}

.card strong {
  display: block;
  font-size: 28px;
  line-height: 1.25;
  font-weight: var(--emphasis);
  color: var(--ink);

}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;

}

.card--blue,
.card--green,
.card--orange,
.card--red,
.card--gold {
  background: transparent;
  border-color: var(--line-border);

}

.card--ink { background: var(--ink); border-color: var(--ink); color: #fffaf1; 
}

.card--ink strong,
.card--ink p { color: #fffaf1; 
}

.industry-grid .card {
  padding: 14px 14px 24px;

}

/* === chatbotta-client-pitch/component-styles/case-bleed/style.css === */
/* Co-located styles for case-bleed layout */

.pitch-slide--case-bleed .pitch-slide__surface {
  position: relative;
  overflow: hidden;
}

/* Gradient overlay - smooth left-heavy gradient, 100% transparent on the right */
.pitch-slide--case-bleed .pitch-slide__surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(12, 19, 31, 0.88) 0%, rgba(12, 19, 31, 0.72) 25%, rgba(12, 19, 31, 0.15) 50%, rgba(12, 19, 31, 0) 68%);
  z-index: 1;
  pointer-events: none;
}

.case-bleed-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  height: 100%;
  padding: 50px 70px;
}

.case-bleed-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Rounded badge for the partner logos */
.case-bleed-logos {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px 36px;
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.case-bleed-logos img {
  height: 50px;
  object-fit: contain;
}

.case-bleed-logos .logo-x {
  font-family: var(--sans);
  color: var(--ink);
  font-size: 24px;
  font-weight: 500;
}

/* Invisible text container - floating naturally on background */
.case-bleed-content {
  align-self: center;
  justify-self: start;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin-top: 40px;
}

.case-bleed-eyebrow {
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}

.case-bleed-title {
  color: #fff7e8;
  font-family: var(--sans);
  font-size: 60px;
  font-weight: var(--heading-light);
  line-height: 1.15;
  margin: 0;
  /* Soft theme-colored text shadow for contrast without visible border boundaries */
  text-shadow: 0 4px 30px rgba(12, 19, 31, 0.8), 0 2px 10px rgba(12, 19, 31, 0.5);
}

.case-bleed-body {
  color: rgba(255, 250, 241, 0.88);
  font-size: 26px;
  line-height: 1.52;
  font-weight: var(--body-regular);
  margin: 0;
  /* Soft theme-colored text shadow for contrast without visible border boundaries */
  text-shadow: 0 4px 30px rgba(12, 19, 31, 0.8), 0 2px 10px rgba(12, 19, 31, 0.5);
}

/* === chatbotta-client-pitch/component-styles/case-hero/style.css === */
/* Co-located styles for case-hero. */

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
  height: 100%;

}

.case-hero--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);

}

.case-hero img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);

}

/* === chatbotta-client-pitch/component-styles/case1-landing/style.css === */
/* Co-located styles for case1-landing. */

.case1-landing {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: 34px;
  row-gap: 26px;
  min-height: 100%;
  align-items: end;
  --phone-h: min(86vh, 860px);

}

.case1-landing__main {
  align-self: start;

}

.case1-landing__main .eyebrow {
  font-size: 28px;

}

.case1-landing__main .title {
  font-size: 72px;
  line-height: 1.06;
  margin-bottom: 18px;
  max-width: 980px;

}

.case1-landing__main .lead {
  font-size: 33px;
  line-height: 1.43;
  max-width: 980px;

}

.case1-landing__copy {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);

}

.case1-landing__copy strong {
  display: block;
  font-size: 34px;
  font-weight: var(--emphasis);
  margin-bottom: 10px;

}

.case1-landing__copy p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;

}

.case1-landing__phone {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  justify-self: end;
  width: 100%;
  display: grid;
  align-items: end;

}

.case1-landing__phone .line-mockup {
  width: min(470px, 100%);
  height: var(--phone-h);
  transform: scale(1);

}

.case1-landing__phone .line-mockup__screen {
  height: calc(var(--phone-h) - 26px);

}

.case1-landing__phone .line-message__bubble {
  font-size: 24px;

}

.case1-landing__band {
  grid-column: 1 / span 2;
  justify-self: stretch;
  border: 1px solid rgba(255, 156, 58, 0.35);
  border-radius: 8px;
  background: rgba(255, 242, 228, 0.84);
  padding: 20px 24px;
  min-height: 74px;
  display: flex;
  align-items: center;
  margin-top: auto;

}

.case1-landing__band span {
  font-size: 27px;
  line-height: 1.5;
  font-weight: var(--body-regular);
  letter-spacing: 0.01em;

}

/* === chatbotta-client-pitch/component-styles/centered-opener/style.css === */
.centered-opener {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.centered-opener__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.centered-opener__eyebrow {
  margin: 0;
}

/* warning eyebrow in case variant */
.pitch-slide--case .centered-opener__eyebrow {
  color: var(--orange);
}

.centered-opener__title {
  margin: 0;
  max-width: 1600px;
  line-height: 1.15;
}

.centered-opener__title span {
  color: var(--orange);
  font-weight: var(--heading-light);
}

.centered-opener__lead {
  margin: 0;
  max-width: 1600px;
}

.centered-opener__image-wrapper {
  margin: 0;
  min-height: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.centered-opener__image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 580px;
  object-fit: contain;
}

.centered-opener__caption {
  border-top: 1px solid var(--line-border);
  padding-top: 16px;
  width: 100%;
  text-align: center;
}

.centered-opener__caption p {
  margin: 0 auto;
  max-width: 1600px;
  color: var(--ink-heading);
  font-size: 23px;
  line-height: 1.45;
  font-weight: var(--body-regular);
  text-align: center;
}

.centered-opener__caption p strong {
  color: var(--orange);
  font-weight: var(--emphasis);
}

/* === chatbotta-client-pitch/component-styles/challenges-flow/style.css === */
/* Co-located styles for challenges-flow. */

.challenges-flow {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 48px;
  padding: 10px 0;
}

.challenges-flow .header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.challenges-flow .flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
  align-items: center;
  position: relative;
  padding-top: 24px;
}

/* Background connecting dashed line */
.challenges-flow .flow-grid::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 40px;
  right: 40px;
  height: 1px;
  border-top: 1px dashed var(--line-soft);
  z-index: 0;
}

.challenges-flow .flow-card {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: none;
  position: relative;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Staggered offsets for cards */
.challenges-flow .flow-card--odd {
  transform: translateY(-28px);
}

.challenges-flow .flow-card--even {
  transform: translateY(28px);
}

.challenges-flow .flow-card--odd:hover {
  transform: translateY(-36px) scale(1.03);
}

.challenges-flow .flow-card--even:hover {
  transform: translateY(20px) scale(1.03);
}

.challenges-flow .flow-card__image {
  width: 100%;
  height: 260px; /* Large illustrations like requested */
  object-fit: contain;
  margin-bottom: 24px;
  mix-blend-mode: multiply;
}

.challenges-flow .flow-card__marker {
  color: var(--orange); /* Use orange for the challenges section! */
  font-size: 24px;
  font-weight: var(--weight-bold);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.challenges-flow .flow-card__title {
  color: var(--ink-heading);
  font-size: 34px;
  font-weight: var(--weight-light); /* Thin font weight to match design DNA */
  margin: 0 0 14px;
  line-height: 1.25;
}

.challenges-flow .flow-card__body {
  color: var(--muted);
  font-size: 25px;
  line-height: 1.45;
  margin: 0;
  font-weight: var(--weight-regular);
}

/* === chatbotta-client-pitch/component-styles/chapter-bridge/style.css === */
/* Co-located styles for chapter-bridge. */

.chapter-bridge {
  height: 100%;
  display: grid;
  align-content: end;
  padding-bottom: 108px;
}

.chapter-bridge::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 56px;
  background: var(--line-border);
}

.chapter-bridge__marker {
  margin: 0 0 22px;
  color: var(--orange);
  font-weight: var(--emphasis);
}

.chapter-bridge__title {
  max-width: 1160px;
  margin: 0;
  color: var(--ink-heading);
  font-family: var(--sans);
  font-size: 74px;
  line-height: 1.1;
  font-weight: var(--heading-light);
  letter-spacing: 0;
}

.chapter-bridge__lead {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 28px;
  line-height: 1.5;
  font-weight: var(--body-regular);
}

/* === chatbotta-client-pitch/component-styles/chatbotta-product-intro/style.css === */
/* Co-located styles for chatbotta-product-intro. */

.chatbotta-product-intro {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(650px, 1.05fr);
  gap: 82px;
  align-items: center;
}

.chatbotta-product-intro__copy {
  display: grid;
  align-content: center;
}

.chatbotta-product-intro__marker {
  margin: 0 0 22px;
  color: var(--orange);
  font-weight: var(--emphasis);
}

.chatbotta-product-intro__title {
  max-width: 820px;
  font-size: 76px;
  line-height: 1.08;
}

.chatbotta-product-intro__lead {
  max-width: 780px;
  margin-top: 26px;
  font-size: 28px;
  line-height: 1.55;
}

.chatbotta-product-intro__capabilities {
  margin-top: 54px;
  display: grid;
  border-top: 1px solid var(--line-border);
}

.chatbotta-product-intro__capabilities div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;
  padding: 24px 0 22px;
  border-bottom: 1px solid var(--line-border);
}

.chatbotta-product-intro__capabilities span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--orange);
}

.chatbotta-product-intro__capabilities svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.8;
}

.chatbotta-product-intro__capabilities strong {
  display: block;
  color: var(--ink-heading);
  font-size: 30px;
  line-height: 1.2;
  font-weight: var(--emphasis);
}

.chatbotta-product-intro__capabilities p {
  grid-column: 2;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.48;
}

.chatbotta-product-intro__visual {
  align-self: center;
  display: grid;
  gap: 18px;
}

.chatbotta-product-intro__visual .browser-frame {
  height: 650px;
  border-color: rgba(80, 69, 48, 0.18);
  box-shadow: 0 20px 42px rgba(58, 47, 31, 0.12);
}

.chatbotta-product-intro__caption {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

/* === chatbotta-client-pitch/component-styles/chip/style.css === */
/* Co-located styles for chip. */

.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(40, 119, 206, 0.35);
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  padding: 10px 16px;
  font-size: 18px;
  font-weight: var(--emphasis);

}

.chip--green { background: rgba(232, 241, 253, 0.72); border-color: rgba(40, 119, 206, 0.3); color: var(--blue); 
}

.chip--orange { background: var(--orange-soft); border-color: rgba(255, 156, 58, 0.45); color: #a2620f; 
}

.chip--gold { background: rgba(255, 253, 247, 0.86); border-color: rgba(80, 69, 48, 0.26); color: var(--ink); 
}

.chip--ink { background: var(--ink); border-color: var(--ink); color: white; 
}

/* === chatbotta-client-pitch/component-styles/closing-layout/style.css === */
/* Co-located styles for closing-layout. */

.closing-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 96px;
  align-items: center;
  height: 100%;
  color: #fff7e8;

}

.pitch-slide:has(.closing-layout) .pitch-slide__surface {
  background: #111827;

}

.pitch-slide:has(.closing-layout) .pitch-slide__surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 19, 31, 0.92) 0%, rgba(12, 19, 31, 0.78) 40%, rgba(12, 19, 31, 0.42) 66%, rgba(12, 19, 31, 0.18) 100%),
    linear-gradient(0deg, rgba(12, 19, 31, 0.18), rgba(255, 231, 190, 0.08));

}

.closing-copy {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  padding: 4px 0 8px;

}

.closing-title {
  align-self: center;
  margin: 0;
  max-width: 920px;
  color: #fff7e8;
  font-family: var(--sans);
  font-weight: var(--heading-light);
  line-height: 1.16;
  letter-spacing: 0.01em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.5);
}

.closing-qr-card {
  position: relative;
  justify-self: end;
  width: 386px;
  display: grid;
  gap: 22px;
  text-align: center;
  border: 1px solid rgba(255, 247, 232, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 247, 232, 0.12), rgba(255, 247, 232, 0.05)),
    rgba(15, 23, 42, 0.5);
  box-shadow: 0 28px 78px rgba(5, 10, 18, 0.38);
  padding: 26px;
  backdrop-filter: blur(10px);

}

.closing-qr-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 156, 58, 0.14);
  pointer-events: none;

}

.closing-qr-card__code {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  padding: 20px;

}

.closing-qr-card__code img {
  display: block;
  width: 262px;
  height: 262px;
  object-fit: contain;

}

.closing-qr-card__copy {
  display: grid;
  gap: 7px;
  padding: 0 8px 2px;

}

.closing-qr-card__title {
  margin: 0;
  color: #fff7e8;
  font-size: 27px;
  font-weight: var(--emphasis);
  line-height: 1.28;

}

.closing-qr-card__note {
  margin: 0;
  color: rgba(255, 247, 232, 0.72);
  font-size: 19px;
  font-weight: var(--body-regular);
  line-height: 1.45;

}

/* === chatbotta-client-pitch/component-styles/cover-layout/style.css === */
/* Co-located styles for cover-layout. */

.cover-layout {
  display: flex;
  align-items: stretch;
  height: 100%;
  position: relative;
  z-index: 2;

}

.cover-copy {
  width: 1160px;
  max-width: 92%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  padding: 4px 0 10px;

}

.cover-kicker {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  max-width: 100%;

}

.cover-content-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));

}

.cover-heading {
  align-self: center;
  display: grid;
  gap: 20px;
  margin-top: 18px;

}

.cover-title {
  margin: 0;
  max-width: none;
  font-family: var(--sans);
  color: #fff7e8;
  font-weight: var(--heading-light);
  letter-spacing: 0.01em;
  line-height: 1.08;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.5);
  white-space: nowrap;

}

.cover-subtitle {
  margin: 0;
  max-width: none;
  color: rgba(255, 250, 241, 0.84);
  font-family: var(--sans);
  font-size: 33px;
  line-height: 1.35;
  font-weight: var(--body-regular);
  letter-spacing: 0.02em;
  white-space: nowrap;

}

.cover-meta {
  display: grid;
  gap: 12px;
  margin: 0;
  max-width: none;
  font-family: var(--sans);

}

.cover-speaker,
.cover-event {
  margin: 0;
  white-space: nowrap;

}

.cover-speaker {
  color: rgba(255, 250, 241, 0.84);
  font-size: 22px;
  line-height: 1.28;
  font-weight: var(--body-regular);
  letter-spacing: 0.015em;

}

.cover-event {
  color: rgba(226, 232, 240, 0.7);
  font-size: 19px;
  line-height: 1.28;
  font-weight: var(--body-regular);
  letter-spacing: 0.04em;

}

.cover-subtitle,
.card p,
.adoption-opener__steps p,
.step p,
.case1-landing__copy p,
.case1-landing__band span,
.line-message__bubble {
  font-family: var(--sans);
  font-weight: var(--body-regular);
  letter-spacing: 0;

}


.cover-kicker__text {
  margin: 0;
  color: rgba(255, 250, 241, 0.88);
  font-family: var(--sans);
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--emphasis);
  letter-spacing: 0.01em;
  white-space: nowrap;

}

/* === chatbotta-client-pitch/component-styles/customer-success/style.css === */
/* Customer success story pages. */

.customer-success {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 34px;
}

.customer-success__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.customer-success__header .title {
  max-width: 900px;
  font-size: 62px;
  line-height: 1.1;
}

.customer-success__header .lead {
  max-width: 900px;
  margin-top: 14px;
  font-size: 25px;
  line-height: 1.45;
}

.customer-success__tag {
  border: 1px solid rgba(80, 69, 48, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.82);
  padding: 12px 18px;
  color: var(--orange);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--emphasis);
}

.customer-success__split {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.customer-success__panel {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid rgba(80, 69, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  padding: 28px 30px;
}

.customer-success__illustration {
  margin: 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}

.customer-success__illustration img {
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* If the panel has a dense list, limit the image height to prevent overflow */
.customer-success__panel:has(.customer-success__list) .customer-success__illustration img {
  max-height: 330px;
}

/* If the panel only has paragraphs, allow the image to grow much larger for readability */
.customer-success__panel:not(:has(.customer-success__list)) .customer-success__illustration img {
  max-height: 460px;
}

.customer-success__panel--warm {
  background: rgba(255, 238, 213, 0.28);
  border-color: rgba(238, 135, 48, 0.24);
}

.customer-success__panel span {
  color: var(--orange);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--emphasis);
}

.customer-success__panel strong {
  color: var(--ink-heading);
  font-size: 34px;
  line-height: 1.18;
  font-weight: var(--heading-regular);
}

.customer-success__panel p {
  margin: 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.48;
}

.customer-success__list {
  display: grid;
  gap: 14px;
}

.customer-success__list div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-top: 1px solid rgba(80, 69, 48, 0.14);
  padding-top: 14px;
}

.customer-success__list b {
  color: var(--orange);
  font-size: 19px;
  line-height: 1.25;
  font-weight: var(--emphasis);
}

.customer-success__list p {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.42;
}

.customer-success__cases {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.customer-success__case {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  border: 1px solid rgba(80, 69, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  padding: 26px 28px;
}

.customer-success__case h2 {
  margin: 0;
  color: var(--ink-heading);
  font-size: 34px;
  line-height: 1.18;
  font-weight: var(--heading-regular);
}

.customer-success__case p {
  margin: 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.45;
}

.customer-success__solution {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(80, 69, 48, 0.14);
  padding-top: 16px;
}

.customer-success__solution span {
  color: var(--orange);
  font-size: 19px;
  font-weight: var(--emphasis);
}

.customer-success__solution strong {
  color: var(--ink-heading);
  font-size: 24px;
  line-height: 1.28;
  font-weight: var(--emphasis);
}

/* === chatbotta-client-pitch/component-styles/fit-case/style.css === */
/* Co-located styles for fit-case. */

.fit-case {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.fit-case--reverse .fit-case__image {
  order: 2;
}

.fit-case--reverse .fit-case__copy {
  order: 1;
}

.fit-case__image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
}

.fit-case__image img {
  display: block;
  width: 100%;
  height: min(100%, 690px);
  object-fit: contain;
}

.fit-case__copy {
  align-self: center;
  min-width: 0;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);
  padding: 30px 0 34px;
}

.fit-case__marker {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.fit-case__title {
  margin: 0;
  color: var(--ink-heading);
  font-family: var(--sans);
  font-size: 58px;
  line-height: 1.12;
  font-weight: var(--heading-light);
  letter-spacing: 0;
}

.fit-case__body {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 25px;
  line-height: 1.48;
  font-weight: var(--body-regular);
}

/* Blue theme overrides */
.fit-case--blue .fit-case__marker {
  color: var(--blue);
}

.fit-case--blue .fit-case__copy {
  border-top: 1px solid rgba(40, 119, 206, 0.24);
  border-bottom: 1px solid rgba(40, 119, 206, 0.24);
}

/* === chatbotta-client-pitch/component-styles/fit-check/style.css === */
/* Co-located styles for fit-check. */

.fit-check {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 28px;
  align-content: start;

}

.fit-check--image-only {
  margin: 0;
  grid-template-rows: 1fr;
  min-height: 0;
  background: transparent;

}

.fit-check--image-only img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.fit-check--case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 22px;

}

.fit-check--case-grid .fit-check__cell {
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  border-radius: 0;
  border: 0;
  grid-column: span 2;
  grid-row: span 2;

}

.fit-check--case-grid .fit-check__cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

/* === chatbotta-client-pitch/component-styles/fit-comic/style.css === */
/* Co-located styles for fit-comic. */

.fit-comic-intro {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 34px;
}

.fit-comic-intro__title {
  margin: 0;
  color: var(--ink-heading);
  font-family: var(--sans);
  font-size: 64px;
  line-height: 1.1;
  font-weight: var(--heading-light);
  letter-spacing: 0;
}

.fit-comic {
  min-height: 0;
  display: grid;
  gap: 0;
}

.fit-comic--guide {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);
}

.fit-comic--guide::before,
.fit-comic--guide::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: var(--line-border);
  pointer-events: none;
}

.fit-comic--guide::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.fit-comic--guide::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

.fit-comic__panel {
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 20px 34px;
}

.fit-comic__panel img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 282px;
  object-fit: contain;
}

/* === chatbotta-client-pitch/component-styles/guardrails-summary/style.css === */
/* Co-located styles for guardrails-summary. */

.guardrails-summary {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 48px;

}

.guardrails-summary .title {
  max-width: 1050px;
  font-size: 78px;
  line-height: 1.08;

}

.guardrails-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);

}

.guardrails-summary__grid div {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 20px;
  padding: 34px 34px 38px;
  border-right: 1px solid var(--line-border);

}

.guardrails-summary__grid div:last-child {
  border-right: 0;

}

.guardrails-summary__grid span {
  color: var(--orange);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;

}

.guardrails-summary__grid svg {
  width: 34px;
  height: 34px;
  stroke-width: 2.5;

}

.guardrails-summary__grid strong {
  color: var(--ink-heading);
  font-size: 40px;
  line-height: 1.16;
  font-weight: var(--heading-light);

}

.guardrails-summary__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 26px;
  line-height: 1.5;

}

.guardrails-summary__line {
  margin: 0;
  color: var(--ink-heading);
  font-size: 30px;
  line-height: 1.35;
  font-weight: var(--body-regular);

}

.guardrails-summary--single {
  grid-template-rows: auto 1fr auto;
  gap: 54px;
}

.guardrails-summary__intro {
  display: grid;
  gap: 22px;
  max-width: 1240px;
}

.guardrails-summary__intro .title {
  max-width: 1320px;
}

.guardrails-summary__intro .lead {
  margin: 0;
  max-width: 980px;
  font-size: 30px;
  line-height: 1.5;
}

.guardrails-summary__chain {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);
}

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

.guardrails-summary__chain > div {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 22px;
  min-height: 330px;
  padding: 42px 36px 44px;
  border-right: 1px solid var(--line-border);
}

.guardrails-summary__chain > div:last-child {
  border-right: 0;
}

.guardrails-summary__chain > div:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -20px;
  top: 54px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--orange);
  background: var(--surface);
  font-size: 30px;
  line-height: 1;
}

.guardrails-summary__chain span,
.guardrails-summary__hub span {
  color: var(--orange);
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
}

.guardrails-summary__chain svg,
.guardrails-summary__hub svg {
  width: 38px;
  height: 38px;
  stroke-width: 2.2;
}

.guardrails-summary__chain strong,
.guardrails-summary__hub strong,
.guardrails-summary__outcome strong {
  color: var(--ink-heading);
  font-size: 38px;
  line-height: 1.16;
  font-weight: var(--heading-light);
}

.guardrails-summary__chain p,
.guardrails-summary__hub p,
.guardrails-summary__outcome p {
  margin: 0;
  color: var(--muted);
  font-size: 25px;
  line-height: 1.5;
}

.guardrails-summary__channel-map {
  align-self: center;
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  align-items: stretch;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);
}

.guardrails-summary__channel-map > div {
  border-right: 1px solid var(--line-border);
}

.guardrails-summary__channel-map > div:last-child {
  border-right: 0;
}

.guardrails-summary__source-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 18px;
  padding: 44px 36px;
}

.guardrails-summary__source-list .chip {
  font-size: 25px;
  padding: 13px 18px;
}

.guardrails-summary__hub,
.guardrails-summary__outcome {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 44px 42px;
}

/* === chatbotta-client-pitch/component-styles/implementation-flow-chart/style.css === */
/* Co-located styles for implementation-flow-chart. */

.implementation-flow-chart {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 48px;
  padding: 10px 0;
}

.implementation-flow-chart .header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 36px;
  align-items: center;
  position: relative;
  padding-top: 24px;
}

/* Background connecting dashed line */
.flow-grid::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 40px;
  right: 40px;
  height: 1px;
  border-top: 1px dashed var(--line-soft);
  z-index: 0;
}

.flow-card {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: none;
  position: relative;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Staggered offsets for cards */
.flow-card--odd {
  transform: translateY(-28px);
}

.flow-card--even {
  transform: translateY(28px);
}

.flow-card--odd:hover {
  transform: translateY(-36px) scale(1.03);
}

.flow-card--even:hover {
  transform: translateY(20px) scale(1.03);
}

.flow-card__image {
  width: 100%;
  height: 260px; /* Scaled up for maximum visual impact */
  object-fit: contain;
  margin-bottom: 24px;
  mix-blend-mode: multiply;
}

.flow-card__marker {
  color: var(--blue);
  font-size: 19px;
  font-weight: var(--weight-bold);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.flow-card__title {
  color: var(--ink-heading);
  font-size: 28px;
  font-weight: var(--weight-light); /* Thin font weight to match design DNA */
  margin: 0 0 14px;
  line-height: 1.25;
}

.flow-card__body {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
  margin: 0;
  font-weight: var(--weight-regular);
}

/* === chatbotta-client-pitch/component-styles/industry-grid/style.css === */
/* Co-located styles for industry-grid. */

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 44px;

}

.industry-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 18px;

}

.industry-grid strong,
.industry-grid p {
  margin-left: 10px;
  margin-right: 10px;

}

/* === chatbotta-client-pitch/component-styles/knowledge-boundary/style.css === */
/* Co-located styles for knowledge-boundary. */

.knowledge-boundary {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 54px;

}

.knowledge-boundary .title {
  max-width: 1120px;
  font-size: 70px;
  line-height: 1.1;

}

.knowledge-boundary .lead {
  max-width: 1040px;
  font-size: 30px;

}

.boundary-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);

}

.boundary-flow div {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 36px 24px;
  border-right: 1px solid var(--line-border);

}

.boundary-flow div:last-child {
  border-right: 0;

}

.boundary-flow div:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 36px;
  z-index: 2;

}

.boundary-flow span {
  color: var(--orange);
  font-size: 20px;
  font-weight: 700;

}

.boundary-flow strong {
  display: block;
  margin-top: 18px;
  color: var(--ink-heading);
  font-size: 30px;
  line-height: 1.28;
  font-weight: 700;

}

/* === chatbotta-client-pitch/component-styles/line-mockup/style.css === */
/* Co-located styles for line-mockup. */

.line-mockup {
  position: relative;
  width: 385px;
  height: 720px;
  padding: 10px;
  border-radius: 54px;
  background:
    linear-gradient(145deg, #4b5563 0%, #111827 22%, #020617 64%, #3f4653 100%);
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 0 0 4px rgba(0, 0, 0, 0.52);

}

.line-mockup__bezel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  padding: 8px;
  background: #05070b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);

}

.line-mockup__dynamic-island {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 118px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020617;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 5;

}

.line-mockup__screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: #edf4fb;

}

.line-mockup__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 11px 28px 0;
  background: #06c755;
  color: white;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;

}

.line-mockup__header {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 22px 18px;
  background: #06c755;
  color: white;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 2;

}

.line-mockup__header img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 14px;
  background: white;
  padding: 4px;

}

.line-mockup__header strong,
.line-mockup__header span {
  display: block;

}

.line-mockup__header strong {
  font-size: 18px;
  line-height: 1.2;

}

.line-mockup__header span {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.85;

}

.line-mockup__chat {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 30px 17px 96px;
  min-height: 520px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.68), transparent 28%),
    #edf4fb;

}

.line-message {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  max-width: 326px;

}

.line-message__avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fffdf7;
  box-shadow: 0 5px 12px rgba(30, 42, 61, 0.16);
  color: var(--muted);
  font-size: 16px;
  font-weight: 900;

}

.line-message__avatar img {
  width: 31px;
  height: 31px;
  object-fit: contain;

}

.line-message__bubble {
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 17px;
  line-height: 1.42;
  box-shadow: 0 7px 18px rgba(30, 42, 61, 0.13);

}

.line-message--user {
  grid-template-columns: minmax(0, 1fr) 38px;
  align-self: flex-end;

}

.line-message--user .line-message__avatar {
  grid-column: 2;
  background: #223149;
  color: white;

}

.line-message--user .line-message__bubble {
  grid-column: 1;
  grid-row: 1;
  border-bottom-right-radius: 6px;
  background: #06c755;
  color: white;

}

.line-message--reply {
  align-self: flex-start;

}

.line-message--reply .line-message__bubble {
  border-bottom-left-radius: 6px;
  background: white;
  color: var(--ink);

}

.line-mockup__input {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 30px 1fr 42px;
  gap: 9px;
  align-items: center;
  border-radius: 999px;
  background: white;
  padding: 9px 13px;
  color: #98a2b3;
  font-size: 13px;
  box-shadow: 0 8px 22px rgba(30, 42, 61, 0.16);

}

.line-mockup__input span {
  display: grid;
  place-items: center;
  color: #06a647;
  font-size: 13px;
  font-weight: 900;

}

.line-mockup__input span:first-child {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eff7f0;
  font-size: 20px;

}

.line-mockup__input p {
  margin: 0;
  border-radius: 999px;
  background: #f3f5f8;
  padding: 10px 12px;

}

/* === chatbotta-client-pitch/component-styles/memory-timeline/style.css === */
/* Co-located styles for memory-timeline. */

.memory-timeline {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 50px;

}

.memory-timeline .title {
  max-width: 1160px;
  font-size: 70px;
  line-height: 1.1;

}

.memory-timeline .lead {
  max-width: 980px;
  font-size: 30px;

}

.memory-timeline__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);

}

.memory-timeline__steps div {
  padding: 34px 26px;
  border-right: 1px solid var(--line-border);

}

.memory-timeline__steps div:last-child {
  border-right: 0;

}

.memory-timeline__steps span {
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  font-weight: var(--heading-light);
}

.memory-timeline__steps strong {
  display: block;
  margin-top: 32px;
  color: var(--ink-heading);
  font-size: 38px;
  line-height: 1.2;
  font-weight: var(--heading-light);

}

.memory-timeline__steps p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 26px;
  line-height: 1.5;

}

.memory-timeline--agent {
  gap: 58px;
}

.memory-timeline--agent .eyebrow {
  margin-bottom: 20px;
}

.memory-timeline--agent .title {
  max-width: 1320px;
}

.memory-timeline--agent .lead {
  max-width: 1120px;
}

.memory-timeline--agent .memory-timeline__steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.memory-timeline--agent .memory-timeline__steps div {
  padding: 42px 36px;
}

.memory-timeline--agent .memory-timeline__steps strong {
  font-size: 42px;
}

/* === chatbotta-client-pitch/component-styles/message-showcase/style.css === */
/* Co-located styles for message-showcase. */

.message-showcase {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(430px, 0.58fr) minmax(560px, 1fr);
  gap: 86px;
  align-items: center;

}

.pitch-slide:has(.message-showcase) .pitch-slide__content {
  inset: 52px 70px 42px;
}

.message-showcase__content {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 34px;

}

.message-showcase__context {
  min-width: 0;
  display: grid;
  gap: 18px;

}

.message-showcase__marker {
  margin: 0;
  color: var(--orange);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;

}

.message-showcase__context .title {
  max-width: 620px;
  font-size: 76px;
  line-height: 1.08;

}

.message-showcase__context .lead {
  max-width: 560px;
  margin-top: 0;
  font-size: 27px;
  line-height: 1.48;

}

.message-showcase__takeaway {
  display: grid;
  border-top: 1px solid var(--line-border);
  padding-top: 22px;
  gap: 10px;
  max-width: 520px;

}

.message-showcase__takeaway > span {
  color: var(--ink-heading);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;

}

.message-showcase__takeaway > p {
  margin: 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.45;
  font-weight: var(--body-regular);

}

.message-bubble {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;

}

.message-bubble--user {
  grid-template-columns: minmax(0, 1fr) 48px;
}

.message-bubble--user img {
  order: 2;
}

.message-bubble--user p {
  order: 1;
  justify-self: end;
}

.message-bubble img {
  width: 48px;
  height: 48px;
  object-fit: contain;

}

.message-bubble p {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(80, 69, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.92);
  color: var(--ink-heading);
  padding: 14px 16px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: var(--body-regular);

}

.message-bubble--user p {
  background: rgba(255, 238, 213, 0.52);
  border-color: rgba(238, 135, 48, 0.22);

}

.message-showcase__visual {
  justify-self: center;
  align-self: center;

}

.phone-preview {
  position: relative;
  height: min(100%, 960px);
  aspect-ratio: 411 / 795;
  width: auto;
  max-width: 100%;

}

.message-bubble--compact {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;

}

.message-bubble--compact.message-bubble--user {
  grid-template-columns: minmax(0, 1fr) 46px;

}

.message-bubble--compact img {
  width: 46px;
  height: 46px;

}

.message-bubble--compact p {
  max-width: 430px;
  border-radius: 9px;
  padding: 13px 15px;
  font-size: 23px;
  line-height: 1.34;

}


.phone-preview__frame {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;

}


.phone-preview__screen {
  position: absolute;
  z-index: 1;
  left: 9.5%;
  right: 9.5%;
  top: 13%;
  bottom: 10%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: stretch;
  gap: 15px;
  border-radius: 36px;
  background: rgba(255, 253, 247, 0.76);
  padding: 24px 16px 28px;

}

.phone-preview__panel {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 12px;
}

.phone-preview__panel > span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.phone-preview__divider {
  width: 100%;
  height: 1px;
  background: var(--line-border);
}

.phone-preview__panel:last-child {
  align-content: start;
}

.phone-preview__panel:last-child .message-bubble p {
  max-width: 100%;
  color: var(--ink-heading);
  background: rgba(255, 238, 213, 0.62);
  border-color: rgba(238, 135, 48, 0.24);
  font-size: 21px;
  line-height: 1.32;
}

/* === chatbotta-client-pitch/component-styles/noise-conclusion/style.css === */
/* Co-located styles for noise-conclusion. */

.noise-conclusion {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
}

.noise-conclusion__copy {
  display: grid;
  gap: 8px;
}

.noise-conclusion__marker {
  margin: 0;
  color: var(--orange);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.noise-conclusion__title {
  margin: 0;
  max-width: 980px;
  color: var(--ink-heading);
  font-family: var(--sans);
  font-size: 58px;
  line-height: 1.12;
  font-weight: var(--heading-light);
  letter-spacing: 0;
}

.noise-conclusion__title span {
  color: var(--orange);
  font-weight: var(--heading-light);
}

.noise-conclusion__visual {
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
}

.noise-conclusion__visual img {
  display: block;
  width: min(100%, 1500px);
  height: min(100%, 650px);
  object-fit: contain;
}

.noise-conclusion__caption {
  border-top: 1px solid var(--line-border);
  padding-top: 16px;
}

.noise-conclusion__body {
  margin: 0;
  max-width: 1280px;
  color: var(--ink-heading);
  font-size: 23px;
  line-height: 1.45;
  font-weight: var(--body-regular);
}

.noise-conclusion__body strong {
  color: var(--orange);
  font-weight: var(--emphasis);
}

/* === chatbotta-client-pitch/component-styles/offer-layout/style.css === */
/* Co-located styles for offer-layout. */

.offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;

}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
  height: 100%;

}

/* === chatbotta-client-pitch/component-styles/opening-question/style.css === */
/* Co-located styles for opening-question. */

.opening-question {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 28px;
}

.opening-question .lead {
  margin-top: 14px;
  max-width: 760px;
  font-size: 28px;
}


.opening-question__title {
  margin: 0;
  color: var(--ink-heading);
  font-family: var(--sans);
  font-size: 64px;
  line-height: 1.1;
  font-weight: var(--heading-light);
  letter-spacing: 0;
}


.opening-question__image {
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
}


.opening-question__image img {
  display: block;
  width: min(100%, 1420px);
  height: min(100%, 650px);
  object-fit: contain;
}

.opening-question--warning {
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: 20px;
}

.opening-question--warning .eyebrow {
  margin: 0;
}

.opening-question--warning .lead {
  margin-top: 0;
  max-width: 820px;
}

.opening-question--warning .opening-question__image {
  align-self: stretch;
  place-items: end center;
  padding-top: 0;
}

.opening-question--warning .opening-question__image img {
  width: min(100%, 1200px);
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}

/* === chatbotta-client-pitch/component-styles/primer-split/style.css === */
/* Co-located styles for primer-split. */

.primer-vertical-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 15px 0;
  text-align: center;
}

.primer-vertical-header {
  margin-bottom: 10px;
}

.primer-vertical-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 22px;
  line-height: 1.2;
  font-weight: var(--emphasis);
  letter-spacing: 0.04em;
}

.primer-vertical-layout--agent .primer-vertical-kicker {
  color: var(--blue);
}

.primer-vertical-layout .title {
  margin: 0;
  white-space: nowrap;
  max-width: none;
}

.primer-vertical-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  min-height: 0;
}

.primer-vertical-visual img {
  max-width: 100%;
  max-height: 600px;
  object-fit: contain;
  display: block;
}

.primer-vertical-footer {
  margin-top: 15px;
  max-width: 1100px;
}

.primer-vertical-footer .body {
  margin: 0;
  font-size: 25px;
  line-height: 1.55;
  color: var(--ink);
  font-weight: var(--weight-light);
}

.primer-vertical-footer .body strong {
  color: var(--orange);
  font-weight: var(--weight-bold);
}

.primer-vertical-layout--agent .primer-vertical-footer .body strong {
  color: var(--blue);
}

/* === chatbotta-client-pitch/component-styles/rag-knowledge/style.css === */
/* Co-located styles for rag-knowledge. */

.knowledge-loop {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 20px;
  align-items: center;
  margin-top: 36px;
  color: var(--ink-heading);

}

.knowledge-loop span {
  position: relative;
  border-top: 1px solid var(--line-border);
  border-bottom: 1px solid var(--line-border);
  padding: 13px 0;
  font-size: 22px;
  font-weight: 700;

}

.knowledge-loop span:not(:last-child)::after {
  content: "→";
  margin-left: 20px;
  color: var(--orange);

}

/* === chatbotta-client-pitch/component-styles/response-comparison/style.css === */
/* Co-located styles for response-comparison. */

.response-comparison {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 34px;

}

.reply-sample {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
  border-top: 2px solid var(--line-border);
  padding: 24px 0 0;

}

.reply-sample span {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;

}

.reply-sample p {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.52;
  font-weight: var(--body-regular);

}

.reply-sample--generic p {
  color: var(--muted);

}

.reply-sample ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.42;

}

.reply-sample li {
  border-top: 1px solid rgba(80, 69, 48, 0.16);
  padding-top: 10px;

}


.response-comparison__intro .title {
  max-width: 1120px;
  font-size: 58px;
  line-height: 1.16;

}


.response-comparison__intro .lead {
  max-width: 960px;
  font-size: 29px;

}


.response-comparison__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  min-height: 0;

}

/* === chatbotta-client-pitch/component-styles/section-opener/style.css === */
/* Co-located styles for section-opener. */

.section-opener {
  position: relative;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: start;
  padding-bottom: 56px;
}

.section-opener::after {
  content: "";
  width: min(760px, 56%);
  height: 1px;
  margin-top: 46px;
  background: var(--line-border);
}


.section-opener__marker {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}


.section-opener__title {
  margin: 0;
  max-width: 1680px;
  white-space: nowrap;
  color: var(--ink-heading);
  font-family: var(--sans);
  font-size: 86px;
  line-height: 1.08;
  font-weight: var(--heading-light);
  letter-spacing: 0;
}


.section-opener__lead {
  margin: 28px 0 0;
  max-width: 930px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 31px;
  line-height: 1.48;
  font-weight: var(--body-regular);
  letter-spacing: 0;
}

/* === chatbotta-client-pitch/component-styles/shared-layouts/style.css === */
/* Co-located styles for shared-layouts. */

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
  height: 100%;

}

.split--visual-heavy {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);

}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;

}

.mini-grid {
  grid-template-columns: 1fr;

}

.center-copy {
  text-align: center;
  display: grid;
  justify-items: center;

}

.center-copy .lead {
  max-width: 980px;

}

.center-copy--compact .title {
  max-width: 1100px;

}

.blank-question {
  position: relative;
  height: 100%;
  text-align: center;

}

.anxiety-illustration {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 48px;
  align-items: center;
  height: 100%;

}

.anxiety-illustration--minimal {
  display: flex;
  align-items: center;
  justify-content: center;

}

.anxiety-illustration--minimal .anxiety-illustration__frame {
  width: min(1440px, calc(100% + 128px));
  justify-self: center;

}

.scenario-card {
  border-radius: 8px;
  background: #111827;
  padding: 34px;
  box-shadow: var(--shadow);

}

.scenario-card--line {
  display: grid;
  justify-items: center;
  gap: 24px;

}


.blank-question__eyebrow {
  position: absolute;
  top: calc(50% - 132px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;

}


.blank-question__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  max-width: 1120px;
  font-family: var(--sans);
  font-size: 116px;
  line-height: 1.08;
  font-weight: var(--heading-light);
  letter-spacing: 0;
  color: var(--ink);

}


.anxiety-illustration__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;

}


.anxiety-illustration__frame::before {
  content: none;

}


.anxiety-illustration__frame img {
  display: block;
  width: 100%;
  height: auto;

}

/* === chatbotta-client-pitch/component-styles/step/style.css === */
/* Co-located styles for step. */

.step {
  position: relative;
  min-height: 100px;
  border-radius: 0;
  border: 0;
  border-top: 1px solid var(--line-border);
  background: transparent;
  box-shadow: none;
  padding: 22px 0 18px 96px;

}

.step:last-child {
  border-bottom: 1px solid var(--line-border);

}

.step span {
  position: absolute;
  left: 0;
  top: 20px;
  width: auto;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
  font-size: 40px;
  font-weight: var(--heading-light);

}

.step strong {
  display: block;
  font-size: 25px;

}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;

}

.step--green span { background: transparent; color: var(--orange); 
}

.step--orange span { background: transparent; color: var(--orange); 
}

.step--gold span { background: transparent; color: var(--orange); 
}

/* === chatbotta-client-pitch/component-styles/story-opener/style.css === */
/* Co-located styles for story-opener. */

.story-opener {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 56px;
  align-items: stretch;
  height: 100%;

}

.story-opener__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
  padding-bottom: 26px;

}

.story-opener__text {
  width: 100%;

}

.story-opener__copy .title {
  max-width: none;
  font-size: 62px;
  line-height: 1.08;
  white-space: nowrap;

}

.story-opener__copy .eyebrow {
  margin-bottom: 28px;
  font-size: 34px;
  letter-spacing: 0.12em;

}

.story-opener__subtitle {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 50px;
  font-family: var(--sans);
  font-weight: var(--body-regular);
  line-height: 1.18;
  letter-spacing: 0;

}

.story-opener__partner-logo {
  display: block;
  object-fit: contain;
  width: 260px;
  height: 138px;
  margin-bottom: 34px;

}

.story-opener__visual {
  position: absolute;
  top: -112px;
  right: -72px;
  bottom: -74px;
  width: 720px;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;

}

.story-opener__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

}

/* === chatbotta-client-pitch/component-styles/timeline/style.css === */
/* Co-located styles for timeline. */

.timeline {
  display: grid;
  gap: 0;

}

/* === chatbotta-client-pitch/component-styles/value-opener/style.css === */
/* Co-located styles for value-opener. */

.value-opener {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1fr);
  gap: 78px;
  align-items: center;

}

.value-opener .title {
  max-width: 760px;
  font-size: 78px;
  line-height: 1.08;

}

.value-opener .lead {
  max-width: 720px;
  font-size: 31px;
  line-height: 1.5;

}

.value-opener__list {
  display: grid;
  gap: 0;

}

.value-opener__list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  column-gap: 26px;
  align-items: start;
  min-height: 142px;
  border-top: 1px solid var(--line-border);
  padding: 28px 0 24px;

}

.value-opener__list div:last-child {
  border-bottom: 1px solid var(--line-border);

}

.value-opener__list span {
  color: var(--orange);
  font-size: 48px;
  line-height: 1;
  font-weight: var(--heading-light);

}

.value-opener__list strong {
  display: block;
  color: var(--ink-heading);
  font-size: 38px;
  line-height: 1.2;
  font-weight: var(--heading-light);

}

.value-opener__list p {
  grid-column: 2;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 26px;
  line-height: 1.48;

}

