/* Social Kiln SEO content and semantic heading refinements */

.dark-mode .socialkiln-hero .text-box .socialkiln-hero-title {
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1.03;
    text-transform: none;
    margin-bottom: 18px;
}

.dark-mode .socialkiln-hero .text-box .socialkiln-hero-title span {
    color: #8f6dff;
}

.socialkiln-about-panel .socialkiln-about-title {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.035em;
    margin-bottom: 18px;
}

.dark-mode .about-section .info-box .text h3 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 7px;
}

/* Search-focused informational block below the live service catalog. */
.sk-seo-services {
    margin-top: 42px;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at 10% 0%, rgba(143,109,255,.11), transparent 30%),
        linear-gradient(145deg, #10141a, #0d1015);
}

.sk-seo-services-intro {
    max-width: 850px;
    margin-bottom: 28px;
}

.sk-seo-services h2 {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 3.8vw, 42px);
    line-height: 1.08;
    letter-spacing: -.04em;
    margin-bottom: 14px;
}

.sk-seo-services h3 {
    color: #f6f7fb;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 9px;
}

.sk-seo-services p {
    color: #949dac;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0;
}

.sk-seo-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.sk-seo-platform-card {
    min-height: 154px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
}

.sk-seo-platform-card:hover {
    border-color: rgba(143,109,255,.26);
    background: rgba(143,109,255,.04);
}

.sk-seo-platform-name {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.sk-seo-platform-name img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.sk-seo-ordering {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.sk-seo-order-step {
    padding: 20px;
    border-radius: 15px;
    background: #12161d;
    border: 1px solid rgba(255,255,255,.065);
}

.sk-seo-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    margin-bottom: 12px;
    border: 1px solid rgba(143,109,255,.25);
    border-radius: 9px;
    color: #b7a4ff;
    background: rgba(143,109,255,.10);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.sk-seo-faq {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.sk-seo-faq-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.sk-seo-faq-item {
    padding: 18px 20px;
    border-radius: 14px;
    background: #11151b;
    border: 1px solid rgba(255,255,255,.065);
}

.sk-seo-faq-item h3 {
    font-size: 17px;
    margin-bottom: 7px;
}

.sk-seo-link {
    color: #b9a8ff;
    font-weight: 600;
}

.sk-seo-link:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .dark-mode .socialkiln-hero .text-box .socialkiln-hero-title {
        font-size: 45px;
    }

    .sk-seo-ordering {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sk-seo-platform-grid {
        grid-template-columns: 1fr;
    }

    .socialkiln-about-panel .socialkiln-about-title {
        font-size: 30px;
    }
}
