body[data-page="anunciate"] {
  background:
    linear-gradient(115deg, rgba(246, 196, 0, 0.1), transparent 32%),
    var(--paper);
}

.advertise-hero {
  width: 100%;
  max-width: none;
  min-height: auto;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: max(18px, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.66fr);
  gap: 40px;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(246, 196, 0, 0.1), transparent 34%),
    #ffffff;
  border-bottom: 1px solid rgba(6, 6, 6, 0.08);
}

.advertise-copy {
  align-self: start;
}

.advertise-copy h1 {
  max-width: 780px;
}

.advertise-copy h1 span,
.ad-spaces h2 span {
  color: var(--yellow);
}

.advertise-copy p:not(.kicker) {
  max-width: 720px;
  margin-top: 16px;
  color: var(--muted-dark);
  font-size: 18px;
}

.kicker-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  color: var(--yellow);
}

.kicker-icon svg,
.advertise-actions svg,
.space-note svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.advertise-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.advertise-actions .btn {
  gap: 10px;
}

.advertise-actions .btn span {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
}

.phone-showcase {
  width: 100%;
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.phone-frame {
  position: relative;
  width: min(100%, 380px, calc(100vw - 40px));
  overflow: visible;
}

.phone-frame::before,
.phone-notch {
  display: none;
}

.phone-frame img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  background: transparent;
}

.ad-reasons .section-heading {
  margin-bottom: 26px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.reason-grid article {
  min-height: 250px;
  padding: 26px 22px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.reason-grid article::after,
.space-grid article::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  background: var(--yellow);
  opacity: 0.78;
  transform: scaleX(0.24);
  transform-origin: left center;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.reason-grid article:hover::after,
.space-grid article:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.reason-grid span {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  border-radius: 50%;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.reason-grid article:hover span {
  background: rgba(246, 196, 0, 0.11);
}

.reason-grid svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reason-grid strong {
  max-width: 220px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.15;
}

.reason-grid p {
  max-width: 220px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.ad-spaces {
  background: transparent;
}

.ad-spaces .section-heading {
  max-width: 920px;
}

.space-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.space-grid article {
  min-height: 240px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.space-card-top {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.space-card-top span {
  color: var(--yellow);
  font-size: 28px;
  font-weight: 950;
  transition: color 0.22s ease, transform 0.22s ease;
}

.space-card-top svg {
  width: 56px;
  height: 56px;
  color: var(--yellow);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.22s ease, color 0.22s ease;
}

.space-grid article:hover .space-card-top span {
  color: var(--black);
  transform: translateX(4px);
}

.space-grid article:hover .space-card-top svg {
  color: var(--black);
  transform: translateY(-2px) rotate(-4deg) scale(1.05);
}

.space-grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.1;
}

.space-grid p {
  color: var(--muted-dark);
  font-size: 15px;
  line-height: 1.55;
}

.space-note {
  max-width: 780px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  color: var(--muted-dark);
}

.space-note span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--yellow);
}

.space-note .space-note-text {
  width: auto;
  height: auto;
  display: block;
  color: var(--muted-dark);
}

.space-note strong {
  color: var(--black);
}

.ad-examples {
  padding-bottom: 56px;
}

.ad-examples .section-heading {
  margin-bottom: 26px;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.example-grid article {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.example-copy {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: start;
}

.example-copy span {
  color: var(--yellow);
  font-size: 18px;
  font-weight: 950;
}

.example-copy strong {
  display: block;
  color: var(--white);
  font-size: 17px;
  line-height: 1.18;
}

.example-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.38;
}

.example-device-frame {
  position: relative;
  width: min(100%, 272px, calc(100vw - 48px));
  overflow: visible;
}

.example-device-frame::after,
.example-device-notch {
  display: none;
}

.example-device-frame img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  background: transparent;
}

@media (max-width: 1060px) {
  .advertise-hero {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    width: min(100%, 340px);
  }

  .reason-grid,
  .space-grid,
  .example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .advertise-hero {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
    gap: 32px;
  }

  .phone-frame {
    width: min(100%, 314px, calc(100vw - 36px));
  }

  .reason-grid,
  .space-grid,
  .example-grid {
    grid-template-columns: 1fr;
  }

  .reason-grid article,
  .space-grid article {
    min-height: 0;
  }

  .space-note {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .space-note span {
    margin: 0 auto;
  }

  .example-copy {
    max-width: min(100%, 280px);
  }

  .example-device-frame {
    width: min(100%, 292px, calc(100vw - 36px));
  }
}

@media (max-width: 420px) {
  .phone-frame {
    width: min(100%, 292px, calc(100vw - 32px));
  }

  .example-device-frame {
    width: min(100%, 274px, calc(100vw - 32px));
  }
}
