.gy-paywall-label-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
}

.gy-paywall-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding: 5px 10px;
  color: #a80000;
  border: 1px solid rgba(199, 0, 0, .22);
  border-radius: 999px;
  background: rgba(199, 0, 0, .065);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.gy-paywall-label svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gy-paywall {
  --gyp-accent: #c70000;
  position: relative;
  clear: both;
  max-width: 920px;
  margin: 44px auto 32px;
  color: #1c1d20;
  font-family: Montserrat, Arial, sans-serif;
  border: 1px solid #e2e4e7;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0, color-mix(in srgb, var(--gyp-accent) 9%, transparent), transparent 42%),
    #fff;
  box-shadow: 0 18px 48px rgba(20, 24, 31, .09);
  overflow: hidden;
}

.gy-paywall__topline {
  height: 4px;
  background: var(--gyp-accent);
}

.gy-paywall__inner {
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
}

.gy-paywall__lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--gyp-accent);
  border: 1px solid color-mix(in srgb, var(--gyp-accent) 22%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--gyp-accent) 7%, #fff);
}

.gy-paywall__lock svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gy-paywall__eyebrow {
  margin: 0 0 10px !important;
  color: var(--gyp-accent);
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.gy-paywall h2 {
  max-width: 690px;
  margin: 0 auto 14px !important;
  color: #18191c;
  font-family: "Noto Serif", Georgia, serif;
  font-size: clamp(27px, 4vw, 39px) !important;
  font-weight: 700;
  line-height: 1.14 !important;
  letter-spacing: -.025em;
}

.gy-paywall__text {
  max-width: 620px;
  margin: 0 auto !important;
  color: #696d74;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.gy-paywall__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gy-paywall__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  color: #404349;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.gy-paywall__benefits li::before {
  display: none !important;
  content: none !important;
}

.gy-paywall__benefits svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--gyp-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gy-paywall__actions {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 28px;
}

.gy-paywall__button,
.gy-paywall__button:hover,
.gy-paywall__button:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--gyp-accent);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gy-paywall__button--primary,
.gy-paywall__button--primary:focus {
  color: #fff !important;
  background: var(--gyp-accent);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--gyp-accent) 22%, transparent);
}

.gy-paywall__button--secondary,
.gy-paywall__button--secondary:focus {
  color: var(--gyp-accent) !important;
  background: #fff;
}

.gy-paywall__button:hover {
  transform: translateY(-2px);
}

.gy-paywall__button--primary:hover {
  color: #fff !important;
  background: color-mix(in srgb, var(--gyp-accent) 88%, #000);
}

.gy-paywall__button--secondary:hover {
  color: #fff !important;
  background: var(--gyp-accent);
}

.gy-paywall__button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--gyp-accent) 25%, transparent);
  outline-offset: 3px;
}

.gy-paywall__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 22px 0 0 !important;
  color: #8a8d92;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.gy-paywall__price strong {
  color: #27292d;
  font-size: 14px;
}

.gy-paywall__price span::before {
  margin-right: 9px;
  color: #c8c9cc;
  content: "•";
}

@media (max-width: 640px) {
  .gy-paywall {
    margin: 32px 0 24px;
    border-radius: 13px;
  }

  .gy-paywall__inner {
    padding: 28px 20px 30px;
  }

  .gy-paywall__lock {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
  }

  .gy-paywall h2 {
    font-size: 27px !important;
  }

  .gy-paywall__text {
    font-size: 15px !important;
  }

  .gy-paywall__benefits {
    align-items: flex-start;
    flex-direction: column;
    width: max-content;
    max-width: 100%;
    margin: 22px auto 0 !important;
    text-align: left;
  }

  .gy-paywall__actions {
    flex-direction: column;
  }

  .gy-paywall__button {
    width: 100%;
  }

  .gy-paywall__price {
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }

  .gy-paywall__price span::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gy-paywall__button {
    transition: none;
  }
}
