*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a202c;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:#1a202c}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:1.5rem;margin-bottom:.75rem}p{margin-bottom:1rem;color:#4a5568}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.logo{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.25rem;color:#06c;text-decoration:none}.logo-icon{width:40px;height:40px}.logo-text{font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#06c}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#06c;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{width:25px;height:3px;background-color:#4a5568;margin:3px 0;transition:.3s}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background-color:#06c;color:#fff}.btn-primary:hover{background-color:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.btn-secondary{background-color:transparent;color:#06c;border:2px solid #0066cc}.btn-secondary:hover{background-color:#06c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0066cc4d}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:80vh;display:flex;align-items:center}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:slideInLeft 1s ease-out}.hero-title{margin-bottom:1.5rem;color:#1a202c}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#4a5568;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;animation:slideInRight 1s ease-out}.hero-graphic svg{width:100%;max-width:400px;height:auto}.features{padding:5rem 0;background-color:#fff}.section-title{text-align:center;margin-bottom:3rem;color:#1a202c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:#f8fafc;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:#06c;display:flex;align-items:center;justify-content:center;background-color:#e6f3ff;border-radius:50%}.feature-icon svg{width:30px;height:30px}.feature-card h3{margin-bottom:1rem;color:#1a202c}.feature-card p{color:#4a5568;line-height:1.6}.about{padding:5rem 0;background-color:#f8fafc}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h2{margin-bottom:1.5rem;color:#1a202c}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4a5568;line-height:1.7}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012}.stat-number{font-size:2.5rem;font-weight:700;color:#06c;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#4a5568;font-weight:500}.contact{padding:5rem 0;background-color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{margin-bottom:1.5rem;color:#1a202c}.contact-item{margin-bottom:1rem;color:#4a5568;font-size:1.1rem}.contact-form h3{margin-bottom:2rem;color:#1a202c}.form-group{margin-bottom:.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a202c}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{margin-top:.5rem}.form-group select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.error-message{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem;margin-bottom:.25rem;min-height:1.25rem;font-weight:500}.turnstile-group{display:flex;flex-direction:column;align-items:flex-start}.cf-turnstile{margin:.5rem 0}.contact-form-loader{text-align:center;padding:2rem;color:#666}.loader-spinner{border:3px solid #f3f3f3;border-top:3px solid #2563eb;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-form-unavailable{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:2rem;text-align:center}.contact-form-unavailable h3,.contact-form-unavailable p{color:#6c757d;margin-bottom:1rem}.direct-contact{background:#fff;border-radius:6px;padding:1.5rem;margin-top:1rem}.direct-contact p{margin:.5rem 0;color:#333}.direct-contact a{color:#2563eb;text-decoration:none;font-weight:500}.direct-contact a:hover{text-decoration:underline}.btn{position:relative;overflow:hidden}.btn:disabled{opacity:.7;cursor:not-allowed;background-color:#94a3b8}.btn:disabled:hover{transform:none;box-shadow:none;background-color:#94a3b8}.btn-loading{display:flex;align-items:center;gap:.5rem}.spinner{animation:spin 1s linear infinite}.form-message{margin-top:1.5rem;padding:.875rem;border-radius:8px;font-weight:500}.form-message.success{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.form-message.error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.privacy-notice{margin-top:1rem;color:#6b7280;font-size:.875rem;line-height:1.4}.footer{background-color:#1a202c;color:#cbd5e0;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#cbd5e0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer .logo{color:#fff;margin-bottom:1rem}.footer .logo-icon{color:#fff}.footer-bottom{border-top:1px solid #2d3748;padding-top:1rem;text-align:center;color:#a0aec0;font-size:.9rem}.footer-legal{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-links{display:flex;align-items:center;gap:1rem;font-size:.9rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#63b3ed;text-decoration:underline}.footer-links span{color:#718096}@media (max-width: 768px){.footer-legal{text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:1rem;box-shadow:0 2px 10px #0000001a;gap:1rem}.nav-menu.active,.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-9px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-8px,-8px)}.hero .container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.features-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{flex-direction:row;justify-content:space-around}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}h1{font-size:2.5rem}h2{font-size:2rem}}@media (max-width: 480px){.container{padding:0 .75rem}.hero{padding:6rem 0 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{padding:.75rem 1.5rem;font-size:.9rem}.about-stats{flex-direction:column}.stat{padding:1rem}.stat-number{font-size:2rem}}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}html{scroll-padding-top:80px}
