.aeo-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(237, 139, 250, 0.24), transparent 22%),
    radial-gradient(circle at 16% 84%, rgba(255, 237, 2, 0.22), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fff8e8 55%, #EBEAE8 100%);
}

.aeo-hero::after {
  width: 760px;
  height: 178px;
  background: linear-gradient(95deg, #FFED02, #FE8301 43%, #ED8BFA 100%);
  opacity: 0.84;
}

.aeo-visual {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1.5px solid #000;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.answer-engine-card {
  padding: 22px;
  border-radius: var(--radius);
  background: #000;
  color: #fff;
}

.answer-engine-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.answer-engine-card strong {
  display: block;
  max-width: 520px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 460;
  line-height: 0.95;
}

.answer-engine-card p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.citation-stack {
  display: grid;
  gap: 10px;
}

.citation-stack article {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.citation-stack article:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.citation-stack article:nth-child(3) {
  background: var(--bno-soft-pink);
}

.citation-stack b,
.citation-stack small {
  display: block;
}

.citation-stack b {
  font-weight: 950;
}

.citation-stack small {
  color: rgba(0, 0, 0, 0.64);
}

.aeo-reality {
  color: #fff;
  background: #000;
}

.aeo-reality .section-head h2 {
  color: #fff;
}

.aeo-reality .eyebrow,
.aeo-reality .section-head p {
  color: rgba(255, 255, 255, 0.74);
}

.aeo-reality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.aeo-reality-grid article {
  min-height: 300px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #171717;
}

.aeo-reality-grid article:nth-child(2) {
  color: #000;
  background: var(--bno-soft-orange);
}

.aeo-reality-grid article:nth-child(3) {
  color: #000;
  background: var(--bno-soft-yellow);
}

.aeo-reality-grid span {
  display: inline-flex;
  margin-bottom: 46px;
  color: inherit;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
}

.aeo-reality-grid h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  color: inherit;
  font-size: clamp(29px, 3.4vw, 43px);
  font-weight: 460;
  line-height: 0.98;
}

.aeo-reality-grid p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
}

.aeo-transcript {
  background: #fff;
}

.transcript-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.transcript-grid article {
  min-height: 310px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.transcript-grid article:nth-child(2) {
  background: #000;
  color: #fff;
}

.transcript-grid article:nth-child(3) {
  background: var(--bno-soft-pink);
}

.transcript-grid b {
  display: inline-flex;
  margin-bottom: 42px;
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
}

.transcript-grid h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  color: inherit;
  font-size: clamp(33px, 4vw, 55px);
  font-weight: 460;
  line-height: 0.95;
}

.transcript-grid p {
  margin: 0;
  line-height: 1.5;
}

.aeo-assets {
  background: var(--bno-cool-gray);
}

.asset-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
  align-items: stretch;
}

.asset-grid figure,
.workflow-layout figure {
  margin: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: var(--radius);
  background: #fff;
}

.asset-grid img,
.workflow-layout img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.aeo-method article {
  min-height: auto;
  padding: 0 14px;
  border: 0;
  background: #fff;
}

.aeo-method article:nth-child(even) {
  background: #fff;
}

.aeo-method h3 {
  color: #000;
  font-size: clamp(22px, 2.1vw, 29px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
}

.aeo-method p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.42;
}

.aeo-offer {
  background: #fff;
}

.aeo-workflow {
  background: #000;
  color: #fff;
}

.aeo-workflow .section-head h2 {
  color: #fff;
}

.aeo-workflow .eyebrow,
.aeo-workflow .section-head p {
  color: rgba(255, 255, 255, 0.74);
}

.workflow-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
  align-items: start;
}

.workflow-list {
  display: grid;
  gap: 10px;
}

.workflow-list article {
  display: grid;
  grid-template-columns: 52px 0.7fr 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: var(--radius);
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.workflow-list b {
  color: var(--bno-mellow-yellow);
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
}

.workflow-list h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2vw, 28px);
}

.workflow-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.46;
}

.aeo-team {
  background: var(--bno-cool-gray);
}

.aeo-team .team-photos figure {
  background: #fff;
}

.aeo-team .team-photos img {
  object-position: center;
}

@media (max-width: 1080px) {
  .aeo-reality-grid,
  .transcript-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asset-grid,
  .workflow-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .aeo-reality-grid,
  .transcript-grid {
    grid-template-columns: 1fr;
  }

  .aeo-reality-grid article,
  .transcript-grid article {
    min-height: auto;
  }

  .citation-stack article,
  .workflow-list article {
    grid-template-columns: 1fr;
    display: grid;
  }

  .answer-engine-card strong {
    font-size: clamp(32px, 13vw, 54px);
  }
}
