.notification{position:fixed;top:20px;right:20px;z-index:1000;max-width:400px;min-width:300px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border-left:4px solid #e53e3e;opacity:0;transform:translate(100%);transition:all .3s ease}.notification-show{opacity:1;transform:translate(0)}.notification-hide{opacity:0;transform:translate(100%)}.notification-content{display:flex;align-items:center;padding:16px;gap:12px}.notification-icon{font-size:20px;flex-shrink:0}.notification-message{flex:1;color:#2d3748;font-size:14px;line-height:1.4;font-weight:500}.notification-close{background:none;border:none;font-size:20px;color:#718096;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.notification-close:hover{background-color:#f7fafc;color:#2d3748}.notification-error{border-left-color:#e53e3e}.notification-success{border-left-color:#38a169}.notification-info{border-left-color:#3182ce}@media (max-width: 480px){.notification{right:10px;left:10px;max-width:none;min-width:auto}}:root{--primary-color: #DC192C;--primary-dark: #B8152A;--primary-light: #E53E3E;--secondary-color: #2D3748;--text-dark: #1A202C;--text-light: #718096;--background: #FFFFFF;--background-light: #F7FAFC;--border-color: #E2E8F0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background)}.home-container{min-height:100vh}.header{background:var(--background);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo h2{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:var(--primary-color)}.header .btn-primary{color:#fff}.btn-primary,.btn-secondary,.btn-outline{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-outline{background:transparent;color:var(--text-dark);border:2px solid var(--border-color)}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-primary.large,.btn-secondary.large{padding:1rem 2rem;font-size:1.1rem}.hero{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:4rem 2rem;display:flex;align-items:center;min-height:80vh}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.hero p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat p{color:var(--text-light);font-weight:500}.hero-visual{display:flex;justify-content:center;align-items:center}.payment-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:16px;width:300px;height:180px;box-shadow:var(--shadow-lg);position:relative;transform:rotate(5deg);transition:transform .3s ease}.payment-card:hover{transform:rotate(0) scale(1.05)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-chip{width:40px;height:30px;background:#ffffff4d;border-radius:4px}.card-logo{font-weight:700;font-size:.9rem}.card-number{font-size:1.2rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem}.card-footer{display:flex;justify-content:space-between;align-items:center}.card-holder,.card-expiry{font-size:.9rem;font-weight:500}.features{padding:6rem 2rem;background:var(--background)}.container{max-width:1400px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}.feature-card{background:var(--background);padding:2rem 1.5rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:transform .3s ease,box-shadow .3s ease;min-height:200px;display:flex;flex-direction:column;justify-content:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.6}.pricing{padding:6rem 2rem;background:var(--background-light)}.pricing h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-dark)}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:var(--background);padding:2.5rem 2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;position:relative;transition:transform .3s ease}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured{border:2px solid var(--primary-color);transform:scale(1.05)}.badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.price{margin-bottom:2rem}.currency{font-size:1.5rem;vertical-align:top;color:var(--text-light)}.amount{font-size:3rem;font-weight:700;color:var(--primary-color)}.period{color:var(--text-light);font-size:1rem}.features-list{list-style:none;margin-bottom:2rem}.features-list li{padding:.5rem 0;color:var(--text-light);border-bottom:1px solid var(--border-color)}.features-list li:last-child{border-bottom:none}.cta{padding:6rem 2rem;background:var(--primary-color);color:#fff;text-align:center}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background:#fff;color:var(--primary-color)}.cta .btn-primary:hover{background:var(--background-light)}.cta .btn-secondary{border-color:#fff;color:#fff}.cta .btn-secondary:hover{background:#fff;color:var(--primary-color)}.footer{background:var(--secondary-color);color:#fff;padding:3rem 2rem 1rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section ul{list-style:none}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.nav-menu{gap:1rem}.nav-menu a{display:none}.pricing-card.featured{transform:none}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.hero{padding:2rem 1rem}.hero h1{font-size:2rem}.features,.pricing,.cta{padding:3rem 1rem}.nav-container{padding:1rem}}.api-docs-container{min-height:100vh;background-color:#f7fafc}.docs-header{background:linear-gradient(135deg,#dc192c,#b8152a);color:#fff;padding:3rem 0}.docs-header .container{max-width:1200px;margin:0 auto;padding:0 2rem}.header-content{text-align:center}.breadcrumb{margin-bottom:1rem;font-size:.9rem;opacity:.9}.breadcrumb a{color:#fff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.docs-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.docs-header p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto}.docs-main{padding:3rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.docs-grid{display:grid;grid-template-columns:1fr;gap:3rem}.documents-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.section-header{margin-bottom:2rem;border-bottom:1px solid #E2E8F0;padding-bottom:1rem}.section-header h2{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.section-header p{color:#718096;font-size:1.1rem}.documents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.document-card{border:1px solid #E2E8F0;border-radius:8px;padding:1.5rem;transition:all .3s ease;background:#fff}.document-card:hover{border-color:#dc192c;box-shadow:0 4px 12px #dc192c1a;transform:translateY(-2px)}.document-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.document-header h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0;flex:1}.version-badge{background:#dc192c;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-left:1rem}.document-description{color:#718096;line-height:1.6;margin-bottom:1rem}.document-meta{display:flex;justify-content:space-between;font-size:.9rem;color:#a0aec0;margin-bottom:1.5rem}.document-actions{display:flex;gap:.75rem}.btn-primary:hover{background:#b8152a;transform:translateY(-1px)}.sidebar{display:none}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E2E8F0}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#dc192c}.modal-body{padding:1.5rem}.document-info{margin-bottom:2rem}.info-row{display:flex;margin-bottom:.75rem;padding:.5rem 0;border-bottom:1px solid #F7FAFC}.info-row strong{min-width:120px;color:#1a202c}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.docs-footer{background:#2d3748;color:#fff;padding:3rem 0 1rem;margin-top:3rem}@media (max-width: 768px){.docs-grid{grid-template-columns:1fr;gap:2rem}.documents-grid{grid-template-columns:1fr}.document-actions,.modal-actions{flex-direction:column}.docs-header h1{font-size:2rem}.container{padding:0 1rem}}@media (max-width: 480px){.document-header{flex-direction:column;align-items:flex-start}.version-badge{margin-left:0;margin-top:.5rem}.document-meta{flex-direction:column;gap:.25rem}}.registration-container{min-height:100vh;background:linear-gradient(135deg,#f7fafc,#edf2f7);display:flex;flex-direction:column}.registration-header{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.registration-header .container{max-width:1200px;margin:0 auto;padding:0 2rem}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{text-decoration:none;color:#dc192c;font-size:1.5rem;font-weight:700}.logo:hover{color:#b8152a}.logo img{height:40px;width:auto;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.header-actions{display:flex;gap:1rem;align-items:center}.registration-main{padding:2rem 0;flex:1}.container{max-width:800px;margin:0 auto;padding:0 2rem}.registration-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.progress-bar{padding:2rem;border-bottom:1px solid #E2E8F0}.progress-steps{display:flex;justify-content:space-between;margin-bottom:1rem}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.progress-step:not(:last-child):after{content:"";position:absolute;top:15px;left:calc(50% + 15px);right:calc(-50% + 15px);height:2px;background:#e2e8f0;z-index:1}.progress-step.completed:not(:last-child):after{background:#dc192c}.step-number{width:30px;height:30px;border-radius:50%;background:#e2e8f0;color:#718096;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;margin-bottom:.5rem;position:relative;z-index:2}.progress-step.active .step-number,.progress-step.completed .step-number{background:#dc192c;color:#fff}.step-label{font-size:.8rem;font-weight:500;color:#718096;text-align:center}.progress-step.active .step-label{color:#dc192c;font-weight:600}.progress-step.completed .step-label{color:#dc192c}.progress-line{height:2px;background:#e2e8f0;border-radius:1px;overflow:hidden}.progress-fill{height:100%;background:#dc192c;transition:width .3s ease}.registration-form{padding:2rem}.step-content h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.step-content p{color:#718096;margin-bottom:2rem;font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1a202c;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #E2E8F0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#dc192c;box-shadow:0 0 0 3px #dc192c1a}.form-group input.error,.form-group select.error{border-color:#e53e3e}.error-message{color:#e53e3e;font-size:.8rem;margin-top:.25rem;display:block}.legal-checkboxes{margin:2rem 0}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:.9rem;line-height:1.5}.checkbox-label input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid #E2E8F0;border-radius:4px;margin-right:.75rem;margin-top:.1rem;flex-shrink:0;position:relative;transition:all .3s ease}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#dc192c;border-color:#dc192c}.checkbox-label input[type=checkbox]:checked+.checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-label input[type=checkbox].error+.checkmark{border-color:#e53e3e}.checkbox-label a{color:#dc192c;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.security-notice{display:flex;align-items:flex-start;gap:1rem;background:#f7fafc;padding:1rem;border-radius:8px;margin-top:1rem;border-left:4px solid #DC192C}.security-icon{font-size:1.5rem;flex-shrink:0}.security-notice h4{margin:0 0 .25rem;color:#1a202c;font-size:1rem}.security-notice p{margin:0;color:#718096;font-size:.9rem}.compliance-notice{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-top:2rem;border:1px solid #E2E8F0}.compliance-notice h4{margin:0 0 1rem;color:#1a202c;font-size:1.1rem}.compliance-notice ul{margin:0;padding-left:1.5rem;color:#718096}.compliance-notice li{margin-bottom:.5rem;font-size:.9rem}.form-navigation{margin-top:2rem;padding-top:2rem;border-top:1px solid #E2E8F0}.nav-buttons{display:flex;justify-content:space-between;align-items:center}.nav-spacer{flex:1}.btn-primary,.btn-secondary,.btn-outline{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;font-size:.9rem}.btn-primary{background:#dc192c;color:#fff}.btn-primary:hover:not(:disabled){background:#b8152a;transform:translateY(-1px)}.btn-primary:disabled{background:#a0aec0;cursor:not-allowed;transform:none}.btn-secondary{background:transparent;color:#dc192c;border:2px solid #DC192C}.btn-secondary:hover{background:#dc192c;color:#fff}.btn-outline{background:transparent;color:#718096;border:2px solid #E2E8F0}.btn-outline:hover{border-color:#dc192c;color:#dc192c}.registration-footer{background:#2d3748;color:#fff;padding:3rem 0 1rem;margin-top:3rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#a0aec0;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #4A5568;padding-top:1rem;text-align:center;color:#a0aec0}@media (max-width: 768px){.container{padding:0 1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-actions{justify-content:center}.form-row{grid-template-columns:1fr}.progress-steps{flex-direction:column;gap:1rem}.progress-step:not(:last-child):after{display:none}.nav-buttons{flex-direction:column;gap:1rem}.nav-spacer{display:none}.registration-form{padding:1rem}.step-content h2{font-size:1.5rem}}@media (max-width: 480px){.progress-bar{padding:1rem}.step-number{width:25px;height:25px;font-size:.8rem}.step-label{font-size:.7rem}.security-notice{flex-direction:column;text-align:center}.compliance-notice{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#1a202c;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}html{scroll-behavior:smooth}button:focus,a:focus{outline:2px solid #DC192C;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#dc192c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8152a}
