         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            background-color: var(--pp-paper);
        }
        h1 {
            font-size: 56px;
            line-height: 60px;
            font-family: 'Sofia Sans', serif;
            font-weight: 800; 
            line-height: 1,5em;
            max-width: 1000px;
            color:var(--pp-ink-panel);
        }
        h2 {
            font-size: 22px;
            line-height: 30px;
            font-family: 'Sofia Sans', serif;
            font-weight: 400; 
            margin-bottom: 16px;
            color:#ffffff;
        }
        h3 {
            font-size: 18px;
            line-height: 45px;
            font-family: 'Sofia Sans', serif;
            font-weight: 400; 
            margin-bottom: 10px;
            margin-top: 20px;
            text-align: left;
            color:#ffffff;
        }
        p {
            font-family: 'Albert Sans', serif;
            font-size: 16px; 
            font-weight: 300; 
            color:#ffffff;
        }

        .TitrePartenaires {
            font-size: 26px;
            line-height: 30px;
            font-family: 'Sofia Sans', serif;
            font-weight: 500; 
            margin-bottom: 16px;
            color:#ffffff;
        }

        .btn {
            display: inline-block;
            margin-top: 20px;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: var(--pp-blue);
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'Albert Sans', Serif;
        }
        .btn:hover {
            background: #FFFFFF;
            color:var(--pp-blue);
        }
        .btn2 {
            display: inline-block;
            margin-top: 20px;
            margin-top: 20px;
            padding: 10px 20px;
            background: #FFFFFF;
            color: black;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-family: 'Albert Sans', Serif;
        }
        .btn2:hover {
            background: #FFFFFF;
        }
        .hero {
            background: url('../images/hero2.jpg') center/cover no-repeat;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            text-align: center;
            padding: 20px;
        }
       
       .hero-text {
            position: absolute;
            text-align: left;
            top: 140px;      /* Positionné 20px du haut */
            left: 80px;     /* Positionné 80px de la gauche */
            transform: none; /* On supprime la transformation centrée */
            color: white;
        }
        .sectionTitre {
            display: flex;
            align-items: center;
            max-width: 1000px;
            padding: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
        .section {
            display: flex;
            align-items: center;
            max-width: 1000px;
            background: var(--pp-ink-panel);
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .section p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
        }
        .section img {
            width: 40%;
            border-radius: 10px;
        }
        .section div {
            width: 60%;
            padding: 20px;
        }
        .section list {
        }
        .section ul {
            list-style: none;
            list-style-type: disc;
            font-size: 16px;
            padding: 16px;
            color: white;
        }
        .section.reverse {
            flex-direction: row-reverse;
            background-color: #282828;
            display: flex;
            align-items: center;
            max-width: 1000px;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .sectionPlan {
            display: flex;
            align-items: center;
            max-width: 1000px;
            background: #FFF;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 100px;
            margin-bottom: 100px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            color:#000;
        }

        .sectionPlan p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            font-size: 18px;
        }

        .sectionPlan img {
            width: 40%;
            border-radius: 10px;
        }

        .sectionPlan div {
            width: 60%;
            padding: 20px;
        }

        .sectionPlan list {

        }
        .sectionPlan ul {
            list-style: none;
            list-style-type: disc;
            font-size: 18px;
            padding: 16px;
            color: #000;
            line-height: 24px;
        }
        .sectionPlan a {
            list-style: none;
            list-style-type: circle;
            font-size: 16px;
            color: #000;
        }
        .sectionAlerte {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            background: #000000;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .sectionAlerte p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
        }

        .sectionAlerte img {
            width: 40%;
            border-radius: 10px;
        }

        .sectionAlerte div {
            width: 100%;
            padding: 20px;
        }

        .sectionAlerte list {

        }
        .sectionAlerte ul {
            list-style: none;
            list-style-type: disc;
            font-size: 16px;
            padding: 16px;
            color: white;
        }
        .sectionAlerteBloc {
            display: flex;
            justify-content: center;
            align-items: left;
            align-content: left;
            width: 200px;
            height: 100px;
            background: #FFFFFF;
            padding: 10px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 3px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .sectionAlerteBloc img {
            display: inline-block;
            justify-content: center;
            align-items: center;
            width:160px;
            height:80px;
        }

        .sectionOffres {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            row wrap: row wrap;
            max-width: 1000px;
            background: #000000;
            padding: 20px;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .sectionOffres p {
            line-height: 1.4;
            font-family: 'Albert Sans', Serif;
            font-weight: 300;
        }

        .sectionOffres img {
            width: 40%;
            border-radius: 10px;
        }

        .sectionOffres div {
            width: 100%;
            padding: 20px;
        }

        .sectionOffres list {

        }
        .sectionOffres ul {
            list-style: none;
            list-style-type: disc;
            font-size: 16px;
            padding: 16px;
            color: white;
        }
        .sectionOffresBloc {
            display: flex;
            justify-content: center;
            align-items: left;
            align-content: left;
            width: 200px;
            height: 100px;
            background: #FFFFFF;
            padding: 10px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 3px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .sectionOffresBloc img {
            display: inline-block;
            justify-content: center;
            align-items: center;
            width:160px;
            height:80px;
        }

        .container {
            display: flex;
            max-width: 900px;
            background: var(--pp-blue-tint-2);
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .content {
            flex: 2;
            padding-left: 20px;
        }
        .image {
            flex: 1;
            max-width: 250px;
        }
        .image img {
            width: 100%;
            border-radius: 10px;
        }

        .prefooter {
            text-align: center;
            align-items: center;
            align-content: center;
            background-color: var(--pp-blue);
            border-color: red;
            border
            color:white;
            width: 100%;
            height: 100px;
        }

        .prefooter p {
            font-family: 'Sofia Sans', Serif;
            font-size: 20px;
            font-weight: 400;
            width: 100%;
            margin-top: 8px;
            margin-bottom: 8px;
            color:white;
        }
        .prefooter img {
            width:140px;
            align-items: center;
            align-content: center;
            margin-bottom: 12px;
        }
        footer {
            background-color: var(--pp-blue);
            color: white;
            text-align: center;
            padding: 20px;
        }
        
        .footer-apps  {
                width: 100%;
                margin: 5px;
        }
        .footer-apps img {
                height: 30px;
                margin: 5px;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            padding: 10px;
            list-style-type: none;
        }
        .footer-links a {
            color: white;
            text-decoration: none;
            font-family: 'Albert Sans', Serif;
            list-style-type: none;
        } 
        .footer-logo {
            text-align: center;
        }

        .footer-logo p {
            margin-top: 10px;
            font-size: 16px;
            font-family: 'Albert Sans', Serif;
            font-weight: 800;
        }
        #popin-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        #popin {
            background: var(--pp-blue-hover);
            padding: 20px;
            border-radius: 6px;
            max-width: 600px;
            max-height: 90%;
            text-align: center;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }

        #popin img {
            max-width: 320px;
            height: auto;
            margin-bottom: 15px;
            border-radius: 6px;
        }

        #close-popin {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ff4d4d;
            border: none;
            color: white;
            font-size: 1.5rem;
            border-radius: 50%;
            cursor: pointer;
            width: 32px;
            height: 32px;
        }



/* VERSION SOUS 1024 PX DE LARGE*/


        @media (max-width: 1024px) {
            body {

            }

            .hero {
                background: url('../images/hero2.jpg') center/cover no-repeat;
                height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
        }
       
            .hero-text {
                position: absolute;
                text-align: left;
                top: 140px;      /* Positionné 20px du haut */
                left: 80px;     /* Positionné 80px de la gauche */
                transform: none; /* On supprime la transformation centrée */
                color: white;
        }
            .sectionAlerte {
                display: flex;
                flex-wrap: wrap;
                row wrap: row wrap;
                align-items: center;
                width: 90%;
                background: #000000;
                padding: 20px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 6px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }


            .sectionAlerte p {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }

            .sectionAlerte img {
                width: 40%;
                border-radius: 10px;
            }

            .sectionAlerte div {
                width: 100%;
                padding: 20px;
            }

            .sectionAlerte list {

            }

            .sectionAlerte ul {
                list-style: none;
                list-style-type: disc;
                font-size: 16px;
                padding: 16px;
                color: white;
            }

            .sectionAlerteBloc {
                display: flex;
                justify-content: center;
                align-items: left;
                align-content: left;
                width: 160px;
                height: 80px;
                background: #FFFFFF;
                padding: 15px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 6px;
                margin-top: 6px;
                border-radius: 3px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            .sectionAlerteBloc img {
                display: flex;
                justify-content: center;
                align-items: center;
                width:100px;
                height:50px;
            }


            #popin-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }

            #popin {
                background: var(--pp-blue-hover);
                padding: 20px;
                border-radius: 6px;
                width: 600px;
                max-height: 90%;
                text-align: center;
                position: relative;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            }

            #popin img {
                max-width: 320px;
                height: auto;
                margin-bottom: 15px;
                border-radius: 6px;
            }

            #close-popin {
                position: absolute;
                top: 10px;
                right: 10px;
                background: #ff4d4d;
                border: none;
                color: white;
                font-size: 1.5rem;
                border-radius: 50%;
                cursor: pointer;
                width: 32px;
                height: 32px;
            }
        }


/* VERSION SOUS 768 PX DE LARGE*/


        @media (max-width: 768px) {
            body {
                justify-content: center;
                align-items: center;
                margin: 0;
                padding: 0;
            }
            h1 {
                font-size: 34px;
                font-family: 'Sofia Sans', serif;
                font-weight: 800; 
                max-width: 500px;
                line-height: 36px;
            }

            h2 {
                font-size: 22px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 400; 
                margin-bottom: 16px;
            }

            h3 {
                font-size: 18px;
                line-height: 22px;
                font-family: 'Sofia Sans', serif;
                font-weight: 400; 
                margin-bottom: 8px;
                text-align: left;
            }
            
            p {
                font-family: 'Albert Sans', serif;
                font-size: 20px; 
                font-weight: 300; 
            }
            .TitrePartenaires {
                font-size: 26px;
                line-height: 30px;
                font-family: 'Sofia Sans', serif;
                font-weight: 500; 
                margin-bottom: 16px;
                color:#ffffff;
            }

            .hero {
                background: url('../images/hero2.jpg') center/cover no-repeat;
                height: 20vh;
                max-height: 30vh;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 20px;
            }
            .hero-text {
                position: absolute;
                text-align: left;
                top: 100px;      /* Positionné 80px du haut */
                left: 20px;     /* Positionné 20px de la gauche */
                transform: none; /* On supprime la transformation centrée */
            }
            .section {
                flex-direction: column;
                align-items: center;
                max-width: 1000px;
                background: var(--pp-ink-panel);
                padding: 20px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 0px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            .section img, .section div {
                width: 100%;
                display: inline-block;
            }

            .section p {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                font-size: 18px;
            }

            .section list {
                color: white;
            }
            .section ul {
                list-style: none;
                list-style-type: disc;
                font-family: 'Albert Sans', Serif;
                font-size: 18px;
                padding: 16px;
                color: white;
            }
            .section.reverse {
                flex-direction: column;
                background-color: #282828;
                display: flex;
                align-items: center;
                max-width: 900px;
                padding: 20px;
                font-family: 'Sofia Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 0px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                }

            .sectionAlerte {
                display: flex;
                flex-wrap: wrap;
                row wrap: row wrap;
                align-items: center;
                width: 90%;
                background: #000000;
                padding: 20px;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 6px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }


            .sectionAlerte p {
                line-height: 1.4;
                font-family: 'Albert Sans', Serif;
                font-weight: 300;
            }

            .sectionAlerte img {
                width: 40%;
                border-radius: 10px;
            }

            .sectionAlerte div {
                width: 100%;
                padding: 20px;
            }

            .sectionAlerte list {

            }

            .sectionAlerte ul {
                list-style: none;
                list-style-type: disc;
                font-size: 16px;
                padding: 16px;
                color: white;
            }

            .sectionAlerteBloc {
                display: flex;
                justify-content: center;
                align-items: left;
                align-content: left;
                width: 160px;
                height: 80px;
                background: #FFFFFF;
                padding: 15px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 6px;
                margin-top: 6px;
                border-radius: 3px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            .sectionAlerteBloc img {
                display: flex;
                justify-content: center;
                align-items: center;
                width:100px;
                height:50px;
            }


            .footer {
                background: var(--pp-blue);
                color: white;
                padding: 40px 20px;
            }

            .footer-content {
                display: block;
                justify-content: space-between;
                align-items: center;
                max-width: 1200px;
                margin: auto;
            }
            .footer-links {
                list-style: none;
                display: inline-block;
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }

            .footer-links a {
                color: white;
                text-decoration: none;
                align-items: flex-start;
                font-size: 16px;
                line-height: 30px;
            }

            .footer-apps img {
                height: 30px;
                margin: 5px;
            }

            .footer-logo {
                text-align: center;
            }

            .footer-logo p {
                margin-top: 10px;
                font-size: 15px;
                font-family: 'Sofia Sans', Serif;
                font-weight: 800;
            }
            
            #popin-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }

            #popin {
                background: var(--pp-blue-hover);
                padding: 20px;
                border-radius: 6px;
                width: 600px;
                max-height: 90%;
                text-align: center;
                position: relative;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            }

            #popin img {
                max-width: 320px;
                height: auto;
                margin-bottom: 15px;
                border-radius: 6px;
            }

            #close-popin {
                position: absolute;
                top: 10px;
                right: 10px;
                background: #ff4d4d;
                border: none;
                color: white;
                font-size: 1.5rem;
                border-radius: 50%;
                cursor: pointer;
                width: 32px;
                height: 32px;
            }
        }

        /* Homepage - hero, stats, cartes du guide */

            .home-hero {
                position: relative;
                max-width: 1180px;
                margin: 24px auto 72px;
                padding: 48px 38px 68px;
                background: var(--pp-blue);
                color: var(--pp-paper);
                border-radius: 20px;
                overflow: visible;
            }

            .home-hero-mask {
                position: absolute;
                inset: 0;
                overflow: hidden;
                border-radius: inherit;
                pointer-events: none;
            }

            .home-hero-mask svg {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                opacity: .16;
            }

            .home-hero-inner {
                position: relative;
                max-width: 560px;
            }

            .home-badge {
                display: inline-block;
                background: var(--pp-lime);
                color: var(--pp-on-lime);
                font-family: 'Albert Sans', sans-serif;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: .02em;
                padding: 6px 14px;
                border-radius: 100px;
                margin-bottom: 18px;
            }

            .home-hero h1 {
                font-family: 'Big Shoulders Display', 'Arial Narrow', sans-serif;
                text-transform: uppercase;
                font-weight: 800;
                line-height: .95;
                font-size: clamp(36px, 5.4vw, 54px);
                max-width: none;
                margin: 0 0 18px;
                color: var(--pp-paper);
            }

            .home-hero p {
                font-family: 'Albert Sans', sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #C3D4FF;
                max-width: 42ch;
                margin: 0 0 28px;
            }

            .home-cta-row {
                display: flex;
                gap: 12px;
                flex-wrap: wrap;
            }

            .btn-hero-primary,
            .btn-hero-outline {
                display: inline-flex;
                align-items: center;
                font-family: 'Albert Sans', sans-serif;
                font-weight: 600;
                font-size: 14.5px;
                padding: 12px 22px;
                border-radius: 6px;
                text-decoration: none;
            }

            .btn-hero-primary {
                background: var(--pp-paper);
                color: var(--pp-blue);
            }

            .btn-hero-primary:hover {
                background: #E5E3DA;
            }

            .btn-hero-outline {
                background: transparent;
                color: var(--pp-paper);
                border: 1px solid rgba(248, 247, 244, .4);
            }

            .btn-hero-outline:hover {
                border-color: var(--pp-paper);
            }

            .home-stat-float {
                position: absolute;
                right: 38px;
                bottom: -28px;
                background: var(--pp-paper);
                color: var(--pp-ink);
                border-radius: 14px;
                padding: 14px 18px;
                box-shadow: 0 18px 40px -18px rgba(0, 30, 90, .35);
                display: flex;
                align-items: baseline;
                gap: 10px;
            }

            .home-stat-float .home-num {
                font-size: 26px;
            }

            .home-stat-float .home-lbl {
                font-size: 12.5px;
                color: var(--pp-ink-soft);
                font-weight: 500;
                max-width: 16ch;
                text-transform: none;
                letter-spacing: normal;
            }

            .home-stats {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                max-width: 1180px;
                margin: 0 auto 56px;
                padding: 0 38px 38px;
                border-bottom: 1px solid var(--pp-border);
            }

            .home-stat {
                text-align: center;
                position: relative;
                padding: 0 16px;
            }

            .home-stat + .home-stat::before {
                content: "";
                position: absolute;
                left: 0;
                top: 6px;
                bottom: 6px;
                width: 1px;
                background: var(--pp-border);
            }

            .home-num {
                font-family: 'Big Shoulders Display', 'Arial Narrow', sans-serif;
                text-transform: uppercase;
                font-weight: 800;
                color: var(--pp-blue);
                font-variant-numeric: tabular-nums;
            }

            .home-stat .home-num {
                font-size: clamp(30px, 4vw, 42px);
                display: block;
            }

            .home-lbl {
                font-size: 12.5px;
                letter-spacing: .06em;
                text-transform: uppercase;
                font-weight: 600;
                color: var(--pp-ink-soft);
                margin-top: 6px;
            }

            .home-cards-section {
                max-width: 1180px;
                margin: 0 auto 64px;
                padding: 0 38px;
            }

            .home-cards {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 16px;
            }

            .home-card {
                background: var(--pp-paper-2);
                border: 1px solid var(--pp-border);
                border-radius: 14px;
                padding: 26px 24px 28px;
                display: flex;
                flex-direction: column;
                gap: 14px;
                min-height: 200px;
            }

            .home-card-tint {
                background: var(--pp-blue-tint);
                border-color: var(--pp-blue-tint-2);
            }

            .home-card-mark {
                width: 30px;
                height: 30px;
                border: 1.5px solid var(--pp-blue);
                border-radius: 7px;
                position: relative;
                flex: none;
            }

            .home-card-mark::after {
                content: "";
                position: absolute;
                inset: 6px;
                border-left: 1.5px solid var(--pp-blue);
                border-top: 1.5px solid var(--pp-blue);
            }

            .home-card h2 {
                font-family: 'Albert Sans', sans-serif;
                font-weight: 600;
                font-size: 17px;
                color: var(--pp-ink);
                margin: 0;
            }

            .home-card p {
                font-family: 'Albert Sans', sans-serif;
                font-weight: 400;
                font-size: 13.5px;
                line-height: 1.6;
                color: var(--pp-ink-soft);
                margin: 0;
                flex: 1;
            }

            .home-card a {
                font-family: 'Albert Sans', sans-serif;
                font-size: 13.5px;
                font-weight: 600;
                color: var(--pp-blue);
                text-decoration: none;
            }

            @media (max-width: 900px) {
                .home-cards {
                    grid-template-columns: repeat(2, 1fr);
                }
            }

            @media (max-width: 720px) {
                .home-hero {
                    padding: 32px 22px 56px;
                    margin: 16px 14px 64px;
                }

                .home-stat-float {
                    right: 22px;
                    left: 22px;
                }

                .home-stats {
                    grid-template-columns: 1fr;
                    gap: 22px;
                    padding: 0 22px 32px;
                }

                .home-stat + .home-stat::before {
                    display: none;
                }

                .home-cards-section {
                    padding: 0 14px;
                }

                .home-cards {
                    grid-template-columns: 1fr;
                }
            }
