.about-report {
  padding-bottom: 72px;
}

.about-report-hero {
  padding: 48px 0 28px;
}

.about-report-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px 40px;
  align-items: center;
}

.about-report-hero h1 {
  max-width: 27ch;
  font-size: clamp(32px, 4.8vw, 45px);
}

.about-report-hero h1 em {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-report-hero .lead {
  max-width: 44ch;
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
}

.about-report-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.about-report-price s {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: color-mix(in srgb, #64748b 75%, transparent);
}

.about-report-price s[hidden] {
  display: none;
}

.about-report-price b {
  color: var(--text);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.about-report-price small {
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}

.about-report-hero .hero-actions {
  margin-top: 16px;
}

.about-report-preview {
  display: block;
  color: inherit;
  text-decoration: none;
}

.about-report-frame {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--blue) 16%, var(--line));
  border-radius: 18px;
  background: #f1f5f9;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.12),
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translateY(4px);
  transform-origin: 70% 60%;
  transition: transform 0.28s ease;
}

.about-report-preview:hover .about-report-frame {
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg) translateY(0);
}

.about-report-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 620;
  object-fit: cover;
  object-position: top center;
}

.about-report-section {
  padding: 36px 0 8px;
}

.about-report-section.is-soft {
  margin-top: 28px;
  padding: 36px 0;
  background:
    radial-gradient(520px 180px at 90% 0%, rgba(56, 189, 248, 0.12), transparent 60%),
    #f8fbff;
}

.about-report-kicker {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-report h2 {
  max-width: 22ch;
  margin: 0 0 12px;
  font-size: clamp(26px, 3.4vw, 30px);
}

.about-report-intro {
  max-width: 62ch;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
}

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

.about-report-features article {
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.03);
}

.about-report-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--blue) 10%, #fff);
  color: var(--blue-deep);
}

.about-report-features h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.about-report-features p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.about-report-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px 10px;
  margin: 22px 0 0;
}

.about-report-steps article {
  height: 100%;
  padding: 22px 20px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.about-report-steps .about-report-ico {
  margin-bottom: 12px;
}

.about-report-steps strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.about-report-steps article > span:last-child {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.about-report-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}

.about-agent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 360px);
  gap: 40px 56px;
  align-items: center;
}

.about-agent-grid h2 {
  max-width: 18ch;
}

.about-agent-grid .about-report-intro {
  max-width: 46ch;
  margin-bottom: 22px;
  font-size: 18px;
}

.about-agent-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-agent-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 14px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.4;
}

.about-agent-points .about-report-ico {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.about-integ-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.about-integ-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px;
  border: 1px solid #d7e2f0;
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.about-integ-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  background: #fff8f0;
}

.about-integ-logo.is-gsc {
  background: #eef4ff;
}

.about-integ-logo svg {
  display: block;
}

.about-agent-points .about-integ-logo {
  margin-top: 1px;
}

.about-agent-grid.is-wide {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
}

.about-agent-grid.is-wide.is-flip {
  grid-template-columns: minmax(280px, 1fr) minmax(0, 0.9fr);
}

.about-agent-grid.is-flip .about-agent-slides {
  justify-self: start;
}

.about-agent-slides {
  justify-self: end;
  width: min(100%, 360px);
}

.about-agent-grid.is-wide .about-agent-slides {
  width: min(100%, 560px);
}

.about-agent-grid.is-wide .about-agent-frame {
  border-radius: 16px;
}

.about-agent-grid.is-wide .about-agent-frame img {
  background: #f8fbff;
}

.about-agent-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  background: #fff;
}

.about-agent-frame img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.about-agent-frame img:not(:first-child) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.about-agent-frame img.is-on {
  opacity: 1;
}

.about-agent-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.about-agent-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
}

.about-agent-dots button.is-on {
  background: var(--blue);
}

@media (max-width: 980px) {
  .about-report-hero-grid,
  .about-report-features,
  .about-agent-grid,
  .about-agent-grid.is-wide,
  .about-agent-grid.is-wide.is-flip {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-report-hero-grid > *,
  .about-agent-grid > *,
  .about-report-features > *,
  .about-report-steps > * {
    min-width: 0;
    max-width: 100%;
  }

  .about-report-steps {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
  }

  .about-report-steps article {
    width: 100%;
  }

  .about-report-step-arrow {
    transform: rotate(90deg);
  }

  .about-agent-slides,
  .about-agent-grid.is-wide .about-agent-slides,
  .about-agent-grid.is-flip .about-agent-slides {
    justify-self: center;
    width: min(100%, 560px);
    max-width: 100%;
  }

  .about-agent-grid:not(.is-wide) .about-agent-slides {
    width: min(100%, 360px);
  }

  .about-agent-frame,
  .about-report-frame,
  .about-agent-frame img,
  .about-report-frame img {
    max-width: 100%;
  }

  .about-report-frame {
    transform: none;
  }

  .about-report-preview:hover .about-report-frame {
    transform: none;
  }

  .about-agent-grid h2,
  .about-report h2,
  .about-agent-grid .about-report-intro,
  .about-report-intro {
    max-width: none;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .about-report-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
