             @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            @keyframes scaleIn {
                from {
                    opacity: 0;
                    transform: scale(0.95);
                }
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }

            .animated-element {
                animation-fill-mode: forwards;
                opacity: 0;
            }

            .animated-element.fade-in-up {
                animation-name: fadeInUp;
                animation-duration: 1.2s;
                animation-timing-function: ease-out;
            }

            .animated-element.scale-in {
                animation-name: scaleIn;
                animation-duration: 1.2s;
                animation-timing-function: ease-out;
            }

            .delay-200 {
                animation-delay: 0.2s;
            }

            .delay-400 {
                animation-delay: 0.4s;
            }

            .delay-600 {
                animation-delay: 0.6s;
            }

            .footer-section {
                background: #10753c;
                padding: 48px 16px;
                overflow: hidden;
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            }

            @media (min-width: 768px) {
                .footer-section {
                    padding-top: 40px;
                    padding-bottom: 40px;
                }
            }

            @media (min-width: 1024px) {
                .footer-section {
                    padding-top: 40px;
                    padding-bottom: 40px;
                }
            }

            .footer-container {
                max-width: 1280px;
                margin-left: auto;
                margin-right: auto;
            }

            .footer-content-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                gap: 48px;
            }

            @media (min-width: 1024px) {
                .footer-content-wrapper {
                    flex-direction: row;
                }
            }

            .phone-image-section {
                width: 100%;
                display: flex;
                justify-content: center;
            }

            @media (min-width: 1024px) {
                .phone-image-section {
                    width: 33.333333%;
                    justify-content: flex-start;
                }
            }

            .phone-image-wrapper {
                position: relative;
                max-width: 192px;
                border-radius: 16px;
                overflow: hidden;
                transform: translateY(0);
                transition: transform 0.3s ease-in-out;
            }

            @media (min-width: 768px) {
                .phone-image-wrapper {
                    max-width: 288px;
                }
            }

            @media (min-width: 1024px) {
                .phone-image-wrapper {
                    max-width: 100%;
                }
            }

            .phone-image-wrapper:hover {
                transform: scale(1.05);
            }

            .phone-image-wrapper img {
                width: 100%;
                height: auto;
                object-fit: cover;
                border-radius: 16px;
            }

            .phone-image-overlay {
                position: absolute;
                inset: 0;
                border: 4px solidrgba(96, 165, 250, 0);
                border-radius: 16px;
                opacity: 0;
                transition: opacity 0.3s ease-in-out;
            }

            .phone-image-wrapper:hover .phone-image-overlay {
                opacity: 1;
            }

            .text-section {
                width: 100%;
                text-align: center;
                color: white;
            }

            @media (min-width: 1024px) {
                .text-section {
                    width: 50%;
                    text-align: left;
                }
            }

            .text-content-space {
                margin-top: 24px;
                margin-bottom: 24px;
            }

            .text-heading {
                font-size: 36px;
                font-weight: 800;
                line-height: 1.25;
                filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
            }

            .text-heading span {
                color: #bfdbfe;
            }

            .text-paragraph {
                font-size: 18px;
                color: #dbeafe;
                line-height: 1.625;
                opacity: 0.9;
            }

            @media (min-width: 768px) {
                .text-paragraph {
                    font-size: 20px;
                }
            }

            .download-links-section {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            @media (min-width: 1024px) {
                .download-links-section {
                    width: 25%;
                    align-items: flex-end;
                }
            }

            .download-links-list {
                display: flex;
                flex-direction: column;
                gap: 20px;
                width: 100%;
            }

            .download-button {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #22c55e;
                color: white;
                font-weight: 700;
                padding: 16px 32px;
                border-radius: 9999px;
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
                transition: all 0.3s ease-in-out;
                transform: translateY(0);
                font-size: 18px;
                text-decoration: none;
                width: 100%;
                text-align: center;
                outline: none;
            }

            @media (min-width: 1024px) {
                .download-button {
                    justify-content: flex-end;
                }
            }

            .download-button:hover {
                background-color: #16a34a;
                transform: translateY(-4px) scale(1.05);
            }

            .download-button:focus {
                box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.5);
            }

            .f0UV3d {
                display: inline-flex;
                align-items: center;
                text-decoration: none;
                color: #000000;
                font-family: 'Google Sans', sans-serif;
                font-size: 1.5em;
                padding: 12px;
                background: #ffffff;
                border-radius: 12px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                transition: box-shadow 0.3s ease;
            }

            .f0UV3d:hover {
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            }

            .kOqhQd {
                width: 70px;
                height: 70px;
                margin-right: 8px;
            }
            
            
            .f0UV3d1 {
                display: inline-flex;
                align-items: center;
                text-decoration: none;
                color: #000000;
                font-family: "Edu NSW ACT Hand Pre", cursive;
                font-size: 1.5em;
                padding: 5px;
                background: #ffffff;
                border-radius: 12px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                transition: box-shadow 0.3s ease;
            }

            .f0UV3d1:hover {
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            }            
            
            .kOqhQd1 {
                width: 40px;
                height: 40px;
                margin-right: 8px;
            }
            
