/* WCAG 2.1 Focus Indicators */
*:focus {
    outline: 3px solid #3498db !important;
    outline-offset: 2px !important;
}

.skip-link:focus {
    left: 10px !important;
    top: 10px !important;
}

button:focus, input:focus, select:focus, a:focus, textarea:focus {
    outline: 3px solid #3498db !important;
    outline-offset: 2px !important;
}
            .contact-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            }

            @media (max-width: 768px) {
                .contact-intro h1 {
                    font-size: 1.8em !important;
                }
                .contact-intro p {
                    font-size: 1em !important;
                }
            }


/* Auto-generated utility classes */
.ko-s1 { color: #856404; margin-bottom: 15px; }
.ko-s2 { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #3498db 0%, #1a5490 100%); color: white; border-radius: 12px; margin-bottom: 40px; }
.ko-s3 { text-align: center; }
.ko-s4 { color: #856404; font-size: 0.95em; }
.ko-s5 { color: #856404; font-weight: 600; margin-bottom: 15px; font-size: 1.1em; }
.ko-s6 { font-size: 2.5em; margin-bottom: 12px; }
.ko-s7 { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; }
.ko-s8 { font-size: 1.2em; max-width: 800px; margin: 0 auto; line-height: 1.6; }
.ko-s9 { font-size: 2.2em; margin-bottom: 15px; }
.ko-s10 { font-size: 1.2em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }
.ko-s11 { color: #3498db; font-weight: 600; display: none; }
.ko-s12 { color: #2c3e50; margin-bottom: 8px; }
.ko-s13 { font-size: 3em; margin-bottom: 10px; }
.ko-s14 { font-size: 3em; margin-bottom: 15px; }
.ko-s15 { color: #666; }
.ko-s16 { color: #2c3e50; margin-bottom: 12px; }
.ko-s17 { text-align: center; padding: 60px 30px; background: linear-gradient(135deg, #27ae60 0%, #229954 100%); color: white; border-radius: 12px; margin-bottom: 40px; }
.ko-s18 { color: #856404; margin-bottom: 8px; }
.ko-s19 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.ko-s20 { text-align: center; color: #7f8c8d; font-size: 1.1em; margin-bottom: 40px; }
.ko-s21 { color: #666; line-height: 1.6; margin-bottom: 15px; }
.ko-s22 { background: #f8f9fa; padding: 50px 30px; border-radius: 12px; margin-bottom: 50px; }
.ko-s23 { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); text-align: center; }
.ko-s24 { font-size: 2.5em; margin-bottom: 15px; }
.ko-s25 { position: absolute; left: -9999px; z-index: 999999; padding: 10px 20px; background: #000; color: #fff; text-decoration: none; font-weight: bold; }
.ko-s26 { color: #856404; margin-bottom: 10px; padding-top: 10px; border-top: 1px solid #ffc107; }
.ko-s27 { background: white; color: #27ae60; padding: 18px 45px; border: none; border-radius: 50px; font-size: 1.1em; font-weight: 600; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s, box-shadow 0.3s; }
.ko-s28 { color: #3498db; font-size: 0.9em; font-weight: 600; }
.ko-s29 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; }
.ko-s30 { color: #666; font-size: 0.95em; }
.ko-s31 { background: #fff3cd; padding: 30px; border-radius: 10px; border-left: 5px solid #ffc107; margin-bottom: 20px; }
.ko-s32 { text-align: center; color: #2c3e50; font-size: 2em; margin-bottom: 40px; }
.ko-s33 { margin-bottom: 50px; }
.ko-s34 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 40px; }
.ko-s35 { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); text-align: center; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.ko-s36 { text-align: center; color: #2c3e50; font-size: 2em; margin-bottom: 10px; }
            .contact-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            }

            @media (max-width: 768px) {
                .contact-intro h1 {
                    font-size: 1.8em !important;
                }
                .contact-intro p {
                    font-size: 1em !important;
                }
            }

/* Hover effects pentru card-uri */
.ko-s35:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Responsive container pentru toate paginile */
.container {
    margin: 0 auto !important;
    text-align: center;
    padding: 40px 10% !important;
    width: 100% !important;
    max-width: 1600px !important;
}

/* Skip link pentru accesibilitate - ascuns implicit, vizibil la focus */
.skip-link {
    position: absolute;
    left: -9999px !important;
    z-index: 999999;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
}
