/* Service-area guide accents: preserves the shared article system while giving this guide a clearer decision-making rhythm. */
body[data-service-area-article] main > section:first-child::before {
    background: radial-gradient(circle, rgba(132, 230, 246, .36) 0%, rgba(254, 247, 175, .22) 42%, transparent 70%) !important;
}

body[data-service-area-article] .blog-content > [data-seo-overview] {
    background:
        radial-gradient(circle at 100% 0%, rgba(132, 230, 246, .30), transparent 36%),
        rgba(255,255,255,.82) !important;
}

body[data-service-area-article] .article-guide-links a::before {
    background: #84e6f6 !important;
}

body[data-service-area-article] .blog-content h2[id] {
    scroll-margin-top: 110px;
}

body[data-service-area-article] .blog-content h2#quick-answer {
    margin-top: 66px !important;
    margin-bottom: 14px !important;
}

body[data-service-area-article] .blog-content h3[data-quick-answer] {
    display: flex;
    position: relative;
    min-height: 60px;
    margin-top: 23px !important;
    margin-bottom: 11px !important;
    padding: 16px 18px 16px 56px;
    border: 1px solid rgba(17,17,17,.075);
    border-radius: 17px;
    background: rgba(255,255,255,.68);
    align-items: center;
    box-shadow: 0 10px 24px rgba(35,30,20,.045);
}

body[data-service-area-article] .blog-content h3[data-quick-answer]::before {
    display: grid;
    position: absolute;
    left: 17px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #111;
    place-items: center;
    color: #fff;
    font-family: "Albert Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    content: "→";
}

body[data-service-area-article] .blog-content > .bg-gradient-to-br {
    border-radius: 25px !important;
    background:
        radial-gradient(circle at 92% 15%, rgba(132,230,246,.20), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(240,236,230,.72)) !important;
}

body[data-service-area-article] .blog-content > div.my-10 img {
    filter: saturate(.95) contrast(1.02);
}

body[data-service-area-article] .blog-content blockquote {
    border-left-color: #84e6f6 !important;
    background: linear-gradient(90deg, rgba(132,230,246,.10), transparent) !important;
    border-radius: 0 14px 14px 0;
}

body[data-service-area-article] .blog-content [data-local-seo-cta] {
    background:
        radial-gradient(circle at 86% 14%, rgba(132,230,246,.20), transparent 34%),
        radial-gradient(circle at 96% 86%, rgba(254,205,26,.12), transparent 30%),
        linear-gradient(135deg, #151515 0%, #292927 100%) !important;
}

/* Keep the long mistake list useful: it reads as a compact diagnostic board instead of eleven loose paragraphs. */
body[data-service-area-article] .blog-content h2#common-service-area-seo-mistakes {
    margin-bottom: 26px !important;
}

body[data-service-area-article] .service-area-mistakes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 72px;
    padding: 10px;
    border: 1px solid rgba(17,17,17,.07);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(242,239,233,.64));
    box-shadow: 0 20px 46px rgba(32,28,20,.055);
}

body[data-service-area-article] .service-area-mistake {
    position: relative;
    min-height: 185px;
    padding: 25px 25px 23px;
    overflow: hidden;
    border: 1px solid rgba(17,17,17,.065);
    border-radius: 20px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 7px 16px rgba(35,30,20,.025);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

body[data-service-area-article] .service-area-mistake::after {
    position: absolute;
    right: -24px;
    bottom: -30px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(132,230,246,.17), transparent 68%);
    content: "";
    pointer-events: none;
}

body[data-service-area-article] .service-area-mistake:hover {
    z-index: 1;
    border-color: rgba(17,17,17,.13);
    box-shadow: 0 17px 31px rgba(35,30,20,.09);
    transform: translateY(-3px);
}

body[data-service-area-article] .service-area-mistake-number {
    display: inline-flex;
    min-width: 31px;
    margin-bottom: 20px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fecd1a;
    color: #111;
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .09em;
    line-height: 1;
}

body[data-service-area-article] .blog-content .service-area-mistake h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 11px !important;
    color: #171717 !important;
    font-size: clamp(1.14rem, 1.7vw, 1.35rem) !important;
    font-weight: 620 !important;
    line-height: 1.17 !important;
    letter-spacing: -.038em !important;
}

body[data-service-area-article] .blog-content .service-area-mistake p {
    position: relative;
    z-index: 1;
    margin: 0 0 8px !important;
    color: rgba(17,17,17,.64) !important;
    font-size: .93rem !important;
    line-height: 1.5 !important;
    letter-spacing: -.013em;
}

body[data-service-area-article] .blog-content .service-area-mistake p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body[data-service-area-article] .blog-content h3[data-quick-answer] {
        min-height: 0;
        padding: 14px 15px 14px 49px;
        border-radius: 15px;
        font-size: 1.18rem !important;
    }

    body[data-service-area-article] .blog-content h2#common-service-area-seo-mistakes {
        margin-bottom: 19px !important;
    }

    body[data-service-area-article] .service-area-mistakes-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 55px;
        padding: 8px;
        border-radius: 21px;
    }

    body[data-service-area-article] .service-area-mistake {
        min-height: 0;
        padding: 20px 19px;
        border-radius: 15px;
    }

    body[data-service-area-article] .service-area-mistake-number {
        margin-bottom: 13px;
    }

    body[data-service-area-article] .blog-content .service-area-mistake h3 {
        font-size: 1.13rem !important;
    }
}
}
