﻿/*==========================================================
SEO HERO
==========================================================*/

.seo-hero {
    padding: 100px 0;
    background: #f8fbff;
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 70px;
}

.seo-hero-content h1 {
    margin: 15px 0 25px;
    font-size: 56px;
    line-height: 1.15;
    color: #111827;
}

    .seo-hero-content h1 span {
        display: block;
        color: #2563eb;
    }

.seo-hero-content p {
    max-width: 650px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.8;
}

.seo-hero-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.seo-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    background: #fff;
}

    .seo-call-btn:hover {
        color: #2563eb;
        border-color: #2563eb;
    }

.seo-trust {
    display: flex;
    gap: 35px;
    margin-top: 45px;
}

    .seo-trust div {
        display: flex;
        flex-direction: column;
    }

    .seo-trust strong {
        font-size: 25px;
        color: #2563eb;
    }

    .seo-trust span {
        color: #6b7280;
        font-size: 13px;
        margin-top: 4px;
    }


/* HERO CARD */

.seo-hero-card {
    padding: 20px;
}

.seo-google-card {
    padding: 40px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
}

.seo-card-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #2563eb;
}

.seo-google-card h3 {
    margin: 15px 0 35px;
    font-size: 30px;
    line-height: 1.3;
    color: #111827;
}

.seo-ranking {
    margin-bottom: 28px;
}

.ranking-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 14px;
}

    .ranking-row strong {
        color: #16a34a;
    }

.ranking-bar {
    height: 9px;
    background: #edf2f7;
    border-radius: 20px;
    overflow: hidden;
}

    .ranking-bar span {
        display: block;
        height: 100%;
        background: #2563eb;
        border-radius: 20px;
    }


/*==========================================================
SEO WHY
==========================================================*/

.seo-why {
    padding: 100px 0;
    background: #fff;
}

.seo-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 55px;
}

.seo-benefit-card {
    padding: 32px;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    transition: .3s;
}

    .seo-benefit-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15,23,42,.07);
    }

.seo-benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    color: #2563eb;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 25px;
}

.seo-benefit-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
    color: #111827;
}

.seo-benefit-card p {
    color: #6b7280;
    line-height: 1.7;
    font-size: 15px;
}


/*==========================================================
SEO SERVICES
==========================================================*/

.seo-services {
    padding: 100px 0;
    background: #f8fbff;
}

.seo-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 55px;
}

.seo-service-card {
    padding: 35px;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    transition: .3s;
}

    .seo-service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(15,23,42,.07);
    }

.seo-service-number {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.seo-service-card h3 {
    margin-bottom: 15px;
    color: #111827;
    font-size: 23px;
}

.seo-service-card p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.seo-service-card ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.seo-service-card li {
    padding: 9px 0;
    color: #4b5563;
    font-size: 14px;
    border-top: 1px solid #f0f2f5;
}

    .seo-service-card li::before {
        content: "✓";
        margin-right: 9px;
        color: #2563eb;
        font-weight: 700;
    }


/*==========================================================
SEO PROCESS
==========================================================*/

.seo-process {
    padding: 100px 0;
}

.seo-process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 55px;
}

.seo-process-item {
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    background: #fff;
}

    .seo-process-item > span {
        display: flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border-radius: 50%;
        background: #2563eb;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

    .seo-process-item h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #111827;
    }

    .seo-process-item p {
        margin: 0;
        color: #6b7280;
        line-height: 1.7;
        font-size: 15px;
    }


/*==========================================================
SEO PRICING
==========================================================*/

.seo-pricing {
    padding: 100px 0;
    background: #f8fbff;
}

.seo-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 55px;
}

.seo-price-card {
    position: relative;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    transition: .3s;
}

    .seo-price-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 45px rgba(15,23,42,.08);
    }

    .seo-price-card.popular {
        border: 2px solid #2563eb;
    }

.seo-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 18px;
    background: #2563eb;
    color: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    white-space: nowrap;
}

.seo-price-card h3 {
    font-size: 25px;
    color: #111827;
    margin-bottom: 10px;
}

.seo-price-description {
    min-height: 72px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.seo-price {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

    .seo-price small {
        display: block;
        color: #6b7280;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .seo-price strong {
        color: #2563eb;
        font-size: 40px;
    }

    .seo-price span {
        color: #6b7280;
        font-size: 13px;
    }

.seo-price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.seo-price-card li {
    padding: 10px 0;
    color: #4b5563;
    font-size: 14px;
    border-bottom: 1px solid #f2f3f5;
}

    .seo-price-card li::before {
        content: "✓";
        margin-right: 9px;
        color: #2563eb;
        font-weight: 700;
    }

.seo-price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: auto;
    background: #2563eb;
    color: #fff;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

    .seo-price-btn:hover {
        background: #1d4ed8;
        color: #fff;
    }


/*==========================================================
SEO INCLUDED
==========================================================*/

.seo-included {
    padding: 100px 0;
    background: #fff;
}

.seo-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

    .seo-included-grid h2 {
        margin: 15px 0 20px;
        font-size: 38px;
        line-height: 1.3;
        color: #111827;
    }

        .seo-included-grid h2 span {
            color: #2563eb;
        }

    .seo-included-grid p {
        color: #6b7280;
        line-height: 1.8;
        margin-bottom: 30px;
    }

.seo-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

    .seo-check-list div {
        padding: 18px;
        background: #f8fbff;
        border: 1px solid #e6edf6;
        border-radius: 10px;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
    }


/*==========================================================
LOCAL SEO
==========================================================*/

.seo-local {
    padding: 90px 0;
    background: #f8fbff;
}

.seo-location-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 45px;
}

    .seo-location-list span {
        padding: 12px 22px;
        background: #fff;
        border: 1px solid #dfe7f1;
        border-radius: 30px;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
    }


/*==========================================================
SEO CTA
==========================================================*/

.seo-cta {
    padding: 90px 0;
    background: #111827;
}

.seo-cta-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

    .seo-cta-content h2 {
        margin: 15px 0 20px;
        color: #fff;
        font-size: 42px;
        line-height: 1.3;
    }

        .seo-cta-content h2 span {
            color: #60a5fa;
        }

    .seo-cta-content p {
        color: #cbd5e1;
        font-size: 17px;
        line-height: 1.8;
    }

.seo-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}


/*==========================================================
SEO RESPONSIVE
==========================================================*/

@media(max-width:992px) {

    .seo-hero {
        padding: 75px 0;
    }

    .seo-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .seo-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .seo-hero-buttons {
        justify-content: center;
    }

    .seo-trust {
        justify-content: center;
    }

    .seo-hero-card {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

    .seo-benefit-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .seo-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .seo-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .seo-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .seo-included-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}


@media(max-width:768px) {

    .seo-hero {
        padding: 60px 0;
    }

    .seo-hero-content h1 {
        font-size: 40px;
    }

    .seo-hero-content p {
        font-size: 16px;
    }

    .seo-hero-buttons {
        flex-direction: column;
    }

    .seo-call-btn {
        width: 100%;
    }

    .seo-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .seo-google-card {
        padding: 30px 22px;
    }

        .seo-google-card h3 {
            font-size: 25px;
        }

    .seo-benefit-grid {
        grid-template-columns: 1fr;
    }

    .seo-service-grid {
        grid-template-columns: 1fr;
    }

    .seo-process-grid {
        grid-template-columns: 1fr;
    }

    .seo-included-grid h2 {
        font-size: 30px;
    }

    .seo-check-list {
        grid-template-columns: 1fr;
    }

    .seo-cta-content h2 {
        font-size: 32px;
    }

    .seo-cta-buttons {
        flex-direction: column;
    }
}


@media(max-width:480px) {

    .seo-hero-content h1 {
        font-size: 34px;
    }

    .seo-trust {
        grid-template-columns: 1fr;
    }

        .seo-trust div {
            align-items: center;
        }

    .seo-price strong {
        font-size: 35px;
    }
}
