.seo-doc-page {
    background: #f8f5f0;
    color: #211f1c;
    font-family: "Montserrat", Arial, sans-serif;
}

.seo-doc-page .seo-doc-hero {
    position: relative;
    min-height: 48vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111;
}

.seo-doc-page .seo-doc-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.seo-doc-page .seo-doc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .28));
}

.seo-doc-page .seo-doc-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.seo-doc-page .seo-doc-hero-content {
    position: relative;
    z-index: 1;
    padding: 90px 0 70px;
    color: #fff;
}

.seo-doc-page .seo-doc-hero-content span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.seo-doc-page .seo-doc-hero h1 {
    max-width: 880px;
    margin: 0 0 18px;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.06;
    letter-spacing: 0;
}

.seo-doc-page .seo-doc-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.8;
}

.seo-doc-page .seo-doc-content {
    padding: 58px 0 72px;
}

.seo-doc-page .seo-doc-article {
    padding: 42px;
    background: #fff;
    border: 1px solid rgba(33, 31, 28, .1);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(45, 35, 25, .08);
}

.seo-doc-page .seo-doc-article h2,
.seo-doc-page .seo-doc-article h3,
.seo-doc-page .seo-doc-article h4,
.seo-doc-page .seo-doc-article h5 {
    margin: 36px 0 14px;
    font-family: "Lora", Georgia, serif;
    letter-spacing: 0;
    color: #211f1c;
}

.seo-doc-page .seo-doc-article h2:first-child,
.seo-doc-page .seo-doc-article p:first-child {
    margin-top: 0;
}

.seo-doc-page .seo-doc-article h2 {
    padding-bottom: 12px;
    font-size: clamp(24px, 4vw, 40px);
    border-bottom: 1px solid rgba(33, 31, 28, .12);
}

.seo-doc-page .seo-doc-article h3 {
    font-size: 28px;
}

.seo-doc-page .seo-doc-article h4 {
    font-size: 24px;
}

.seo-doc-page .seo-doc-subheading {
    margin-top: 26px !important;
    padding: 14px 18px;
    background: #f8f5f0;
    border-left: 4px solid #8b5f36;
    border-radius: 6px;
    font-size: 22px !important;
}

.seo-doc-page .seo-doc-article h5 {
    font-size: 21px;
}

.seo-doc-page .seo-doc-article p {
    margin: 0 0 14px;
    color: #5e5851;
    font-size: 15px;
    line-height: 1.85;
}

.seo-doc-page .seo-doc-list {
    margin: 14px 0 24px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    background: #f8f5f0;
    border: 1px solid rgba(33, 31, 28, .08);
    border-radius: 8px;
}

.seo-doc-page .seo-doc-list li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    color: #514b45;
    font-size: 14px;
    line-height: 1.65;
    list-style: none;
}

.seo-doc-page .seo-doc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    background: #8b5f36;
    border-radius: 50%;
}

.seo-doc-page .seo-doc-list strong {
    color: #211f1c;
}

.seo-doc-page .faq-block {
    margin-top: 38px;
}

.seo-doc-page .faq-block > h5 {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(33, 31, 28, .12);
}

.seo-doc-page .faq-item {
    margin-bottom: 10px;
    border: 1px solid rgba(33, 31, 28, .12);
    border-radius: 8px;
    background: #fdfbf7;
    overflow: hidden;
}

.seo-doc-page .faq-item summary {
    position: relative;
    padding: 16px 48px 16px 18px;
    cursor: pointer;
    color: #211f1c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    list-style: none;
}

.seo-doc-page .faq-item summary::-webkit-details-marker {
    display: none;
}

.seo-doc-page .faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: #8b5f36;
}

.seo-doc-page .faq-item[open] summary::after {
    content: "-";
}

.seo-doc-page .faq-item p {
    margin: 0;
    padding: 0 18px 18px;
    color: #5e5851;
}

.seo-doc-page .seo-doc-cta {
    margin-top: 34px;
    padding: 30px;
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
    background: #211f1c;
    color: #fff;
    border-radius: 8px;
}

.seo-doc-page .seo-doc-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
}

.seo-doc-page .seo-doc-cta a {
    flex: 0 0 auto;
    padding: 14px 22px;
    background: #fff;
    color: #211f1c;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 767px) {
    .seo-doc-page .seo-doc-article {
        padding: 28px 20px;
    }

    .seo-doc-page .seo-doc-list {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .seo-doc-page .seo-doc-cta {
        display: block;
    }

    .seo-doc-page .seo-doc-cta a {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
}
