.section-pad {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.display {
  font-size: clamp(2.15rem, 4.8vw, 4.8rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-band {
  border-radius: 0.45rem;
  background: rgba(18, 20, 23, 0.055);
  padding: clamp(0.7rem, 1.15vw, 1rem) clamp(1rem, 2.4vw, 2rem);
}

.loop-mark {
  position: relative;
  width: 180px;
  height: 74px;
}

.loop-mark::before,
.loop-mark::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 74px;
  height: 74px;
  border: 1.4px solid #121417;
  border-radius: 999px;
}

.loop-mark::before {
  left: 26px;
}

.loop-mark::after {
  left: 64px;
}

.loop-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  height: 1.4px;
  background: #121417;
}

.spark-mark {
  position: relative;
  width: 156px;
  height: 118px;
}

.spark-mark span {
  position: absolute;
  left: 56px;
  top: 58px;
  width: 86px;
  height: 16px;
  border: 1.5px solid #121417;
  border-radius: 999px;
  transform-origin: left center;
}

.spark-mark span:nth-child(1) {
  transform: rotate(45deg);
}

.spark-mark span:nth-child(2) {
  transform: rotate(135deg);
}

.spark-mark span:nth-child(3) {
  left: 48px;
  top: 74px;
  transform: rotate(-30deg);
}

.avatar-dot {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 5px solid #f4efe6;
  border-radius: 999px;
  color: #121417;
  font-weight: 950;
}

.section-title {
  font-size: clamp(2.4rem, 5.8vw, 6rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.subscribe-primary {
  text-transform: uppercase;
}

.ad-landing {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(217, 119, 6, 0.16), transparent 24rem),
    radial-gradient(circle at 90% 18%, rgba(15, 118, 110, 0.12), transparent 22rem),
    linear-gradient(180deg, #f4efe6, #fbfaf7 60%, #f4efe6);
  color: #121417;
}

.ad-landing-shell {
  min-height: 100vh;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: 1rem 2.5rem;
}

.ad-hero-grid {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.ad-offer-card {
  overflow: hidden;
  border: 1px solid rgba(18, 20, 23, 0.1);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 28px 90px rgba(18, 20, 23, 0.1);
  backdrop-filter: blur(18px);
}

.ad-form-card {
  overflow: hidden;
  border: 1px solid rgba(18, 20, 23, 0.12);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 119, 6, 0.12), transparent 13rem),
    #ffffff;
  box-shadow: 0 28px 90px rgba(18, 20, 23, 0.14);
}

.ad-field {
  width: 100%;
  border: 1px solid rgba(18, 20, 23, 0.13);
  border-radius: 0.75rem;
  background: #f7f3ea;
  padding: 0.5rem 0.8rem;
  color: #121417;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.ad-field::placeholder {
  color: rgba(102, 112, 133, 0.72);
}

.ad-field:focus {
  border-color: #d97706;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.25);
  outline: none;
}

@media (min-width: 1024px) {
  .ad-landing-shell {
    padding-block: 1.25rem 4rem;
  }

  .ad-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
    gap: 2rem;
  }
}
