/* Compact service sections on /seo-services/ */

/* —— Typography under H2 (tagline vs body) —— */
.seo-svc-tagline {
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 12px;
}

.seo-svc-desc.body-m {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
}

.seo-svc-label.h3 {
    margin: 20px 0 0;
    font-size: 20px;
}

/* Hero + “Available services” (outside rebuild, CSS only) */
.case-main .col-50:nth-child(1) > h2.sub {
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #67676d;
    margin: 16px 0 0;
}

.case-streng .col-50:nth-child(1) .h2 {
    margin-bottom: 16px;
}

.case-streng .col-50:nth-child(1) > .body-m {
    color: #67676d;
    font-size: 16px;
    line-height: 1.35;
}

/* Light sections */
.case-give-more .col-50:nth-child(1) .h2,
.seo-svc-technical-strategy .col-50:nth-child(1) .h2,
.case-expert > .container:first-child .h2 {
    margin-bottom: 16px;
}

.case-give-more .seo-svc-tagline,
.seo-svc-technical-strategy .seo-svc-tagline,
.case-expert > .container:first-child .seo-svc-tagline {
    color: #67676d;
}

.case-give-more .seo-svc-desc,
.seo-svc-technical-strategy .seo-svc-desc,
.case-expert > .container:first-child .seo-svc-desc {
    color: #87879a;
    max-width: 520px;
}

.case-expert > .container:first-child .seo-svc-label {
    color: #28282a;
}

/* Dark on-page block */
.seo-svc-onpage.main-strategy .col-50:nth-child(1) .h2 {
    color: #efeff8;
    margin-bottom: 20px;
}

.seo-svc-onpage.main-strategy .seo-svc-tagline {
    color: #c1c1d1;
}

.seo-svc-onpage.main-strategy .seo-svc-desc {
    color: #87879a;
    max-width: 480px;
}

/* Green bullets */
.seo-svc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seo-svc-list li {
    position: relative;
    padding-left: 22px;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.seo-svc-list li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #b0ee50;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}

.case-give-more .seo-svc-list li {
    color: #efeff8;
}

.case-give-more .seo-svc-list li strong {
    color: #b0ee50;
    font-weight: 600;
}

.seo-svc-onpage.main-strategy {
    padding: 96px 0;
    background: #3b3c59;
}

/* Technical SEO — light block + emoji accordion (homepage main-strategy pattern) */
.seo-svc-technical-strategy {
    padding: 96px 0;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.5) 17.89%, rgba(255, 255, 255, 0) 100%);
}

.seo-svc-technical-strategy .block-with-cols {
    align-items: flex-start;
    justify-content: space-between;
    gap: 112px;
}

.seo-svc-technical-strategy .col-50:nth-child(1) .h2 {
    color: #28282a;
}

.seo-svc-technical-strategy .seo-svc-tech-outro {
    margin-top: 20px;
    color: #67676d;
    max-width: 420px;
}

.seo-svc-technical-strategy .faq-head img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.seo-svc-technical-strategy .faq-head .h3 {
    color: #28282a;
}

.seo-svc-technical-strategy .faq-content .body-m {
    color: #67676d;
}

.seo-svc-technical-strategy .faq-question {
    border-bottom: 1px solid #c1c1d1;
}

.seo-svc-technical-strategy .faq-question:hover,
.seo-svc-technical-strategy .faq-question.active {
    border-bottom-color: #b0ee50;
}

.seo-svc-technical-strategy .faq-icon:before {
    background-image: url(/wp-assets/img/arrow-down.svg);
}

.seo-svc-technical-strategy .faq-question:hover .faq-icon:before {
    background-image: url(/wp-assets/img/arrow-accent.svg);
}

.case-expert {
    padding: 96px 0;
}

/* CTA (.last) vs FAQ — different backgrounds */
.seo-svc-cta.last {
    padding: 96px 0;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.5) 17.89%, rgba(255, 255, 255, 0) 100%);
}

.seo-svc-faq.faq {
    padding: 48px 0;
    background: #3b3c59;
    color: #efeff8;
}

.seo-svc-faq .col-45 {
    gap: 8px;
}

.seo-svc-faq .col-45 .h2 {
    margin: 0;
}

.seo-svc-faq .h2 {
    color: #efeff8;
}

.seo-svc-faq .sub {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #c1c1d1;
    text-transform: none;
    margin: 0;
}

.seo-svc-faq .faq-head {
    padding: 8px 0;
    margin-bottom: 0;
    gap: 10px;
}

.seo-svc-faq .faq-question.active .faq-head {
    margin-bottom: 4px;
}

.seo-svc-faq .faq-content {
    padding: 0 0 10px;
    gap: 8px;
}

.seo-svc-faq .faq-question p + p {
    margin-top: 10px;
}

.seo-svc-faq .faq-head .h3 {
    color: #efeff8;
    font-size: 20px;
    line-height: 1.35;
}

.seo-svc-faq .faq-content .body-m {
    color: #c1c1d1;
    font-size: 15px;
    line-height: 1.5;
}

.seo-svc-faq .faq-question {
    border-bottom-color: #66667d;
}

.seo-svc-faq .faq-question:hover,
.seo-svc-faq .faq-question.active {
    border-bottom-color: #b0ee50;
}

.seo-svc-faq .faq-icon:before {
    background-image: url(/wp-assets/img/arrow-light.svg);
}

@media (max-width: 1080px) {
    .seo-svc-tagline {
        font-size: 20px;
    }

    .seo-svc-technical-strategy .block-with-cols,
    .case-give-more .block-with-cols {
        flex-direction: column;
        gap: 32px;
    }

    .case-give-more .block-with-cols .col-50:nth-child(2) div {
        width: 100%;
    }
}
