/* PROMMINER POOL — 1 YEAR PROMO / LIGHT
   Scoped styles: .pm1y only. */

.pm1y {
  --pm1y-accent: var(--control-primary, #5369e0);
  --pm1y-accent-bg: var(--bg-sentiment-accent, #5369e0);
  --pm1y-ink: var(--content-base-primary, #111318);
  --pm1y-muted: var(--content-base-tertiary, #737780);
  --pm1y-soft: var(--bg-base-primary, #f5f5f5);
  --pm1y-white: #fff;
  --pm1y-line: var(--border-base-neutral, #e4e5e8);
  --pm1y-header-offset: 96px;
  position: relative;
  overflow: clip;
  padding-top: var(--pm1y-header-offset);
  background: #f6f7f9;
  color: var(--pm1y-ink);
  font-family: Gilroy, Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pm1y,
.pm1y * {
  box-sizing: border-box;
}

.pm1y a {
  text-decoration: none;
}

.pm1y button,
.pm1y input {
  font-family: inherit;
}

.pm1y-wrap {
  width: min(1480px, calc(100% - 64px));
  margin: 0 auto;
}

#pm1y-rules,
#pm1y-form {
  scroll-margin-top: calc(var(--pm1y-header-offset) + 20px);
}

/* Hero */
.pm1y-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(83,105,224,.15), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  color: var(--pm1y-ink);
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--pm1y-line);
}

.pm1y-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -120px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 105, 224, .20) 0%, rgba(83, 105, 224, .07) 45%, rgba(83, 105, 224, 0) 74%);
  pointer-events: none;
}

.pm1y-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17,19,24,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,19,24,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 92%);
}

.pm1y-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .78fr);
  gap: clamp(44px, 6vw, 104px);
  align-items: center;
}

.pm1y-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.pm1y-eyebrow,
.pm1y-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pm1y-eyebrow {
  color: #737780;
  margin-bottom: 22px;
}

.pm1y-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pm1y-accent-bg);
  box-shadow: 0 0 0 6px rgba(83, 105, 224, .10);
}

.pm1y-title {
  max-width: 860px;
  margin: 0;
  color: var(--pm1y-ink);
  font-size: clamp(48px, 4.45vw, 72px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pm1y-title span {
  color: var(--pm1y-accent);
}

.pm1y-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #686d77;
  font-size: clamp(17px, 1.18vw, 20px);
  font-weight: 400;
  line-height: 1.55;
}

.pm1y-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.pm1y-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pm1y-btn > span[aria-hidden="true"],
.pm1y-submit__text > span[aria-hidden="true"] {
  font-size: 18px;
  line-height: 1;
}

.pm1y-btn--primary {
  background: var(--pm1y-accent-bg);
  color: #fff !important;
}

.pm1y-btn--primary,
.pm1y-btn--primary:link,
.pm1y-btn--primary:visited,
.pm1y-btn--primary > span,
.pm1y-btn--primary .pm1y-submit__text {
  color: #fff !important;
}

.pm1y-btn--primary:hover {
  background: #4459ce;
  color: #fff !important;
  transform: translateY(-1px);
}

.pm1y-btn--light {
  background: #fff;
  border-color: #dfe2e8;
  color: #25282e;
  box-shadow: 0 8px 26px rgba(17,19,24,.05);
}

.pm1y-btn--light:hover {
  background: #f3f5fb;
  border-color: #cfd4e2;
  color: var(--pm1y-accent);
}

.pm1y-btn--dark {
  background: #eef1ff;
  border-color: #d8def8;
  color: var(--pm1y-accent);
}

.pm1y-btn--dark:hover {
  background: #e5e9ff;
  border-color: #cbd3f6;
  color: #4459ce;
}

.pm1y-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--pm1y-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: color .2s ease, gap .2s ease;
}

.pm1y-inline-link:hover {
  color: var(--pm1y-accent);
  gap: 11px;
}

.pm1y-inline-link--hero {
  margin-top: 18px;
  color: #626772;
}

.pm1y-inline-link--hero:hover {
  color: var(--pm1y-accent);
}

.pm1y-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 46px;
}

.pm1y-hero-stat {
  display: flex;
  min-height: 112px;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #e1e3e8;
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 34px rgba(17,19,24,.055);
}

.pm1y-hero-stat strong {
  color: #17191e;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
}

.pm1y-hero-stat span {
  display: block;
  margin-top: 6px;
  color: #7a7f89;
  font-size: 13px;
  line-height: 18px;
}

.pm1y-hero__media {
  position: relative;
  z-index: 2;
}

.pm1y-hero__media-glow {
  position: absolute;
  z-index: -1;
  inset: 10% -12% -8% 8%;
  border-radius: 50%;
  filter: blur(46px);
  background: rgba(83,105,224,.14);
}

.pm1y-poster {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e3e9;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(30,37,67,.14);
}

.pm1y-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.pm1y-poster img {
  display: block;
  width: 100%;
  height: auto;
}

/* Sections */
.pm1y-section {
  padding: 88px 0;
}

.pm1y-section--rules {
  background: #f6f7f9;
}

.pm1y-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 32px;
}

.pm1y-kicker {
  color: var(--pm1y-accent);
  margin-bottom: 10px;
}

.pm1y-section-head h2,
.pm1y-form-copy h2 {
  margin: 0;
  color: var(--pm1y-ink);
  font-size: clamp(36px, 3.3vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.pm1y-section-head > p,
.pm1y-form-copy > p {
  max-width: 520px;
  margin: 0;
  color: var(--pm1y-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.pm1y-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pm1y-step {
  display: flex;
  min-height: 330px;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--pm1y-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pm1y-step:hover {
  transform: translateY(-3px);
  border-color: #d3d5db;
  box-shadow: 0 18px 44px rgba(17,19,24,.07);
}

.pm1y-step--accent {
  border-color: #d9def7;
  background: linear-gradient(145deg, #f5f7ff 0%, #eaf0ff 100%);
  color: var(--pm1y-ink);
}

.pm1y-step--accent:hover {
  border-color: #ccd3f3;
}

.pm1y-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pm1y-step__num {
  color: #9b9fa8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}

.pm1y-step--accent .pm1y-step__num {
  color: #7680b6;
}

.pm1y-step__arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f2f2f3;
  color: #111318;
  font-size: 18px;
}

.pm1y-step__tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--pm1y-accent-bg);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.pm1y-step__body h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.pm1y-step__body p {
  margin: 0;
  color: var(--pm1y-muted);
  font-size: 15px;
  line-height: 1.55;
}

.pm1y-step--accent .pm1y-step__body p {
  color: #666d86;
}

.pm1y-step__body .pm1y-inline-link {
  margin-top: 18px;
}

.pm1y-thresholds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
}

.pm1y-thresholds > div {
  padding: 16px;
  border: 1px solid #d9def7;
  border-radius: 12px;
  background: rgba(255,255,255,.78);
}

.pm1y-thresholds strong,
.pm1y-thresholds span {
  display: block;
}

.pm1y-thresholds strong {
  color: #1a1d24;
  font-size: 22px;
  font-weight: 600;
}

.pm1y-thresholds span {
  margin-top: 5px;
  color: #7c82a0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Form */
.pm1y-section--form {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 104px;
}

.pm1y-form-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.pm1y-form-copy {
  position: sticky;
  top: calc(var(--pm1y-header-offset) + 28px);
}

.pm1y-form-copy > p {
  margin-top: 18px;
}

.pm1y-form-notes {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.pm1y-form-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--pm1y-line);
  color: #565a64;
  font-size: 14px;
  line-height: 1.5;
}

.pm1y-form-note:last-child {
  border-bottom: 1px solid var(--pm1y-line);
}

.pm1y-form-note__mark {
  color: var(--pm1y-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

.pm1y-form-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.pm1y-form-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--pm1y-line);
  border-radius: 10px;
  color: #31343b;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.pm1y-form-links a:hover {
  border-color: #cfd2da;
  color: var(--pm1y-accent);
  background: #fafafa;
}

.pm1y-form-card {
  overflow: hidden;
  border: 1px solid var(--pm1y-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(17,19,24,.08);
}

.pm1y-form-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 28px;
  border-bottom: 1px solid var(--pm1y-line);
  background: #fafafa;
}

.pm1y-form-card__head span {
  color: #30333a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

.pm1y-form-card__head small {
  color: #989ca5;
  font-size: 12px;
  font-weight: 500;
}

.pm1y-form {
  padding: 28px;
}

.pm1y-field {
  margin-bottom: 20px;
}

.pm1y-field label {
  display: block;
  margin-bottom: 8px;
  color: #25282e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.pm1y-field label span {
  color: var(--pm1y-accent);
}

.pm1y-field input[type="text"],
.pm1y-field input[type="tel"] {
  width: 100%;
  height: 58px;
  padding: 0 16px;
  border: 1px solid #d9dbe1;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #111318;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pm1y-field input[type="text"]::placeholder,
.pm1y-field input[type="tel"]::placeholder {
  color: #a1a5ae;
}

.pm1y-field input[type="text"]:hover,
.pm1y-field input[type="tel"]:hover {
  border-color: #c4c7cf;
}

.pm1y-field input[type="text"]:focus,
.pm1y-field input[type="tel"]:focus {
  border-color: var(--pm1y-accent);
  box-shadow: 0 0 0 3px rgba(83,105,224,.11);
}

.pm1y-field input.pm1y-invalid {
  border-color: #d44b5c;
  box-shadow: 0 0 0 3px rgba(212,75,92,.08);
}

.pm1y-hint {
  margin-top: 7px;
  color: #979ba5;
  font-size: 12px;
  line-height: 16px;
}

.pm1y-error {
  min-height: 17px;
  margin-top: 5px;
  color: #c93449;
  font-size: 12px;
  line-height: 16px;
}

.pm1y-field--hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.pm1y-check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 2px 0 7px;
  color: #6f737c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
}

.pm1y-check input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--pm1y-accent);
}

.pm1y-submit {
  width: 100%;
  margin-top: 12px;
  position: relative;
}

.pm1y-submit[disabled] {
  opacity: .7;
  cursor: wait;
  transform: none;
}

.pm1y-submit__loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pm1y-spin .8s linear infinite;
}

.pm1y-submit.is-loading .pm1y-submit__text {
  display: none;
}

.pm1y-submit.is-loading .pm1y-submit__loader {
  display: block;
}

@keyframes pm1y-spin {
  to { transform: rotate(360deg); }
}

.pm1y-status {
  min-height: 22px;
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.5;
}

.pm1y-status.is-error {
  color: #c93449;
}

.pm1y-status.is-info {
  color: #686d77;
}

.pm1y-success {
  padding: 54px 34px 48px;
  text-align: center;
}

.pm1y-success__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--pm1y-accent-bg);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.pm1y-success h3 {
  margin: 0 0 10px;
  color: #111318;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.pm1y-success p {
  max-width: 460px;
  margin: 0 auto;
  color: #737780;
  font-size: 15px;
  line-height: 1.55;
}

.pm1y-success .pm1y-btn {
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 1180px) {
  .pm1y-wrap {
    width: min(100% - 48px, 1480px);
  }

  .pm1y-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 48px;
  }

  .pm1y-hero__stats {
    grid-template-columns: 1fr 1fr;
  }

  .pm1y-hero-stat--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .pm1y {
    --pm1y-header-offset: 84px;
  }

  .pm1y-hero {
    padding-top: 56px;
  }

  .pm1y-hero__inner,
  .pm1y-form-layout {
    grid-template-columns: 1fr;
  }

  .pm1y-hero__media {
    max-width: 680px;
  }

  .pm1y-steps {
    grid-template-columns: 1fr;
  }

  .pm1y-step {
    min-height: 230px;
  }

  .pm1y-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pm1y-section-head > p {
    max-width: 720px;
  }

  .pm1y-form-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .pm1y {
    --pm1y-header-offset: 76px;
  }

  .pm1y-wrap {
    width: min(100% - 24px, 1480px);
  }

  .pm1y-hero {
    padding: 40px 0 32px;
  }

  .pm1y-title {
    font-size: clamp(38px, 11.8vw, 52px);
    line-height: 1.08;
  }

  .pm1y-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .pm1y-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .pm1y-btn {
    width: 100%;
    min-height: 54px;
  }

  .pm1y-inline-link--hero {
    margin-top: 16px;
  }

  .pm1y-hero__stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
  }

  .pm1y-hero-stat {
    min-height: 96px;
    padding: 14px;
  }

  .pm1y-hero-stat strong {
    font-size: 18px;
  }

  .pm1y-hero-stat--wide {
    grid-column: 1 / -1;
  }

  .pm1y-poster {
    border-radius: 18px;
  }

  .pm1y-section {
    padding: 64px 0;
  }

  .pm1y-section--form {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .pm1y-section-head {
    gap: 16px;
    margin-bottom: 24px;
  }

  .pm1y-section-head h2,
  .pm1y-form-copy h2 {
    font-size: 34px;
  }

  .pm1y-section-head > p,
  .pm1y-form-copy > p {
    font-size: 15px;
  }

  .pm1y-step {
    min-height: 240px;
    padding: 18px;
  }

  .pm1y-step__body h3 {
    font-size: 22px;
  }

  .pm1y-thresholds {
    grid-template-columns: 1fr 1fr;
  }

  .pm1y-form-layout {
    gap: 36px;
  }

  .pm1y-form-card {
    border-radius: 14px;
  }

  .pm1y-form-card__head {
    padding: 0 18px;
  }

  .pm1y-form-card__head small {
    display: none;
  }

  .pm1y-form {
    padding: 20px 18px;
  }

  .pm1y-field input[type="text"],
.pm1y-field input[type="tel"] {
    height: 56px;
  }

  .pm1y-form-links {
    display: grid;
  }

  .pm1y-form-links a {
    justify-content: space-between;
  }
}
