    .picture-landing {
        max-width: 1040px;
        margin: 0 auto;
        padding: 2.5rem 1.5rem 4rem;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
    }
    .picture-landing-hero {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
        gap: 2rem;
        align-items: center;
        margin-bottom: 3rem;
    }
    .picture-landing-kicker {
        display: inline-flex;
        margin-bottom: 1rem;
        padding: 0.55rem 1.1rem;
        border-radius: 999px;
        background: #eef2ff;
        color: #4f46e5;
        font-weight: 900;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .picture-landing-visual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .picture-landing h1 {
        margin: 0 0 1rem;
        color: #1e293b;
        font-size: clamp(2.6rem, 4.8vw, 4rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: 0;
    }
    .picture-landing-ingress {
        margin: 0;
        color: #64748b;
        font-size: 1.1rem;
        line-height: 1.8;
        font-weight: 400;
    }
    .picture-landing-preview {
        position: relative;
        width: 100%;
        min-height: 360px;
        overflow: hidden;
        border-radius: 28px;
        box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
    }
    .picture-landing-preview img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(8px);
        transform: scale(1.05);
    }
    .picture-landing-preview::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.82));
    }
    .picture-landing-preview-text {
        position: absolute;
        z-index: 1;
        left: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        color: #fff;
    }
    .picture-landing-preview-text strong {
        display: block;
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 0.55rem;
    }
    .picture-landing-preview-text span {
        display: block;
        font-size: 1.05rem;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.74);
        font-weight: 550;
    }
    .picture-landing-actions {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        margin-top: 1.75rem;
    }
    .picture-landing-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        padding: 1rem 1.6rem;
        border-radius: 18px;
        color: #fff;
        text-decoration: none;
        font-weight: 950;
        font-size: 1.05rem;
        line-height: 1;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    }
    .picture-landing-action.solo {
        background: #ec4899;
    }
    .picture-landing-action.multi {
        background: #7c3aed;
    }
    .picture-landing-section {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid #e2e8f0;
    }
    .picture-landing-section h2 {
        margin: 0 0 0.85rem;
        color: #1e293b;
        font-size: 2rem;
        line-height: 1.25;
        font-weight: 800;
    }
    .picture-landing-section p {
        max-width: 820px;
        margin: 0 0 1rem;
        color: #475569;
        font-size: 1.1rem;
        line-height: 1.8;
        font-weight: 400;
    }
    .picture-example-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
        margin-top: 1rem;
    }
    .picture-example-list span {
        padding: 0.55rem 0.85rem;
        border-radius: 999px;
        background: #f1f5f9;
        color: #334155;
        font-weight: 800;
        font-size: 0.92rem;
    }
    .seo-html-content {
        max-width: 820px;
        color: #475569;
        font-size: 1.1rem;
        line-height: 1.8;
        font-weight: 400;
    }
    .seo-html-content h2 {
        color: #1e293b;
        font-size: 2rem;
        line-height: 1.25;
        font-weight: 800;
        margin: 0 0 0.85rem;
    }
    .seo-html-content p {
        margin: 0 0 1rem;
    }
    .picture-related-section {
        margin-top: 3rem;
        padding-top: 2rem;
        border-top: 1px solid #e2e8f0;
    }
    .picture-related-section h2 {
        margin: 0 0 1.25rem;
        color: #1e293b;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 800;
    }
    .picture-related-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }
    .picture-related-card {
        position: relative;
        display: flex;
        min-height: 250px;
        overflow: hidden;
        border-radius: 24px;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
        isolation: isolate;
    }
    .picture-related-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(8px);
        transform: scale(1.06);
        opacity: 0.82;
        transition: transform 0.2s ease, filter 0.2s ease;
    }
    .picture-related-card::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.84));
    }
    .picture-related-card:hover img {
        filter: blur(6px);
        transform: scale(1.08);
    }
    .picture-related-content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        min-height: 250px;
        padding: 1.45rem;
    }
    .picture-related-title {
        margin: 0 0 0.45rem;
        color: #fff;
        font-size: 1.75rem;
        line-height: 1.05;
        font-weight: 900;
        letter-spacing: 0;
    }
    .picture-related-description {
        margin: 0 0 1rem;
        color: rgba(255, 255, 255, 0.72);
        font-size: 1rem;
        line-height: 1.35;
        font-weight: 550;
    }
    .picture-related-more {
        margin-top: auto;
        color: #fff;
        font-size: 1rem;
        line-height: 1;
        font-weight: 850;
        text-decoration: underline;
        text-underline-offset: 0.25rem;
    }
    @media (max-width: 820px) {
        .picture-landing-hero {
            grid-template-columns: 1fr;
        }
        .picture-landing-preview {
            min-height: 300px;
        }
        .picture-landing-actions {
            flex-direction: column;
        }
        .picture-landing-action {
            width: 100%;
        }
        .picture-related-grid {
            grid-template-columns: 1fr;
        }
    }
