@charset "UTF-8";:root{--primary-blue: #0047AB;--secondary-blue: #1E90FF;--light-blue: #E6F2FF;--accent-yellow: #FFD700;--dark-blue: #003380}.landing-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}.landing-page .container{max-width:1200px}.navbar{animation:fadeInRight 1s ease .6s both;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0;transition:all .3s ease}.navbar-brand{max-height:60px}.navbar-brand img{height:50px}.navbar-toggler{border:none;padding:.5rem}.navbar-toggler:focus{box-shadow:none;outline: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(0, 71, 171, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}@media (max-width: 991.98px){.navbar-collapse{margin-top:1rem;padding:1rem 0}}.nav-item{margin:0 .25rem}@media (max-width: 991.98px){.nav-item{margin:.5rem 0}}.nav-link{color:var(--dark-blue)!important;font-weight:500;font-size:1rem;padding:.5rem 1rem!important;position:relative;transition:all .3s ease}.nav-link:hover{color:var(--accent-yellow)!important}.nav-link.active{color:var(--primary-blue)!important;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:30px;height:3px;background-color:var(--accent-yellow);border-radius:2px}@media (max-width: 991.98px){.nav-link.active:after{display:none}}@media (max-width: 991.98px){.nav-link{padding:.75rem 1rem!important;border-radius:8px}.nav-link:hover,.nav-link.active{background-color:var(--light-blue)}}.navbar.sticky-top.scrolled{box-shadow:0 4px 20px #00000026;padding:.5rem 0}.navbar.sticky-top.scrolled .navbar-brand{font-size:1.3rem}.navbar-collapse.show,.navbar-collapse.collapsing{animation:slideDown .3s ease}.hero-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);padding:80px 0;color:#fff;position:relative;overflow:hidden}@media (max-width: 991.98px){.hero-section{padding:60px 0}}@media (max-width: 767.98px){.hero-section{padding:40px 0}}.hero-section .hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2;animation:fadeInUp .8s ease}@media (max-width: 991.98px){.hero-section .hero-title{font-size:2.5rem}}@media (max-width: 767.98px){.hero-section .hero-title{font-size:2rem}}.hero-section .hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-yellow);font-weight:600;animation:fadeInUp .8s ease .2s both}@media (max-width: 991.98px){.hero-section .hero-subtitle{font-size:1.3rem}}@media (max-width: 767.98px){.hero-section .hero-subtitle{font-size:1.1rem}}.hero-section .lead{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;animation:fadeInUp .8s ease .4s both}@media (max-width: 767.98px){.hero-section .lead{font-size:1rem}}.hero-section img{animation:fadeInRight 1s ease .6s both}@media (max-width: 991.98px){.hero-section img{display:none}}.hero-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff0d;border-radius:50%;z-index:0}.hero-section:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff08;border-radius:50%;z-index:0}.hero-section .container{position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.simulation-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0000001a;position:relative;z-index:10;transition:all .3s ease}@media (max-width: 767.98px){.simulation-card{padding:1.5rem;margin-top:-30px}}.simulation-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-5px)}.simulation-card h3{font-weight:700;position:relative;padding-bottom:1rem}.simulation-card h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--accent-yellow);border-radius:2px}.result-box{background-color:var(--light-blue);border-radius:10px;padding:1.5rem;margin-top:1.5rem;border:2px solid var(--secondary-blue);animation:slideDown .5s ease}.result-box h5{color:var(--primary-blue);font-weight:700;margin-bottom:1rem}.result-box .result-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(0,71,171,.1);transition:all .3s ease}.result-box .result-item:hover{background-color:#0047ab08;padding-left:.5rem;padding-right:.5rem;border-radius:5px}.result-box .result-item:last-child{border-bottom:none;font-weight:700;font-size:1.2rem;color:var(--primary-blue);margin-top:.5rem;padding-top:1rem;border-top:2px solid var(--accent-yellow)}@media (max-width: 767.98px){.result-box .result-item:last-child{font-size:1rem}}.result-box .result-item span:first-child{color:var(--dark-blue);font-weight:500}.result-box .result-item span:last-child{color:var(--primary-blue);font-weight:600}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-section{padding:110px 0;min-height:70vh;display:flex;align-items:center}@media (max-width: 767.98px){.error-section{padding:60px 0}}.error-illustration .error-svg{width:100%;max-width:500px;height:auto;margin:0 auto;display:block}@media (max-width: 767.98px){.error-illustration .error-svg{max-width:350px}}.error-illustration .error-svg .error-number{font-size:120px;font-weight:700;fill:var(--primary-blue);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media (max-width: 767.98px){.error-illustration .error-svg .error-number{font-size:80px}}.error-title{font-size:2.5rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.error-title{font-size:2rem}}.error-message{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}@media (max-width: 767.98px){.error-message{font-size:1rem}}.error-search{max-width:500px;margin:0 auto}.error-search .search-form-inline .input-group{box-shadow:0 4px 15px #0000001a;border-radius:50px;overflow:hidden}.error-search .search-form-inline .input-group .form-control{border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:50px 0 0 50px}.error-search .search-form-inline .input-group .form-control:focus{box-shadow:none;border-color:transparent}.error-search .search-form-inline .input-group .btn{border:none;padding:.75rem 1.5rem;border-radius:0 50px 50px 0;display:flex;align-items:center;justify-content:center}.error-search .search-form-inline .input-group .btn svg{width:18px;height:18px}.error-links{margin-top:2rem;padding-bottom:4rem}.error-links .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;padding:.75rem 2rem;font-weight:600;transition:all .3s ease}@media (max-width: 767.98px){.error-links .btn{width:100%;margin-bottom:.5rem}}.error-links .btn svg{vertical-align:middle}.error-links .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0047ab4d}.error-links .btn.btn-outline-primary:hover{background-color:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #0047ab33}.error-help p{font-size:1.1rem;color:var(--dark-blue);font-weight:600}.error-help .help-card{display:block;padding:2rem 1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:15px;text-decoration:none;transition:all .3s ease;height:100%}@media (max-width: 767.98px){.error-help .help-card{padding:1.5rem 1rem}}.error-help .help-card svg{color:var(--primary-blue);margin-bottom:1rem;transition:all .3s ease}.error-help .help-card h6{color:var(--dark-blue);font-weight:700;margin-bottom:.5rem;font-size:1.1rem}.error-help .help-card p{color:#666;font-size:.9rem;margin-bottom:0;font-weight:400}.error-help .help-card:hover{border-color:var(--primary-blue);box-shadow:0 10px 30px #0047ab26;transform:translateY(-5px)}.error-help .help-card:hover svg{color:var(--accent-yellow);transform:scale(1.1)}.error-help .help-card:hover h6{color:var(--primary-blue)}.faq-section{background-color:var(--light-blue);padding:80px 0}@media (max-width: 767.98px){.faq-section{padding:60px 0}}.accordion-item{border:none;margin-bottom:1rem;border-radius:10px!important;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.accordion-item:hover{box-shadow:0 5px 20px #0000001a}.accordion-item:last-child{margin-bottom:0}.accordion-button{background-color:#fff;color:var(--dark-blue);font-weight:600;font-size:1.05rem;padding:1.25rem 1.5rem;border:none;transition:all .3s ease;position:relative}@media (max-width: 767.98px){.accordion-button{font-size:1rem;padding:1rem 1.25rem}}.accordion-button:not(.collapsed){background-color:var(--primary-blue);color:#fff;box-shadow:0 4px 15px #0047ab4d}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-button:focus{box-shadow:none;border:none}.accordion-button:after{transition:transform .3s ease}.accordion-button:not(.collapsed):after{transform:rotate(-180deg)}.accordion-body{padding:1.5rem;background-color:#fff;color:#666;line-height:1.7;font-size:1rem}@media (max-width: 767.98px){.accordion-body{padding:1rem 1.25rem;font-size:.95rem}}.accordion-collapse{transition:all .3s ease}.testimonial-section{padding:80px 0;background-color:#fff;overflow:hidden}@media (max-width: 767.98px){.testimonial-section{padding:60px 0}}.testimonial-carousel-wrapper{position:relative;padding:20px 0}@media (max-width: 767.98px){.testimonial-carousel-wrapper{padding:10px 0}}.testimonialSwiper{width:100%;padding:20px 0}.testimonialSwiper .swiper-wrapper{padding-top:20px;padding-bottom:20px}.testimonialSwiper .swiper-slide{height:auto;display:flex}.testimonial-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #0000001a;height:100%;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid transparent;display:flex;flex-direction:column}@media (max-width: 767.98px){.testimonial-card{padding:1.5rem}}.testimonial-card:before{content:'"';position:absolute;top:-10px;right:20px;font-size:8rem;color:var(--light-blue);font-family:Georgia,serif;line-height:1;z-index:0;opacity:.5;transition:all .3s ease}@media (max-width: 767.98px){.testimonial-card:before{font-size:6rem;right:10px}}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026;border-color:var(--accent-yellow)}.testimonial-card:hover:before{color:var(--accent-yellow);opacity:.3}.testimonial-card>*{position:relative;z-index:1}.testimonial-card .testimonial-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid var(--accent-yellow);box-shadow:0 4px 10px #0000001a;transition:all .3s ease;flex-shrink:0}@media (max-width: 767.98px){.testimonial-card .testimonial-photo{width:60px;height:60px;border-width:3px}}.testimonial-card:hover .testimonial-photo{transform:scale(1.1);border-color:var(--primary-blue)}.testimonial-card h5{color:var(--dark-blue);font-weight:700;font-size:1.1rem;margin-bottom:.25rem;line-height:1.3}@media (max-width: 767.98px){.testimonial-card h5{font-size:1rem}}.testimonial-card small{display:block;color:#999;font-size:.875rem}.testimonial-card small.text-muted{line-height:1.4}.testimonial-card .star-rating{color:var(--accent-yellow);font-size:1rem;letter-spacing:2px;margin-top:.25rem}@media (max-width: 767.98px){.testimonial-card .star-rating{font-size:.9rem;letter-spacing:1px}}.testimonial-card p{color:#666;line-height:1.7;font-size:.95rem;font-style:italic;margin-top:auto;padding-top:1rem}@media (max-width: 767.98px){.testimonial-card p{font-size:.9rem;line-height:1.6}}.application-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);padding:80px 0;color:#fff;position:relative;overflow:hidden}@media (max-width: 767.98px){.application-section{padding:60px 0}}.application-section:before{content:"";position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:#ffffff08;border-radius:50%}.application-section:after{content:"";position:absolute;bottom:-40%;right:-15%;width:700px;height:700px;background:#ffffff05;border-radius:50%}.application-section .container{position:relative;z-index:1}.application-section .section-title.text-white,.application-section .section-subtitle.text-white{text-shadow:0 2px 10px rgba(0,0,0,.2)}.application-form{background:#fff;border-radius:15px;padding:2.5rem;color:var(--dark-blue);box-shadow:0 20px 60px #0000004d;transition:all .3s ease}@media (max-width: 767.98px){.application-form{padding:1.5rem}}.application-form:hover{box-shadow:0 25px 70px #0006;transform:translateY(-5px)}.application-form h3{color:var(--primary-blue);margin-bottom:2rem;text-align:center;font-weight:700}.application-form .form-label{font-weight:600;color:var(--dark-blue);margin-bottom:.5rem;font-size:.95rem}.application-form .btn-primary{min-width:200px;padding:.875rem 2.5rem;font-size:1.05rem;font-weight:600;box-shadow:0 5px 15px #007bff66}@media (max-width: 767.98px){.application-form .btn-primary{width:100%;min-width:auto}}.application-form .btn-primary:hover{box-shadow:0 8px 25px #007bff99;transform:translateY(-2px)}#successModal .modal-content,#errorModal .modal-content{border:none;border-radius:15px;overflow:hidden}#successModal .success-icon,#successModal .error-icon,#errorModal .success-icon,#errorModal .error-icon{animation:scaleIn .5s ease-out}#successModal h4,#errorModal h4{color:var(--dark-blue);font-weight:700}#successModal .modal-footer,#errorModal .modal-footer{padding:1rem 1.5rem 1.5rem}#successModal .modal-footer .btn,#errorModal .modal-footer .btn{min-width:120px}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.application-form .form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.application-form .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.application-form .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.application-form .form-control.is-invalid~.invalid-feedback{display:block}.application-form #submitBtn{position:relative;transition:all .3s ease}.application-form #submitBtn:disabled{opacity:.7;cursor:not-allowed}.application-form #submitBtn .spinner-border-sm{width:1rem;height:1rem;border-width:.15em}.about-hero{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}@media (max-width: 767.98px){.about-hero{padding:60px 0}}.about-hero .about-hero-title{font-size:3rem;font-weight:700;color:var(--dark-blue);margin-bottom:1.5rem;line-height:1.2}@media (max-width: 767.98px){.about-hero .about-hero-title{font-size:2rem}}.about-hero .about-hero-subtitle{font-size:1.2rem;color:#666;line-height:1.8;margin-bottom:2rem}@media (max-width: 767.98px){.about-hero .about-hero-subtitle{font-size:1rem}}.about-hero img{animation:fadeInRight 1s ease .6s both}@media (max-width: 991.98px){.about-hero img{display:none}}.vision-mission-section{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.vision-mission-section{padding:60px 0}}.vision-mission-section .vm-card{background:#fff;border-radius:20px;padding:3rem;height:100%;box-shadow:0 5px 30px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}@media (max-width: 767.98px){.vision-mission-section .vm-card{padding:2rem}}.vision-mission-section .vm-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;transition:all .3s ease}.vision-mission-section .vm-card.vision-card:before{background:linear-gradient(90deg,var(--primary-blue),var(--secondary-blue))}.vision-mission-section .vm-card.mission-card:before{background:linear-gradient(90deg,var(--accent-yellow),#ffa500)}.vision-mission-section .vm-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #00000026}.vision-mission-section .vm-card .vm-icon{margin-bottom:1.5rem}.vision-mission-section .vm-card .vm-icon svg{color:var(--primary-blue)}.vision-mission-section .vm-card .vm-title{font-size:1.8rem;font-weight:700;color:var(--dark-blue);margin-bottom:1.5rem}@media (max-width: 767.98px){.vision-mission-section .vm-card .vm-title{font-size:1.5rem}}.vision-mission-section .vm-card .vm-quote{position:relative;padding:1.5rem;background-color:var(--light-blue);border-radius:10px;border-left:4px solid var(--primary-blue)}.vision-mission-section .vm-card .vm-quote:before{content:'"';position:absolute;top:-10px;left:10px;font-size:4rem;color:var(--primary-blue);opacity:.2;font-family:Georgia,serif}.vision-mission-section .vm-card .vm-quote p{font-size:1.1rem;line-height:1.8;color:var(--dark-blue);font-style:italic;margin:0;position:relative;z-index:1}@media (max-width: 767.98px){.vision-mission-section .vm-card .vm-quote p{font-size:1rem}}.vision-mission-section .vm-card .mission-list{list-style:none;padding:0;margin:0}.vision-mission-section .vm-card .mission-list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1rem;line-height:1.6;color:#555}@media (max-width: 767.98px){.vision-mission-section .vm-card .mission-list li{font-size:.95rem}}.vision-mission-section .vm-card .mission-list li:before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;background-color:var(--accent-yellow);color:var(--dark-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.vision-mission-section .vm-card .mission-list li:last-child{margin-bottom:0}.advantages-section{padding:80px 0;background-color:#f8f9fa}@media (max-width: 767.98px){.advantages-section{padding:60px 0}}.advantages-section .advantage-card{background:#fff;border-radius:15px;padding:2rem;height:100%;box-shadow:0 5px 20px #00000014;transition:all .3s ease;text-align:center}@media (max-width: 767.98px){.advantages-section .advantage-card{padding:1.5rem}}.advantages-section .advantage-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f}.advantages-section .advantage-card:hover .advantage-icon svg{transform:scale(1.1);color:var(--accent-yellow)}.advantages-section .advantage-card .advantage-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}@media (max-width: 767.98px){.advantages-section .advantage-card .advantage-icon{width:70px;height:70px}}.advantages-section .advantage-card .advantage-icon svg{color:var(--primary-blue);transition:all .3s ease}.advantages-section .advantage-card h4{font-size:1.3rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.advantages-section .advantage-card h4{font-size:1.1rem}}.advantages-section .advantage-card p{color:#666;line-height:1.7;margin:0;font-size:.95rem}@media (max-width: 767.98px){.advantages-section .advantage-card p{font-size:.9rem}}.culture-section{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.culture-section{padding:60px 0}}.culture-section .culture-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 767.98px){.culture-section .culture-wrapper{grid-template-columns:1fr;gap:1.5rem}}.culture-section .culture-item{background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}@media (max-width: 767.98px){.culture-section .culture-item{padding:2rem}}.culture-section .culture-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.culture-section .culture-item:hover{border-color:var(--primary-blue);box-shadow:0 10px 40px #0047ab26;transform:translateY(-5px)}.culture-section .culture-item:hover:before{transform:scaleX(1)}.culture-section .culture-item:hover .culture-icon-circle{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue))}.culture-section .culture-item:hover .culture-icon-circle svg{color:#fff;transform:scale(1.1)}.culture-section .culture-item:hover h3{color:var(--primary-blue)}.culture-section .culture-item .culture-icon{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.culture-section .culture-item .culture-icon .culture-icon-circle{width:70px;height:70px;background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}@media (max-width: 767.98px){.culture-section .culture-item .culture-icon .culture-icon-circle{width:60px;height:60px}}.culture-section .culture-item .culture-icon .culture-icon-circle svg{color:var(--primary-blue);transition:all .3s ease}.culture-section .culture-item h3{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:var(--dark-blue);transition:color .3s ease}@media (max-width: 767.98px){.culture-section .culture-item h3{font-size:1.4rem}}.culture-section .culture-item .culture-values{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.culture-section .culture-item .culture-values .value-badge{display:inline-block;background-color:var(--light-blue);color:var(--primary-blue);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease;border:1px solid transparent}.culture-section .culture-item .culture-values .value-badge:hover{background-color:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 3px 10px #0047ab33}.culture-section .culture-item p{line-height:1.7;color:#666;margin:0;font-size:.95rem}@media (max-width: 767.98px){.culture-section .culture-item p{font-size:.9rem}}.culture-section .culture-item .culture-number{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background-color:var(--light-blue);color:var(--primary-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;opacity:.3;transition:all .3s ease}.culture-section .culture-item:hover .culture-number{opacity:1;background-color:var(--accent-yellow);color:var(--dark-blue)}.about-cta-section{padding:80px 0;background-color:#f8f9fa;position:relative;overflow:hidden}@media (max-width: 767.98px){.about-cta-section{padding:60px 0}}.about-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(0,71,171,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,71,171,.03) 0%,transparent 50%);pointer-events:none}.about-cta-section .container{position:relative;z-index:1}.about-cta-section .cta-content{background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 10px 40px #0000001a;border:2px solid #e0e0e0;position:relative;overflow:hidden}@media (max-width: 767.98px){.about-cta-section .cta-content{padding:2rem 1.5rem}}.about-cta-section .cta-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow))}.about-cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--dark-blue)}@media (max-width: 767.98px){.about-cta-section h2{font-size:2rem}}.about-cta-section p{font-size:1.2rem;margin-bottom:2rem;color:#666}@media (max-width: 767.98px){.about-cta-section p{font-size:1rem}}.about-cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta-section .cta-buttons .btn{min-width:200px;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;border-width:2px}@media (max-width: 767.98px){.about-cta-section .cta-buttons .btn{min-width:160px;font-size:1rem;width:100%}}.about-cta-section .cta-buttons .btn.btn-primary{background-color:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.about-cta-section .cta-buttons .btn.btn-primary:hover{background-color:var(--dark-blue);border-color:var(--dark-blue);transform:translateY(-3px);box-shadow:0 10px 30px #0047ab4d}.about-cta-section .cta-buttons .btn.btn-outline-primary{background-color:transparent;border-color:var(--primary-blue);color:var(--primary-blue)}.about-cta-section .cta-buttons .btn.btn-outline-primary:hover{background-color:var(--primary-blue);color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0047ab33}.about-cta-section .cta-features{display:flex;justify-content:center;gap:3rem;margin-top:2rem;flex-wrap:wrap}@media (max-width: 767.98px){.about-cta-section .cta-features{gap:1.5rem}}.about-cta-section .cta-features .feature-item{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.95rem}.about-cta-section .cta-features .feature-item svg{color:var(--primary-blue);flex-shrink:0}.products-hero{padding:60px 0 40px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:#fff}@media (max-width: 767.98px){.products-hero{padding:40px 0 30px}}.products-hero .products-hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}@media (max-width: 767.98px){.products-hero .products-hero-title{font-size:2rem}}.products-hero .products-hero-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:0}@media (max-width: 767.98px){.products-hero .products-hero-subtitle{font-size:1rem}}.products-section{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.products-section{padding:60px 0}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}@media (max-width: 767.98px){.products-grid{grid-template-columns:1fr;gap:2rem}}@media (min-width: 768px) and (max-width: 991.98px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 30px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #00000026}.product-card:hover .product-image img{transform:scale(1.05)}.product-card:hover .product-image .product-overlay{opacity:1}.product-card .product-image{position:relative;width:100%;height:280px;overflow:hidden;background-color:#f8f9fa}@media (max-width: 767.98px){.product-card .product-image{height:240px}}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card .product-image .product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0047abe6,#0066cce6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card .product-image .product-overlay .btn{border-radius:50px;padding:.9rem 2rem;font-weight:600;display:inline-flex;align-items:center;box-shadow:0 5px 20px #0003;transition:all .3s ease}.product-card .product-image .product-overlay .btn:hover{transform:scale(1.05);box-shadow:0 8px 30px #0000004d}.product-card .product-image .product-overlay .btn svg{vertical-align:middle}.product-card .product-content{padding:2rem;display:flex;flex-direction:column;flex:1}@media (max-width: 767.98px){.product-card .product-content{padding:1.5rem}}.product-card .product-content .product-title{font-size:1.5rem;font-weight:700;color:var(--dark-blue);margin-bottom:1.5rem;line-height:1.4;flex:1}@media (max-width: 767.98px){.product-card .product-content .product-title{font-size:1.3rem}}.product-card .product-content .product-footer{margin-top:auto}.product-card .product-content .product-footer .btn{width:100%;padding:.8rem 2rem;border-radius:50px;font-weight:600;border-width:2px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.product-card .product-content .product-footer .btn svg{vertical-align:middle;transition:transform .3s ease}.product-card .product-content .product-footer .btn:hover{background-color:var(--primary-blue);border-color:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #0047ab4d}.product-card .product-content .product-footer .btn:hover svg{transform:translate(5px)}.no-products h3{color:var(--dark-blue);margin-bottom:.75rem}.no-products svg{opacity:.5}.products-cta-section{padding:80px 0;background-color:#f8f9fa;position:relative;overflow:hidden}@media (max-width: 767.98px){.products-cta-section{padding:60px 0}}.products-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(0,71,171,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,71,171,.03) 0%,transparent 50%);pointer-events:none}.products-cta-section .container{position:relative;z-index:1}.products-cta-section h2{font-size:2.5rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.products-cta-section h2{font-size:2rem}}.products-cta-section p{font-size:1.2rem;color:#666;margin-bottom:2rem}@media (max-width: 767.98px){.products-cta-section p{font-size:1rem}}.products-cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.products-cta-section .cta-buttons .btn{min-width:200px;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;border-width:2px}@media (max-width: 767.98px){.products-cta-section .cta-buttons .btn{width:100%;min-width:auto}}.products-cta-section .cta-buttons .btn.btn-whatsapp{background:#25d366;border-color:#25d366;color:#fff}.products-cta-section .cta-buttons .btn.btn-whatsapp:hover{background:#1da851;border-color:#1da851;transform:translateY(-3px);box-shadow:0 10px 30px #25d3664d}.products-cta-section .cta-buttons .btn.btn-primary{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border:none}.products-cta-section .cta-buttons .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0047ab4d}.product-header{padding:40px 0 20px;background-color:#f8f9fa}@media (max-width: 767.98px){.product-header{padding:30px 0 15px}}.product-header .breadcrumb{background:transparent;padding:0;margin-bottom:1.5rem}.product-header .breadcrumb .breadcrumb-item{font-size:.9rem}.product-header .breadcrumb .breadcrumb-item a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}.product-header .breadcrumb .breadcrumb-item a:hover{color:var(--dark-blue)}.product-header .breadcrumb .breadcrumb-item.active{color:#666}.product-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#999}.product-header .product-detail-title{font-size:2.5rem;font-weight:700;color:var(--dark-blue);line-height:1.3;margin-bottom:0}@media (max-width: 767.98px){.product-header .product-detail-title{font-size:1.8rem}}.product-content-section{padding:40px 0 80px;background-color:#fff}@media (max-width: 767.98px){.product-content-section{padding:30px 0 60px}}.product-info-grid{display:grid;grid-template-columns:400px 1fr;gap:3rem;align-items:start}@media (max-width: 991.98px){.product-info-grid{grid-template-columns:1fr;gap:2rem}}.product-info-grid .product-featured-image{position:sticky;top:100px}@media (max-width: 991.98px){.product-info-grid .product-featured-image{position:relative;top:0;max-width:500px;margin:0 auto}}.product-info-grid .product-featured-image img{width:100%;height:auto;object-fit:cover;border-radius:15px;box-shadow:0 10px 40px #00000026;cursor:pointer;transition:transform .3s ease}.product-info-grid .product-featured-image img:hover{transform:scale(1.02)}.product-info-grid .product-description .section-subtitle{font-size:1.8rem;font-weight:700;color:var(--dark-blue);position:relative;padding-bottom:1rem;margin-bottom:1.5rem}@media (max-width: 767.98px){.product-info-grid .product-description .section-subtitle{font-size:1.5rem}}.product-info-grid .product-description .section-subtitle:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));border-radius:2px}.product-info-grid .product-description .description-content{font-size:1.05rem;line-height:1.8;color:#333}@media (max-width: 767.98px){.product-info-grid .product-description .description-content{font-size:1rem;line-height:1.7}}.product-info-grid .product-description .description-content h1,.product-info-grid .product-description .description-content h2,.product-info-grid .product-description .description-content h3,.product-info-grid .product-description .description-content h4,.product-info-grid .product-description .description-content h5,.product-info-grid .product-description .description-content h6{color:var(--dark-blue);font-weight:700;margin-top:1.5rem;margin-bottom:1rem}.product-info-grid .product-description .description-content h2{font-size:1.6rem}@media (max-width: 767.98px){.product-info-grid .product-description .description-content h2{font-size:1.3rem}}.product-info-grid .product-description .description-content h3{font-size:1.3rem}@media (max-width: 767.98px){.product-info-grid .product-description .description-content h3{font-size:1.1rem}}.product-info-grid .product-description .description-content p{margin-bottom:1.25rem;text-align:justify}.product-info-grid .product-description .description-content strong{color:var(--dark-blue);font-weight:600}.product-info-grid .product-description .description-content ul,.product-info-grid .product-description .description-content ol{margin-bottom:1.5rem;padding-left:2rem}.product-info-grid .product-description .description-content ul li,.product-info-grid .product-description .description-content ol li{margin-bottom:.75rem;line-height:1.7}.product-info-grid .product-description .description-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;box-shadow:0 3px 15px #0000001a}.section-subtitle{font-size:1.8rem;font-weight:700;color:var(--dark-blue);position:relative;padding-bottom:1rem}@media (max-width: 767.98px){.section-subtitle{font-size:1.5rem}}.section-subtitle:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));border-radius:2px}.product-terms{background:linear-gradient(135deg,var(--light-blue),#e3f2fd);padding:2.5rem;border-radius:15px;border-left:5px solid var(--primary-blue)}@media (max-width: 767.98px){.product-terms{padding:2rem}}.product-terms .terms-content{font-size:1rem;line-height:1.8;color:#333}@media (max-width: 767.98px){.product-terms .terms-content{font-size:.95rem;line-height:1.7}}.product-terms .terms-content h1,.product-terms .terms-content h2,.product-terms .terms-content h3,.product-terms .terms-content h4,.product-terms .terms-content h5,.product-terms .terms-content h6{color:var(--dark-blue);font-weight:700;margin-top:1.5rem;margin-bottom:1rem}.product-terms .terms-content p{margin-bottom:1rem}.product-terms .terms-content strong{color:var(--dark-blue);font-weight:600}.product-terms .terms-content ul,.product-terms .terms-content ol{margin-bottom:1.5rem;padding-left:2rem}.product-terms .terms-content ul li,.product-terms .terms-content ol li{margin-bottom:.75rem;line-height:1.7}.product-terms .terms-content ul li::marker,.product-terms .terms-content ol li::marker{color:var(--primary-blue);font-weight:700}.product-terms .terms-content [data-list=ordered]{list-style-type:decimal}.product-terms .terms-content [data-list=bullet]{list-style-type:disc}.product-cta-box{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));padding:2.5rem;border-radius:15px;color:#fff;box-shadow:0 10px 40px #0047ab4d}@media (max-width: 767.98px){.product-cta-box{padding:2rem;text-align:center}}.product-cta-box h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 767.98px){.product-cta-box h3{font-size:1.5rem}}.product-cta-box p{color:#ffffffe6;font-size:1rem}.product-cta-box .btn{padding:.9rem 2rem;font-weight:600;border-radius:50px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;margin:0 .25rem}@media (max-width: 767.98px){.product-cta-box .btn{width:100%;margin:.25rem 0}}.product-cta-box .btn.btn-whatsapp{background:#25d366;border-color:#25d366;color:#fff}.product-cta-box .btn.btn-whatsapp:hover{background:#1da851;border-color:#1da851;transform:translateY(-3px);box-shadow:0 10px 30px #25d36666}.product-cta-box .btn.btn-primary{background:#fff;border-color:#fff;color:var(--primary-blue)}.product-cta-box .btn.btn-primary:hover{background:var(--accent-yellow);border-color:var(--accent-yellow);color:var(--dark-blue);transform:translateY(-3px);box-shadow:0 10px 30px #ffd70066}.other-products-section{padding:80px 0;background-color:#f8f9fa}@media (max-width: 767.98px){.other-products-section{padding:60px 0}}.other-products-section .section-title{text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700;color:var(--dark-blue)}.other-products-section .section-subtitle{text-align:center;margin-bottom:3rem;font-size:1.1rem;color:#666}.other-products-section .section-subtitle:after{left:50%;transform:translate(-50%)}.other-products-section .product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 30px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.other-products-section .product-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #00000026}.other-products-section .product-card:hover .product-image img{transform:scale(1.05)}.other-products-section .product-card:hover .product-image .product-overlay{opacity:1}.other-products-section .product-card .product-image{position:relative;width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}@media (max-width: 767.98px){.other-products-section .product-card .product-image{height:240px}}.other-products-section .product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.other-products-section .product-card .product-image .product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0047abe6,#0066cce6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.other-products-section .product-card .product-image .product-overlay .btn{border-radius:50px;padding:.9rem 2rem;font-weight:600;display:inline-flex;align-items:center;box-shadow:0 5px 20px #0003;transition:all .3s ease}.other-products-section .product-card .product-image .product-overlay .btn:hover{transform:scale(1.05);box-shadow:0 8px 30px #0000004d}.other-products-section .product-card .product-image .product-overlay .btn svg{vertical-align:middle}.other-products-section .product-card .product-content{padding:2rem;display:flex;flex-direction:column;flex:1}@media (max-width: 767.98px){.other-products-section .product-card .product-content{padding:1.5rem}}.other-products-section .product-card .product-content .product-title{font-size:1.5rem;font-weight:700;color:var(--dark-blue);margin-bottom:1.5rem;line-height:1.4;flex:1}@media (max-width: 767.98px){.other-products-section .product-card .product-content .product-title{font-size:1.3rem}}.other-products-section .product-card .product-content .product-footer{margin-top:auto}.other-products-section .product-card .product-content .product-footer .btn{width:100%;padding:.8rem 2rem;border-radius:50px;font-weight:600;border-width:2px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.other-products-section .product-card .product-content .product-footer .btn svg{transition:transform .3s ease}.other-products-section .product-card .product-content .product-footer .btn:hover{background-color:var(--primary-blue);border-color:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #0047ab4d}.other-products-section .product-card .product-content .product-footer .btn:hover svg{transform:translate(5px)}.image-zoom-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease;cursor:pointer}.image-zoom-modal.fade-out{animation:fadeOut .3s ease}.image-zoom-modal .zoom-modal-content{position:relative;max-width:90%;max-height:90%}.image-zoom-modal .zoom-modal-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:10px;box-shadow:0 10px 50px #00000080}.image-zoom-modal .zoom-modal-content .zoom-close{position:absolute;top:-40px;right:0;color:#fff;font-size:3rem;font-weight:700;cursor:pointer;transition:transform .3s ease}.image-zoom-modal .zoom-modal-content .zoom-close:hover{transform:scale(1.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.reading-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));z-index:1000;transition:width .1s ease}.table-of-contents{background:var(--light-blue);border-left:4px solid var(--primary-blue);padding:1.5rem;border-radius:10px;margin-bottom:2rem}.table-of-contents h4{font-size:1.2rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}.table-of-contents ul{list-style:none;padding:0;margin:0}.table-of-contents ul li{margin-bottom:.5rem}.table-of-contents ul li a{color:var(--primary-blue);text-decoration:none;transition:all .3s ease;display:block;padding:.25rem 0}.table-of-contents ul li a:hover{color:var(--dark-blue);padding-left:10px}.table-of-contents ul li.h3{padding-left:1rem;font-size:.9rem}.copy-terms-btn{font-size:.85rem;padding:.4rem .8rem;border-radius:20px;display:inline-flex;align-items:center;gap:.5rem}.copy-terms-btn svg{width:14px;height:14px}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 20px #0047ab4d;transition:all .3s ease;opacity:0;visibility:hidden;z-index:999}@media (max-width: 767.98px){.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px}}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0047ab66}.scroll-to-top svg{width:24px;height:24px}@media print{.navbar,.footer-landing,.breadcrumb,.product-cta-box,.other-products-section,.scroll-to-top,.reading-progress{display:none!important}.product-content-section{padding:0!important}.product-info-grid{grid-template-columns:1fr!important}.product-featured-image{position:relative!important;top:0!important}.product-featured-image img{box-shadow:none!important}}.news-section{padding:80px 0;background-color:#f8f9fa}@media (max-width: 767.98px){.news-section{padding:60px 0}}.news-header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}@media (max-width: 767.98px){.news-header-wrapper{flex-direction:column;align-items:flex-start;margin-bottom:2rem}}.news-header{flex:1}@media (max-width: 767.98px){.news-header{width:100%}}.news-header .section-title{text-align:left;margin-bottom:.5rem}.news-header .section-title:after{left:0;transform:translate(0)}@media (max-width: 767.98px){.news-header .section-title{text-align:center}.news-header .section-title:after{left:50%;transform:translate(-50%)}}.news-header .section-subtitle{text-align:left;margin-bottom:0}@media (max-width: 767.98px){.news-header .section-subtitle{text-align:center}}.news-header-action{flex-shrink:0;margin-left:2rem}.btn-view-all{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;transition:all .3s ease;font-weight:600;border-width:2px}.btn-view-all svg{transition:transform .3s ease}.btn-view-all:hover{background-color:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.btn-view-all:hover svg{transform:translate(5px)}@media (max-width: 767.98px){.btn-view-all{font-size:.95rem;padding:.6rem 1.5rem;width:100%;max-width:300px;justify-content:center}}.news-card{border:none;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;height:100%;background:#fff;position:relative}.news-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.news-card:hover .card-img-top{transform:scale(1.1)}.news-card:hover .card-title{color:var(--primary-blue)}.news-card .news-card-image-wrapper{overflow:hidden;position:relative;background-color:#f0f0f0}.news-card .card-img-top{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card .card-body{padding:1.5rem;position:relative;display:flex;flex-direction:column}@media (max-width: 767.98px){.news-card .card-body{padding:1.25rem}}.news-card .news-category{display:inline-block;background-color:var(--accent-yellow);color:var(--dark-blue);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;width:fit-content}.news-card .news-category:hover{background-color:var(--primary-blue);color:#fff}.news-card .card-title{font-size:1.1rem;font-weight:700;color:var(--dark-blue);line-height:1.4;margin-top:.75rem;margin-bottom:.75rem;transition:color .3s ease;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 767.98px){.news-card .card-title{font-size:1rem}}.news-card .card-text{font-size:.9rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;flex:1}@media (max-width: 767.98px){.news-card .card-text{font-size:.85rem}}.news-card .news-card-footer{margin-top:auto;padding-top:.5rem}.news-card .btn-sm{padding:.4rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s ease;white-space:nowrap}.news-card .btn-sm:hover{transform:translate(5px)}.news-card small.text-muted{font-size:.85rem;color:#999}.news-card-lg .news-category{font-size:.95rem;padding:.35rem 1rem}.news-card-lg .card-title{font-size:1.5rem;margin-top:1rem;margin-bottom:1rem}@media (max-width: 767.98px){.news-card-lg .card-title{font-size:1.25rem}}.news-card-lg .card-text{font-size:1rem;margin-bottom:1.5rem}@media (max-width: 767.98px){.news-card-lg .card-text{font-size:.95rem}}.news-card-lg .card-body{padding:2rem}@media (max-width: 767.98px){.news-card-lg .card-body{padding:1.5rem}}.news-card-lg .btn-sm{padding:.5rem 1.5rem;font-size:.95rem}.news-card-sm{border-radius:10px}.news-card-sm .news-category{font-size:.75rem;padding:.2rem .6rem}.news-card-sm .card-title{font-size:.95rem;margin-top:.5rem;margin-bottom:.5rem}@media (max-width: 767.98px){.news-card-sm .card-title{font-size:.9rem}}.news-card-sm .card-text{font-size:.85rem;margin-bottom:.75rem}@media (max-width: 767.98px){.news-card-sm .card-text{font-size:.8rem}}.news-card-sm .card-body{padding:1rem}@media (max-width: 767.98px){.news-card-sm .card-body{padding:.875rem}}.news-card-sm .btn-sm{padding:.3rem .75rem;font-size:.8rem}.news-card-sm small.text-muted{font-size:.75rem}.news-card-horizontal{flex-direction:row}.news-card-horizontal .news-card-image-wrapper{width:40%;height:auto;min-height:100%}.news-card-horizontal .card-body{width:60%}@media (max-width: 767.98px){.news-card-horizontal{flex-direction:column}.news-card-horizontal .news-card-image-wrapper{width:100%;height:200px}.news-card-horizontal .card-body{width:100%}}@media (max-width: 1000px){.news-card-md{border-radius:10px}.news-card-md .news-card-image-wrapper{height:150px!important}.news-card-md .news-category{font-size:.75rem;padding:.2rem .6rem}.news-card-md .card-title{font-size:.95rem;margin-top:.5rem;margin-bottom:.5rem}.news-card-md .card-text{font-size:.85rem;margin-bottom:.75rem}.news-card-md .card-body{padding:1rem}.news-card-md .btn-sm{padding:.3rem .75rem;font-size:.8rem}.news-card-md small.text-muted{font-size:.75rem}}.news-page-header{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);padding:60px 0;color:#fff;margin-bottom:3rem}@media (max-width: 767.98px){.news-page-header{padding:40px 0;margin-bottom:2rem}}.news-page-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (max-width: 767.98px){.news-page-header .page-title{font-size:2rem}}.news-page-header .page-subtitle{font-size:1.1rem;color:#ffffffe6;margin-bottom:0}@media (max-width: 767.98px){.news-page-header .page-subtitle{font-size:1rem}}.news-filter-section{padding:2rem 0;background-color:#fff;margin-bottom:2rem;border-bottom:1px solid #e0e0e0}@media (max-width: 767.98px){.news-filter-section{padding:1.5rem 0}}.search-form .input-group{box-shadow:0 2px 10px #0000001a;border-radius:8px;overflow:hidden}.search-form .input-group .form-control{border:none;padding:.75rem 1rem;font-size:1rem}.search-form .input-group .form-control:focus{box-shadow:none}.search-form .input-group .btn{border:none;padding:.75rem 1.5rem}.search-form .input-group .btn svg{width:18px;height:18px}.category-filter{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 991.98px){.category-filter{justify-content:flex-start}}.category-filter .filter-btn{padding:.5rem 1.25rem;border:2px solid var(--primary-blue);border-radius:25px;color:var(--primary-blue);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;white-space:nowrap}.category-filter .filter-btn:hover,.category-filter .filter-btn.active{background-color:var(--primary-blue);color:#fff}@media (max-width: 767.98px){.category-filter .filter-btn{padding:.4rem 1rem;font-size:.85rem}}.active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem;background-color:var(--light-blue);border-radius:8px}.active-filters .filter-label{font-weight:600;color:var(--dark-blue);font-size:.9rem}.active-filters .filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background-color:#fff;border:1px solid var(--primary-blue);border-radius:20px;font-size:.85rem;color:var(--dark-blue)}.active-filters .filter-tag .remove-filter{color:var(--primary-blue);text-decoration:none;font-weight:700;font-size:1.2rem;line-height:1;transition:color .3s ease}.active-filters .filter-tag .remove-filter:hover{color:#dc3545}.active-filters .clear-all{margin-left:auto;color:#dc3545;text-decoration:none;font-size:.85rem;font-weight:600}.active-filters .clear-all:hover{text-decoration:underline}.news-listing-section{padding:2rem 0 4rem}@media (max-width: 767.98px){.news-listing-section{padding:1.5rem 0 3rem}}.results-count p{color:#666;font-size:.95rem;margin-bottom:0}.results-count p strong{color:var(--primary-blue)}.pagination-wrapper .pagination{gap:.5rem}.pagination-wrapper .pagination .page-item .page-link{border:2px solid var(--primary-blue);color:var(--primary-blue);padding:.5rem .75rem;border-radius:8px;font-weight:600;transition:all .3s ease;min-width:40px;text-align:center}.pagination-wrapper .pagination .page-item .page-link:hover{background-color:var(--primary-blue);color:#fff}@media (max-width: 767.98px){.pagination-wrapper .pagination .page-item .page-link{padding:.4rem .6rem;min-width:35px;font-size:.9rem}}.pagination-wrapper .pagination .page-item.active .page-link{background-color:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.pagination-wrapper .pagination .page-item.disabled .page-link{opacity:.5;cursor:not-allowed;background-color:#f8f9fa;border-color:#e0e0e0;color:#6c757d}.no-results h3{color:var(--dark-blue);margin-bottom:.75rem}.no-results svg{opacity:.5}.article-header{padding:40px 0 20px;background-color:#f8f9fa}@media (max-width: 767.98px){.article-header{padding:30px 0 15px}}.article-header .breadcrumb{background:transparent;padding:0;margin-bottom:1.5rem}.article-header .breadcrumb .breadcrumb-item{font-size:.9rem}.article-header .breadcrumb .breadcrumb-item a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}.article-header .breadcrumb .breadcrumb-item a:hover{color:var(--dark-blue)}.article-header .breadcrumb .breadcrumb-item.active{color:#666}.article-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#999}.article-header .article-title{font-size:2.5rem;font-weight:700;color:var(--dark-blue);line-height:1.3;margin-bottom:1.5rem}@media (max-width: 767.98px){.article-header .article-title{font-size:1.8rem}}.article-header .article-meta{display:flex;gap:2rem;flex-wrap:wrap}@media (max-width: 767.98px){.article-header .article-meta{gap:1rem}}.article-header .article-meta .meta-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.95rem}.article-header .article-meta .meta-item svg{color:var(--primary-blue);flex-shrink:0}.article-content-section{padding:40px 0}@media (max-width: 767.98px){.article-content-section{padding:30px 0}}.article-featured-image img{width:100%;height:auto;object-fit:cover;max-height:500px;box-shadow:0 5px 20px #0000001a}.article-body{font-size:1.1rem;line-height:1.8;color:#333}@media (max-width: 767.98px){.article-body{font-size:1rem;line-height:1.7}}.article-body h1,.article-body h2,.article-body h3,.article-body h4,.article-body h5,.article-body h6{color:var(--dark-blue);font-weight:700;margin-top:2rem;margin-bottom:1rem}.article-body h2{font-size:2rem}@media (max-width: 767.98px){.article-body h2{font-size:1.5rem}}.article-body h3{font-size:1.5rem}@media (max-width: 767.98px){.article-body h3{font-size:1.3rem}}.article-body p{margin-bottom:1.5rem;text-align:justify}.article-body strong{color:var(--dark-blue);font-weight:600}.article-body a{color:var(--primary-blue);text-decoration:underline}.article-body a:hover{color:var(--dark-blue)}.article-body ul,.article-body ol{margin-bottom:1.5rem;padding-left:2rem}.article-body ul li,.article-body ol li{margin-bottom:.5rem}.article-body blockquote{border-left:4px solid var(--accent-yellow);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#555;background-color:var(--light-blue);padding:1.5rem;border-radius:8px}.article-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 3px 15px #0000001a}.article-body table{width:100%;margin:2rem 0;border-collapse:collapse}.article-body table th,.article-body table td{padding:.75rem;border:1px solid #ddd}.article-body table th{background-color:var(--primary-blue);color:#fff;font-weight:600}.article-body table tr:nth-child(2n){background-color:#f8f9fa}.article-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0}@media (max-width: 767.98px){.article-footer{margin-top:2rem}}.article-footer .article-tags a{text-decoration:none}.article-footer .article-tags .tag-badge{display:inline-block;background-color:var(--light-blue);color:var(--primary-blue);padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-right:.5rem;margin-bottom:.5rem;transition:all .3s ease;cursor:pointer}.article-footer .article-tags .tag-badge:hover{background-color:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 3px 10px #0047ab33}.article-footer .article-share{margin-top:1rem}@media (min-width: 768px){.article-footer .article-share{margin-top:0}}.article-footer .article-share .share-label{color:#666;font-weight:600;margin-right:.5rem}.article-footer .article-share .share-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin-left:.5rem;text-decoration:none;transition:all .3s ease;color:#fff}.article-footer .article-share .share-btn.facebook{background-color:#3b5998}.article-footer .article-share .share-btn.facebook:hover{background-color:#2d4373;transform:translateY(-3px)}.article-footer .article-share .share-btn.twitter{background-color:#1da1f2}.article-footer .article-share .share-btn.twitter:hover{background-color:#0d8bd9;transform:translateY(-3px)}.article-footer .article-share .share-btn.linkedin{background-color:#0077b5}.article-footer .article-share .share-btn.linkedin:hover{background-color:#005582;transform:translateY(-3px)}.article-footer .article-share .share-btn.whatsapp{background-color:#25d366}.article-footer .article-share .share-btn.whatsapp:hover{background-color:#1da851;transform:translateY(-3px)}.related-news-section{padding:60px 0;background-color:#f8f9fa}@media (max-width: 767.98px){.related-news-section{padding:40px 0}}.related-news-section .section-title{text-align:center;margin-bottom:1rem}.related-news-section .section-subtitle{text-align:center;margin-bottom:3rem}.tag-header{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);padding:60px 0 40px;color:#fff;margin-bottom:3rem}@media (max-width: 767.98px){.tag-header{padding:40px 0 30px;margin-bottom:2rem}}.tag-header .breadcrumb{background:transparent;padding:0;margin-bottom:1.5rem}.tag-header .breadcrumb .breadcrumb-item{font-size:.9rem}.tag-header .breadcrumb .breadcrumb-item a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.tag-header .breadcrumb .breadcrumb-item a:hover{color:var(--accent-yellow)}.tag-header .breadcrumb .breadcrumb-item.active{color:#ffffffb3}.tag-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#ffffff80}.tag-header .tag-icon svg{color:var(--accent-yellow);filter:drop-shadow(0 2px 5px rgba(0,0,0,.2))}.tag-header .tag-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}@media (max-width: 767.98px){.tag-header .tag-title{font-size:2rem}}.tag-header .tag-subtitle{font-size:1.1rem;color:#ffffffe6;margin-bottom:0}@media (max-width: 767.98px){.tag-header .tag-subtitle{font-size:1rem}}.tag-articles-section{padding:2rem 0 4rem}@media (max-width: 767.98px){.tag-articles-section{padding:1.5rem 0 3rem}}.tag-articles-section .results-count p{color:#666;font-size:.95rem;margin-bottom:0}.tag-articles-section .results-count p strong{color:var(--primary-blue)}.tag-articles-section .no-results h3{color:var(--dark-blue);margin-bottom:.75rem}.tag-articles-section .no-results svg{opacity:.5}.footer-landing{background:linear-gradient(135deg,var(--dark-blue) 0%,var(--primary-blue) 100%);color:#fff;padding:4rem 0 2rem}@media (max-width: 767.98px){.footer-landing{padding:3rem 0 1.5rem;margin-top:3rem}}.footer-landing h5{color:var(--accent-yellow);font-weight:700;margin-bottom:1.5rem;font-size:1.2rem}@media (max-width: 767.98px){.footer-landing h5{font-size:1.1rem;margin-bottom:1rem}}.footer-landing p{line-height:1.8;color:#ffffffe6;font-size:.95rem}@media (max-width: 767.98px){.footer-landing p{font-size:.9rem}}.footer-landing ul li a{color:#ffffffd9;text-decoration:none;transition:all .3s ease;display:inline-block;font-size:.95rem;position:relative}.footer-landing ul li a:hover{color:var(--accent-yellow);padding-left:5px}.footer-landing ul li a.active{color:var(--accent-yellow);font-weight:600}.footer-landing ul li a.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:var(--accent-yellow)}.footer-landing .social-media .social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.1rem}.footer-landing .social-media .social-link:hover{background-color:var(--accent-yellow);color:var(--dark-blue);transform:translateY(-3px)}@media (max-width: 767.98px){.footer-landing .social-media .social-link{width:36px;height:36px;font-size:1rem}}.footer-landing .footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}@media (max-width: 767.98px){.footer-landing .footer-bottom{margin-top:2rem;padding-top:1.5rem}}.footer-landing .footer-bottom p{color:#ffffffb3;font-size:.9rem}@media (max-width: 767.98px){.footer-landing .footer-bottom p{font-size:.85rem}}.contact-hero{padding:60px 0 40px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:#fff}@media (max-width: 767.98px){.contact-hero{padding:40px 0 30px}}.contact-hero .contact-hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}@media (max-width: 767.98px){.contact-hero .contact-hero-title{font-size:2rem}}.contact-hero .contact-hero-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:0}@media (max-width: 767.98px){.contact-hero .contact-hero-subtitle{font-size:1rem}}.contact-info-section{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.contact-info-section{padding:60px 0}}.contact-info-wrapper{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 5px 30px #0000001a}@media (max-width: 767.98px){.contact-info-wrapper{padding:2rem}}.contact-info-wrapper .contact-info-title{font-size:2rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.contact-info-wrapper .contact-info-title{font-size:1.6rem}}.contact-info-wrapper .contact-info-subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.contact-info-wrapper .contact-info-items{margin-bottom:0}.contact-info-wrapper .contact-info-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.contact-info-wrapper .contact-info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.contact-info-wrapper .contact-info-item .contact-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-wrapper .contact-info-item .contact-icon svg{color:var(--primary-blue)}.contact-info-wrapper .contact-info-item .contact-details{flex:1}.contact-info-wrapper .contact-info-item .contact-details h4{font-size:1.1rem;font-weight:700;color:var(--dark-blue);margin-bottom:.5rem}.contact-info-wrapper .contact-info-item .contact-details p{color:#666;margin:0;line-height:1.7;font-size:.95rem}.contact-info-wrapper .contact-info-item .contact-details .contact-link{color:var(--primary-blue);text-decoration:none;font-weight:600;transition:color .3s ease}.contact-info-wrapper .contact-info-item .contact-details .contact-link:hover{color:var(--dark-blue);text-decoration:underline}.contact-cta-box{background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:20px;padding:2.5rem;height:100%}@media (max-width: 767.98px){.contact-cta-box{padding:2rem}}.contact-cta-box h3{font-size:1.8rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.contact-cta-box h3{font-size:1.5rem}}.contact-cta-box>p{color:#666;margin-bottom:2rem;font-size:1rem}.contact-cta-box .divider{height:1px;background:linear-gradient(90deg,transparent,#ccc,transparent);margin:2rem 0}.contact-cta-box .contact-social{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-cta-box .contact-social .social-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;text-decoration:none;color:var(--dark-blue);font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.contact-cta-box .contact-social .social-link i{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}.contact-cta-box .contact-social .social-link span{flex:1}.contact-cta-box .contact-social .social-link:hover{transform:translate(5px);box-shadow:0 5px 20px #0047ab33}.contact-cta-box .contact-social .social-link:hover i{transform:scale(1.1)}.contact-cta-box .contact-illustration{text-align:center;margin:2rem 0}.contact-cta-box .contact-illustration img{max-width:100%;height:auto;border-radius:15px;box-shadow:0 5px 20px #0000001a}.contact-cta-box .quick-contact-links h4{font-size:1.3rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem;text-align:center}.contact-cta-box .quick-contact-links .btn{width:100%;margin-bottom:.75rem;padding:.9rem 2rem;font-weight:600;border-radius:50px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-cta-box .quick-contact-links .btn:last-child{margin-bottom:0}.contact-cta-box .quick-contact-links .btn.btn-whatsapp{background:#25d366;border-color:#25d366;color:#fff}.contact-cta-box .quick-contact-links .btn.btn-whatsapp:hover{background:#1da851;border-color:#1da851;transform:translateY(-3px);box-shadow:0 10px 30px #25d3664d}.contact-cta-box .quick-contact-links .btn.btn-primary{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border:none}.contact-cta-box .quick-contact-links .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0047ab4d}.contact-map-section{padding:80px 0;background-color:#f8f9fa}@media (max-width: 767.98px){.contact-map-section{padding:60px 0}}.contact-map-section .map-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.contact-map-section .map-wrapper iframe{width:100%;display:block}.contact-quick-actions{padding:80px 0;background-color:#fff}@media (max-width: 767.98px){.contact-quick-actions{padding:60px 0}}.contact-quick-actions .quick-action-card{background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:2.5rem;text-align:center;height:100%;transition:all .3s ease}@media (max-width: 767.98px){.contact-quick-actions .quick-action-card{padding:2rem}}.contact-quick-actions .quick-action-card:hover{border-color:var(--primary-blue);box-shadow:0 10px 40px #0047ab26;transform:translateY(-5px)}.contact-quick-actions .quick-action-card:hover .quick-action-icon{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue))}.contact-quick-actions .quick-action-card:hover .quick-action-icon svg{color:#fff;transform:scale(1.1)}.contact-quick-actions .quick-action-card .quick-action-icon{width:90px;height:90px;background:linear-gradient(135deg,var(--light-blue),#e3f2fd);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}@media (max-width: 767.98px){.contact-quick-actions .quick-action-card .quick-action-icon{width:80px;height:80px}}.contact-quick-actions .quick-action-card .quick-action-icon svg{color:var(--primary-blue);transition:all .3s ease}.contact-quick-actions .quick-action-card h3{font-size:1.5rem;font-weight:700;color:var(--dark-blue);margin-bottom:1rem}@media (max-width: 767.98px){.contact-quick-actions .quick-action-card h3{font-size:1.3rem}}.contact-quick-actions .quick-action-card p{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.contact-quick-actions .quick-action-card .btn{border-radius:50px;padding:.7rem 2rem;font-weight:600;border-width:2px;transition:all .3s ease}.contact-quick-actions .quick-action-card .btn:hover{background-color:var(--primary-blue);border-color:var(--primary-blue);color:#fff;transform:translateY(-2px)}.landing-page .btn{border-radius:8px;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.landing-page .btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:-1}.landing-page .btn:active:before{width:300px;height:300px}.landing-page .btn-primary{background-color:var(--primary-blue);border:none;padding:.75rem 2rem;color:#fff}.landing-page .btn-primary:hover{background-color:var(--dark-blue);transform:translateY(-2px);box-shadow:0 5px 15px #0047ab4d}.landing-page .btn-primary:active{transform:translateY(0)}.landing-page .btn-primary:focus{box-shadow:0 0 0 .2rem #0047ab80}.landing-page .btn-warning{background-color:var(--accent-yellow);border:none;color:var(--dark-blue);padding:.75rem 2rem}.landing-page .btn-warning:hover{background-color:#ffc700;transform:translateY(-2px);box-shadow:0 5px 15px #ffd70066;color:var(--dark-blue)}.landing-page .btn-warning:active{transform:translateY(0)}.landing-page .btn-warning:focus{box-shadow:0 0 0 .2rem #ffd70080}.landing-page .btn-lg{padding:.875rem 2.5rem;font-size:1.05rem}@media (max-width: 767.98px){.landing-page .btn-lg{padding:.75rem 2rem;font-size:1rem}}.landing-page .btn-sm{padding:.5rem 1.5rem;font-size:.9rem}.landing-page .form-label{font-weight:600;color:var(--dark-blue);margin-bottom:.5rem;font-size:.95rem}.landing-page .form-control,.landing-page .form-select{border:2px solid #e0e0e0;border-radius:8px;padding:.75rem;font-size:1rem;transition:all .3s ease}.landing-page .form-control:focus,.landing-page .form-select:focus{border-color:var(--secondary-blue);box-shadow:0 0 0 .2rem #1e90ff40;outline:none}.landing-page .form-control:hover,.landing-page .form-select:hover{border-color:var(--secondary-blue)}.landing-page .form-control::placeholder,.landing-page .form-select::placeholder{color:#999;font-size:.95rem}.landing-page .form-control.is-invalid,.landing-page .form-select.is-invalid{border-color:#dc3545}.landing-page .form-control.is-invalid:focus,.landing-page .form-select.is-invalid:focus{box-shadow:0 0 0 .2rem #dc354540}.landing-page .form-control.is-valid,.landing-page .form-select.is-valid{border-color:#28a745}.landing-page .form-control.is-valid:focus,.landing-page .form-select.is-valid:focus{box-shadow:0 0 0 .2rem #28a74540}.landing-page textarea.form-control{resize:vertical;min-height:100px}.landing-page .form-select{cursor:pointer;background-position:right .75rem center}.landing-page .section-title{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem;text-align:center;position:relative;padding-bottom:1rem}@media (max-width: 991.98px){.landing-page .section-title{font-size:2rem}}@media (max-width: 767.98px){.landing-page .section-title{font-size:1.75rem}}.landing-page .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));border-radius:2px}.landing-page .section-subtitle{color:#666;text-align:center;margin-bottom:3rem;font-size:1.1rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 767.98px){.landing-page .section-subtitle{font-size:1rem;margin-bottom:2rem}}.landing-page ::-webkit-scrollbar{width:10px}.landing-page ::-webkit-scrollbar-track{background:#f1f1f1}.landing-page ::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}.landing-page ::-webkit-scrollbar-thumb:hover{background:var(--dark-blue)}
