.logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
        }
        .logo-icon {
            background-color: #008f7a; 
            color: white;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 24px;
        }

        .logo-text {
            color: #008f7a;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: -0.5px;
        }

        h1 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        p {
            font-size: 18px;
            color: var(--text-secondary);
            line-height: 1.5;
            margin: 0;
        }

        .footer-icon {
            margin-top: 50px;
            font-size: 40px;
            opacity: 0.8;
        }