[hidden] {
    display: none !important;
}

:root {
    --w3p-black: #0b0b0b;
    --w3p-text: #111;
    --w3p-muted: #6f6f6f;
    --w3p-line: #e7e7e7;
    --w3p-soft: #f6f6f4;
    --w3p-green: #167c45;
    --w3p-green-soft: #eaf7ef;
    --w3p-red: #a82820;
    --w3p-radius: 2.2rem;
}

/* ---------- HEADER ---------- */

.w3p-site-header {
    border-bottom: 1px solid var(--w3p-line);
}

.w3p-desktop-head-actions,
.w3p-mobile-head-actions {
    align-items: center;
}

.w3p-desktop-head-actions {
    display: flex;
    gap: 1.2rem;
}

.w3p-mobile-head-actions {
    display: none;
}

.w3p-head-pro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.8rem;
    padding: 0 1.5rem;
    color: #fff !important;
    font-family: var(--font-sans);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    background: var(--w3p-black);
    border: 1px solid var(--w3p-black);
    border-radius: 999px;
}

.w3p-head-pro:hover {
    color: #fff;
    opacity: 0.8;
}

.w3p-auth {
    display: flex;
    align-items: center;
    margin-left: 0;
    font-family: var(--font-sans);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.w3p-auth-login,
.w3p-auth-library,
.w3p-auth-logout,
.w3p-library-login,
.w3p-mobile-menu-login,
.w3p-mobile-menu-library,
.w3p-mobile-menu-account button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.8rem;
    font: inherit;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    border-radius: 999px;
    transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.w3p-auth-login {
    padding: 0 1.6rem;
    color: var(--w3p-text);
    background: #fff;
    border: 1px solid #d8d8d8;
}

.w3p-auth-login:hover,
.w3p-library-login:hover,
.w3p-mobile-menu-login:hover {
    opacity: 0.75;
}

.w3p-auth-account {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.w3p-auth-library {
    gap: 0.8rem;
    padding: 0.3rem 1.2rem 0.3rem 0.4rem;
    color: inherit;
    background: transparent;
    border: 1px solid var(--w3p-line);
}

.w3p-auth-library:hover {
    color: inherit;
    border-color: #c6c6c6;
    opacity: 1;
}

.w3p-auth-avatar,
.w3p-library-user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    background: var(--w3p-black);
    border-radius: 50%;
}

.w3p-auth-avatar {
    width: 3rem;
    height: 3rem;
}

.w3p-auth-avatar img,
.w3p-library-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w3p-auth-logout {
    min-height: 3.4rem;
    padding: 0 0.4rem;
    color: var(--color-secondary-text);
    background: transparent;
    border: 0;
}

.w3p-auth-logout:hover {
    color: var(--color-primary-text);
}

.w3p-mobile-menu-shell {
    display: none;
}

@media (min-width: 768px) {
    body.is-head-stacked #gh-head {
        height: 8rem;
    }

    body.is-head-stacked #gh-head .gh-head-inner {
        height: 8rem;
        padding: 0;
        grid-template-columns: 1fr auto 1fr;
    }

    body.is-head-stacked #gh-head .gh-head-brand {
        grid-column: 2;
        grid-row: 1;
        min-height: 8rem;
        height: 8rem;
    }

    body.is-head-stacked #gh-head .gh-head-menu {
        display: none !important;
    }

    body.is-head-stacked #gh-head .gh-head-actions {
        grid-column: 1 / 4;
        grid-row: 1;
        height: 8rem;
        padding: 0;
        justify-content: space-between;
    }
}

/* ---------- MOBILE NAV ---------- */

@media (max-width: 767px) {
    #gh-head {
        height: 6.4rem;
    }

    #gh-head .gh-head-inner {
        display: block;
        height: 100%;
    }

    #gh-head .gh-head-brand {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 1rem;
        width: 100%;
        height: 6.4rem;
    }

    #gh-head .gh-head-brand-wrapper {
        min-width: 0;
    }

    #gh-head .gh-head-logo {
        display: block;
        overflow: hidden;
        font-size: 2.05rem;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .w3p-mobile-head-actions {
        display: flex;
        gap: 0.7rem;
    }

    .w3p-mobile-head-actions .w3p-head-pro {
        min-height: 3.4rem;
        padding: 0 1rem;
        font-size: 1.05rem;
    }

    .w3p-mobile-auth-slot .w3p-auth-login {
        min-height: 3.4rem;
        padding: 0 1rem;
        font-size: 1.15rem;
        color: var(--w3p-text);
        background: transparent;
        border-color: #d7d7d7;
    }

    .w3p-mobile-auth-slot .w3p-auth-library {
        padding: 0;
        border: 0;
    }

    .w3p-mobile-auth-slot .w3p-auth-avatar {
        width: 3.4rem;
        height: 3.4rem;
    }

    .w3p-mobile-auth-slot .w3p-auth-library-text,
    .w3p-mobile-auth-slot .w3p-auth-logout {
        display: none !important;
    }

    #gh-head .gh-burger {
        display: block;
        flex: 0 0 3rem;
        margin: 0;
    }

    #gh-head .gh-head-actions {
        display: none !important;
    }

    #gh-head .gh-head-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    body.is-head-open {
        overflow: hidden;
    }

    body.is-head-open #gh-head {
        height: 100dvh;
        overflow: hidden;
    }

    body.is-head-open #gh-head .gh-head-inner {
        display: grid;
        grid-template-rows: 6.4rem minmax(0, 1fr);
        height: 100%;
    }

    body.is-head-open #gh-head .gh-head-brand {
        grid-row: 1;
    }

    body.is-head-open #gh-head .gh-head-menu {
        display: block;
        grid-row: 2;
        width: 100%;
        padding: 0;
        overflow-y: auto;
        opacity: 1;
        position: static;
        visibility: visible;
        text-align: left;
    }

    .w3p-mobile-menu-shell {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding: 3.2rem 0 2.4rem;
    }

    .w3p-mobile-menu-kicker,
    .w3p-mobile-menu-label {
        font-family: var(--font-sans);
        font-size: 1.05rem;
        font-weight: 800;
        letter-spacing: 0.11em;
        color: #8a8a8a;
        text-transform: uppercase;
    }

    .w3p-mobile-menu-main {
        display: grid;
        margin-top: 1.4rem;
    }

    .w3p-mobile-menu-main a {
        padding: 1.35rem 0;
        color: var(--w3p-text);
        font-family: var(--font-sans);
        font-size: 2.3rem;
        font-weight: 750;
        line-height: 1.15;
        letter-spacing: -0.035em;
        border-bottom: 1px solid var(--w3p-line);
    }

    .w3p-mobile-menu-secondary {
        margin-top: 3.2rem;
    }

    #gh-head .w3p-mobile-menu-secondary .nav {
        display: grid;
        gap: 0.6rem;
        margin-top: 1.2rem;
        padding: 0;
        list-style: none;
    }

    #gh-head .w3p-mobile-menu-secondary .nav li {
        opacity: 1;
        transform: none;
    }

    body #gh-head .w3p-mobile-menu-secondary .nav a {
        display: inline-flex;
        padding: 0.45rem 0;
        font-size: 1.55rem !important;
        font-weight: 600 !important;
        letter-spacing: -0.01em !important;
        text-transform: none !important;
    }

    .w3p-mobile-menu-auth {
        margin-top: auto;
        padding-top: 3.2rem;
    }

    .w3p-mobile-menu-login,
    .w3p-mobile-menu-library {
        width: 100%;
        min-height: 5rem;
        color: #fff;
        font-family: var(--font-sans);
        font-size: 1.5rem;
        font-weight: 750;
        background: var(--w3p-black);
        border: 1px solid var(--w3p-black);
    }

    .w3p-mobile-menu-account {
        display: grid;
        gap: 1rem;
    }

    .w3p-mobile-menu-account button {
        width: 100%;
        min-height: 4.6rem;
        color: var(--w3p-muted);
        font-family: var(--font-sans);
        font-size: 1.4rem;
        font-weight: 650;
        background: transparent;
        border: 1px solid var(--w3p-line);
    }
}

/* ---------- LOGIN MODAL ---------- */

.w3p-modal-open {
    overflow: hidden;
}

.w3p-modal {
    position: fixed;
    z-index: 9999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.w3p-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(7px);
}

.w3p-modal-dialog {
    position: relative;
    width: min(46rem, 100%);
    padding: 4.6rem 4rem 3.2rem;
    color: var(--w3p-text);
    text-align: center;
    background: #fff;
    border-radius: var(--w3p-radius);
    box-shadow: 0 2.8rem 8rem rgba(0, 0, 0, 0.28);
    outline: none;
}

.w3p-modal-close {
    position: absolute;
    top: 1.4rem;
    right: 1.6rem;
    width: 3.6rem;
    height: 3.6rem;
    color: #777;
    font-size: 2.8rem;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 50%;
}

.w3p-modal-close:hover {
    color: var(--w3p-text);
    background: #f2f2f2;
}

.w3p-modal-brand,
.w3p-library-kicker,
.w3p-pro-kicker {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--ghost-accent-color);
    text-transform: uppercase;
}

.w3p-modal-title {
    margin: 1rem 0 0;
    font-family: var(--font-sans);
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.w3p-modal-copy {
    max-width: 35rem;
    margin: 1.2rem auto 2.4rem;
    color: var(--w3p-muted);
    font-size: 1.55rem;
    line-height: 1.5;
}

.w3p-telegram-widget {
    display: flex;
    justify-content: center;
    min-height: 50px;
}

.w3p-auth-status {
    min-height: 2.2rem;
    margin: 1.4rem 0 0;
    color: var(--w3p-green);
    font-size: 1.35rem;
}

.w3p-auth-status.is-error {
    color: var(--w3p-red);
}

.w3p-modal-note {
    margin: 1.2rem auto 0;
    color: #999;
    font-size: 1.15rem;
    line-height: 1.45;
}

/* ---------- SHARED PRO UI ---------- */

.w3p-primary-button,
.w3p-secondary-button,
.w3p-plan-card button,
.w3p-pro-status-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    padding: 0 2rem;
    font-family: var(--font-sans);
    font-size: 1.45rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    border-radius: 999px;
}

.w3p-primary-button,
.w3p-plan-card button {
    color: #fff;
    background: var(--w3p-black);
    border: 1px solid var(--w3p-black);
}

.w3p-secondary-button,
.w3p-pro-status-action {
    color: var(--w3p-text);
    background: transparent;
    border: 1px solid #d8d8d8;
}

.w3p-section-heading {
    max-width: 78rem;
    margin-bottom: 4rem;
}

.w3p-section-heading.is-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    max-width: none;
}

.w3p-section-heading h2 {
    margin-top: 0.8rem;
    font-size: clamp(3.2rem, 5vw, 5.4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.w3p-section-heading p {
    margin-top: 1.4rem;
    color: var(--w3p-muted);
    font-size: 1.8rem;
    line-height: 1.55;
}

.w3p-section-heading.is-row > a {
    flex: 0 0 auto;
    padding-bottom: 0.6rem;
    font-family: var(--font-sans);
    font-size: 1.35rem;
    font-weight: 700;
}

/* ---------- PRO LANDING ---------- */

.w3p-pro-page {
    padding: 0;
}

.w3p-pro-hero {
    padding-top: clamp(7rem, 12vw, 14rem);
    padding-bottom: clamp(7rem, 10vw, 12rem);
    background: linear-gradient(180deg, #fff 0%, #f6f6f2 100%);
}

.w3p-pro-hero-inner {
    max-width: 105rem;
}

.w3p-pro-hero h1 {
    max-width: 96rem;
    margin-top: 1.8rem;
    font-size: clamp(5.2rem, 9vw, 10.4rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.w3p-pro-lead {
    max-width: 78rem;
    margin-top: 2.8rem;
    color: #383838;
    font-size: clamp(2rem, 2.8vw, 3rem);
    line-height: 1.35;
    letter-spacing: -0.025em;
}

.w3p-pro-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3.6rem;
}

.w3p-pro-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.4rem;
    margin-top: 5rem;
    padding-top: 2.4rem;
    color: var(--w3p-muted);
    font-family: var(--font-sans);
    font-size: 1.35rem;
    font-weight: 650;
    border-top: 1px solid #dbdbd6;
}

.w3p-pro-trust-row span::before {
    margin-right: 0.7rem;
    content: "✓";
    color: var(--w3p-green);
    font-weight: 900;
}

.w3p-pro-benefits,
.w3p-plans-section,
.w3p-pro-archive,
.w3p-pro-faq {
    padding-top: clamp(7rem, 10vw, 12rem);
    padding-bottom: clamp(7rem, 10vw, 12rem);
}

.w3p-pro-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.w3p-pro-benefits-grid article {
    padding: 3rem;
    background: var(--w3p-soft);
    border-radius: var(--w3p-radius);
}

.w3p-benefit-number {
    font-family: var(--font-sans);
    font-size: 1.15rem;
    font-weight: 800;
    color: #999;
}

.w3p-pro-benefits-grid h2 {
    margin-top: 5.5rem;
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.w3p-pro-benefits-grid p {
    margin-top: 1.4rem;
    color: var(--w3p-muted);
    font-size: 1.6rem;
    line-height: 1.55;
}

.w3p-plans-section {
    color: #fff;
    background: #101010;
}

.w3p-plans-section .w3p-section-heading h2,
.w3p-plans-section .w3p-section-heading p {
    color: #fff;
}

.w3p-plans-section .w3p-section-heading p {
    color: #aaa;
}

.w3p-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.w3p-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 43rem;
    padding: 3rem;
    color: var(--w3p-text);
    background: #fff;
    border: 1px solid #2b2b2b;
    border-radius: var(--w3p-radius);
}

.w3p-plan-card.is-featured {
    transform: translateY(-1.2rem);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.35);
}

.w3p-plan-badge {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    padding: 0.7rem 1rem;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--w3p-black);
    border-radius: 999px;
}

.w3p-plan-period {
    color: #777;
    font-family: var(--font-sans);
    font-size: 1.2rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.w3p-plan-card h3 {
    max-width: 24rem;
    margin-top: 2.2rem;
    font-size: 3rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.w3p-plan-price {
    margin-top: 3rem;
    font-family: var(--font-sans);
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.w3p-plan-card p {
    margin-top: 1.8rem;
    color: var(--w3p-muted);
    font-size: 1.5rem;
    line-height: 1.55;
}

.w3p-plan-card button {
    width: 100%;
    margin-top: auto;
    cursor: pointer;
}

.w3p-payment-note {
    display: flex;
    gap: 1.2rem 2.4rem;
    align-items: baseline;
    margin-top: 3rem;
    padding: 2rem 2.4rem;
    color: #bcbcbc;
    font-family: var(--font-sans);
    font-size: 1.35rem;
    line-height: 1.5;
    border: 1px solid #303030;
    border-radius: 1.4rem;
}

.w3p-payment-note strong {
    flex: 0 0 auto;
    color: #fff;
}

.w3p-pro-articles-grid,
.w3p-library-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.w3p-pro-article-card,
.w3p-library-article-card {
    overflow: hidden;
    border: 1px solid var(--w3p-line);
    border-radius: 1.8rem;
}

.w3p-pro-article-card > a,
.w3p-library-article-card > a {
    display: block;
    height: 100%;
}

.w3p-pro-article-card img,
.w3p-library-article-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: var(--w3p-soft);
}

.w3p-pro-article-body,
.w3p-library-article-card > a > div {
    padding: 2.2rem;
}

.w3p-pro-article-meta,
.w3p-library-article-label {
    color: var(--ghost-accent-color);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.w3p-pro-article-card h3,
.w3p-library-article-card h3 {
    margin-top: 1rem;
    font-size: 2.3rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.w3p-pro-article-card p,
.w3p-library-article-card p {
    margin-top: 1.2rem;
    color: var(--w3p-muted);
    font-size: 1.45rem;
    line-height: 1.5;
}

.w3p-pro-article-card span:last-child,
.w3p-library-article-link {
    display: inline-block;
    margin-top: 1.8rem;
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-weight: 750;
}

.w3p-empty-catalog {
    display: grid;
    gap: 0.8rem;
    padding: 4rem;
    background: var(--w3p-soft);
    border-radius: var(--w3p-radius);
}

.w3p-empty-catalog strong {
    font-family: var(--font-sans);
    font-size: 2rem;
}

.w3p-empty-catalog span {
    color: var(--w3p-muted);
}

.w3p-pro-faq {
    background: var(--w3p-soft);
}

.w3p-faq-grid {
    max-width: 90rem;
}

.w3p-faq-grid details {
    padding: 2.2rem 0;
    border-top: 1px solid #d9d9d5;
}

.w3p-faq-grid details:last-child {
    border-bottom: 1px solid #d9d9d5;
}

.w3p-faq-grid summary {
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 2rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.w3p-faq-grid p {
    max-width: 70rem;
    margin-top: 1.2rem;
    color: var(--w3p-muted);
    font-size: 1.6rem;
    line-height: 1.55;
}

/* ---------- ACCOUNT ---------- */

.w3p-library-page {
    padding: 0 0 10rem;
}

.w3p-library-hero {
    padding-top: clamp(6rem, 9vw, 10rem);
    padding-bottom: 5rem;
    background: var(--w3p-soft);
}

.w3p-library-hero-inner {
    max-width: 90rem;
}

.w3p-library-hero h1 {
    margin-top: 1.2rem;
    font-size: clamp(4.5rem, 7vw, 7.4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.w3p-library-hero p {
    max-width: 68rem;
    margin-top: 1.8rem;
    color: var(--w3p-muted);
    font-size: 2rem;
    line-height: 1.45;
}

.w3p-library-main {
    padding-top: 4rem;
}

.w3p-library-state,
.w3p-account-card {
    padding: 3rem;
    background: #fff;
    border: 1px solid var(--w3p-line);
    border-radius: var(--w3p-radius);
}

.w3p-library-state {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    max-width: 76rem;
}

.w3p-library-state-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 5.4rem;
    width: 5.4rem;
    height: 5.4rem;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 1.3rem;
    font-weight: 800;
    background: #229ed9;
    border-radius: 50%;
}

.w3p-library-state h2 {
    font-family: var(--font-sans);
    font-size: 2.4rem;
    font-weight: 750;
    letter-spacing: -0.025em;
}

.w3p-library-state p {
    margin-top: 0.8rem;
    color: var(--w3p-muted);
    font-family: var(--font-sans);
    font-size: 1.55rem;
}

.w3p-library-login {
    margin-top: 2rem;
    padding: 0 2rem;
    color: #fff;
    background: var(--w3p-black);
    border: 1px solid var(--w3p-black);
}

.w3p-account-card {
    display: grid;
    grid-template-columns: minmax(24rem, 0.8fr) minmax(34rem, 1.2fr);
    gap: 3rem;
    align-items: center;
}

.w3p-library-userline {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.w3p-library-user-avatar {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 1.7rem;
}

.w3p-library-welcome {
    margin-bottom: 0.4rem;
    color: var(--w3p-muted);
    font-family: var(--font-sans);
    font-size: 1.25rem;
}

.w3p-library-userline strong {
    font-family: var(--font-sans);
    font-size: 1.8rem;
}

.w3p-pro-status {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.4rem;
    align-items: center;
    padding: 2rem;
    background: var(--w3p-soft);
    border-radius: 1.5rem;
}

.w3p-pro-status.is-active {
    background: var(--w3p-green-soft);
}

.w3p-pro-status-dot {
    width: 1rem;
    height: 1rem;
    background: #aaa;
    border-radius: 50%;
}

.w3p-pro-status.is-active .w3p-pro-status-dot {
    background: var(--w3p-green);
    box-shadow: 0 0 0 0.6rem rgba(22, 124, 69, 0.09);
}

.w3p-pro-status-label {
    font-family: var(--font-sans);
    font-size: 1.55rem;
    font-weight: 800;
}

.w3p-pro-status-detail {
    margin-top: 0.25rem;
    color: var(--w3p-muted);
    font-family: var(--font-sans);
    font-size: 1.25rem;
}

.w3p-pro-status-action {
    min-height: 4.1rem;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    background: #fff;
}

.w3p-library-catalog {
    margin-top: 7rem;
}

/* ---------- TOAST ---------- */

.w3p-toast {
    position: fixed;
    z-index: 99999999;
    left: 50%;
    bottom: 2.4rem;
    width: min(50rem, calc(100% - 3.2rem));
    padding: 1.6rem 2rem;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 1.35rem;
    font-weight: 650;
    line-height: 1.45;
    text-align: center;
    background: rgba(17, 17, 17, 0.96);
    border-radius: 1.4rem;
    box-shadow: 0 1.6rem 5rem rgba(0, 0, 0, 0.25);
    transform: translateX(-50%);
}

/* ---------- RESPONSIVE CONTENT ---------- */

@media (max-width: 991px) {
    .w3p-pro-benefits-grid,
    .w3p-plans-grid,
    .w3p-pro-articles-grid,
    .w3p-library-articles-grid {
        grid-template-columns: 1fr;
    }

    .w3p-plan-card,
    .w3p-plan-card.is-featured {
        min-height: auto;
        transform: none;
    }

    .w3p-plan-card button {
        margin-top: 3rem;
    }

    .w3p-account-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .w3p-modal {
        align-items: end;
        padding: 0;
    }

    .w3p-modal-dialog {
        width: 100%;
        padding: 4.4rem 2.2rem 2.8rem;
        border-radius: 2.4rem 2.4rem 0 0;
    }

    .w3p-modal-title {
        font-size: 2.6rem;
    }

    .w3p-pro-hero {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .w3p-pro-hero h1 {
        font-size: clamp(4.7rem, 15vw, 6.6rem);
    }

    .w3p-pro-lead {
        margin-top: 2rem;
        font-size: 2rem;
    }

    .w3p-pro-hero-actions {
        display: grid;
    }

    .w3p-primary-button,
    .w3p-secondary-button {
        width: 100%;
    }

    .w3p-pro-trust-row {
        display: grid;
        gap: 0.8rem;
        margin-top: 3.6rem;
    }

    .w3p-pro-benefits-grid article,
    .w3p-plan-card {
        padding: 2.4rem;
    }

    .w3p-pro-benefits-grid h2 {
        margin-top: 3.6rem;
    }

    .w3p-payment-note {
        display: grid;
    }

    .w3p-section-heading.is-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .w3p-library-hero {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    .w3p-library-hero h1 {
        font-size: 4.8rem;
    }

    .w3p-library-state,
    .w3p-account-card {
        padding: 2.2rem;
    }

    .w3p-library-state {
        display: grid;
    }

    .w3p-pro-status {
        grid-template-columns: auto 1fr;
    }

    .w3p-pro-status-action {
        grid-column: 1 / 3;
        width: 100%;
    }
}
