@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.login-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:loginFadeIn .2s ease-out}@keyframes loginFadeIn{0%{opacity:0}to{opacity:1}}.login-modal-content{background:#fff;border-radius:20px;padding:40px;max-width:450px;width:90%;position:relative;box-shadow:0 20px 60px #0000004d;animation:loginSlideUp .3s ease-out}@keyframes loginSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;color:#9ca3af;transition:all .3s ease;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:8px}.login-modal-close:hover{color:#1f2937;background:#0000000d}.login-modal-header{text-align:center;margin-bottom:30px}.login-modal-header h2{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#2b296b,#26b2b1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.login-modal-header p{font-size:.95rem;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#26b2b1;box-shadow:0 0 0 3px #26b2b11a}.login-submit-btn{background:linear-gradient(135deg,#2b296b,#26b2b1);color:#fff;border:none;padding:14px 24px;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #26b2b166}.login-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #26b2b180}.login-submit-btn:active{transform:translateY(0)}.login-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.mode-toggle{text-align:center;margin-top:8px}.mode-toggle p{font-size:.9rem;color:#6b7280;margin:0}.toggle-link{background:none;border:none;color:#26b2b1;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:underline;padding:0;display:inline}.toggle-link:hover{color:#2b296b}.demo-credentials{background:linear-gradient(135deg,#2b296b0d,#26b2b10d);border:2px solid rgba(38,178,177,.3);border-radius:10px;padding:16px;margin-top:10px;text-align:center}.demo-credentials p{font-size:.85rem;color:#2b296b;margin:4px 0}.demo-credentials p:first-child{font-weight:600;margin-bottom:8px}@media(max-width:480px){.login-modal-content{padding:30px 20px}.login-modal-header h2{font-size:1.75rem}}.dashboard-new{display:flex;height:100vh;background:#f8f9fa;overflow:visible;position:relative}.left-nav{width:280px;min-height:100vh;background:linear-gradient(180deg,#fff,#fafbfc);border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0;box-shadow:2px 0 8px #00000005}.nav-logo{padding:0 1.5rem .5rem;margin-bottom:.5rem;border-bottom:1px solid #e5e7eb}.nav-logo img{width:100%;max-width:250px;height:auto;display:block}.left-nav button{color:#374151}.nav-item{position:relative;display:flex;align-items:center;gap:.875rem;padding:.875rem 1.25rem;margin:.125rem .75rem .625rem;border:none;background:transparent;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left;border-radius:.5rem;border-bottom:1px solid transparent}.nav-item:not(.nav-separator):after{content:"";position:absolute;bottom:-.3125rem;left:1.25rem;right:1.25rem;height:1px;background:linear-gradient(90deg,transparent 0%,#e5e7eb 10%,#e5e7eb 90%,transparent 100%)}.nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:0 2px 2px 0;transition:height .2s cubic-bezier(.4,0,.2,1)}.nav-item:hover{background:linear-gradient(135deg,#6366f114,#8b5cf614);color:#6366f1;transform:translate(2px)}.nav-item:hover:before{height:60%}.nav-item:active{transform:translate(0) scale(.98)}.nav-item svg{flex-shrink:0;transition:all .2s}.nav-item:hover svg{color:#6366f1;transform:scale(1.1)}.nav-separator{position:relative;margin-top:auto;padding-top:1.5rem;border-top:1px solid #e5e7eb!important;border-bottom:1px solid #e5e7eb!important;padding-bottom:.625rem;margin-bottom:.625rem}.nav-separator:after{display:none!important}.center-content{flex:1;padding:2rem;overflow-y:auto;background:#f8f9fa}.dashboard-main-content{max-width:1200px;margin:0 auto}.merchant-details-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.merchant-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.setup-progress-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.setup-progress-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.section-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.horizontal-stepper{display:flex;justify-content:space-between;padding:2rem 0;gap:0}.h-stepper-item{flex:1;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s;padding:1rem;border-radius:.5rem;position:relative}.h-stepper-item:hover{background:#6366f10a}.h-stepper-header{display:flex;align-items:center;width:100%;position:relative}.h-stepper-indicator{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:3px solid #e5e7eb;z-index:2;flex-shrink:0;transition:all .3s ease}.h-stepper-item.active .h-stepper-indicator{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.h-stepper-item.completed .h-stepper-indicator{border-color:#22c55e;background:#f0fdf4}.h-stepper-icon{transition:all .3s ease}.h-stepper-icon.completed{color:#22c55e}.h-stepper-icon.active{color:#6366f1;animation:pulse 2s ease-in-out infinite}.h-stepper-icon.pending{color:#d1d5db}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.h-stepper-line{flex:1;height:3px;background:#e5e7eb;transition:background .3s ease;margin:0 -1rem;position:relative;top:0}.h-stepper-line.completed{background:linear-gradient(90deg,#22c55e,#86efac)}.h-stepper-content{display:flex;flex-direction:column;gap:.375rem;margin-top:1rem;text-align:center;align-items:center}.h-stepper-label{font-size:.875rem;font-weight:600;color:#1f2937}.h-stepper-item.completed .h-stepper-label{color:#22c55e}.h-stepper-item.active .h-stepper-label{color:#6366f1}.h-stepper-status{font-size:.7rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.h-stepper-item.completed .h-stepper-status{color:#22c55e}.h-stepper-item.active .h-stepper-status{color:#6366f1}.inline-form-section{margin-top:2rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.inline-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.inline-form-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.close-form-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.close-form-btn:hover{background:#f3f4f6;color:#1f2937}.inline-form-progress-bar{height:4px;background:#e5e7eb;border-radius:2px;margin-bottom:1.5rem;overflow:hidden}.inline-form-progress-fill{height:100%;background:linear-gradient(to right,#6366f1,#8b5cf6);transition:width .3s ease}.inline-form-content{max-width:800px;margin:0 auto}.inline-form-step-number{font-size:.875rem;color:#6366f1;font-weight:600;margin-bottom:.5rem}.inline-form-step-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.inline-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.inline-form-field{display:flex;flex-direction:column;gap:.5rem}.inline-field-label{font-size:.875rem;font-weight:500;color:#374151}.inline-input-field{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.inline-input-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.inline-textarea-field{resize:vertical;min-height:100px}.inline-select-field{cursor:pointer}.inline-field-help-text{font-size:.75rem;color:#6b7280}.inline-form-actions{margin-top:2rem}.inline-form-error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.inline-button-row{display:flex;gap:1rem;justify-content:flex-end}.inline-btn-secondary{padding:.875rem 1.5rem;background:#fff;border:1px solid #d1d5db;color:#374151;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.inline-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.inline-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.inline-btn-primary{padding:.875rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.inline-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.inline-btn-primary:disabled,.inline-btn-primary.disabled{opacity:.5;cursor:not-allowed;transform:none}.inline-form-back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#6366f1;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem;border-radius:.375rem;transition:background .2s}.inline-form-back-button:hover{background:#f3f4f6}.inline-required-text{font-size:.75rem;color:#6b7280;margin-top:1rem;text-align:right}.right-drawer{position:fixed;right:-500px;top:0;width:500px;height:100vh;background:#fff;box-shadow:-4px 0 6px -1px #0000001a;transition:right .3s ease;display:flex;flex-direction:column;z-index:100}.right-drawer.open{right:0}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.drawer-header h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.close-drawer{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.close-drawer:hover{background:#f3f4f6;color:#1f2937}.drawer-progress-bar{height:4px;background:#e5e7eb;position:relative}.drawer-progress-fill{height:100%;background:linear-gradient(to right,#6366f1,#8b5cf6);transition:width .3s ease}.drawer-content{flex:1;overflow-y:auto;padding:2rem}.drawer-loading,.drawer-error,.drawer-empty{text-align:center;color:#6b7280;padding:2rem}.drawer-error p{margin-bottom:1rem}.btn-retry{padding:.625rem 1.25rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500}.drawer-back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#6366f1;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem;border-radius:.375rem;transition:background .2s}.drawer-back-button:hover{background:#f3f4f6}.drawer-step-content{max-width:600px}.drawer-step-number{font-size:.875rem;color:#6366f1;font-weight:600;margin-bottom:.5rem}.drawer-step-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}.drawer-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.drawer-form-field{display:flex;flex-direction:column;gap:.5rem}.drawer-field-label{font-size:.875rem;font-weight:500;color:#374151}.required-asterisk{color:#ef4444;margin-left:.25rem}.drawer-input-field{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.drawer-input-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.drawer-textarea-field{resize:vertical;min-height:100px}.drawer-select-field{cursor:pointer}.drawer-field-help-text{font-size:.75rem;color:#6b7280}.drawer-action-buttons{margin-top:2rem}.drawer-error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.drawer-button-row{display:flex;gap:1rem}.drawer-btn-secondary{flex:1;padding:.875rem 1.5rem;background:#fff;border:1px solid #d1d5db;color:#374151;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.drawer-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.drawer-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.drawer-btn-next{flex:1;padding:.875rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.drawer-btn-next:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.drawer-btn-next:disabled,.drawer-btn-next.disabled{opacity:.5;cursor:not-allowed;transform:none}.drawer-required-text{font-size:.75rem;color:#6b7280;margin-top:1rem;text-align:center}@media(max-width:1024px){.left-nav{width:240px}.right-drawer{width:400px;right:-400px}.center-content.shifted{margin-right:400px}}@media(max-width:768px){.dashboard-new{flex-direction:column}.left-nav{width:100%;height:auto;flex-direction:row;border-right:none;border-bottom:1px solid #e5e7eb}.nav-top,.nav-bottom{padding:1rem}.business-info h3{font-size:1rem}.right-drawer{width:100%;right:-100%}.center-content.shifted{margin-right:0}.steps-modal{padding:1.5rem}}.psp-selection-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:30px}.psp-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:20px}.psp-card{border:2px solid #e5e7eb;border-radius:12px;padding:24px;cursor:pointer;transition:all .3s ease;background:#fff}.psp-card:hover{border-color:#a855f7;box-shadow:0 4px 12px #a855f726;transform:translateY(-2px)}.psp-card.selected{border-color:#a855f7;background:linear-gradient(135deg,#a855f714,#ec489914);box-shadow:0 4px 12px #a855f740}.psp-card-content{text-align:center}.psp-logo{height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.psp-logo img{max-width:100%;max-height:70px;object-fit:contain}.psp-logo-placeholder{height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;margin-bottom:16px}.psp-name-text{font-size:1.75rem;font-weight:700;color:#fff}.psp-card h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:8px}.psp-card p{font-size:.9rem;color:#6b7280;line-height:1.4}@media(max-width:768px){.psp-cards-grid{grid-template-columns:1fr}}.account-type-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:20px}.account-type-card{border:2px solid #e5e7eb;border-radius:12px;padding:30px 24px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center}.account-type-card:hover{border-color:#a855f7;box-shadow:0 4px 12px #a855f726;transform:translateY(-2px)}.account-type-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,#a855f71a,#ec48991a);border-radius:50%;color:#a855f7}.account-type-card h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:10px}.account-type-card p{font-size:.9rem;color:#6b7280;line-height:1.4}.connect-account-form{max-width:600px;margin:0 auto}.connect-account-form .inline-form-field{margin-bottom:24px}.connect-account-form .inline-form-actions{margin-top:30px}@media(max-width:768px){.account-type-cards{grid-template-columns:1fr}}.psp-account-info{max-width:600px;margin:0 auto}.account-info-card{border:2px solid #e5e7eb;border-radius:12px;padding:30px;background:#fff}.account-info-card h4{font-size:.9rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.psp-name{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:30px}.account-detail{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.account-detail:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.account-detail label{display:block;font-size:.9rem;font-weight:600;color:#6b7280;margin-bottom:10px}.account-id-display{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-id-display code{background:#f3f4f6;padding:8px 12px;border-radius:6px;font-family:Courier New,monospace;font-size:.95rem;color:#1f2937;flex:1}.account-autocreate{font-size:.95rem;color:#6b7280;font-style:italic;flex:1}.account-status{font-size:.85rem;font-weight:600;padding:4px 12px;border-radius:6px;white-space:nowrap}.account-status.success{background:#d1fae5;color:#065f46}.account-status.pending{background:#fef3c7;color:#92400e}.integration-status{font-size:1rem;color:#1f2937;text-transform:capitalize}.form-intro-text{font-size:1rem;color:#6b7280;margin-bottom:24px;line-height:1.5}.submission-complete-section{margin-top:2rem;padding:2rem}.submission-complete-card{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 12px #0000000d;border:2px solid #10b981}.submission-complete-icon{margin-bottom:1.5rem}.submission-complete-icon .success-icon{color:#10b981;stroke-width:2}.submission-complete-card h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.submission-message{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto 2rem}.submission-details{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto;padding-top:1.5rem;border-top:1px solid #e5e7eb}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#f9fafb;border-radius:8px}.detail-label{font-size:.95rem;font-weight:600;color:#6b7280}.detail-value{font-size:1rem;font-weight:600;color:#1f2937}.status-badge{text-transform:uppercase;font-size:.85rem;padding:6px 12px;background:#d1fae5;color:#065f46;border-radius:6px}.connect-new-container{display:flex;gap:2rem;max-width:1600px;margin:0 auto;padding:2rem;min-height:100vh;background:#f8f9fa}.connect-main-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.5rem}.connect-loading{text-align:center;padding:3rem;font-size:1.125rem;color:#666}.merchant-details-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.merchant-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.merchant-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.merchant-subtitle{color:#666;font-size:1rem;margin:0}.btn-edit{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.btn-edit:hover{background:#e5e7eb;border-color:#9ca3af}.merchant-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.875rem;color:#6b7280;font-weight:500}.info-value{font-size:1rem;color:#1a1a1a;font-weight:500}.onboarding-status{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;width:fit-content}.status-badge.status-complete{color:#16a34a}.status-text{color:#166534;font-size:.875rem;margin:0}.psp-tabs-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;flex:1;display:flex;flex-direction:column}.tab-bar{display:flex;align-items:flex-end;background:#e5e7eb;padding:.5rem .5rem 0;gap:2px;border-bottom:1px solid #d1d5db;position:relative}.tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#d1d5db;border-radius:8px 8px 0 0;cursor:pointer;transition:all .2s;position:relative;max-width:200px;min-width:150px}.tab:hover{background:#c4c7cc}.tab.active{background:#fff;box-shadow:0 -2px 4px #0000000d}.tab-logo{width:20px;height:20px;object-fit:contain;flex-shrink:0}.tab-name{font-size:.875rem;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.tab.active .tab-name{color:#1a1a1a;font-weight:600}.tab-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:transparent;border:none;border-radius:4px;color:#6b7280;cursor:pointer;opacity:0;transition:all .2s;flex-shrink:0}.tab:hover .tab-close{opacity:1}.tab-close:hover{background:#0000001a;color:#1a1a1a}.tab-add-wrapper{position:relative}.tab-add{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s;margin-bottom:.25rem}.tab-add:hover:not(:disabled){background:#0000000d;color:#1a1a1a}.tab-add:disabled{opacity:.3;cursor:not-allowed}.dropdown-overlay{position:fixed;inset:0;z-index:998}.psp-selector-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:200px;z-index:999;overflow:hidden}.dropdown-header{padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#374151}.psp-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:#fff;border:none;text-align:left;cursor:pointer;transition:background .2s;font-size:.9375rem;color:#374151}.psp-option:hover{background:#f9fafb}.psp-option-logo{width:24px;height:24px;object-fit:contain}.tab-content{flex:1;overflow:hidden;position:relative}.tab-panel{display:none;height:100%}.tab-panel.active{display:block}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:3rem;text-align:center}.empty-state-icon{width:80px;height:80px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#9ca3af;margin-bottom:1.5rem}.empty-state h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.empty-state p{color:#6b7280;font-size:.9375rem;margin:0}.connect-sidebar{width:300px;flex-shrink:0}.checklist-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;position:sticky;top:2rem}.checklist-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.checklist-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checklist-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;transition:background .2s}.checklist-item:hover{background:#f9fafb}.checklist-item.completed{background:#f0fdf4}.checklist-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.checklist-item:not(.completed) .checklist-number{background:#e5e7eb;border:2px solid #d1d5db}.checklist-item.completed .checklist-number{background:#10b981;color:#fff}.step-number{font-size:.875rem;font-weight:600;color:#6b7280}.check-icon{color:#fff}.checklist-label{font-size:.9375rem;font-weight:500;color:#374151}.checklist-item.completed .checklist-label{color:#065f46}.progress-summary{padding-top:1rem;border-top:1px solid #e5e7eb}.progress-text{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;font-weight:500}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .3s ease}@media(max-width:1024px){.connect-new-container{flex-direction:column}.connect-sidebar{width:100%;order:-1}.checklist-container{position:static}}@media(max-width:768px){.connect-new-container{padding:1rem}.merchant-header{flex-direction:column;gap:1rem}.btn-edit{width:100%;justify-content:center}.merchant-info-grid{grid-template-columns:1fr;gap:1rem}.tab{min-width:120px;max-width:150px}.tab-name{font-size:.8125rem}}.form-status-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:25px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.status-icon{font-size:1.2rem}.status-label{text-transform:uppercase;letter-spacing:.5px}.status-in-progress{background:linear-gradient(135deg,#ffd89b,#19547b);color:#fff}.status-submitted{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#2d3748}.status-pending{background:linear-gradient(135deg,#ffefba,#fff);color:#744210;border:2px solid #f6ad55}.status-under-review{background:linear-gradient(135deg,#a1c4fd,#c2e9fb);color:#2c5282}.status-account-created{background:linear-gradient(135deg,#84fab0,#8fd3f4);color:#22543d}.status-errored{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.form-status-badge:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.psp-form-wrapper{background:#fff;border-radius:8px;overflow:hidden}.psp-form-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.title-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.subtitle{color:#6b7280;font-size:.875rem;margin:0}.psp-header-logo{max-width:120px;max-height:40px;object-fit:contain}.status-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.status-info{display:flex;align-items:center;gap:1rem}.status-label{font-size:.875rem;color:#6b7280;font-weight:500}.status-controls{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.status-select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.psp-form-container{padding:2rem;max-height:calc(100vh - 350px);overflow-y:auto}.psp-form{max-width:900px}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.form-section h3{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem}.form-subsection{margin-bottom:1.5rem}.subsection-title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:500;color:#374151}.form-field input,.form-field textarea{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1a1a1a;transition:all .2s}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-field textarea{resize:vertical;font-family:inherit}.form-actions{display:flex;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e5e7eb;margin-top:1.5rem}.submit-btn{padding:.75rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.submit-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #3b82f64d}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.psp-form-header,.psp-form-container{padding:1rem}.header-content{flex-direction:column;gap:1rem}.status-bar{flex-direction:column;align-items:flex-start}}.dashboard-layout{display:flex;min-height:100vh;background:#f5f5f5}.sidebar{position:fixed;left:0;top:0;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;transition:width .3s ease;z-index:1000;box-shadow:2px 0 10px #0000001a}.sidebar.open{width:260px}.sidebar.closed{width:80px}.sidebar-header{padding:24px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2)}.logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700}.logo-text{white-space:nowrap;overflow:hidden}.toggle-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.toggle-btn:hover{background:#ffffff4d}.sidebar-nav{flex:1;padding:20px 0;display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;color:#fffc;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-size:1rem}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ffffff26;color:#fff;border-left-color:#fff}.sidebar.closed .nav-item{justify-content:center;padding:14px}.sidebar.closed .nav-item span{display:none}.sidebar-footer{padding:20px 0;border-top:1px solid rgba(255,255,255,.2)}.logout-btn{color:#fffc}.logout-btn:hover{background:#ff646433;color:#fcc}.main-content-area{flex:1;transition:margin-left .3s ease;min-height:100vh}.main-content-area.sidebar-open{margin-left:260px}.main-content-area.sidebar-closed{margin-left:80px}@media(max-width:768px){.sidebar.open{width:100%}.sidebar.closed{width:0;overflow:hidden}.main-content-area{margin-left:0!important;width:100%}.toggle-btn{position:fixed;top:20px;right:20px;z-index:1001;background:linear-gradient(135deg,#667eea,#764ba2)}}.settings-container{max-width:1200px;margin:0 auto;padding:40px 20px}.settings-header{margin-bottom:40px}.settings-header h1{font-size:2.5rem;color:#1a202c;margin:0 0 10px}.settings-header p{color:#718096;font-size:1.1rem}.message{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;margin-bottom:30px;font-weight:500;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-tabs{display:flex;gap:12px;margin-bottom:30px;border-bottom:2px solid #e2e8f0}.tab{display:flex;align-items:center;gap:8px;padding:14px 24px;background:none;border:none;border-bottom:3px solid transparent;color:#718096;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.tab:hover{color:#667eea;background:#667eea0d}.tab.active{color:#667eea;border-bottom-color:#667eea}.settings-content{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014}.profile-section h2,.stripe-section h2{font-size:1.75rem;color:#1a202c;margin:0 0 24px}.section-description{color:#718096;margin-bottom:30px;font-size:1rem}.profile-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.form-field{display:flex;flex-direction:column}.form-field.full-width{grid-column:1 / -1}.form-field label{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:#2d3748;margin-bottom:8px}.form-field input{padding:12px 16px;border:2px solid #cbd5e0;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-field input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{display:flex;justify-content:flex-end;padding-top:20px}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.stripe-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:40px;color:#fff;margin-bottom:30px}.stripe-logo-container{text-align:center;margin-bottom:30px}.stripe-logo{max-width:200px;height:60px;object-fit:contain;filter:brightness(0) invert(1)}.stripe-status{text-align:center}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:24px;font-weight:600;margin-bottom:16px}.status-badge.disconnected,.status-badge.connecting{background:#fff3}.status-badge.connected{background:#4cd9644d}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.status-text{font-size:1.1rem;margin-bottom:24px;opacity:.95}.account-info{background:#ffffff26;padding:16px;border-radius:8px;margin:20px 0;font-size:.95rem}.connect-btn,.disconnect-btn,.manage-btn{padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid white}.connect-btn{background:#fff;color:#667eea}.connect-btn:hover{background:#ffffffe6;transform:translateY(-2px)}.stripe-actions{display:flex;gap:12px;justify-content:center}.disconnect-btn{background:transparent;color:#fff}.disconnect-btn:hover{background:#ffffff1a}.manage-btn{background:#fff;color:#667eea}.manage-btn:hover{background:#ffffffe6;transform:translateY(-2px)}.stripe-info{background:#f7fafc;padding:30px;border-radius:12px}.stripe-info h3{font-size:1.25rem;color:#1a202c;margin:0 0 16px}.stripe-info ul{list-style:none;padding:0;margin:0}.stripe-info li{color:#4a5568;position:relative;padding:10px 0 10px 24px}.stripe-info li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}@media(max-width:768px){.settings-container{padding:20px 10px}.settings-header h1{font-size:2rem}.settings-content{padding:24px}.settings-tabs{flex-direction:column;border-bottom:none}.tab{border-bottom:2px solid transparent;border-left:3px solid transparent}.tab.active{border-left-color:#667eea;border-bottom-color:transparent}.form-row{grid-template-columns:1fr}.stripe-card{padding:24px}.stripe-actions{flex-direction:column}}.workspace-setup-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.workspace-loading{text-align:center;padding:40px 20px;color:#6b7280;font-size:1.1rem}.workspace-setup-content{background:#fff;border-radius:20px;padding:50px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.workspace-setup-header{text-align:center;margin-bottom:40px}.workspace-setup-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.workspace-setup-header p{font-size:1.1rem;color:#6b7280}.workspace-setup-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{font-size:.95rem;font-weight:600;color:#374151;margin-bottom:8px}.form-group input,.form-group select{padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.field-help-text{display:block;font-size:.85rem;color:#6b7280;margin-top:6px;font-style:italic}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.error-message{background:#fef2f2;border:2px solid #fca5a5;color:#dc2626;padding:12px 16px;border-radius:10px;font-size:.9rem;font-weight:500;text-align:center}.workspace-submit-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;padding:16px 24px;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #a855f766;margin-top:10px}.workspace-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.workspace-submit-btn:active{transform:translateY(0)}.workspace-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:768px){.workspace-setup-content{padding:40px 30px}.workspace-setup-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}}@media(max-width:480px){.workspace-setup-content{padding:30px 20px}.workspace-setup-header h1{font-size:1.75rem}.workspace-setup-header p{font-size:1rem}}.preview-onboarding{min-height:100vh;background:#f8f9fa}.preview-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.preview-header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.back-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.95rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.back-button:hover{background:#f9fafb;border-color:#d1d5db}.preview-logo img{height:40px;width:auto}.preview-content{padding:3rem 2rem}.preview-container{max-width:900px;margin:0 auto}.preview-title-section{text-align:center;margin-bottom:3rem}.preview-title-section h1{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.preview-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.workspace-info{display:inline-flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000000d}.workspace-name{font-size:1rem;font-weight:600;color:#1f2937}.workspace-status-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;padding:4px 10px;background:#dbeafe;color:#1e40af;border-radius:6px}.workspace-psp-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;padding:4px 10px;background:#fef3c7;color:#92400e;border-radius:6px}.preview-loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.preview-loading p{color:#6b7280;font-size:1rem}.preview-sections{display:flex;flex-direction:column;gap:2rem}.preview-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.section-header{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.section-items{display:flex;flex-direction:column;gap:1.5rem}.preview-item{padding:1.25rem;background:#f9fafb;border-radius:8px;border-left:4px solid #e5e7eb;transition:all .2s}.preview-item:hover{border-left-color:#3b82f6;background:#f3f4f6}.item-question{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.question-text{font-size:1rem;font-weight:600;color:#374151;flex:1}.required-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;padding:3px 8px;background:#fee2e2;color:#991b1b;border-radius:4px}.item-answer{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fff;border-radius:6px}.answer-icon{color:#10b981;flex-shrink:0;margin-top:2px}.answer-text{font-size:.95rem;color:#1f2937;line-height:1.5;flex:1}.no-answer-icon{color:#9ca3af;flex-shrink:0;margin-top:2px}.no-answer-text{font-size:.95rem;color:#9ca3af;font-style:italic}.item-help-text{margin-top:.5rem;padding:.5rem .75rem;background:#eff6ff;border-radius:6px}.item-help-text span{font-size:.85rem;color:#1e40af;line-height:1.4}.preview-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.preview-empty p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.preview-summary{margin-top:3rem}.summary-card{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.summary-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.stat-value{font-size:2rem;font-weight:700;color:#3b82f6}.stat-label{font-size:.875rem;font-weight:500;color:#6b7280;text-align:center}@media(max-width:768px){.preview-content{padding:2rem 1rem}.preview-title-section h1{font-size:1.75rem}.preview-subtitle{font-size:1rem}.summary-card{grid-template-columns:repeat(2,1fr)}.workspace-info{flex-direction:column;gap:.5rem}.section-header{font-size:1.25rem}.preview-section{padding:1.5rem}}.switch-psp{min-height:100vh;background:linear-gradient(135deg,#2b296b,#26b2b1);padding:0}.switch-psp-header{background:#fff;padding:1.25rem 2.5rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:space-between}.back-button{padding:.75rem 1.25rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .2s}.back-button:hover{background:#f8f9fa;border-color:#26b2b1;transform:translateY(-1px)}.switch-psp-logo img{height:45px}.switch-psp-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.switch-psp-title-section{text-align:center;margin-bottom:3rem}.switch-psp-title-section h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:700}.switch-psp-subtitle{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.workspace-info-card{background:#fff;padding:1.5rem 2rem;border-radius:12px;display:inline-block;box-shadow:0 4px 12px #00000026}.workspace-info-item{display:flex;align-items:center;gap:1rem}.info-label{color:#666;font-weight:500}.info-value{font-weight:600;color:#1f2937}.current-psp-badge{background:#d4edda;color:#155724;padding:.5rem 1rem;border-radius:8px;font-weight:600}.current-integrations-section{margin-bottom:3rem}.current-integrations-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#fff;font-weight:600}.integrations-list{display:flex;flex-direction:column;gap:1rem}.integration-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.integration-info{display:flex;justify-content:space-between;align-items:center}.integration-name{font-size:1.25rem;font-weight:600;color:#1f2937}.status-badge{background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:6px;font-weight:500;text-transform:capitalize}.available-psps-section{margin-top:3rem}.available-psps-section h2{font-size:1.75rem;margin-bottom:.5rem;color:#fff;font-weight:600}.section-description{color:#ffffffe6;margin-bottom:2rem;font-size:1rem}.psp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.psp-switch-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;cursor:pointer;border:3px solid transparent;transition:all .3s;box-shadow:0 4px 12px #0000001a}.psp-switch-card:hover:not(.current){border-color:#26b2b1;box-shadow:0 8px 24px #26b2b14d;transform:translateY(-4px)}.psp-switch-card.current{border-color:#10b981;background:#f0fdf4}.psp-switch-content{display:flex;flex-direction:column;align-items:center}.psp-switch-logo,.psp-switch-logo-placeholder{width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border-radius:12px;overflow:hidden}.psp-switch-logo img{max-width:100%;max-height:100%;object-fit:contain}.psp-switch-logo-placeholder{background:linear-gradient(135deg,#2b296b,#26b2b1)}.psp-name-text{color:#fff;font-size:1.5rem;font-weight:700}.psp-switch-card h3{font-size:1.25rem;margin:1rem 0}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;box-sizing:border-box}.comparison-modal{background:#fff;width:100%;max-width:650px;height:90vh;max-height:1000px;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{padding:2.5rem 3rem;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(135deg,#2b296b,#26b2b1)}.modal-header h2{font-size:1.75rem;margin:0 0 .5rem;color:#fff!important;font-weight:700}.modal-header .modal-subtitle,.modal-subtitle{color:#fff!important;opacity:.9;margin-top:.5rem;font-size:1rem}.modal-close{background:#fff3;border:none;padding:.75rem;border-radius:10px;cursor:pointer;color:#fff;transition:all .2s;flex-shrink:0}.modal-close:hover{background:#ffffff4d}.modal-content{flex:1;overflow-y:auto;max-width:100%}.modal-sections-wrapper{display:flex;width:100%;min-height:100%}.comparison-section{flex:1;padding:3.5rem;display:flex;flex-direction:column}.available-section{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-right:4px solid #10b981}.required-section{background:linear-gradient(135deg,#fffbeb,#fef3c7)}.section-title{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-title h3{font-size:1.5rem;margin:0;font-weight:700;color:#1f2937}.section-icon{flex-shrink:0}.section-icon.success{color:#10b981}.section-icon.warning{color:#f59e0b}.section-description{color:#6b7280;margin-bottom:2.5rem;line-height:1.7;font-size:1rem}.comparison-list{display:flex;flex-direction:column;gap:1rem;flex:1}.comparison-item{background:#fff;padding:1.25rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #00000014;transition:all .2s}.comparison-item:hover{box-shadow:0 4px 12px #0000001f;transform:translate(4px)}.modal-footer{padding:2rem 3rem;border-top:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#fff}.btn-secondary{padding:1rem 2rem;background:#fff;border:2px solid #d1d5db;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-primary-large{padding:1rem 2.5rem;background:linear-gradient(135deg,#2b296b,#26b2b1);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #26b2b14d}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #26b2b166}.psp-card-footer{margin-top:auto;padding-top:1.5rem}.current-badge,.integrated-badge,.switch-action{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600}.current-badge{background:#d1fae5;color:#065f46}.integrated-badge{background:#dbeafe;color:#1e40af}.switch-action{background:linear-gradient(135deg,#2b296b,#26b2b1);color:#fff}.psp-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.switch-psp-loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.switch-psp-content{padding:2rem 1rem}.switch-psp-title-section h1{font-size:2rem}.psp-grid{grid-template-columns:1fr}.psp-switch-card{padding:2rem}.modal-overlay{padding:1rem}.comparison-modal{height:95vh;border-radius:16px}.modal-header{padding:1.5rem}.modal-header h2{font-size:1.25rem}.modal-sections-wrapper{flex-direction:column}.available-section{border-right:none;border-bottom:4px solid #10b981}.comparison-section{padding:2rem 1.5rem}.modal-footer{padding:1.5rem;flex-direction:column}.btn-secondary,.btn-primary-large{width:100%}}.no-integrations{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.no-integrations p{color:#6b7280;font-size:1rem}.switch-psp-error{background:#fee2e2;border:2px solid #ef4444;color:#991b1b;padding:1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.switch-psp-success{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000026}.switch-psp-success h3{font-size:1.5rem;color:#10b981;margin:1rem 0}.switch-psp-empty{background:#fff;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.switch-psp-empty p{color:#6b7280;font-size:1.125rem;margin-bottom:1.5rem}.btn-primary{padding:.875rem 1.75rem;background:linear-gradient(135deg,#2b296b,#26b2b1);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #26b2b14d}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#1f2937;line-height:1.6}.landing-container{width:100%;min-height:100vh}.hero-section{min-height:100vh;background:linear-gradient(to bottom,#fafafa,#fff);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.3;animation:float 25s ease-in-out infinite;pointer-events:none}.gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%);top:-10%;right:-5%;animation-delay:0s}.gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);bottom:-10%;left:-5%;animation-delay:10s}.gradient-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.08) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:20s}.mesh-gradient{position:absolute;inset:0;background:radial-gradient(at 20% 30%,rgba(139,92,246,.05) 0px,transparent 50%),radial-gradient(at 80% 70%,rgba(139,92,246,.03) 0px,transparent 50%);pointer-events:none}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-30px) scale(1.05)}}.hero-content{text-align:center;max-width:800px;z-index:1;animation:fadeInUp .8s ease-out}.hero-nav{position:absolute;top:2rem;right:2rem;z-index:10}.nav-link{text-decoration:none}.nav-link:hover,.nav-link:focus,.nav-link:active{text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-badge{font-size:3rem;margin-bottom:1.5rem;display:inline-block;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 1px 3px #0000001a}.hero-logo{max-width:600px;width:100%;height:auto;margin-bottom:2rem;border-radius:1rem;animation:fadeInScale .8s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-title{font-size:clamp(3rem,10vw,5rem);font-weight:800;color:#111827;margin-bottom:1.5rem;letter-spacing:-.03em;position:relative;display:inline-block}.hero-subtitle{font-size:clamp(1.5rem,4vw,2rem);color:#6b7280;margin-bottom:.5rem;font-weight:500}.hero-description{font-size:1.125rem;color:#9ca3af;margin-bottom:3rem;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.btn-primary{background:#111827;color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:#1f2937;box-shadow:0 4px 6px #0000001a}.btn-secondary{background:transparent;color:#4b5563;border:1px solid #d1d5db}.btn-secondary:hover{border-color:#9ca3af;background:#f9fafb}.btn-outline{background:transparent;color:#111827;border:1px solid #d1d5db;width:100%}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.comparison-section,.features-section,.pricing-section{padding:6rem 2rem;animation:fadeIn .8s ease-out;position:relative;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.comparison-section{background:#fff}.comparison-section.alt{background:#fafafa}.features-section{background:#fff}.pricing-section{background:#fafafa}.section-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.section-badge{display:inline-block;padding:.375rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:2rem;font-size:.8125rem;font-weight:500;color:#6b7280;margin-bottom:1.5rem}.section-badge.success{background:#f0fdf4;border:1px solid #86efac;color:#15803d}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;color:#111827;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto .5rem}.comparison-grid{max-width:1000px;margin:0 auto}.comparison-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem;padding:0 1rem}.comparison-column{text-align:center}.column-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:2rem;font-size:.875rem;font-weight:500;color:#991b1b}.column-badge.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.comparison-row{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin-bottom:1.5rem;padding:0 1rem}.comparison-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .3s ease}.comparison-item.before{border-left:3px solid #ef4444}.comparison-item.after{border-left:3px solid #22c55e}.comparison-item:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.comparison-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#fef2f2;border-radius:.5rem;color:#dc2626}.comparison-icon.success{background:#f0fdf4;color:#16a34a}.comparison-item p{margin:0;color:#4b5563;font-size:.9375rem;line-height:1.6}.comparison-connector{display:flex;align-items:center;justify-content:center;color:#9ca3af}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card-modern{position:relative;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .3s ease}.feature-card-modern:hover{border-color:#d1d5db;box-shadow:0 12px 24px #00000014;transform:translateY(-4px)}.feature-number{position:absolute;top:1.5rem;right:1.5rem;font-size:3rem;font-weight:700;color:#f3f4f6;line-height:1}.feature-icon-modern{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;color:#111827;margin-bottom:1.5rem}.feature-card-modern h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.feature-card-modern p{color:#6b7280;font-size:.9375rem;line-height:1.6;margin:0}.pricing-cards-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:800px;margin:0 auto 4rem}.pricing-card{padding:2.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;position:relative;transition:all .3s ease;text-align:center}.pricing-card.featured{border-color:#8b5cf6;background:#faf5ff;transform:scale(1.05)}.pricing-card:hover{border-color:#d1d5db;box-shadow:0 12px 24px #00000014}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:.375rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600}.pricing-tier{font-size:1.25rem;margin-bottom:1rem;color:#111827;font-weight:600}.pricing-amount{margin-bottom:.5rem;display:flex;align-items:baseline;justify-content:center;gap:.25rem}.currency{font-size:1.5rem;color:#6b7280}.price{font-size:3rem;font-weight:700;color:#111827}.price-label{font-size:1.5rem;color:#111827}.pricing-period{color:#6b7280;margin-bottom:2rem;font-size:.9375rem}.pricing-table-wrapper{max-width:900px;margin:0 auto;padding-top:3rem}.pricing-table-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:2rem;text-align:center}.pricing-table{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;background:#fff}.table-header{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.5rem;font-weight:600;color:#111827}.table-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:1.5rem;border-bottom:1px solid #f3f4f6;align-items:center}.table-row:last-child{border-bottom:none}.table-feature{color:#111827;font-weight:500}.table-column{text-align:center;color:#6b7280}.check-icon{color:#22c55e;margin:0 auto;display:block}.x-icon{color:#d1d5db;margin:0 auto;display:block}.cta-section{padding:6rem 2rem;background:#fafafa;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-section h2{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem;color:#111827;font-weight:700}.cta-section p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.cta-form{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:250px;padding:.75rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#111827;font-size:.875rem;transition:all .2s ease}.email-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.email-input::placeholder{color:#9ca3af}.cta-footer{color:#9ca3af;font-size:.875rem}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h4{color:#111827;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-section p{color:#6b7280;font-size:.875rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-section a:hover{color:#111827}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #f3f4f6;color:#9ca3af;font-size:.875rem}@media(max-width:768px){.hero-cta{flex-direction:column}.hero-logo{max-width:400px}.gradient-orb-1,.gradient-orb-2,.gradient-orb-3{filter:blur(80px);opacity:.2}.comparison-header{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.comparison-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.comparison-connector{transform:rotate(90deg);margin:.5rem 0}.comparison-item{padding:1.25rem}.feature-card-modern{padding:1.5rem}.feature-number{font-size:2rem;top:1rem;right:1rem}.pricing-card.featured{transform:scale(1)}.cta-form{flex-direction:column}.email-input{min-width:100%}.table-header,.table-row{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem}.table-feature{grid-column:1 / -1;text-align:left;margin-bottom:.5rem}}.hero-section-new{min-height:80vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative}.hero-content-new{text-align:center;max-width:900px;z-index:1}.hero-logo-new{max-width:400px;width:100%;height:auto;margin-bottom:2rem}.hero-main-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;color:#1a1a2e;margin-bottom:1rem;letter-spacing:.05em}.hero-tagline{font-size:clamp(1.25rem,3vw,1.75rem);color:#4a5568;font-weight:400;line-height:1.5}.intro-section{background:linear-gradient(135deg,#1a237e,#0d1b2a);padding:6rem 2rem;text-align:center}.intro-heading{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.2}.intro-description{font-size:clamp(1.125rem,2vw,1.375rem);color:#e0e7ff;max-width:900px;margin:0 auto 3rem;line-height:1.7}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary{background:#fff;color:#1a237e;padding:1rem 2.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.btn-cta-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;border:2px solid #ffffff;cursor:pointer;transition:all .3s ease}.btn-cta-secondary:hover{background:#ffffff1a}.audience-section{background:#f8f9fa;padding:2rem;text-align:center}.audience-text{font-size:1.125rem;color:#4a5568;max-width:800px;margin:0 auto}.audience-text strong{color:#1a237e;font-weight:600}.problem-section,.comparison-section-new,.insight-section,.platform-section,.how-it-works-section,.ecosystem-section,.intelligence-section,.why-now-section,.vision-section{background:linear-gradient(135deg,#1a237e,#0d1b2a);padding:5rem 2rem;color:#fff}.section-header-left{margin-bottom:3rem;max-width:900px}.section-header-centered{text-align:center;margin-bottom:4rem}.section-title-white{font-size:clamp(1rem,2vw,1.25rem);font-weight:600;color:#7c8aff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-subtitle-large{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:2rem}.problem-description{font-size:1.25rem;color:#cbd5e0;margin-bottom:2rem;line-height:1.7;max-width:800px}.problem-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;max-width:700px}.problem-item{display:flex;align-items:center;gap:1rem;font-size:1.125rem;color:#e2e8f0}.problem-icon{color:#ef4444;flex-shrink:0}.problem-conclusion{font-size:1.25rem;color:#fff;font-weight:500;font-style:italic;max-width:700px}.comparison-table{background:#ffffff0d;border-radius:1rem;overflow:hidden;max-width:900px}.comparison-table-header{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:1.5rem;background:#ffffff1a;font-weight:600;font-size:1rem;color:#fff}.comparison-table-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.comparison-table-row:last-child{border-bottom:none}.comparison-table-cell{display:flex;align-items:center;color:#e2e8f0}.label-col{font-weight:500}.before-col{justify-content:center;color:#9ca3af}.after-col{justify-content:center;color:#fff}.check-success{color:#10b981}.insight-text{font-size:1.25rem;color:#cbd5e0;line-height:1.7;margin-bottom:1.5rem;max-width:800px}.insight-text strong{color:#fff;font-weight:600}.platform-content{max-width:800px}.platform-content p{font-size:1.125rem;color:#cbd5e0;line-height:1.7;margin-bottom:1.5rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s ease}.step-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.step-number{font-size:3rem;font-weight:800;color:#7c8aff;margin-bottom:1rem;line-height:1}.step-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.step-card p{font-size:1rem;color:#cbd5e0;line-height:1.6}.ecosystem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.ecosystem-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2.5rem;text-align:center;transition:all .3s ease}.ecosystem-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.ecosystem-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#7c8aff33;border-radius:1rem;color:#7c8aff}.ecosystem-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.ecosystem-card p{font-size:1rem;color:#cbd5e0;line-height:1.6}.intelligence-intro{font-size:1.25rem;color:#cbd5e0;margin-bottom:1.5rem;max-width:800px}.intelligence-list{list-style:none;padding:0;margin:0 0 2rem;max-width:700px}.intelligence-list li{font-size:1.125rem;color:#e2e8f0;padding:.75rem 0 .75rem 2rem;position:relative}.intelligence-list li:before{content:"→";position:absolute;left:0;color:#7c8aff;font-weight:700}.intelligence-conclusion{font-size:1.25rem;color:#fff;font-weight:500;font-style:italic;max-width:700px}.why-now-text{font-size:1.25rem;color:#cbd5e0;line-height:1.7;margin-bottom:1.5rem;max-width:800px}.why-now-conclusion{font-size:1.25rem;color:#fff;font-weight:500;font-style:italic;max-width:700px}.vision-text{font-size:1.25rem;color:#cbd5e0;line-height:1.7;max-width:800px;margin:0 auto}.final-cta-section{background:linear-gradient(135deg,#1a237e,#0d1b2a);padding:6rem 2rem;text-align:center}.final-cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:3rem}.landing-footer{background:#0a0e1a;padding:3rem 2rem;color:#9ca3af}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;text-align:center}.footer-brand h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-brand p{color:#9ca3af;font-size:.95rem}.footer-contact{font-size:.95rem}.footer-contact a{color:#7c8aff;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.footer-links{display:flex;gap:1rem;justify-content:center;align-items:center}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-links span{color:#4a5568}.footer-tagline{font-size:.875rem;color:#6b7280;font-style:italic}@media(max-width:768px){.hero-section-new{padding:3rem 1.5rem;min-height:60vh}.hero-logo-new{max-width:280px}.intro-section,.problem-section,.comparison-section-new,.insight-section,.platform-section,.how-it-works-section,.ecosystem-section,.intelligence-section,.why-now-section,.vision-section,.final-cta-section{padding:4rem 1.5rem}.comparison-table-header,.comparison-table-row{grid-template-columns:1.5fr 1fr 1fr;font-size:.875rem;padding:1rem}.steps-grid,.ecosystem-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;width:100%}.btn-cta-primary,.btn-cta-secondary{width:100%}}
