@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap);:root{--primary-color:#DC143C;--secondary-color:#FFD700;--accent-color:#B8860B;--text-dark:#2C3E50;--text-light:#6C757D;--bg-light:#F8F9FA;--bg-white:#FFFFFF;--border-color:#E9ECEF;--success-color:#28A745;--warning-color:#FFC107;--danger-color:#DC3545;--info-color:#17A2B8;--shadow:0 2px 10px rgba(0,0,0,0.1);--shadow-hover:0 4px 20px rgba(0,0,0,0.15);--border-radius:8px;--transition:all 0.3s ease;--white:#ffffff;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--font-primary:'Poppins', sans-serif;--font-secondary:'Inter', sans-serif;--section-padding:80px 0;--container-padding:15px;--shadow-sm:0 2px 4px rgba(0,0,0,0.1);--shadow-md:0 5px 15px rgba(0,0,0,0.1);--shadow-lg:0 10px 30px rgba(0,0,0,0.15);--border-radius-sm:5px;--border-radius-md:10px;--border-radius-lg:15px;--border-radius-xl:20px;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:600;line-height:1.3;margin-bottom:1rem;color:var(--text-dark)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.1rem}p{margin-bottom:1rem;color:var(--text-light)}a{color:var(--text-dark);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-color);text-decoration:none}.section-padding{padding:60px 0}.section-padding-sm{padding:40px 0}.header{background:linear-gradient(135deg,var(--text-dark) 0%,#1a202c 100%);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.navbar{padding:.75rem 0}.navbar-brand{font-family:'Poppins',sans-serif;font-weight:700;font-size:1rem;color:white!important;display:flex;align-items:center;gap:5px}.navbar-brand img{height:40px;margin-right:10px}.navbar-nav .nav-link{color:rgb(255 255 255 / .9)!important;font-weight:500;padding:.5rem 1rem!important;border-radius:var(--border-radius);transition:var(--transition);margin:0 2px}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{background-color:rgb(255 255 255 / .1);color:white!important}.navbar-toggler{border:none;padding:.25rem .5rem}.navbar-toggler:focus{box-shadow:none}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;padding:80px 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/kyrgyzstan-mountains.jpg) center/cover;opacity:.1;z-index:1}.hero .container-fluid{position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.hero p{font-size:1.25rem;margin-bottom:2rem;color:rgb(255 255 255 / .9)}.card-header .btn{font-weight:500;padding:12px 30px;border-radius:var(--border-radius);border:none;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.btn-primary{background:var(--secondary-color);color:#000;box-shadow:var(--shadow)}.btn-primary:hover{background:var(--accent-color);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:var(--secondary-color);color:var(--text-dark);box-shadow:var(--shadow)}.btn-secondary:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-outline-primary{border:2px solid var(--primary-color);color:var(--primary-color);background:#fff0}.btn-outline-primary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-lg{padding:15px 40px;font-size:1rem}.card{border:none;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:var(--transition);overflow:hidden;background:var(--bg-white)}.card-header{background:linear-gradient(135deg,var(--text-dark) 0%,#1a202c 100%);color:#fff;border:none;padding:1rem;font-weight:600}.card-header h2,.card-header h3,.card-header h4,.card-header h5,.card-header h6{color:#fff;margin-bottom:0}.card-body{padding:2rem}.card-title{color:var(--text-dark);font-weight:600;margin-bottom:1rem}.card-text{color:var(--text-light);line-height:1.6}.feature-card{text-align:center;padding:2rem;height:100%}.feature-card .fa{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem}.feature-card h4{color:var(--text-dark);margin-bottom:1rem}.stats-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;padding:60px 0}.stat-item{text-align:center;padding:1rem}.stat-number{font-size:3rem;font-weight:700;display:block;color:var(--secondary-color)}.stat-label{font-size:1.1rem;color:rgb(255 255 255 / .9);margin-top:.5rem}.process-steps{padding:60px 0;background:var(--bg-white)}.step-item{text-align:center;padding:2rem 1rem;position:relative}.step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-item::after{content:'';position:absolute;top:30px;right:-50%;width:100%;height:2px;background:var(--border-color);z-index:-1}.step-item:last-child::after{display:none}.faq-item{margin-bottom:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden}.faq-question{background:var(--bg-light);padding:1.5rem;cursor:pointer;transition:var(--transition);border:none;width:100%;text-align:left;font-weight:600;color:var(--text-dark)}.faq-question:hover{background:var(--primary-color);color:#fff}.faq-answer{padding:1.5rem;background:#fff;display:none;border-top:1px solid var(--border-color)}.faq-answer.active{display:block}.table{background:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow)}.table thead th{background:var(--primary-color);color:#fff;border:none;font-weight:600;padding:1rem}.table tbody td{padding:1rem;border-color:var(--border-color);vertical-align:middle}.table tbody tr:hover{background:var(--bg-light)}.form-control{border:2px solid var(--border-color);border-radius:var(--border-radius);padding:12px 15px;transition:var(--transition);font-size:1rem}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgb(220 20 60 / .25)}.form-label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.alert{border:none;border-radius:var(--border-radius);padding:1rem 1.5rem;margin-bottom:1.5rem}.alert-success{background:rgb(40 167 69 / .1);color:var(--success-color);border-left:4px solid var(--success-color)}.alert-warning{background:rgb(255 193 7 / .1);color:var(--warning-color);border-left:4px solid var(--warning-color)}.alert-danger{background:rgb(220 53 69 / .1);color:var(--danger-color);border-left:4px solid var(--danger-color)}.alert-info{background:rgb(23 162 184 / .1);color:var(--info-color);border-left:4px solid var(--info-color)}.footer{background:var(--text-dark);color:rgb(255 255 255 / .8);padding:60px 0 20px}.footer h5{color:#fff;margin-bottom:1.5rem;font-weight:600}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:.5rem}.footer ul li a{color:rgb(255 255 255 / .7)}.footer ul li a:hover{color:var(--secondary-color)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding-top:20px;margin-top:40px;text-align:center;color:rgb(255 255 255 / .6)}.breadcrumb{background:var(--bg-light);padding:1rem 0;margin:0;border-radius:0}.breadcrumb-item a{color:var(--primary-color)}.breadcrumb-item.active{color:var(--text-light)}.page-header{background:#c2c9cc;color:#fff;padding:40px 0;margin-bottom:40px}.page-header h1{margin-bottom:.5rem}.page-header p{color:var(--text-dark);margin-bottom:0;font-size:1.1rem}.content-section{padding:20px;background:#fff;margin-bottom:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow)}.content-section h2{color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color)}.content-section h3{color:var(--text-dark);margin-top:2rem;margin-bottom:1rem}.img-responsive{max-width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow)}.chart-container{text-align:center;margin:2rem 0}.chart-container img{max-width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow)}.text-primary{color:var(--primary-color)!important}.text-secondary{color:var(--secondary-color)!important}.bg-primary{background-color:var(--primary-color)!important}.bg-secondary{background-color:var(--secondary-color)!important}.bg-light-custom{background-color:var(--bg-light)!important}.border-primary{border-color:var(--primary-color)!important}.border-secondary{border-color:var(--secondary-color)!important}.shadow-custom{box-shadow:var(--shadow)}.shadow-hover-custom{box-shadow:var(--shadow-hover)}.rounded-custom{border-radius:var(--border-radius)}.spinner{border:4px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:768px){.section-padding{padding:40px 0}.section-padding-sm{padding:30px 0}.hero{padding:60px 0}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.card-body{padding:1.5rem}.feature-card{padding:1.5rem;margin-bottom:2rem}.stat-number{font-size:2.5rem}.step-item{padding:1.5rem .5rem}.step-item::after{display:none}.btn{padding:10px 20px;font-size:.9rem}.btn-lg{padding:12px 30px;font-size:1rem}.navbar-nav{margin-top:1rem}.navbar-nav .nav-link{padding:.75rem 1rem!important;margin:2px 0}.page-header{padding:30px 0;margin-bottom:30px}.content-section{padding:30px 15px;margin-bottom:1.5rem}.footer{padding:40px 0 20px}}@media (max-width:576px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.btn{padding:8px 16px;font-size:.85rem}.btn-lg{padding:10px 25px;font-size:.9rem}.card-body{padding:1rem}.feature-card{padding:1rem}.content-section{padding:20px 10px}.stat-number{font-size:2rem}.step-number{width:50px;height:50px;font-size:1.25rem}}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.5;background:linear-gradient(135deg,#fafafa 0%,#f0f2f5 100%);margin:0;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#b91c3c 50%,var(--accent-color) 100%);position:relative;padding:2.5rem 0;overflow:hidden;border-radius:0 0 2rem 2rem;margin-bottom:1rem}.hero-section::before{content:'';position:absolute;top:0;right:-5%;width:40%;height:120%;background:linear-gradient(45deg,rgb(255 215 0 / .15) 0%,transparent 70%);transform:skewX(-12deg);z-index:1}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--secondary-color) 0%,transparent 50%,var(--secondary-color) 100%)}.min-vh-75{min-height:65vh}.hero-content{position:relative;z-index:2;padding:1rem 0}.hero-title{font-size:clamp(1.8rem, 4vw, 2.8rem);font-weight:800;line-height:1.1;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgb(0 0 0 / .1)}.hero-title .text-primary{color:var(--secondary-color)!important;display:inline-block;position:relative}.hero-title .text-primary::after{content:'';position:absolute;bottom:-3px;left:0;right:0;height:3px;background:var(--secondary-color);border-radius:2px;animation:shimmer 2s infinite}@keyframes shimmer{0%,100%{opacity:1}50%{opacity:.7}}.hero-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;margin:1rem 0}.highlight-item{background:rgb(255 255 255 / .95);padding:.5rem .75rem;border-radius:20px 5px 20px 5px;box-shadow:0 2px 8px rgb(0 0 0 / .1);font-size:.8rem;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:.4rem;transition:all 0.3s ease;border-left:3px solid var(--secondary-color);backdrop-filter:blur(5px)}.highlight-item:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.hero-description{font-size:.95rem;color:rgb(255 255 255 / .95);margin:1rem 0;line-height:1.5}.hero-cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.cta-primary,.cta-secondary{padding:.75rem 1.5rem;border-radius:20px 5px 20px 5px;font-weight:600;font-size:.9rem;text-transform:none;letter-spacing:.025em;transition:all 0.3s ease;position:relative;overflow:hidden}.cta-primary{background:var(--secondary-color);color:var(--text-dark);border:none;box-shadow:0 3px 12px rgb(255 215 0 / .3)}.cta-primary:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgb(255 215 0 / .4)}.cta-secondary{background:#fff0;color:#fff;border:2px solid rgb(255 255 255 / .8)}.cta-secondary:hover{background:#fff;color:var(--primary-color);border-color:#fff;transform:translateY(-2px)}.trust-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-top:1rem}.trust-item{display:flex;align-items:center;gap:.4rem;color:rgb(255 255 255 / .9);font-size:.8rem}.hero-visual{position:relative;text-align:center}.hero-image{width:100%;max-width:450px;height:auto;border-radius:15px 5px 15px 5px;box-shadow:0 8px 32px rgb(0 0 0 / .2);transform:perspective(800px) rotateY(-3deg) rotateX(1deg);transition:all 0.3s ease}.hero-image:hover{transform:perspective(800px) rotateY(-1deg) rotateX(0deg) scale(1.02)}.hero-overlay-stats{position:absolute;bottom:.75rem;right:.75rem;background:rgb(220 20 60 / .95);backdrop-filter:blur(10px);color:#fff;padding:.75rem;border-radius:15px 5px 15px 5px;font-size:.85rem;font-weight:600;box-shadow:0 4px 16px rgb(0 0 0 / .2)}.process-section{padding:2rem 0;background:#fff;position:relative;margin:1rem 0;border-radius:1.5rem;box-shadow:0 4px 20px rgb(0 0 0 / .05)}.section-title{font-size:clamp(1.5rem, 3vw, 2rem);font-weight:700;margin-bottom:.5rem;color:var(--text-dark);position:relative;padding-left:3rem}.section-title i{color:var(--primary-color);margin-right:.5rem}.section-subtitle{font-size:.9rem;color:var(--text-light);margin-bottom:2rem;padding-left:3rem}.process-card{background:#fff;padding:1.25rem;border-radius:15px 5px 15px 5px;box-shadow:0 3px 12px rgb(0 0 0 / .06);height:100%;position:relative;transition:all 0.3s ease;border-left:4px solid #fff0;margin-bottom:1rem}.process-number{position:absolute;top:-8px;left:1rem;width:2rem;height:2rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px rgb(220 20 60 / .3)}.process-icon{font-size:1.8rem;color:var(--primary-color);margin:.75rem 0 1rem 0}.process-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.process-card p{color:var(--text-light);margin-bottom:.75rem;font-size:.9rem;line-height:1.4}.process-details{list-style:none;padding:0;margin:.75rem 0 0 0}.process-details li{padding:.2rem 0;color:var(--text-light);font-size:.85rem;position:relative;padding-left:.75rem}.process-details li::before{content:'→';position:absolute;left:0;color:var(--secondary-color);font-weight:600}.stats-dashboard{background:linear-gradient(135deg,var(--text-dark) 0%,#1a202c 100%);padding:2rem 0;position:relative;margin:1rem 0;border-radius:1.5rem}.stats-dashboard .section-title,.stats-dashboard .section-subtitle{color:#fff;padding-left:0;text-align:center}.stat-card{background:rgb(255 255 255 / .08);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1);padding:1.25rem;border-radius:15px 5px 15px 5px;text-align:center;height:100%;transition:all 0.3s ease;position:relative;overflow:hidden;margin-bottom:1rem}.stat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--secondary-color) 0%,var(--primary-color) 100%)}.stat-card:hover{background:rgb(255 255 255 / .12);transform:translateY(-3px)}.stat-icon{font-size:2rem;margin-bottom:.75rem}.stat-content h3{font-size:1.8rem;font-weight:700;color:var(--secondary-color);margin-bottom:.25rem}.stat-label{font-size:.9rem;font-weight:500;margin-bottom:.5rem}.stat-growth{color:var(--success-color);font-size:.75rem;background:rgb(40 167 69 / .1);padding:.2rem .5rem;border-radius:10px;display:inline-block}.visa-types-section{padding:2rem 0;background:var(--bg-light);border-radius:1.5rem;margin:1rem 0}.visa-type-card{background:#fff;border-radius:15px 5px 15px 5px;padding:1.25rem;box-shadow:0 3px 12px rgb(0 0 0 / .06);height:100%;position:relative;transition:all 0.3s ease;border-left:4px solid var(--border-color);margin-bottom:1rem}.visa-type-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .1)}.visa-type-card.popular{border-left-color:var(--primary-color);background:linear-gradient(135deg,#fff 0%,#fafafa 100%)}.visa-badge{position:absolute;top:-6px;right:.75rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;padding:.2rem .6rem;border-radius:15px 5px 15px 5px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.visa-header h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-dark)}.visa-duration{background:var(--bg-light);color:var(--text-light);padding:.4rem .8rem;border-radius:15px 5px 15px 5px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:.75rem}.visa-features ul{list-style:none;padding:0;margin:.75rem 0}.visa-features li{padding:.4rem 0;color:var(--text-light);font-size:.85rem;position:relative;padding-left:1rem;border-bottom:1px solid var(--border-color)}.visa-features li:last-child{border-bottom:none}.visa-features li::before{content:'✓';position:absolute;left:0;color:var(--success-color);font-weight:600}.visa-processing{background:rgb(40 167 69 / .1);color:var(--success-color);padding:.5rem;border-radius:8px;text-align:center;font-weight:600;font-size:.8rem;margin:.75rem 0}.processing-time{background:rgb(40 167 69 / .1);color:var(--success-color);padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600;display:inline-block}.why-choose-section{padding:2rem 0;background:#fff;position:relative;margin:1rem 0;border-radius:1.5rem;box-shadow:0 4px 20px rgb(0 0 0 / .05)}.why-choose-section::before{content:'';position:absolute;top:1rem;right:1.5rem;bottom:1rem;width:4px;background:linear-gradient(180deg,var(--secondary-color) 0%,var(--primary-color) 100%);border-radius:2px}.feature-item{background:var(--bg-light);padding:1rem;border-radius:15px 5px 15px 5px;margin-bottom:.75rem;transition:all 0.3s ease;border-left:4px solid var(--border-color);display:flex;align-items:flex-start;gap:.75rem}.feature-item:hover{background:#fff;box-shadow:0 3px 12px rgb(0 0 0 / .06);border-left-color:var(--primary-color);transform:translateX(3px)}.feature-icon{font-size:1.8rem;color:var(--primary-color);flex-shrink:0;margin-top:.2rem}.feature-content h5{font-size:1rem;font-weight:600;margin-bottom:.4rem;color:var(--text-dark)}.feature-content p{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.4}.reviews-section{padding:2rem 0;background:var(--bg-light);border-radius:1.5rem;margin:1rem 0}.rating-summary{text-align:center;margin-bottom:1.5rem}.stars{font-size:1.3rem;color:var(--secondary-color);margin-bottom:.4rem}.rating-text{color:var(--text-light);font-size:.9rem}.review-card{background:#fff;padding:1.25rem;border-radius:15px 5px 15px 5px;box-shadow:0 3px 12px rgb(0 0 0 / .06);height:100%;position:relative;transition:all 0.3s ease;margin-bottom:1rem}.review-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .1)}.review-card::before{content:'"';position:absolute;top:-8px;left:.75rem;font-size:2.5rem;color:var(--primary-color);font-weight:700;line-height:1}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-top:.5rem}.review-text{color:var(--text-light);font-style:italic;line-height:1.5;margin:.75rem 0;font-size:.9rem}.review-date{color:var(--text-light);font-size:.8rem}.quick-links-section{padding:2rem 0;background:#fff;border-radius:1.5rem;margin:1rem 0;box-shadow:0 4px 20px rgb(0 0 0 / .05)}.quick-link-card{background:var(--bg-light);padding:1.25rem;border-radius:15px 5px 15px 5px;text-align:center;height:100%;transition:all 0.3s ease;position:relative;overflow:hidden;margin-bottom:1rem}.quick-link-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%)}.quick-link-card:hover{background:#fff;transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .1)}.link-icon{font-size:2rem;margin-bottom:.75rem}.quick-link-card h5{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.quick-link-card p{color:var(--text-light);font-size:.85rem;line-height:1.4;margin-bottom:.75rem}.final-cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);padding:2rem 0;position:relative;overflow:hidden;border-radius:1.5rem;margin:1rem 0}.final-cta-section::before{content:'';position:absolute;top:0;right:-5%;width:30%;height:100%;background:linear-gradient(-45deg,rgb(255 215 0 / .1) 0%,transparent 50%);transform:skewX(-15deg)}.cta-title{font-size:clamp(1.3rem, 3vw, 1.8rem);font-weight:700;color:#fff;margin-bottom:.5rem}.cta-description{color:rgb(255 255 255 / .95);font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.cta-features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.cta-feature{color:rgb(255 255 255 / .9);font-size:.8rem;display:flex;align-items:center;gap:.4rem}.cta-final-button{background:#fff;color:var(--primary-color);padding:.875rem 1.75rem;border-radius:15px 5px 15px 5px;font-weight:600;font-size:.9rem;border:none;transition:all 0.3s ease;display:inline-flex;flex-direction:column;align-items:center;gap:.2rem}.cta-final-button:hover{background:var(--secondary-color);color:var(--text-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .15)}.cta-guarantee{color:rgb(255 255 255 / .8);font-size:.8rem;margin-top:.75rem}.btn{font-weight:500;padding:.6rem 1.2rem;border-radius:15px 5px 15px 5px;border:none;transition:all 0.3s ease;text-transform:none;letter-spacing:.025em;font-size:.85rem}.btn-block{width:100%;display:block}.btn-sm{padding:.4rem .8rem;font-size:.8rem}.btn-lg{padding:.75rem 1.5rem;font-size:.9rem}@media (max-width:768px){.hero-section{padding:2rem 0;border-radius:0 0 1.5rem 1.5rem}.hero-highlights{grid-template-columns:1fr;gap:.4rem}.hero-cta-buttons{flex-direction:column;gap:.6rem}.cta-primary,.cta-secondary{width:100%;text-align:center;justify-content:center}.trust-indicators{grid-template-columns:1fr;gap:.4rem}.section-title,.section-subtitle{padding-left:2.5rem}.process-section::before,.why-choose-section::before{left:1rem;width:3px}.feature-item{flex-direction:column;text-align:center;gap:.5rem}.feature-icon{margin-top:0}.cta-features{flex-direction:column;gap:.5rem}.cta-final-button{width:100%;padding:.75rem 1.25rem}.hero-image{transform:none;margin-bottom:1rem}.hero-overlay-stats{position:static;display:inline-block;margin-top:1rem}}@media (max-width:576px){.process-section,.stats-dashboard,.visa-types-section,.why-choose-section,.reviews-section,.quick-links-section,.final-cta-section{margin:.75rem 0;padding:1.5rem 0}.section-title{font-size:1.3rem;padding-left:2rem}.section-subtitle{padding-left:2rem;font-size:.85rem}.process-section::before,.why-choose-section::before{left:.75rem;width:2px}.process-number{width:1.5rem;height:1.5rem;font-size:.8rem;top:-6px;left:.75rem}.stat-content h3{font-size:1.5rem}.hero-title{font-size:1.5rem}.cta-title{font-size:1.1rem}}@media (max-width:320px){.highlight-item,.process-card,.stat-card,.visa-type-card,.feature-item,.review-card,.quick-link-card{padding:.75rem;font-size:.8rem}.section-title{font-size:1.1rem;padding-left:1.5rem}.section-subtitle{padding-left:1.5rem;font-size:.8rem}}.footer{background:linear-gradient(135deg,var(--text-dark) 0%,#1a202c 100%);color:rgb(255 255 255 / .85);padding:2rem 0 1rem 0;margin-top:2rem;position:relative;overflow:hidden}.footer h5{color:#fff;margin-bottom:1rem;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem;position:relative}.footer h5 i{color:var(--secondary-color);font-size:.9rem}.footer h6{color:var(--secondary-color);margin-bottom:.75rem;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.4rem;margin-top:1.5rem}.footer h6 i{color:var(--secondary-color);font-size:.8rem}.footer p{color:rgb(255 255 255 / .7);font-size:.85rem;line-height:1.5;margin-bottom:1rem}.footer ul{list-style:none;padding:0;margin:0;text-align:left}.footer ul li{margin-bottom:.4rem;position:relative;padding-left:0}.footer ul li a{color:rgb(255 255 255 / .7);text-decoration:none;font-size:.85rem;padding:.2rem 0;border-radius:4px;position:relative}.footer ul li a:hover{color:var(--secondary-color);background:rgb(255 215 0 / .1);}.footer ul li a:hover::before{opacity:1}.social-links{display:flex;gap:.75rem;margin-top:1rem}.social-links span{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:rgb(255 255 255 / .1);color:rgb(255 255 255 / .7);border-radius:50%;font-size:.9rem;transition:all 0.3s ease;text-decoration:none}.social-links span:hover{background:var(--secondary-color);color:var(--text-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgb(255 215 0 / .3)}.footer ul li i{color:var(--secondary-color);font-size:.8rem;width:1rem;text-align:center;margin-right:.5rem}.footer .row ul.small{display:grid;grid-template-columns:1fr;gap:.3rem}.footer .row ul.small li{font-size:.8rem;color:rgb(255 255 255 / .6);padding:.2rem 0;border-bottom:1px solid rgb(255 255 255 / .1)}.footer .row ul.small li:last-child{border-bottom:none}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding-top:1rem;margin-top:1.5rem;text-align:center}.footer-bottom p{color:rgb(255 255 255 / .6);margin:0;font-size:.8rem}.footer-bottom a{color:rgb(255 255 255 / .6);text-decoration:none;font-size:.8rem;transition:all 0.3s ease;padding:.2rem .5rem;border-radius:4px}.footer-bottom a:hover{color:var(--secondary-color);background:rgb(255 215 0 / .1)}#backToTop{position:fixed;bottom:1.5rem;left:1.5rem;z-index:1000;border-radius:50%;width:3rem;height:3rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);border:none;color:#fff;font-size:.9rem;box-shadow:0 4px 16px rgb(220 20 60 / .3);transition:all 0.3s ease;display:none}#backToTop:hover{background:linear-gradient(135deg,var(--accent-color) 0%,var(--primary-color) 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgb(220 20 60 / .4)}@media (max-width:992px){.footer{padding:1.5rem 0 1rem 0}.footer .row ul.small{grid-template-columns:repeat(2,1fr);gap:.2rem}}@media (max-width:768px){.footer{padding:1.25rem 0 .75rem 0;text-align:center}.footer h5{font-size:.9rem;margin-bottom:.6rem}.footer h6{font-size:.85rem;margin-bottom:.5rem;margin-top:1rem}.footer p{font-size:.8rem;margin-bottom:.75rem}.footer ul li a{font-size:.8rem;justify-content:center}.footer .col-md-6{margin-bottom:1rem}.social-links{justify-content:center;margin-top:.75rem;gap:.5rem}.social-links a{width:1.75rem;height:1.75rem;font-size:.8rem}.footer .row ul.small{grid-template-columns:1fr;gap:.15rem}.footer .row ul.small li{font-size:.75rem;border-bottom:none;padding:.15rem 0}.footer-bottom{padding-top:.75rem;margin-top:1rem}.footer-bottom .row{text-align:center}.footer-bottom .text-md-end{text-align:center!important;margin-top:.5rem}.footer-bottom a{font-size:.75rem;margin:0 .25rem;display:inline-block;margin-bottom:.25rem}#backToTop{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem;font-size:.8rem}}@media (max-width:576px){.footer{padding:1rem 0 .5rem 0}.footer h5{font-size:.85rem;margin-bottom:.5rem}.footer h6{font-size:.8rem;margin-bottom:.4rem;margin-top:.75rem}.footer p{font-size:.75rem;margin-bottom:.6rem}.footer ul li a{font-size:.75rem;padding:.15rem 0}.footer .mb-4{margin-bottom:1rem!important}.social-links{gap:.4rem;margin-top:.5rem}.social-links a{width:1.5rem;height:1.5rem;font-size:.7rem}.footer .row ul.small li{font-size:.7rem;padding:.1rem 0}.footer-bottom{padding-top:.5rem;margin-top:.75rem}.footer-bottom p{font-size:.7rem}.footer-bottom a{font-size:.7rem;padding:.15rem .3rem}#backToTop{bottom:.75rem;right:.75rem;width:2.25rem;height:2.25rem;font-size:.75rem}}@media (max-width:320px){.footer{padding:.75rem 0 .4rem 0}.footer h5,.footer h6{font-size:.8rem}.footer p,.footer ul li a{font-size:.7rem}.footer .mb-4{margin-bottom:0.75rem!important}.social-links a{width:1.25rem;height:1.25rem;font-size:.65rem}.footer-bottom p,.footer-bottom a{font-size:.65rem}#backToTop{width:2rem;height:2rem;font-size:.7rem}}@media print{.header,.footer,.btn,.navbar,#backToTop{display:none!important}body{background:white!important;color:black!important}.card{box-shadow:none!important;border:1px solid #ccc!important}}