.marketing-body {
  background:
    linear-gradient(180deg, #f7f8f5 0%, #ffffff 22rem),
    #ffffff;
  color: #1f2933;
}

.marketing-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.marketing-main {
  flex: 1 0 auto;
}

.marketing-container {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.marketing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 17, 20, 0.94);
  backdrop-filter: blur(14px);
}

.marketing-header__inner,
.marketing-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.marketing-header__inner {
  padding: 0;
}

.marketing-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
}

.marketing-brand__logo {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.marketing-brand__wordmark {
  height: 0.9rem;
  width: auto;
  flex-shrink: 0;
  /* The shared wordmark is dark by default; invert it only in the marketing header. */
  filter: brightness(0) invert(1);
}

.marketing-nav,
.marketing-footer__nav,
.marketing-footer__mark {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.marketing-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: calc(2rem + 1.26rem);
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  transition: color 150ms ease;
}

.marketing-nav__link:hover {
  color: #ffffff;
}

.marketing-nav__link--active {
  color: #ffffff;
}

.marketing-nav__link--active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #facc15;
}

.marketing-nav__link--emphasis {
  color: #f7ba00;
}

.marketing-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  color: #ffffff;
  background: transparent;
}

.marketing-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(17, 24, 39, 0.24);
}

.marketing-mobile-overlay.hidden {
  display: none;
}

.marketing-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(20rem, calc(100vw - 2rem));
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f1114;
  box-shadow: -24px 0 60px rgba(17, 24, 39, 0.16);
  transform: translateX(0);
  transition: transform 180ms ease;
}

.marketing-mobile-drawer.translate-x-full {
  transform: translateX(100%);
}

.marketing-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marketing-drawer__title {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 650;
}

.marketing-drawer__close {
  border: 0;
  padding: 0.42rem 0.74rem;
  color: #ffffff;
  background: transparent;
  font-size: 0.86rem;
}

.marketing-drawer__nav {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
}

.marketing-drawer__link {
  display: block;
  width: 100%;
  border-radius: 0.9rem;
  padding: 0.78rem 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
}

.marketing-drawer__link:hover,
.marketing-drawer__link--active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.marketing-drawer__link--emphasis {
  color: #f7ba00;
}

.marketing-drawer__form {
  margin: 0;
}

.marketing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5rem;
  background: #0f1114;
}

.marketing-main:has(.marketing-contact) + .marketing-footer,
.marketing-main:has(.marketing-why-close) + .marketing-footer,
.marketing-main:has(.marketing-flow-close) + .marketing-footer,
.marketing-main:has(.marketing-continue) + .marketing-footer {
  margin-top: 0;
}

.marketing-footer__inner {
  padding: 1.25rem 0 2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

.marketing-footer__link {
  color: rgba(255, 255, 255, 0.72);
}

.marketing-footer__link:hover {
  color: #ffffff;
}

.marketing-hero,
.marketing-section-grid,
.marketing-page-intro,
.marketing-stack,
.marketing-debug,
.marketing-pricing-grid {
  margin: 0 auto;
  padding: 0 1.5rem;
}

.marketing-section-grid,
.marketing-page-intro,
.marketing-stack,
.marketing-debug,
.marketing-pricing-grid {
  width: min(100%, 72rem);
}

.marketing-hero,
.marketing-page-intro {
  padding-top: 5.5rem;
}

.marketing-hero {
  position: relative;
  display: grid;
  min-height: clamp(34rem, 62vw, 47rem);
  width: 100%;
  grid-template-columns: minmax(0, 72rem);
  align-items: center;
  overflow: hidden;
  background-image: var(--marketing-hero-image);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.marketing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.85) 18%, rgba(255, 255, 255, 0.56) 43%, rgba(255, 255, 255, 0.04) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.2) 100%);
  pointer-events: none;
}

.marketing-hero__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 30rem);
  margin-left: max(1.5rem, calc((100vw - 72rem) / 2 + 1.5rem));
  padding-top: 0;
  transform: translateY(-2.5rem);
}

.marketing-eyebrow,
.marketing-card__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.72rem;
  color: #56636f;
}

.marketing-hero__title,
.marketing-page-title {
  margin: 0.75rem 0 0;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
  color: #111827;
}

.marketing-hero__title {
  max-width: 11.5ch;
}

.marketing-hero__lede,
.marketing-page-copy,
.marketing-card__body,
.marketing-bullet-list {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5563;
}

.marketing-hero__lede-break {
  display: none;
}

.marketing-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.marketing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-size: 0.95rem;
  color: #111827;
  background: #ffffff;
}

.marketing-button--primary {
  background: #111827;
  color: #f9fafb;
  border-color: #111827;
}

.marketing-panel,
.marketing-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 1.6rem;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.055);
}

.marketing-card--wide {
  width: min(100%, 72rem);
  margin: 2rem auto 0;
  padding-inline: 1.6rem;
}

.marketing-card--edge {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

/* A low-pressure handoff to the next part of the public narrative. */
.marketing-continue {
  width: min(100%, 72rem);
  margin: clamp(3.5rem, 7vw, 6rem) auto 0;
  padding: 0 1.5rem;
}

.marketing-continue__link {
  display: grid;
  padding: 1.6rem 0 2.4rem;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.45rem 1.5rem;
  border-top: 1px solid rgba(17, 24, 39, 0.18);
  color: #111827;
  text-decoration: none;
}

.marketing-continue__eyebrow {
  color: #66717c;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-continue__title {
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.marketing-continue__arrow {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  transition: transform 160ms ease;
}

.marketing-continue__link:hover .marketing-continue__arrow {
  transform: translateX(0.3rem);
}

.marketing-continue__link:focus-visible {
  outline: 2px solid #111827;
  outline-offset: 0.35rem;
}

/* FAQ: an editorial index with native, keyboard-friendly disclosure rows. */
.marketing-faq-hero {
  padding: clamp(4.5rem, 8vw, 7.5rem) 1.5rem clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 78% 32%, rgba(250, 204, 21, 0.18), transparent 19rem),
    #f3f1ea;
}

.marketing-faq-hero__inner {
  display: grid;
  width: min(100%, 72rem);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.5fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.marketing-faq-hero__copy h1 {
  max-width: 12ch;
  margin: 0.75rem 0 0;
  color: #111827;
  font-size: clamp(3rem, 6.4vw, 6.25rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.marketing-faq-hero__copy > p:last-child {
  max-width: 42rem;
  margin: 1.75rem 0 0;
  color: #4b5563;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.marketing-faq-hero__answer {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(17, 24, 39, 0.28);
}

.marketing-faq-hero__answer > p:last-child {
  margin: 0.85rem 0 0;
  color: #27303b;
  font-size: 0.95rem;
  line-height: 1.65;
}

.marketing-faq-layout {
  display: grid;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
  grid-template-columns: minmax(11rem, 0.3fr) minmax(0, 1fr);
  gap: clamp(3rem, 9vw, 8.5rem);
  align-items: start;
}

.marketing-faq-index {
  position: sticky;
  top: 6rem;
}

.marketing-faq-index > p {
  margin: 0 0 1rem;
  color: #66717c;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.marketing-faq-index ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.16);
  list-style: none;
}

.marketing-faq-index a {
  display: flex;
  gap: 0.85rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  color: #303946;
  font-size: 0.86rem;
  line-height: 1.35;
  text-decoration: none;
}

.marketing-faq-index a:hover {
  color: #9b7600;
}

.marketing-faq-index span,
.marketing-faq-group__header > span {
  color: #a47d00;
  font-size: 0.66rem;
}

.marketing-faq-groups {
  min-width: 0;
}

.marketing-faq-group {
  scroll-margin-top: 6rem;
}

.marketing-faq-group + .marketing-faq-group {
  margin-top: clamp(4.5rem, 9vw, 7.5rem);
}

.marketing-faq-group__header {
  display: grid;
  margin-bottom: 1.75rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
}

.marketing-faq-group__header > span {
  padding-top: 0.24rem;
}

.marketing-faq-group__header h2 {
  max-width: 20ch;
  margin: 0.55rem 0 0;
  color: #111827;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.marketing-faq-list {
  border-top: 1px solid rgba(17, 24, 39, 0.22);
}

.marketing-faq-list details {
  border-bottom: 1px solid rgba(17, 24, 39, 0.16);
}

.marketing-faq-list summary {
  position: relative;
  padding: 1.35rem 3.25rem 1.35rem 0;
  color: #17202b;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.marketing-faq-list summary::-webkit-details-marker {
  display: none;
}

.marketing-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.3rem;
  color: #9b7600;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-52%);
}

.marketing-faq-list details[open] summary::after {
  content: "−";
}

.marketing-faq-list summary:focus-visible {
  outline: 2px solid #b08a00;
  outline-offset: 0.35rem;
}

.marketing-faq-answer {
  max-width: 43rem;
  padding: 0 3.25rem 1.55rem 0;
  color: #56616d;
  font-size: 0.95rem;
  line-height: 1.75;
}

.marketing-faq-answer p {
  margin: 0;
}

.marketing-faq-answer p + p {
  margin-top: 0.85rem;
}

.marketing-faq-answer ol {
  margin: 0.7rem 0 0.95rem;
  padding-left: 1.35rem;
  list-style: decimal;
}

.marketing-faq-answer li + li {
  margin-top: 0.45rem;
}

.marketing-faq-answer a {
  color: #2d3743;
  text-decoration: underline;
  text-decoration-color: #c5a11f;
  text-underline-offset: 0.22rem;
}

/* The shared contact panel is the FAQ's conclusion, so it follows directly. */
.marketing-faq-layout + .marketing-contact {
  margin-top: 0;
}

.marketing-signed-in-panel {
  width: min(100%, 32rem);
  margin-inline: auto;
  text-align: center;
}

.marketing-signed-in-panel .marketing-actions {
  justify-content: center;
}

/* On the home-page close, each following section supplies its own opening rule. */
.marketing-home-access {
  border-bottom: 0;
}

.marketing-trial-signup .temporary-trial-form__actions {
  justify-content: center;
}

.marketing-features-intro {
  max-width: 52rem;
}

.marketing-features-intro .marketing-page-title {
  max-width: 48rem;
}

.marketing-feature-sections {
  width: min(100%, 72rem);
  margin: 4.5rem auto 0;
  padding: 0 1.5rem;
  display: grid;
  gap: 4.5rem;
}

.marketing-feature-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.marketing-feature-section--reverse {
  grid-template-columns: minmax(18rem, 1fr) minmax(0, 0.86fr);
}

.marketing-feature-section--reverse .marketing-feature-section__copy {
  order: 2;
}

.marketing-feature-section--reverse .marketing-feature-visual {
  order: 1;
}

.marketing-feature-section--review {
  grid-template-columns: minmax(0, 0.82fr) minmax(20rem, 1.08fr);
}

.marketing-feature-section__copy {
  max-width: 32rem;
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.marketing-feature-section__title {
  margin: 0.55rem 0 0;
  color: #111827;
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.marketing-feature-section__body {
  margin-top: 1rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.marketing-feature-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.45;
}

.marketing-feature-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.marketing-feature-list li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #facc15;
}

.marketing-feature-visual {
  min-height: 22rem;
}

.marketing-product-mockup {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.045);
}

.marketing-product-mockup--image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.marketing-product-mockup--capture-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  background: #e4e6e7;
}

.marketing-feature-screenshot {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.marketing-mockup-toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.38rem;
  padding: 1.2rem 1.25rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.marketing-mockup-toolbar span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #cbd5e1;
}

.marketing-note-editor-card {
  position: relative;
  z-index: 1;
  width: min(78%, 22rem);
  margin: 3rem auto 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 1.25rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.055);
}

.marketing-note-editor-title {
  color: #64748b;
  font-size: 0.92rem;
}

.marketing-note-editor-body {
  margin-top: 0.45rem;
  color: #111827;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.marketing-note-editor-line {
  height: 1px;
  margin-top: 1.4rem;
  background: rgba(148, 163, 184, 0.25);
}

.marketing-note-editor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.marketing-note-editor-row span {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
  color: #64748b;
  font-size: 0.75rem;
}

.marketing-product-mockup--outline {
  padding: 2rem;
}

.marketing-product-mockup--outline .marketing-outline-header,
.marketing-product-mockup--outline .marketing-outline-list {
  margin-left: clamp(1.5rem, 18%, 5rem);
}

.marketing-outline-header {
  position: relative;
  z-index: 1;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 700;
}

.marketing-outline-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.marketing-outline-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 1.65rem;
  color: #475569;
  font-size: 0.92rem;
}

.marketing-outline-item i {
  width: 0;
  height: 0;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.48rem solid #94a3b8;
}

.marketing-outline-item span {
  width: 2px;
  align-self: stretch;
  border-radius: 999px;
  background: #e5e7eb;
}

.marketing-outline-item--indent {
  padding-left: 1.85rem;
}

.marketing-outline-item--strong {
  color: #111827;
  font-weight: 700;
}

.marketing-outline-item--active {
  color: #111827;
  font-weight: 700;
}

.marketing-outline-item--active span {
  background: #facc15;
}

.marketing-product-mockup--review {
  min-height: 24.5rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.marketing-review-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 1.35rem;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.045);
}

.marketing-review-card p {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  line-height: 1.5;
}

.marketing-review-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-top: 1.6rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.marketing-review-actions span {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 0.72rem;
  padding: 0.5rem 0.68rem;
  color: #475569;
  font-size: 0.78rem;
}

.marketing-review-actions__primary {
  border-color: #111827 !important;
  color: #ffffff !important;
  background: #111827;
}

.marketing-review-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: 4.25rem auto 0;
  width: min(82%, 25rem);
}

.marketing-review-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #111827, #111827 63%, #cbd5e1 63%, #cbd5e1);
  transform: translateY(-50%);
}

.marketing-review-timeline span {
  position: relative;
  z-index: 1;
  width: 0.82rem;
  height: 0.82rem;
  border: 2px solid #111827;
  border-radius: 999px;
  background: #ffffff;
}

.marketing-review-timeline__now {
  width: 1.05rem !important;
  height: 1.05rem !important;
  border-color: #facc15 !important;
  background: #facc15 !important;
  box-shadow: 0 0 0 0.4rem rgba(250, 204, 21, 0.16);
}

.marketing-review-labels {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: min(82%, 25rem);
  margin: 1rem auto 0;
  color: #94a3b8;
  font-size: 0.72rem;
}

.marketing-product-mockup--search {
  padding: 2rem;
}

.marketing-search-box,
.marketing-search-result,
.marketing-chat-snippet {
  position: relative;
  z-index: 1;
}

.marketing-search-box {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  padding: 0.85rem 1rem;
  color: #94a3b8;
  background: #ffffff;
}

.marketing-search-result {
  margin-top: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.94);
}

.marketing-search-result strong,
.marketing-chat-snippet span {
  display: block;
  color: #111827;
  font-size: 0.92rem;
}

.marketing-search-result span,
.marketing-chat-snippet p {
  display: block;
  margin: 0.3rem 0 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.marketing-chat-snippet {
  margin-top: 1.15rem;
  border-left: 2px solid #facc15;
  padding: 0.75rem 0 0.75rem 1rem;
}

.marketing-product-mockup--tools {
  display: grid;
  place-items: center;
  padding: 2rem;
}

.marketing-tool-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 24rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.marketing-tool-grid span {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.95rem;
  padding: 0.95rem 1rem;
  color: #374151;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.86rem;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.035);
}

/* Flow: a worked example that carries one discovery through the product. */
.marketing-flow-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(43rem, 58vw, 56rem);
  overflow: hidden;
  color: #ffffff;
  background: #050c16;
}

.marketing-flow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(5, 12, 22, 0.34) 0%, rgba(5, 12, 22, 0.18) 34%, rgba(5, 12, 22, 0.02) 72%),
    linear-gradient(180deg, rgba(5, 12, 22, 0.08) 0%, rgba(5, 12, 22, 0.16) 52%, rgba(5, 12, 22, 0.82) 100%);
}

.marketing-flow-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.marketing-flow-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 72rem);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem 8rem;
}

.marketing-flow-hero__copy {
  width: min(100%, 48rem);
  text-align: center;
}

.marketing-flow-hero .marketing-eyebrow {
  color: #facc15;
}

.marketing-flow-hero h1 {
  max-width: 13ch;
  margin: 0.8rem auto 0;
  font-size: clamp(2.8rem, 5vw, 5.25rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.marketing-flow-hero__copy > p:last-child {
  max-width: 34rem;
  margin: 1.75rem auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.75;
}

.marketing-flow-index {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  left: 1.5rem;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 3rem), 69rem);
  margin: 0 auto;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  list-style: none;
}

.marketing-flow-index li {
  min-width: 0;
}

.marketing-flow-index a {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.marketing-flow-index a:hover,
.marketing-flow-index a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 -2px #facc15;
}

.marketing-flow-index a:focus-visible {
  outline: 2px solid rgba(250, 204, 21, 0.9);
  outline-offset: -2px;
}

.marketing-flow-index span {
  color: #facc15;
  font-size: 0.68rem;
}

.marketing-flow-step[id],
.marketing-flow-return[id],
.marketing-flow-connect[id] {
  scroll-margin-top: 5rem;
}

.marketing-flow-content {
  display: grid;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  gap: clamp(5rem, 10vw, 9rem);
}

.marketing-flow-opening {
  max-width: 54rem;
  margin: 0 auto;
  padding-top: clamp(5rem, 9vw, 8rem);
  text-align: center;
}

.marketing-flow-opening blockquote {
  margin: 1rem 0 0;
  color: #111827;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.marketing-flow-opening > p:last-child {
  max-width: 35rem;
  margin: 1.5rem auto 0;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.75;
}

.marketing-flow-step,
.marketing-flow-connect {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(28rem, 1.28fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.marketing-flow-step__copy {
  max-width: 34rem;
}

.marketing-flow-step__number {
  display: block;
  margin-bottom: 2.25rem;
  color: #b08b00;
  font-size: 0.68rem;
  font-weight: 700;
}

.marketing-flow-step__copy h2,
.marketing-flow-support h2,
.marketing-flow-outcome h2,
.marketing-flow-close h2 {
  margin: 0.7rem 0 0;
  color: #111827;
  font-size: clamp(2.15rem, 4.3vw, 4.15rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.marketing-flow-prose {
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.78;
}

.marketing-flow-prose p {
  margin: 0;
}

.marketing-flow-prose p + p {
  margin-top: 0.9rem;
}

.marketing-flow-phone {
  display: grid;
  width: min(100%, 25.25rem);
  min-width: 0;
  margin: 0;
  justify-self: center;
  place-items: center;
}

.marketing-flow-phone__image {
  display: block;
  align-self: start;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.marketing-flow-return {
  width: auto;
  margin-inline: calc(50% - 50vw);
  color: #ffffff;
  background: #090e16;
}

.marketing-flow-return__inner {
  display: grid;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 1.5rem;
  grid-template-columns: minmax(0, 0.75fr) minmax(28rem, 1.25fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.marketing-flow-step__copy--light h2 {
  color: #ffffff;
}

.marketing-flow-step__copy--light .marketing-card__eyebrow {
  color: rgba(255, 255, 255, 0.6);
}

.marketing-flow-step__copy--light .marketing-flow-prose {
  color: rgba(255, 255, 255, 0.7);
}

.marketing-flow-review {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.5rem;
  padding: clamp(1.35rem, 3vw, 2.5rem);
  color: #111827;
  background: #ffffff;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.marketing-flow-review__header,
.marketing-flow-review__status {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6b7280;
  font-size: 0.72rem;
}

.marketing-flow-review blockquote {
  margin: 2.2rem 0 0;
  color: #111827;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.marketing-flow-review__path {
  margin: 0.85rem 0 0;
  color: #6b7280;
  font-size: 0.78rem;
}

.marketing-flow-review__prompt {
  margin-top: 2rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.25rem;
  color: #6b7280;
  font-size: 0.78rem;
  text-align: center;
}

.marketing-flow-review__actions {
  display: grid;
  margin-top: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.marketing-flow-review__actions span {
  border: 1px solid #111827;
  border-radius: 999px;
  padding: 0.7rem 0.5rem;
  color: #111827;
  font-size: 0.78rem;
  text-align: center;
}

.marketing-flow-review__status {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.marketing-flow-spacing {
  margin: 0;
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #f5f6f3;
}

.marketing-flow-spacing figcaption {
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.marketing-flow-spacing ol {
  position: relative;
  display: grid;
  margin: 4rem 0 0;
  padding: 0;
  /* Uneven columns make the growing interval visible without implying exact scheduling. */
  grid-template-columns: 11% 18% 27% 29% 15%;
  list-style: none;
}

.marketing-flow-spacing ol::before {
  content: "";
  position: absolute;
  top: 2.575rem;
  right: 7.5%;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #facc15, rgba(17, 24, 39, 0.15));
}

.marketing-flow-spacing li {
  position: relative;
  min-height: 7rem;
  padding-right: 0.5rem;
}

.marketing-flow-spacing span,
.marketing-flow-spacing small {
  display: block;
  color: #6b7280;
  font-size: 0.68rem;
}

.marketing-flow-spacing span {
  height: 1rem;
  line-height: 1rem;
}

.marketing-flow-spacing i {
  position: relative;
  z-index: 1;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 1.2rem 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.15);
}

.marketing-flow-spacing li:first-child i {
  background: #facc15;
}

.marketing-flow-spacing small {
  color: #111827;
}

.marketing-flow-connect {
  grid-template-columns: minmax(28rem, 1.28fr) minmax(0, 0.72fr);
}

.marketing-flow-connect__visual {
  position: relative;
  min-height: 34rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f5f6f3;
}

.marketing-flow-notebook {
  position: absolute;
  top: 3rem;
  left: 2.5rem;
  width: min(48%, 17rem);
  border-radius: 1.15rem;
  padding: 1.2rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 3.5rem rgba(17, 24, 39, 0.08);
}

.marketing-flow-notebook__header {
  margin-bottom: 1.2rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

.marketing-flow-notebook__row {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.35rem;
  color: #4b5563;
  font-size: 0.78rem;
}

.marketing-flow-notebook__row i {
  width: 2px;
  height: 1.2rem;
  border-radius: 999px;
  background: #e5e7eb;
}

.marketing-flow-notebook__row--indent {
  padding-left: 1rem;
}

.marketing-flow-notebook__row--active {
  color: #111827;
}

.marketing-flow-notebook__row--active i {
  background: #facc15;
}

.marketing-flow-note {
  position: absolute;
  right: 2.5rem;
  bottom: 3rem;
  width: min(61%, 23rem);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 3.5rem rgba(17, 24, 39, 0.12);
}

.marketing-flow-note > span {
  color: #6b7280;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.marketing-flow-note h3 {
  margin: 0.65rem 0 0;
  color: #111827;
  font-size: 1.2rem;
  line-height: 1.2;
}

.marketing-flow-note p {
  margin: 0.85rem 0 0;
  color: #4b5563;
  font-size: 0.8rem;
  line-height: 1.6;
}

.marketing-flow-note .marketing-flow-note__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  margin-top: 1.15rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  font-size: 0.68rem;
  line-height: 1.5;
}

.marketing-flow-note__links strong {
  color: #4b5563;
  font-weight: 600;
}

.marketing-flow-note__links span {
  color: #6b7280;
  text-decoration: underline;
  text-decoration-color: #d1d5db;
  text-underline-offset: 0.16rem;
}

.marketing-flow-chatgpt {
  width: auto;
  margin-inline: calc(50% - 50vw);
  padding: clamp(5rem, 9vw, 8rem) 1.5rem;
  color: #ffffff;
  background: #000000;
}

.marketing-flow-chatgpt__inner {
  display: grid;
  width: min(100%, 78rem);
  margin: 0 auto;
  gap: clamp(3rem, 6vw, 5rem);
}

.marketing-flow-chatgpt__copy {
  width: min(100%, 56rem);
  margin: 0 auto;
  text-align: center;
}

.marketing-flow-chatgpt__copy .marketing-card__eyebrow {
  color: #facc15;
}

.marketing-flow-chatgpt__copy h2 {
  margin: 0.75rem 0 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.marketing-flow-chatgpt__copy > p:last-child {
  width: min(100%, 42rem);
  margin: 1.5rem auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.marketing-flow-chatgpt__conversation {
  margin: 0;
}

.marketing-flow-chatgpt__preview {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 1.25rem;
  background: #111827;
}

.marketing-flow-chatgpt__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.marketing-flow-chatgpt__preview span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(0.5rem);
  font-size: 0.72rem;
}

.marketing-flow-chatgpt__conversation figcaption {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.marketing-flow-outcome {
  max-width: 62rem;
  margin: 0 auto;
  padding-block: clamp(1rem, 3vw, 3rem);
}

.marketing-flow-outcome h2 {
  max-width: 14ch;
}

.marketing-flow-outcome__copy {
  display: grid;
  max-width: 52rem;
  margin-top: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem);
  color: #4b5563;
  line-height: 1.78;
}

.marketing-flow-outcome__copy p {
  margin: 0;
}

.marketing-flow-support {
  display: grid;
  margin-bottom: clamp(5rem, 9vw, 8rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.75fr) minmax(30rem, 1.25fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.marketing-flow-support h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.marketing-flow-support dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.marketing-flow-support dt {
  color: #111827;
  font-size: 0.9rem;
  font-weight: 700;
}

.marketing-flow-support dd {
  margin: 0.55rem 0 0;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.6;
}

.marketing-flow-close {
  display: grid;
  min-height: clamp(25rem, 38vw, 34rem);
  place-items: center;
  padding: 4rem 1.5rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 75% 20%, rgba(250, 204, 21, 0.15), transparent 30rem),
    #050c16;
  text-align: center;
}

.marketing-flow-close > div {
  width: min(100%, 48rem);
}

.marketing-flow-close .marketing-card__eyebrow {
  color: #facc15;
}

.marketing-flow-close h2 {
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.marketing-flow-close .marketing-actions {
  justify-content: center;
}

.marketing-flow-close .marketing-button--primary {
  border-color: #facc15;
  color: #111827;
  background: #facc15;
}

.marketing-flow-close .marketing-button:not(.marketing-button--primary) {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
  background: transparent;
}

/* Why it works: a full-bleed moment of discovery, with a live Retinere note. */
.marketing-why-hero {
  width: 100%;
  overflow: hidden;
}

.marketing-why-hero__stage {
  position: relative;
  min-height: clamp(46rem, 56.25vw, 58rem);
  overflow: hidden;
  background: #050c16;
}

.marketing-why-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.marketing-why-hero__stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, 0.96) 0%, rgba(5, 12, 22, 0.88) 29%, rgba(5, 12, 22, 0.54) 48%, rgba(5, 12, 22, 0.08) 70%),
    linear-gradient(180deg, rgba(5, 12, 22, 0.12) 0%, rgba(5, 12, 22, 0.02) 55%, rgba(5, 12, 22, 0.48) 100%);
  pointer-events: none;
}

.marketing-why-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6.5rem) 1.5rem 4rem;
  grid-template-columns: 1fr;
  align-items: center;
}

.marketing-why-hero__copy {
  max-width: 39rem;
  transform: translateY(-5%);
}

.marketing-why-hero .marketing-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.marketing-why-intro__title {
  max-width: 10ch;
  margin: 0.8rem 0 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.marketing-why-prose {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.78;
}

.marketing-why-prose--lede {
  max-width: 36rem;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.55vw, 1.1rem);
}

.marketing-why-prose p {
  margin: 0;
}

.marketing-why-prose p + p {
  margin-top: 0.9rem;
}

.marketing-why-note {
  width: 100%;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: #111827;
  background: linear-gradient(105deg, #ffffff 0%, #f7f8f5 100%);
}

.marketing-why-note__inner {
  display: grid;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  grid-template-columns: minmax(10rem, 0.34fr) minmax(0, 1.66fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.marketing-why-note__header,
.marketing-why-note__meta {
  display: flex;
  align-items: center;
}

.marketing-why-note__header {
  gap: 0.55rem;
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-why-note__logo {
  width: 1.2rem;
  height: 1.2rem;
}

.marketing-why-note__content {
  display: grid;
  grid-template-columns: minmax(17rem, 0.9fr) minmax(19rem, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.marketing-why-note h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.marketing-why-note__detail > p {
  margin: 0;
  color: #4b5563;
  font-size: 0.85rem;
  line-height: 1.62;
}

.marketing-why-note__meta {
  justify-content: space-between;
  margin-top: 1.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(17, 24, 39, 0.09);
  color: #6b7280;
  font-size: 0.68rem;
}

.marketing-why-note__review {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.marketing-why-note__review::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #ef4444;
}

.marketing-why-content {
  display: grid;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  gap: clamp(5rem, 10vw, 9rem);
}

.marketing-why-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.marketing-why-section__copy {
  max-width: 38rem;
}

/*
 * Stretch both photographic sections from the centred content grid to the
 * viewport edges. Symmetric negative margins avoid wide-screen rounding gaps.
 */
.marketing-why-statement,
.marketing-why-ai,
.marketing-why-close {
  width: auto;
  max-width: none;
  margin-inline: calc(50% - 50vw);
}

.marketing-why-statement {
  display: grid;
  grid-template-columns: minmax(30rem, 55vw) minmax(0, 1fr);
  align-items: stretch;
  background: #ffffff;
}

.marketing-why-statement__media {
  height: clamp(34rem, 36.7vw, 46rem);
  margin: 0;
  overflow: hidden;
  background: #d8d8d3;
}

.marketing-why-statement__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.marketing-why-statement__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.marketing-why-statement__copy {
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(3.5rem, 6vw, 7rem)
    clamp(2.5rem, 5vw, 5rem)
    clamp(3.5rem, 6vw, 7rem)
    clamp(2.5rem, 5vw, 5rem);
  background: linear-gradient(115deg, #f7f8f5 0%, #ffffff 58%);
}

.marketing-why-section h2,
.marketing-why-statement h2,
.marketing-why-loop-section h2,
.marketing-why-ai h2,
.marketing-why-close h2 {
  margin: 0.7rem 0 0;
  color: #111827;
  font-size: clamp(2.15rem, 4.3vw, 4.15rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.marketing-why-section .marketing-why-prose,
.marketing-why-statement .marketing-why-prose,
.marketing-why-close .marketing-why-prose {
  margin-top: 1.5rem;
}

.marketing-why-loop-section {
  padding: 0;
}

.marketing-why-loop-section__intro {
  max-width: 46rem;
}

.marketing-why-loop-section__prose {
  margin-top: 1.5rem;
  color: #4b5563;
  line-height: 1.75;
}

.marketing-why-loop-section__prose p {
  margin: 0;
}

.marketing-why-loop-section__prose p + p {
  margin-top: 0.9rem;
}

.marketing-why-loop {
  position: relative;
  display: grid;
  margin: 3rem 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.marketing-why-loop::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 2.25rem;
  height: 1px;
  background: rgba(17, 24, 39, 0.16);
}

/* On wide layouts, the return cue finishes the line and balances the first step. */
.marketing-why-loop::after {
  content: "↻";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: #8a6d00;
  background: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

.marketing-why-loop li {
  position: relative;
  min-height: 12rem;
  padding: 0 1.25rem;
}

.marketing-why-loop__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.5rem;
  place-items: center;
  border-radius: 50%;
  color: #111827;
  background: #facc15;
  font-size: 0.75rem;
  font-weight: 700;
}

.marketing-why-loop strong {
  color: #111827;
  font-size: 1.05rem;
}

.marketing-why-loop p {
  margin: 0.7rem 0 0;
  color: #6b7280;
  font-size: 0.86rem;
  line-height: 1.6;
}

.marketing-why-memory-chain {
  margin: 0;
}

.marketing-why-memory-chain figcaption {
  margin: 0 0 1rem 3.75rem;
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-why-memory-chain ol {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0 0 0 3.75rem;
  gap: 0.8rem;
  list-style: none;
}

.marketing-why-memory-chain ol::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  bottom: 1.75rem;
  left: 1.3rem;
  width: 1px;
  background: linear-gradient(#facc15, rgba(17, 24, 39, 0.12));
}

.marketing-why-memory-chain li {
  position: relative;
  display: grid;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.03);
}

.marketing-why-memory-chain li::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: -2.8rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #d1d5db;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.12);
}

/* The first note is the remembered handle; the remaining notes are associations it unlocks. */
.marketing-why-memory-chain li.marketing-why-memory-chain__anchor {
  border-color: rgba(250, 204, 21, 0.82);
  background: #ffffff;
}

.marketing-why-memory-chain__anchor::before {
  top: 1.45rem;
  left: -2.9rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #facc15;
}

.marketing-why-memory-chain span {
  color: #9ca3af;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-why-memory-chain strong {
  margin-top: 0.15rem;
  color: #111827;
  font-size: 1rem;
}

.marketing-why-memory-chain small {
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.76rem;
  line-height: 1.45;
}

.marketing-why-ai {
  display: grid;
  /* The wider copy column preserves readable line lengths on very wide screens. */
  grid-template-columns: minmax(34rem, 52vw) minmax(30rem, 1fr);
  min-height: clamp(36rem, 44vw, 44rem);
  align-items: stretch;
  background: #ffffff;
}

.marketing-why-ai .marketing-card__eyebrow {
  color: #5f6b76;
}

.marketing-why-ai h2 {
  color: #111827;
}

.marketing-why-ai__copy {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(4rem, 7vw, 7rem)
    clamp(2.5rem, 5vw, 5rem)
    clamp(4rem, 7vw, 7rem)
    max(1.5rem, calc((100vw - 72rem) / 2 + 1.5rem));
  background: #ffffff;
}

.marketing-why-ai__copy .marketing-why-prose {
  margin-top: 1.5rem;
  color: #4b5563;
}

.marketing-why-ai__answer {
  color: #111827;
  font-size: 1.05rem;
}

.marketing-why-ai__visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #e5e7eb;
}

/* The photograph remains clean; this CSS fade joins it to the white copy panel. */
.marketing-why-ai__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.68) 9%,
    rgba(255, 255, 255, 0.34) 21%,
    rgba(255, 255, 255, 0.12) 33%,
    rgba(255, 255, 255, 0) 46%
  );
}

.marketing-why-ai__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.marketing-why-ai__diagram {
  position: absolute;
  top: 50%;
  right: clamp(1.5rem, 4vw, 4rem);
  z-index: 2;
  display: grid;
  width: min(82%, 31rem);
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(0.55rem, 1.2vw, 0.9rem);
  align-items: center;
  transform: translateY(-50%);
}

.marketing-why-ai__column {
  display: grid;
  min-height: 16rem;
  align-content: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.25rem;
  padding: 1.35rem;
  background: rgba(17, 24, 39, 0.82);
  box-shadow: 0 1rem 3rem rgba(17, 24, 39, 0.18);
  backdrop-filter: blur(8px);
}

.marketing-why-ai__column span {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.marketing-why-ai__column strong {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

.marketing-why-ai__column--memory {
  border-color: rgba(250, 204, 21, 0.82);
  background: rgba(54, 50, 24, 0.84);
}

.marketing-why-ai__plus {
  color: #facc15;
  font-size: 1.35rem;
  text-shadow: 0 1px 8px rgba(17, 24, 39, 0.45);
}

.marketing-why-ai__diagram figcaption {
  grid-column: 1 / -1;
  margin-top: 0.8rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(17, 24, 39, 0.5);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 1px 6px rgba(17, 24, 39, 0.8);
  backdrop-filter: blur(5px);
}

.marketing-why-close {
  position: relative;
  isolation: isolate;
  display: grid;
  margin-top: clamp(-3rem, -3vw, -2rem);
  min-height: clamp(34rem, 44vw, 44rem);
  overflow: hidden;
  color: #ffffff;
  background: #050c16;
}

/* The tonal fade is CSS so the photograph remains reusable and crops cleanly. */
.marketing-why-close::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(5, 12, 22, 0) 0%,
    rgba(5, 12, 22, 0) 58%,
    rgba(5, 12, 22, 0.12) 72%,
    rgba(5, 12, 22, 0.34) 100%
  );
}

.marketing-why-close__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.marketing-why-close__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 72rem);
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.marketing-why-close__copy {
  width: min(44%, 32rem);
}

.marketing-why-close .marketing-card__eyebrow {
  color: #facc15;
}

.marketing-why-close h2 {
  max-width: 10ch;
  color: #ffffff;
  font-size: clamp(2.75rem, 4.6vw, 4.7rem);
}

.marketing-why-close .marketing-why-prose {
  color: rgba(255, 255, 255, 0.78);
}

.marketing-why-close .marketing-actions {
  justify-content: flex-start;
}

.marketing-why-close .marketing-button--primary {
  border-color: #facc15;
  color: #111827;
  background: #facc15;
}

.marketing-why-close .marketing-button:not(.marketing-button--primary) {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
  background: rgba(5, 12, 22, 0.22);
}

.marketing-card__title {
  margin: 0.45rem 0 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #111827;
}

.marketing-price {
  margin-top: 0.75rem;
  font-size: 2rem;
  line-height: 1;
  color: #111827;
}

.marketing-section-grid,
.marketing-pricing-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.marketing-section-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* A compact landing-page echo of the four-part index used on Flow. */
.marketing-home-flow {
  display: grid;
  width: min(100%, 69rem);
  margin: 0 auto;
  padding: clamp(4rem, 6vw, 5.5rem) 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.marketing-home-flow li {
  padding: 0 1.25rem;
}

.marketing-home-flow__heading {
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
}

.marketing-home-flow__heading span {
  color: #b08a00;
  font-size: 0.68rem;
}

.marketing-home-flow__heading h2 {
  margin: 0;
  color: #111827;
  font-size: 0.95rem;
  line-height: 1.3;
}

.marketing-home-flow li > p {
  margin: 0.7rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.55;
}

.marketing-review-story {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(0, calc((100vw - 72rem) / 2 + 43.2rem))
    minmax(17rem, 28.8rem)
    minmax(1.5rem, 1fr);
  gap: clamp(2.5rem, 5vw, 4.6rem);
  align-items: center;
}

.marketing-review-story__image-wrap {
  overflow: hidden;
  border-radius: 0 1.5rem 1.5rem 0;
  background: #f3f4f6;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.075);
}

.marketing-review-story__image {
  display: block;
  width: 100%;
  height: clamp(22rem, 34vw, 27rem);
  object-fit: cover;
}

.marketing-review-story__copy {
  max-width: 25rem;
  padding-right: 1.5rem;
}

.marketing-review-story__title {
  margin: 0.75rem 0 0;
  color: #111827;
  font-size: clamp(2.1rem, 3.4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.marketing-review-story__copy .marketing-page-copy p {
  margin: 0;
}

.marketing-review-story__copy .marketing-page-copy p + p {
  margin-top: 1rem;
}

.marketing-review-story__copy .marketing-button {
  display: flex;
  width: fit-content;
  margin: 1.75rem auto 0;
}

.marketing-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.5rem;
}

.marketing-pricing-footnote {
  width: min(100%, 72rem);
  margin: 0.75rem auto 0;
  padding: 0 1.5rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #6b7280;
}

.marketing-stack {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.marketing-bullet-list {
  padding-left: 1.1rem;
}

.marketing-bullet-list li + li {
  margin-top: 0.45rem;
}

.marketing-internal-note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

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

.marketing-showcase {
  width: min(100%, 72rem);
  margin: 4rem auto 0;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: start;
}

.marketing-showcase__copy {
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.marketing-showcase--mcp {
  margin-top: 6rem;
}

.marketing-showcase--mcp + .marketing-showcase {
  margin-top: 5.5rem;
}

/* Let connected knowledge lead directly into the dark closing photograph. */
.marketing-showcase-band--connections {
  width: 100%;
  margin-top: 5.5rem;
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: #070b12;
}

.marketing-showcase-band--connections .marketing-showcase {
  margin-top: 0;
}

.marketing-showcase-band--connections .marketing-eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.marketing-showcase-band--connections .marketing-page-title {
  color: #ffffff;
}

.marketing-showcase-band--connections .marketing-page-copy {
  color: rgba(255, 255, 255, 0.72);
}

.marketing-showcase-band--connections + .marketing-discussion-story {
  margin-top: 0;
}

.marketing-showcase--connections .marketing-showcase__copy {
  order: 2;
}

.marketing-showcase--connections .marketing-showcase__media {
  order: 1;
}

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

.marketing-showcase__image-wrap {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.75rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.075);
}

.marketing-showcase__image-wrap--unframed {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.marketing-showcase__image {
  display: block;
  width: 100%;
  height: auto;
}

.marketing-showcase__image--phone {
  width: 50%;
  margin-inline: auto;
  transform: translateX(10%);
}

.marketing-showcase__media {
  display: grid;
  gap: 1.25rem;
}

.marketing-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  width: min(100%, 26rem);
  margin: 1.5rem auto 0;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #4b5563;
  font-size: 0.86rem;
  line-height: 1.4;
  text-align: center;
}

.marketing-flow span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketing-flow span[aria-hidden="true"] {
  color: #9ca3af;
  line-height: 1;
}

.marketing-discussion-story {
  position: relative;
  width: 100%;
  margin: 5.5rem auto 0;
  overflow: hidden;
  background: #111827;
}

.marketing-discussion-story__image {
  display: block;
  width: 100%;
  height: clamp(24rem, 45vw, 34rem);
  object-fit: cover;
}

.marketing-discussion-story__copy {
  position: absolute;
  top: 30%;
  left: clamp(1.5rem, 4vw, 3rem);
  max-width: min(25rem, 42%);
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
  transform: translateY(calc(-50% - 2.2rem));
}

.marketing-discussion-story__quote {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.marketing-discussion-story__brand {
  margin: 0.85rem 0 0;
}

.marketing-discussion-story__wordmark {
  display: block;
  width: clamp(3.45rem, 5.4vw, 4.8rem);
  height: auto;
  opacity: 0.78;
  filter: invert(1);
}

.marketing-contact {
  width: 100%;
  margin: 4.5rem auto 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.55), rgba(255, 255, 255, 0));
}

.marketing-contact__panel {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  scroll-margin-top: 5rem;
}

.marketing-contact__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.25rem 0;
  cursor: pointer;
}

.marketing-contact__summary::-webkit-details-marker {
  display: none;
}

.marketing-contact__summary-copy {
  min-width: 0;
}

.marketing-contact__title {
  margin-top: 0.45rem;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
}

.marketing-contact__lede {
  margin: 0.8rem 0 0;
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.7;
}

.marketing-contact__toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.85);
  color: #111827;
  font-size: 0.92rem;
}

.marketing-contact__toggle-label--open,
.marketing-contact__panel[open] .marketing-contact__toggle-label--closed {
  display: none;
}

.marketing-contact__panel[open] .marketing-contact__toggle-label--open {
  display: inline;
}

.marketing-contact__body {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.25rem;
  padding: 0 0 2.25rem;
  scroll-margin-top: 5rem;
}

.marketing-contact__form-wrap {
  padding: 1.1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.045);
}

.marketing-contact-form {
  display: grid;
  gap: 1rem;
}

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

.marketing-contact-form__field {
  display: grid;
  gap: 0.45rem;
}

.marketing-contact-form__field label {
  font-size: 0.88rem;
  line-height: 1.4;
  color: #374151;
}

.marketing-contact-form__field input,
.marketing-contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 1rem;
  padding: 0.82rem 0.95rem;
  background: #ffffff;
  color: #111827;
}

.marketing-contact-form__field textarea {
  resize: vertical;
  min-height: 10rem;
}

.marketing-contact-form__field input:focus,
.marketing-contact-form__field textarea:focus {
  outline: 2px solid rgba(247, 186, 0, 0.35);
  outline-offset: 1px;
  border-color: rgba(17, 24, 39, 0.28);
}

.marketing-contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.marketing-contact-form__hint {
  margin: 0;
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.5;
}

.marketing-contact-form__errors {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #9f1239;
  font-size: 0.92rem;
}

.marketing-contact-form__errors p {
  margin: 0;
}

.marketing-contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.marketing-coming-soon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  gap: 1.5rem;
  align-items: start;
  padding: 2rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 1.75rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 244, 240, 0.9)),
    linear-gradient(180deg, rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0));
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}

.marketing-coming-soon__title {
  font-size: clamp(2.1rem, 3.4vw, 3.6rem);
}

.marketing-coming-soon__form-wrap {
  padding: 1.1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.marketing-coming-soon__form {
  display: grid;
  gap: 1rem;
}

.legal-document {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.7;
}

.legal-document h1,
.legal-document h2,
.legal-document h3 {
  color: #0f172a;
  font-weight: 700;
  letter-spacing: 0;
}

.legal-document h1 {
  font-size: 1.55rem;
  margin: 0 0 1rem;
}

.legal-document h2 {
  font-size: 1.2rem;
  margin: 2rem 0 0.75rem;
}

.legal-document h3 {
  font-size: 1rem;
  margin: 1.25rem 0 0.4rem;
}

.legal-document p {
  margin: 0.7rem 0;
}

.legal-document ul {
  margin: 0.75rem 0 1rem 1.25rem;
  padding: 0;
}

.legal-document li {
  margin: 0.3rem 0;
}

.legal-document hr {
  border: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  margin: 2rem 0;
}

@media (max-width: 960px) {
  .marketing-hero {
    min-height: 34rem;
    background-position: 64% center;
  }

  .marketing-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.86) 24%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.22) 76%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.07) 38%, rgba(255, 255, 255, 0.27) 100%);
  }

  .marketing-hero__copy {
    width: min(54vw, 24rem);
    transform: translateY(-1.75rem);
  }

  .marketing-hero__title,
  .marketing-why-intro__title {
    font-size: clamp(2.6rem, 6vw, 3.6rem);
  }

  .marketing-why-note__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .marketing-hero__lede {
    max-width: 23rem;
  }

  .marketing-hero__lede-break {
    display: block;
  }

  .marketing-review-story {
    grid-template-columns:
      minmax(0, calc(60vw + 1.5rem))
      minmax(17rem, 1fr)
      1.5rem;
    gap: clamp(2rem, 4vw, 3rem);
  }
}

@media (max-width: 768px) {
  .marketing-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketing-nav {
    display: none;
  }

  .marketing-header__inner {
    padding: 0.65rem 0;
  }

  .marketing-menu-button {
    display: inline-flex;
  }

  .marketing-hero {
    grid-template-columns: 1fr;
    min-height: 32rem;
    padding-top: 2.27rem;
    background-position: 70% center;
  }

  .marketing-hero__copy {
    width: min(100%, 21.5rem);
    margin-left: 0;
    padding-top: 0;
    transform: translateY(-1rem);
  }

  .marketing-hero__title {
    font-size: clamp(2.65rem, 10vw, 3.4rem);
  }

  .temporary-trial-form__actions {
    justify-content: center;
  }

  .marketing-page-intro {
    padding-top: 3.5rem;
  }

  .marketing-faq-hero {
    padding-top: 4rem;
  }

  .marketing-faq-hero__inner,
  .marketing-faq-layout {
    grid-template-columns: 1fr;
  }

  .marketing-faq-hero__inner {
    gap: 2.5rem;
  }

  .marketing-faq-hero__copy h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .marketing-faq-layout {
    gap: 3.5rem;
  }

  .marketing-faq-index {
    position: static;
  }

  .marketing-faq-index ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-faq-index li:nth-child(odd) a {
    margin-right: 1rem;
  }

  .marketing-faq-group__header {
    grid-template-columns: 1.5rem minmax(0, 1fr);
  }

  .marketing-section-grid,
  .marketing-pricing-grid {
    grid-template-columns: 1fr;
  }

  .marketing-home-flow {
    width: calc(100% - 3rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-home-flow li {
    padding-inline: 0;
    padding-right: 1rem;
  }

  .marketing-review-story {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .marketing-review-story__image-wrap {
    margin-right: 1.5rem;
  }

  .marketing-review-story__image {
    height: clamp(18rem, 72vw, 25rem);
  }

  .marketing-review-story__copy {
    max-width: none;
    padding: 0 1.5rem;
  }

  .marketing-discussion-story__copy {
    top: 28%;
    max-width: min(18rem, 48%);
    transform: translateY(calc(-50% - 1.4rem));
  }

  .marketing-discussion-story__quote {
    font-size: clamp(1.05rem, 4.8vw, 1.65rem);
    line-height: 1.08;
  }

  .marketing-discussion-story__wordmark {
    width: clamp(3rem, 13vw, 3.9rem);
  }

  .marketing-why-hero__stage {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .marketing-why-hero__stage::before {
    display: none;
  }

  .marketing-why-hero__image {
    position: relative;
    order: 2;
    height: auto;
    aspect-ratio: 4 / 3;
    object-position: right center;
  }

  .marketing-why-hero__inner {
    order: 1;
    min-height: 0;
    padding: 4rem 1.5rem 3rem;
    background: #050c16;
  }

  .marketing-why-hero__copy {
    transform: none;
  }

  .marketing-why-intro__title {
    max-width: 12ch;
    font-size: clamp(2.65rem, 10vw, 3.4rem);
  }

  .marketing-why-note__content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .marketing-why-content {
    margin-top: 0;
    gap: 5rem;
  }

  .marketing-why-statement {
    grid-template-columns: 1fr;
  }

  .marketing-why-statement__media {
    height: auto;
  }

  .marketing-why-statement__image {
    height: auto;
  }

  .marketing-why-statement__picture {
    height: auto;
  }

  .marketing-why-statement__copy {
    order: -1;
    width: min(100%, 45rem);
    max-width: none;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 4rem;
    background: linear-gradient(135deg, #f7f8f5 0%, #ffffff 68%);
  }

  .marketing-why-close {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .marketing-why-close::before {
    display: none;
  }

  .marketing-why-close__image {
    position: relative;
    order: 1;
    height: auto;
    aspect-ratio: 4 / 3;
    object-position: left center;
  }

  .marketing-why-close__inner {
    order: 2;
    width: 100%;
    padding: 3.5rem 1.5rem 4rem;
    background: #050c16;
  }

  .marketing-why-close__copy {
    width: min(100%, 45rem);
    margin: 0 auto;
  }

  .marketing-why-section,
  .marketing-why-ai {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .marketing-why-loop {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .marketing-why-loop::before {
    top: 1rem;
    right: auto;
    bottom: 1rem;
    left: 2.25rem;
    width: 1px;
    height: auto;
  }

  .marketing-why-loop::after {
    display: none;
  }

  .marketing-why-loop li {
    min-height: 0;
    padding: 0 0 2rem 4rem;
  }

  .marketing-why-loop li:last-child {
    padding-bottom: 0;
  }

  .marketing-why-loop__number {
    position: absolute;
    top: 0;
    left: 1.25rem;
    margin: 0;
  }

  /* The return cue follows the final step when the diagram becomes vertical. */
  .marketing-why-loop li:last-child .marketing-why-loop__number::after {
    content: "↻";
    position: absolute;
    top: -0.7rem;
    right: -0.8rem;
    display: grid;
    width: 1.2rem;
    height: 1.2rem;
    place-items: center;
    border-radius: 50%;
    color: #8a6d00;
    background: #ffffff;
    font-size: 0.9rem;
    line-height: 1;
  }

  .marketing-why-ai {
    min-height: 0;
    gap: 0;
  }

  .marketing-why-ai__copy {
    max-width: none;
    padding: 3.5rem 1.5rem 4rem;
  }

  .marketing-why-ai__visual {
    min-height: 31rem;
  }

  .marketing-why-ai__visual::before {
    display: none;
  }

  .marketing-why-ai__image {
    object-position: 62% center;
  }

  .marketing-why-ai__diagram {
    right: 1.5rem;
    left: 1.5rem;
    width: auto;
  }

  .marketing-feature-sections {
    gap: 3rem;
    margin-top: 3rem;
  }

  .marketing-feature-section,
  .marketing-feature-section--reverse,
  .marketing-feature-section--review {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .marketing-feature-section__copy {
    padding-top: 0;
  }

  .marketing-feature-section--reverse .marketing-feature-section__copy,
  .marketing-feature-section--reverse .marketing-feature-visual {
    order: initial;
  }

  .marketing-feature-visual {
    min-height: 18rem;
  }

  .marketing-note-editor-card {
    width: 86%;
    margin-top: 2.1rem;
  }

  .marketing-product-mockup--outline,
  .marketing-product-mockup--search,
  .marketing-product-mockup--tools,
  .marketing-product-mockup--review {
    padding: 1.25rem;
  }

  .marketing-product-mockup--outline .marketing-outline-header,
  .marketing-product-mockup--outline .marketing-outline-list {
    margin-left: 0;
  }

  .marketing-tool-grid {
    grid-template-columns: 1fr;
  }

  .marketing-showcase {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .marketing-showcase__copy {
    padding-top: 0;
  }

  .marketing-showcase--connections .marketing-showcase__copy,
  .marketing-showcase--connections .marketing-showcase__media {
    order: initial;
  }

  .marketing-showcase-band--connections {
    margin-top: 3rem;
    padding: 3.5rem 0;
  }

  .marketing-showcase__image--phone {
    width: min(78%, 22rem);
    transform: none;
  }

  .marketing-contact__summary,
  .marketing-contact__body,
  .marketing-contact-form__grid,
  .marketing-coming-soon {
    grid-template-columns: 1fr;
  }

  .marketing-contact__summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .marketing-contact__toggle {
    width: 100%;
  }

}

@media (max-width: 520px) {
  .marketing-why-note__inner {
    padding-block: 1.5rem;
  }

  .marketing-why-ai__visual {
    min-height: 29rem;
  }

  .marketing-why-ai__diagram {
    right: 1rem;
    left: 1rem;
    gap: 0.45rem;
  }

  .marketing-why-ai__column {
    min-height: 14rem;
    padding: 1rem;
  }

  .marketing-why-ai__column strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 900px) {
  .marketing-flow-hero::before {
    background:
      radial-gradient(circle at 50% 40%, rgba(5, 12, 22, 0.4) 0%, rgba(5, 12, 22, 0.22) 38%, rgba(5, 12, 22, 0.04) 76%),
      linear-gradient(180deg, rgba(5, 12, 22, 0.1) 0%, rgba(5, 12, 22, 0.2) 50%, rgba(5, 12, 22, 0.86) 100%);
  }

  .marketing-flow-step,
  .marketing-flow-connect,
  .marketing-flow-return__inner,
  .marketing-flow-support {
    grid-template-columns: 1fr;
  }

  .marketing-flow-step__copy,
  .marketing-flow-connect .marketing-flow-step__copy {
    max-width: 40rem;
  }

  .marketing-flow-connect__visual {
    order: 2;
  }

  .marketing-flow-support dl {
    max-width: 42rem;
  }
}

@media (max-width: 640px) {
  .marketing-flow-hero {
    min-height: 42rem;
  }

  .marketing-flow-hero__image {
    object-position: 63% center;
  }

  .marketing-flow-hero::before {
    background:
      radial-gradient(circle at 50% 36%, rgba(5, 12, 22, 0.46) 0%, rgba(5, 12, 22, 0.26) 44%, rgba(5, 12, 22, 0.06) 80%),
      linear-gradient(180deg, rgba(5, 12, 22, 0.12) 0%, rgba(5, 12, 22, 0.26) 50%, rgba(5, 12, 22, 0.9) 100%);
  }

  .marketing-flow-hero__inner {
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 9rem;
  }

  .marketing-flow-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

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

  .marketing-flow-index a {
    padding: 0.75rem 0;
  }

  .marketing-flow-content {
    gap: 5rem;
  }

  .marketing-flow-opening {
    padding-top: 5rem;
  }

  .marketing-flow-step__number {
    margin-bottom: 1.5rem;
  }

  .marketing-flow-phone {
    width: min(100%, 20.5rem);
  }

  .marketing-flow-review__actions {
    grid-template-columns: 1fr;
  }

  .marketing-flow-spacing {
    overflow-x: auto;
  }

  .marketing-flow-spacing ol {
    min-width: 34rem;
  }

  .marketing-flow-connect__visual {
    min-height: 37rem;
  }

  .marketing-flow-notebook {
    top: 1.5rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }

  .marketing-flow-note {
    right: 1.25rem;
    bottom: 1.5rem;
    width: calc(100% - 2.5rem);
  }

  .marketing-flow-outcome__copy,
  .marketing-flow-support dl {
    grid-template-columns: 1fr;
  }
}
