@import url("../Pages/product-hero.css");
@import url("../Pages/buttons.css");
@import url("../Pages/common.css");
@import url("../product/product_common.css");
@import url("../Pages/section-title.css");
@import url("../responsive.css");

/* General Page Layout & Spacing */
.cert-section {
    padding: 80px 0;
    background-color: white;
}

.cert-bg-light {
    background-color: #f8fafc;
}

/* Snapshot Grid */
.snapshot-container {
    /* margin-top: -50px; */
    position: relative;
    z-index: 10;
}

.snapshot-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2f6;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.snapshot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.snapshot-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0056b3;
    margin-bottom: 5px;
}

.snapshot-label {
    font-size: 0.95rem;
    color: #475569;
    font-weight: 600;
    line-height: 1.3;
}

/* Narrative Section */
.engineering-trust-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Pillar Cards */
.pillar-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.pillar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}

.cert-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: all 0.3s ease;
}

.cert-card:hover {
    border-color: var(--mantra-blue);
    box-shadow: 0 8px 25px rgba(0, 86, 179, 0.08);
}

.cert-badge-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--mantra-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.cert-card p {
    color: var(--color-muted);
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.cert-card .cert-image {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    max-height: 90px;
    /* min-height: 0; */
    overflow: hidden;
}

/* Why Matters Section */
.matters-list {
    list-style: none;
    padding-left: 0;
}

.matters-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 1rem;
    color: var(--grey-900);
    line-height: 1.5;
}

.matters-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--mantra-blue);
    font-size: 1.2rem;
}

/* Call To Action Panel */
.cta-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 50px 40px;
    color: #ffffff;
    text-align: center;
}

.cta-banner h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 15px;
}

.cta-banner p {
    color: var(--grey-100);
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto 30px auto;
}



/* ---------- Large Desktop ---------- */
@media (max-width: 1399.98px) {

    .cert-section {
        padding: 70px 0;
    }

    .snapshot-card {
        padding: 25px 18px;
    }

    .snapshot-number {
        font-size: 2rem;
    }

    .snapshot-label {
        font-size: 0.92rem;
    }

    .engineering-trust-box {
        padding: 35px;
    }

    .cert-card {
        padding: 22px;
    }

    .cta-banner {
        padding: 45px 35px;
    }
}


/* ---------- Laptop ---------- */
@media (max-width: 1199.98px) {

    .cert-section {
        padding: 65px 0;
    }

    .snapshot-card {
        padding: 24px 16px;
    }

    .snapshot-number {
        font-size: 1.9rem;
    }

    .snapshot-label {
        font-size: 0.9rem;
    }

    .engineering-trust-box {
        padding: 32px;
    }

    .pillar-header {
        margin-bottom: 25px;
        padding-bottom: 13px;
    }

    .pillar-title {
        font-size: 1.4rem;
    }

    .cert-card {
        padding: 20px;
    }

    .cert-badge-subtitle {
        font-size: 0.8rem;
    }

    .cert-card p {
        font-size: 0.9rem;
    }

    .matters-list li {
        font-size: 0.95rem;
        padding-left: 30px;
    }

    .cta-banner {
        padding: 42px 30px;
    }

    .cta-banner h2 {
        font-size: 1.9rem;
    }

    .cta-banner p {
        font-size: 1rem;
    }
}


/* ---------- Tablet ---------- */
@media (max-width: 991.98px) {

    .cert-section {
        padding: 55px 0;
    }

    .snapshot-card {
        padding: 22px 15px;
    }

    .snapshot-number {
        font-size: 1.8rem;
    }

    .snapshot-label {
        font-size: 0.88rem;
    }

    .engineering-trust-box {
        padding: 28px;
    }

    .pillar-header {
        margin-bottom: 22px;
        padding-bottom: 12px;
    }

    .pillar-title {
        font-size: 1.3rem;
    }

    .cert-card {
        padding: 20px;
    }

    .cert-badge-subtitle {
        font-size: 0.78rem;
    }

    .cert-card p {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .matters-list li {
        padding-left: 29px;
        margin-bottom: 14px;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .matters-list li i {
        font-size: 1.1rem;
    }

    .cta-banner {
        padding: 38px 28px;
        border-radius: 18px;
    }

    .cta-banner h2 {
        font-size: 1.8rem;
        line-height: 1.25;
    }

    .cta-banner p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
}


/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {

    .cert-section {
        padding: 48px 0;
    }

    .snapshot-container {
        z-index: 10;
    }

    .snapshot-card {
        padding: 20px 15px;
        border-radius: 14px;
    }

    .snapshot-number {
        font-size: 1.7rem;
        margin-bottom: 4px;
    }

    .snapshot-label {
        font-size: 0.85rem;
        line-height: 1.35;
    }

    .engineering-trust-box {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .pillar-header {
        margin-bottom: 20px;
        padding-bottom: 11px;
    }

    .pillar-title {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .cert-card {
        padding: 18px;
        border-radius: 11px;
    }

    .cert-badge-subtitle {
        font-size: 0.75rem;
        line-height: 1.4;
        letter-spacing: 0.4px;
    }

    .cert-card p {
        font-size: 0.85rem;
        line-height: 1.55;
    }

    .matters-list li {
        padding-left: 27px;
        margin-bottom: 13px;
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .matters-list li i {
        font-size: 1rem;
        top: 2px;
    }

    .cta-banner {
        padding: 32px 20px;
        border-radius: 16px;
    }

    .cta-banner h2 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .cta-banner p {
        font-size: 0.9rem;
        line-height: 1.55;
        margin-bottom: 22px;
    }
}


/* ---------- Small Mobile ---------- */
@media (max-width: 575.98px) {

    .cert-section {
        padding: 42px 0;
    }

    .snapshot-card {
        padding: 18px 12px;
        border-radius: 13px;
    }

    .snapshot-number {
        font-size: 1.55rem;
    }

    .snapshot-label {
        font-size: 0.8rem;
    }

    .engineering-trust-box {
        padding: 20px 16px;
        border-radius: 13px;
    }

    .pillar-header {
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .pillar-title {
        font-size: 1.15rem;
    }

    .cert-card {
        padding: 16px;
        border-radius: 10px;
    }

    .cert-badge-subtitle {
        font-size: 0.7rem;
    }

    .cert-card p {
        font-size: 0.8rem;
        line-height: 1.55;
    }

    .matters-list li {
        padding-left: 25px;
        margin-bottom: 12px;
        font-size: 0.82rem;
    }

    .matters-list li i {
        font-size: 0.95rem;
    }

    .cta-banner {
        padding: 26px 16px;
        border-radius: 14px;
    }

    .cta-banner h2 {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .cta-banner p {
        font-size: 0.82rem;
        line-height: 1.55;
        margin-bottom: 20px;
    }
}


/* ---------- Very Small Devices ---------- */
@media (max-width: 380px) {

    .cert-section {
        padding: 36px 0;
    }

    .snapshot-card {
        padding: 16px 10px;
    }

    .snapshot-number {
        font-size: 1.4rem;
    }

    .snapshot-label {
        font-size: 0.75rem;
    }

    .engineering-trust-box {
        padding: 18px 14px;
    }

    .pillar-title {
        font-size: 1.05rem;
    }

    .cert-card {
        padding: 14px;
    }

    .cert-badge-subtitle {
        font-size: 0.68rem;
    }

    .cert-card p {
        font-size: 0.76rem;
    }

    .matters-list li {
        padding-left: 23px;
        font-size: 0.78rem;
    }

    .cta-banner {
        padding: 22px 14px;
    }

    .cta-banner h2 {
        font-size: 1.25rem;
    }

    .cta-banner p {
        font-size: 0.78rem;
    }
}