@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}@media(max-width:768px){html{scroll-padding-top:65px}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;overflow-x:hidden}.app{opacity:0;transition:opacity .5s ease}.app.loaded{opacity:1}section{width:100%;position:relative}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:opacity .6s ease,transform .6s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:opacity .6s ease,transform .6s ease}.slide-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s ease}.scale-in.visible{opacity:1;transform:scale(1)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}@keyframes heroReveal{0%{opacity:0;transform:translateY(45px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes gentlePulse{0%,to{box-shadow:0 0 #dc262640}50%{box-shadow:0 0 0 6px #dc262600}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes cardLift{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-hero-title{animation:heroReveal .8s ease-out forwards;opacity:0}.animate-hero-title-delay-1{animation-delay:.15s}.animate-hero-title-delay-2{animation-delay:.3s}.animate-hero-title-delay-3{animation-delay:.45s}.animate-hero-title-delay-4{animation-delay:.6s}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-delay{animation:float 3s ease-in-out 1s infinite}.animate-slow-zoom{animation:slowZoom 20s ease-out forwards}.animate-gentle-pulse{animation:gentlePulse 2s ease-in-out infinite}.animate-card-lift{animation:cardLift .6s ease-out forwards;opacity:0}.cta-float{transition:transform .3s ease,box-shadow .3s ease}.cta-float:hover{transform:translateY(-3px);box-shadow:0 12px 30px #dc262659}.img-hover-zoom{overflow:hidden}.img-hover-zoom img{transition:transform .5s ease}.img-hover-zoom:hover img{transform:scale(1.05)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.65rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:600;font-size:.875rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #dc26264d}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:#dc2626;font-weight:600;font-size:1rem;border:2px solid #dc2626;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-secondary:hover{background:#dc2626;color:#fff;transform:translateY(-2px)}.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#dc2626;font-weight:600;font-size:1rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.btn-outline-white{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:#fff;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.5);border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-outline-white:hover{background:#fff;color:#1a1a1a;border-color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;padding:.375rem 1rem;background:#dc26261a;color:#dc2626;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:2rem;margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}@media(max-width:768px){.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.section-header{margin-bottom:2rem}.btn-white,.btn-outline-white{width:100%;padding:1rem 1.5rem;font-size:1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#dc2626;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b91c1c}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #00000014;padding:.75rem 0}.navbar-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem}.logo-text{font-size:1.15rem;font-weight:700;color:#fff}.navbar.scrolled .logo-text{color:#1a1a1a}.logo-highlight{color:#dc2626}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.82rem;transition:color .2s}.navbar.scrolled .nav-link{color:#4b5563}.nav-link:hover{color:#dc2626}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-phone{display:flex;align-items:center;gap:.4rem;color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.82rem}.navbar.scrolled .nav-phone{color:#4b5563}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer}.navbar.scrolled .mobile-menu-btn{color:#1a1a1a}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 20px #0000001a;padding:1.5rem}.mobile-menu.open{display:block}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{color:#1a1a1a;text-decoration:none;font-weight:500;padding:.5rem 0}@media(max-width:768px){.nav-links,.nav-actions{display:none}.mobile-menu-btn{display:block}.mobile-menu{padding:1rem}.mobile-menu .nav-actions{display:flex;flex-direction:column;margin-top:.75rem;gap:.5rem}.mobile-nav-links{gap:.25rem}.mobile-nav-link{padding:.6rem .75rem;font-size:.9rem;border-radius:.5rem;transition:background .15s}.mobile-nav-link:active{background:#fef2f2;color:#dc2626}.navbar{padding:.75rem 0}.logo-icon{width:32px;height:32px;font-size:1rem}.logo-text{font-size:1rem}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-background{position:absolute;inset:0;z-index:0}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1b0c0cd9,#1b0c0c66 60%,#0a1e1499)}.hero-layout{display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:1}.hero-content{text-align:left;max-width:620px;padding:2rem 0;flex:1}@media(max-width:900px){.hero-layout{flex-direction:column;text-align:center}.hero-content{text-align:center;max-width:100%}.hero-card{display:none}.hero-features,.hero-actions{justify-content:center}}@media(max-width:600px){.hero-layout{padding:0 1rem}}.hero-label{display:inline-block;background:#d4a01733;border:1px solid rgba(212,160,23,.5);color:#f0c040;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:4px;margin-bottom:1.2rem}.hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1.25rem;line-height:1.1}.hero-title>span{display:block;margin-bottom:.15rem}.hero-title .highlight{color:#f0c040}.hero-description{font-size:1.1rem;color:#ffffffd9;margin-bottom:1.75rem;line-height:1.7}.hero-features{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.9rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-card{background:#faf7f2f7;border-radius:16px;padding:1.5rem;width:300px;box-shadow:0 20px 60px #0000004d;flex-shrink:0}.hero-card-title{font-size:14px;font-weight:700;color:#9b1c1c;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.hc-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #E0D8CC}.hc-row:last-child{border-bottom:none}.hc-label{font-size:12px;color:#5a5a5a}.hc-val{font-size:13px;font-weight:600;color:#1c1c1c}.hc-val.gold{color:#9b1c1c}.hc-cta{display:block;background:#9b1c1c;color:#fff;text-align:center;padding:12px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none;margin-top:1rem;cursor:pointer;border:none;width:100%}.hc-cta:hover{background:#7b0000}@media(max-width:768px){.hero{min-height:70vh;padding-top:70px}.hero-title{font-size:2rem;margin-bottom:.75rem;line-height:1.2}.hero-description{font-size:.95rem;margin-bottom:1.25rem;line-height:1.6}.hero-features{gap:.75rem;margin-bottom:1.5rem}.hero-feature{font-size:.8rem}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.hero-actions .btn-white,.hero-actions .btn-outline-white{width:100%;max-width:300px;padding:1rem 2rem;font-size:1.05rem}}.trust-strip{background:#1a3c2a;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-strip-item{display:flex;align-items:center;gap:8px;color:#ffffffd9;font-size:13px;font-weight:500}.trust-strip-item svg{color:#f0c040;font-size:18px}@media(max-width:768px){.trust-strip{gap:1rem;padding:.75rem 1rem}.trust-strip-item{font-size:12px}}.services{padding:5rem 0;background:#faf7f2}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.service-card{background:#fff;border-radius:12px;padding:1.5rem;border:1.5px solid #E0D8CC;transition:transform .15s,box-shadow .15s;position:relative;opacity:0;animation:cardLift .6s ease-out forwards;display:flex;flex-direction:column}.service-content{display:flex;flex-direction:column;flex:1}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.service-card.popular{border-color:#9b1c1c;border-width:2px}.popular-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.35rem 1rem;border-radius:0 0 .5rem .5rem;font-size:.7rem;font-weight:700;letter-spacing:.05em}.service-icon-simple{width:44px;height:44px;background:#f0ebe0;color:#9b1c1c;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-icon-simple svg{font-size:22px}.service-title{font-size:15px;font-weight:700;color:#1c1c1c;margin-bottom:.25rem}.service-description{font-size:12px;color:#5a5a5a;line-height:1.5;margin-bottom:1rem}.service-price-simple{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#9b1c1c;margin-bottom:.25rem}.service-features{list-style:none;flex:1;margin-bottom:.5rem}.service-feature{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4b5563;padding:.35rem 0}.feature-check{color:#22c55e;font-weight:700}.btn-start-application{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:10px;background:#f0ebe0;color:#9b1c1c;font-weight:600;border:1.5px solid #E0D8CC;border-radius:8px;cursor:pointer;transition:all .15s;font-size:13px;text-decoration:none}.btn-start-application:hover,.service-card.popular .btn-start-application{background:#9b1c1c;color:#fff;border-color:#9b1c1c}.service-timing{font-size:12px;color:#5a5a5a;margin-bottom:1rem}.trust-badges{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:#4b5563}.trust-badge svg{color:#22c55e;flex-shrink:0}@media(max-width:768px){.trust-badges{gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.trust-badge{font-size:.8rem}}.checkout-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.checkout-item:last-child{border-bottom:none}.checkout-item-details{display:flex;flex-direction:column}.checkout-item-details strong{color:#1a1a1a;font-size:.95rem}.checkout-item-details span{font-size:.8rem;color:#6b7280}.checkout-item-price{font-weight:700;color:#1a1a1a;font-size:1rem}.checkout-total{display:flex;justify-content:space-between;padding:1rem 0 0;border-top:2px solid #1a1a1a;margin-top:.5rem;font-size:1.15rem}.checkout-total strong{color:#dc2626;font-size:1.3rem}.how-it-works{padding:5rem 0;background:#faf7f2}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.step{text-align:center;padding:1.5rem;transition:transform .3s ease;border-radius:.75rem}.step:hover{transform:translateY(-4px);background:#9b1c1c05}.step-number{width:48px;height:48px;background:#9b1c1c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-weight:700;font-size:18px;margin:0 auto 1rem}.step h3{font-size:14px;font-weight:700;margin-bottom:.5rem;color:#1c1c1c}.step p{font-size:12px;color:#5a5a5a;line-height:1.5}.document-upload{padding:5rem 0;background:#faf7f2}.upload-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:900px;margin:0 auto}.upload-requirements{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #0000000f}.upload-requirements h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.req-list{list-style:none}.req-list li{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.9rem;color:#4b5563;border-bottom:1px solid #f0f0f0}.req-list li:last-child{border-bottom:none}.req-list li svg{color:#dc2626;flex-shrink:0}.upload-zone{border:2px dashed #d1d5db;border-radius:1rem;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .35s cubic-bezier(.34,1.56,.64,1);background:#fff}.upload-zone:hover{border-color:#dc2626;background:#dc262605;transform:scale(1.01)}.upload-zone svg{color:#dc2626;margin-bottom:.75rem}.upload-zone p{color:#1a1a1a;margin-bottom:.25rem}.upload-zone span{font-size:.85rem;color:#9ca3af}.upload-error{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#dc262614;color:#dc2626;border-radius:8px;margin-top:12px;font-size:14px}.upload-files{background:#fff;border-radius:8px;padding:16px;margin-top:16px;border:1px solid #e5e7eb}.upload-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.upload-files-header span{font-size:14px;font-weight:600}.upload-files-header button{font-size:13px;color:#dc2626;background:none;border:none;cursor:pointer}.upload-file-item{display:flex;align-items:center;gap:10px;padding:8px;background:#f9fafb;border-radius:6px;margin-bottom:8px}.upload-file-item svg{color:#dc2626;flex-shrink:0}.upload-file-info{flex:1;min-width:0}.upload-file-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-file-size{font-size:11px;color:#9ca3af}.upload-progress{width:100%;height:3px;background:#e5e7eb;border-radius:2px;margin-top:4px}.upload-progress>div{height:100%;background:#dc2626;border-radius:2px;transition:width .3s}.upload-pct{font-size:11px;font-weight:600;color:#dc2626}.upload-file-item button{width:24px;height:24px;border-radius:4px;border:none;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:768px){.upload-grid{grid-template-columns:1fr;gap:1.5rem}}.about{padding:5rem 0}.about-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center;max-width:900px;margin:0 auto 3rem}.about-image{border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.about-image img{width:100%;height:auto;display:block}.about-text{color:#6b7280;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.about-values{display:flex;flex-direction:column;gap:.6rem}.about-value{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563}.about-value svg{color:#22c55e;flex-shrink:0}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:700px;margin:0 auto}.stat-box{text-align:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.stat-box:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.stat-box svg{color:#dc2626;margin-bottom:8px}.stat-box strong{display:block;font-size:1.5rem;font-weight:800;color:#1a1a1a}.stat-box span{font-size:.8rem;color:#6b7280}@media(max-width:768px){.about-grid{grid-template-columns:1fr;gap:1.5rem}.stats-row{grid-template-columns:1fr}}.faq{padding:5rem 0;background:#faf7f2}.faq-item{background:#fff;border-radius:10px;margin-bottom:.75rem;border:1.5px solid #E0D8CC;overflow:hidden;transition:box-shadow .25s ease}.faq-item:hover{box-shadow:0 4px 12px #00000014}.faq-item.open{border-color:#9b1c1c}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#1c1c1c;text-align:left}.faq-question:hover{color:#9b1c1c}.faq-question svg{color:#9ca3af;flex-shrink:0;margin-left:1rem;transition:transform .2s}.faq-item.open .faq-question{color:#9b1c1c}.faq-item.open .faq-question svg{transform:rotate(180deg);color:#9b1c1c}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 1.25rem 1.25rem;color:#5a5a5a;font-size:13px;line-height:1.7}.contact{padding:5rem 0}.contact-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:900px;margin:0 auto}.contact-info h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.contact-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem}.contact-row svg{color:#dc2626;flex-shrink:0;margin-top:2px}.contact-row strong{display:block;color:#1a1a1a;margin-bottom:2px}.contact-row a{color:#4b5563;text-decoration:none}.contact-row p{color:#4b5563;margin:0}.contact-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #0000000f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.65rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#dc2626}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer}.submit-btn:disabled{opacity:.7}@media(max-width:768px){.contact-inner{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}}.footer{background:#111827;color:#fff;padding:3rem 0 1.5rem}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand p{font-size:.85rem;color:#fff9;line-height:1.6;margin:.75rem 0}.footer-col h4{font-size:.9rem;font-weight:600;margin-bottom:.75rem}.footer-col a{display:block;color:#ffffff80;text-decoration:none;font-size:.85rem;padding:.25rem 0;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8rem;color:#fff6}.footer-bottom a{color:#ffffff80;text-decoration:none}@media(max-width:768px){.footer-inner{grid-template-columns:1fr 1fr}}.floating-actions{position:fixed;bottom:1.5rem;right:1.5rem;z-index:99;display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.floating-whatsapp{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border-radius:2rem;text-decoration:none;font-weight:600;font-size:.85rem;box-shadow:0 4px 15px #25d36659;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap}.floating-whatsapp:hover{transform:translateY(-3px);box-shadow:0 8px 25px #25d36673}.floating-call-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:2rem;text-decoration:none;font-weight:600;font-size:.82rem;box-shadow:0 4px 15px #dc26264d;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap}.floating-call-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #dc262666}@media(max-width:768px){.floating-actions{bottom:1rem;right:1rem;gap:.6rem}.floating-whatsapp{padding:.85rem 1.25rem;font-size:.88rem}.floating-call-btn{padding:.75rem 1rem;font-size:.8rem}}.checkout-box{padding:1.5rem}.checkout-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.checkout-head button{background:none;border:none;cursor:pointer;color:#9ca3af}.checkout-summary{margin-bottom:1.25rem}.checkout-summary .item{display:flex;flex-direction:column;margin-bottom:.75rem}.checkout-summary .item span{font-size:.8rem;color:#6b7280}.checkout-summary .total{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:1.1rem}.checkout-summary .total strong{color:#dc2626}.checkout-form-pad label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.3rem;color:#374151}.checkout-form-pad input{width:100%;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;margin-bottom:.75rem;font-size:.9rem}.pay-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer}.processing-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#dc2626;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.application-form{padding:5rem 0;background:#f8f9fa}.application-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1000px;margin:0 auto}.form-card{background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 2px 10px #0000000f;margin-bottom:1rem;transition:box-shadow .3s ease}.form-card:hover{box-shadow:0 6px 20px #0000001a}.form-card h3{font-size:1.05rem;font-weight:700;margin-bottom:1.25rem;color:#1a1a1a}.progress-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.4rem}.progress-step .step-num{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;transition:all .3s ease}.progress-step span{font-size:.75rem;font-weight:500;color:#9ca3af}.progress-step.active .step-num{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.progress-step.active span{color:#dc2626;font-weight:600}.progress-line{flex:1;height:2px;background:#e5e7eb;margin:0 .75rem 1.25rem;max-width:80px}@media(max-width:768px){.progress-steps{margin-bottom:1.5rem}.progress-step span{font-size:.7rem}.progress-line{max-width:40px;margin:0 .4rem 1.25rem}}.visa-bar{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem 1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 10px #0000000f}.visa-bar>span{font-size:.9rem;font-weight:600;color:#6b7280}.visa-bar-options{display:flex;gap:.5rem;flex-wrap:wrap}.visa-bar-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:#f3f4f6;border:2px solid transparent;border-radius:.5rem;font-size:.85rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s}.visa-bar-btn:hover{background:#fee2e2}.visa-bar-btn.active{border-color:#dc2626;background:#fef2f2;color:#dc2626}.visa-bar-btn.active strong{color:#dc2626}.visa-bar-btn strong{margin-left:.25rem;font-weight:700}.applicants-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.applicant-card{background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000000f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.applicant-card:hover{box-shadow:0 8px 25px #0000001a}.applicant-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.applicant-title{display:flex;align-items:center;gap:.5rem;color:#1a1a1a}.applicant-title svg{color:#dc2626}.applicant-price{margin-left:.75rem;font-size:.8rem;font-weight:700;color:#dc2626;background:#fef2f2;padding:.15rem .5rem;border-radius:.25rem}.applicant-remove{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#fff;border:1px solid #ef4444;border-radius:.375rem;font-size:.8rem;color:#ef4444;cursor:pointer;transition:all .15s}.applicant-remove:hover{background:#ef4444;color:#fff}.applicant-form{padding:1.25rem 1.5rem}.applicant-files-toggle{padding:0 1.5rem 1rem}.btn-add-person{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;background:#fff;border:2px dashed #dc2626;border-radius:.75rem;font-size:.95rem;font-weight:600;color:#dc2626;cursor:pointer;transition:all .2s}.btn-add-person:hover{background:#fef2f2}.add-person-note{font-size:.8rem;color:#9ca3af;margin-top:.5rem}.upload-section{background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 2px 10px #0000000f;max-width:800px;margin:0 auto 1.5rem}.upload-section-header{margin-bottom:1rem}.upload-section-header h3{font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.file-target-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.file-target-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#f3f4f6;border:1px solid transparent;border-radius:.375rem;font-size:.8rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .15s}.file-target-btn:hover{background:#fee2e2}.file-target-btn.active{background:#dc2626;color:#fff;border-color:#dc2626}.file-badge{margin-left:.25rem;background:#dc2626;color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .35rem;border-radius:.75rem;min-width:16px;text-align:center}.file-target-btn.active .file-badge{background:#fff;color:#dc2626}.upload-files-section{margin-top:1rem}.file-group{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.file-group:last-child{border-bottom:none}.file-group h4{font-size:.85rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.order-summary{background:#fff;border-radius:1rem;padding:1.75rem;box-shadow:0 2px 10px #0000000f;max-width:500px;margin:0 auto;text-align:center}.order-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem;color:#6b7280;border-bottom:1px solid #f0f0f0}.order-summary-row strong{color:#1a1a1a}.order-summary-total{display:flex;justify-content:space-between;padding:1rem 0;margin:.5rem 0 1rem;border-top:2px solid #1a1a1a;font-size:1.15rem;font-weight:600}.order-summary-total strong{font-size:1.5rem;font-weight:800;color:#dc2626}.payment-trust{display:flex;justify-content:center;gap:1.25rem;margin-bottom:.75rem;flex-wrap:wrap}.payment-trust span{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#16a34a;font-weight:500}.payment-trust span svg{flex-shrink:0}.visa-select-card{padding-bottom:1.25rem}.visa-options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.visa-option{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s;background:#fff}.visa-option:hover{border-color:#dc2626}.visa-option.selected{border-color:#dc2626;background:#fef2f2}.visa-option input{display:none}.visa-option-icon{width:36px;height:36px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.visa-option-info{flex:1}.visa-option-info strong{display:block;font-size:.9rem;color:#1a1a1a}.visa-option-info span{font-size:.78rem;color:#6b7280}.visa-option-price{font-size:1.1rem;font-weight:700;color:#dc2626}.quantity-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-top:1px solid #e5e7eb;margin-bottom:.75rem}.quantity-row>span{font-size:.9rem;color:#4b5563}.visa-total{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:2px solid #1a1a1a}.visa-total span{font-size:.95rem;font-weight:600}.visa-total strong{font-size:1.5rem;font-weight:800;color:#dc2626}.docs-toggle-card{padding:0;overflow:hidden}.docs-toggle-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;background:#fff;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:#1a1a1a}.docs-toggle-btn svg:first-child{color:#dc2626}.docs-toggle-btn svg:last-child{margin-left:auto;color:#9ca3af}.docs-toggle-list{list-style:none;padding:0 1.25rem 1rem}.docs-toggle-list li{display:flex;align-items:center;gap:.6rem;padding:.5rem 0;font-size:.85rem;color:#4b5563;border-bottom:1px solid #f0f0f0}.docs-toggle-list li:last-child{border-bottom:none}.upload-card{margin-bottom:1rem}.upload-files-list{margin-top:1rem}.upload-files-list .upload-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.upload-files-list .upload-files-header span{font-size:13px;font-weight:600;color:#374151}.upload-files-list .upload-files-header button{font-size:12px;color:#dc2626;background:none;border:none;cursor:pointer}.upload-file-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f9fafb;border-radius:6px;margin-bottom:6px}.upload-file-row>svg:first-child{color:#dc2626;flex-shrink:0}.upload-file-meta{flex:1;min-width:0}.upload-file-name{display:block;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-file-size{font-size:10px;color:#9ca3af}.upload-file-bar{width:50px;height:3px;background:#e5e7eb;border-radius:2px}.upload-file-bar>div{height:100%;background:#dc2626;border-radius:2px;transition:width .3s}.upload-file-remove{width:22px;height:22px;border-radius:4px;border:none;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6b7280}.btn-submit-application{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;margin-bottom:.75rem}.btn-submit-application:hover{opacity:.9;transform:translateY(-1px)}.btn-submit-application:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-note{text-align:center;font-size:.8rem;color:#6b7280;line-height:1.5}.submit-note a{color:#dc2626;font-weight:600;text-decoration:none}@media(max-width:768px){.application-grid{grid-template-columns:1fr}}.payment-result{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8f9fa}.payment-result .card{background:#fff;border-radius:1rem;padding:3rem;text-align:center;max-width:450px;box-shadow:0 4px 20px #00000014}.success-icon{color:#22c55e;margin-bottom:1rem}.back-home{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-size:.9rem;margin-top:.5rem}.eligibility{padding:5rem 0;background:#f8f9fa}.eligibility-countries{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #0000000f;margin-bottom:1.5rem}.countries-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.countries-header svg{color:#dc2626}.countries-header h3{font-size:1.1rem;font-weight:700}.countries-intro{color:#6b7280;font-size:.9rem;margin-bottom:1.25rem}.country-search input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;margin-bottom:1rem;transition:border-color .2s}.country-search input:focus{outline:none;border-color:#dc2626}.country-search-results{display:flex;flex-wrap:wrap;gap:.5rem}.no-results{color:#6b7280;font-size:.9rem;padding:1rem 0}.regions-accordion{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.region-item{border-bottom:1px solid #e5e7eb}.region-item:last-child{border-bottom:none}.region-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1rem;background:#f9fafb;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:#1a1a1a;text-align:left}.region-button span{font-size:.8rem;color:#6b7280;font-weight:400;margin-left:auto;margin-right:.75rem}.region-button svg{color:#9ca3af;transition:transform .2s}.region-item.open .region-button svg{transform:rotate(180deg)}.region-content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 1rem}.region-item.open .region-content{max-height:500px;padding:.75rem 1rem 1rem}.country-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:2rem;font-size:.85rem;margin:.25rem}.country-tag.eligible{background:#ecfdf5;color:#065f46}.country-tag.eligible svg{color:#22c55e}.eligibility-requirements{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #0000000f;margin-bottom:1.5rem}.eligibility-requirements h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.requirement-card{display:flex;gap:.75rem;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;transition:transform .25s ease,box-shadow .25s ease}.requirement-card:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000f}.requirement-card.required{border-left:3px solid #dc2626;background:#fef2f2}.requirement-card.optional{border-left:3px solid #f59e0b;background:#fffbeb}.requirement-icon{width:36px;height:36px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.requirement-card.required .requirement-icon{background:#dc26261a;color:#dc2626}.requirement-card.optional .requirement-icon{background:#f59e0b1a;color:#f59e0b}.requirement-content{flex:1}.requirement-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;gap:.5rem;flex-wrap:wrap}.badge-required{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:.25rem;background:#dc2626;color:#fff}.badge-optional{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:.25rem;background:#f59e0b;color:#fff}.requirement-content p{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}.eligibility-rules{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #0000000f;margin-bottom:1.5rem}.rules-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.rules-header svg{color:#f59e0b}.rules-header h3{font-size:1.1rem;font-weight:700}.rules-list{list-style:none}.rules-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.9rem;color:#4b5563;border-bottom:1px solid #f0f0f0}.rules-list li:last-child{border-bottom:none}.rules-list li svg{color:#22c55e;flex-shrink:0;margin-top:2px}.eligibility-not{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 10px #0000000f}.not-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.not-header svg{color:#6b7280}.not-header h3{font-size:1.1rem;font-weight:700}.not-list{list-style:none;margin-bottom:1rem}.not-list li{font-size:.9rem;color:#4b5563;padding:.4rem 0 .4rem 1.5rem;position:relative}.not-list li:before{content:"—";position:absolute;left:0;color:#9ca3af}.not-note{font-size:.9rem;color:#6b7280;padding-top:1rem;border-top:1px solid #e5e7eb}.not-note a{color:#dc2626;font-weight:600;text-decoration:none}.legal-page{padding-top:0;background:#f8f9fa;min-height:100vh}.legal-header{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:4rem 0 3rem;text-align:center;position:relative}.legal-back{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.35rem;color:#ffffffb3;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.legal-back:hover{color:#fff}.legal-header-icon{width:64px;height:64px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#fff}.legal-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.legal-header p{font-size:.85rem;color:#fff9}.legal-content{max-width:800px;margin:0 auto;padding:3rem 0}.legal-content section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 10px #0000000f}.legal-content h2{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.legal-content h3{font-size:1rem;font-weight:600;color:#374151;margin:1.25rem 0 .5rem}.legal-content p{font-size:.9rem;color:#4b5563;line-height:1.7;margin-bottom:.75rem}.legal-content ul,.legal-content ol{margin:.75rem 0;padding-left:1.5rem}.legal-content li{font-size:.9rem;color:#4b5563;line-height:1.7;margin-bottom:.4rem}.legal-content li ul{margin-top:.35rem}.legal-content strong{color:#1a1a1a}@media(max-width:768px){.legal-header{padding:3rem 0 2rem}.legal-header h1{font-size:1.5rem}.legal-content{padding:1.5rem 0}.legal-content section{padding:1.5rem;border-radius:.75rem}.legal-back{font-size:.8rem}}.cta-banner{background:linear-gradient(135deg,#dc2626,#b91c1c);padding:3rem 1.5rem;text-align:center;color:#fff}.cta-banner h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.cta-banner p{font-size:1rem;opacity:.9;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-banner-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:#fff;color:#dc2626;font-weight:700;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.cta-banner-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media(max-width:768px){.cta-banner{padding:2rem 1rem}.cta-banner h3{font-size:1.25rem}}
