:root{--primary-blue: #5BA8CF;--dark-blue: #2C5F7A;--light-blue: #E8F4F8;--accent-blue: #7BBFDC;--text-dark: #1F2937;--text-gray: #6B7280;--light-gray: #F9FAFB;--border-gray: #E5E7EB;--white: #ffffff;--gold: #F59E0B}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;width:100%;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.7;background:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;line-height:1.3;font-weight:700;color:var(--text-dark)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:1.25rem}.top-bar{background:var(--light-blue);border-bottom:1px solid var(--border-gray);padding:.5rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1001}.top-bar-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.top-bar-left{display:flex;align-items:center}.top-bar-right{display:flex;gap:1rem;align-items:center}.top-bar-social{color:var(--primary-blue);transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:transparent}.top-bar-social:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}.top-bar-contact{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.top-bar-contact:hover{color:var(--primary-blue)}.top-bar-contact svg{color:var(--primary-blue)}.navbar{position:fixed;top:40px;left:0;right:0;background:var(--white);box-shadow:0 2px 20px #00000014;z-index:1000;padding:1.25rem 2rem;transition:all .3s ease}.nav-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo img{max-width:100%;height:auto;display:block}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center;flex:1;justify-content:center}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.nav-menu a:hover{color:var(--primary-blue)}.nav-menu a:hover:after{width:100%}.nav-menu-cta{display:none}.nav-cta-button{background:var(--primary-blue);color:var(--white);padding:.75rem 1.75rem;border-radius:50px;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #5ba8cf4d}.nav-cta-button:hover{background:var(--dark-blue);transform:translateY(-2px);box-shadow:0 6px 20px #5ba8cf66}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px;padding:.5rem}.mobile-menu-toggle span{width:28px;height:3px;background:var(--text-dark);border-radius:3px;transition:.3s}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.footer{background:var(--text-dark);color:#fffc;margin-top:0}.footer-top{border-bottom:1px solid rgba(255,255,255,.1);padding:4rem 2rem 2rem}.footer-container{max-width:1280px;margin:0 auto}.footer-top .footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-col h4{color:var(--white);font-size:1.1rem;margin-bottom:1.5rem;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;font-size:.95rem}.footer-col a:hover{color:var(--primary-blue);padding-left:5px}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.footer-logo img{max-width:100%;height:auto;display:block}.footer-about p{line-height:1.8;margin-bottom:1.5rem;font-size:.95rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:all .3s ease;color:var(--white)}.footer-social a:hover{background:var(--primary-blue);transform:translateY(-3px)}.footer-contact li{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem;font-size:.95rem}.footer-contact svg{flex-shrink:0;color:var(--primary-blue);margin-top:2px}.footer-bottom{padding:1.5rem 2rem}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--primary-blue)}section{padding:5rem 2rem}.container{max-width:1280px;margin:0 auto}@media(max-width:968px){.top-bar{padding:.4rem 1.5rem}.top-bar-right{gap:.5rem}.top-bar-social{width:32px;height:32px}.top-bar-contact span{font-size:.85rem}.navbar{padding:1rem 1.5rem}.nav-menu{display:none;position:fixed;top:120px;left:0;right:0;background:var(--white);flex-direction:column;padding:2rem;box-shadow:0 10px 30px #0000001a;gap:0;max-height:calc(100vh - 120px);overflow-y:auto}.nav-menu.active{display:flex}.nav-menu li{width:100%;border-bottom:1px solid var(--border-gray)}.nav-menu li:last-child{border-bottom:none}.nav-menu a{display:block;padding:1rem 0;font-size:1.1rem}.nav-menu a:after{display:none}.nav-menu-cta{display:list-item;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-gray);border-bottom:none}.nav-menu-cta a{background:var(--primary-blue);color:var(--white);padding:1rem 2rem;border-radius:50px;font-weight:600;text-align:center;display:block;box-shadow:0 4px 15px #5ba8cf4d}.nav-menu-cta a:hover{background:var(--dark-blue)}.nav-cta-button{display:none}.mobile-menu-toggle{display:flex;z-index:1002}body.menu-open{overflow:hidden}.footer-top{padding:3rem 1.5rem 2rem}.footer-bottom{padding:1.5rem}.footer-top .footer-container{grid-template-columns:1fr 1fr;gap:2rem}.footer-col.footer-about{grid-column:1 / -1}.footer-bottom .footer-container{flex-direction:column;gap:1rem;text-align:center}section{padding:3rem 1.5rem}.why-choose{padding:3rem 1.5rem}}.hero{position:relative;background:linear-gradient(135deg,#5ba8cf99,#2c5f7a80),url(/hero.jpg) center/cover no-repeat;padding:6rem 2rem 8rem;overflow:visible;min-height:700px;max-height:700px;margin-top:140px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#5ba8cf66,#2c5f7a4d);z-index:0}.hero-shape{position:absolute;bottom:0;left:0;right:0;height:100px;background:var(--white);clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:1}.hero .container{position:relative;z-index:2;width:100%}.hero-content{max-width:700px;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fffffff2;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:500;color:var(--primary-blue);margin-bottom:1.5rem;box-shadow:0 4px 15px #00000026;backdrop-filter:blur(10px)}.hero-badge svg{color:var(--primary-blue)}.hero h1{margin-bottom:1.5rem;color:var(--white);line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.3rem;color:var(--white);margin-bottom:1rem;line-height:1.6;opacity:.95}.hero-description{font-size:1.05rem;color:var(--white);margin-bottom:2rem;line-height:1.8;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.btn-primary{background:var(--primary-blue);color:var(--white);box-shadow:0 4px 15px #5ba8cf4d}.btn-primary:hover{background:var(--dark-blue);transform:translateY(-2px);box-shadow:0 6px 20px #5ba8cf66}.btn-secondary{background:#fff3;color:var(--white);box-shadow:0 4px 15px #0000001a;border:2px solid rgba(255,255,255,.8);backdrop-filter:blur(10px)}.btn-secondary:hover{background:var(--white);color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:var(--white);font-family:Poppins,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.2)}.stat-label{font-size:.9rem;color:var(--white);opacity:.9}.hero-card{background:var(--white);padding:3rem;border-radius:30px;box-shadow:0 20px 60px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:350px}.hero-icon{color:var(--primary-blue)}.hero-card-badge{position:absolute;top:20px;right:20px;background:var(--primary-blue);color:var(--white);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #5ba8cf4d}.features{margin-top:-80px;padding-top:0;padding-bottom:3rem;position:relative;z-index:3}@media(max-width:968px){.features{margin-top:-40px;padding-bottom:2rem}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #00000014;transition:all .3s ease;position:relative;z-index:1}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f}.feature-icon{width:70px;height:70px;background:var(--light-blue);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-blue)}.feature-card h3{margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-gray);line-height:1.7}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{display:inline-block;background:var(--light-blue);color:var(--primary-blue);padding:.5rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:1rem}.section-description{font-size:1.1rem;color:var(--text-gray);line-height:1.8}.about{background:linear-gradient(135deg,var(--dark-blue) 0%,#1a3f52 100%);padding:4rem 0}.about-container{max-width:1400px;margin:0 auto;padding:2.5rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.about-left{display:flex;flex-direction:column;gap:1.25rem}.about-label{display:inline-block;background:#e8f4f833;color:var(--accent-blue);padding:.4rem 1.2rem;border-radius:50px;font-weight:600;font-size:.85rem;margin-bottom:.5rem;border:1px solid rgba(123,191,220,.3);backdrop-filter:blur(10px);width:fit-content}.about-title{font-size:2.5rem;color:var(--white);line-height:1.2;margin-bottom:.75rem;font-weight:700}.about-title-italic{font-style:italic;font-weight:400}.about-description{color:#ffffffd9;font-size:1rem;line-height:1.6}.about-image-left{border-radius:15px;overflow:hidden;box-shadow:0 15px 40px #0000004d}.about-image-left img{width:100%;height:auto;display:block}.about-right{display:flex;flex-direction:column;gap:1.5rem}.about-image-right{border-radius:15px;overflow:hidden;box-shadow:0 15px 40px #0000004d}.about-image-right img{width:100%;height:auto;display:block}.about-challenges{display:flex;flex-direction:column;gap:1rem;position:relative;padding:1.5rem;background:#5ba8cf1a;border-radius:15px;border-left:3px solid var(--accent-blue)}.challenge-item{display:flex;align-items:center;gap:.75rem;color:var(--white);font-size:.95rem}.challenge-item svg{color:var(--accent-blue);flex-shrink:0}.about-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.about-stat{text-align:left}.about-stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--accent-blue);font-family:Poppins,sans-serif;line-height:1;margin-bottom:.5rem}.about-stat-label{display:block;font-size:.95rem;color:#fffc}.about-cta{text-align:center;padding:2rem;background:#5ba8cf1a;border-radius:15px;border:1px solid rgba(91,168,207,.3)}.about-cta h3{font-size:1.75rem;color:var(--white);margin-bottom:.75rem}.about-cta p{color:#fffc;font-size:1rem;margin-bottom:1.5rem}.services{background:var(--light-gray)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--white);padding:2.5rem;border-radius:20px;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--primary-blue)}.service-card-highlight{border-color:var(--primary-blue);background:linear-gradient(135deg,var(--light-blue) 0%,var(--white) 100%)}.service-icon{width:80px;height:80px;background:var(--light-blue);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary-blue)}.service-card h3{margin-bottom:1rem;color:var(--text-dark)}.service-card>p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.7}.service-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.service-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-gray);font-size:.95rem}.service-list svg{color:var(--primary-blue);flex-shrink:0}.service-badge{position:absolute;top:20px;right:20px;background:var(--primary-blue);color:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600}.services-header{margin-bottom:3rem;text-align:left}.services-title{font-size:2.5rem;color:var(--text-dark);line-height:1.2;margin-top:.5rem;font-weight:700}.services-title-italic{font-style:italic;font-weight:400;color:var(--text-gray)}.service-card-new{position:relative;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:20px;overflow:hidden;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end;padding:0;transition:all .4s ease;cursor:pointer}.service-card-new:before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;background-image:var(--bg-image);opacity:0;transition:opacity .5s ease;z-index:0}.service-card-new[data-bg]:before{background-image:url(attr(data-bg))}.service-card-new:hover:before{opacity:1}.service-card-new:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#2c5f7a4d,#2c5f7ad9);opacity:0;transition:opacity .5s ease;z-index:1}.service-card-new:hover:after{opacity:1}.service-card-new:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000026}.service-icon-circle{position:absolute;top:2rem;left:2rem;width:70px;height:70px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 8px 20px #0000001a;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);z-index:3;transition:all .4s ease}.service-card-new:hover .service-icon-circle{background:#ffffff40;transform:scale(1.05)}.service-content{position:relative;padding:6rem 2rem 2rem;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;min-height:400px}.service-content h3{color:var(--white);font-size:1.5rem;margin-bottom:1rem;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.2)}.service-card-new:hover .service-content h3{margin-bottom:1rem}.service-content p{color:#fffffff2;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;text-shadow:0 1px 5px rgba(0,0,0,.3)}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;padding:.5rem 0}.service-link:hover{gap:.75rem;color:var(--accent-blue)}.service-link svg{transition:transform .3s ease}.service-link:hover svg{transform:translate(3px)}.service-card-featured{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%)}.services-cta-section{margin-top:3rem;text-align:center;display:flex;justify-content:center}.why-choose{background:var(--light-gray);padding:5rem 2rem}.why-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-title{font-size:2.5rem;color:var(--text-dark);line-height:1.2;margin-bottom:2rem;font-weight:700}.why-title-italic{font-style:italic;font-weight:400;color:var(--text-gray)}.why-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.why-item{display:flex;gap:1.5rem;align-items:flex-start}.why-icon-circle{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white);box-shadow:0 8px 20px #5ba8cf4d}.why-item-content h4{margin-bottom:.5rem;color:var(--text-dark);font-size:1.15rem;font-weight:600}.why-item-content p{color:var(--text-gray);line-height:1.7;font-size:.95rem}.why-images{position:relative;display:flex;justify-content:center;align-items:center;min-height:500px}.why-main-image{width:450px;height:550px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026;position:relative;z-index:1}.why-main-image img{width:100%;height:100%;object-fit:cover}.why-overlay-image{position:absolute;bottom:30px;left:-50px;width:280px;height:200px;border-radius:15px;overflow:hidden;box-shadow:0 15px 40px #0003;border:6px solid var(--white);z-index:2}.why-overlay-image img{width:100%;height:100%;object-fit:cover}.why-badge-circle{position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);box-shadow:0 15px 40px #5ba8cf66;z-index:3;cursor:pointer;transition:transform .3s ease}.why-badge-circle:hover{transform:scale(1.05) rotate(5deg)}.why-badge-circle svg{margin-bottom:.5rem}.why-badge-circle span{font-size:.9rem;font-weight:600;text-align:center}.reviews{background:var(--light-gray);position:relative}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.reviews-slider-hint{display:none;text-align:center;margin-top:1rem;color:var(--text-gray);font-size:.9rem}@media(max-width:968px){.reviews-slider-hint{display:block}}.review-card{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.review-stars{display:flex;gap:.25rem;margin-bottom:1.5rem;color:var(--gold)}.review-text{color:var(--text-gray);line-height:1.8;margin-bottom:2rem;font-style:italic}.review-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--primary-blue);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.author-name{font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.author-location{font-size:.9rem;color:var(--text-gray)}.cta-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white)}.cta-content{display:flex;justify-content:space-between;align-items:center;gap:3rem;margin-bottom:3rem}.cta-text h2{color:var(--white);margin-bottom:1rem}.cta-text p{font-size:1.1rem;opacity:.9;line-height:1.7}.cta-actions{display:flex;gap:1rem;flex-shrink:0}.cta-section .btn-primary{background:var(--white);color:var(--primary-blue)}.cta-section .btn-secondary{background:#ffffff1a;color:var(--white);border:2px solid var(--white)}.cta-section .btn-secondary:hover{background:var(--white);color:var(--primary-blue)}.cta-info{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2)}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-item svg{color:var(--white);opacity:.8;flex-shrink:0}.info-label{font-size:.9rem;opacity:.8;margin-bottom:.25rem}.info-value{font-size:1.1rem;font-weight:600}@media(max-width:968px){.hero-content,.about-grid,.why-content,.features-grid,.services-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding-bottom:1rem;scrollbar-width:none}.reviews-grid::-webkit-scrollbar{display:none}.review-card{flex:0 0 85%;scroll-snap-align:center}.hero{padding:8rem 1.5rem 4rem;margin-top:100px;min-height:70vh}.hero-stats{gap:2rem}.stat{flex:1;text-align:center}.about-container{padding:2rem}.about-title{font-size:2rem}.about-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-stat-number{font-size:2rem}.about-stat-label{font-size:.85rem}.cta-content{flex-direction:column;text-align:center}.cta-actions{flex-direction:column;width:100%}.cta-info{grid-template-columns:1fr;gap:2rem}.why-images{min-height:400px}.why-main-image{width:100%;height:400px}.why-overlay-image{width:200px;height:150px;left:-20px;bottom:20px}.why-badge-circle{width:100px;height:100px;right:-10px;bottom:-10px}.why-badge-circle svg{width:30px;height:30px}.why-badge-circle span{font-size:.75rem}.service-card-new{min-height:350px}.services-title{font-size:2rem}}@media(min-width:769px)and (max-width:1200px){.services-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}}
