:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,sans-serif}body{background:var(--white);color:var(--black)}html,body{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden;position:relative}#root,.app,header,main,section,footer{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}:root{--primary: #2563eb;--black: #0f172a;--white: #ffffff;--gray: #e5e7eb}.nav{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray);position:relative;z-index:100;background:var(--white)}.logo{font-weight:700;color:var(--primary);font-size:1.1rem}.nav-links a{margin-left:1.25rem;text-decoration:none;color:var(--black);font-size:.95rem;transition:all .2s ease-in-out}.nav-links a:hover{color:var(--primary)}.hero{padding:40px 20px;margin:0 auto;width:100%}.hero-content{display:flex;flex-wrap:wrap;gap:3rem;margin:0 auto;align-items:flex-start}.hero-image{width:50%;max-width:50%;height:auto;margin-bottom:1.5rem;border-radius:8px;display:block}.hero-left h1{font-size:2.4rem;color:var(--primary);margin-bottom:1rem;line-height:1.2}.hero-left p{max-width:500px;color:#475569;line-height:1.6}.hero-left,.hero-right{flex:1 1 0;min-width:280px;max-width:100%}@media(min-width:769px){.hero-left,.hero-right{flex-basis:48%}}.contact-form{background:#f8fafc;border:1px solid var(--gray);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.contact-form h3{font-size:1.05rem;color:var(--black);margin-bottom:1.25rem;font-weight:600;line-height:1.4}@media(max-width:768px){.hero{padding:20px 10px}.hero-content{gap:2rem;flex-direction:column;align-content:center}.hero-left h1{font-size:1.6rem}.hero-left p{max-width:100%}.hero-left,.hero-right{flex:1 1 100%}}p,li,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.form-group{margin-bottom:1rem}.form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem;margin-bottom:1rem}.form-group input,.form-group select{width:100%;padding:.7rem .85rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;background:var(--white);transition:all .2s;color:var(--black)}.form-group input::placeholder{color:#94a3b8;opacity:1}.form-group select{color:#64748b;cursor:pointer}.form-group select option{color:var(--black)}.form-group select option:first-child{color:#94a3b8}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-group input[type=date],.form-group input[type=time]{color:#475569;position:relative;cursor:pointer}.form-group input[type=date]::-webkit-calendar-picker-indicator,.form-group input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;position:absolute;right:.75rem;background:transparent;color:#64748b;filter:invert(45%) sepia(8%) saturate(1000%) hue-rotate(182deg) brightness(95%) contrast(87%)}.form-group input[type=date]:hover::-webkit-calendar-picker-indicator,.form-group input[type=time]:hover::-webkit-calendar-picker-indicator{filter:invert(36%) sepia(88%) saturate(2476%) hue-rotate(212deg) brightness(91%) contrast(94%)}.form-group input[type=date]::-moz-calendar-picker-indicator,.form-group input[type=time]::-moz-calendar-picker-indicator{cursor:pointer}.custom-select-wrapper{position:relative;width:100%}.custom-select-trigger{width:100%;padding:.7rem .85rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;background:var(--white);color:#64748b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;-webkit-user-select:none;user-select:none}.custom-select-trigger:hover{border-color:#94a3b8}.custom-select-trigger.active,.custom-select-wrapper:focus-within .custom-select-trigger{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.custom-select-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-arrow{font-size:.7rem;transition:transform .2s;color:#64748b;margin-left:.5rem}.custom-select-wrapper:has(.custom-select-dropdown) .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--white);border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:250px;overflow-y:auto;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{display:flex;align-items:center;padding:.65rem .85rem;cursor:pointer;transition:background .15s;gap:.65rem;-webkit-user-select:none;user-select:none}.custom-select-option:hover{background:#f1f5f9}.custom-select-option input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary);flex-shrink:0}.custom-select-option span{flex:1;font-size:.9rem;color:var(--black);line-height:1.4}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8}.submit-btn{width:100%;background:var(--primary);color:var(--white);border:none;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;margin-top:.25rem}.submit-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.submit-btn:active{transform:translateY(0)}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.container{margin:0 auto;padding:0 1.5rem}.services-section{padding:4rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem;padding:0 1.5rem}.section-header h2{font-size:2rem;color:var(--primary);margin-bottom:.75rem}.section-header p{color:#64748b;font-size:1rem;max-width:600px;margin:0 auto}.service-grid{display:grid;grid-template-columns:1fr;gap:2rem;justify-content:center}@media(min-width:768px){.service-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;position:relative;overflow:hidden;height:100%;width:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:2.5rem;margin-bottom:1.25rem;background:#eff6ff;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center}.service-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--black)}.service-card ul{list-style:none}.service-card li{margin-bottom:.8rem;color:#475569;font-size:.9rem;display:flex;align-items:start;gap:.5rem;line-height:1.4}.check-icon{color:var(--primary);font-weight:900;flex-shrink:0}.partners{background:#f8fafc;padding:3rem 1.5rem;border-top:1px solid var(--gray);border-bottom:1px solid var(--gray)}.partners-container{max-width:1000px;margin:0 auto;text-align:center}.partners h2{color:var(--primary);margin-bottom:2.5rem;font-size:1.8rem}@media(max-width:768px){.nav-links{display:none}}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}.services-section{overflow-x:hidden}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;align-items:center;justify-items:center}.partner-logo{width:100%;max-width:150px;height:80px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.partner-logo img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.partner-logo:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.testimonials{padding:4rem 1.5rem;background:var(--white);border-bottom:1px solid var(--gray);overflow:hidden}.testimonials-container{max-width:1000px;margin:0 auto;text-align:center}.testimonials h2{color:var(--primary);margin-bottom:3rem;font-size:1.8rem}.carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.testimonial-cards{display:flex;gap:2rem;width:100%;max-width:900px;animation:fadeSlide .5s ease-out}@keyframes fadeSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.testimonial-card{flex:1;background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid var(--gray);box-shadow:0 4px 6px #0000000d;text-align:left;transition:transform .2s;min-width:0}.testimonial-card:hover{transform:translateY(-5px)}.stars{margin-bottom:1rem}.star{font-size:1.1rem;color:#cbd5e1;margin-right:.2rem}.star.filled{color:#fbbf24}.customer-name{font-size:1.05rem;margin-bottom:.5rem;color:var(--black)}.customer-review{color:#475569;line-height:1.6;font-style:italic;font-size:.95rem}.carousel-btn{background:var(--white);border:1px solid var(--gray);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary);font-size:1rem;transition:all .2s;flex-shrink:0}.carousel-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.carousel-indicators{display:flex;justify-content:center;gap:.5rem}.indicator{width:8px;height:8px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:background .2s}.indicator.active{background:var(--primary)}@media(max-width:768px){.testimonial-cards{flex-direction:column;gap:1.5rem}.carousel-wrapper{position:relative;padding:0 1rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.carousel-btn.prev{left:0}.carousel-btn.next{right:0}}.why{border-top:1px solid var(--gray);padding:3rem 1.5rem}.why h2{max-width:1000px;margin:0 auto 2rem;color:var(--primary);text-align:center;font-size:1.8rem}.why-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.why-grid h3{margin-bottom:.5rem;font-size:1.1rem}.why-grid p{font-size:.95rem;color:#475569}.faq{padding:3rem 1.5rem;background:#f8fafc}.faq h2{text-align:center;margin-bottom:2rem;color:var(--primary);font-size:1.8rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--gray);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .2s}.faq-item.active{border-color:var(--primary);box-shadow:0 4px 6px #2563eb1a}.faq-question{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1rem;font-weight:500;color:var(--black)}.toggle-icon{font-size:1.5rem;font-weight:300;color:var(--primary)}.faq-answer{padding:1rem 1.25rem 1.25rem;color:#475569;line-height:1.6;border-top:1px solid #f1f5f9;margin-top:-.5rem;animation:slideDown .2s ease-out}.support-banner{background:var(--primary);color:var(--white);padding:3rem 1.5rem;text-align:center}.support-banner h2{font-size:1.8rem;margin-bottom:2rem}.support-info{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;font-size:1rem}.support-info p{display:flex;align-items:center;gap:.5rem;flex-direction:column}.support-info a{color:var(--white)}.footer{background:#0f172a;color:#94a3b8;padding:3rem 1.5rem 1.5rem}.footer-container{margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:var(--white);margin-bottom:1.25rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-section a:hover{color:var(--white)}.social-links{display:flex;gap:1rem;flex-direction:column}.social-links span{cursor:pointer;transition:color .2s}.social-links span:hover{color:var(--white)}.copyright{text-align:center;padding-top:2rem;border-top:1px solid #1e293b;font-size:.9rem}@media(max-width:480px){.container{padding:0 1rem}}
