/* LegalSports Paywall styles */

/* 3-tier signup grid */
.lsn-pw-signup__intro { text-align: center; margin-bottom: 1.5rem; }
.lsn-pw-signup__intro h2 { margin: 0 0 0.4rem; }
.lsn-pw-signup__intro p { color: #555; margin: 0; }
.lsn-pw-tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    max-width: 1080px;
    margin: 0 auto 2rem;
}
.lsn-pw-tier {
    position: relative;
    border: 1px solid #e3e3e7;
    border-radius: 8px;
    padding: 1.75rem 1.5rem 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.lsn-pw-tier h3 {
    margin: 0 0 0.3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #15182a;
}
.lsn-pw-tier__price { margin: 0; font-size: 0.95rem; color: #555; }
.lsn-pw-tier__price strong { font-size: 2rem; color: #15182a; }
.lsn-pw-tier__price-secondary { margin: 0.2rem 0 1rem; color: #777; font-size: 0.85rem; }
.lsn-pw-tier ul { margin: 1rem 0 1.25rem; padding: 0 0 0 1.1rem; color: #333; flex: 1; }
.lsn-pw-tier ul li { margin-bottom: 0.3rem; font-size: 0.94rem; }
.lsn-pw-tier__cta { margin: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.lsn-pw-tier__btn {
    display: inline-block;
    background: #c1183b;
    color: #fff;
    border: 0;
    padding: 0.65rem 0.9rem;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.lsn-pw-tier__btn:hover { background: #9a1330; color: #fff; }
.lsn-pw-tier__btn--alt {
    background: #fff;
    color: #c1183b;
    border: 1px solid #c1183b;
}
.lsn-pw-tier__btn--ghost {
    background: transparent;
    color: #15182a;
    border: 1px solid #d6d6dc;
}
.lsn-pw-tier__badge {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    background: #15182a;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.lsn-pw-tier--pro { border-color: #c1183b; box-shadow: 0 4px 18px rgba(193, 24, 59, 0.12); }
.lsn-pw-signup__chosen-title { margin: 0 0 0.2rem; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: #707080; }
.lsn-pw-signup__chosen { margin: 0 0 1rem; font-size: 1.1rem; color: #15182a; font-weight: 600; }
.lsn-pw-dashboard__change { margin-left: 1rem; }


.lsn-pw-gate {
    margin: 2rem 0;
    padding: 2rem 1.75rem;
    border: 1px solid #1f3a93;
    background: linear-gradient(180deg, #fafbff 0%, #f1f4ff 100%);
    border-radius: 6px;
    position: relative;
}
.lsn-pw-gate::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    height: 3rem;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
    pointer-events: none;
}
.lsn-pw-gate__kicker {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1f3a93;
    font-weight: 700;
}
.lsn-pw-gate__headline {
    margin: 0.25rem 0 0.5rem;
    font-size: 1.4rem;
    line-height: 1.25;
}
.lsn-pw-gate__sub {
    margin: 0 0 1rem;
    color: #444;
}
.lsn-pw-gate__list {
    margin: 0 0 1.25rem;
    padding-left: 1.1rem;
    color: #333;
}
.lsn-pw-gate__list li {
    margin-bottom: 0.2rem;
}
.lsn-pw-gate__cta-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.lsn-pw-gate__cta {
    display: inline-block;
    background: #1f3a93;
    color: #fff;
    padding: 0.7rem 1.2rem;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}
.lsn-pw-gate__cta:hover { background: #16306f; color: #fff; }
.lsn-pw-gate__login { color: #1f3a93; }

/* Signup form */
.lsn-pw-signup {
    max-width: 480px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #e3e3e7;
    border-radius: 6px;
    background: #fff;
}
.lsn-pw-signup h2 { margin-top: 0; }
.lsn-pw-signup__form label { display: block; margin-bottom: 1rem; }
.lsn-pw-signup__form label span { display: block; font-size: 0.8rem; color: #555; }
.lsn-pw-signup__form input[type="email"] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}
.lsn-pw-signup__plans {
    display: flex;
    gap: 0.5rem;
    border: 0;
    padding: 0;
    margin: 0 0 1rem;
}
.lsn-pw-plan {
    flex: 1;
    border: 1px solid #ccc;
    padding: 0.75rem;
    border-radius: 4px;
    cursor: pointer;
}
.lsn-pw-plan strong { display: block; }
.lsn-pw-plan span { font-size: 0.85rem; color: #555; }
.lsn-pw-plan:has(input:checked) {
    border-color: #1f3a93;
    box-shadow: inset 0 0 0 1px #1f3a93;
}
.lsn-pw-signup__cta {
    width: 100%;
    background: #1f3a93;
    color: #fff;
    border: 0;
    padding: 0.8rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
.lsn-pw-signup__error {
    margin-top: 0.75rem;
    color: #b00020;
}

.lsn-pw-dashboard {
    padding: 1rem 1.25rem;
    border: 1px solid #e3e3e7;
    border-radius: 4px;
    background: #fafafb;
}
.lsn-pw-portal {
    background: #1f3a93;
    color: #fff;
    border: 0;
    padding: 0.55rem 1rem;
    border-radius: 4px;
    cursor: pointer;
}
