/* ФРАНКЕНШТЕЙН 2.0 */
.seo-case-story.light-theme {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 25px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.seo-case-story.light-theme .case-container {
    width: 100%;
}
.seo-case-story.light-theme .case-title {
    font-size: clamp(1.25rem, 2.5vw, 1.7rem);
    color: #ff9900;
    margin: 0 0 25px 0;
    font-weight: 700;
    line-height: 1.35;
}
.seo-case-story.light-theme .case-text {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.seo-case-story.light-theme .case-text p {
    font-size: clamp(1rem, 1.8vw, 1.1rem);
    color: #1f1f1f;
    line-height: 1.65;
    margin: 0 0 20px 0;
}
.seo-case-story.light-theme .case-brand-link {
    color: #ff9900;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px dashed rgba(255, 153, 0, 0.4);
    transition: all 0.2s ease;
}

.seo-case-story.light-theme .case-brand-link:hover {
    color: #cc7a00;
    border-bottom-style: solid;
    background: rgba(255, 153, 0, 0.05);
}
.seo-case-story.light-theme .case-quote {
    background: #f8f9fa;
    border-left: 4px solid #ff9900;
    padding: 20px;
    border-radius: 12px;
    font-style: italic;
    color: #4a4a4a;
    font-size: clamp(1rem, 1.8vw, 1.1rem);
    line-height: 1.65;
    margin: 25px 0;
}

/* frankenstein 2.0 */

#stinol {
    will-change: background-color, box-shadow;
    transform: translateZ(0);
    backface-visibility: hidden;
}