/* ══════════════════════════════════════════
       SEO HERO SECTION
   ══════════════════════════════════════════ */
.seohero-section {
    background: #F5F4F0;
    padding: 110px 40px 100px;
    text-align: center;
}

.seohero-inner {
    max-width: 780px;
    margin: 0 auto;
}

.seohero-h1 {
    font-family: "f4", serif;
    font-size: 50px;
    color: #111111;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.seohero-italic {
    font-family: "f4", serif;
    font-style: italic;
    color: #2C4A6E;
    font-weight: 400;
}

.seohero-desc {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #444444;
    line-height: 1.75;
    margin-bottom: 40px;
}

.seohero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.seohero-btn-primary {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: #111111;
    border: 2px solid #111111;
    border-radius: 8px;
    padding: 14px 28px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.seohero-btn-primary:hover {
    background: transparent;
    color: #111111;
}

.seohero-btn-ghost {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #2C4A6E;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.seohero-btn-ghost:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .seohero-section {
        padding: 80px 24px 72px;
    }
}

@media (max-width: 480px) {
    .seohero-section {
        padding: 64px 16px 56px;
    }

    .seohero-btns {
        flex-direction: column;
        gap: 16px;
    }
}


/* ══════════════════════════════════════════
       SEO TYPES SECTION
   ══════════════════════════════════════════ */
.seotypes-section {
    background: #F5F4F0;
    padding: 40px 40px;
}

.seotypes-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.seotypes-card {
    border-radius: 20px;
    padding: 44px 44px 40px;
    display: flex;
    flex-direction: column;
}

.seotypes-card--blue {
    background: #ddeaf5;
}

.seotypes-card--green {
    background: #ddeedd;
}

.seotypes-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    font-size: 24px;
    color: #555555;
}

.seotypes-title {
    font-family: "f4", serif;
    font-size: 42px;
    color: #111111;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 14px;
}

.seotypes-italic {
    font-family: "f4", serif;
    font-style: italic;
    color: #2C4A6E;
    font-weight: 400;
}

.seotypes-subtitle {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #555555;
    margin-bottom: 24px;
    line-height: 1.5;
}

.seotypes-body {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    flex: 1;
    margin-bottom: 40px;
}

.seotypes-link {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #2C4A6E;
    text-decoration: none;
    transition: opacity 0.2s;
    margin-top: auto;
}

.seotypes-link:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .seotypes-inner {
        grid-template-columns: 1fr;
    }

    .seotypes-section {
        padding: 16px 24px 72px;
    }
}

@media (max-width: 480px) {
    .seotypes-section {
        padding: 12px 16px 56px;
    }

    .seotypes-card {
        padding: 32px 28px;
    }
}


/* ══════════════════════════════════════════
       CHENNAI SEO INTRO SECTION
   ══════════════════════════════════════════ */
.chennaisco-section {
    background: #F5F4F0;
    padding: 40px 40px;
}

.chennaisco-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.chennaisco-h2 {
    font-family: "f4", serif;
    font-size: 42px;
    color: #111111;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
}

.chennaisco-italic {
    font-family: "f4", serif;
    font-style: italic;
    color: #2C4A6E;
    font-weight: 400;
}

.chennaisco-body {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #444444;
    line-height: 1.85;
}

@media (max-width: 768px) {
    .chennaisco-section {
        padding: 64px 24px 72px;
    }
}

@media (max-width: 480px) {
    .chennaisco-section {
        padding: 48px 16px 56px;
    }
}



/* ══════════════════════════════════════════
       SEO PACKAGES HEADING SECTION
   ══════════════════════════════════════════ */
.seopkg-section {
    background: #F5F4F0;
    padding: 40px 40px;
    text-align: center;
}

.seopkg-inner {
    max-width: 700px;
    margin: 0 auto;
}

.seopkg-tag {
    font-family: "f2", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #4e6640;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.seopkg-line {
    display: inline-block;
    width: 36px;
    height: 1.5px;
    background: #4e6640;
    flex-shrink: 0;
}

.seopkg-h2 {
    font-family: "f4", serif;
    font-size: 42px;
    color: #111111;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}

.seopkg-italic {
    font-family: "f4", serif;
    font-style: italic;
    color: #2C4A6E;
    font-weight: 400;
}

.seopkg-desc {
    font-family: "f1", sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 1.75;
    max-width: 560px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .seopkg-section {
        padding: 64px 24px 48px;
    }
}

@media (max-width: 480px) {
    .seopkg-section {
        padding: 48px 16px 40px;
    }
}


/* ══════════════════════════════════════════
       SEO PRICING CARDS SECTION
   ══════════════════════════════════════════ */
.seoprice-section {
    background: #F5F4F0;
    padding: 20px 40px 100px;
}

.seoprice-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

/* Card base */
.seoprice-card {
    background: #ffffff;
    border: 1px solid #e4e2dc;
    border-radius: 14px;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Featured card */
.seoprice-card--featured {
    border: 2px solid #2C4A6E;
    padding-top: 52px;
}

/* Most popular badge */
.seoprice-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #2C4A6E;
    color: #ffffff;
    font-family: "f3", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
}

.seoprice-tier {
    font-family: "f2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #888888;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.seoprice-tiers {
    font-family: "f2", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #2C4A6E;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.seoprice-h3 {
    font-family: "f4", serif;
    font-size: clamp(24px, 2.2vw, 32px);
    color: #111111;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 32px;
}

/* Feature groups */
.seoprice-group {
    margin-bottom: 20px;
}

.seoprice-group-label {
    font-family: "f2", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2C4A6E;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e2dc;
    margin-bottom: 10px;
}

.seoprice-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.seoprice-list li {
    font-family: "f1", sans-serif;
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.seoprice-list li i {
    color: #4e6640;
    font-size: 14px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* Footer */
.seoprice-footer {
    margin-top: auto;
    padding-top: 28px;
}

.seoprice-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "f1", sans-serif;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    margin-bottom: 12px;
}

.seoprice-btn--outline {
    color: #111111;
    background: transparent;
    border: 1.5px solid #cccccc;
}

.seoprice-btn--outline:hover {
    border-color: #111111;
}

.seoprice-btn--filled {
    color: #ffffff;
    background: #111111;
    border: 1.5px solid #111111;
}

.seoprice-btn--filled:hover {
    background: #2C4A6E;
    border-color: #2C4A6E;
}

.seoprice-note {
    font-family: "f1", sans-serif;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

/* Bottom note */
.seoprice-bottomnote {
    max-width: 1280px;
    margin: 32px auto 0;
    text-align: center;
    font-family: "f1", sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.seoprice-bottomlink {
    color: #2C4A6E;
    text-decoration: none;
    border-bottom: 1px solid #2C4A6E;
    transition: opacity 0.2s;
}

.seoprice-bottomlink:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {
    .seoprice-inner {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .seoprice-section {
        padding: 16px 24px 72px;
    }
}

@media (max-width: 480px) {
    .seoprice-section {
        padding: 12px 16px 56px;
    }

    .seoprice-card {
        padding: 32px 24px;
    }

    .seoprice-card--featured {
        padding-top: 52px;
    }
}