.penny-seo-publisher-article .ps-page-content {
    width: min(100%, 920px);
    margin-inline: auto;
}

.penny-seo-publisher-article .ps-page-content > h1 {
    max-width: 850px;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 5vw, 3.65rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.penny-seo-article {
    --penny-article-ink: #172033;
    --penny-article-muted: #667085;
    --penny-article-line: rgba(16, 24, 40, 0.11);
    --penny-article-accent: #6d5dfc;
    --penny-article-accent-dark: #4f46d8;
    color: var(--penny-article-ink);
}

.penny-seo-article__meta {
    margin: 0 auto 1.5rem;
    color: var(--penny-article-muted);
    font-size: 0.86rem;
    font-weight: 650;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
}

.penny-seo-article__cover {
    margin: 0 0 clamp(2rem, 5vw, 3.5rem);
    overflow: hidden;
    border: 1px solid var(--penny-article-line);
    border-radius: 24px;
    background: #f4f3ff;
    box-shadow: 0 24px 70px rgba(42, 37, 98, 0.14);
}

.penny-seo-article__cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.penny-seo-article__body {
    width: min(100%, 760px);
    margin-inline: auto;
    font-size: clamp(1.04rem, 1.5vw, 1.16rem);
    line-height: 1.82;
}

.penny-seo-article__body p,
.penny-seo-article__body ul,
.penny-seo-article__body ol,
.penny-seo-article__body figure {
    margin: 0 0 1.55rem;
}

.penny-seo-article__body h2 {
    margin: clamp(2.8rem, 7vw, 4.5rem) 0 1rem;
    color: #101828;
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.penny-seo-article__body h3 {
    margin: 2.25rem 0 0.8rem;
    color: #1d2939;
    font-size: clamp(1.2rem, 2vw, 1.48rem);
    line-height: 1.3;
}

.penny-seo-article__body ul,
.penny-seo-article__body ol {
    padding-left: 1.45rem;
}

.penny-seo-article__body li {
    margin-bottom: 0.62rem;
    padding-left: 0.25rem;
}

.penny-seo-article__body a {
    color: var(--penny-article-accent-dark);
    font-weight: 650;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.15em;
}

.penny-seo-inline-image {
    margin-block: clamp(2rem, 5vw, 3.25rem) !important;
}

.penny-seo-inline-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
}

.penny-seo-inline-image figcaption {
    margin-top: 0.65rem;
    color: var(--penny-article-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.penny-seo-article__cta,
.penny-seo-article__risk {
    width: min(100%, 760px);
    margin-inline: auto;
}

.penny-seo-article__cta {
    margin-top: clamp(3rem, 7vw, 5rem);
    padding: clamp(1.55rem, 5vw, 2.5rem);
    border: 1px solid rgba(109, 93, 252, 0.22);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 10%, rgba(109, 93, 252, 0.18), transparent 38%),
        linear-gradient(145deg, #f7f6ff, #ffffff);
}

.penny-seo-article__cta h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.15;
}

.penny-seo-article__cta p {
    max-width: 610px;
    margin: 0 0 1.25rem;
    color: #475467;
    line-height: 1.68;
}

.penny-seo-article__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.75rem 1.15rem;
    border-radius: 12px;
    background: var(--penny-article-accent);
    color: #fff !important;
    font-weight: 750;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(109, 93, 252, 0.24);
}

.penny-seo-article__button:hover {
    background: var(--penny-article-accent-dark);
    transform: translateY(-1px);
}

.penny-seo-article__risk {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(180, 83, 9, 0.2);
    border-radius: 14px;
    background: #fffbeb;
    color: #7c4a03;
    font-size: 0.88rem;
    line-height: 1.58;
}

.penny-seo-article__risk p {
    margin: 0;
}

.penny-seo-article__risk a {
    color: inherit;
    font-weight: 750;
}

@media (max-width: 700px) {
    .penny-seo-publisher-article .ps-page-content > h1,
    .penny-seo-article__meta {
        text-align: left;
    }

    .penny-seo-article__cover {
        margin-inline: -0.35rem;
        border-radius: 18px;
    }

    .penny-seo-article__body {
        font-size: 1rem;
        line-height: 1.75;
    }
}

@media (prefers-reduced-motion: reduce) {
    .penny-seo-article__button {
        transition: none;
    }
}
