:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}a{color:inherit}.app-root{min-height:100vh;background-color:#fff;color:#37474f;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:20;background-color:#fff;box-shadow:0 2px 4px #00000014}.site-header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:relative}.logo-text{font-weight:700;font-size:1.4rem;letter-spacing:.04em;color:#5b8ea2}.logo-link{display:inline-flex;align-items:center}.logo-image{height:40px}.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:.25rem;border-radius:999px;border:1px solid #cfd8dc;background-color:#fff}.nav-toggle-bar{width:18px;height:2px;border-radius:999px;background-color:#455a64}.header-actions{position:absolute;top:100%;right:1rem;margin-top:.6rem;padding:.75rem;border-radius:.75rem;background-color:#fff;box-shadow:0 4px 10px #00000024,0 1px 3px #00000014;display:none;flex-direction:column;align-items:flex-start;gap:.75rem;min-width:180px}.header-actions--open{display:flex}.language-dropdown{position:relative}.language-selector{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;border:1px solid #cfd8dc;background-color:#fff;font-size:.85rem;color:#455a64;cursor:pointer}.language-selector:hover{border-color:#5b8ea2;color:#5b8ea2}.language-icon{font-size:.9rem}.language-options{position:absolute;top:100%;left:0;margin-top:.35rem;min-width:100%;padding:.35rem 0;list-style:none;margin-left:0;background-color:#fff;border:1px solid #cfd8dc;border-radius:.5rem;box-shadow:0 4px 12px #0000001f;z-index:30}.language-option{display:block;width:100%;padding:.5rem 1rem;border:none;background:none;font-size:.85rem;color:#455a64;text-align:left;cursor:pointer}.language-option:hover{background-color:#e3f2f5;color:#5b8ea2}.language-option--selected{background-color:#e3f2f5;color:#5b8ea2;font-weight:600}.theme-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;border:1px solid #cfd8dc;background-color:#fff;font-size:.85rem;color:#455a64;cursor:pointer}.theme-toggle:hover{border-color:#5b8ea2;color:#5b8ea2}.theme-toggle-icon{font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1.25rem;border-radius:999px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease}.btn-primary{background-color:#5b8ea2;color:#fff}.btn-primary:hover{background-color:#4c7b8c;transform:translateY(-1px);box-shadow:0 4px 10px #00000029}.btn-secondary{background-color:#fff;color:#5b8ea2;border:1px solid #5b8ea2}.btn-secondary:hover{background-color:#e3f2f5}.btn-outline{background-color:#fff;color:#37474f;border:1px solid #37474f}.btn-outline:hover{background-color:#fff7d6}.btn:focus-visible{outline:2px solid #ffc107;outline-offset:2px}main{max-width:1200px;margin:0 auto;padding:1.25rem 1rem 1.5rem}.hero{position:relative;margin-top:1.5rem;border-radius:1rem;overflow:hidden}.hero-slides{position:relative;height:360px}.hero-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;opacity:0;pointer-events:none;transition:opacity .32s ease}.hero-slide--active{opacity:1;pointer-events:auto}.hero-content{position:relative;padding:3rem 2.5rem;max-width:640px}.hero-title{font-size:2.25rem;line-height:1.2;margin:0 0 .75rem;color:#fff}.hero-subtitle{margin:0;font-size:1.05rem;color:#f5f5f5}.hero-image{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.8)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0006 40%,#000000b3)}.hero-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem}.hero-dot{width:10px;height:10px;border-radius:999px;background-color:#ffffff80;border:none;cursor:pointer}.hero-dot--active{background-color:#fff}.hero-dot:focus-visible{outline:2px solid #ffc107;outline-offset:2px}.section-header{margin-top:3rem;text-align:center}.section-header--on-dark{color:#fff}.section-header h2{font-size:2rem;margin:0;color:#607d8b}.section-header--on-dark h2{color:#fff}.section-subtitle{margin-top:.75rem;font-size:1rem;color:#607d8b}.section-header--on-dark .section-subtitle{color:#e0f2f1}.legal-main{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.legal-page{border-radius:1.25rem;background-color:#fff;box-shadow:0 2px 4px #0f172a14,0 8px 24px #0f172a0f;padding:2.5rem 2rem}.legal-page-header{margin-bottom:1.75rem}.legal-page-title{margin:0 0 .5rem;font-size:2rem;color:#607d8b}.legal-page-updated{margin:0;font-size:.9rem;color:#90a4ae}.legal-page-body{display:flex;flex-direction:column;gap:1rem;font-size:.97rem;line-height:1.6;color:#455a64}.legal-page-body h2{margin:1.75rem 0 .5rem;font-size:1.2rem;color:#607d8b}.legal-list{padding-left:1.25rem;margin:.25rem 0 .75rem}.legal-list li+li{margin-top:.35rem}.legal-back{margin-top:2rem}.legal-back a{color:#5b8ea2;font-weight:600;text-decoration:none}.legal-back a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field label{font-weight:600;color:#607d8b}.contact-field input,.contact-field textarea{width:100%;border-radius:.75rem;border:1px solid #cfd8dc;padding:.75rem .9rem;font-size:.95rem;color:inherit;background-color:#fff;transition:border-color .16s ease,box-shadow .16s ease}.contact-field textarea{resize:vertical}.contact-field input:focus-visible,.contact-field textarea:focus-visible{outline:2px solid #ffc107;outline-offset:2px;border-color:#5b8ea2}.contact-field input:disabled,.contact-field textarea:disabled{opacity:.7;cursor:not-allowed}.contact-actions{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.75rem}body.theme-dark .contact-field label{color:#e5e7eb}body.theme-dark .contact-field input,body.theme-dark .contact-field textarea{background-color:#020617;border-color:#475569}.services{margin-top:3rem}.services-grid{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}.service-card{background-color:#f1f1f1;border-radius:1.25rem;padding-bottom:2rem;position:relative;box-shadow:0 2px 1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;transition:transform .18s ease,box-shadow .18s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 18px #00000029,0 4px 6px #0000001f}.service-image-wrapper{position:relative;height:11.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;overflow:hidden}.service-image{width:100%;height:100%;object-fit:cover;display:block}.service-image-overlay{position:absolute;inset:0;background-color:#00000029}.service-icon{position:absolute;top:7.75rem;left:50%;transform:translate(-50%);width:5rem;height:5rem;border-radius:999px;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 3px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.service-icon--image img{width:2.5rem;height:2.5rem;object-fit:contain;display:block}.service-body{padding:3.25rem 1.5rem 0;text-align:center}.service-title{margin:0 0 .75rem;font-size:1.1rem;color:#607d8b}.service-description{margin:0;font-size:.95rem;color:#607d8b}.cta-users{margin-top:4rem;padding:2.25rem 1.5rem;border-radius:1.25rem;background-color:#5b8ea2}.user-types{margin-top:2.5rem;display:grid;grid-template-columns:1fr;gap:1.75rem}.user-type-card{display:flex;flex-direction:column;align-items:center;gap:.9rem}.user-type-avatar{width:6.5rem;height:6.5rem;border-radius:999px;border:4px solid rgba(255,255,255,.4);box-shadow:0 3px 3px #0003,0 3px 4px #00000024,0 1px 8px #0000001f;overflow:hidden}.user-type-avatar img{width:100%;height:100%;object-fit:cover}.user-type-button{min-width:9.5rem;background-color:transparent;border-color:#ffffffb3;color:#fff}.partners{margin-top:4rem}.partners-row-wrapper{margin-top:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.partners-row{margin-top:0;display:flex;gap:1.5rem;padding:.5rem .25rem;animation:partners-scroll 30s linear infinite}.partner-logo{flex:0 0 auto;width:4.8rem;height:4.8rem;border-radius:999px;background-color:#fff;border:1px solid #cfd8dc;display:flex;align-items:center;justify-content:center;overflow:hidden}.partner-logo img{width:100%;height:100%;object-fit:contain}.partner-logo--placeholder{background-color:#eceff1;color:#90a4ae;font-size:.7rem;text-align:center;padding:.3rem}@keyframes partners-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners-cta{margin-top:2.5rem;padding:1.75rem 2rem;border-radius:1rem;background-color:#5b8ea2;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.partners-cta-text{margin:0;font-size:1rem}.partners-cta .btn-primary{background-color:transparent;border:1px solid #ffffff;color:#fff}.partners-cta .btn-primary:hover{background-color:#ffffff26;border-color:#fff}.faq{margin-top:4rem}.faq-list{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.faq-item{border-radius:.9rem;border:1px solid #e0e0e0;background:linear-gradient(180deg,#fff,#fafafa);box-shadow:0 1px 2px #00000014,0 1px 3px #0000000a;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.faq-item--open{border-color:#5b8ea2;box-shadow:0 4px 12px #00000024,0 1px 3px #00000014;transform:translateY(-1px)}.faq-question{width:100%;padding:1rem 1.25rem;background-color:#fff;border:none;color:#37474f;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1rem;text-align:left;cursor:pointer}.faq-question:hover{background-color:#f5f5f5}.faq-question:focus-visible{outline:2px solid #ffc107;outline-offset:-2px}.faq-icon{font-size:1.25rem;color:#90a4ae;transition:transform .2s ease}.faq-item--open .faq-icon{transform:rotate(90deg)}.faq-answer-wrapper{padding:0 1.25rem;max-height:0;opacity:0;overflow:hidden;transition:max-height .22s ease-out,opacity .22s ease-out,padding-top .22s ease-out,padding-bottom .22s ease-out}.faq-item--open .faq-answer-wrapper{padding-top:.25rem;padding-bottom:1rem;max-height:600px;opacity:1}.faq-answer{margin:0;font-size:.95rem;color:#455a64}@media(prefers-reduced-motion:reduce){.hero-slide,.faq-item,.faq-item--open,.faq-icon,.faq-answer-wrapper{transition:none}.faq-answer-wrapper{max-height:none;opacity:1;padding-top:.25rem;padding-bottom:1rem}}.support-strip{margin-top:3rem;padding:1.3rem 1.8rem;border-radius:.9rem;background-color:#ffd54f;display:flex;align-items:center;justify-content:space-between;gap:1rem}.support-text{margin:0;font-weight:600;color:#37474f}.support-button{white-space:nowrap}.support-icon{font-size:1.1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{margin-top:4rem;padding:2.5rem 1.5rem 2.25rem;background-color:#f3f6f8;color:#37474f}.footer-main{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 1.75rem;border-radius:1.25rem;background-color:#fff;box-shadow:0 2px 4px #0f172a14,0 8px 24px #0f172a0f}.footer-logo{font-size:1.5rem;margin-bottom:.5rem}.site-footer .footer-logo{color:#5b8ea2}.footer-heading{margin:0 0 .75rem;font-size:1.05rem}.footer-text{margin:0 0 .5rem;font-size:.9rem}.footer-text a{color:inherit;text-decoration:underline}.footer-text a.btn-primary{color:#fff;text-decoration:none}.footer-text a.btn-primary:hover{text-decoration:none}.footer-social{margin-top:.75rem;display:flex;gap:.75rem;font-size:.8rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;text-decoration:none;color:#fff}.footer-social-icon{font-weight:700}.footer-social-link--facebook{background-color:#1877f2}.footer-social-link--facebook:hover{background-color:#145dbf}.footer-social-link--instagram{background:radial-gradient(circle at 30% 30%,#feda77,#f58529 30%,#dd2a7b,#8134af 80%,#515bd4)}.footer-social-link--instagram:hover{filter:brightness(1.08)}.footer-social-link--linkedin{background-color:#0a66c2}.footer-social-link--linkedin:hover{background-color:#084f97}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.footer-links a{color:#607d8b;text-decoration:none}.footer-links a:hover,.footer-legal a:hover{text-decoration:underline}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.25);display:flex;flex-direction:column-reverse;align-items:flex-start;gap:.75rem;font-size:.85rem}.footer-copy a{color:#5b8ea2}.footer-legal{display:flex;flex-wrap:wrap;gap:.75rem}.footer-legal a{color:#607d8b;text-decoration:none}body.theme-dark{background-color:#020617}body.theme-dark .app-root{background-color:#020617;color:#e5e7eb}body.theme-dark .site-header{background:radial-gradient(circle at top left,#0b1220 0,#020617 55%);box-shadow:0 2px 6px #0f172ae6}body.theme-dark .language-selector,body.theme-dark .theme-toggle,body.theme-dark .theme-slider,body.theme-dark .header-actions{background-color:#020617;color:#e5e7eb;border-color:#475569}.theme-slider{position:relative;width:3.5rem;height:2rem;padding:0;border-radius:999px;border:1px solid #cfd8dc;background-color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.theme-slider-icon{position:absolute;top:50%;transform:translateY(-50%);font-size:1rem;line-height:1;z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none}.theme-slider-icon--left{left:0;width:50%;display:flex;justify-content:center}.theme-slider-icon--right{right:0;width:50%;display:flex;justify-content:center}.theme-slider-knob{position:absolute;top:50%;left:.25rem;width:1.5rem;height:1.5rem;transform:translateY(-50%) translate(0);border-radius:999px;z-index:2;background-color:#455a64;box-shadow:0 3px 6px #00000024,0 1px 3px #00000014;transition:transform .22s ease,background-color .22s ease}.theme-slider[data-theme=dark] .theme-slider-knob{transform:translateY(-50%) translate(1.5rem);background-color:#fff}.theme-slider:focus-visible{outline:2px solid #ffc107;outline-offset:2px}.theme-slider[data-theme=dark] .theme-slider-icon{opacity:1}body.theme-dark .theme-slider{border-color:#475569;background-color:#020617}body.theme-dark .btn-primary{background-color:#0ea5e9;color:#e0f2fe}body.theme-dark .btn-primary:hover{background-color:#0284c7}body.theme-dark .btn-secondary{background-color:transparent;border-color:#38bdf8;color:#e0f2fe}body.theme-dark .btn-outline{background-color:transparent;border-color:#eab308;color:#fef9c3}body.theme-dark .hero-title{color:#e5e7eb}body.theme-dark .hero-subtitle{color:#cbd5f5}body.theme-dark .section-header h2{color:#e5e7eb}body.theme-dark .section-subtitle{color:#9ca3af}body.theme-dark .services-grid .service-card{background:radial-gradient(circle at top left,#1f2937 0,#020617 70%);box-shadow:0 8px 24px #0f172ae6,0 0 0 1px #94a3b833}body.theme-dark .service-title,body.theme-dark .service-description{color:#e5e7eb}body.theme-dark .legal-page{background:radial-gradient(circle at top left,#020617 0 65%);box-shadow:0 8px 24px #0f172ae6,0 0 0 1px #94a3b840}body.theme-dark .legal-page-title{color:#e5e7eb}body.theme-dark .legal-page-updated{color:#9ca3af}body.theme-dark .legal-page-body,body.theme-dark .legal-page-body h2{color:#e5e7eb}body.theme-dark .legal-back a{color:#38bdf8}body.theme-dark .cta-users{background:linear-gradient(135deg,#0f172a,#1d4ed8)}body.theme-dark .user-type-button{background-color:transparent;border-color:#e2e8f0d9;color:#f9fafb}body.theme-dark .partners-cta{background:radial-gradient(circle at top left,#0b1120 0,#020617 70%)}body.theme-dark .partners-cta-text{color:#e5e7eb}body.theme-dark .site-footer{background:radial-gradient(circle at top left,#020617 0 60%)}body.theme-dark .faq-item{background:linear-gradient(180deg,#020617 0% 100%);border-color:#1f2937}body.theme-dark .faq-answer,body.theme-dark .faq-question{color:#e5e7eb}body.theme-dark .faq-question{background-color:#0b1120}body.theme-dark .support-strip{background:linear-gradient(135deg,#1d4ed8,#22c55e);color:#fefce8}body.theme-dark .footer-main{background:radial-gradient(circle at top left,#020617 0 65%);box-shadow:0 8px 24px #0f172ae6,0 0 0 1px #94a3b840}body.theme-dark .footer-heading{color:#e5e7eb}body.theme-dark .footer-text{color:#d1d5db}body.theme-dark .footer-links a,body.theme-dark .footer-copy,body.theme-dark .footer-copy a,body.theme-dark .footer-legal a{color:#cbd5f5}@media(min-width:768px){.site-header-inner{padding-inline:1.5rem}.nav-toggle{display:none}.header-actions{position:static;margin-top:0;padding:0;box-shadow:none;background-color:transparent;display:flex;flex-direction:row;align-items:center;gap:.75rem;min-width:auto}.services-grid,.user-types{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}@media(min-width:1024px){.services-grid,.user-types{grid-template-columns:repeat(4,minmax(0,1fr))}}
