*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1e3a8a;color:#212529;line-height:1.5}#root{min-height:100vh}.official-banner{background:#1e3a8a;color:#fff;text-align:center;padding:8px 0;font-size:14px;font-weight:400;border-bottom:1px solid #1e40af}.official-banner-content{display:flex;align-items:center;justify-content:center;gap:8px}.flag-icon{width:16px;height:12px;background:linear-gradient(to bottom,#b22234 0% 40%,#fff 40% 60%,#b22234 60% 100%);border:1px solid #333;position:relative}.flag-icon:before{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:#3c3b6e}.navbar{background:#1e3a8a;border-bottom:1px solid #1e40af;padding:0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;height:60px;padding:0 20px;position:relative}.logo{display:flex;align-items:center;justify-content:center;height:60px}.logo img{max-height:100%;width:auto;object-fit:contain;filter:brightness(0) invert(1);transition:all .3s ease}.logo img:hover{filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.3))}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.nav-links a{color:#fff;text-decoration:none;font-weight:500;font-size:16px;padding:8px 16px;border-radius:6px;transition:all .3s ease;position:relative;display:flex;align-items:center}.nav-links a:hover{color:#1e3a8a;background:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.nav-links a:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:gold;transition:width .3s ease}.nav-links a:hover:before{width:80%}.nav-links .dropdown{position:relative}.nav-links .dropdown-toggle{display:flex;align-items:center;gap:4px}.nav-links .dropdown-toggle:after{content:"▼";font-size:.7rem;transition:transform .3s ease}.nav-links .dropdown:hover .dropdown-toggle:after{transform:rotate(180deg)}.nav-links .dropdown-menu{position:absolute;top:100%;left:0;background:#fff!important;box-shadow:0 8px 32px #00000026;border:1px solid #e2e8f0;min-width:250px;width:auto;height:auto;display:none;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001;padding:8px 0;list-style:none;margin:0;overflow:visible;border-radius:0!important}.nav-links .dropdown:hover .dropdown-menu{display:block;opacity:1;visibility:visible;transform:translateY(0)}.nav-links .dropdown-menu li{margin:0;list-style:none;display:block;height:auto;min-height:40px}.nav-links .dropdown-menu a{display:block;padding:12px 20px;color:#1e293b;text-decoration:none;font-size:.9rem;transition:all .3s ease;border-bottom:1px solid #f1f5f9;width:100%;box-sizing:border-box}.nav-links .dropdown-menu a:last-child{border-bottom:none}.nav-links .dropdown-menu a:hover{background:#f8fafc;color:#3b82f6;padding-left:24px}.nav-links .dropdown-menu a{color:#000!important;font-weight:500!important;background:#fff!important}.nav-utils{display:flex;align-items:center;gap:1.5rem}.nav-utils a{color:#fff;text-decoration:none;font-size:14px;transition:color .3s ease}.nav-utils a:hover{color:gold}.search-container{position:relative}.search-input{background:#fff;border:none;padding:8px 12px;border-radius:4px;width:200px;font-size:14px}.search-input::placeholder{color:#666}.hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#8b5cf6);padding:40px 0 60px;position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;color:#fff}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#1e3a8ae6,#3b82f6cc,#8b5cf6e6)}.hero-pattern{position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.6}.hero-container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero-content{animation:slideInLeft .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#1b1b1b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;font-weight:600;border-radius:50px;font-size:.9rem;margin-bottom:24px;animation:fadeInUp .6s ease-out .2s both}.badge-icon{font-size:1.1rem}.hero-title{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:24px;animation:fadeInUp .8s ease-out .3s both}.hero-title-main{display:block;color:#fff}.hero-title-accent{display:block;background:linear-gradient(45deg,#fbbf24,#f59e0b,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:8px}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:32px;opacity:.95;animation:fadeInUp .8s ease-out .4s both}.hero-cta{display:flex;gap:24px;margin-bottom:32px;animation:fadeInUp .8s ease-out .5s both}.btn-large{padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:8px}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);animation:fadeInUp .8s ease-out .6s both}.hero-feature{display:flex;align-items:center;gap:12px;font-size:1rem;opacity:.95;padding:12px 0}.hero-feature svg{color:#10b981}.hero-visual{animation:slideInRight .8s ease-out .4s both}.document-showcase{position:relative;height:500px}.document-stack{position:relative;width:100%;height:100%}.document-preview{position:absolute;background:#fff;border-radius:16px;box-shadow:0 25px 50px #00000026;overflow:hidden;transition:all .3s ease}.document-1{top:0;left:60px;width:280px;height:400px;transform:rotate(-8deg);z-index:3}.document-2{top:60px;left:140px;width:280px;height:400px;transform:rotate(4deg);z-index:2}.document-3{top:120px;left:260px;width:280px;height:400px;transform:rotate(-2deg);z-index:1}.document-preview:hover{transform:rotate(0) scale(1.05);z-index:10;box-shadow:0 35px 70px #0003}.document-header{background:#f8f9fa;padding:16px 20px;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:12px}.document-dots{display:flex;gap:6px}.document-dots span{width:8px;height:8px;border-radius:50%;background:#dee2e6}.document-dots span:first-child{background:#ff5f57}.document-dots span:nth-child(2){background:#ffbd2e}.document-dots span:last-child{background:#28ca42}.document-title{font-size:.9rem;font-weight:600;color:#495057}.document-content{padding:20px;font-size:.8rem;line-height:1.4;color:#495057}.document-title-text{font-size:.8rem;font-weight:700;text-align:center;margin-bottom:16px;color:#212529}.document-intro{margin-bottom:20px;text-align:justify}.photo-section{margin-bottom:24px}.photo-caption{font-weight:600;margin-bottom:8px;color:#495057}.photo-placeholder{width:100%;height:40px;background:linear-gradient(45deg,#e5e7eb,#f3f4f6);border-radius:6px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#9ca3af;overflow:hidden}.photo-preview{width:100%;height:80px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.photo-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.photo-preview:hover img{transform:scale(1.05)}.photo-preview:before{content:"📷";position:absolute;font-size:1.5rem;opacity:.7;z-index:1}.document-footer{text-align:center;font-size:.7rem;color:#6c757d;margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef}.main-content{background:#fff;padding:60px 0}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2.5rem;font-weight:700;color:#495057;margin-bottom:10px;position:relative}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#ffc107}.section-header p{color:#6c757d;font-size:1.1rem;line-height:1.6;max-width:600px;margin:30px auto 0}.help-section{background:#fff;padding:60px 0}.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.help-item{text-align:center;padding:30px 20px;border-radius:8px;transition:all .3s ease;cursor:pointer}.help-item:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.help-icon{width:60px;height:60px;background:#1e3a8a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:24px}.help-item h3{color:#495057;font-size:1.1rem;font-weight:600;margin-bottom:10px}.help-item p{color:#6c757d;font-size:.9rem;line-height:1.4}.tools-section{background:#f8f9fa;padding:60px 0}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1000px;margin:0 auto}.tool-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #e5e7eb}.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.tool-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tool-icon{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.tool-content h3{color:#495057;font-size:1.5rem;font-weight:600;margin-bottom:15px}.tool-content p{color:#6c757d;font-size:1rem;line-height:1.5;margin-bottom:20px}.tool-link{color:#3b82f6;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease}.tool-link:hover{color:#1e40af}.tool-card a:hover{text-decoration:underline}.tool-image{width:100%;height:200px;background:#e9ecef;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:14px}.tool-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#1e3a8a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease}.tool-nav:hover{background:#1e40af;transform:translateY(-50%) scale(1.1)}.tool-nav.left{left:-20px}.tool-nav.right{right:-20px}.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:10000;padding:20px;animation:modalOverlayFadeIn .3s ease-out}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:1200px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:12px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.modal-title h2{font-size:1.5rem;font-weight:700;margin:0 0 4px;color:#fff}.modal-title p{font-size:.95rem;margin:0;opacity:.9;color:#fff}.modal-close{background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease}.modal-close:hover{background:#fff3;transform:scale(1.1)}.modal-content{flex:1;overflow-y:auto;padding:32px 32px 0}.wizard-section{background:#fff;padding:60px 0}.step-indicator{margin-bottom:40px}.step-pills{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.step-pill{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:12px 16px;border-radius:25px;background:#f8f9fa;border:2px solid #e9ecef;transition:all .3s ease;min-width:120px}.step-pill.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a4d}.step-pill.completed{background:#28a745;border-color:#28a745;color:#fff}.step-number{width:28px;height:28px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-weight:700;color:#495057;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 4px #0000001a;order:1}.step-pill.active .step-number{background:#fff;color:#1e3a8a;box-shadow:0 2px 8px #0003}.step-pill.completed .step-number{background:#fff;color:#28a745;box-shadow:0 2px 8px #0003}.step-label{font-size:.85rem;font-weight:600;text-align:left;flex:1;order:2}.wizard-step{max-width:100%;margin:0;padding-bottom:0}.step-header{text-align:center;margin-bottom:40px}.step-header h2{font-size:2rem;font-weight:700;color:#495057;margin-bottom:10px}.step-header p{color:#6c757d;font-size:1.1rem;line-height:1.6}.step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:0;gap:20px;padding:20px 32px;background:#fff;border-top:1px solid #e5e7eb;position:sticky;bottom:0;z-index:10}.step-actions-left,.step-actions-right{display:flex;align-items:center;gap:1rem}.download-buttons{display:flex;gap:.75rem;align-items:center}.trust-badges{display:flex;align-items:center;gap:.75rem}.trust-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:6px;font-size:.75rem;font-weight:500;color:#374151;box-shadow:0 1px 2px #0000000d}.trust-badge img{height:40px;object-fit:contain}.review-summary{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}.customization-options{display:flex;flex-direction:column;gap:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:.25rem}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;font-size:.9rem;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.form-input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a,0 1px 3px #0000001a}.form-input::placeholder{color:#9ca3af}.summary-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.summary-section h3{margin:0 0 1rem;color:#1e3a8a;font-size:1.25rem;font-weight:600}.service-list{display:flex;flex-direction:column;gap:1rem}.service-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.service-info h4{margin:0 0 .5rem;color:#1e3a8a;font-size:1rem;font-weight:600}.service-info p{margin:0;color:#64748b;font-size:.875rem}.service-price{font-size:1.125rem;font-weight:700;color:#059669}.order-total{display:flex;flex-direction:column;gap:.75rem}.total-line{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.total-line:last-child{border-bottom:none}.total-final{font-size:1.125rem;font-weight:700;color:#1e3a8a;border-top:2px solid #1e3a8a;padding-top:.75rem;margin-top:.5rem}.document-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.document-type-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:16px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column}.document-type-card:hover{border-color:#1e3a8a;transform:translateY(-4px);box-shadow:0 8px 24px #1e3a8a26}.document-type-card.selected{border-color:#1e3a8a;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a33}.document-type-card.selected:after{content:"✓";position:absolute;top:16px;right:16px;width:24px;height:24px;background:#1e3a8a;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;z-index:1}.document-type-icon{width:40px;height:40px;background:#1e3a8a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;color:#fff;flex-shrink:0}.document-type-card h3{font-size:1rem;font-weight:600;color:#495057;margin-bottom:6px;line-height:1.3}.document-type-card p{color:#6c757d;line-height:1.4;margin-bottom:5px;font-size:.85rem;flex-grow:1}.document-type-features{display:flex;flex-direction:column;gap:2px;text-align:left;margin-top:auto}.document-type-features span{font-size:.75rem;color:#6c757d;line-height:1.3}.document-type-price{font-size:1.2rem;font-weight:700;color:#1e3a8a;text-align:center;margin-top:10px;margin-bottom:10px;background:#eff6ff;border-radius:6px;border:1px solid #1e3a8a}.document-type-badge{font-size:.75rem;font-weight:600;color:#059669;text-align:center;background:#d1fae5;border:1px solid #059669;border-radius:4px;padding:2px 6px;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.financial-files-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.financial-file-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.file-info{display:flex;align-items:center;gap:12px}.file-size{color:#6c757d;font-size:.9rem}.file-remove{background:#e74c3c;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease}.file-remove:hover{background:#c0392b;transform:scale(1.1)}.timeline-milestones{display:flex;flex-direction:column;gap:24px;margin-bottom:30px}.milestone-item{background:#f8f9fa;border-radius:12px;padding:24px;border:1px solid #e9ecef}.milestone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.milestone-header h4{color:#495057;font-size:1.1rem;font-weight:600;margin:0}.milestone-remove{background:#e74c3c;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease}.milestone-remove:hover{background:#c0392b;transform:scale(1.1)}.milestone-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-group{display:flex;flex-direction:column;gap:6px}.field-group label{font-weight:500;color:#495057;font-size:.9rem}.field-group input,.field-group textarea{padding:12px;border:1px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.field-group textarea{resize:vertical;min-height:80px}.add-milestone{align-self:flex-start;margin-top:10px}.document-summary{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:30px}.document-summary h3{color:#495057;font-size:1.2rem;font-weight:600;margin-bottom:16px}.document-summary ul{list-style:none;padding:0;margin:0}.document-summary li{padding:8px 0;color:#6c757d;border-bottom:1px solid #e9ecef}.document-summary li:last-child{border-bottom:none}.photo-preview-section{margin:20px 0}.photo-preview-section .preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.photo-preview-section h3{margin:0;color:#1e3a8a}.photo-grid{display:flex;gap:15px;overflow-x:auto;padding:10px 0;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;overflow-y:hidden}.photo-grid::-webkit-scrollbar{height:8px;display:block}.photo-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.photo-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.photo-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.photo-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;flex-shrink:0;width:100%}.photo-item img{width:100%;height:150px;object-fit:cover}.remove-btn{position:absolute;top:8px;right:8px;background:#f00c;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.remove-btn:hover{background:red}.file-preview-section{margin:20px 0}.file-preview-section .preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.file-preview-section h3{margin:0;color:#1e3a8a}.file-list{display:flex;flex-direction:column;gap:10px}.file-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.file-info{display:flex;align-items:center;gap:10px}.timeline-section{margin:20px 0}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.timeline-header h3{margin:0;color:#1e3a8a}.timeline-list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.timeline-item{border:1px solid #e2e8f0;border-radius:8px;padding:20px;background:#f8fafc;position:relative}.timeline-content{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field-group{display:flex;flex-direction:column;gap:5px}.field-group.full-width{grid-column:1 / -1}.field-group label{font-weight:600;color:#374151;font-size:14px}.field-group input,.field-group textarea{padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.field-group input:focus,.field-group textarea:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.caption-list{display:flex;flex-direction:column;gap:24px;margin-bottom:30px}.caption-item{display:flex;gap:20px;align-items:flex-start;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.caption-image{flex-shrink:0;width:200px;position:relative}.caption-image img{width:100%;height:150px;object-fit:cover;border-radius:8px;border:1px solid #e9ecef}.file-preview{width:30%;height:150px;background:#e5e5e5;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#6c757d;flex-shrink:0}.file-name{font-size:.8rem;text-align:center;word-break:break-word;padding:0 8px}.image-number{position:absolute;top:-8px;left:-8px;background:#1e3a8a;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.caption-input{flex:1;display:flex;flex-direction:column;gap:8px;width:70%}.caption-input label{font-weight:600;color:#495057;font-size:.9rem}.caption-input textarea{padding:12px;border:1px solid #e9ecef;border-radius:6px;font-size:1rem;line-height:1.5;resize:vertical;min-height:80px;transition:border-color .3s ease}.caption-input textarea:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.upload-section{background:#fff;padding:60px 0}.upload-area{border:2px dashed #1e3a8a;border-radius:12px;padding:60px 40px;text-align:center;background:#f8f9fa;transition:all .3s ease;cursor:pointer;margin-bottom:40px}.upload-area:hover{border-color:#1e40af;background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a33}.upload-area.dragover{border-color:#1e40af;background:#eff6ff;transform:scale(1.02);box-shadow:0 8px 24px #1e3a8a4d}.upload-icon{font-size:3rem;color:#1b4f72;margin-bottom:20px}.upload-text{font-size:1.3rem;color:#495057;margin-bottom:10px;font-weight:600}.upload-subtext{color:#6c757d;font-size:1rem}.file-input{display:none}.photo-grid{display:flex;gap:15px;overflow-x:auto;overflow-y:hidden;padding:10px 0;margin-bottom:30px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.photo-rows{display:flex;flex-direction:column;gap:5px;margin-bottom:30px}.photo-row{display:flex;align-items:center;gap:15px;padding:10px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.photo-image{width:80px;height:80px;flex-shrink:0;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.financial-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.timeline-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.photo-content{display:flex;flex-direction:column;flex:1}.photo-row .photo-caption{font-weight:600;color:#495057;font-size:14px;margin:0 0 8px}.shimmer-content{display:flex;flex-direction:column;gap:6px}.shimmer-box{height:12px;background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa,#e9ecef 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:4px;width:100%}.shimmer-box.short{width:60%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.photo-item{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.photo-item:hover{transform:translateY(-5px)}.photo-item img{width:100%;height:150px;object-fit:cover;display:block}.photo-remove{position:absolute;top:8px;right:8px;background:#ffffffe6;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#e74c3c}.photo-remove:hover{background:#e74c3c;color:#fff;transform:scale(1.1)}.controls{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.btn{padding:24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;text-align:center}.btn-primary{background:linear-gradient(135deg,#000,#2a2d35);color:#fff;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s infinite}.btn-primary:hover{background:linear-gradient(135deg,#2a2d35,#3a3d45);border-color:#2a2d35;transform:translateY(-1px);box-shadow:0 4px 12px #1b1d2466}.btn-continue{padding:12px 24px;background:#1e3a8a}.btn-continue:hover{background:#1e3a8a;transform:translateY(-1px);box-shadow:0 4px 12px #1e3a8a4d}.btn-secondary{background:#fff;color:#1e3a8a;border:2px solid #1e3a8a;padding:12px 24px}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #1e3a8a4d}@keyframes shimmer{0%{left:-100%}to{left:100%}}.tooltip-trigger{position:relative;cursor:help;border-bottom:1px dotted rgba(255,255,255,.6);transition:all .3s ease}.tooltip-trigger:hover{border-bottom-color:#fff}.tooltip-trigger:before{content:attr(data-tooltip);position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:12px 16px;border-radius:8px;font-size:.875rem;font-weight:400;line-height:1.4;white-space:nowrap;min-width:300px;white-space:normal;text-align:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(255,255,255,.1)}.tooltip-trigger:after{content:"";position:absolute;bottom:115%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.tooltip-trigger:hover:before,.tooltip-trigger:hover:after{opacity:1;visibility:visible}.btn-accent{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;border:none}.btn-accent:hover{background:linear-gradient(135deg,#138496,#117a8b);transform:translateY(-1px);box-shadow:0 4px 12px #17a2b84d}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.progress-bar{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin:20px 0}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease;border-radius:3px}.status-message{text-align:center;padding:15px;border-radius:8px;margin:20px 0;font-weight:500}.status-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.faq-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative}.faq-section:before{content:"";position:absolute;inset:0;background-image: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.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3;pointer-events:none}.faq-header{text-align:center;margin-bottom:60px;position:relative;z-index:1}.faq-header h2{font-size:2.5rem;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.faq-item{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(59,130,246,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.faq-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1e40af);transform:scaleX(0);transition:transform .3s ease}.faq-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#3b82f633}.faq-item:hover:before{transform:scaleX(1)}.faq-item h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:12px;line-height:1.4}.faq-item p{color:#64748b;line-height:1.6;font-size:1rem}.footer{background:#111b37;color:#fff;padding:40px 0 20px;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer p{color:#e9ecef;margin-bottom:20px;font-size:1rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:30px;flex-wrap:wrap}.footer-links a{color:#e9ecef;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a:hover{color:gold}.footer-bottom{padding-top:20px;color:#adb5bd;font-size:.85rem}.legal-disclaimer{margin-top:20px;padding:16px;background:#0000000d;border-radius:8px;border-left:4px solid #e2e8f0}.legal-disclaimer p{font-size:.75rem;color:#64748b;line-height:1.5;margin:0;text-align:left}.legal-disclaimer strong{color:#374151;font-weight:600}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-cta,.hero-features{justify-content:center}.document-preview{transform:none;max-width:300px}.container{padding:40px 20px;margin:20px}.section-header h2{font-size:2rem}.upload-area{padding:60px 20px}.photo-grid{gap:10px}.photo-item{width:120px}.controls{flex-direction:column}.btn{width:100%;justify-content:center}.features-grid{grid-template-columns:1fr;gap:30px}.nav-container{justify-content:center;padding:0 10px}.nav-links{display:none}.logo{height:50px}.step-pills{gap:8px}.step-pill{min-width:60px;padding:8px 12px}.step-label{font-size:.7rem}.step-number{width:20px;height:20px;font-size:.8rem}.document-type-grid{grid-template-columns:1fr;gap:16px}.document-type-card{padding:20px;min-height:auto}.milestone-fields{grid-template-columns:1fr;gap:12px}.step-actions{flex-direction:column;gap:12px;padding:16px 20px}.step-actions .btn{width:100%;justify-content:center}.trust-badges{justify-content:center;margin-top:8px}.trust-badge{font-size:.7rem;padding:.2rem .4rem}.review-summary{gap:1.5rem;margin:1.5rem 0}.summary-section{padding:1rem}.service-item{flex-direction:column;gap:.75rem;align-items:flex-start}.service-price{align-self:flex-end}}.payment-verification,.payment-success,.payment-error,.payment-cancel{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.verification-content,.success-content,.error-content,.cancel-content{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #1e3a8a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-icon{color:#059669;margin-bottom:1.5rem}.error-icon{font-size:4rem;margin-bottom:1.5rem}.cancel-icon{color:#dc2626;margin-bottom:1.5rem}.success-actions,.cancel-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.success-actions .btn,.cancel-actions .btn{width:100%;justify-content:center}@media (max-width: 768px){.verification-content,.success-content,.error-content,.cancel-content{padding:2rem;margin:1rem}.success-actions,.cancel-actions{flex-direction:column}.caption-item{flex-direction:column;gap:16px}.file-preview,.caption-input{width:100%}.caption-image img,.file-preview{height:120px}.modal-overlay{padding:10px}.modal-container{max-height:95vh;border-radius:16px}.modal-header{padding:20px 24px}.modal-title h2{font-size:1.3rem}.modal-title p{font-size:.9rem}.modal-content{padding:24px}.modal-close{width:36px;height:36px}}.dropdown-button{position:relative;display:inline-block}.dropdown-button .btn{display:flex;align-items:center;gap:6px;position:relative;padding:10px 16px;font-size:14px}.dropdown-button .btn svg:last-child{margin-left:auto}.dropdown-menu{position:absolute;bottom:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 -4px 6px -1px #0000001a;z-index:10000;display:none;flex-direction:column;overflow:hidden;margin-bottom:4px}.dropdown-button:hover .dropdown-menu,.dropdown-menu:hover{display:flex}.dropdown-menu button{padding:8px 12px;border:none;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s;text-align:left}.dropdown-menu button:hover{background:#f3f4f6}.dropdown-menu button:disabled{opacity:.5;cursor:not-allowed}.dropdown-menu button:not(:last-child){border-bottom:1px solid #e5e7eb}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:16px}.section-header p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.output-formats-section{padding:60px 0;background:linear-gradient(135deg,#1e40af,#3b82f6,#1e40af);position:relative;overflow:hidden}.output-formats-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="output-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.1"><animateTransform attributeName="transform" type="translate" values="0,0; 0,-3; 0,0" dur="6s" repeatCount="indefinite"/></circle><circle cx="80" cy="80" r="1" fill="%23ffffff" opacity="0.1"><animateTransform attributeName="transform" type="translate" values="0,0; 0,2; 0,0" dur="8s" repeatCount="indefinite"/></circle><circle cx="40" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"><animateTransform attributeName="transform" type="translate" values="0,0; 0,-2; 0,0" dur="7s" repeatCount="indefinite"/></circle><circle cx="60" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"><animateTransform attributeName="transform" type="translate" values="0,0; 0,3; 0,0" dur="5s" repeatCount="indefinite"/></circle></pattern></defs><rect width="100" height="100" fill="url(%23output-grain)"/></svg>');pointer-events:none}.output-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:1}.output-text .section-badge{display:inline-block;background:#fff3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(255,255,255,.3)}.output-text h2{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}.output-text>p{font-size:1rem;color:#ffffffe6;line-height:1.5;margin-bottom:24px;max-width:500px}.format-features{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.format-feature{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#ffffff1a;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.format-feature:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0003;border-color:#ffffff4d;background:#ffffff26}.format-icon{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.format-icon-image{width:34px;height:34px;object-fit:contain}.format-details h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:6px}.format-details p{color:#fffc;line-height:1.5;margin:0;font-size:.9rem}.output-stats{display:flex;gap:24px}.output-stat{text-align:center}.stat-number{display:block;font-size:1.75rem;font-weight:800;color:#fff;line-height:1;margin-bottom:2px}.stat-label{font-size:.8rem;color:#fffc;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.output-visual{display:flex;flex-direction:column;gap:0px;align-items:center;position:relative;justify-content:center;height:320px}.illustration-placeholder{width:100%;max-width:400px;height:280px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.illustration-placeholder:first-child{animation:floatUp 4s ease-in-out infinite;z-index:1}.illustration-placeholder:last-child{animation:floatDown 4s ease-in-out infinite;margin-top:-120px;margin-left:90px;z-index:2}.illustration-placeholder:hover{animation-play-state:paused}.placeholder-text{color:#fffc;font-weight:600;text-align:center;font-size:1rem}.format-image{max-width:100%;max-height:100%;object-fit:contain;filter:brightness(1.1) contrast(1.1);width:360px;height:260px}@keyframes floatUp{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-8px) rotate(-3deg)}}@keyframes floatDown{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(6px) rotate(2deg)}}@media (max-width: 768px){.output-content{grid-template-columns:1fr;gap:40px}.output-text h2{font-size:2.25rem}.output-text>p{font-size:1.1rem}.output-stats{justify-content:center;gap:24px}.illustration-placeholder{max-width:250px;height:160px}}.features-section{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="features-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23e2e8f0" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23e2e8f0" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23e2e8f0" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23features-grain)"/></svg>');pointer-events:none}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:40px;position:relative;z-index:1}.feature-card{background:#fff;padding:40px 35px;border-radius:20px;box-shadow:0 8px 32px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(59,130,246,.1);display:flex;align-items:flex-start;gap:24px;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1e40af,#10b981);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-12px);box-shadow:0 24px 48px #00000026;border-color:#3b82f633}.feature-card:hover:before{opacity:1}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;position:relative;box-shadow:0 8px 24px #3b82f640}.feature-icon:after{content:"";position:absolute;inset:-4px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:20px;opacity:.2;filter:blur(12px);z-index:-1}.feature-content{flex:1}.feature-content h3{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:16px;line-height:1.3}.feature-content p{color:#64748b;line-height:1.7;margin:0;font-size:1.05rem}.supported-countries-section{padding:40px 0;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}.supported-countries-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="countries-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%23e2e8f0" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="%23e2e8f0" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23e2e8f0" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23e2e8f0" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23countries-grain)"/></svg>');pointer-events:none}.supported-countries-section .section-header{text-align:center;margin-bottom:20px;position:relative;z-index:1}.supported-countries-section h2{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:16px;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.supported-countries-section p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.countries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.country-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(59,130,246,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(30px);min-height:48px}.country-item:nth-child(1){animation-delay:.1s}.country-item:nth-child(2){animation-delay:.15s}.country-item:nth-child(3){animation-delay:.2s}.country-item:nth-child(4){animation-delay:.25s}.country-item:nth-child(5){animation-delay:.3s}.country-item:nth-child(6){animation-delay:.35s}.country-item:nth-child(7){animation-delay:.4s}.country-item:nth-child(8){animation-delay:.45s}.country-item:nth-child(9){animation-delay:.5s}.country-item:nth-child(10){animation-delay:.55s}.country-item:nth-child(11){animation-delay:.6s}.country-item:nth-child(12){animation-delay:.65s}.country-item:nth-child(13){animation-delay:.7s}.country-item:nth-child(14){animation-delay:.75s}.country-item:nth-child(15){animation-delay:.8s}.country-item:nth-child(16){animation-delay:.85s}.country-item:nth-child(17){animation-delay:.9s}.country-item:nth-child(18){animation-delay:.95s}.country-item:nth-child(19){animation-delay:1s}.country-item:nth-child(20){animation-delay:1.05s}.country-item:nth-child(21){animation-delay:1.1s}.country-item:nth-child(22){animation-delay:1.15s}.country-item:nth-child(23){animation-delay:1.2s}.country-item:nth-child(24){animation-delay:1.25s}.country-item:nth-child(25){animation-delay:1.3s}.country-item:nth-child(26){animation-delay:1.35s}.country-item:nth-child(27){animation-delay:1.4s}.country-item:nth-child(28){animation-delay:1.45s}.country-item:nth-child(29){animation-delay:1.5s}.country-item:nth-child(30){animation-delay:1.55s}.country-item:nth-child(31){animation-delay:1.6s}.country-item:nth-child(32){animation-delay:1.65s}.country-item:nth-child(33){animation-delay:1.7s}.country-item:nth-child(34){animation-delay:1.75s}.country-item:nth-child(35){animation-delay:1.8s}.country-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .6s ease}.country-item:hover:before{left:100%}.country-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #3b82f626;border-color:#3b82f64d;background:linear-gradient(135deg,#fff,#f8fafc)}.country-flag{font-size:1.25rem;line-height:1;transition:all .3s ease;animation:flagWave 3s ease-in-out infinite}.country-item:hover .country-flag{transform:scale(1.2) rotate(5deg);animation:flagWaveHover .6s ease-in-out}.country-name{font-size:.9rem;font-weight:600;color:#1e293b;transition:all .3s ease}.country-item:hover .country-name{color:#3b82f6;transform:translate(4px)}.more-countries{background:linear-gradient(135deg,#3b82f6,#1e40af)!important;border-color:#3b82f6!important;cursor:pointer}.more-countries:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a)!important;transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #3b82f64d!important}.more-icon{font-size:1.25rem;line-height:1;transition:all .3s ease}.more-countries:hover .more-icon{transform:scale(1.2) rotate(10deg)}.more-text{font-size:.9rem;font-weight:600;color:#fff!important;transition:all .3s ease}.more-countries:hover .more-text{transform:translate(4px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes flagWave{0%,to{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}@keyframes flagWaveHover{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.3) rotate(10deg)}to{transform:scale(1.2) rotate(5deg)}}.how-it-works-section{padding:50px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.how-it-works-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23e2e8f0" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23e2e8f0" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23e2e8f0" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:20px}.section-header h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;line-height:1.2}.section-header p{font-size:1.2rem;color:#64748b;line-height:1.6;max-width:800px;margin:0 auto}.steps-container{display:flex;justify-content:center;align-items:flex-start;margin-top:80px;gap:20px;position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.step-item{flex:0 0 300px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;background:#fff;padding:30px 20px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.step-item:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f;border-color:#3b82f633}.step-visual{position:relative;margin-bottom:30px}.step-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 20px;position:relative;box-shadow:0 4px 16px #3b82f633}.step-glow{position:absolute;inset:-10px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:32px;opacity:.2;filter:blur(20px);z-index:-1}.step-number{width:30px;height:30px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;position:absolute;top:-10px;right:-10px;border:3px solid white;z-index:2;box-shadow:0 2px 8px #10b98133}.step-badge{display:inline-block;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;padding:12px 16px;border-radius:16px;font-size:.5rem;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.step-content h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#1e293b}.step-content p{color:#64748b;line-height:1.7;font-size:1.05rem;margin-bottom:24px}.step-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.feature-tag{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;padding:6px 12px;border-radius:12px;font-size:.85rem;font-weight:600;border:1px solid rgba(59,130,246,.2)}.step-connector{flex:0 0 80px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin-top:40px}.connector-line{width:60px;height:2px;background:linear-gradient(90deg,#e2e8f0,#3b82f6,#e2e8f0);border-radius:1px;position:relative}.connector-dot{width:12px;height:12px;background:#3b82f6;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid white;box-shadow:0 2px 8px #3b82f633}.connector-time{margin-top:8px;font-size:.75rem;font-weight:600;color:#64748b;background:#fff;padding:2px 8px;border-radius:8px;border:1px solid #e2e8f0}.process-guarantee{margin-top:80px;background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(59,130,246,.1);display:flex;align-items:center;justify-content:space-between;gap:40px}.guarantee-content{display:flex;align-items:center;gap:20px;flex:1}.guarantee-icon{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.guarantee-text h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.guarantee-text p{color:#64748b;line-height:1.6;margin:0}.guarantee-stats{display:flex;gap:40px}.guarantee-stat{text-align:center}.guarantee-stat .stat-number{font-size:2rem;font-weight:800;color:#3b82f6;margin-bottom:4px}.guarantee-stat .stat-label{font-size:.9rem;color:#64748b;font-weight:600}@media (max-width: 768px){.steps-container{flex-direction:column;gap:30px}.step-connector{display:none}.process-guarantee{flex-direction:column;text-align:center}.guarantee-stats{justify-content:center}}.pricing-section{padding:100px 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}.pricing-card{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e5e7eb;position:relative}.pricing-header{margin-bottom:30px}.pricing-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 20px}.price{display:flex;align-items:baseline;justify-content:center;margin:20px 0}.currency{font-size:1.5rem;font-weight:600;color:#3b82f6}.amount{font-size:3rem;font-weight:700;color:#1e3a8a;margin-left:4px}.pricing-features li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#6b7280}.pricing-card.featured{border:2px solid #3b82f6;transform:scale(1.05)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:6px 20px;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-header h3{font-size:1.5rem;font-weight:600;color:#1e3a8a;margin-bottom:16px}.price{font-size:3rem;font-weight:700;color:#3b82f6;margin-bottom:8px}.pricing-header p{color:#6b7280;margin-bottom:32px}.pricing-features{list-style:none;padding:0;margin:0}.pricing-features li{padding:12px 0;border-bottom:1px solid #f3f4f6;color:#6b7280}.pricing-features li:last-child{border-bottom:none}.trust-section{padding:100px 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.trust-section .section-header h2{color:#fff}.trust-section .section-header p{color:#fffc}.trust-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px;margin-top:60px}.stat-item{text-align:center;display:flex;flex-direction:column;align-items:center}.stat-icon{width:60px;height:60px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:20px}.stat-number{font-size:3rem;font-weight:700;color:#fbbf24;margin-bottom:8px}.stat-label{font-size:1.1rem;color:#fffc}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.faq-section{padding:60px 0}.faq-header h2{font-size:2rem}.faq-header p{font-size:1rem}.faq-grid{grid-template-columns:1fr;gap:20px;padding:0 20px}.faq-item{padding:24px}.faq-item h3{font-size:1.1rem}.faq-item p{font-size:.95rem}}.australian-visa-checklist{min-height:100vh;background:#fff}.checklist-hero{padding:120px 0 80px;background:linear-gradient(135deg,#1e40af,#3b82f6,#1e40af);color:#fff;text-align:center}.checklist-hero h1{font-size:3rem;font-weight:800;margin-bottom:24px;line-height:1.2}.checklist-hero .hero-subtitle{font-size:1.25rem;margin-bottom:32px;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.hero-badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.hero-badges .badge{background:#fff3;padding:8px 16px;border-radius:20px;font-size:.9rem;border:1px solid rgba(255,255,255,.3)}.table-of-contents{padding:60px 0;background:#f8fafc}.table-of-contents h2{text-align:center;margin-bottom:40px;color:#1e293b}.toc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1000px;margin:0 auto}.toc-item{display:flex;align-items:center;gap:12px;padding:20px;background:#fff;border-radius:12px;text-decoration:none;color:#1e293b;transition:all .3s ease;border:1px solid #e2e8f0}.toc-item:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a;border-color:#3b82f6}.checklist-section{padding:80px 0}.checklist-section h2{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:#1e293b;text-align:center}.section-intro{font-size:1.1rem;color:#64748b;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.6}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.requirement-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.requirement-card h3{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#1e293b}.requirement-card ul{list-style:none;padding:0}.requirement-card li{padding:8px 0;color:#64748b;font-size:1rem}.document-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:40px}.document-category{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.document-category h3{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1e293b}.document-list{display:flex;flex-direction:column;gap:12px}.document-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.document-item:last-child{border-bottom:none}.document-item svg{color:#10b981;flex-shrink:0}.photo-requirements{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-top:40px}.photo-category{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.photo-category h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1e293b}.photo-list{display:flex;flex-direction:column;gap:12px}.photo-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8fafc;border-radius:12px}.photo-item svg{color:#3b82f6;margin-top:4px;flex-shrink:0}.photo-item strong{display:block;font-weight:600;color:#1e293b;margin-bottom:4px}.photo-item p{color:#64748b;margin:0;font-size:.9rem}.photo-tips{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.photo-tips h3{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1e293b}.photo-tips ul{list-style:none;padding:0}.photo-tips li{padding:8px 0;color:#64748b;font-size:1rem}.financial-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;margin-top:40px}.financial-category{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.financial-category h3{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1e293b}.financial-list{display:flex;flex-direction:column;gap:12px}.financial-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.financial-item:last-child{border-bottom:none}.financial-item svg{color:#10b981;flex-shrink:0}.timeline-requirements{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-top:40px}.timeline-section{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.timeline-section h3{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1e293b}.timeline-list{display:flex;flex-direction:column;gap:20px}.timeline-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f8fafc;border-radius:12px}.timeline-item svg{color:#3b82f6;margin-top:4px;flex-shrink:0}.timeline-item strong{display:block;font-weight:600;color:#1e293b;margin-bottom:4px}.timeline-item p{color:#64748b;margin:0;font-size:.9rem}.timeline-tips{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.timeline-tips h3{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1e293b}.timeline-tips ul{list-style:none;padding:0}.timeline-tips li{padding:8px 0;color:#64748b;font-size:1rem}.process-steps{display:flex;flex-direction:column;gap:30px;margin-top:40px}.process-step{display:flex;align-items:flex-start;gap:24px;padding:30px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#1e293b}.step-content p{color:#64748b;margin-bottom:16px;line-height:1.6}.step-content ul{list-style:none;padding:0}.step-content li{color:#64748b;position:relative;padding:4px 0 4px 20px}.step-content li:before{content:"•";color:#3b82f6;position:absolute;left:0;font-weight:700}.mistakes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-top:40px}.mistake-item{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#fef2f2;border-radius:12px;border:1px solid #fecaca}.mistake-item svg{color:#dc2626;margin-top:4px;flex-shrink:0}.mistake-item h3{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#1e293b}.mistake-item p{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1e40af,#3b82f6,#1e40af);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:24px}.cta-content p{font-size:1.2rem;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.cta-buttons .btn{display:flex;align-items:center;gap:8px;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.cta-buttons .btn-primary{background:#fff;color:#1e40af}.cta-buttons .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.cta-buttons .btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-buttons .btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.cta-features{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.cta-features .feature{display:flex;align-items:center;gap:8px;font-size:.9rem;opacity:.9}.cta-features .feature svg{color:#10b981}
