/* =========================================================
   SIVAKASI CRACKERS 4U
   SEO CONTENT SECTION
   ========================================================= */

.seo-content-section {
    position: relative;
    padding: 90px 20px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(245, 158, 11, 0.08),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #fffaf3 0%,
            #ffffff 100%
        );
    overflow: hidden;
}

.seo-content-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.seo-heading-wrap {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 18px;

    border: 1px solid rgba(217, 119, 6, 0.18);
    border-radius: 999px;

    background: rgba(245, 158, 11, 0.09);

    color: #b45309;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.seo-heading-wrap h2 {
    margin: 0;

    color: #171717;

    font-size: clamp(34px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.seo-lead {
    max-width: 720px;
    margin: 22px auto 0;

    color: #666;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;

    margin-bottom: 60px;
}

.seo-feature-card {
    display: flex;
    gap: 18px;

    padding: 30px;

    background: rgba(255, 255, 255, 0.9);

    border: 1px solid #eeeeee;
    border-radius: 20px;

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.045);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.seo-feature-card:hover {
    transform: translateY(-5px);

    border-color: rgba(245, 158, 11, 0.3);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.08);
}


/* Icon */

.seo-feature-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #fff5df;

    color: #d97706;

    font-size: 23px;
    font-weight: 700;
}

.seo-feature-card h3 {
    margin: 2px 0 10px;

    color: #202020;

    font-size: 19px;
    font-weight: 750;
    line-height: 1.3;
}

.seo-feature-card p {
    margin: 0;

    color: #686868;

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.seo-main-content {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
    gap: 55px;

    align-items: start;

    max-width: 1080px;
    margin: 0 auto 60px;
}

.seo-content-column h3 {
    margin: 0 0 14px;

    color: #202020;

    font-size: 27px;
    line-height: 1.3;
}

.seo-content-column h3:not(:first-child) {
    margin-top: 38px;
}

.seo-content-column p {
    margin: 0 0 18px;

    color: #5e5e5e;

    font-size: 16px;
    line-height: 1.85;
}

.seo-content-column strong {
    color: #292929;
    font-weight: 700;
}


/* =========================================================
   BENEFITS BOX
   ========================================================= */

.seo-benefits {
    padding: 30px;

    background: #171717;

    border-radius: 22px;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.12);
}

.seo-benefits-label {
    display: block;
    margin-bottom: 12px;

    color: #f59e0b;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.seo-benefits h3 {
    margin: 0 0 25px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 750;
}

.seo-benefits ul {
    display: flex;
    flex-direction: column;
    gap: 15px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.seo-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    color: #d6d6d6;

    font-size: 14px;
    line-height: 1.5;
}

.seo-benefits li span {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    background: rgba(245, 158, 11, 0.14);

    color: #f59e0b;

    font-size: 12px;
    font-weight: 800;
}


/* =========================================================
   BOTTOM CTA
   ========================================================= */

.seo-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 30px 35px;

    background: #fff;

    border: 1px solid #eeeeee;
    border-radius: 20px;

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.045);
}

.seo-bottom-label {
    display: block;
    margin-bottom: 7px;

    color: #b45309;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.seo-bottom h3 {
    margin: 0;

    color: #202020;

    font-size: 22px;
    line-height: 1.35;
}

.seo-button {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 21px;

    border-radius: 12px;

    background: #171717;
    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.seo-button:hover {
    transform: translateY(-2px);

    background: #333;
}

.seo-button span {
    font-size: 18px;
    line-height: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .seo-content-section {
        padding: 70px 18px;
    }

    .seo-feature-grid {
        grid-template-columns: 1fr;
    }

    .seo-main-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .seo-benefits {
        max-width: 600px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .seo-content-section {
        padding: 55px 15px;
    }

    .seo-heading-wrap {
        margin-bottom: 40px;
    }

    .seo-heading-wrap h2 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }

    .seo-lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .seo-feature-card {
        padding: 24px;
    }

    .seo-feature-icon {
        flex-basis: 46px;

        width: 46px;
        height: 46px;

        font-size: 20px;
    }

    .seo-feature-card h3 {
        font-size: 18px;
    }

    .seo-main-content {
        gap: 30px;
    }

    .seo-content-column h3 {
        font-size: 23px;
    }

    .seo-content-column p {
        font-size: 15px;
        line-height: 1.8;
    }

    .seo-benefits {
        padding: 25px;
    }

    .seo-bottom {
        flex-direction: column;
        align-items: flex-start;

        padding: 25px;
    }

    .seo-button {
        width: 100%;
        justify-content: center;
    }
}