@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";.accordion{flex-direction:column;gap:.75rem;display:flex}.accordion-item{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .2s;overflow:hidden}.accordion-item:hover{border-color:#288bc3}.accordion-header{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;transition:all .2s;display:flex}.accordion-header:hover{background:#f6f9fc}.accordion-header.open{background:#f6f9fc;border-bottom:1px solid #e2e8f0}.accordion-header-content{flex:1;align-items:center;gap:.75rem;display:flex}.accordion-icon{color:#288bc3;justify-content:center;align-items:center;display:flex}.accordion-icon svg{width:24px;height:24px}.accordion-title{color:#0b1b2b;font-size:1rem;font-weight:600}.accordion-arrow{color:#6b7a8c;flex-shrink:0;transition:transform .3s}.accordion-header.open .accordion-arrow{color:#288bc3;transform:rotate(180deg)}.accordion-content{max-height:0;transition:max-height .3s;overflow:hidden}.accordion-content.open{max-height:2000px}.accordion-content-inner{color:#0b1b2b;padding:1.25rem;line-height:1.6}@media (width<=640px){.accordion-header{padding:.875rem 1rem}.accordion-title{font-size:.875rem}.accordion-content-inner{padding:1rem}}.landing-compact{color:#0b1b2b;background:#f6f9fc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.maintenance-section{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.maintenance-card{text-align:center;background:#fff;border-radius:1rem;max-width:600px;padding:3rem;box-shadow:0 4px 12px #0000001a}.maintenance-card h1{color:#0b1b2b;margin-bottom:1rem;font-size:2rem;font-weight:700}.maintenance-card p{color:#6b7a8c;margin-bottom:2rem;font-size:1.125rem}.contact-info{color:#6b7a8c;font-size:.875rem}.contact-info a{color:#288bc3;text-decoration:none}.contact-info a:hover{text-decoration:underline}.btn-download{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-download.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-download:hover:not(:disabled){background:#16a34a;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.btn-download:disabled{opacity:.7;cursor:not-allowed}.btn-download svg{width:20px;height:20px}.download-loading{align-items:center;gap:.5rem;display:flex}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.landing-header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;min-height:80px;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000d}.brand{color:#0b1b2b;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.brand img{border-radius:.5rem}.header-nav{gap:2rem;display:flex}.header-nav a{color:#6b7a8c;font-weight:500;text-decoration:none;transition:color .2s}.header-nav a:hover{color:#288bc3}.header-actions{gap:1rem;display:flex;position:absolute;bottom:.5rem;right:2rem}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#288bc3}.btn-primary:hover{background:#07446d;box-shadow:0 2px 8px #288bc34d}.btn-secondary{color:#0b1b2b;background:#f6f9fc;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0;border-color:#288bc3}.btn-large{padding:1rem 2rem;font-size:1rem}.hero-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;min-height:80vh;margin:0 auto;padding:8rem 2rem 4rem;display:grid}.hero-content{max-width:600px}.hero-tag{color:#288bc3;background:#f6f9fc;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-content h1{color:#0b1b2b;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-content p{color:#6b7a8c;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-visual img{border-radius:1rem;max-width:100%;height:auto;box-shadow:0 4px 12px #0000001a}.info-section{max-width:1000px;margin:0 auto;padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:#0b1b2b;margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-header p{color:#6b7a8c;font-size:1rem}.solutions-grid,.services-grid,.advantages-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.solution-item,.service-item,.advantage-item{background:#f6f9fc;border-radius:.5rem;gap:1rem;padding:1rem;transition:all .2s;display:flex}.solution-item:hover,.service-item:hover,.advantage-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.solution-icon,.service-icon,.advantage-icon{color:#288bc3;flex-shrink:0;justify-content:center;align-items:center;display:flex}.solution-icon svg,.service-icon svg,.advantage-icon svg{width:24px;height:24px}.solution-text,.service-text,.advantage-text{flex:1}.solution-text h4,.service-text h4,.advantage-text h4{color:#0b1b2b;margin-bottom:.5rem;font-size:1rem;font-weight:600}.solution-text p,.service-text p,.advantage-text p{color:#6b7a8c;margin:0;font-size:.875rem;line-height:1.5}.about-content p{color:#0b1b2b;margin-bottom:1rem;font-size:1rem;line-height:1.7}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.metric-item{text-align:center;background:#f6f9fc;border-radius:.5rem;padding:1.5rem}.metric-value{color:#288bc3;margin-bottom:.5rem;font-size:2rem;font-weight:700}.metric-label{color:#6b7a8c;font-size:.875rem}.user-types-content{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.user-type-item{text-align:center;background:#f6f9fc;border-radius:.5rem;padding:1.5rem;transition:all .2s}.user-type-item:hover{background:#fff;box-shadow:0 2px 8px #00000014}.user-type-icon{color:#288bc3;justify-content:center;margin-bottom:1rem;display:flex}.user-type-icon svg{width:32px;height:32px}.user-type-item h4{color:#0b1b2b;margin-bottom:.5rem;font-size:1rem;font-weight:600}.user-type-item p{color:#6b7a8c;margin:0;font-size:.875rem;line-height:1.5}.cta-section{color:#fff;text-align:center;background:#288bc3;padding:4rem 2rem}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{margin-bottom:1rem;font-size:2rem;font-weight:700}.cta-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.cta-section .btn-primary{color:#288bc3;background:#fff}.cta-section .btn-primary:hover{background:#f6f9fc;box-shadow:0 2px 8px #0003}.landing-footer{color:#fff;background:#0b1b2b;padding:2rem}.footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-bottom:1.5rem;display:flex}.footer-brand{align-items:center;gap:.75rem;font-weight:700;display:flex}.footer-brand img{border-radius:.5rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#ffffff80;max-width:1200px;margin:0 auto;padding-top:1.5rem;font-size:.875rem}.download-modal-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.download-modal{background:#fff;border-radius:1rem;width:90%;max-width:500px;max-height:90vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 10px 40px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.download-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.download-modal-header h3{color:#0b1b2b;margin:0;font-size:1.25rem;font-weight:700}.modal-close{color:#6b7a8c;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s}.modal-close:hover:not(:disabled){color:#0b1b2b}.modal-close:disabled{cursor:not-allowed;opacity:.5}.download-modal-body{padding:1.5rem}.download-info{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.download-icon{color:#288bc3;background:#f6f9fc;border-radius:.75rem;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.download-icon svg{width:32px;height:32px}.download-details h4{color:#0b1b2b;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.download-details p{color:#6b7a8c;margin:0;font-size:.875rem}.download-progress{margin-bottom:1.5rem}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;height:100%;transition:width .3s}.progress-text{color:#6b7a8c;text-align:center;margin:0;font-size:.875rem}.download-success{color:#22c55e;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.download-success svg{width:48px;height:48px}.download-success p{margin:0;font-size:1rem;font-weight:600}.download-instructions{background:#f6f9fc;border-radius:.5rem;padding:1rem}.download-instructions h5{color:#0b1b2b;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.download-instructions ol{color:#6b7a8c;margin:0;padding-left:1.25rem;font-size:.875rem}.download-instructions li{margin-bottom:.5rem;line-height:1.5}.download-instructions li:last-child{margin-bottom:0}@media (width<=1024px){.hero-section{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-content{max-width:100%}.hero-actions{justify-content:center}.metrics-grid,.user-types-content{grid-template-columns:1fr}}@media (width<=768px){.landing-header{min-height:auto;padding:1rem}.header-nav{display:none}.header-actions{margin-left:auto;position:static}.hero-section{padding:6rem 1rem 2rem}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn-download{justify-content:center;width:100%}.footer-content{text-align:center;flex-direction:column;gap:1rem}.footer-links{flex-direction:column;gap:.5rem}}.simplified-access-form{background:#f6f9fc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}.simplified-access-form .split-container{width:100%;min-height:100vh;display:flex;box-shadow:0 25px 50px -12px #00000040}.simplified-access-form .left-panel{color:#fff;background:linear-gradient(135deg,#288bc3 0%,#07446d 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.simplified-access-form .left-panel:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.simplified-access-form .right-panel{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:3rem;display:flex;position:relative;overflow-y:auto}.simplified-access-form .logo-section{text-align:center;z-index:1;margin-bottom:2rem;position:relative}.simplified-access-form .logo-text{letter-spacing:-.025em;text-shadow:0 2px 4px #0000001a;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.simplified-access-form .logo-subtitle{opacity:.9;letter-spacing:.025em;font-size:1.125rem;font-weight:300}.simplified-access-form .logo-decoration{opacity:.3;z-index:1;margin-top:2rem;position:relative}.simplified-access-form .logo-decoration svg{color:#fff;filter:drop-shadow(0 4px 6px #0000001a);width:80px;height:80px}.simplified-access-form .info-cards{z-index:1;flex-direction:column;gap:1rem;max-width:20rem;margin-top:2rem;display:flex;position:relative}.simplified-access-form .info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:.75rem;padding:1.25rem;transition:all .3s}.simplified-access-form .info-card:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.simplified-access-form .info-card-title{align-items:center;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.simplified-access-form .info-card-title svg{color:#fff}.simplified-access-form .info-card-text{opacity:.9;padding-left:1.75rem;font-size:.875rem;line-height:1.5}.simplified-access-form .form-container{width:100%;max-width:28rem;margin:0 auto}.simplified-access-form .form-header{margin-bottom:2rem}.simplified-access-form .form-title{color:#0b1b2b;letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.simplified-access-form .form-subtitle{color:#6b7a8c;font-size:1rem;line-height:1.5}.simplified-access-form .progress-bar{margin-bottom:2rem}.simplified-access-form .progress-steps{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.simplified-access-form .step{flex:1;align-items:center;display:flex}.simplified-access-form .step-circle{background:#fff;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.simplified-access-form .step-circle.active{color:#fff;background-color:#288bc3;border-color:#288bc3;box-shadow:0 0 0 4px #288bc31a}.simplified-access-form .step-circle.completed{color:#fff;background-color:#288bc3;border-color:#288bc3}.simplified-access-form .step-circle.inactive{color:#6b7a8c;background-color:#fff;border-color:#e2e8f0}.simplified-access-form .step-line{border-radius:.0625rem;flex:1;height:.125rem;margin:0 .5rem;transition:all .3s}.simplified-access-form .step-line.completed{background-color:#288bc3}.simplified-access-form .step-line.pending{background-color:#e2e8f0}.simplified-access-form .progress-labels{color:#6b7a8c;justify-content:space-between;font-size:.75rem;font-weight:500;display:flex}.simplified-access-form .form-content{background:#f6f9fc;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:1.5rem;padding:2rem;box-shadow:0 1px 3px #0000000d}.simplified-access-form .step-title{color:#0b1b2b;text-align:center;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.simplified-access-form .form-field{margin-bottom:1.25rem}.simplified-access-form .form-field label{color:#0b1b2b;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.simplified-access-form .form-field input,.simplified-access-form .form-field select,.simplified-access-form .form-field textarea{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s;box-shadow:0 1px 2px #0000000d}.simplified-access-form .form-field input:focus,.simplified-access-form .form-field select:focus,.simplified-access-form .form-field textarea:focus{border-color:#288bc3;outline:none;box-shadow:0 0 0 3px #288bc31a,0 1px 2px #0000000d}.simplified-access-form .form-field input.input-error,.simplified-access-form .form-field select.input-error,.simplified-access-form .form-field textarea.input-error{border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.simplified-access-form .form-field .error-text{color:#e53935;margin-top:.25rem;font-size:.75rem;display:block}.simplified-access-form .field-hint{color:#6b7a8c;margin-top:.25rem;font-size:.75rem;font-style:italic;display:block}.simplified-access-form .phone-field{grid-template-columns:auto 1fr;align-items:center;gap:.5rem;display:grid}.simplified-access-form .phone-country-select{color:#0b1b2b;cursor:pointer;background:#f6f9fc;border:1px solid #e2e8f0;border-radius:.5rem;min-width:4rem;padding:.875rem .5rem;font-size:.875rem;font-weight:600;transition:all .2s}.simplified-access-form .phone-country-select:focus{border-color:#288bc3;outline:none;box-shadow:0 0 0 3px #288bc31a}.simplified-access-form .phone-country-select.input-error{border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.simplified-access-form .form-field textarea{resize:vertical;min-height:3rem}.simplified-access-form .form-field input::placeholder,.simplified-access-form .form-field textarea::placeholder{color:#6b7a8c}.simplified-access-form .profile-grid{grid-template-columns:repeat(1,1fr);gap:1rem;display:grid}@media (width>=768px){.simplified-access-form .profile-grid{grid-template-columns:repeat(3,1fr)}}.simplified-access-form .profile-card{cursor:pointer;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}.simplified-access-form .profile-card:hover{border-color:#62c1e6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.simplified-access-form .profile-card.selected{background:#f6f9fc;border-color:#288bc3;box-shadow:0 4px 12px #288bc326}.simplified-access-form .profile-icon{color:#288bc3;margin-bottom:.75rem}.simplified-access-form .profile-icon svg{width:48px;height:48px}.simplified-access-form .profile-title{color:#0b1b2b;margin-bottom:.5rem;font-size:1rem;font-weight:600}.simplified-access-form .profile-description{color:#6b7a8c;font-size:.875rem;line-height:1.4}.simplified-access-form .navigation{justify-content:space-between;gap:1rem;display:flex}.simplified-access-form .btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.simplified-access-form .btn-secondary{color:#0b1b2b;background-color:#f6f9fc;border:1px solid #e2e8f0}.simplified-access-form .btn-secondary:hover{background-color:#e2e8f0;box-shadow:0 2px 4px #0000001a}.simplified-access-form .btn-primary{color:#fff;background-color:#288bc3;border:1px solid #288bc3}.simplified-access-form .btn-primary:hover{background-color:#07446d;border-color:#07446d;box-shadow:0 2px 4px #288bc333}.simplified-access-form .btn-primary:disabled,.simplified-access-form .btn-primary.disabled{color:#6b7a8c;cursor:not-allowed;box-shadow:none;background-color:#e2e8f0;border-color:#e2e8f0}.simplified-access-form .btn-primary.ml-auto{margin-left:auto}.simplified-access-form .info-box{background-color:#f6f9fc;border-left:4px solid #288bc3;border-radius:.5rem;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.simplified-access-form .info-box p{color:#0b1b2b;align-items:center;margin:0;font-size:.875rem;display:flex}.simplified-access-form .info-box svg{color:#288bc3}.simplified-access-form .success-box{background-color:#f6f9fc;border-left:4px solid #0b7e46;border-radius:.5rem;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.simplified-access-form .success-box p{color:#0b7e46;margin:0;font-size:.875rem}.simplified-access-form .error-box{background-color:#f6f9fc;border-left:4px solid #e53935;border-radius:.5rem;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.simplified-access-form .error-box p{color:#e53935;align-items:center;margin:0;font-size:.875rem;display:flex}.simplified-access-form .error-box svg{color:#e53935}.simplified-access-form .checkbox-group{align-items:flex-start;gap:.75rem;display:flex}.simplified-access-form .checkbox-group-container{flex-direction:column;gap:.75rem;display:flex}.simplified-access-form .checkbox-group input[type=checkbox]{accent-color:#288bc3;cursor:pointer;width:1.25rem;height:1.25rem;margin-top:.125rem}.simplified-access-form .checkbox-group input[type=checkbox].input-error{accent-color:#e53935;box-shadow:0 0 0 2px #e5393533}.simplified-access-form .checkbox-group label{color:#0b1b2b;cursor:pointer;font-size:.875rem;line-height:1.5}.simplified-access-form .form-space{flex-direction:column;gap:1rem;display:flex}.simplified-access-form .terms-container{background-color:#f6f9fc;border:1px solid #e2e8f0;border-radius:.5rem;max-height:12rem;padding:1rem;overflow-y:auto}.simplified-access-form .terms-container ul{margin:.5rem 0;padding-left:1.25rem;list-style:outside}.simplified-access-form .terms-container li{color:#0b1b2b;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.simplified-access-form .terms-container p{color:#0b1b2b;margin-bottom:.5rem;font-size:.875rem}.simplified-access-form .success-container{text-align:center;padding:3rem 2rem}.simplified-access-form .success-icon{margin-bottom:1.5rem}.simplified-access-form .success-icon svg{color:#0b7e46;width:64px;height:64px}.simplified-access-form .success-title{color:#0b7e46;letter-spacing:-.025em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.simplified-access-form .success-message{color:#0b1b2b;margin-bottom:.5rem;font-size:1rem;line-height:1.5}.simplified-access-form .success-reference{color:#0b7e46;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.simplified-access-form .success-footer{color:#6b7280;margin-bottom:2rem;font-size:.875rem;line-height:1.5}@media (width<=1024px){.simplified-access-form .split-container{flex-direction:column}.simplified-access-form .left-panel{display:none}.simplified-access-form .right-panel{flex:1;padding:1.5rem}.simplified-access-form .form-title{font-size:1.5rem}.simplified-access-form .form-container{max-width:100%}}@media (width<=640px){.simplified-access-form .form-content{padding:1.5rem}.simplified-access-form .form-title{font-size:1.5rem}.simplified-access-form .step-title{font-size:1.125rem}.simplified-access-form .profile-grid{grid-template-columns:1fr}.simplified-access-form .navigation{flex-direction:column}.simplified-access-form .btn-primary.ml-auto{margin-left:0}}:root{--bg:#0b1b2b;--bg-soft:#07446d;--surface:#f6f9fc;--card:#fff;--ink:#0b1b2b;--ink-soft:#6b7a8c;--line:#e2e8f0;--brand:#288bc3;--brand-2:#62c1e6;--brand-deep:#07446d;--accent:#f7931e;--danger:#e53935;--success:#0b7e46;--shadow-xl:0 26px 60px #0003;--shadow-lg:0 14px 34px #0000001f}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:radial-gradient(circle at 88% 7%,#31c9a538,#0000 36%),radial-gradient(circle at 12% 14%,#f4a7252e,#0000 38%),linear-gradient(155deg,#f6fbff 0%,#e9f2fb 100%);margin:0;font-family:DM Sans,Segoe UI,sans-serif}a{color:inherit}.ftHome{gap:1rem;width:100%;max-width:1800px;margin:0 auto;padding:1rem;display:grid}.ftHome>*{animation:.65s both ftFadeUp}.ftHome>:nth-child(2){animation-delay:80ms}.ftHome>:nth-child(3){animation-delay:.14s}.ftHome>:nth-child(4){animation-delay:.2s}.ftHome>:nth-child(5){animation-delay:.26s}.ftHome>:nth-child(6){animation-delay:.32s}.ftHome>:nth-child(7){animation-delay:.38s}.ftHome>:nth-child(8){animation-delay:.44s}.ftHome>:nth-child(9){animation-delay:.5s}.ftHome>:nth-child(10){animation-delay:.56s}.ftHeader{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fcfff2;border:1px solid #b0c9dfc7;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.75rem 1rem;display:grid;position:sticky;top:.6rem}.ftBrand{align-items:center;gap:.58rem;font-family:Space Grotesk,DM Sans,sans-serif;font-weight:700;text-decoration:none;display:inline-flex}.ftBrand img{object-fit:cover;border:1px solid #d4e2ef;border-radius:12px;width:52px;height:52px}.ftNav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;display:flex}.ftNav a{color:#26455f;border-radius:999px;padding:.45rem .72rem;font-size:.9rem;font-weight:700;text-decoration:none;position:relative}.ftNav a:after{content:"";transform-origin:0;background:linear-gradient(90deg,#0f996e,#31c9a5);border-radius:999px;height:2px;transition:transform .24s;position:absolute;bottom:.24rem;left:.72rem;right:.72rem;transform:scaleX(0)}.ftNav a:hover{background:#eaf4fc}.ftNav a:hover:after{transform:scaleX(1)}.ftHeaderActions{align-items:center;gap:.55rem;display:inline-flex}.ftBtn{border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:.56rem .85rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.ftBtn:hover{transform:translateY(-1px)}.ftBtnPrimary{color:#053829;background:linear-gradient(125deg, var(--brand), var(--brand-2));box-shadow:0 12px 24px #1ab8954d}.ftBtnGhost{color:#173e58;background:#f5fafe;border-color:#c8dbec}.ftHero{box-shadow:var(--shadow-lg);background:radial-gradient(circle at 8% 8%,#31c9a52e,#0000 34%),radial-gradient(circle at 90% 12%,#f4a72521,#0000 36%),linear-gradient(145deg,#f6fbff,#edf6ff);border:1px solid #adc7dcc7;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(460px,1fr);min-height:520px;display:grid;position:relative;overflow:hidden}.ftHero:before,.ftHero:after{content:"";pointer-events:none;z-index:0;border-radius:999px;position:absolute}.ftHero:before{background:radial-gradient(circle,#31c9a542,#0000 66%);width:240px;height:240px;animation:7s ease-in-out infinite ftDrift;top:-70px;right:38%}.ftHero:after{background:radial-gradient(circle,#f4a72533,#0000 66%);width:280px;height:280px;animation:8s ease-in-out infinite reverse ftDrift;bottom:-90px;left:34%}.ftHeroCopy{z-index:1;align-content:center;gap:1rem;padding:2rem 2rem 1.9rem;display:grid;position:relative}.ftTag{text-transform:uppercase;letter-spacing:.1em;color:#0d7d5b;margin:0;font-size:.73rem;font-weight:800}.ftHeroCopy h1{max-width:18ch;margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.06}.ftHeroCopy p{color:#3b5772;max-width:56ch;margin:0;font-size:1rem;line-height:1.6}.ftHeroActions{flex-wrap:wrap;gap:.6rem;display:flex}.ftHeroVisual{z-index:1;min-height:100%;position:relative}.ftHeroVisual:before{content:"";background:linear-gradient(120deg,#0e223424,#0f4e4438);position:absolute;inset:0}.ftHeroVisual img{object-fit:cover;object-position:center;width:100%;height:100%;animation:13s ease-in-out infinite alternate ftZoomSlow}.ftSection{box-shadow:var(--shadow-lg);background:#f8fbff;border:1px solid #adc7dcb8;border-radius:24px;gap:1rem;padding:1.35rem;display:grid}.ftSectionHead{gap:.35rem;display:grid}.ftSectionHead h2{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:clamp(1.35rem,2.2vw,1.95rem);line-height:1.2}.ftProblemGrid,.ftSolutionsGrid,.ftUsersGrid,.ftAdvantagesGrid,.ftStatsGrid{gap:.72rem;display:grid}.ftProblemGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ftSolutionsGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.ftUsersGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.ftAdvantagesGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.ftStatsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.ftCard{background:radial-gradient(circle at 100% -10%,#31c9a514,#0000 35%),linear-gradient(#fff,#f5faff);border:1px solid #d2e1ee;border-radius:16px;padding:.92rem;transition:transform .22s,box-shadow .22s,border-color .22s}.ftCard h3{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:1rem}.ftCard p{color:#45617c;margin:.52rem 0 0;line-height:1.54}.ftCard ul{color:#36526d;gap:.38rem;margin:.66rem 0 0;padding-left:1.04rem;display:grid}.ftCard:hover{border-color:#bfd7eb;transform:translateY(-2px);box-shadow:0 12px 22px #102e4717}.ftCardAccent{background:radial-gradient(circle at 95% -10%,#0f996e2e,#0000 36%),linear-gradient(#fff,#f0f8ff)}.ftSolutionCard{transition:transform .2s,box-shadow .2s,border-color .2s}.ftSolutionCard:hover{border-color:#c0d6ea;transform:translateY(-2px);box-shadow:0 14px 24px #102e471a}.ftIconWrap{color:#0d7354;background:#0f996e1f;border-radius:12px;place-items:center;width:42px;height:42px;animation:3.6s ease-in-out infinite ftIconPulse;display:inline-grid}.ftIconWrap svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.ftTimeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.ftTimelineItem{text-align:center;justify-items:center;gap:.45rem;display:grid}.ftTimelineItem span{color:#255478;background:#eef6fd;border:1px solid #bcd4e7;border-radius:999px;place-items:center;width:2rem;height:2rem;font-size:.88rem;font-weight:800;display:grid}.ftStatCard{text-align:center}.ftStatCard p{color:#0d7d5b;margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:700}.ftStatCard h3{margin-top:.28rem;font-size:.98rem}.ftCtaBand{color:#eff8ff;box-shadow:var(--shadow-xl);background:radial-gradient(circle at 92% -7%,#31c9a538,#0000 36%),radial-gradient(circle at 8% 108%,#f4a7252e,#0000 34%),linear-gradient(130deg,#0f2b42,#1b4b6d);border:1px solid #b3d0e4ad;border-radius:24px;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem;display:flex}.ftCtaBand .ftTag{color:#abeddd}.ftCtaBand h2{margin:.3rem 0 0;font-family:Space Grotesk,DM Sans,sans-serif;line-height:1.2}.ftFooter{box-shadow:var(--shadow-lg);background:#f5fafe;border:1px solid #b1c9ddb8;border-radius:22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:1.1rem;display:grid}.ftFooter h3{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:1.02rem}.ftFooter a{color:#35536f;margin-top:.45rem;text-decoration:none;display:block}.ftFooter a:hover{color:#0d7d5b}@keyframes ftFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes ftZoomSlow{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes ftDrift{0%{transform:translateY(0)translate(0)}50%{transform:translateY(12px)translate(8px)}to{transform:translateY(0)translate(0)}}@keyframes ftIconPulse{0%,to{box-shadow:0 0 #0f996e00}50%{box-shadow:0 0 0 8px #0f996e14}}@media (prefers-reduced-motion:reduce){.ftHome>*,.ftHeroVisual img,.ftHero:before,.ftHero:after,.ftIconWrap{animation:none!important}.ftBtn,.ftCard,.ftSolutionCard,.ftNav a:after{transition:none!important}}.multiSelectContainer{background:#f8fafc;border:1px solid #d2e1ee;border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;padding:.5rem;display:grid}.cameraInterface{margin-bottom:1rem}.cameraButtons{gap:.5rem;margin-bottom:.5rem;display:flex}.cameraButtons button{cursor:pointer;background:#f8fafc;border:1px solid #d2e1ee;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;transition:background-color .2s}.cameraButtons button:hover:not(:disabled){background:#e2e8f0}.cameraButtons button:disabled{opacity:.5;cursor:not-allowed}.cameraInfo{color:#64748b;margin-top:.5rem;font-size:.8rem;font-style:italic;line-height:1.4;display:block}.cameraModal{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cameraContent{background:#fff;border-radius:16px;flex-direction:column;gap:1rem;max-width:100%;max-height:100%;padding:1rem;display:flex}.cameraHeader{justify-content:space-between;align-items:center;display:flex}.cameraHeader h3{margin:0;font-size:1.1rem}.cameraHeader button{cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem}.cameraContent video{object-fit:contain;background:#000;border-radius:8px;width:100%;max-width:500px;max-height:60vh;display:block}.videoContainer{width:100%;max-width:500px;margin:0 auto;position:relative}.videoPlaceholder{color:#fff;background:#000;border-radius:8px;justify-content:center;align-items:center;min-height:200px;display:flex;position:absolute;inset:0}.cameraActions{justify-content:center;gap:.5rem;display:flex}.cameraActions button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.cameraActions button:first-child{color:#fff;background:#0f996e}.cameraActions button:last-child{color:#4c647d;background:#f8fafc;border:1px solid #d2e1ee}.cnibPhotosPreview{gap:.5rem;margin-top:.5rem;display:grid}.photoPreview{background:#f8fafc;border:1px solid #d2e1ee;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.photoPreview span{color:#4c647d;font-size:.9rem}.photoPreview button{cursor:pointer;color:#b42318;background:0 0;border:none;padding:.25rem .5rem;font-size:1.2rem}.checkboxOption{cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.25rem;transition:background-color .15s;display:flex}.checkboxOption:hover{background-color:#e2e8f0}.checkboxOption input[type=checkbox]{cursor:pointer;width:18px;height:18px}.loadingText{color:#64748b;padding:.5rem;font-style:italic}@media (width<=1260px){.ftSolutionsGrid,.ftAdvantagesGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.ftUsersGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ftTimeline{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=960px){.ftHeader{grid-template-columns:1fr;justify-items:start;position:static}.ftNav{justify-content:flex-start}.ftHero{grid-template-columns:1fr;min-height:0}.ftHeroVisual{display:none}.ftProblemGrid,.ftStatsGrid{grid-template-columns:1fr}.ftCtaBand{flex-direction:column;align-items:flex-start}.ftFooter{grid-template-columns:1fr 1fr}}@media (width<=760px){.ftHome{padding:.75rem}.ftHeaderActions{flex-wrap:wrap;width:100%}.ftBtn{width:100%}.ftHeroCopy{padding:1.2rem}.ftSection{padding:1rem}.ftSolutionsGrid,.ftUsersGrid,.ftAdvantagesGrid,.ftTimeline,.ftFooter{grid-template-columns:1fr}}.landing{--hero-grad-start:#09243c;--hero-grad-mid:#133a5b;--hero-grad-end:#1d4d73;--hero-fog:#33d2ad38;--hero-sand:#f4a72533;--surface-strong:#f7fbff;--panel-border:#abc5dca6;--pill-bg:#dfeefb33;--pill-border:#e6f1fa52;--radius-xl:32px;--radius-lg:20px;--radius-md:14px;--space-section:1.25rem;gap:1.1rem;width:min(1440px,100% - 2.4rem);margin:1.1rem auto 3rem;display:grid}.landingCommercial{--hero-grad-start:#082037;--hero-grad-mid:#174a69;--hero-grad-end:#0f6a6e;--hero-fog:#11bf9c42;--hero-sand:#ffad3340;--surface-strong:#f2f9ff;--panel-border:#98cdd7b3}.hero{border-radius:var(--radius-xl);color:#f6fbff;background:radial-gradient(circle at 88% -7%, var(--hero-fog), transparent 45%), radial-gradient(circle at 8% -13%, var(--hero-sand), transparent 42%), linear-gradient(146deg, var(--hero-grad-start) 0%, var(--hero-grad-mid) 56%, var(--hero-grad-end) 100%);box-shadow:var(--shadow-xl);isolation:isolate;animation:.7s reveal;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#ffffff30,#0000 68%);border-radius:999px;width:320px;height:320px;position:absolute;inset:auto -120px -160px auto}.heroNav{border-bottom:1px solid #d0e5f538;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.brand{align-items:center;text-decoration:none;display:inline-flex}.brandLogo{object-fit:cover;border:1px solid #e5f1fb61;border-radius:14px;width:82px;height:82px;box-shadow:0 10px 22px #0c1b2d4d}.heroNavActions{align-items:center;gap:.8rem;display:flex}.heroNavActions>a{color:#ecf7ffeb;border-radius:999px;padding:.3rem .5rem;font-size:.88rem;font-weight:600;text-decoration:none}.heroNavActions>a:hover{background:var(--pill-bg)}.heroMiniCta{border:1px solid var(--pill-border);border-radius:999px;padding:.44rem .82rem}.heroBody{grid-template-columns:minmax(0,1.3fr) minmax(300px,.9fr);gap:1.05rem;padding:1.5rem 1.2rem 1.25rem;display:grid}.heroCopy{max-width:70ch}.heroCopy h1{max-width:20ch;margin:.3rem 0 .65rem;font-family:Space Grotesk,DM Sans,sans-serif;font-size:clamp(2rem,4vw,3.15rem);line-height:1.07}.eyebrow{text-transform:uppercase;letter-spacing:.11em;border:1px solid var(--pill-border);color:#d5f6ec;background:var(--pill-bg);border-radius:999px;margin:0;padding:.38rem .7rem;font-size:.74rem;font-weight:700;display:inline-flex}.heroLead{color:#e8f4ffed;max-width:59ch;margin:0;font-size:1.02rem;line-height:1.55}.heroHighlights{gap:.42rem;max-width:62ch;margin:.95rem 0 0;padding:0;list-style:none;display:grid}.heroHighlights li{color:#d8ecfb;align-items:flex-start;gap:.48rem;font-size:.94rem;display:flex}.heroHighlights li:before{content:"•";color:#7de6c8;margin-top:-.05rem;font-size:1.15rem;line-height:1.1}.heroActions{flex-wrap:wrap;gap:.58rem;margin-top:1rem;display:flex}.btnLink{border-radius:12px;justify-content:center;align-items:center;padding:.7rem .95rem;font-weight:700;text-decoration:none;transition:transform .22s,box-shadow .22s,background-color .22s;display:inline-flex}.btnLink:hover{transform:translateY(-2px)}.btnLink.primary{background:linear-gradient(120deg, var(--brand), var(--brand-2));color:#063928;box-shadow:0 10px 24px #22c29f6b}.btnLink.secondary{color:#fff;background:#eaf5ff1f;border:1px solid #e4f2fc52}.btnLink.tertiary{color:#ffe5b8;background:#f4a7252e;border:1px solid #f4a72573}.heroNote{color:#d3e9f9;margin:.84rem 0 0;font-size:.91rem;line-height:1.55}.heroQuickCard{border-radius:var(--radius-lg);background:linear-gradient(#f4fbff29,#d1edff0f),#081a2a8c;border:1px solid #c8e2f45c;align-content:start;gap:.62rem;padding:1rem;animation:.75s reveal;display:grid;box-shadow:inset 0 1px #ffffff14}.heroQuickTag{text-transform:uppercase;letter-spacing:.1em;color:#bde9da;margin:0;font-size:.74rem;font-weight:700}.heroQuickCard h2{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:1.18rem;line-height:1.25}.heroQuickCard p{color:#d6e8f8;margin:0;font-size:.92rem;line-height:1.5}.heroQuickCta{width:100%;margin-top:.12rem}.heroQuickContact{border-top:1px solid #bfdaee52;gap:.28rem;padding-top:.62rem;display:grid}.heroQuickContact p{margin:0}.heroQuickContact a{color:#e8f7ff}.landingSection{background:var(--surface-strong);border:1px solid var(--panel-border);box-shadow:var(--shadow-lg);padding:var(--space-section);content-visibility:auto;border-radius:24px;animation:.7s reveal;position:relative}.landingSection:before{content:"";background:linear-gradient(90deg,#0f996e99,#31c9a524);border-radius:24px 24px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.sectionHead{gap:.34rem;margin-bottom:.88rem;display:grid}.sectionTag{color:#0d7d5b;text-transform:uppercase;letter-spacing:.095em;margin:0;font-size:.74rem;font-weight:800}.sectionHead h2{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:clamp(1.35rem,2vw,1.72rem);line-height:1.2}.sectionIntro{color:var(--ink-soft);max-width:68ch;margin:0 0 .96rem;line-height:1.56}.modulesGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem;display:grid}.moduleCard{border-radius:var(--radius-md);background:linear-gradient(#fff,#f5faff);border:1px solid #d7e3ef;padding:.92rem;transition:transform .22s,box-shadow .22s,border-color .22s}.moduleCard:hover{border-color:#c2d7ea;transform:translateY(-2px);box-shadow:0 14px 26px #0d2d481a}.moduleCard h3{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:1.02rem}.moduleCard p{color:var(--ink-soft);margin:.52rem 0 0;font-size:.94rem;line-height:1.52}.valueCard{background:linear-gradient(#fff,#f4faff),radial-gradient(circle at 95% -10%,#0f996e14,#0000 42%)}.valueList{color:#385169;gap:.36rem;margin:.56rem 0 0;padding-left:1.08rem;display:grid}.benefitsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem;display:grid}.benefitCard{background:linear-gradient(#fefefe,#f3f9ff),radial-gradient(circle at 95% -10%,#0f996e1a,#0000 44%);border:1px solid #d6e3ef;border-radius:16px;align-content:start;gap:.5rem;min-height:128px;padding:.86rem .9rem;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid}.benefitCard:hover{border-color:#b7d6e6;transform:translateY(-2px);box-shadow:0 14px 24px #0b29421a}.benefitIndex{color:#0b7b5b;letter-spacing:.08em;background:#0f996e1f;border-radius:999px;width:fit-content;padding:.22rem .5rem;font-size:.75rem;font-weight:800;display:inline-flex}.benefitCard h3{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:.97rem;line-height:1.36}.timeline{gap:.66rem;display:grid}.timelineItem{background:linear-gradient(#fcfeff,#f3f9ff);border:1px solid #d4e2ef;border-radius:16px;gap:.5rem;padding:.82rem;transition:transform .22s,border-color .22s;display:grid}.timelineItem:hover{border-color:#bfd6e8;transform:translateY(-2px)}.timelineBadge{color:#2e5371;background:#edf5fc;border:1px solid #cde0ef;border-radius:999px;width:fit-content;padding:.26rem .56rem;font-size:.76rem;font-weight:700}.timelineItem h3{margin:.1rem 0 .3rem;font-family:Space Grotesk,DM Sans,sans-serif;font-size:1.02rem}.timelineItem p{color:var(--ink-soft);margin:0;line-height:1.5}.faqSection{background:radial-gradient(circle at 92% -6%,#31c9a517,#0000 40%),linear-gradient(#fbfdff,#f2f8ff)}.faqList{gap:.5rem;display:grid}.faqItem{background:#fff;border:1px solid #d3e2ee;border-radius:14px;padding:.8rem .84rem;transition:border-color .22s,box-shadow .22s}.faqItem[open]{border-color:#b5d2e6;box-shadow:0 10px 20px #0f2d4714}.faqItem summary{cursor:pointer;color:#123a5a;font-weight:700}.faqItem p{color:#4a637c;margin:.56rem 0 0;line-height:1.55}.supportBand{color:#e7f4ff;box-shadow:var(--shadow-xl);background:radial-gradient(circle at 96% 0,#3ddcb73d,#0000 44%),radial-gradient(circle at 0 96%,#f4a72529,#0000 42%),linear-gradient(140deg,#0f2136,#17385b);border:1px solid #bedbf042;border-radius:24px;justify-content:space-between;align-items:center;gap:.9rem;padding:1.08rem;display:flex}.supportCopy{max-width:72ch}.supportBand h2{margin:.08rem 0 0;font-family:Space Grotesk,DM Sans,sans-serif;line-height:1.2}.supportBand .sectionTag{color:#a5e6d7}.supportBand p{color:#d1e7fa;margin:.48rem 0 0}.supportBand a{color:#fff}.supportCta{min-width:220px}.contactList{gap:.22rem;margin:0;padding-left:0;display:grid}.page{gap:1rem;width:min(1440px,100% - 2.4rem);margin:2rem auto 3rem;display:grid}.accessRefontePage{width:min(1720px,100% - 2.4rem)}.accessRefonteLayout{box-shadow:var(--shadow-xl);background:#fff;border:1px solid #aac4dabf;border-radius:24px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.accessRefonteBrand{color:#fff;background:radial-gradient(circle at 24% 16%,#31c9a53d,#0000 42%),radial-gradient(circle at 82% 82%,#f4a72530,#0000 40%),linear-gradient(150deg,#0f2c45 0%,#174969 48%,#0f6b74 100%);place-content:center;gap:.8rem;min-height:100%;padding:2rem;display:grid}.accessRefonteLogo{object-fit:cover;border:1px solid #e8f4fc61;border-radius:28px;width:180px;height:180px;box-shadow:0 24px 44px #06122066}.accessRefonteForm{box-shadow:none;border:0;border-radius:0;padding:1.5rem}.accessRefonteHeader h1{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:clamp(1.35rem,2.3vw,1.9rem);line-height:1.2}.profileSwitch{background:#f5f9fd;border:1px solid #cadced;border-radius:999px;padding:.2rem;display:inline-flex}.profileSwitchBtn{color:#28435c;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.52rem .95rem;font-weight:700}.profileSwitchBtn.active{background:linear-gradient(120deg, var(--brand), var(--brand-2));color:#053829}.fieldLabel{margin-bottom:.35rem;font-size:.9rem;display:inline-block}.checkGrid{flex-wrap:wrap;gap:.45rem;display:flex}.checkChip{cursor:pointer;background:#f7fbff;border:1px solid #d4e2ef;border-radius:999px;align-items:center;gap:.38rem;padding:.42rem .7rem;font-size:.9rem;display:inline-flex}.phoneField{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:auto 1fr;align-items:center;display:grid;overflow:hidden}.phonePrefix{color:#2f4a64;border-right:1px solid var(--line);background:#eef5fb;padding:.66rem .65rem;font-weight:700}.phoneCountrySelect{color:#2f4a64;border-right:1px solid var(--line);cursor:pointer;background:#eef5fb;border:0;border-radius:0;padding:.66rem .65rem;font-weight:700}.phoneCountrySelect:focus{background:#e0effa;outline:none}.phoneField input{border:0;border-radius:0}.panel{background:var(--card);box-shadow:var(--shadow-lg);border:1px solid #c4d6e5d9;border-radius:20px;padding:1.2rem}.onboardingHead{grid-template-columns:1fr 140px;align-items:center;gap:1rem;display:grid}.onboardingMedia{background:radial-gradient(circle at 22% 18%,#31c9a52e,#0000 55%),linear-gradient(145deg,#f4fbff,#e6f2fd);border:1px solid #d0ddea;border-radius:20px;justify-self:end;width:120px;height:120px;padding:.55rem;box-shadow:0 12px 26px #0f2d4724}.onboardingMedia img{object-fit:cover;border-radius:14px;width:100%;height:100%}.lead{color:var(--ink-soft);margin-top:.3rem;margin-bottom:.9rem}.rejection{color:var(--danger);background:#fff2f1;border:1px solid #f2cfcb;border-radius:12px;padding:.7rem}.stepper{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.step{border:1px solid var(--line);text-align:center;color:var(--ink-soft);border-radius:12px;padding:.55rem}.step span{border:1px solid var(--line);border-radius:999px;place-items:center;width:1.4rem;height:1.4rem;margin-bottom:.25rem;font-size:.82rem;display:inline-grid}.step.active{border-color:var(--brand);color:var(--brand-deep)}.step.active span{border-color:var(--brand);background:#1ec7a426}.stack{gap:.8rem;display:grid}.chips{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--line);color:var(--ink);text-transform:capitalize;cursor:pointer;background:#fff;border-radius:999px;padding:.55rem .9rem}.chip.selected{border-color:var(--brand);color:var(--brand-deep);background:#1ec7a424}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.fullCol{grid-column:1/-1}label{gap:.35rem;font-size:.9rem;display:grid}input,select,textarea{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:10px;padding:.65rem .7rem}input:focus,select:focus,textarea:focus,button:focus,a:focus{outline-offset:2px;outline:2px solid #1ec7a459}textarea{resize:vertical}.requestBlock{background:radial-gradient(circle at 100% -8%,#31c9a517,#0000 35%),#fdfefe;border:1px solid #d8e4ef;border-radius:16px;gap:.7rem;padding:.88rem;display:grid}.requestBlockHead h3{margin:0;font-family:Space Grotesk,DM Sans,sans-serif;font-size:1.03rem}.requestBlockHead p{color:var(--ink-soft);margin:.22rem 0 0;font-size:.88rem}.consentRow{background:#f8fcff;border:1px solid #d2e2ee;border-radius:12px;grid-template-columns:auto 1fr;align-items:start;gap:.62rem;padding:.75rem}.consentRow input[type=checkbox]{width:1rem;height:1rem;margin-top:.2rem}.docCard{border:1px dashed var(--line);background:#f9fcff;border-radius:14px;gap:.55rem;padding:.75rem;display:grid}.docCard header{justify-content:space-between;align-items:center;display:flex}.badge{border:1px solid var(--line);text-transform:lowercase;color:var(--ink-soft);background:#fff;border-radius:999px;padding:.2rem .6rem}.docMeta{color:var(--ink-soft);justify-content:space-between;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.dropzone{border:1px dashed var(--line);color:var(--ink-soft);background:#f8fbff;border-radius:10px;padding:.5rem .65rem;font-size:.82rem}.dropzone.disabled{opacity:.55;pointer-events:none}.error{color:var(--danger)}.fieldError{color:var(--danger);margin:0;font-size:.78rem;line-height:1.35}.muted{color:var(--ink-soft)}.summary{color:var(--ink-soft);margin:0;padding-left:1rem}.summary li+li{margin-top:.35rem}.btn{background:linear-gradient(120deg, var(--brand), var(--brand-2));color:#073526;cursor:pointer;border:0;border-radius:12px;padding:.7rem 1rem;font-weight:800;transition:transform .2s}.btn:hover{transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn.ghost{color:var(--ink);border:1px solid var(--line);background:#fff}.btn.small{justify-self:start;padding:.45rem .75rem;font-size:.86rem}.actions{justify-content:flex-end;gap:.6rem;display:flex}.toast{border:1px solid;border-radius:12px;padding:.8rem .95rem;font-weight:600}.toast.success{color:#0d5e42;background:#e8f7f0;border-color:#a9d5c4}.toast.error{color:#7a271a;background:#fff0ee;border-color:#f0c5be}.toast.info{color:#174f5a;background:#eaf8fb;border-color:#b6dce4}.overlay{color:#fff;letter-spacing:.02em;background:#0a1c1452;place-items:center;font-weight:700;display:grid;position:fixed;inset:0}.success{text-align:center;padding:2rem}.accessSuccess{justify-items:center;gap:.35rem;display:grid}.successBrand{border:1px solid #d3e1ee;border-radius:16px;width:72px;height:72px}.statusFlow{flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:.3rem;display:flex}.statusStep{color:#46607a;background:#f5f9fd;border:1px solid #d3e2ee;border-radius:999px;padding:.3rem .62rem;font-size:.78rem;font-weight:700}.statusStep.active{color:#096748;background:#0f996e1f;border-color:#0f996e}@keyframes reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1120px){.benefitsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=940px){.heroBody{grid-template-columns:1fr}.heroCopy h1{max-width:24ch}.heroQuickCard{max-width:100%}.modulesGrid,.benefitsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.supportBand{flex-direction:column;align-items:flex-start}.supportCta{width:100%;min-width:0}}@media (width<=760px){.landing,.page{width:min(1140px,100% - 1rem);margin:1rem auto 2rem}.heroNav{flex-direction:column;align-items:flex-start}.heroNavActions{flex-wrap:wrap;gap:.5rem;width:100%}.heroMiniCta{margin-left:auto}.heroCopy h1{font-size:clamp(1.8rem,8vw,2.3rem)}.heroLead{font-size:.98rem}.modulesGrid,.benefitsGrid{grid-template-columns:1fr}.stepper{grid-template-columns:repeat(2,1fr)}.grid,.onboardingHead{grid-template-columns:1fr}.onboardingMedia{justify-self:start;width:96px;height:96px}.actions{flex-direction:column-reverse}.accessRefontePage{width:min(1140px,100% - 1rem)}.accessRefonteLayout{grid-template-columns:1fr}.accessRefonteBrand{display:none}.accessRefonteForm{padding:1rem}}@media (width<=560px){.heroActions .btnLink,.supportCta,.heroQuickCta{width:100%}.benefitCard{min-height:0}.heroNavActions>a{font-size:.84rem}.landingSection{padding:1rem}}
