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

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

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

.ads-orbit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ads-orbit span {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 999px;
  background: var(--bno-cool-gray);
  font-weight: 950;
  text-align: center;
}

.ads-orbit span:nth-child(1) {
  background: var(--bno-soft-orange);
}

.ads-orbit span:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.ads-orbit span:nth-child(3) {
  background: var(--bno-soft-pink);
}

.ads-orbit span:nth-child(4) {
  background: #000;
  color: #fff;
}

.signal-line {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.signal-line b {
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.signal-line i {
  height: 3px;
  background: linear-gradient(90deg, #FFED02, #FE8301, #ED8BFA);
}

.crm-chip {
  padding: 18px;
  border-radius: var(--radius);
  background: #000;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 460;
  line-height: 0.96;
}

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

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

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

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

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

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

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

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

.ads-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;
}

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

.market-law {
  background: #fff;
}

.law-visual-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 14px;
  align-items: stretch;
}

.law-visual-grid figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.law-visual-grid img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.flow-section {
  background: var(--bno-cool-gray);
}

.paid-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.paid-flow article {
  min-height: 360px;
  padding: 22px;
  border-radius: var(--radius);
  border-top: 8px solid var(--bno-fiery-orange);
  background: #fff;
}

.paid-flow article:nth-child(2) {
  border-top-color: var(--bno-mellow-yellow);
}

.paid-flow article:nth-child(3) {
  border-top-color: var(--bno-lively-pink);
}

.paid-flow article:nth-child(4) {
  border-top-color: #000;
}

.paid-flow b {
  display: inline-flex;
  margin-bottom: 36px;
  font-size: 13px;
  letter-spacing: var(--tracking-caps);
}

.paid-flow span {
  display: block;
  margin-bottom: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.paid-flow h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.8vw, 38px);
  font-weight: 460;
  line-height: 0.98;
}

.paid-flow p {
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  line-height: 1.5;
}

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

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

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

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

.ads-offer {
  background: #fff;
}

.ads-service {
  background: var(--bno-cool-gray);
}

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

.ads-service-grid article {
  min-height: 255px;
  padding: 22px;
  border-radius: var(--radius);
  border-top: 8px solid var(--bno-fiery-orange);
  background: #fff;
}

.ads-service-grid article:nth-child(2),
.ads-service-grid article:nth-child(5) {
  border-top-color: var(--bno-mellow-yellow);
}

.ads-service-grid article:nth-child(3) {
  border-top-color: #000;
}

.ads-service-grid article:nth-child(4) {
  border-top-color: var(--bno-lively-pink);
}

.ads-service-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 29px);
}

.ads-service-grid p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.48;
}

.ads-team {
  background: #fff;
}

.ads-team .team-photos figure {
  background: var(--bno-cool-gray);
}

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

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

  .law-visual-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ads-reality-grid,
  .paid-flow,
  .ads-service-grid,
  .ads-orbit {
    grid-template-columns: 1fr;
  }

  .signal-line {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .signal-line i {
    width: 3px;
    min-height: 28px;
    justify-self: center;
    background: linear-gradient(180deg, #FFED02, #FE8301, #ED8BFA);
  }

  .ads-reality-grid article,
  .paid-flow article,
  .ads-service-grid article {
    min-height: auto;
  }
}
