@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";.header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background-color:var(--white);z-index:1000;transition:var(--transition);border-bottom:1px solid rgba(0,0,0,.05)}.header.scrolled{background-color:var(--white);box-shadow:0 4px 20px #0000001a;height:75px;border-bottom:1px solid rgba(0,0,0,.08)}.header-container{display:flex;justify-content:space-between;align-items:center;height:100%}.logo{display:flex;align-items:center;gap:0rem;color:var(--primary-blue)}.logo-icon-image{height:85px;width:auto;object-fit:contain;transition:var(--transition)}@media (max-width: 768px){.logo-icon-image{height:60px}}.logo-text{margin-left:.5rem;display:flex;flex-direction:column;justify-content:center}.logo-text h1{font-size:1.4rem;font-weight:800;line-height:1;letter-spacing:-.5px;text-transform:uppercase;color:var(--primary-blue);text-align:center}.logo-text .tagline{font-size:.65rem;color:var(--primary-green);font-weight:600;text-transform:uppercase;letter-spacing:1.2px;display:block;text-align:center;margin-top:.2rem}@media (max-width: 480px){.logo-text h1{font-size:1.15rem}.logo-text .tagline{font-size:.55rem;letter-spacing:1px}}.desktop-nav{display:none}@media (min-width: 1100px){.desktop-nav{display:block}}.nav-list{display:flex;gap:2rem}.nav-link{font-weight:500;font-size:.95rem;color:var(--text-main);position:relative;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:var(--primary-green)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-green);transition:var(--transition)}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.contact-btn{display:none!important;align-items:center;justify-content:center;padding:.8rem 1.5rem!important;border-radius:50px!important;font-weight:800!important;font-size:1rem;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.contact-btn svg{display:inline-block;margin-right:.5rem;transform:translateY(-1px)}@media (min-width: 1100px){.contact-btn{display:inline-flex!important;flex-direction:row!important;align-items:center}}.mobile-menu-btn{display:block;color:var(--primary-blue);padding:.5rem;margin-right:-.5rem;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}@media (min-width: 1100px){.mobile-menu-btn{display:none}}.mobile-nav{position:absolute;top:100%;left:0;width:100%;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);padding:1rem 0;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path .4s ease-in-out}.mobile-nav.open{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.mobile-nav-list{display:flex;flex-direction:column}.mobile-nav-link{display:block;padding:1rem 1.5rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary-green);background-color:#2ecc710d}.mobile-nav-link.contact-link{color:var(--primary-blue);font-weight:700}.footer{background-color:var(--primary-blue);color:var(--text-light);padding:0 0 2rem;margin-top:4rem}.footer>.container{padding-top:5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-logo{display:flex;align-items:center;gap:0rem;color:var(--white);margin-bottom:2rem}.footer-logo-image{height:70px;width:auto;object-fit:contain;background-color:transparent}.footer-logo .logo-text{margin-left:-.4rem}.footer-logo .logo-text h2{font-size:1.25rem;font-weight:800;line-height:1.1;letter-spacing:-.5px;text-transform:uppercase}.footer-logo .logo-text .tagline{font-size:.65rem;color:var(--primary-green);font-weight:600;text-transform:uppercase;letter-spacing:1px}.footer-desc{color:#bdc3c7;font-size:.95rem;margin-bottom:1.5rem;max-width:90%}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#ffffff1a;border-radius:50%;color:var(--white);transition:var(--transition)}.social-links a:hover{background-color:var(--primary-green);transform:translateY(-3px)}.footer-title{color:var(--white);font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.8rem}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--primary-green)}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:#bdc3c7;transition:var(--transition);display:inline-block}.footer-links a:hover{color:var(--primary-green);transform:translate(5px)}.contact-info{display:flex;flex-direction:column;gap:1.2rem}.contact-info li{display:flex;align-items:flex-start;gap:1rem;color:#bdc3c7}.contact-icon{color:var(--primary-green);flex-shrink:0;margin-top:.2rem}.contact-info a{color:#bdc3c7}.contact-info a:hover{color:var(--primary-green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#7f8c8d;font-size:.9rem}.footer .trust-strip{background:var(--white);padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 4px 10px #00000005;width:100%}.footer .trust-container{display:flex;align-items:center;justify-content:center;gap:4rem}.footer .trust-text{font-size:.95rem;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:1.5px;opacity:.8}.footer .trust-logos img{height:90px;width:auto;object-fit:contain;filter:grayscale(10%);opacity:.9;transition:var(--transition)}.footer .trust-logos img:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}@media (max-width: 768px){.footer .trust-container{flex-direction:column;gap:1.5rem;text-align:center}.footer .trust-logos img{height:40px}}.hero{height:100vh;min-height:650px;position:relative;display:flex;align-items:center;color:var(--white);overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,58,99,.75) 0%,rgba(15,58,99,.4) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px}.hero-badge{display:inline-block;background-color:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--primary-green);padding:.6rem 1.2rem;border:1px solid rgba(46,204,113,.3);border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:1.5px;text-transform:uppercase;box-shadow:0 4px 15px #0000001a}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media (max-width: 768px){.hero-title{font-size:2.2rem}}.hero-subtitle{font-size:1.2rem;font-weight:500;margin-bottom:2.5rem;opacity:1;max-width:600px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.hero-actions{flex-direction:column;gap:1rem}.hero-btn{width:100%;text-align:center}}.hero-btn{padding:1rem 2rem;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--white);padding:2.5rem 2rem;border-radius:8px;box-shadow:var(--shadow-sm);transition:var(--transition);text-align:center;border-bottom:3px solid transparent}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-md);border-bottom-color:var(--primary-green)}.feature-icon-wrapper{width:70px;height:70px;background-color:#0f3a630d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-blue);transition:var(--transition)}.feature-card:hover .feature-icon-wrapper{background-color:var(--primary-green);color:var(--white)}.feature-card h3{font-size:1.3rem;color:var(--primary-blue);margin-bottom:1rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.about-preview{background-color:var(--dark-bg);padding:6rem 0}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 992px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-wrapper{position:relative}.about-image{width:100%;border-radius:8px;box-shadow:var(--shadow-lg);display:block}.experience-badge{position:absolute;bottom:-20px;right:-20px;background-color:var(--primary-green);color:var(--white);padding:1.5rem;border-radius:8px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;justify-content:center}.experience-badge strong{font-size:1.5rem;line-height:1}.experience-badge span{font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.about-text{color:var(--text-muted);font-size:1.05rem;margin-bottom:1.5rem}.learn-more-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);font-weight:600;margin-top:1rem;border-bottom:2px solid transparent}.learn-more-link:hover{color:var(--primary-green);border-bottom-color:var(--primary-green)}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:3rem 0}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,minmax(300px,400px));justify-content:center}}.product-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-image{height:250px;background-size:cover;background-position:center}.product-info{padding:2rem;text-align:center;display:flex;flex-direction:column;flex-grow:1}@media (max-width: 480px){.product-image{height:200px}.product-info{padding:1.5rem}.products-grid{gap:1.5rem}}.product-info h3{font-size:1.4rem;color:var(--primary-blue);margin-bottom:.8rem}.product-info p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.w-full{width:100%;display:block}.view-all-container{text-align:center;margin-top:2rem}.global-presence{position:relative;background-color:var(--primary-blue);color:var(--white);background-image:linear-gradient(rgba(15,58,99,.75),rgba(15,58,99,.45)),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1920&auto=format&fit=crop);background-size:cover;background-position:center;background-attachment:fixed;padding:10rem 0}@media (max-width: 1024px){.global-presence{background-attachment:scroll;padding:6rem 0}}.presence-content{text-align:left;max-width:100%;margin:0}.text-white{color:var(--white)!important;text-shadow:0 2px 10px rgba(0,0,0,.3)}.presence-desc{font-size:1.15rem;opacity:1;font-weight:500;margin:0 auto 5rem;max-width:900px;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.4);line-height:1.6}.stats-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}@media (min-width: 1200px){.stats-grid{flex-wrap:nowrap;justify-content:space-between;gap:1rem}}.stat-item{display:flex;flex-direction:column;align-items:center;min-width:150px;padding:2rem 1rem;background:rgba(255,255,255,.03);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.stat-item:hover{background:rgba(255,255,255,.08);transform:translateY(-8px);border-color:var(--primary-green);box-shadow:0 10px 30px #0003}.stat-number{font-size:2.2rem;font-weight:800;color:var(--primary-green);margin-bottom:.5rem;white-space:nowrap;text-shadow:0 2px 10px rgba(0,0,0,.2)}.stat-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--white);opacity:.9}.cta-section{background-color:var(--dark-bg)}.cta-container{display:flex;flex-direction:column;background:var(--white);padding:4rem;border-radius:12px;box-shadow:var(--shadow-md);align-items:center;text-align:center;gap:2rem}@media (max-width: 768px){.cta-container{padding:2.5rem 1.5rem}.cta-text h2{font-size:1.6rem}}@media (min-width: 992px){.cta-container{flex-direction:row;justify-content:space-between;text-align:left}}.cta-text h2{font-size:2rem;color:var(--primary-blue);margin-bottom:.5rem}.cta-text p{color:var(--text-muted);font-size:1.1rem}.btn-lg{padding:1.2rem 2.5rem;font-size:1.1rem}@media (max-width: 768px){.hero{height:100vh;height:100dvh;padding:0;min-height:500px}.global-presence{padding:4rem 0}.presence-desc{font-size:1.05rem;margin-bottom:2.5rem}.stats-grid{justify-content:center;gap:1rem}.stat-item{min-width:unset;flex:1 1 calc(50% - .5rem);padding:1.5rem .5rem}.stat-number{font-size:1.8rem}}@media (max-width: 480px){.stat-item{flex:1 1 100%}.stat-number{font-size:1.6rem}}.about-page{width:100%;overflow-wrap:break-word;word-wrap:break-word}.about-hero{background-image:url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1920&auto=format&fit=crop)}.our-story{background-color:var(--white);padding-bottom:0}.story-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 992px){.story-grid{grid-template-columns:1fr 1fr}}.story-content h2{text-align:left;margin-bottom:1.5rem}@media (max-width: 991px){.story-content h2{text-align:center}.story-grid{gap:2.5rem}}.story-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8}.story-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.story-image-wrapper img{width:100%;height:auto;display:block;transition:var(--transition)}.story-image-wrapper:hover img{transform:scale(1.05)}.core-values{background-color:var(--dark-bg);padding-top:1.5rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background:var(--white);padding:3rem 2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;overflow:hidden;z-index:1}.value-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-green);transition:var(--transition);z-index:-1}.value-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.value-card:hover:before{height:100%;opacity:.05}.value-icon{color:var(--primary-green);margin-bottom:1.5rem;transition:var(--transition)}.value-card:hover .value-icon{transform:scale(1.1);color:var(--primary-blue)}.value-card h3{font-size:1.5rem;color:var(--primary-blue);margin-bottom:1rem}.value-card p{color:var(--text-muted);line-height:1.6}.about-cta{background-color:var(--primary-blue);color:var(--white);text-align:center;padding:6rem 0}.about-cta h2{font-size:2.2rem;margin-bottom:1.5rem;color:var(--white)}@media (max-width: 768px){.about-cta h2{font-size:1.8rem}.about-cta p{font-size:1.1rem;padding:0 1.5rem}}@media (max-width: 480px){.about-hero h1{font-size:2.2rem!important}}@media (max-width: 380px){.about-hero h1{font-size:1.8rem!important}}.about-cta p{font-size:1.2rem;opacity:1;font-weight:500;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 480px){.cta-buttons{flex-direction:column;padding:0 1rem}.cta-buttons .btn{width:100%}}.products-page{width:100%}.products-hero{background-image:url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?q=80&w=2070&auto=format&fit=crop)}.products-intro{text-align:center;margin-bottom:4rem}.products-intro p{max-width:800px;margin:0 auto;font-size:1.25rem;color:var(--text-muted);line-height:1.8}.product-section{padding:5rem 0}.product-section:nth-child(2n){background-color:var(--dark-bg)}.product-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 992px){.product-grid{grid-template-columns:1fr 1fr}}.product-section:nth-child(2n) .product-grid{direction:rtl}.product-section:nth-child(2n) .product-content{direction:ltr}.product-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3;direction:ltr}@media (max-width: 768px){.product-image-container{aspect-ratio:16/9;max-height:250px}}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-image-container:hover img{transform:scale(1.08)}.product-content h2,.product-mobile-header h2,.product-desktop-header h2{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1.5rem;font-weight:700}.product-mobile-header{display:none}.product-mobile-header h2{margin-bottom:0}.product-content p{font-size:1.15rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.product-features{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.feature-tag{background:rgba(46,204,113,.1);color:var(--primary-green);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.product-inquiry-btn{background:var(--primary-blue);color:var(--white);padding:1rem 2rem;border-radius:50px;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none}.product-inquiry-btn:hover{background:var(--primary-green);transform:translateY(-3px);box-shadow:0 10px 20px #2ecc7133}@media (max-width: 991px){.product-section{padding:3rem 0}.product-grid{gap:2rem}.product-content h2,.product-mobile-header h2,.product-desktop-header h2{font-size:2rem}.product-mobile-header{display:block;margin-bottom:-.5rem}.product-desktop-header{display:none}}@media (max-width: 480px){.product-section{padding:2rem 0}.product-grid{gap:1.5rem}.product-content h2,.product-mobile-header h2,.product-desktop-header h2{font-size:1.75rem}.product-content p{font-size:1.05rem;margin-bottom:1.5rem}}.mission-vision-page{width:100%}.mv-hero{background-image:url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2026&auto=format&fit=crop)}.mv-hero .hero-overlay{background:linear-gradient(135deg,rgba(15,58,99,.95) 0%,rgba(46,204,113,.8) 100%)}.mv-split-section{display:flex;flex-direction:column}@media (min-width: 992px){.mv-split-section{flex-direction:row;min-height:600px}.split-panel{width:50%}}.split-panel{flex:1;padding:3.5rem 6%;display:flex;align-items:center;position:relative;overflow:hidden}.mission-panel{background-color:var(--white);border-right:1px solid rgba(0,0,0,.05)}.mission-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;opacity:.1;z-index:1}.vision-panel{background-color:var(--dark-bg)}.vision-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop);background-size:cover;background-position:center;opacity:.12;z-index:1}.panel-content{max-width:500px;position:relative;z-index:2}.icon-badge{background:rgba(15,58,99,.08);color:var(--primary-blue);width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 4px 15px #0f3a631a}.icon-badge.green{background:rgba(46,204,113,.1);color:var(--primary-green)}.panel-content h2{font-size:2.8rem;font-weight:800;color:var(--primary-blue);margin-bottom:1.5rem;letter-spacing:-.5px}.panel-content p{font-size:1.15rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.panel-list{display:flex;flex-direction:column;gap:1rem}.panel-list li{display:flex;align-items:center;gap:12px;color:var(--text-main);font-weight:600;font-size:1rem}.panel-list li svg{color:var(--primary-green)}.pillars-section{padding:8rem 0;background:var(--white)}.pillars-grid-large{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}@media (min-width: 768px){.pillars-grid-large{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.pillars-grid-large{grid-template-columns:repeat(4,1fr)}}.pillar-item{padding:1.8rem 1.5rem;background:var(--white);border-radius:16px;box-shadow:0 10px 30px #00000008;text-align:center;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(0,0,0,.02)}.pillar-icon-box{width:50px;height:50px;margin:0 auto 1.5rem;background:var(--primary-blue);color:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0f3a6326}.pillar-icon-box.green{background:var(--primary-green)}.pillar-item h3{font-size:1.25rem;color:var(--primary-blue);margin-bottom:.75rem;font-weight:700}.pillar-item p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.bg-dark-professional{background-color:#0a2138;padding:6rem 0}.text-white{color:var(--white)!important}.text-white-muted{color:#fff9!important}.philosophy-grid-modern{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:5rem}@media (min-width: 768px){.philosophy-grid-modern{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.philosophy-grid-modern{grid-template-columns:repeat(3,1fr)}}.phil-card{display:flex;gap:1.2rem;padding:1.8rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:16px;transition:all .3s ease}.phil-card:hover{background:rgba(255,255,255,.06);border-color:var(--primary-green);transform:translate(10px)}.phil-icon{color:var(--primary-green);flex-shrink:0}.phil-text h3{color:var(--white);font-size:1.15rem;margin-bottom:.5rem;font-weight:600}.phil-text p{color:#fff9;font-size:.85rem;line-height:1.5}.promise-section{padding-bottom:8rem}.promise-box{background:linear-gradient(135deg,var(--primary-blue) 0%,#1a4f7e 100%);border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;gap:2.5rem;align-items:center;color:var(--white);text-align:center;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f3a634d}@media (min-width: 992px){.promise-box{flex-direction:row;text-align:left;padding:3rem 4rem}}.promise-content{flex:1;position:relative;z-index:2}.promise-content h3{color:var(--primary-green);text-transform:uppercase;letter-spacing:3px;font-size:.9rem;font-weight:700;margin-bottom:1.5rem}.promise-content h2{font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.promise-content p{font-size:1.15rem;font-style:italic;opacity:.9;margin-bottom:2rem;line-height:1.6}.founder-signature{font-weight:600;letter-spacing:1px;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem}.promise-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.visual-circle{width:180px;height:180px;border:1px dashed rgba(255,255,255,.2);border-radius:50%;animation:rotate 20s linear infinite}.floating-shield{position:absolute;width:80px;height:80px;color:var(--primary-green);opacity:.8;filter:drop-shadow(0 0 20px rgba(46,204,113,.4));animation:float-y 4s ease-in-out infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.panel-content h2{font-size:2rem}.promise-box{padding:2rem 1.5rem;gap:2rem;border-radius:16px}.promise-content h2{font-size:1.8rem;margin-bottom:1rem}.promise-content p{font-size:1rem;margin-bottom:1.5rem}.visual-circle{width:140px;height:140px}.floating-shield{width:60px;height:60px}}.roots-page{width:100%}.roots-hero{background-image:url(https://images.unsplash.com/photo-1500937386664-56d1dfef3854?q=80&w=2070&auto=format&fit=crop)}.philosophy-intro{margin-top:1rem;padding:3rem 0}.philosophy-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.philosophy-grid{grid-template-columns:1fr 1fr}}.badge{background:rgba(46,204,113,.1);color:var(--primary-green);padding:.4rem 1rem;border-radius:50px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;display:inline-block}.philosophy-text h2{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1.5rem}@media (max-width: 768px){.philosophy-text{text-align:center}.philosophy-text .badge{margin-left:auto;margin-right:auto;display:inline-block}.philosophy-text h2{font-size:1.8rem}.philosophy-text p{font-size:1rem}}.philosophy-text p{font-size:1.15rem;color:var(--text-muted);margin-bottom:1.5rem}.rounded-img{border-radius:20px;width:100%;aspect-ratio:4/3;object-fit:cover}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.pillar-card{background:var(--white);padding:3rem 2.5rem;border-radius:16px;text-align:center;transition:var(--transition);border:1px solid rgba(0,0,0,.05)}.pillar-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--primary-green)}.pillar-icon{width:70px;height:70px;background:rgba(46,204,113,.1);color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.pillar-card h3{font-size:1.4rem;color:var(--primary-blue);margin-bottom:1rem}.pillar-card p{color:var(--text-muted)}.pillars-section{padding:3rem 0}.journey-section{padding:4rem 0;background-color:var(--white);overflow:hidden}.journey-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:flex-start}@media (min-width: 1024px){.journey-grid{grid-template-columns:1.1fr .9fr;gap:6rem}}.journey-timeline{position:relative;display:flex;flex-direction:column;gap:2rem}.journey-item:not(:last-child):before{content:"";position:absolute;left:19px;top:20px;height:calc(100% + 2rem);width:2px;background-color:var(--primary-green);z-index:1}.journey-item{display:flex;gap:2rem;position:relative}.journey-dot{width:40px;height:40px;background-color:var(--primary-blue);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;z-index:2;box-shadow:0 0 0 5px var(--white)}.journey-content h4{font-size:1.6rem;color:var(--primary-blue);margin-bottom:.8rem;font-weight:700;line-height:1.2}.journey-content p{color:var(--text-muted);font-size:1.1rem;line-height:1.7;max-width:500px}.journey-visual{display:flex;align-items:center;justify-content:center;position:relative;min-height:500px}.airplane-path-container{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.journey-path-img{max-width:100%;height:auto;object-fit:contain;opacity:.9;filter:drop-shadow(0 10px 15px rgba(0,0,0,.05))}@media (max-width: 1023px){.journey-visual{order:-1;min-height:350px;margin-top:0;justify-content:center}.airplane-path-container{background-position:center;min-height:350px}}.roots-cta{text-align:center;background:var(--primary-blue);color:var(--white);border-radius:24px;padding:5rem 2rem;margin-top:4rem;margin-bottom:4rem}.cta-icon{color:var(--primary-green);margin-bottom:2rem}.roots-cta h2{font-size:2.5rem;margin-bottom:1rem}@media (max-width: 768px){.roots-cta{padding:3.5rem 1.5rem;margin-top:2rem;margin-bottom:2rem}.roots-cta h2{font-size:1.6rem;line-height:1.3}.roots-cta p{font-size:1rem;margin-bottom:2rem}}@media (max-width: 380px){.roots-cta h2{font-size:1.4rem}}.roots-cta p{font-size:1.25rem;margin-bottom:2.5rem;opacity:1;font-weight:500}.contact-page{width:100%}.contact-hero{background-image:url(https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069&auto=format&fit=crop)}.contact-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:-2rem;background:var(--white);padding:4rem;border-radius:20px;box-shadow:var(--shadow-lg);position:relative;z-index:2}@media (max-width: 768px){.contact-grid{margin-top:2rem;padding:2.5rem 1.5rem;gap:3rem;border-radius:12px;box-shadow:var(--shadow-md)}}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1.5fr}}.info-intro h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:1rem}.info-intro p{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.info-cards{display:flex;flex-direction:column;gap:2rem}.info-card{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;border-radius:16px;background:var(--white);border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.165,.84,.44,1)}@media (max-width: 480px){.info-card{padding:1.25rem;gap:1rem}}.info-card:hover{background:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-5px);border-color:var(--primary-green)}.icon-box{background:linear-gradient(135deg,var(--primary-blue) 0%,#1a4f7e 100%);color:var(--white);width:55px;height:55px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px #0f3a6333}@media (max-width: 480px){.icon-box{width:45px;height:45px}.icon-box svg{width:20px;height:20px}}.info-text h3{font-size:1.1rem;color:var(--primary-blue);margin-bottom:.25rem}.info-text p{color:var(--text-main);font-weight:500}.contact-link{color:var(--text-main);font-weight:500;display:block;transition:var(--transition)}.contact-link:hover{color:var(--primary-green)}.info-text .sub-text{font-size:.9rem;color:var(--text-muted);font-weight:400;margin-top:.25rem}.premium-form,.form-row{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.form-row{flex-direction:row}.form-row>div{flex:1}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--primary-blue);font-size:.95rem;display:flex;align-items:center;gap:.5rem}.form-group label svg{color:var(--primary-green);opacity:.8}@media (max-width: 768px){.info-intro h2{font-size:1.8rem;text-align:left}.info-intro p{text-align:left;margin-bottom:2rem;font-size:1rem}}.form-group input,.form-group textarea{padding:1rem;border:1px solid #e1e8ed;border-radius:8px;font-family:inherit;font-size:1rem;transition:var(--transition);background:#fdfdfd}.custom-phone-group{display:flex;align-items:stretch;background:var(--white);border:1px solid #dcdfe6;border-radius:4px;overflow:visible;height:45px}.custom-country-selector{position:relative;display:flex;align-items:center;outline:none}.custom-country-selector:focus-visible .flag-toggle{box-shadow:inset 0 0 0 2px var(--primary-green)}.flag-toggle{display:flex;align-items:center;gap:.5rem;padding:0 .8rem;height:100%;background-color:#f0f4ff;border-right:1px solid #dcdfe6;cursor:pointer;transition:all .2s ease}.flag-toggle:hover,.flag-toggle.active{background-color:#e6edff}.current-flag{font-size:1.4rem}.arrow{color:var(--primary-blue);transition:transform .3s ease}.arrow.rotate{transform:rotate(180deg)}.country-dropdown-menu{position:absolute;top:100%;left:0;width:320px;max-height:300px;background:var(--white);border:1px solid #dcdfe6;border-radius:4px;box-shadow:0 4px 12px #00000026;overflow-y:auto;z-index:1000;margin-top:5px;scroll-behavior:smooth}.country-option{display:flex;align-items:center;padding:.8rem 1rem;cursor:pointer;font-size:.95rem;transition:background .2s}.country-option:hover{background-color:#f5f7fa}.option-name{color:var(--text-main);font-weight:500}.input-with-code{flex:1;display:flex;align-items:center;padding:0 1rem}.fixed-code{color:var(--text-main);font-weight:500;margin-right:.8rem;font-size:1rem;white-space:nowrap}.input-with-code input{border:none!important;padding:0!important;height:100%!important;width:100%;font-size:1rem;background:transparent!important;box-shadow:none!important}.input-with-code input:focus{outline:none}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 4px #2ecc711a;background:var(--white)}.submit-container{display:flex;justify-content:center;width:100%;margin-top:1rem}.submit-btn.pill-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:1.2rem 3.5rem;width:auto;min-width:280px;background-color:#4285f4;color:var(--white);border-radius:50px;font-size:1rem;font-weight:700;letter-spacing:.5px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);line-height:1;border:none;box-shadow:0 4px 15px #4285f44d}.submit-btn.pill-btn:hover{background-color:#3367d6;transform:translateY(-3px) scale(1.02);box-shadow:0 6px 20px #4285f466}.submit-btn.pill-btn span{display:inline-block;line-height:1}.submit-btn.pill-btn svg{display:inline-block;flex-shrink:0;transition:transform .3s ease}.submit-btn.pill-btn:hover svg{transform:translate(4px) translateY(-2px)}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:0 4px 15px #0003;z-index:1001;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #00a34966;background-color:#128c7e}.whatsapp-icon{width:32px;height:32px}@media (max-width: 768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-icon{width:26px;height:26px}}@keyframes pulse-whatsapp{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.whatsapp-float{animation:fadeIn .5s ease-out}:root{--primary-blue: #0f3a63;--primary-green: #2ecc71;--dark-bg: #f8f9fa;--white: #ffffff;--text-main: #1e293b;--text-muted: #475569;--text-light: #f5f6fa;--header-height: 100px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 15px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;position:relative}body{font-family:Montserrat,sans-serif;color:var(--text-main);background-color:var(--white);line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:Inter,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}@media (max-width: 768px){.section-title{font-size:2rem}}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 3rem}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:4px;font-weight:600;font-size:1rem;transition:var(--transition)}.btn-primary{background-color:var(--primary-green);color:var(--white)}.btn-primary:hover{background-color:#27ae60;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;border:2px solid var(--white);color:var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--primary-blue);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards}.standard-hero{position:relative;height:380px;display:flex;align-items:center;justify-content:center;color:var(--white);text-align:center;overflow:hidden;background-size:cover;background-position:center}.standard-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(15,58,99,.9) 0%,rgba(46,204,113,.7) 100%);z-index:1}.standard-hero .container{position:relative;z-index:2;max-width:800px}.standard-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}@media (max-width: 768px){.standard-hero h1{font-size:2.2rem}}.standard-hero p{font-size:1.25rem;opacity:1;font-weight:500;margin:0 auto}@media (max-width: 768px){.standard-hero p{font-size:1.1rem}}
