/* =====================================
   WHY PIMS PAGE
===================================== */


/* =====================================
   HERO
===================================== */

.why-hero {
    position: relative;

    overflow: hidden;

    padding: 105px 0;

    background:
        linear-gradient(
            120deg,
            #052f53,
            #0a4b7f
        );

    color: #ffffff;
}


.why-hero::before {
    content: '';

    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, .025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, .025) 1px,
            transparent 1px
        );

    background-size: 50px 50px;

    pointer-events: none;
}


.why-hero-inner {
    position: relative;

    z-index: 2;

    max-width: 900px;

    text-align: center;
}


.why-hero-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #add9ff;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}


.why-hero h1 {
    font-size: clamp(44px, 5vw, 64px);

    line-height: 1.08;

    letter-spacing: -2.5px;
}


.why-hero h1 span {
    color: var(--orange);
}


.why-hero p {
    max-width: 740px;

    margin: 22px auto 0;

    color: rgba(255, 255, 255, .76);

    font-size: 16px;

    line-height: 1.8;
}


.why-hero-actions {
    margin-top: 32px;

    display: flex;
    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}


.why-hero-circle {
    position: absolute;

    border:
        1px solid
        rgba(255, 255, 255, .08);

    border-radius: 50%;

    pointer-events: none;
}


.why-circle-one {
    width: 500px;
    height: 500px;

    right: -180px;
    top: -280px;
}


.why-circle-two {
    width: 320px;
    height: 320px;

    left: -180px;
    bottom: -200px;
}


/* =====================================
   QUICK STRIP
===================================== */

.why-quick {
    background: var(--green);

    color: #ffffff;
}


.why-quick-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));
}


.why-quick-item {
    min-height: 105px;

    padding: 22px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right:
        1px solid
        rgba(255, 255, 255, .18);
}


.why-quick-item:last-child {
    border-right: 0;
}


.why-quick-item strong {
    font-size: 15px;
}


.why-quick-item span {
    margin-top: 2px;

    font-size: 11px;

    opacity: .8;
}


/* =====================================
   INTRO
===================================== */

.why-intro {
    padding: 110px 0;

    background: #ffffff;
}


.why-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, .8fr);

    align-items: center;

    gap: 90px;
}


.why-intro-content h2 {
    max-width: 600px;

    font-size: clamp(34px, 4vw, 48px);

    line-height: 1.15;

    letter-spacing: -1.7px;
}


.why-intro-content h2 strong {
    color: var(--navy);
}


.why-intro-content > p {
    margin-top: 17px;

    color: var(--text);

    font-size: 15px;

    line-height: 1.8;
}


.why-intro-content .btn {
    margin-top: 28px;
}


/* VISUAL */

.why-intro-visual {
    position: relative;

    min-height: 430px;

    display: grid;
    place-items: center;
}


.why-visual-main {
    width: 360px;
    height: 360px;

    max-width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius:
        39% 61% 57% 43% /
        48% 40% 60% 52%;

    background:
        linear-gradient(
            145deg,
            #e3f1fb,
            #fff1e6
        );

    text-align: center;
}


.why-shield {
    width: 85px;
    height: 85px;

    margin-bottom: 20px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #ffffff;

    color: var(--navy);

    box-shadow:
        0 15px 40px
        rgba(7, 59, 104, .12);
}


.why-shield svg {
    width: 52px;
    height: 52px;
}


.why-visual-main strong {
    color: var(--navy);

    font-size: 27px;
}


.why-visual-main span {
    color: var(--orange);

    font-size: 21px;
    font-weight: 700;
}


.why-visual-main small {
    margin-top: 3px;

    color: var(--text);

    font-size: 13px;
}


.why-floating-badge {
    position: absolute;

    right: 5%;
    bottom: 30px;

    padding: 15px 24px;

    border-radius: 8px;

    background: var(--orange);

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    box-shadow:
        0 15px 35px
        rgba(245, 130, 32, .25);
}


/* =====================================
   SECTION HEADING
===================================== */

.why-section-heading {
    max-width: 740px;

    margin: 0 auto 55px;

    text-align: center;
}


.why-section-heading h2 {
    font-size: clamp(34px, 4vw, 47px);

    line-height: 1.15;

    letter-spacing: -1.7px;
}


.why-section-heading h2 strong {
    color: var(--navy);
}


.why-section-heading p {
    max-width: 600px;

    margin: 16px auto 0;

    color: var(--text);

    line-height: 1.8;
}


/* =====================================
   REASONS
===================================== */

.why-reasons-section {
    padding: 105px 0;

    background: #f5f8fb;
}


.why-reasons-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.why-reason {
    padding: 30px;

    border: 1px solid var(--border);

    border-radius: 12px;

    background: #ffffff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.why-reason:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px
        rgba(14, 46, 74, .08);
}


.why-number {
    width: 46px;
    height: 46px;

    margin-bottom: 20px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #eaf3fb;

    color: var(--navy);

    font-size: 11px;
    font-weight: 800;
}


.why-reason h3 {
    margin-bottom: 10px;

    font-size: 18px;
}


.why-reason p {
    color: var(--text);

    font-size: 13px;

    line-height: 1.75;
}


/* =====================================
   TRAINING
===================================== */

.why-training-section {
    padding: 110px 0;

    background: #ffffff;
}


.why-training-grid {
    display: grid;

    grid-template-columns:
        minmax(0, .85fr)
        minmax(0, 1fr);

    gap: 90px;

    align-items: start;
}


.why-training-heading h2 {
    font-size: clamp(34px, 4vw, 48px);

    line-height: 1.15;

    letter-spacing: -1.7px;
}


.why-training-heading h2 strong {
    color: var(--navy);
}


.why-training-heading > p {
    margin-top: 18px;

    color: var(--text);

    line-height: 1.8;
}


.why-training-list {
    display: grid;

    gap: 5px;
}


.training-list-item {
    padding: 22px 0;

    display: flex;

    gap: 17px;

    border-bottom:
        1px solid var(--border);
}


.training-check {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #e8f9f2;

    color: var(--green);

    font-size: 15px;
    font-weight: 800;
}


.training-list-item h3 {
    margin-bottom: 5px;

    font-size: 17px;
}


.training-list-item p {
    color: var(--text);

    font-size: 13px;

    line-height: 1.65;
}


/* =====================================
   COURSES
===================================== */

.why-courses {
    padding: 105px 0;

    background:
        linear-gradient(
            180deg,
            #f1f7fc,
            #f8fafc
        );
}


.why-courses-heading {
    max-width: 720px;

    margin-bottom: 50px;
}


.why-courses-heading h2 {
    font-size: clamp(34px, 4vw, 47px);

    line-height: 1.15;

    letter-spacing: -1.7px;
}


.why-courses-heading h2 strong {
    color: var(--navy);
}


.why-course-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.why-course-item {
    padding: 32px;

    border: 1px solid var(--border);

    border-radius: 12px;

    background: #ffffff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.why-course-item:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px
        rgba(12, 43, 70, .08);
}


.why-course-top {
    width: 50px;
    height: 50px;

    margin-bottom: 20px;

    display: grid;
    place-items: center;

    border-radius: 10px;

    background: var(--navy);

    color: #ffffff;

    font-size: 21px;
    font-weight: 800;
}


.why-course-item h3 {
    margin-bottom: 10px;

    color: var(--navy);

    font-size: 22px;
}


.why-course-item p {
    min-height: 90px;

    color: var(--text);

    font-size: 13px;

    line-height: 1.7;
}


.why-course-item a {
    display: inline-block;

    margin-top: 20px;

    color: var(--orange);

    font-size: 13px;
    font-weight: 700;
}


/* =====================================
   JOURNEY
===================================== */

.why-journey {
    padding: 105px 0;

    background: #ffffff;
}


.journey-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr)
        auto
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: center;

    gap: 18px;
}


.journey-step {
    text-align: center;
}


.journey-step > span {
    width: 52px;
    height: 52px;

    margin: 0 auto 18px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--navy);

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
}


.journey-step h3 {
    margin-bottom: 8px;

    font-size: 17px;
}


.journey-step p {
    color: var(--text);

    font-size: 12px;

    line-height: 1.65;
}


.journey-line {
    width: 45px;
    height: 1px;

    background: #ccd8e3;
}


/* =====================================
   FINAL CTA
===================================== */

.why-final-cta {
    padding: 65px 0;

    background: var(--green);

    color: #ffffff;
}


.why-final-inner {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 40px;
}


.why-final-inner > div:first-child > span {
    display: block;

    margin-bottom: 6px;

    font-size: 10px;

    letter-spacing: .9px;

    text-transform: uppercase;

    opacity: .8;
}


.why-final-inner h2 {
    font-size: 31px;
}


.why-final-inner p {
    margin-top: 7px;

    color: rgba(255, 255, 255, .8);

    font-size: 13px;
}


.why-final-actions {
    display: flex;

    gap: 10px;

    flex-shrink: 0;
}


.why-white-btn {
    background: #ffffff;

    color: var(--green);
}


.why-white-outline {
    border:
        1px solid
        rgba(255, 255, 255, .65);

    color: #ffffff;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1000px) {

    .why-quick-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    .why-intro-grid {
        gap: 50px;
    }


    .why-reasons-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .journey-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 35px;
    }


    .journey-line {
        display: none;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 768px) {

    .why-hero {
        padding: 70px 0;
    }


    .why-hero-inner {
        text-align: left;
    }


    .why-hero h1 {
        font-size: 39px;

        letter-spacing: -1.5px;
    }


    .why-hero p {
        margin-left: 0;

        font-size: 14px;
    }


    .why-hero-actions {
        justify-content: flex-start;

        flex-direction: column;
    }


    .why-hero-actions .btn {
        width: 100%;
    }


    .why-quick-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .why-intro,
    .why-reasons-section,
    .why-training-section,
    .why-courses,
    .why-journey {
        padding: 70px 0;
    }


    .why-intro-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .why-intro-visual {
        min-height: 320px;
    }


    .why-visual-main {
        width: 280px;
        height: 280px;
    }


    .why-floating-badge {
        right: 10px;
        bottom: 10px;
    }


    .why-reasons-grid {
        grid-template-columns: 1fr;
    }


    .why-training-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .why-course-grid {
        grid-template-columns: 1fr;
    }


    .why-course-item p {
        min-height: auto;
    }


    .journey-grid {
        grid-template-columns: 1fr;
    }


    .why-final-inner {
        flex-direction: column;

        align-items: flex-start;
    }


    .why-final-actions {
        width: 100%;

        flex-direction: column;
    }


    .why-final-actions .btn {
        width: 100%;
    }
}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 420px) {

    .why-hero h1 {
        font-size: 34px;
    }


    .why-quick-grid {
        grid-template-columns: 1fr;
    }


    .why-quick-item {
        min-height: 80px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.15);
    }


    .why-intro-content h2,
    .why-section-heading h2,
    .why-training-heading h2,
    .why-courses-heading h2 {
        font-size: 30px;
    }


    .why-final-inner h2 {
        font-size: 26px;
    }
}