/* ФРАНКЕНШТЕЙН 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;
}

/* Галерея Беко */
.franken-gallery {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
}
.franken-gallery_item {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 260px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.franken-gallery_item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 768px) {
.seo-case-story.light-theme {
    padding: 0 10px;
    margin: 20px auto;
}
.franken-gallery {
    gap: 10px;
}
.franken-gallery_item {
        min-width: 100%;
}
}
#beko, #indesit, #hotpoint-ariston, #remont-lg {
    will-change: background-color, box-shadow;
    transform: translateZ(0);
    backface-visibility: hidden;
}