
   

        .home-hero {

            min-height: 680px;

            display: flex;
            align-items: center;

            position: relative;

            overflow: hidden;

            background:
                linear-gradient(
                    120deg,
                    #073b5c 0%,
                    #0874b9 55%,
                    #0a88a0 100%
                );
        }


        .home-hero::before {

            content: "";

            position: absolute;

            width: 700px;
            height: 700px;

            right: -280px;
            top: -260px;

            border-radius: 50%;

            border:
                100px solid
                rgba(130,195,65,.12);
        }


        .home-hero::after {

            content: "";

            position: absolute;

            width: 400px;
            height: 400px;

            left: -250px;
            bottom: -250px;

            border-radius: 50%;

            border:
                65px solid
                rgba(255,255,255,.07);
        }


        .hero-grid {

            position: relative;

            z-index: 2;

            display: grid;

            grid-template-columns:
                1.1fr .9fr;

            gap: 60px;

            align-items: center;
        }


        .hero-content {

            max-width: 750px;
        }


        .hero-eyebrow {

            display: inline-block;

            margin-bottom: 18px;

            color: #9bd45d;

            font-size: 12px;

            font-weight: 800;

            letter-spacing: 2.5px;

            text-transform: uppercase;
        }


        .hero-content h1 {

            margin: 0 0 25px;

            color: #ffffff;

            font-size: 65px;

            line-height: 1.04;

            letter-spacing: -1px;
        }


        .hero-content h1 span {

            color: #9bd45d;
        }


        .hero-content p {

            max-width: 650px;

            margin-bottom: 35px;

            color:
                rgba(255,255,255,.82);

            font-size: 17px;

            line-height: 1.9;
        }


        .hero-buttons {

            display: flex;

            gap: 14px;

            flex-wrap: wrap;
        }


        .hero-btn {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            min-width: 170px;

            height: 52px;

            padding: 0 25px;

            color: #ffffff;

            background: #82c341;

            font-size: 12px;

            font-weight: 800;

            text-decoration: none;

            transition: .3s ease;
        }


        .hero-btn:hover {

            color: #0874b9;

            background: #ffffff;

            transform:
                translateY(-3px);
        }


        .hero-btn-outline {

            background:
                transparent;

            border:
                1px solid
                rgba(255,255,255,.45);
        }


        .hero-btn-outline:hover {

            color: #ffffff;

            background:
                rgba(255,255,255,.12);

            border-color:
                #ffffff;
        }



        /* =====================================================
           HERO VISUAL
        ===================================================== */

        .hero-visual {

            position: relative;

            min-height: 480px;

            display: flex;

            align-items: center;

            justify-content: center;
        }


        .hero-circle {

            width: 360px;
            height: 360px;

            border-radius: 50%;

            background:
                linear-gradient(
                    145deg,
                    rgba(255,255,255,.16),
                    rgba(255,255,255,.03)
                );

            border:
                1px solid
                rgba(255,255,255,.18);

            box-shadow:
                0 30px 70px
                rgba(0,0,0,.15);

            display: flex;

            align-items: center;

            justify-content: center;
        }


        .hero-circle-inner {

            width: 250px;
            height: 250px;

            border-radius: 50%;

            background:
                linear-gradient(
                    145deg,
                    #ffffff,
                    #eaf3f6
                );

            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            text-align: center;

            box-shadow:
                0 15px 40px
                rgba(0,0,0,.15);
        }


        .hero-circle-inner strong {

            color: #0874b9;

            font-size: 31px;

            line-height: 1;
        }


        .hero-circle-inner span {

            margin-top: 10px;

            color: #679f2d;

            font-size: 10px;

            font-weight: 800;

            letter-spacing: 2px;
        }


        .floating-box {

            position: absolute;

            padding: 18px 22px;

            background: #ffffff;

            box-shadow:
                0 15px 35px
                rgba(0,0,0,.15);
        }


        .floating-box strong {

            display: block;

            color: #0874b9;

            font-size: 22px;
        }


        .floating-box span {

            color: #687182;

            font-size: 10px;

            font-weight: 700;

            text-transform: uppercase;
        }


        .floating-one {

            top: 55px;

            right: 10px;
        }


        .floating-two {

            bottom: 65px;

            left: 5px;
        }



        /* =====================================================
           STATS
        ===================================================== */

        .stats-section {

            background: #ffffff;

            border-bottom:
                1px solid #e8edf0;
        }


        .stats-grid {

            display: grid;

            grid-template-columns:
                repeat(4, 1fr);
        }


        .stat {

            padding: 35px 20px;

            text-align: center;

            border-right:
                1px solid #e8edf0;
        }


        .stat:last-child {
            border-right: none;
        }


        .stat strong {

            display: block;

            color: #0874b9;

            font-size: 32px;
        }


        .stat span {

            color: #687182;

            font-size: 11px;

            font-weight: 700;

            letter-spacing: .7px;

            text-transform: uppercase;
        }


        .stat:nth-child(even) strong {
            color: #679f2d;
        }



        /* =====================================================
           INTRO
        ===================================================== */

        .home-intro {

            padding: 100px 0;

            background: #ffffff;
        }


        .intro-grid-home {

            display: grid;

            grid-template-columns:
                1fr 1fr;

            gap: 70px;

            align-items: center;
        }


        .home-intro h2 {

            margin: 10px 0 20px;

            color: #17324d;

            font-size: 43px;

            line-height: 1.2;
        }


        .home-intro p {

            margin-bottom: 18px;

            color: #687182;

            font-size: 14px;

            line-height: 1.9;
        }


        .home-link {

            display: inline-flex;

            margin-top: 12px;

            color: #0874b9;

            font-size: 12px;

            font-weight: 800;

            text-decoration: none;
        }


        .home-link:hover {
            color: #679f2d;
        }


        .intro-cards {

            display: grid;

            grid-template-columns:
                1fr 1fr;

            gap: 18px;
        }


        .intro-card {

            min-height: 180px;

            padding: 28px;

            background: #f6f8fa;

            border-left:
                4px solid #0874b9;
        }


        .intro-card:nth-child(even) {

            border-left-color:
                #82c341;
        }


        .intro-card strong {

            display: block;

            margin-bottom: 12px;

            color: #0874b9;

            font-size: 25px;
        }


        .intro-card:nth-child(even) strong {
            color: #679f2d;
        }


        .intro-card h3 {

            margin-bottom: 8px;

            color: #17324d;

            font-size: 17px;
        }


        .intro-card p {

            margin: 0;

            font-size: 12px;
        }



        /* =====================================================
           SOLUTIONS
        ===================================================== */

        .solutions-section {

            padding: 95px 0;

            background: #f6f8fa;
        }


        .section-heading {

            max-width: 800px;

            margin: 0 auto 50px;

            text-align: center;
        }


        .section-heading h2 {

            margin: 10px 0 15px;

            color: #17324d;

            font-size: 42px;
        }


        .section-heading p {

            color: #687182;

            font-size: 14px;

            line-height: 1.8;
        }


        .solution-grid {

            display: grid;

            grid-template-columns:
                repeat(3, 1fr);

            gap: 22px;
        }


        .solution-card {

            position: relative;

            padding: 35px 28px;

            background: #ffffff;

            border-top:
                4px solid #0874b9;

            box-shadow:
                0 8px 25px
                rgba(23,50,77,.06);

            transition: .3s ease;
        }


        .solution-card:nth-child(even) {

            border-top-color:
                #82c341;
        }


        .solution-card:hover {

            transform:
                translateY(-7px);

            box-shadow:
                0 15px 35px
                rgba(23,50,77,.12);
        }


        .solution-number {

            margin-bottom: 20px;

            color: #0874b9;

            font-size: 25px;

            font-weight: 800;
        }


        .solution-card:nth-child(even)
        .solution-number {

            color: #679f2d;
        }


        .solution-card h3 {

            margin-bottom: 12px;

            color: #17324d;

            font-size: 20px;
        }


        .solution-card p {

            margin-bottom: 18px;

            color: #687182;

            font-size: 13px;

            line-height: 1.8;
        }


        .solution-card a {

            color: #0874b9;

            font-size: 11px;

            font-weight: 800;

            text-decoration: none;

            text-transform: uppercase;
        }



        /* =====================================================
           AUDIENCE SECTION
        ===================================================== */

        .audience-section {

            padding: 100px 0;

            background: #ffffff;
        }


        .audience-home-grid {

            display: grid;

            grid-template-columns:
                .9fr 1.1fr;

            gap: 70px;

            align-items: center;
        }


        .audience-image {

            min-height: 450px;

            background:
                linear-gradient(
                    135deg,
                    #0874b9,
                    #07588d
                );

            display: flex;

            align-items: center;

            justify-content: center;

            position: relative;

            overflow: hidden;
        }


        .audience-image::before {

            content: "";

            width: 320px;
            height: 320px;

            border-radius: 50%;

            border:
                65px solid
                rgba(130,195,65,.25);
        }


        .audience-image-text {

            position: absolute;

            text-align: center;
        }


        .audience-image-text strong {

            display: block;

            color: #ffffff;

            font-size: 32px;
        }


        .audience-image-text span {

            color: #9bd45d;

            font-size: 10px;

            font-weight: 800;

            letter-spacing: 2px;
        }


        .audience-home-content h2 {

            margin: 10px 0 20px;

            color: #17324d;

            font-size: 42px;

            line-height: 1.2;
        }


        .audience-home-content > p {

            margin-bottom: 22px;

            color: #687182;

            font-size: 14px;

            line-height: 1.9;
        }


        .audience-list {

            display: grid;

            grid-template-columns:
                1fr 1fr;

            gap: 10px;

            margin-top: 25px;
        }


        .audience-list div {

            padding: 14px;

            color: #17324d;

            background: #f6f8fa;

            border-left:
                3px solid #0874b9;

            font-size: 12px;

            font-weight: 700;
        }


        .audience-list div:nth-child(even) {

            border-left-color:
                #82c341;
        }



        /* =====================================================
           WHY PROMAN
        ===================================================== */

        .why-section {

            padding: 95px 0;

            background: #17324d;
        }


        .why-grid {

            display: grid;

            grid-template-columns:
                repeat(3, 1fr);

            gap: 25px;
        }


        .why-card {

            padding: 35px 28px;

            background:
                rgba(255,255,255,.06);

            border:
                1px solid
                rgba(255,255,255,.10);
        }


        .why-card span {

            display: block;

            margin-bottom: 18px;

            color: #82c341;

            font-size: 26px;

            font-weight: 800;
        }


        .why-card h3 {

            margin-bottom: 12px;

            color: #ffffff;

            font-size: 19px;
        }


        .why-card p {

            color: #c5d0da;

            font-size: 13px;

            line-height: 1.8;
        }



        /* =====================================================
           BLOG PREVIEW
        ===================================================== */

        .home-blog {

            padding: 95px 0;

            background: #f6f8fa;
        }


        .home-blog-grid {

            display: grid;

            grid-template-columns:
                repeat(3, 1fr);

            gap: 25px;
        }


        .home-blog-card {

            background: #ffffff;

            overflow: hidden;

            box-shadow:
                0 8px 25px
                rgba(23,50,77,.06);

            transition: .3s ease;
        }


        .home-blog-card:hover {

            transform:
                translateY(-6px);
        }


        .home-blog-image {

            height: 210px;

            background:
                linear-gradient(
                    135deg,
                    #0874b9,
                    #07588d
                );
        }


        .home-blog-image img {

            width: 100%;

            height: 100%;

            object-fit: cover;
        }


        .home-blog-content {

            padding: 25px;
        }


        .home-blog-category {

            color: #679f2d;

            font-size: 10px;

            font-weight: 800;

            letter-spacing: 1px;

            text-transform: uppercase;
        }


        .home-blog-content h3 {

            margin: 10px 0;

            color: #17324d;

            font-size: 19px;

            line-height: 1.4;
        }


        .home-blog-content p {

            margin-bottom: 15px;

            color: #687182;

            font-size: 12px;

            line-height: 1.8;
        }


        .home-blog-content a {

            color: #0874b9;

            font-size: 11px;

            font-weight: 800;

            text-decoration: none;

            text-transform: uppercase;
        }



        /* =====================================================
           CTA
        ===================================================== */

        .home-cta {

            padding: 90px 0;

            text-align: center;

            background:
                linear-gradient(
                    120deg,
                    #0874b9,
                    #07588d
                );

            color: #ffffff;
        }


        .home-cta h2 {

            margin-bottom: 15px;

            font-size: 42px;
        }


        .home-cta p {

            max-width: 700px;

            margin: 0 auto 28px;

            color:
                rgba(255,255,255,.82);

            font-size: 14px;

            line-height: 1.8;
        }


        .home-cta a {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            min-width: 190px;

            height: 50px;

            padding: 0 25px;

            color: #ffffff;

            background: #82c341;

            font-size: 12px;

            font-weight: 800;

            text-decoration: none;

            transition: .3s ease;
        }


        .home-cta a:hover {

            color: #0874b9;

            background: #ffffff;
        }



        /* =====================================================
           RESPONSIVE
        ===================================================== */

        @media(max-width: 950px) {

            .hero-grid,
            .intro-grid-home,
            .audience-home-grid {

                grid-template-columns: 1fr;
            }


            .hero-visual {

                min-height: 400px;
            }


            .solution-grid,
            .why-grid {

                grid-template-columns:
                    repeat(2, 1fr);
            }


            .home-blog-grid {

                grid-template-columns:
                    repeat(2, 1fr);
            }


            .stats-grid {

                grid-template-columns:
                    repeat(2, 1fr);
            }

        }


        @media(max-width: 600px) {

            .home-hero {

                min-height: 650px;
            }


            .hero-content h1 {

                font-size: 45px;
            }


            .hero-content p {

                font-size: 15px;
            }


            .hero-circle {

                width: 280px;
                height: 280px;
            }


            .hero-circle-inner {

                width: 190px;
                height: 190px;
            }


            .floating-one {

                right: 0;
            }


            .floating-two {

                left: 0;
            }


            .solution-grid,
            .why-grid,
            .home-blog-grid {

                grid-template-columns: 1fr;
            }


            .stats-grid {

                grid-template-columns: 1fr 1fr;
            }


            .stat {

                border-bottom:
                    1px solid #e8edf0;
            }


            .intro-cards,
            .audience-list {

                grid-template-columns: 1fr;
            }


            .home-intro h2,
            .audience-home-content h2,
            .section-heading h2,
            .home-cta h2 {

                font-size: 31px;
            }

        }
    /* =====================================================
   PROMAN HERO
===================================================== */

.pw-hero {

    position: relative;

    min-height: 690px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #062f4a 0%,
            #073b5c 48%,
            #075b87 100%
        );

    color: #ffffff;
}


/* =====================================================
   GRID BACKGROUND
===================================================== */

.pw-hero-grid {

    position: absolute;

    inset: 0;

    opacity: .10;

    background-image:
        linear-gradient(
            rgba(255,255,255,.5) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.5) 1px,
            transparent 1px
        );

    background-size:
        55px 55px;

    animation:
        heroGridMove 18s
        linear
        infinite;
}


@keyframes heroGridMove {

    from {
        background-position:
            0 0;
    }

    to {
        background-position:
            55px 55px;
    }

}


/* =====================================================
   GLOW
===================================================== */

.pw-hero-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(5px);

    pointer-events: none;
}


.pw-glow-one {

    width: 500px;
    height: 500px;

    right: -180px;
    top: -150px;

    background:
        rgba(130,195,65,.13);

    animation:
        heroGlowOne 7s
        ease-in-out
        infinite;
}


.pw-glow-two {

    width: 400px;
    height: 400px;

    left: -220px;
    bottom: -180px;

    background:
        rgba(8,116,185,.28);

    animation:
        heroGlowTwo 9s
        ease-in-out
        infinite;
}


@keyframes heroGlowOne {

    0%,
    100% {
        transform:
            scale(1);
    }

    50% {
        transform:
            scale(1.2);
    }

}


@keyframes heroGlowTwo {

    0%,
    100% {
        transform:
            scale(1);
    }

    50% {
        transform:
            scale(1.25);
    }

}


/* =====================================================
   PARTICLES
===================================================== */

.pw-particles span {

    position: absolute;

    width: 4px;
    height: 4px;

    background: #9bd45d;

    border-radius: 50%;

    opacity: .45;

    animation:
        particleFloat 8s
        ease-in-out
        infinite;
}


.pw-particles span:nth-child(1) {
    left: 12%;
    top: 25%;
    animation-delay: 0s;
}

.pw-particles span:nth-child(2) {
    left: 22%;
    top: 72%;
    animation-delay: 2s;
}

.pw-particles span:nth-child(3) {
    left: 42%;
    top: 18%;
    animation-delay: 4s;
}

.pw-particles span:nth-child(4) {
    left: 55%;
    top: 75%;
    animation-delay: 1s;
}

.pw-particles span:nth-child(5) {
    left: 72%;
    top: 20%;
    animation-delay: 3s;
}

.pw-particles span:nth-child(6) {
    left: 83%;
    top: 60%;
    animation-delay: 5s;
}

.pw-particles span:nth-child(7) {
    left: 90%;
    top: 35%;
    animation-delay: 2s;
}

.pw-particles span:nth-child(8) {
    left: 35%;
    top: 50%;
    animation-delay: 4s;
}


@keyframes particleFloat {

    0%,
    100% {

        transform:
            translateY(0);

        opacity: .25;

    }

    50% {

        transform:
            translateY(-25px);

        opacity: .8;

    }

}


/* =====================================================
   HERO CONTAINER
===================================================== */

.pw-hero-container {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding:
        100px 25px;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 50px;

    align-items: center;
}


/* =====================================================
   HERO CONTENT
===================================================== */

.pw-hero-content {

    max-width: 620px;

}


.pw-hero-tag {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 22px;

    padding:
        8px 13px;

    color: #9bd45d;

    background:
        rgba(130,195,65,.08);

    border:
        1px solid
        rgba(130,195,65,.22);

    border-radius: 30px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

}


.pw-tag-dot {

    width: 6px;
    height: 6px;

    background: #82c341;

    border-radius: 50%;

    box-shadow:
        0 0 0 5px
        rgba(130,195,65,.10);

    animation:
        tagPulse 2s
        infinite;
}


@keyframes tagPulse {

    0%,
    100% {
        box-shadow:
            0 0 0 4px
            rgba(130,195,65,.08);
    }

    50% {
        box-shadow:
            0 0 0 8px
            rgba(130,195,65,.02);
    }

}


/* =====================================================
   HEADING
===================================================== */

.pw-hero h1 {

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(42px, 5vw, 68px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 700;

}


.pw-hero h1 span {

    display: block;

    color: #9bd45d;

}


.pw-hero h1 strong {

    display: block;

    color: #ffffff;

    font-weight: 700;

}


/* =====================================================
   DESCRIPTION
===================================================== */

.pw-hero-description {

    max-width: 570px;

    margin:
        25px 0 30px;

    color:
        rgba(255,255,255,.68);

    font-size: 14px;

    line-height: 1.9;

}


/* =====================================================
   BUTTONS
===================================================== */

.pw-hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

}


.pw-hero-primary,
.pw-hero-secondary {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-height: 48px;

    padding:
        0 20px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;

}


.pw-hero-primary {

    color: #073b5c;

    background: #82c341;

}


.pw-hero-primary:hover {

    transform:
        translateY(-3px);

    background: #9bd45d;

    box-shadow:
        0 12px 25px
        rgba(130,195,65,.22);

}


.pw-hero-primary span {

    font-size: 18px;

    transition:
        transform .3s ease;

}


.pw-hero-primary:hover span {

    transform:
        translateX(4px);

}


.pw-hero-secondary {

    color: #ffffff;

    background:
        rgba(255,255,255,.06);

    border:
        1px solid
        rgba(255,255,255,.18);

}


.pw-hero-secondary:hover {

    transform:
        translateY(-3px);

    background:
        rgba(255,255,255,.12);

}


/* Download icon */

.pw-download-icon {

    display: flex;

    width: 17px;
    height: 17px;

}


.pw-download-icon svg {

    width: 100%;
    height: 100%;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;

    stroke-linejoin: round;

}


/* =====================================================
   TRUST
===================================================== */

.pw-hero-trust {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 25px;

    color:
        rgba(255,255,255,.40);

    font-size: 10px;

}


.pw-hero-trust span {

    width: 22px;
    height: 1px;

    background: #82c341;

}


/* =====================================================
   RIGHT VISUAL
===================================================== */

.pw-hero-visual {

    position: relative;

    height: 520px;

}


/* =====================================================
   CORE
===================================================== */

.pw-network-core {

    position: absolute;

    left: 50%;
    top: 50%;

    width: 210px;
    height: 210px;

    transform:
        translate(-50%, -50%);

}


.pw-core-ring {

    position: absolute;

    inset: 0;

    border:
        1px solid
        rgba(130,195,65,.28);

    border-radius: 50%;

}


.ring-one {

    animation:
        ringRotate 15s
        linear
        infinite;

}


.ring-two {

    inset: 18px;

    border-color:
        rgba(255,255,255,.15);

    animation:
        ringRotateReverse 12s
        linear
        infinite;

}


.ring-three {

    inset: 38px;

    border-color:
        rgba(130,195,65,.22);

    animation:
        ringRotate 9s
        linear
        infinite;

}


@keyframes ringRotate {

    from {
        transform:
            rotate(0deg);
    }

    to {
        transform:
            rotate(360deg);
    }

}


@keyframes ringRotateReverse {

    from {
        transform:
            rotate(360deg);
    }

    to {
        transform:
            rotate(0deg);
    }

}


/* =====================================================
   CORE INNER
===================================================== */

.pw-core-inner {

    position: absolute;

    inset: 55px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background:
        rgba(7,59,92,.90);

    border:
        1px solid
        rgba(255,255,255,.15);

    border-radius: 50%;

    box-shadow:
        0 0 60px
        rgba(130,195,65,.12);

}


.pw-core-icon {

    margin-bottom: 8px;

    color: #9bd45d;

    font-size: 25px;

    animation:
        corePulse 2.5s
        ease-in-out
        infinite;

}


@keyframes corePulse {

    0%,
    100% {
        transform:
            scale(1);
    }

    50% {
        transform:
            scale(1.15);
    }

}


.pw-core-inner strong {

    color: #ffffff;

    font-size: 12px;

    letter-spacing: 1px;

}


.pw-core-inner small {

    margin-top: 4px;

    color:
        rgba(255,255,255,.45);

    font-size: 7px;

    letter-spacing: 2px;

}


/* =====================================================
   NETWORK LINES
===================================================== */

.pw-network-line {

    position: absolute;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(130,195,65,.45),
            transparent
        );

    transform-origin: left center;

    animation:
        networkLine 3s
        ease-in-out
        infinite;

}


.line-one {

    width: 240px;

    left: 3%;

    top: 35%;

    transform:
        rotate(25deg);

}


.line-two {

    width: 210px;

    right: 2%;

    top: 32%;

    transform:
        rotate(-28deg);

    animation-delay: 1s;

}


.line-three {

    width: 230px;

    left: 20%;

    bottom: 24%;

    transform:
        rotate(-18deg);

    animation-delay: 2s;

}


@keyframes networkLine {

    0%,
    100% {
        opacity: .25;
    }

    50% {
        opacity: .8;
    }

}


/* =====================================================
   FLOATING DATA CARDS
===================================================== */

.pw-data-card {

    position: absolute;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 10px;

    padding:
        12px 15px;

    min-width: 145px;

    background:
        rgba(7,59,92,.75);

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 8px;

    backdrop-filter:
        blur(10px);

    box-shadow:
        0 15px 35px
        rgba(0,0,0,.15);

}


.pw-card-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 31px;
    height: 31px;

    color: #9bd45d;

    background:
        rgba(130,195,65,.10);

    border-radius: 6px;

}


.pw-data-card strong {

    display: block;

    color: #ffffff;

    font-size: 14px;

}


.pw-data-card small {

    display: block;

    margin-top: 2px;

    color:
        rgba(255,255,255,.45);

    font-size: 8px;

}


.card-one {

    top: 12%;

    left: 3%;

    animation:
        cardFloatOne 5s
        ease-in-out
        infinite;

}


.card-two {

    top: 17%;

    right: 0;

    animation:
        cardFloatTwo 6s
        ease-in-out
        infinite;

}


.card-three {

    bottom: 13%;

    right: 4%;

    animation:
        cardFloatOne 5.5s
        ease-in-out
        infinite;

}


@keyframes cardFloatOne {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-12px);
    }

}


@keyframes cardFloatTwo {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(12px);
    }

}


/* =====================================================
   NODES
===================================================== */

.pw-node {

    position: absolute;

    width: 7px;
    height: 7px;

    background: #82c341;

    border-radius: 50%;

    box-shadow:
        0 0 0 6px
        rgba(130,195,65,.08),
        0 0 15px
        rgba(130,195,65,.35);

    animation:
        nodePulse 2s
        ease-in-out
        infinite;

}


.node-one {

    top: 28%;
    left: 25%;
}


.node-two {

    top: 39%;
    right: 14%;

    animation-delay: .5s;
}


.node-three {

    bottom: 25%;
    left: 18%;

    animation-delay: 1s;
}


.node-four {

    bottom: 17%;
    right: 25%;

    animation-delay: 1.5s;
}


@keyframes nodePulse {

    0%,
    100% {
        transform:
            scale(1);

        opacity: .5;
    }

    50% {
        transform:
            scale(1.5);

        opacity: 1;
    }

}


/* =====================================================
   SCROLL
===================================================== */

.pw-hero-scroll {

    position: absolute;

    z-index: 5;

    bottom: 25px;

    left: 50%;

    transform:
        translateX(-50%);

    display: flex;

    align-items: center;

    gap: 10px;

    color:
        rgba(255,255,255,.35);

    font-size: 8px;

    letter-spacing: 2px;

}


.pw-hero-scroll span {

    display: block;

    width: 22px;
    height: 32px;

    border:
        1px solid
        rgba(255,255,255,.25);

    border-radius: 15px;

    position: relative;

}


.pw-hero-scroll span::after {

    content: "";

    position: absolute;

    width: 3px;
    height: 6px;

    top: 6px;
    left: 50%;

    transform:
        translateX(-50%);

    background: #82c341;

    border-radius: 3px;

    animation:
        scrollDot 1.8s
        ease-in-out
        infinite;

}


@keyframes scrollDot {

    0% {
        top: 6px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        top: 18px;
        opacity: 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 900px) {

    .pw-hero {

        min-height: auto;

    }

    .pw-hero-container {

        grid-template-columns: 1fr;

        padding:
            90px 25px 100px;

    }

    .pw-hero-content {

        max-width: 700px;

        text-align: center;

        margin: 0 auto;

    }

    .pw-hero-tag {

        margin-left: auto;
        margin-right: auto;

    }

    .pw-hero-description {

        margin-left: auto;
        margin-right: auto;

    }

    .pw-hero-buttons {

        justify-content: center;

    }

    .pw-hero-trust {

        justify-content: center;

    }

    .pw-hero-visual {

        height: 430px;

        max-width: 600px;

        width: 100%;

        margin: 0 auto;

    }

}


@media (max-width: 550px) {

    .pw-hero-container {

        padding:
            70px 20px 80px;

    }

    .pw-hero h1 {

        font-size: 40px;

        letter-spacing: -1px;

    }

    .pw-hero-description {

        font-size: 13px;

    }

    .pw-hero-visual {

        height: 350px;

        transform:
            scale(.82);

        margin-top: -20px;

        margin-bottom: -30px;

    }

    .pw-data-card {

        min-width: 125px;

        padding: 9px 11px;

    }

    .pw-hero-scroll {

        display: none;

    }

}

  /* =====================================================
   SOLUTIONS SECTION
===================================================== */

.pw-solutions {

    position: relative;

    padding: 100px 25px;

    background: #f7fafc;

    overflow: hidden;
}


.pw-section-heading {

    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;
}


.pw-section-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #0874b9;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}


.pw-section-heading h2 {

    margin: 0;

    color: #17324d;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.15;
}


.pw-section-heading h2 span {

    color: #82c341;

}


.pw-section-heading p {

    max-width: 580px;

    margin: 18px auto 0;

    color: #748392;

    font-size: 14px;

    line-height: 1.8;
}


/* =====================================================
   GRID
===================================================== */

.pw-solutions-grid {

    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}


/* =====================================================
   CARD
===================================================== */

.pw-solution-card {

    position: relative;

    min-height: 330px;

    padding: 30px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    box-sizing: border-box;

    overflow: hidden;

    color: #17324d;

    background: #ffffff;

    border:
        1px solid #e4ebef;

    border-radius: 12px;

    text-decoration: none;

    box-shadow:
        0 8px 25px
        rgba(7,59,92,.05);

    transition:
        transform .45s cubic-bezier(.2,.8,.2,1),
        box-shadow .45s ease,
        border-color .45s ease;
}


/* =====================================================
   GRADIENT LIGHT SWEEP
===================================================== */

.pw-solution-card::before {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    top: -100px;
    right: -100px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(8,116,185,.16),
            rgba(130,195,65,.22)
        );

    filter: blur(5px);

    transition:
        transform .6s ease;
}


.pw-solution-card:hover::before {

    transform:
        scale(2.5);

}


/* Bottom gradient */

.pw-solution-card::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #0874b9,
            #82c341
        );

    transform:
        scaleX(0);

    transform-origin: left;

    transition:
        transform .45s ease;
}


.pw-solution-card:hover::after {

    transform:
        scaleX(1);

}


/* =====================================================
   CARD HOVER
===================================================== */

.pw-solution-card:hover {

    transform:
        translateY(-12px);

    border-color:
        rgba(8,116,185,.20);

    box-shadow:
        0 25px 55px
        rgba(7,59,92,.14);

}


/* =====================================================
   NUMBER
===================================================== */

.pw-solution-number {

    position: absolute;

    top: 25px;
    right: 25px;

    color: #e7edf1;

    font-size: 38px;

    font-weight: 800;

    line-height: 1;

    transition:
        color .4s ease,
        transform .4s ease;
}


.pw-solution-card:hover
.pw-solution-number {

    color:
        rgba(8,116,185,.10);

    transform:
        translateY(-5px);
}


/* =====================================================
   ICON
===================================================== */

.pw-solution-icon {

    position: relative;

    z-index: 2;

    width: 55px;
    height: 55px;

    margin-bottom: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #0874b9;

    background:
        linear-gradient(
            135deg,
            #eef7fb,
            #f2f9ec
        );

    border-radius: 12px;

    font-size: 25px;

    transition:
        transform .5s cubic-bezier(.2,.8,.2,1),
        background .4s ease,
        color .4s ease;
}


.pw-solution-card:hover
.pw-solution-icon {

    transform:
        rotate(-8deg)
        scale(1.12);

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0874b9,
            #82c341
        );

}


/* =====================================================
   CONTENT
===================================================== */

.pw-solution-content {

    position: relative;

    z-index: 2;

}


.pw-solution-content h3 {

    margin:
        0 0 12px;

    color: #17324d;

    font-size: 20px;

    transition:
        color .3s ease;
}


.pw-solution-card:hover
.pw-solution-content h3 {

    color: #0874b9;

}


.pw-solution-content p {

    margin: 0 0 22px;

    color: #788896;

    font-size: 12px;

    line-height: 1.7;
}


/* =====================================================
   EXPLORE LINK
===================================================== */

.pw-solution-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #0874b9;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.pw-solution-link b {

    font-size: 17px;

    font-weight: 400;

    transition:
        transform .35s ease;
}


.pw-solution-card:hover
.pw-solution-link b {

    transform:
        translateX(7px);

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 1000px) {

    .pw-solutions-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


@media (max-width: 600px) {

    .pw-solutions {

        padding:
            70px 20px;

    }

    .pw-solutions-grid {

        grid-template-columns: 1fr;

    }

    .pw-solution-card {

        min-height: 300px;

    }

}

@media (max-width: 950px) {

    .pw-solutions-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


@media (max-width: 600px) {

    .pw-solutions-grid {

        grid-template-columns: 1fr;

    }

    .pw-solution-card {

        min-height: 300px;

    }

}
