body.andata-website-consultant-lab-v9-active {
  overflow-x: clip;
}

.andata-website-consultant-lab-v9-active .content-area,
.andata-website-consultant-lab-v9-active .site-main,
.andata-website-consultant-lab-v9-active article.entry,
.andata-website-consultant-lab-v9-active .entry-content,
.andata-website-consultant-lab-v9-active .entry-content-wrap,
.andata-website-consultant-lab-v9-active .content-bg {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.andata-website-consultant-lab-v9-active .chatWrapper {
  display: none !important;
}

.awc9-page {
  --awc9-basalt: #070b08;
  --awc9-carbon: #111611;
  --awc9-bone: #f4f1e9;
  --awc9-white: #fff;
  --awc9-ink: #141815;
  --awc9-muted: #626960;
  --awc9-lime: #d7ff31;
  --awc9-yellow: #f2c94c;
  --awc9-blue: #568bef;
  --awc9-dark-rule: rgba(255, 255, 255, 0.16);
  --awc9-light-rule: rgba(20, 24, 21, 0.16);
  --awc9-shell: 1384px;
  --awc9-gutter: 48px;
  --awc9-intent-image: url("images/scene-shop.webp");
  --awc9-mode-image: url("images/scene-shop.webp");
  --awc9-faq-image: url("images/bundle-shop.webp");
  --awc9-font: "Onest", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  min-width: 0;
  overflow: clip;
  background: var(--awc9-basalt);
  color: #f8faf5;
  font-family: var(--awc9-font);
  font-size: 17px;
  line-height: 1.52;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.awc9-page *,
.awc9-page *::before,
.awc9-page *::after {
  box-sizing: border-box;
}

.awc9-page h1,
.awc9-page h2,
.awc9-page h3,
.awc9-page p,
.awc9-page blockquote,
.awc9-page figure,
.awc9-page ol,
.awc9-page ul {
  margin: 0;
}

.awc9-page h1,
.awc9-page h2,
.awc9-page h3,
.awc9-page button,
.awc9-page input,
.awc9-page textarea,
.awc9-page summary {
  font-family: inherit;
}

.awc9-page img {
  display: block;
  max-width: 100%;
}

.awc9-page a {
  color: inherit;
}

.awc9-page button,
.awc9-page summary,
.awc9-page a[href] {
  cursor: pointer;
}

.awc9-page button {
  touch-action: manipulation;
}

.awc9-page :focus-visible {
  outline: 3px solid var(--awc9-lime);
  outline-offset: 4px;
}

.awc9-shell {
  width: min(100%, var(--awc9-shell));
  margin-inline: auto;
  padding-inline: var(--awc9-gutter);
}

.awc9-skip {
  position: fixed;
  z-index: 1000000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--awc9-lime);
  color: var(--awc9-ink) !important;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.awc9-kicker {
  color: var(--awc9-lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.awc9-kicker--dark {
  color: #53603f;
}

.awc9-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid var(--awc9-lime);
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.awc9-button--primary {
  background: var(--awc9-lime);
  color: #090d09;
}

.awc9-button--primary:hover {
  background: #e2ff69;
  transform: translateY(-1px);
}

.awc9-button span {
  margin-left: 14px;
}

.awc9-section {
  position: relative;
  padding: 124px 0;
  scroll-margin-top: 88px;
}

.awc9-section--bone {
  background: var(--awc9-bone);
  color: var(--awc9-ink);
}

.awc9-section--dark {
  background: var(--awc9-basalt);
  color: #f8faf5;
}

.awc9-section__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-bottom: 72px;
}

.awc9-section__head .awc9-kicker {
  grid-column: 1 / -1;
}

.awc9-section__head h2 {
  grid-column: 1 / span 8;
  max-width: 910px;
  color: var(--awc9-ink);
  font-size: clamp(36px, 3.9vw, 56px);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.awc9-section__head > p:last-child {
  grid-column: 9 / -1;
  color: var(--awc9-muted);
  font-size: 18px;
  line-height: 1.5;
}

.awc9-section__head--dark h2 {
  color: #f8faf5;
}

.awc9-section__head--dark > p:last-child {
  color: rgba(248, 250, 245, 0.66);
}

/* Hero */

.awc9-hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  background: var(--awc9-basalt);
  color: #fff;
}

.awc9-hero__scene,
.awc9-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.awc9-hero__scene {
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.012);
  transition: opacity 280ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.awc9-hero__scene.is-changing,
.awc9-demo__product img.is-changing {
  opacity: 0.72;
}

.awc9-hero.is-changing .awc9-hero__scene {
  opacity: 0.2;
  transform: scale(1.04);
}

.awc9-hero__veil {
  background:
    linear-gradient(90deg, rgba(3, 7, 5, 0.94) 0%, rgba(3, 7, 5, 0.76) 39%, rgba(3, 7, 5, 0.18) 67%, rgba(3, 7, 5, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 7, 5, 0.36) 0%, rgba(3, 7, 5, 0) 38%, rgba(3, 7, 5, 0.74) 100%);
}

.awc9-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 940px;
  padding-top: 22px;
  padding-bottom: 28px;
}

.awc9-scenarios {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.awc9-scenarios__label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.awc9-scenarios__hint {
  display: none;
}

.awc9-scenarios__tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(max-content, 1fr));
  min-width: 0;
}

.awc9-scenarios button {
  position: relative;
  min-height: 49px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.61);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.awc9-scenarios button::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 2px;
  background: var(--awc9-lime);
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 160ms ease, transform 160ms ease;
}

.awc9-scenarios button[aria-selected="true"] {
  color: var(--awc9-lime);
}

.awc9-scenarios button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.awc9-hero__stage {
  position: relative;
  min-height: 846px;
}

.awc9-hero__copy {
  width: min(610px, 48vw);
  padding-top: 52px;
}

.awc9-hero h1 {
  max-width: 660px;
  margin-top: 15px;
  color: #fff;
  font-size: clamp(46px, 4.35vw, 64px);
  font-weight: 780;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.awc9-hero__lead {
  max-width: 585px;
  margin-top: 24px !important;
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -0.026em;
  line-height: 1.24;
}

.awc9-hero__action {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.awc9-hero__action > p {
  max-width: 270px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.42;
}

.awc9-hero__action > p strong:last-child {
  white-space: nowrap;
}

/* Real production-widget contract, isolated inside the hero. */

.awc9-widget {
  position: absolute;
  right: 0;
  bottom: 58px;
  z-index: 6;
  width: 400px;
  height: 600px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #333;
}

.awc9-widget__panel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.24);
}

.awc9-widget__launcher {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.24);
}

.awc9-widget[data-agent-open="false"] {
  height: 44px;
}

.awc9-widget[data-agent-open="false"] .awc9-widget__panel {
  display: none;
}

.awc9-widget__header {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 54px;
  padding: 10px 16px 4px;
}

.awc9-widget__title {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.awc9-widget__title > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awc9-widget__avatar {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 25%, rgba(215, 255, 49, 0.55), transparent 4px),
    radial-gradient(circle at 35% 65%, rgba(86, 139, 239, 0.8), transparent 6px),
    #090d09;
  color: #fff;
}

.awc9-widget__avatar i {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.awc9-widget__avatar b {
  position: relative;
  font-size: 11px;
}

.awc9-widget__header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.awc9-widget__header-actions button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #333;
}

.awc9-widget__header-actions button:hover {
  background: rgba(51, 51, 51, 0.04);
}

.awc9-widget__menu {
  position: absolute;
  z-index: 4;
  top: 52px;
  right: 61px;
  min-width: 220px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.24);
}

.awc9-widget__menu button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #333;
  font-size: 14px;
  text-align: left;
}

.awc9-widget__menu button:hover {
  background: #f5f5f5;
}

.awc9-widget__content {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}

.awc9-widget__messages {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  overflow: auto;
  padding: 4px 16px 8px;
  scrollbar-color: rgba(153, 153, 153, 0.3) #fff;
  scrollbar-width: thin;
}

.awc9-widget__message {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.awc9-widget__message-content {
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  border-radius: 12px;
  color: #333;
  overflow-wrap: anywhere;
}

.awc9-widget__message-content p,
.awc9-widget__message-content li,
.awc9-widget__message--user .awc9-widget__message-content {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.awc9-widget__message-content p + p {
  margin-top: 8px;
}

.awc9-widget__message-content a {
  color: #4c6ca6;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.awc9-widget__message--assistant .awc9-widget__message-content {
  align-self: flex-start;
  background: #fff;
}

.awc9-widget__message--user .awc9-widget__message-content {
  max-width: 95%;
  align-self: flex-end;
  margin-left: auto;
  padding: 8px 12px;
  background: #f3f7fd;
}

.awc9-widget__message time {
  margin-top: 4px;
  color: #6b6d72;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.awc9-widget__message--user time {
  align-self: flex-end;
}

.awc9-widget__input {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 4px 16px 16px;
}

.awc9-widget__input textarea {
  width: 100%;
  min-height: 58px;
  max-height: 120px;
  resize: none;
  overflow: auto;
  padding: 16px 50px 16px 16px;
  border: 1px solid #ced1d9;
  border-radius: 12px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.awc9-widget__input textarea:focus {
  border-color: #93959a;
  outline: none;
}

.awc9-widget__input button {
  position: absolute;
  right: 24px;
  bottom: 28px;
  display: grid;
  width: 40px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: var(--awc9-yellow);
  color: #333;
}

.awc9-widget__input button:disabled {
  background: #f9f9f9;
  color: #999;
  cursor: not-allowed;
}

/* 02 — product sequence */

.awc9-demo__sequence {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-top: 1px solid var(--awc9-light-rule);
  border-bottom: 1px solid var(--awc9-light-rule);
}

.awc9-demo__sequence > * {
  min-width: 0;
}

.awc9-demo__intent,
.awc9-demo__clarify,
.awc9-demo__action {
  padding: 30px;
}

.awc9-demo__intent {
  grid-column: 1 / span 4;
  border-right: 1px solid var(--awc9-light-rule);
}

.awc9-demo__clarify {
  grid-column: 5 / span 4;
  border-right: 1px solid var(--awc9-light-rule);
}

.awc9-demo__product {
  position: relative;
  grid-column: 9 / -1;
  grid-row: 1 / span 2;
  min-height: 640px;
  overflow: hidden;
  background: #111611;
}

.awc9-demo__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  transition: opacity 220ms ease, transform 600ms ease;
}

.awc9-demo.is-changing .awc9-demo__product img {
  opacity: 0.25;
  transform: scale(1.025);
}

.awc9-demo__product::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 6, 0.88));
}

.awc9-demo__product figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 32px;
  left: 30px;
  color: #fff;
}

.awc9-demo__intent > span,
.awc9-demo__clarify > span,
.awc9-demo__product figcaption > span,
.awc9-demo__action > span {
  color: #626a61;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.awc9-demo__intent blockquote {
  margin-top: 40px;
  color: var(--awc9-ink);
  font-size: 28px;
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.awc9-demo__intent p {
  margin-top: 36px;
  color: var(--awc9-muted);
  font-size: 13px;
}

.awc9-demo__clarify > p {
  margin-top: 40px;
  color: var(--awc9-ink);
  font-size: 21px;
  font-weight: 680;
  line-height: 1.32;
}

.awc9-demo__clarify blockquote {
  margin-top: 22px;
  padding: 14px 16px;
  background: #e7edf8;
  color: #2c3440;
  font-size: 15px;
  line-height: 1.45;
}

.awc9-demo__product figcaption span {
  color: rgba(255, 255, 255, 0.56);
}

.awc9-demo__product figcaption strong {
  display: block;
  margin-top: 12px;
  font-size: 27px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.awc9-demo__product figcaption p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.45;
}

.awc9-demo__product figcaption small {
  display: block;
  margin-top: 16px;
  color: var(--awc9-lime);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.awc9-demo__action {
  grid-column: 1 / span 8;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 144px;
  border-top: 1px solid var(--awc9-light-rule);
}

.awc9-demo__action strong {
  color: var(--awc9-ink);
  font-size: 23px;
  letter-spacing: -0.025em;
}

.awc9-demo__action p {
  color: var(--awc9-muted);
  font-size: 14px;
}

/* 03 — intent */

.awc9-intent {
  padding-bottom: 0;
  background: #0c110d;
}

.awc9-intent__intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 72px;
}

.awc9-intent__intro .awc9-kicker {
  grid-column: 1 / -1;
}

.awc9-intent__intro h2 {
  grid-column: 1 / span 8;
  max-width: 870px;
  color: #f8faf5;
  font-size: clamp(36px, 3.9vw, 56px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.awc9-intent__intro > p:last-child {
  grid-column: 9 / -1;
  align-self: end;
  color: rgba(248, 250, 245, 0.62);
  font-size: 18px;
}

.awc9-intent__comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.awc9-intent__comparison article {
  min-height: 500px;
  padding: 66px max(48px, calc((100vw - 1384px) / 2 + 48px));
}

.awc9-intent__comparison article:first-child {
  padding-right: 64px;
  background:
    linear-gradient(90deg, rgba(7, 11, 8, 0.95), rgba(7, 11, 8, 0.7)),
    var(--awc9-intent-image) 58% center / cover;
}

.awc9-intent__comparison article:last-child {
  padding-left: 64px;
  background: var(--awc9-lime);
  color: #0b100c;
}

.awc9-intent__comparison span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.awc9-intent__comparison article:first-child span {
  color: rgba(255, 255, 255, 0.48);
}

.awc9-intent__comparison strong,
.awc9-intent__comparison b {
  display: block;
  margin-top: 44px;
  color: #fff;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 770;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.awc9-intent__comparison b {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.34);
}

.awc9-intent__comparison blockquote {
  max-width: 610px;
  margin-top: 44px;
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.awc9-intent__comparison p {
  max-width: 530px;
  margin-top: 42px;
  font-size: 16px;
  line-height: 1.5;
}

.awc9-intent__comparison article:first-child p {
  color: rgba(255, 255, 255, 0.54);
}

.awc9-intent__research {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr auto;
  gap: 34px;
  align-items: center;
  min-height: 136px;
}

.awc9-intent__research strong {
  color: var(--awc9-lime);
  font-size: 28px;
  letter-spacing: -0.03em;
}

.awc9-intent__research p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.awc9-intent__research a {
  color: #fff;
  font-size: 13px;
  text-underline-offset: 4px;
}

/* 04 — context */

.awc9-context__map {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  min-height: 740px;
  border-top: 1px solid var(--awc9-dark-rule);
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-context__map figure {
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--awc9-dark-rule);
}

.awc9-context__map figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 7, 5, 0.82));
}

.awc9-context__map figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}

.awc9-context__map figcaption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 30px;
  left: 34px;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.awc9-context__map ol {
  display: grid;
  padding: 0;
  list-style: none;
}

.awc9-context__map li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-context__map li:last-child {
  border-bottom: 0;
}

.awc9-context__map li > span {
  color: var(--awc9-lime);
  font-size: 11px;
  font-weight: 800;
}

.awc9-context__map h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.awc9-context__map li p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.awc9-context__map li small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.awc9-context__boundary {
  max-width: 860px;
  margin-top: 30px !important;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

/* 05 — reasoned choice */

.awc9-choice {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  padding: 0;
}

.awc9-choice__visual {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
}

.awc9-choice__visual::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(180deg, transparent, rgba(4, 8, 6, 0.76));
}

.awc9-choice__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.awc9-choice__visual span {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 34px;
  left: 38px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.awc9-choice__story {
  padding: 124px max(48px, calc((100vw - 1384px) / 2 + 48px)) 124px 70px;
  background: var(--awc9-bone);
  color: var(--awc9-ink);
}

.awc9-choice__story h2 {
  max-width: 610px;
  margin-top: 18px;
  color: var(--awc9-ink);
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.awc9-choice__story > blockquote {
  max-width: 600px;
  margin-top: 34px;
  padding: 20px 0 20px 24px;
  border-left: 3px solid var(--awc9-lime);
  font-size: 22px;
  font-weight: 690;
  line-height: 1.35;
}

.awc9-choice__story ol {
  margin-top: 48px;
  padding: 0;
  border-top: 1px solid var(--awc9-light-rule);
  list-style: none;
}

.awc9-choice__story li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--awc9-light-rule);
}

.awc9-choice__story li > span {
  color: #5f6a4e;
  font-size: 11px;
  font-weight: 800;
}

.awc9-choice__story h3 {
  color: var(--awc9-ink);
  font-size: 20px;
}

.awc9-choice__story li p {
  margin-top: 5px;
  color: var(--awc9-muted);
  font-size: 15px;
}

.awc9-choice__conclusion {
  margin-top: 36px !important;
  padding: 24px;
  background: var(--awc9-lime);
  color: var(--awc9-ink);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.35;
}

/* 06 — commerce rail */

.awc9-commerce__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--awc9-dark-rule);
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-commerce__rail::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.awc9-commerce__rail button {
  position: relative;
  z-index: 1;
  min-height: 190px;
  padding: 22px 22px 26px;
  border: 0;
  border-right: 1px solid var(--awc9-dark-rule);
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}

.awc9-commerce__rail button:last-child {
  border-right: 0;
}

.awc9-commerce__rail button > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: var(--awc9-basalt);
  font-size: 10px;
}

.awc9-commerce__rail button strong,
.awc9-commerce__rail button small {
  display: block;
}

.awc9-commerce__rail button strong {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
}

.awc9-commerce__rail button small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.awc9-commerce__rail button[aria-pressed="true"] {
  background: var(--awc9-lime);
  color: var(--awc9-ink);
}

.awc9-commerce__rail button[aria-pressed="true"] > span {
  border-color: rgba(10, 14, 10, 0.3);
  background: transparent;
}

.awc9-commerce__rail button[aria-pressed="true"] strong,
.awc9-commerce__rail button[aria-pressed="true"] small {
  color: var(--awc9-ink);
}

.awc9-commerce__visual {
  position: relative;
  height: 260px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--awc9-dark-rule);
}

.awc9-commerce__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 8, 6, 0.08) 35%, rgba(4, 8, 6, 0.88));
}

.awc9-commerce__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.awc9-commerce__visual figcaption {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 34px;
  width: min(38%, 470px);
  color: #fff;
  font-size: 19px;
  font-weight: 720;
  line-height: 1.35;
  transform: translateY(-50%);
}

.awc9-commerce__detail {
  display: grid;
  grid-template-columns: 100px 1.4fr 0.6fr;
  gap: 32px;
  align-items: center;
  min-height: 220px;
  padding: 36px 0;
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-commerce__detail > span {
  color: var(--awc9-lime);
  font-size: 11px;
  font-weight: 800;
}

.awc9-commerce__detail h3 {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.awc9-commerce__detail p {
  max-width: 680px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
}

.awc9-commerce__detail > strong {
  padding-left: 24px;
  border-left: 1px solid var(--awc9-dark-rule);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.awc9-commerce__boundary {
  max-width: 860px;
  margin-top: 28px !important;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

/* 07 — active and passive */

.awc9-modes__switch {
  display: inline-flex;
  border: 1px solid var(--awc9-light-rule);
}

.awc9-modes__switch button {
  min-width: 150px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-right: 1px solid var(--awc9-light-rule);
  background: transparent;
  color: var(--awc9-muted);
  font-size: 14px;
  font-weight: 750;
}

.awc9-modes__switch button:last-child {
  border-right: 0;
}

.awc9-modes__switch button[aria-selected="true"] {
  background: var(--awc9-ink);
  color: #fff;
}

.awc9-modes__film {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
  min-height: 430px;
  margin-top: 28px;
  overflow: hidden;
  background: #101511;
  color: #fff;
}

.awc9-modes__film[data-mode="passive"] {
  grid-template-columns: 0.8fr 2.2fr;
}

.awc9-modes__film > div {
  min-width: 0;
  padding: 38px;
  border-right: 1px solid var(--awc9-dark-rule);
}

.awc9-modes__film > div:last-child {
  border-right: 0;
}

.awc9-modes__signal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(rgba(5, 9, 6, 0.58), rgba(5, 9, 6, 0.88)),
    var(--awc9-mode-image) 68% center / cover;
}

.awc9-modes__signal span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.awc9-modes__signal strong {
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.awc9-modes__sequence {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.awc9-modes__sequence i {
  width: 84px;
  height: 2px;
  margin-bottom: 26px;
  background: var(--awc9-lime);
}

.awc9-modes__sequence ol {
  padding: 0;
  list-style: none;
  counter-reset: mode-step;
}

.awc9-modes__sequence li {
  position: relative;
  min-height: 62px;
  padding: 18px 0 18px 42px;
  border-bottom: 1px solid var(--awc9-dark-rule);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.awc9-modes__sequence li::before {
  counter-increment: mode-step;
  content: "0" counter(mode-step);
  position: absolute;
  left: 0;
  color: var(--awc9-lime);
  font-size: 10px;
}

.awc9-modes__offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--awc9-lime);
  color: var(--awc9-ink);
}

.awc9-modes__offer[hidden] {
  display: none;
}

.awc9-modes__offer small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.awc9-modes__offer p {
  margin-top: 22px;
  font-size: 23px;
  font-weight: 740;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.awc9-modes__offer div {
  display: grid;
  gap: 8px;
  margin-top: 30px;
}

.awc9-modes__offer div span {
  padding: 9px 0;
  border-bottom: 1px solid rgba(10, 14, 10, 0.24);
  font-size: 13px;
  font-weight: 750;
}

.awc9-modes__policy {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
  gap: 32px;
  align-items: center;
  min-height: 132px;
  padding: 28px 0;
  border-bottom: 1px solid var(--awc9-light-rule);
}

.awc9-modes__policy strong {
  color: var(--awc9-ink);
  font-size: 18px;
}

.awc9-modes__policy p {
  color: var(--awc9-muted);
  font-size: 14px;
}

.awc9-modes__policy small {
  color: #60675e;
  font-size: 12px;
}

/* 08 — memory */

.awc9-memory {
  background: #0c110d;
  color: #fff;
}

.awc9-memory__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  list-style: none;
}

.awc9-memory__timeline::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--awc9-lime), rgba(215, 255, 49, 0.2));
}

.awc9-memory__timeline li {
  position: relative;
  min-height: 330px;
  padding: 0 26px 30px;
  border-right: 1px solid var(--awc9-dark-rule);
}

.awc9-memory__timeline li:first-child {
  padding-left: 0;
}

.awc9-memory__timeline li:last-child {
  padding-right: 0;
  border-right: 0;
}

.awc9-memory__timeline li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(215, 255, 49, 0.42);
  border-radius: 50%;
  background: #0c110d;
  color: var(--awc9-lime);
  font-size: 11px;
  font-weight: 800;
}

.awc9-memory__timeline h3 {
  margin-top: 52px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.awc9-memory__timeline p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.awc9-memory__rights {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 40px;
  padding: 30px 0;
  border-top: 1px solid var(--awc9-dark-rule);
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-memory__rights strong {
  color: var(--awc9-lime);
  font-size: 17px;
}

.awc9-memory__rights p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

/* 09 — analytics */

.awc9-analytics__source {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 24px;
  border-top: 1px solid var(--awc9-light-rule);
  border-bottom: 1px solid var(--awc9-light-rule);
  color: #636b63;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.awc9-analytics__source i {
  flex: 1;
  height: 1px;
  background: rgba(20, 24, 21, 0.18);
}

.awc9-analytics__source strong {
  color: var(--awc9-ink);
}

.awc9-analytics__controls {
  display: flex;
  margin-top: 42px;
}

.awc9-analytics__controls button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--awc9-light-rule);
  background: transparent;
  color: #646b63;
  font-size: 14px;
  font-weight: 750;
}

.awc9-analytics__controls button + button {
  border-left: 0;
}

.awc9-analytics__controls button[aria-pressed="true"] {
  background: var(--awc9-ink);
  color: #fff;
}

.awc9-analytics__funnel {
  margin-top: 22px;
  padding: 54px 42px;
  background: #fff;
}

.awc9-analytics__line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.awc9-analytics__line > * {
  position: relative;
  min-height: 104px;
  padding: 18px;
  border-top: 2px solid #9fa69e;
  border-right: 1px solid var(--awc9-light-rule);
  color: #5e655d;
  font-size: 15px;
}

.awc9-analytics__line > *::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9fa69e;
}

.awc9-analytics__line > *:last-child {
  border-right: 0;
}

.awc9-analytics__line > strong {
  border-top-color: var(--awc9-lime);
  color: var(--awc9-ink);
}

.awc9-analytics__line > strong::before {
  background: var(--awc9-lime);
  box-shadow: 0 0 0 7px rgba(215, 255, 49, 0.23);
}

.awc9-analytics__funnel blockquote {
  max-width: 730px;
  margin-top: 34px;
  color: var(--awc9-ink);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.awc9-analytics__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.awc9-analytics__metrics span {
  padding: 8px 12px;
  border: 1px solid var(--awc9-light-rule);
  color: #555d55;
  font-size: 12px;
}

.awc9-analytics__formula {
  margin-top: 46px !important;
  padding: 30px;
  border-left: 4px solid var(--awc9-lime);
  background: #e9eadf;
  color: var(--awc9-ink);
  font-size: 18px;
  font-weight: 730;
}

.awc9-analytics__note {
  max-width: 820px;
  margin-top: 18px !important;
  color: var(--awc9-muted);
  font-size: 13px;
}

/* 10 — evidence ledger */

.awc9-proof__scope {
  max-width: 760px;
  margin: -26px 0 42px !important;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.55;
}

.awc9-proof__ledger {
  border-top: 1px solid var(--awc9-dark-rule);
}

.awc9-proof__ledger article {
  display: grid;
  grid-template-columns: 0.7fr 1.8fr 0.65fr;
  gap: 36px;
  align-items: center;
  min-height: 176px;
  padding: 28px 0;
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-proof__ledger article > strong {
  color: var(--awc9-lime);
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.awc9-proof__ledger h3 {
  color: #fff;
  font-size: 20px;
}

.awc9-proof__ledger p {
  max-width: 720px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
}

.awc9-proof__ledger a {
  justify-self: end;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  text-underline-offset: 4px;
}

.awc9-proof__outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.awc9-proof__outcomes-label {
  margin-top: 36px !important;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.awc9-proof__outcomes span {
  padding: 9px 12px;
  border: 1px solid var(--awc9-dark-rule);
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

/* 11 — offer */

.awc9-offer__spine {
  border-top: 1px solid var(--awc9-light-rule);
}

.awc9-offer__spine > div {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  min-height: 124px;
  border-bottom: 1px solid var(--awc9-light-rule);
}

.awc9-offer__spine span {
  color: #5f675e;
  font-size: 16px;
}

.awc9-offer__spine strong {
  color: var(--awc9-ink);
  font-size: clamp(34px, 4.6vw, 66px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.awc9-offer__spine > div:nth-child(3) strong {
  color: #4e5c39;
}

.awc9-offer__scope {
  display: grid;
  grid-template-columns: 0.7fr 1.8fr;
  gap: 42px;
  margin-top: 56px;
  padding: 32px 0;
  border-top: 1px solid var(--awc9-light-rule);
  border-bottom: 1px solid var(--awc9-light-rule);
}

.awc9-offer__scope h3 {
  color: var(--awc9-ink);
  font-size: 20px;
}

.awc9-offer__scope p {
  color: var(--awc9-muted);
  font-size: 15px;
}

.awc9-offer__launch {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
  padding: 0;
  border-top: 1px solid var(--awc9-light-rule);
  border-bottom: 1px solid var(--awc9-light-rule);
  list-style: none;
}

.awc9-offer__launch li {
  min-height: 134px;
  padding: 22px;
  border-right: 1px solid var(--awc9-light-rule);
  color: var(--awc9-ink);
  font-size: 14px;
  font-weight: 700;
}

.awc9-offer__launch li:last-child {
  border-right: 0;
}

.awc9-offer__launch span {
  display: block;
  margin-bottom: 32px;
  color: #5f6b50;
  font-size: 10px;
}

.awc9-offer__cta {
  margin-top: 42px;
}

.awc9-offer__micro {
  max-width: 730px;
  margin-top: 16px !important;
  color: var(--awc9-muted);
  font-size: 13px;
}

/* 12 — FAQ and final action */

.awc9-faq {
  background:
    linear-gradient(90deg, rgba(4, 8, 6, 0.95), rgba(4, 8, 6, 0.72)),
    var(--awc9-faq-image) 70% center / cover;
  color: #fff;
}

.awc9-faq__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 72px;
}

.awc9-faq__head .awc9-kicker {
  grid-column: 1 / -1;
}

.awc9-faq__head h2 {
  grid-column: 1 / span 8;
  max-width: 880px;
  color: #fff;
  font-size: clamp(36px, 3.9vw, 56px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.awc9-faq__head > p:last-child {
  grid-column: 9 / -1;
  align-self: end;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
}

.awc9-faq__list {
  border-top: 1px solid var(--awc9-dark-rule);
}

.awc9-faq details {
  border-bottom: 1px solid var(--awc9-dark-rule);
}

.awc9-faq summary {
  position: relative;
  padding: 26px 58px 26px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.02em;
  list-style: none;
}

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

.awc9-faq summary::before,
.awc9-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 1px;
  background: var(--awc9-lime);
  transition: transform 160ms ease;
}

.awc9-faq summary::after {
  transform: rotate(90deg);
}

.awc9-faq details[open] summary::after {
  transform: rotate(0deg);
}

.awc9-faq details > p {
  max-width: 840px;
  padding: 0 58px 28px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
}

.awc9-faq__final {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 24px 40px;
  align-items: center;
  margin-top: 88px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.awc9-faq__final > p {
  max-width: 720px;
  font-size: clamp(35px, 4.1vw, 58px);
  font-weight: 770;
  letter-spacing: -0.055em;
  line-height: 1;
}

.awc9-faq__final small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

@media (max-width: 1240px) {
  .awc9-page {
    --awc9-gutter: 32px;
  }

  .awc9-hero__copy {
    width: min(560px, 47vw);
  }

  .awc9-hero h1 {
    font-size: clamp(44px, 4.25vw, 56px);
  }

  .awc9-widget {
    right: 0;
    width: 370px;
    height: 570px;
  }

  .awc9-scenarios {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .awc9-scenarios button {
    padding-inline: 8px;
    font-size: 10px;
  }

  .awc9-choice__story {
    padding-right: 40px;
    padding-left: 50px;
  }
}

@media (max-width: 1020px) {
  .awc9-section {
    padding: 96px 0;
  }

  .awc9-section__head h2,
  .awc9-intent__intro h2,
  .awc9-faq__head h2 {
    grid-column: 1 / span 9;
  }

  .awc9-section__head > p:last-child,
  .awc9-intent__intro > p:last-child,
  .awc9-faq__head > p:last-child {
    grid-column: 10 / -1;
    font-size: 16px;
  }

  .awc9-hero {
    min-height: 1000px;
  }

  .awc9-hero__inner {
    min-height: 1000px;
  }

  .awc9-hero__copy {
    width: min(540px, 53vw);
  }

  .awc9-hero__action {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .awc9-widget {
    width: 340px;
    height: 560px;
  }

  .awc9-widget__message-content p,
  .awc9-widget__message-content li,
  .awc9-widget__message--user .awc9-widget__message-content {
    font-size: 14px;
    line-height: 20px;
  }

  .awc9-demo__intent,
  .awc9-demo__clarify {
    grid-column: span 6;
  }

  .awc9-demo__clarify {
    border-right: 0;
  }

  .awc9-demo__product {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 570px;
    border-top: 1px solid var(--awc9-light-rule);
  }

  .awc9-demo__action {
    grid-column: 1 / -1;
  }

  .awc9-context__map {
    grid-template-columns: 1fr;
  }

  .awc9-context__map figure {
    min-height: 570px;
    border-right: 0;
    border-bottom: 1px solid var(--awc9-dark-rule);
  }

  .awc9-choice {
    grid-template-columns: 1fr;
  }

  .awc9-choice__visual {
    position: relative;
    height: 68vw;
    min-height: 560px;
  }

  .awc9-choice__story {
    padding: 92px var(--awc9-gutter);
  }

  .awc9-commerce__rail {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .awc9-commerce__rail button {
    scroll-snap-align: start;
  }

  .awc9-modes__film {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .awc9-modes__offer {
    grid-column: 1 / -1;
    min-height: 300px;
    border-top: 1px solid var(--awc9-dark-rule);
  }

  .awc9-memory__timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .awc9-memory__timeline::before {
    display: none;
  }

  .awc9-memory__timeline li {
    border-bottom: 1px solid var(--awc9-dark-rule);
  }

  .awc9-proof__ledger article {
    grid-template-columns: 0.8fr 1.6fr;
  }

  .awc9-proof__ledger a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 780px) {
  .awc9-page {
    --awc9-gutter: 20px;
    font-size: 16px;
  }

  .awc9-section {
    padding: 78px 0;
  }

  .awc9-section__head,
  .awc9-intent__intro,
  .awc9-faq__head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 44px;
  }

  .awc9-section__head .awc9-kicker,
  .awc9-section__head h2,
  .awc9-section__head > p:last-child,
  .awc9-intent__intro .awc9-kicker,
  .awc9-intent__intro h2,
  .awc9-intent__intro > p:last-child,
  .awc9-faq__head .awc9-kicker,
  .awc9-faq__head h2,
  .awc9-faq__head > p:last-child {
    grid-column: 1;
  }

  .awc9-section__head h2,
  .awc9-intent__intro h2,
  .awc9-faq__head h2 {
    font-size: clamp(32px, 8.7vw, 38px);
  }

  .awc9-section__head > p:last-child,
  .awc9-intent__intro > p:last-child,
  .awc9-faq__head > p:last-child {
    max-width: 620px;
    font-size: 16px;
  }

  .awc9-hero {
    min-height: 1360px;
  }

  .awc9-hero__scene {
    height: 950px;
    top: auto;
    object-position: 83% center;
  }

  .awc9-hero__veil {
    background:
      linear-gradient(180deg, #050906 0%, #050906 42%, rgba(5, 9, 6, 0.42) 52%, rgba(5, 9, 6, 0.16) 70%, rgba(5, 9, 6, 0.62) 100%);
  }

  .awc9-hero__inner {
    min-height: 1360px;
    padding-top: 12px;
  }

  .awc9-scenarios {
    display: block;
    min-height: 0;
    border-top: 0;
  }

  .awc9-scenarios__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
  }

  .awc9-scenarios__hint {
    display: inline;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .awc9-scenarios__tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-color: rgba(215, 255, 49, 0.72) rgba(255, 255, 255, 0.12);
    scrollbar-width: thin;
  }

  .awc9-scenarios__tabs::-webkit-scrollbar {
    display: block;
    height: 3px;
  }

  .awc9-scenarios__tabs::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.12);
  }

  .awc9-scenarios__tabs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(215, 255, 49, 0.72);
  }

  .awc9-scenarios button {
    min-width: max-content;
    min-height: 46px;
    padding: 0 15px;
    font-size: 10px;
    scroll-snap-align: start;
  }

  .awc9-hero__stage {
    display: flex;
    min-height: 1260px;
    flex-direction: column;
  }

  .awc9-hero__copy {
    width: 100%;
    padding-top: 28px;
  }

  .awc9-hero h1 {
    max-width: 640px;
    margin-top: 16px;
    font-size: clamp(36px, 10.5vw, 42px);
    line-height: 1.02;
  }

  .awc9-hero__lead {
    max-width: 330px;
    margin-top: 36px !important;
    font-size: 18px;
    line-height: 1.32;
  }

  .awc9-hero__action {
    align-items: stretch;
    margin-top: 28px;
  }

  .awc9-hero__action .awc9-button {
    width: 100%;
  }

  .awc9-hero__action > p {
    max-width: 330px;
  }

  .awc9-widget {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 600px;
    margin-top: auto;
  }

  .awc9-widget__panel {
    border-radius: 0;
  }

  .awc9-widget[data-agent-open="false"] {
    position: absolute;
    right: 0;
    bottom: 54px;
    width: 150px;
  }

  .awc9-demo__intent,
  .awc9-demo__clarify,
  .awc9-demo__product,
  .awc9-demo__action {
    grid-column: 1 / -1;
  }

  .awc9-demo__intent,
  .awc9-demo__clarify,
  .awc9-demo__action {
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--awc9-light-rule);
  }

  .awc9-demo__intent blockquote {
    margin-top: 24px;
    font-size: 24px;
  }

  .awc9-demo__clarify > p {
    margin-top: 24px;
    font-size: 19px;
  }

  .awc9-demo__product {
    min-height: 530px;
  }

  .awc9-demo__action {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .awc9-intent__comparison {
    grid-template-columns: 1fr;
  }

  .awc9-intent__comparison article {
    min-height: 390px;
    padding: 46px var(--awc9-gutter) !important;
  }

  .awc9-intent__comparison strong,
  .awc9-intent__comparison b {
    font-size: clamp(46px, 13vw, 64px);
  }

  .awc9-intent__comparison blockquote {
    font-size: 34px;
  }

  .awc9-intent__research {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .awc9-context__map figure {
    min-height: 480px;
  }

  .awc9-context__map li {
    padding: 22px 0;
  }

  .awc9-choice__visual {
    height: 96vw;
    min-height: 470px;
  }

  .awc9-choice__story {
    padding: 72px var(--awc9-gutter);
  }

  .awc9-choice__story h2 {
    font-size: 39px;
  }

  .awc9-choice__story > blockquote {
    font-size: 19px;
  }

  .awc9-commerce__detail {
    grid-template-columns: 56px 1fr;
    gap: 20px;
  }

  .awc9-commerce__detail > strong {
    grid-column: 2;
    padding: 16px 0 0;
    border-top: 1px solid var(--awc9-dark-rule);
    border-left: 0;
  }

  .awc9-commerce__visual {
    height: 360px;
  }

  .awc9-commerce__visual::after {
    background: linear-gradient(180deg, transparent 34%, rgba(4, 8, 6, 0.94));
  }

  .awc9-commerce__visual figcaption {
    top: auto;
    right: 22px;
    bottom: 22px;
    left: 22px;
    width: auto;
    font-size: 17px;
    transform: none;
  }

  .awc9-modes__film {
    grid-template-columns: 1fr;
  }

  .awc9-modes__film > div {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid var(--awc9-dark-rule);
  }

  .awc9-modes__policy {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .awc9-memory__timeline {
    display: block;
  }

  .awc9-memory__timeline li,
  .awc9-memory__timeline li:first-child,
  .awc9-memory__timeline li:last-child {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--awc9-dark-rule);
  }

  .awc9-memory__timeline li > span {
    width: 52px;
    height: 52px;
  }

  .awc9-memory__timeline h3 {
    margin-top: 0;
  }

  .awc9-memory__rights {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .awc9-analytics__source {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .awc9-analytics__source span,
  .awc9-analytics__source strong {
    flex: 0 0 auto;
  }

  .awc9-analytics__source i {
    flex: 0 0 28px;
  }

  .awc9-analytics__funnel {
    padding: 34px 22px;
  }

  .awc9-analytics__line {
    grid-template-columns: 1fr;
  }

  .awc9-analytics__line > * {
    min-height: 66px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--awc9-light-rule);
    border-left: 2px solid #9fa69e;
  }

  .awc9-analytics__line > *::before {
    top: 24px;
    left: -7px;
  }

  .awc9-analytics__line > strong {
    border-left-color: var(--awc9-lime);
  }

  .awc9-proof__ledger article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 0;
  }

  .awc9-proof__ledger a {
    grid-column: 1;
  }

  .awc9-offer__spine > div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .awc9-offer__spine strong {
    font-size: clamp(34px, 10vw, 50px);
  }

  .awc9-offer__scope {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .awc9-offer__launch {
    grid-template-columns: 1fr;
  }

  .awc9-offer__launch li {
    display: grid;
    grid-template-columns: 44px 1fr;
    min-height: 66px;
    align-items: center;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--awc9-light-rule);
  }

  .awc9-offer__launch span {
    margin: 0;
  }

  .awc9-faq {
    background-attachment: scroll;
  }

  .awc9-faq summary {
    padding-right: 42px;
    font-size: 18px;
  }

  .awc9-faq__final {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .awc9-faq__final .awc9-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .awc9-page {
    --awc9-gutter: 18px;
  }

  .awc9-hero {
    min-height: 1410px;
  }

  .awc9-hero__inner {
    min-height: 1410px;
  }

  .awc9-hero__stage {
    min-height: 1310px;
  }

  .awc9-hero h1 {
    font-size: clamp(34px, 10.7vw, 41px);
  }

  .awc9-widget {
    height: 620px;
  }

  .awc9-widget__header,
  .awc9-widget__messages,
  .awc9-widget__input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .awc9-widget__message-content p,
  .awc9-widget__message-content li,
  .awc9-widget__message--user .awc9-widget__message-content {
    font-size: 15px;
    line-height: 22px;
  }

  .awc9-demo__product {
    min-height: 470px;
  }

  .awc9-demo__product figcaption {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .awc9-commerce__rail {
    grid-template-columns: repeat(5, 152px);
  }

  .awc9-commerce__rail button {
    min-height: 174px;
  }

  .awc9-modes__switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .awc9-modes__switch button {
    min-width: 0;
  }

  .awc9-analytics__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .awc9-analytics__controls button {
    padding: 0 10px;
    font-size: 12px;
  }
}

/* Laptop density: keep each sales idea readable within a real browser viewport. */
@media (min-width: 1021px) {
  .awc9-hero,
  .awc9-hero__inner {
    min-height: 860px;
  }

  .awc9-hero__stage {
    min-height: 760px;
  }

  .awc9-hero__copy {
    --awc9-hero-shelf-bottom: clamp(58px, calc(970px - 100svh), 210px);
    position: absolute;
    inset: 0 auto 0 0;
    width: min(720px, 51vw);
    padding-top: 52px;
  }

  .awc9-hero h1 {
    max-width: 680px;
    margin-top: 22px;
    font-size: clamp(46px, 4vw, 60px);
    letter-spacing: -0.052em;
    line-height: 1;
  }

  .awc9-hero__lead {
    position: absolute;
    bottom: calc(var(--awc9-hero-shelf-bottom) + 98px);
    left: 0;
    max-width: 520px;
    margin: 0 !important;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.018em;
    line-height: 1.32;
  }

  .awc9-hero__action {
    position: absolute;
    bottom: var(--awc9-hero-shelf-bottom);
    left: 0;
    width: min(620px, calc(100vw - 450px));
    margin: 0;
  }

  .awc9-hero__action .awc9-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .awc9-section {
    padding: 56px 0;
  }

  .awc9-section__head,
  .awc9-intent__intro,
  .awc9-faq__head {
    gap: 20px;
    margin-bottom: 36px;
  }

  .awc9-section__head h2,
  .awc9-intent__intro h2,
  .awc9-faq__head h2 {
    grid-column: 1 / span 9;
    max-width: 980px;
    font-size: clamp(36px, 3.2vw, 50px);
  }

  .awc9-section__head > p:last-child,
  .awc9-intent__intro > p:last-child,
  .awc9-faq__head > p:last-child {
    grid-column: 10 / -1;
    font-size: 16px;
  }

  .awc9-demo__intent,
  .awc9-demo__clarify,
  .awc9-demo__action {
    padding: 24px;
  }

  .awc9-demo__product {
    min-height: 500px;
  }

  .awc9-demo__intent blockquote,
  .awc9-demo__intent p,
  .awc9-demo__clarify > p {
    margin-top: 24px;
  }

  .awc9-demo__clarify blockquote {
    margin-top: 16px;
  }

  .awc9-demo__action {
    min-height: 112px;
  }

  .awc9-intent {
    padding-bottom: 0;
  }

  .awc9-intent__comparison article {
    min-height: 420px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .awc9-intent__comparison strong,
  .awc9-intent__comparison blockquote,
  .awc9-intent__comparison p {
    margin-top: 28px;
  }

  .awc9-intent__comparison b {
    margin-top: 8px;
  }

  .awc9-intent__research {
    min-height: 112px;
  }

  .awc9-context__map {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    min-height: 500px;
  }

  .awc9-context__map li {
    padding: 13px 22px;
  }

  .awc9-context__boundary {
    margin-top: 16px !important;
  }

  .awc9-choice {
    grid-template-columns: 0.95fr 1.05fr;
    padding: 0;
  }

  .awc9-choice__story {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 56px;
  }

  .awc9-choice__story h2 {
    margin-top: 12px;
    font-size: clamp(36px, 3.2vw, 50px);
  }

  .awc9-choice__story > blockquote {
    margin-top: 24px;
    padding: 14px 0 14px 20px;
    font-size: 20px;
  }

  .awc9-choice__story ol {
    margin-top: 28px;
  }

  .awc9-choice__story li {
    padding: 16px 0;
  }

  .awc9-choice__story h3 {
    font-size: 19px;
  }

  .awc9-choice__story li p {
    font-size: 14px;
  }

  .awc9-choice__conclusion {
    margin-top: 24px !important;
    padding: 18px;
    font-size: 17px;
  }

  .awc9-commerce__rail button {
    min-height: 160px;
    padding: 18px 20px 20px;
  }

  .awc9-commerce__rail button strong {
    margin-top: 20px;
  }

  .awc9-commerce__detail {
    min-height: 170px;
    padding: 24px 0;
  }

  .awc9-commerce__boundary {
    margin-top: 20px !important;
  }

  .awc9-modes__film {
    min-height: 360px;
    margin-top: 20px;
  }

  .awc9-modes__film > div {
    padding: 28px;
  }

  .awc9-modes__sequence i {
    margin-bottom: 18px;
  }

  .awc9-modes__sequence li {
    min-height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .awc9-modes__policy {
    min-height: 104px;
    padding: 20px 0;
  }

  .awc9-memory__timeline li {
    min-height: 250px;
  }

  .awc9-memory__timeline h3 {
    margin-top: 34px;
  }

  .awc9-analytics__controls {
    margin-top: 24px;
  }

  .awc9-analytics__funnel {
    margin-top: 16px;
    padding: 28px 32px;
  }

  .awc9-analytics__line > * {
    min-height: 80px;
    padding: 15px;
  }

  .awc9-analytics__funnel blockquote {
    margin-top: 22px;
    font-size: 20px;
  }

  .awc9-analytics__metrics {
    margin-top: 16px;
  }

  .awc9-analytics__formula {
    margin-top: 24px !important;
    padding: 20px 24px;
    font-size: 16px;
  }

  .awc9-analytics__note {
    margin-top: 12px !important;
  }

  .awc9-proof__ledger article {
    min-height: 124px;
    padding: 16px 0;
  }

  .awc9-proof__ledger article > strong {
    font-size: clamp(36px, 3.4vw, 50px);
  }

  .awc9-proof__outcomes {
    margin-top: 24px;
  }

  .awc9-offer__spine > div {
    min-height: 80px;
  }

  .awc9-offer__spine strong {
    font-size: clamp(30px, 3.2vw, 44px);
  }

  .awc9-offer__launch {
    margin-top: 24px;
  }

  .awc9-offer__launch li {
    min-height: 100px;
    padding: 16px 18px;
  }

  .awc9-offer__launch span {
    margin-bottom: 20px;
  }

  .awc9-offer__cta {
    margin-top: 28px;
  }

  .awc9-offer__micro {
    margin-top: 12px !important;
  }

  .awc9-faq summary {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .awc9-faq__final {
    margin-top: 48px;
    padding-top: 26px;
  }

  .awc9-faq__final > p {
    font-size: clamp(34px, 3.4vw, 48px);
  }
}

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

/* Keep editorial hierarchy clear without making the page read as extra-bold. */
.awc9-page h1 {
  font-weight: 600;
  letter-spacing: -0.04em;
}

.awc9-page h2 {
  font-weight: 560;
  letter-spacing: -0.035em;
}

.awc9-page h3,
.awc9-page .awc9-section strong,
.awc9-page .awc9-section b,
.awc9-faq summary,
.awc9-faq__final > p {
  font-weight: 560;
}

.awc9-hero__lead,
.awc9-page blockquote,
.awc9-demo__clarify > p,
.awc9-choice__conclusion,
.awc9-commerce__visual figcaption,
.awc9-modes__offer p,
.awc9-analytics__formula,
.awc9-offer__launch li {
  font-weight: 500;
}
