/* section-hero.php */
.section-hero {
    max-width: 100%;
    margin-bottom: unset !important;
    padding: 80px 0 120px;
}

.post_content h1.page-tit {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
}

/* section-pioneer.php */
.section-pioneer {
    max-width: 100%;
    padding: 80px 0 0;
}

.section-pioneer .card-item {
    width: 80vw;
    padding: 60px 100px;
    background: #fff;
}

.section-pioneer .card-item:first-of-type {
    margin-bottom: 56px;
    border-radius: 0 56px 56px 0;
}

.section-pioneer .card-item:last-of-type {
    margin-left: 20vw;
    border-radius: 56px 0 0 56px;
}

/* section-why-dominates.php */
.section-why-dominates .tit-bottom-txt {
    margin-bottom: 48px;
    text-align: center;
}

.section-why-dominates .tit-bottom-txt .large-txt {
    font-size: 2rem;
    margin-bottom: 0;
}

.section-why-dominates .card-wrap {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 332px);
    justify-content: space-between;
    row-gap: 37px;
}

.section-why-dominates .card {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.section-why-dominates .card-tit {
    text-align: center;
}

.section-why-dominates .card-txt{
    text-align: left;
}

/* section-differentiators.php */
.section-differentiators .diff-subtit {
    font-weight: bold;
}

.section-differentiators .differentiators-block:first-of-type {
    margin-bottom: 80px;
}

.section-differentiators .diff-table th {
    font-weight: bold;
    text-align: left;
    background-color: #D9D9D9;
    border-bottom: 1px solid #fff;
}

.section-differentiators .diff-table-group {
    margin-bottom: 48px;
}

.section-differentiators .diff-vs {
    margin-bottom: 16px;
    text-align: center;
    line-height: normal;
}

/* section-unique-advantages.php */
.section-unique-advantages .tit-bottom-txt {
    margin-bottom: 24px;
    text-align: center;
}

.section-unique-advantages .sub-tit {
    width: fit-content;
    margin-bottom: 0;
}

.section-unique-advantages .card-wrap {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(5, 210px);
    justify-content: space-between;
}

.section-unique-advantages .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.section-unique-advantages .card-tit {
    margin-top: unset;
    text-align: center;
}

/* section-why-msp.php */
.section-why-msp .msp-challenge,
.section-why-msp .msp-value {
    padding: 32px;
    text-align: center;
}

.section-why-msp .msp-challenge {
    background-color: #EEA536;
}

.section-why-msp .msp-value {
    background-color: #A3C926;
}

.section-why-msp .sub-tit {
    text-align: center;
    margin: 0;
}

.section-why-msp .msp-challenge ul {
    width: fit-content;
    margin: 20px auto 0;
    list-style: disc;
}

.section-why-msp .msp-challenge li {
    line-height: normal;
}

.section-why-msp .card-wrap {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 200px);
    justify-content: space-between;
}

.section-why-msp .card {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
}

/* section-metrics.php */
.section-metrics .benchmarks-wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #333;
}

.section-metrics .impact-wrap .card-top-txt {
    flex-direction: column;
    gap: unset;
}

.section-metrics .sub-tit {
    text-align: center;
}

.section-metrics .card-wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 250px);
    justify-content: space-between;
}

.section-metrics .card {
    padding: 32px 2%;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.section-metrics .card-top-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section-metrics .card-top-txt p {
    font-weight: bold;
}

.section-metrics .card-top-txt p:first-of-type {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: normal;
}

.section-metrics .card-top-txt p:last-of-type {
    font-size: 1.8rem;
}

.section-metrics .card-txt {
    width: 90%;
    margin: 16px auto 0;
    text-align: left;
}

/* section-start.php */
.section-start .make-wrap,
.section-start .started-wrap {
    margin-bottom: 80px;
}

.section-start .sub-tit {
    text-align: center;
}

.section-start .make-wrap p{
    max-width: 720px;
    margin: 0 auto;
}

.section-start .started-wrap .sub-tit {
    margin-bottom: unset;
}

.section-start .started-wrap p {
    text-align: center;
}

.section-start .list-wrap {
    width: fit-content;
    margin: 20px auto 0;
    list-style: disc;
}

.section-start .list-wrap li {
    line-height: normal;
}

.section-start .contact-link {
    display: block;
    width: 30%;
    margin: 0 auto 20px;
    background: #0c6dff;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: transform 0.3s;
}

.section-start .contact-link:hover {
    color: #fff;
    text-decoration-line: none;
    transform: translateY(-5px);
}

@media screen and (max-width: 1000px) {
    /* section-hero.php */
    .section-hero {
        padding: 80px 5%;
    }

    /* section-pioneer.php */
    .section-pioneer .card-item {
        width: 85vw;
        padding: 30px 50px;
    }

    .section-pioneer .card-item:last-of-type {
        margin-left: 15vw;
    }

    /* section-why-dominates.php */
    .section-why-dominates .card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* section-unique-advantages.php */
    .section-unique-advantages .card-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    /* section-why-msp.php */
    .section-why-msp .card-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    /* section-metrics.php */
    .section-metrics .card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-metrics .card {
        padding: 30px;
    }

    .section-metrics .card-txt {
        width: unset;
        text-align: center;
    }

    /* section-start.php */
    .section-start .contact-link {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    /* section-pioneer.php */
    .section-pioneer .card-item {
        width: 95vw;
    }

    .section-pioneer .card-item:last-of-type {
        margin-left: 5vw;
    }

    /* section-why-dominates.php */
    .section-why-dominates .tit-bottom-txt .large-txt{
        margin-bottom: 10px;
        line-height: normal;
    }

    .section-why-dominates .card-wrap {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .section-why-dominates .card-txt{
        text-align: center;
    }

    /* section-differentiators.php */
    .section-differentiators .table-scroll {
        overflow-x: auto;
    }

    .section-differentiators .diff-table {
        width: 500px;
    }

    /* section-unique-advantages.php */
    .section-unique-advantages .sub-tit {
        text-align: center;
    }

    .section-unique-advantages .card-wrap {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .section-unique-advantages .card-txt{
        text-align: center;
    }

    /* section-why-msp.php */
    .section-why-msp .card-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* section-metrics.php */
    .section-metrics .card-wrap {
        grid-template-columns: 1fr;
        justify-content: unset;
    }

    .section-metrics .card {
        padding: 24px;
    }
}