.navigation{background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:0 4px 6px #00000026;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:opacity .3s}.nav-logo:hover{opacity:.8}.logo-icon{font-size:2rem}.logo-image{height:45px;width:auto;max-width:45px;object-fit:contain;transition:transform .3s ease}.nav-logo:hover .logo-image{transform:scale(1.05)}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s;display:block;cursor:pointer}.nav-link:hover,.nav-link.active{background-color:#667eea33;color:#a0d8ff}.dropdown{position:relative}.dropdown>.nav-link{display:flex;align-items:center}.dropdown>.nav-link:after{content:"▼";font-size:.7rem;margin-left:.5rem;transition:transform .3s}.dropdown:hover>.nav-link:after{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;list-style:none;margin:0;padding:.5rem 0;border-radius:8px;box-shadow:0 8px 16px #0003;min-width:200px;z-index:1001}.dropdown:hover .dropdown-menu{display:block}.dropdown-link{display:block;color:#2c3e50;text-decoration:none;padding:.75rem 1.5rem;transition:all .3s;font-weight:500}.dropdown-link:hover,.dropdown-link.active{background-color:#ecf0f1;color:#667eea}.dropdown-link:first-child{border-radius:8px 8px 0 0}.dropdown-link:last-child{border-radius:0 0 8px 8px}@media (max-width: 768px){.nav-container{flex-direction:column;padding:1rem;gap:1rem}.nav-menu{flex-direction:column;gap:.5rem;width:100%}.nav-item{width:100%}.nav-link{text-align:center;width:100%}.dropdown-menu{position:static;display:none;box-shadow:inset 0 4px 8px #0000001a;margin-top:.5rem}.dropdown:hover .dropdown-menu{display:block}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 0;margin-top:3rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem}.footer-section h3{color:#a0d8ff;margin-bottom:1rem;font-size:1.1rem}.footer-section p{line-height:1.8;color:#bdc3c7;font-size:.95rem;margin-bottom:.5rem}.footer-logo-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{height:80px;width:auto;max-width:100px;object-fit:contain;transition:transform .3s ease}.footer-logo-section:hover .footer-logo{transform:scale(1.05)}.footer-logo-section p{text-align:center}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.75rem}.footer-section a{color:#a0d8ff;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#667eea;text-decoration:underline}.footer-bottom{background:#0000004d;text-align:center;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#95a5a6;margin:.25rem 0;font-size:.9rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem}.footer-section{text-align:center}.footer-section ul{display:flex;flex-direction:column;gap:.5rem}}.home-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-logo{height:120px;width:auto;max-width:150px;object-fit:contain;margin-bottom:1.5rem;animation:slideDown .6s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-logo{height:90px;max-width:120px}}.hero-section h1{font-size:2.5rem;margin-bottom:.5rem}.tagline{font-size:1.1rem;opacity:.9}.container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.about-section{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #00000026;margin-bottom:3rem}.about-content h2{color:#667eea;font-size:2rem;margin-bottom:1rem;border-bottom:3px solid #667eea;padding-bottom:.5rem}.about-content p{color:#34495e;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-box{background:linear-gradient(135deg,#f5f7fa,#ecf0f1);padding:2rem;border-radius:8px;text-align:center;transition:all .3s;border:2px solid transparent}.feature-box:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 8px 16px #667eea33}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.feature-box h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.75rem}.feature-box p{color:#7f8c8d;font-size:.95rem;margin:0;line-height:1.6}.featured-tests-section{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 12px #00000026;margin-bottom:3rem}.featured-tests-section h2{color:#667eea;font-size:2rem;margin-bottom:.5rem;border-bottom:3px solid #667eea;padding-bottom:.5rem}.section-desc{color:#7f8c8d;margin-bottom:2rem;font-size:1.05rem}.tests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.test-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s;display:flex;flex-direction:column;border:2px solid transparent}.test-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026;border-color:#667eea}.test-card h3{color:#667eea;margin:0;flex:1;font-size:1.2rem}.difficulty{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap}.test-details{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem;background-color:#f8f9fa;border-radius:6px;flex-grow:1}.detail{display:flex;align-items:center;gap:.75rem;color:#34495e;font-size:.9rem}.icon{font-size:1.1rem}.button{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s;text-decoration:none;text-align:center;display:inline-block}.button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:100%;display:block}.button-secondary{background:#fff;color:#667eea;border:2px solid #667eea;margin-top:1rem}.button-secondary:hover{background:#667eea;color:#fff}.button-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;font-size:1.05rem}.button-large:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.view-all-section{text-align:center;margin-top:2rem;padding-top:2rem;border-top:2px solid #ecf0f1}.view-all-section p{color:#34495e;font-size:1rem;margin-bottom:1rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000026;margin-bottom:3rem}.cta-section h2{font-size:2rem;margin-bottom:.5rem}.cta-section p{font-size:1.05rem;opacity:.95;margin-bottom:2rem}.loading-message,.error-message,.no-tests-message{background:#fff;padding:2rem;border-radius:12px;text-align:center;color:#34495e}@media (max-width: 768px){.hero-section h1{font-size:1.8rem}.about-section,.featured-tests-section,.cta-section,.container{padding:1.5rem}.tests-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.cta-section h2{font-size:1.5rem}}.tests-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;padding:2rem 0 3rem;display:flex;flex-direction:column}.tests-header{text-align:center;color:#fff;padding:2rem 1rem;margin-bottom:2rem}.tests-header h1{font-size:2.5rem;margin-bottom:.5rem}.tests-header p{font-size:1.1rem;opacity:.95}.tests-container{max-width:1200px;margin:0 auto;padding:0 1rem}.tests-intro{text-align:center;color:#fff;margin-bottom:2rem}.tests-intro h2{font-size:2rem;margin-bottom:.5rem}.tests-intro p{font-size:1rem;opacity:.95;max-width:600px;margin:0 auto}.tests-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem;margin-bottom:2rem;width:100%}.test-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:all .3s;display:flex;flex-direction:column}.test-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000040}.test-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.test-card h3{color:#667eea;margin:0;flex:1;font-size:1.3rem}.difficulty{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff;white-space:nowrap}.difficulty.easy{background:#27ae60}.difficulty.medium{background:#f39c12}.difficulty.hard{background:#e74c3c}.description{color:#7f8c8d;margin:1rem 0;font-size:.95rem;flex-grow:1}.test-details{background:#ecf0f1;padding:1rem;border-radius:8px;margin:1rem 0;display:flex;flex-direction:column;gap:.75rem}.detail{display:flex;align-items:center;gap:.5rem;color:#34495e;font-size:.9rem}.detail .icon{font-size:1.2rem}.button{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s;text-decoration:none;text-align:center;display:block}.button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.loading-message,.error-message{background:#fff;padding:2rem;border-radius:12px;text-align:center;margin-top:2rem}.loading-message p,.error-message p{color:#34495e;font-size:1.1rem}.error-message{color:#e74c3c;border-left:4px solid #e74c3c}.no-tests-message{background:#fff;padding:2rem;border-radius:12px;text-align:center;color:#7f8c8d;font-size:1rem}@media (min-width: 640px){.tests-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.tests-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.tests-header h1{font-size:1.8rem}.tests-header p{font-size:1rem}.tests-intro h2{font-size:1.5rem}.test-details{gap:.5rem}.test-card{padding:1rem}.test-card h3{font-size:1.1rem}}@media (max-width: 480px){.tests-header h1{font-size:1.5rem}.tests-header p{font-size:.9rem}.tests-intro h2{font-size:1.3rem}.tests-intro p{font-size:.9rem}.tests-grid{gap:1rem}.test-card{padding:1rem}.test-card h3{font-size:1rem}.button{padding:.6rem 1.2rem;font-size:.95rem}.detail{font-size:.85rem}}.test-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.navbar{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:1.5rem 2rem;box-shadow:0 4px 6px #0000001a}.navbar h1{margin:0;font-size:1.8rem}.test-header{background:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;gap:1rem}.test-title h2{margin:0;color:var(--primary-color);flex:1}.test-timer{font-size:1.2rem;font-weight:700;color:var(--primary-color);min-width:fit-content}.submit-btn{white-space:nowrap;padding:.75rem 1.5rem!important;font-weight:600}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #27ae6066}.time-warning{color:var(--danger-color)!important;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.container{max-width:900px;margin:0 auto;padding:2rem}.progress-bar{width:100%;height:8px;background-color:#ffffff4d;border-radius:10px;margin-bottom:2rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#27ae60,#2ecc71);transition:width .3s ease}.question-counter{text-align:center;color:#fff;margin-bottom:1rem;font-weight:600}.question-card{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 4px 12px #00000026}.question-card h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.3rem}.options-list{margin-bottom:2rem}.option{display:flex;align-items:center;padding:1rem;margin-bottom:.75rem;border:2px solid #ecf0f1;border-radius:6px;cursor:pointer;transition:all .3s}.option:hover{border-color:var(--secondary-color);background-color:#3498db0d}.option input[type=radio]{margin-right:1rem;cursor:pointer;width:20px;height:20px}.option input[type=radio]:checked{accent-color:var(--secondary-color)}.option-text{cursor:pointer;flex:1;color:var(--text-color);font-size:1rem}.navigation-buttons{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap;margin-top:2rem}.navigation-buttons .button{flex:1;min-width:150px}.button:disabled{opacity:.5;cursor:not-allowed}.question-overview{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026}.question-overview h4{color:var(--primary-color);margin-bottom:1rem}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.75rem}.question-btn{width:40px;height:40px;padding:0;border:2px solid #ecf0f1;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .3s;color:var(--text-color)}.question-btn:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.question-btn.answered{border-color:var(--success-color);color:var(--success-color)}.question-btn.active{background-color:var(--secondary-color);color:#fff;border-color:var(--secondary-color)}.test-instructions{background:#fff;padding:2rem;margin-bottom:2rem}.test-instructions h2{color:var(--primary-color);margin-bottom:1.5rem}.instructions-list{background-color:#f8f9fa;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.instructions-list p{margin:.5rem 0;color:var(--text-color)}.test-instructions ul{list-style-position:inside;margin-bottom:1.5rem;line-height:1.8}.test-instructions li{margin-bottom:.5rem;color:var(--text-color)}.test-instructions h3{color:var(--primary-color);margin:1.5rem 0 .75rem}.start-btn{display:block;margin:2rem auto 1rem;width:200px}@media (max-width: 768px){.test-header{flex-direction:column;gap:1rem;text-align:center}.navigation-buttons{flex-direction:column}.navigation-buttons .button{width:100%}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(35px,1fr))}}.results-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.navbar{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.navbar h1{margin:0;font-size:2rem}.container{max-width:1000px;margin:0 auto;padding:2rem}.results-container{display:flex;flex-direction:column;gap:2rem}.score-circle{background:#fff;border-radius:50%;width:300px;height:300px;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 24px #00000026;position:relative;border:8px solid #ecf0f1}.score-display{text-align:center}.percentage{font-size:4rem;font-weight:700;color:var(--secondary-color)}.grade-message{font-size:1.5rem;color:var(--primary-color);margin-top:.5rem}.results-details{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000026}.results-details h2{color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.detail-item{background-color:#f8f9fa;padding:1.5rem;border-radius:6px;text-align:center;border-left:4px solid var(--secondary-color)}.detail-label{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;font-weight:600}.detail-value{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.detail-value.correct{color:var(--success-color)}.detail-value.wrong{color:var(--danger-color)}.feedback-section{margin-top:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:6px}.feedback-section h3{color:var(--primary-color);margin-bottom:1rem}.feedback-section p{color:var(--text-color);line-height:1.8}.feedback{margin-top:1rem;padding:1rem;border-radius:4px;font-weight:600}.feedback.excellent{background-color:#d5f4e6;color:var(--success-color)}.feedback.very-good{background-color:#d6eaf8;color:var(--secondary-color)}.feedback.good{background-color:#fdebd0;color:var(--warning-color)}.feedback.satisfactory{background-color:#ffeaa7;color:#d4a017}.feedback.needs-improvement{background-color:#fadbd8;color:var(--danger-color)}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.action-buttons .button{min-width:150px}.button-secondary{background-color:#95a5a6;color:#fff}.button-secondary:hover{background-color:#7f8c8d}.button-info{background-color:#3498db;color:#fff}.button-info:hover{background-color:#2980b9}.progress-section{margin:2rem 0;padding:1.5rem;background-color:#f8f9fa;border-radius:6px}.progress-section h3{color:var(--primary-color);margin-bottom:1rem}.progress-bar-container{width:100%;margin-bottom:1rem}.progress-bar{display:flex;height:40px;border-radius:6px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.progress-correct{background-color:var(--success-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s}.progress-wrong{background-color:var(--danger-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s}.progress-label{font-size:.9rem;font-weight:600}.answer-review{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:2rem}.answer-review h3{color:var(--primary-color);margin-bottom:.5rem}.review-description{color:#7f8c8d;margin-bottom:2rem;font-size:.95rem}.questions-review{display:flex;flex-direction:column;gap:1.5rem}.question-review{border:2px solid #ecf0f1;border-radius:8px;padding:1.5rem;background-color:#f8f9fa}.question-review.correct{border-color:#d5f4e6;background-color:#f0fdf4}.question-review.incorrect{border-color:#fadbd8;background-color:#fef8f7}.review-header{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.question-number-badge{background-color:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;min-width:50px;text-align:center}.status-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.status-badge.correct{background-color:#d5f4e6;color:var(--success-color)}.status-badge.incorrect{background-color:#fadbd8;color:var(--danger-color)}.question-text{margin-bottom:1.5rem}.question-text p{color:var(--text-color);line-height:1.6;margin:0}.answer-comparison{display:grid;gap:1.5rem}.answer-section{display:flex;flex-direction:column;gap:.75rem}.answer-section h4{color:var(--primary-color);font-size:.95rem;margin:0;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.answer-box{padding:1rem;border-radius:6px;display:flex;align-items:center;gap:.75rem;font-weight:600}.your-correct{background-color:#d5f4e6;color:var(--success-color);border:2px solid var(--success-color)}.your-incorrect{background-color:#fadbd8;color:var(--danger-color);border:2px solid var(--danger-color)}.correct-answer{background-color:#d5f4e6;color:var(--success-color);border:2px solid var(--success-color)}.not-answered{font-style:italic;opacity:.7}.option-letter{background-color:#0000001a;padding:.25rem .5rem;border-radius:4px;font-weight:700;min-width:30px;text-align:center}.all-options{padding:1rem;background-color:#fff;border:1px solid #ecf0f1;border-radius:6px}.all-options h4{color:var(--primary-color);font-size:.95rem;margin:0 0 .75rem;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.options-list{display:flex;flex-direction:column;gap:.5rem}.option-item{padding:.75rem 1rem;background-color:#f8f9fa;border-left:4px solid #ecf0f1;border-radius:4px;display:flex;align-items:center;gap:.75rem;color:var(--text-color);transition:all .2s}.option-item.is-correct{background-color:#d5f4e6;border-left-color:var(--success-color);font-weight:600}.option-item.is-selected{background-color:#fadbd8;border-left-color:var(--danger-color);font-weight:600}.correct-icon{margin-left:auto;color:var(--success-color);font-size:1.2rem;font-weight:700}.tips-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000026}.tips-section h3{color:var(--primary-color);margin-bottom:1rem}.tips-section ul{list-style-position:inside;line-height:2}.tips-section li{color:var(--text-color);margin-bottom:.5rem}.tips-section li:before{content:"→ ";color:var(--secondary-color);font-weight:700;margin-right:.5rem}.error{background-color:#fadbd8;color:var(--danger-color);padding:1.5rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600}@media (max-width: 768px){.score-circle{width:200px;height:200px}.percentage{font-size:2.5rem}.grade-message{font-size:1.2rem}.details-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-buttons .button{width:100%}.review-header{flex-wrap:wrap}.answer-comparison{grid-template-columns:1fr}.progress-label{font-size:.75rem}.option-item{flex-wrap:wrap}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 24px #00000026}.legal-page h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;border-bottom:3px solid #667eea;padding-bottom:1rem}.last-updated{color:#95a5a6;font-size:.95rem;font-style:italic;margin-bottom:2rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{color:#667eea;font-size:1.5rem;margin-bottom:1rem;margin-top:1.5rem}.legal-section p{color:#34495e;line-height:1.8;margin-bottom:1rem;font-size:1rem}.legal-section ul{color:#34495e;line-height:1.9;margin:1rem 0 1rem 2rem;list-style-type:disc}.legal-section li{margin-bottom:.75rem;font-size:.95rem}.legal-section strong{color:#2c3e50}.contact-info{background:#ecf0f1;padding:1.5rem;border-left:4px solid #667eea;border-radius:4px;margin:1rem 0}.contact-info p{margin:.5rem 0;color:#2c3e50}@media (max-width: 768px){.legal-container{padding:1.5rem}.legal-page h1{font-size:1.8rem}.legal-section h2{font-size:1.2rem}.legal-section{margin-bottom:1.5rem}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-header{text-align:center;color:#fff;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;margin-bottom:.5rem}.contact-header p{font-size:1.1rem;opacity:.95}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #00000026}.contact-info-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.info-box{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #ecf0f1}.info-box:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-icon{font-size:2.5rem;flex-shrink:0}.info-details h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.info-details p{color:#7f8c8d;line-height:1.8;font-size:.95rem}.info-details strong{color:#34495e}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #00000026}.contact-form h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#2c3e50;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #bdc3c7;border-radius:4px;font-size:.95rem;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.submit-button:active{transform:translateY(0)}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1.5rem;border-left:4px solid #28a745;font-weight:500}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-header h1{font-size:1.8rem}.contact-info-section,.contact-form{padding:1.5rem}.info-box{gap:1rem}.info-icon{font-size:2rem}}.app{min-height:100vh;background-color:var(--light-bg)}.navbar{background-color:var(--primary-color);color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.navbar h1{font-size:1.5rem}.container{max-width:1200px;margin:0 auto;padding:2rem}.button{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.button-primary{background-color:var(--secondary-color);color:#fff}.button-primary:hover{background-color:#2980b9}.button-success{background-color:var(--success-color);color:#fff}.button-success:hover{background-color:#229954}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.error{color:var(--danger-color);background-color:#fadbd8;padding:1rem;border-radius:4px;margin-bottom:1rem}.success{color:var(--success-color);background-color:#d5f4e6;padding:1rem;border-radius:4px;margin-bottom:1rem}:root{--primary-color: #2c3e50;--secondary-color: #3498db;--success-color: #27ae60;--danger-color: #e74c3c;--warning-color: #f39c12;--light-bg: #ecf0f1;--text-color: #2c3e50}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--light-bg);color:var(--text-color);line-height:1.6}#root{min-height:100vh}
