
/* ============================================================
   SEO PAGE — COMPLETE CSS
   All styles scoped within .seo-page
   White cards, gradient headings, no font-family declarations
   ============================================================ */

/* ── SEO PAGE WRAPPER ── */
.seo-page {
    max-width: 100%;
    overflow-x: hidden;
}

/* ── HERO CONTAINER ── */
.seo-header {
    padding: 140px 24px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #0a0e1a;
}

.seo-header::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(77, 143, 255, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.seo-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(108, 92, 231, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.seo-header .seo-section-tag,
.seo-header h1,
.seo-header p,
.seo-header .seo-btn {
    position: relative;
    z-index: 2;
}

/* ── SECTION TAG (Badge) ── */
.seo-section-tag {
    display: inline-block;
    background: rgba(77, 143, 255, 0.12);
    border: 1px solid rgba(77, 143, 255, 0.2);
    color: #7aafff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 18px;
}

/* ── H1 TITLE ── */
.seo-header h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.15;
    background: linear-gradient(135deg, #4D8FFF 0%, #6c5ce7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 900px;
    margin: 0 auto 16px;
    letter-spacing: -0.02em;
}

/* ── HERO PARAGRAPH ── */
.seo-header p {
    font-size: 1.15rem;
    color: #b0c4de;
    max-width: 640px;
    margin: 0 auto 30px;
    font-weight: 300;
    line-height: 1.7;
}

/* ── HERO BUTTON ── */
.seo-btn {
    display: inline-block;
    background: linear-gradient(135deg, #4D8FFF 0%, #6c5ce7 100%);
    color: #fff !important;
    padding: 16px 44px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 28px rgba(77, 143, 255, 0.35);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.seo-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 44px rgba(77, 143, 255, 0.5);
    color: #fff !important;
}

/* ── HERO RESPONSIVE ── */
@media (max-width: 992px) {
    .seo-header {
        padding: 120px 24px 60px;
    }
}

@media (max-width: 768px) {
    .seo-header {
        padding: 110px 16px 50px;
    }
    .seo-header h1 {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }
    .seo-header p {
        font-size: 1rem;
    }
    .seo-btn {
        padding: 14px 32px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .seo-header {
        padding: 100px 16px 40px;
    }
    .seo-header h1 {
        font-size: clamp(1.5rem, 7vw, 1.9rem);
    }
    .seo-header p {
        font-size: 0.95rem;
    }
    .seo-btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
    .seo-section-tag {
        font-size: 0.6rem;
        padding: 4px 14px;
    }
}


/* ── SEO SECTIONS (What is SEO, Our Services, Process) ── */
.seo-section {
    padding: 60px 24px 70px;
    max-width: 1140px;
    margin: 0 auto;
}

/* Last section gets extra bottom padding */
.seo-section:last-of-type {
    padding-bottom: 80px;
}

/* ── SECTION HEADINGS (H2) ── */
.seo-section h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    background: linear-gradient(135deg, #4D8FFF 0%, #6c5ce7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

/* ── LIST ITEMS (ul) ── */
.seo-section ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-section ul li {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px 20px;
    text-align: center;
    font-weight: 500;
    color: #1a1a2e;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    font-size: 1.05rem;
    cursor: default;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Emoji before each "What is SEO" list item */
.seo-section:first-of-type ul li::before {
    display: block;
    font-size: 2rem;
    margin-bottom: 8px;
}

/* Diamond icon before each "Our SEO Services" list item */
.seo-section:nth-of-type(2) ul li::before {
    content: '✦ ';
    color: #4D8FFF;
    font-size: 1.3rem;
}

.seo-section ul li:hover {
    border-color: #4D8FFF;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(77, 143, 255, 0.12);
    background: #f8faff;
}

/* ── ORDERED LIST (SEO Process) ── */
.seo-section ol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter;
}

.seo-section ol li {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 30px 16px 24px;
    text-align: center;
    color: #1a1a2e;
    font-weight: 400;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    counter-increment: step-counter;
    font-size: 0.98rem;
    cursor: default;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.seo-section ol li::before {
    content: counter(step-counter);
    display: inline-block;
    background: linear-gradient(135deg, #4D8FFF 0%, #6c5ce7 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    margin-bottom: 14px;
    box-shadow: 0 4px 16px rgba(77, 143, 255, 0.25);
}

.seo-section ol li:hover {
    border-color: #4D8FFF;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(77, 143, 255, 0.10);
    background: #f8faff;
}


/* ── RESPONSIVE: SECTIONS ── */
@media (max-width: 768px) {
    .seo-section {
        padding: 40px 16px 50px;
    }
    .seo-section:last-of-type {
        padding-bottom: 60px;
    }

    .seo-section ul,
    .seo-section ol {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 14px;
    }

    .seo-section ul li {
        padding: 16px 14px;
        font-size: 0.95rem;
    }
    .seo-section:first-of-type ul li::before {
        font-size: 1.7rem;
    }

    .seo-section ol li {
        padding: 22px 14px 18px;
        font-size: 0.9rem;
    }
    .seo-section ol li::before {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .seo-section {
        padding: 30px 16px 40px;
    }
    .seo-section:last-of-type {
        padding-bottom: 50px;
    }

    .seo-section ul,
    .seo-section ol {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .seo-section ul li {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
    .seo-section:first-of-type ul li::before {
        font-size: 1.4rem;
        margin-bottom: 4px;
    }
    .seo-section:nth-of-type(2) ul li::before {
        font-size: 1rem;
    }

    .seo-section ol li {
        padding: 16px 10px 14px;
        font-size: 0.8rem;
    }
    .seo-section ol li::before {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
}