@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap";:root{--navy:#21838b;--navy-deep:#155c63;--navy-light:#2996a0;--navy-muted:#1d6c73;--gold:#c2a668;--gold-light:#d4bc84;--gold-dark:#a8894f;--teal:#207a85;--teal-light:#279eb0;--teal-dark:#185e67;--text-muted:#67624c;--text-light:#a8b3be;--text-white:#f0ede8;--white:#fff;--whatsapp:#25d366;--whatsapp-dk:#1da851;--font-serif:"Montserrat", system-ui, sans-serif;--font-sans:"Montserrat", system-ui, sans-serif;--section-py:80px;--r-sm:6px;--r-md:12px;--r-lg:20px;--r-xl:32px;--r-full:9999px;--shadow-card:0 2px 24px #00000040;--shadow-gold:0 0 40px #c2a6682e;--shadow-teal:0 0 30px #207a8540;--shadow-hover:0 8px 48px #00000059;--ease:all .35s cubic-bezier(.4, 0, .2, 1);--ease-slow:all .6s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--navy);color:var(--text-white);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:var(--font-sans);border:none;outline:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--navy-deep)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}.container{max-width:1180px;margin:0 auto;padding:0 32px}.section{padding:var(--section-py) 0}.section--alt{background:var(--navy-deep)}.eyebrow{font-family:var(--font-sans);letter-spacing:3px;text-transform:uppercase;color:var(--teal-light);font-size:.7rem;font-weight:700}.section-label:before,.section-label:after{content:"";background:var(--gold);opacity:.5;flex:1;max-width:40px;height:1px}.section-title{font-family:var(--font-serif);text-align:center;color:var(--text-white);margin-bottom:20px;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.2}.section-title em{color:var(--gold);font-style:italic}.section-desc{color:var(--text-light);text-align:center;max-width:650px;margin:0 auto 72px;font-size:1.15rem;font-weight:400;line-height:1.7}.gold-line{background:var(--gold);border-radius:1px;width:48px;height:2px;margin:20px auto 48px}.btn{font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;border-radius:var(--r-full);transition:var(--ease);white-space:nowrap;align-items:center;gap:10px;padding:16px 32px;font-size:.85rem;font-weight:600;display:inline-flex}.btn--gold{background:var(--gold);color:#fff;border:2px solid var(--gold);box-shadow:0 4px 24px #c2a6684d}.btn--gold:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 36px #c2a66873}.btn--teal{background:var(--teal);color:var(--white);border:2px solid var(--teal);box-shadow:0 4px 24px #207a854d}.btn--teal:hover{background:var(--teal-light);border-color:var(--teal-light);transform:translateY(-2px);box-shadow:0 8px 36px #207a8566}.btn--outline-gold{color:var(--gold);border:2px solid var(--gold);background:0 0}.btn--outline-gold:hover{background:#c2a6681a;transform:translateY(-2px)}.btn--outline-white{color:var(--text-white);background:0 0;border:2px solid #f0ede859}.btn--outline-white:hover{background:#f0ede80f;border-color:#f0ede899;transform:translateY(-2px)}.btn--wpp{background:var(--whatsapp);color:#fff;border:2px solid var(--whatsapp);box-shadow:0 4px 24px #25d36659}.btn--wpp:hover{background:var(--whatsapp-dk);border-color:var(--whatsapp-dk);transform:translateY(-2px);box-shadow:0 8px 36px #25d36680}.reveal{opacity:0;transform:translateY(36px)}.reveal.in{opacity:1;transition:opacity .8s,transform .8s;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-36px)}.reveal-left.in{opacity:1;transition:opacity .8s,transform .8s;transform:translate(0)}.reveal-right{opacity:0;transform:translate(36px)}.reveal-right.in{opacity:1;transition:opacity .8s,transform .8s;transform:translate(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-wpp{0%,to{box-shadow:0 0 #25d36680}50%{box-shadow:0 0 0 14px #25d36600}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer-line{0%{transform:translate(-100%)}to{transform:translate(100%)}}.divider{background:linear-gradient(90deg,#0000,#c2a66840,#0000);border:none;height:1px;margin:0}@media (width<=768px){.container{padding:0 20px}:root{--section-py:56px}}.mobile-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;gap:16px;margin-top:-24px;padding:24px 2px;display:flex;overflow-x:auto}.mobile-carousel-item{scroll-snap-align:center;flex:0 0 85%;height:auto;padding-top:20px}.carousel-wrapper{padding-bottom:56px;position:relative}.carousel-arrow{width:44px;height:44px;color:var(--navy-deep);z-index:10;cursor:pointer;transition:var(--ease);background:#fffffff2;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;box-shadow:0 4px 12px #00000026}.carousel-arrow:hover{background:var(--gold);color:#fff;transform:scale(1.05)}.carousel-arrow:active{transform:scale(.95)}.carousel-arrow--left{left:calc(50% - 52px)}.carousel-arrow--right{right:calc(50% - 52px)}@media (width>=769px){.carousel-arrow{display:none}}.nb{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:var(--ease);background:#165b61f5;border-bottom:1px solid #c2a66826;padding:16px 0;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 32px #0006}.nb--scrolled{padding:12px 0}.nb__inner{justify-content:space-between;align-items:center;display:flex}.nb__logo{flex-direction:column;align-items:center;line-height:1;display:flex}.nb__logo-img{object-fit:contain;width:auto;height:90px;margin:-15px 0;transition:transform .3s}.nb__logo:hover .nb__logo-img{transform:scale(1.05)}.nb__nav{position:absolute;left:50%;transform:translate(-50%)}.nb__links{align-items:center;gap:32px;display:flex}.nb__link{font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;color:#fff;transition:var(--ease);font-size:.75rem;font-weight:600}.nb__link:hover{color:var(--gold)}.nb__cta{background:var(--gold);color:#fff;font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;border-radius:var(--r-sm);transition:var(--ease);align-items:center;gap:8px;padding:12px 24px;font-size:.75rem;font-weight:700;display:inline-flex}.nb__cta:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 4px 16px #c2a6684d}.nb__toggle{color:var(--text-white);background:0 0;display:none}.nb__drawer{background:var(--navy-deep);z-index:999;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:24px;transition:opacity .3s;display:none;position:fixed;inset:0}.nb__drawer--open{opacity:1;pointer-events:all}.nb__drawer-link{font-family:var(--font-serif);color:var(--text-white);padding:12px 32px;font-size:2rem;font-weight:600;display:block}.nb__drawer-cta{margin-top:24px}@media (width<=1024px){.nb__nav{display:none}.nb__toggle{display:block}.nb__drawer{display:flex}.nb__cta{display:none}}.hero{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center 60%;filter:brightness(.8)saturate(1.1);width:100%;height:100%}.hero__overlay{background:linear-gradient(90deg,#0009 0%,#00000040 35%,#0000 60%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0% 90px,#000 160px 100%);mask-image:linear-gradient(#0000 0% 90px,#000 160px 100%)}.hero__main{z-index:2;flex:1;grid-template-columns:1.1fr 380px;align-items:center;gap:40px;padding-top:100px;padding-bottom:40px;display:grid;position:relative}.hero__left{flex-direction:column;gap:16px;display:flex}.hero__title{font-family:var(--font-sans);color:var(--text-white);text-shadow:0 2px 6px #000c,0 4px 16px #0009;margin-top:-4px;font-size:clamp(2rem,3.5vw,2.7rem);font-weight:700;line-height:1.15}.hero__title em{color:var(--gold);font-style:italic}.hero__sub{color:#fff;text-shadow:0 2px 4px #000c,0 4px 12px #00000080;max-width:600px;font-size:1.05rem;font-weight:400;line-height:1.5}.hero__features{flex-wrap:wrap;gap:12px 24px;margin-top:4px;display:flex}.hero__feat{align-items:center;gap:8px;display:flex}.hero__feat-icon{width:28px;height:28px;color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__feat-icon svg{stroke-width:1.5px;width:20px;height:20px}.hero__feat-title{color:var(--text-white);text-shadow:0 2px 4px #000c;font-size:.8rem;font-weight:700;line-height:1.2;display:block}.hero__feat-sub{color:#f0ede8e6;text-shadow:0 2px 4px #000c;font-size:.7rem;display:block}.hero__ctas{flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;display:flex}.hero__cta-primary{background:var(--gold);color:#fff;font-family:var(--font-sans);letter-spacing:.5px;border-radius:var(--r-sm);transition:var(--ease);align-items:center;gap:10px;padding:14px 28px;font-size:.8rem;font-weight:700;display:inline-flex}.hero__cta-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.hero__cta-secondary{color:var(--text-white);font-family:var(--font-sans);letter-spacing:.5px;border-radius:var(--r-sm);transition:var(--ease);background:0 0;border:1px solid #f0ede866;align-items:center;gap:8px;padding:12px 26px;font-size:.8rem;font-weight:600;display:inline-flex}.hero__cta-secondary:hover{background:#f0ede81a}.hero__wpp-note{color:#fff;align-items:center;gap:8px;margin-top:-2px;font-size:.95rem;display:flex}.hero__wpp-note svg{color:var(--gold);width:14px;height:14px}.hero__form-card{-webkit-backdrop-filter:blur(16px);background:#165b61bf;border:1px solid #ffffff14;border-radius:12px;overflow:hidden;box-shadow:0 16px 32px #00000080}.hero__form-header{text-align:center;padding:24px 24px 12px;position:relative}.hero__form-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.hero__form-title{font-family:var(--font-sans);color:var(--gold);margin-bottom:2px;font-size:1.15rem;font-weight:600}.hero__form-sub{color:#f0ede8b3;font-size:.7rem;font-weight:400}.hero__form-body{flex-direction:column;gap:12px;padding:0 24px 24px;display:flex}.hf__field{flex-direction:column;gap:4px;display:flex}.hf__label{color:#f0ede8e6;font-size:.7rem;font-weight:500}.hf__input-wrap{align-items:center;display:flex;position:relative}.hf__input{border-radius:var(--r-sm);width:100%;color:var(--text-white);font-family:var(--font-sans);transition:var(--ease);appearance:none;background:#00000040;border:1px solid #ffffff1f;padding:10px 32px 10px 12px;font-size:.8rem}.hf__input::placeholder{color:#f0ede866}.hf__input:focus{border-color:#ffffff4d;outline:none}.hf__input::-webkit-calendar-picker-indicator{filter:invert(.6);cursor:pointer}.hf__select{cursor:pointer;padding-right:36px}.hf__select option{color:var(--text-white);background:#18222b}.hf__icon{color:#f0ede880;pointer-events:none;align-items:center;display:flex;position:absolute;right:14px}.hf__icon svg{width:14px;height:14px}.hf__icon--select{pointer-events:none}.hf__submit{background:var(--gold);color:#fff;font-family:var(--font-sans);letter-spacing:.5px;border-radius:var(--r-sm);transition:var(--ease);justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:16px 20px;font-size:.8rem;font-weight:700;display:flex}.hf__submit:hover{background:var(--gold-light);transform:translateY(-2px)}.hero__strip{z-index:2;background:0 0;margin-top:-10px;padding-bottom:24px;position:relative}.hero__strip-inner{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.hero__strip-item{border-radius:var(--r-md);transition:var(--ease);background:#165b61d9;border:1px solid #ffffff0d;align-items:center;gap:12px;padding:14px 16px;display:flex}.hero__strip-item:hover{background:#165b61;border-color:#ffffff1a}.hero__strip-icon{color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__strip-icon svg{stroke-width:1.5px;width:24px;height:24px}.hero__strip-title{font-family:var(--font-sans);color:var(--text-white);margin-bottom:2px;font-size:.8rem;font-weight:600}.hero__strip-desc{color:#f0ede899;font-size:.65rem;font-weight:400;line-height:1.3}.hero__modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#0009;align-items:flex-end;display:flex;position:fixed;inset:0}.hero__modal-content{background:#102a30;border-radius:20px 20px 0 0;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 -10px 40px #00000080}.hero__modal-content .hero__form-card{box-shadow:none;background:0 0;border:none;border-radius:0}@media (width<=1024px){.hero__main{grid-template-columns:1fr;gap:40px}.hero__right{width:100%;max-width:480px;margin:0 auto}.hero__strip-inner{grid-template-columns:repeat(2,1fr)}.hero__strip{margin-top:0}.hero__cta-secondary{display:flex}}@media (width<=600px){.hero__main{gap:24px;padding-top:130px}.hero__overlay{background:linear-gradient(#000000d9 0%,#00000080 60%,#0003 100%);-webkit-mask-image:none;mask-image:none}.hero__strip-inner{grid-template-columns:1fr}.hero__features{flex-direction:column;gap:8px 16px}.hero__feat-icon{width:24px;height:24px}.hero__feat-title{margin-right:4px;font-size:.85rem;display:inline-block}.hero__feat-sub{font-size:.85rem;display:inline-block}.hero__title{margin-bottom:0;font-size:1.85rem}.hero__sub{margin-bottom:8px;font-size:.95rem;line-height:1.4}.hero__bg-img{object-position:70% 50%}}.services{background:#fff;padding:80px 0;position:relative;overflow:hidden}.services__inner{flex-direction:column;gap:48px;display:flex}.services__header{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:800px;margin:0 auto;display:flex}.services__badge-line{justify-content:center;align-items:center;gap:16px;display:flex}.sbl-line{background:#cba86a;width:48px;height:1px}.sbl-text{color:#cba86a;font-family:var(--font-sans);letter-spacing:2px;text-transform:uppercase;font-size:.75rem;font-weight:700}.services__title{font-family:var(--font-sans);color:var(--navy-deep);letter-spacing:-.5px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.15}.services__title em{font-family:var(--font-serif);color:#cba86a;font-style:italic;font-weight:400}.services__sub{color:#4a5568;font-size:1.15rem;font-weight:500;line-height:1.6}.services__cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.srv-card{transition:var(--ease);background:#fff;border:1px solid #00000005;border-radius:12px;flex-direction:column;height:100%;display:flex;position:relative;overflow:visible;box-shadow:0 4px 30px #0000000f}.srv-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.srv-card--featured{box-shadow:0 0 0 1px #cba86a,0 12px 40px #00000014}.srv-card__feat-badge{color:#fff;font-family:var(--font-sans);letter-spacing:1px;z-index:10;background:#cba86a;border-radius:6px;align-items:center;gap:6px;padding:8px 14px;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;top:-16px;left:24px;box-shadow:0 4px 12px #cba86a66}.srv-card__feat-badge svg{width:12px;height:12px}.srv-card__img-top{border-radius:12px 12px 0 0;width:100%;height:220px;position:relative;overflow:hidden}.srv-card__img-top img{object-fit:cover;object-position:center center;width:100%;height:100%}.srv-card--featured .srv-card__img-top img{object-position:center 30%}.srv-card:nth-child(2) .srv-card__img-top img{object-position:center 40%}.srv-card:nth-child(3) .srv-card__img-top img,.srv-card:nth-child(4) .srv-card__img-top img{object-position:center 60%}.srv-card__curve-bottom{z-index:2;width:100%;height:auto;position:absolute;bottom:-1px;left:0}.srv-card__content{text-align:center;flex-direction:column;flex:1;align-items:center;padding:24px 24px 32px;display:flex}.srv-card__title{font-family:var(--font-serif);color:var(--navy-deep);font-size:1.3rem;font-weight:700;line-height:1.3}.srv-card__separator{background:#cba86a;width:24px;height:1px;margin:16px 0}.srv-card__desc{color:#4a5568;margin-bottom:24px;font-size:.9rem;font-weight:500;line-height:1.6}.srv-card__list{text-align:left;flex-direction:column;gap:16px;width:100%;margin-bottom:32px;list-style:none;display:flex}.srv-card__list li{color:var(--navy-deep);align-items:flex-start;gap:10px;font-size:.85rem;font-weight:500;line-height:1.4;display:flex}.srv-card__list svg{flex-shrink:0;width:18px;height:18px;margin-top:1px}.srv-card__cta{font-family:var(--font-sans);color:#fff;background:var(--navy-deep);text-transform:uppercase;letter-spacing:.5px;transition:var(--ease);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:auto;padding:12px 8px;font-size:.7rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0e243b40}.srv-card__cta:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:0 6px 16px #0e243b66}.services__strip-borderless{border-top:1px solid #0000000f;grid-template-columns:repeat(5,1fr);gap:0;margin-top:40px;padding-top:40px;display:grid}.srv-feat-item{border-right:1px solid #00000014;align-items:flex-start;gap:12px;padding:0 16px;display:flex}.srv-feat-item:last-child{border-right:none}.srv-feat-icon-wrap{background:var(--navy-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.srv-feat-text{flex-direction:column;gap:4px;display:flex}.srv-feat-text h4{color:var(--navy-deep);font-size:.85rem;font-weight:700;line-height:1.25}.srv-feat-text p{color:#4a5568;font-size:.8rem;font-weight:500;line-height:1.5}.mobile-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;margin-top:-24px;padding-top:24px;padding-left:4px;padding-right:4px;display:flex;overflow-x:auto}.mobile-carousel::-webkit-scrollbar{display:none}.mobile-carousel-item{scroll-snap-align:start;flex:0 0 85%;padding-top:20px}@media (width<=1200px){.services__cards{grid-template-columns:repeat(2,1fr);gap:32px}.services__strip-borderless{grid-template-columns:repeat(3,1fr);gap:32px 0}.srv-feat-item:nth-child(3){border-right:none}}@media (width<=768px){.services__strip-borderless{grid-template-columns:repeat(2,1fr)}.srv-feat-item:nth-child(2),.srv-feat-item:nth-child(4){border-right:none}.services__title{font-size:2rem}}@media (width<=600px){.services__cards,.services__strip-borderless{grid-template-columns:1fr}.srv-feat-item{border-right:none;padding:0}}.fleet-title{color:var(--navy-deep)}.fleet-desc{color:#4a5568;max-width:600px;margin:16px auto 48px}.fleet__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.fleet__img-wrap{aspect-ratio:4/3;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.fleet__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.fleet__img-wrap:hover img{transform:scale(1.05)}@media (width<=768px){.fleet__grid{grid-template-columns:1fr;gap:16px}.fleet__img-wrap{aspect-ratio:16/10}}.fleet__cta{justify-content:center;margin-top:48px;display:flex}.team__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.team__card{transition:var(--ease), opacity .8s ease, transform .8s ease;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.team__card:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-6px)!important}.team__photo-wrap{height:280px;position:relative;overflow:hidden}.team__photo{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .6s}.team__card:hover .team__photo{transform:scale(1.04)}.team__exp-tag{z-index:1;background:var(--navy-deep);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;top:16px;left:16px}.team__exp-tag span{color:#fff;letter-spacing:.5px;font-size:.65rem;font-weight:700;line-height:1.2}.team__info{flex-direction:column;gap:10px;padding:24px 30px 30px;display:flex}.team__name{font-family:var(--font-serif);color:var(--navy-deep);margin-bottom:2px;font-size:1.35rem;font-weight:700}.team__role{letter-spacing:1px;text-transform:uppercase;color:#cba86a;font-size:.7rem;font-weight:700}.team__divider{background:#00000014;height:1px;margin:12px 0}.team__bio{color:#334155;font-size:1.05rem;font-weight:500;line-height:1.65}.team__features{background:#fdf8ee;border-radius:16px;grid-template-columns:repeat(5,1fr);gap:0;margin-top:60px;padding:30px 20px;display:grid}.team__feat-item{border-right:1px solid #00000014;align-items:center;gap:12px;padding:0 16px;display:flex}.team__feat-item:last-child{border-right:none}.team__feat-icon{background:var(--navy-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.team__feat-text{flex-direction:column;gap:4px;display:flex}.team__feat-text h4{color:var(--navy-deep);font-size:.8rem;font-weight:700;line-height:1.25}.team__feat-text p{color:#4a5568;font-size:.75rem;font-weight:500;line-height:1.4}.section-label{justify-content:center;align-items:center;gap:16px;margin-bottom:12px;display:flex}.section-label__line{background:#cba86a;width:40px;height:1px}.team-title{color:var(--navy-deep)}.team-desc{color:#334155;max-width:600px;margin:16px auto 0}@media (width<=960px){.team__features{grid-template-columns:repeat(3,1fr);gap:20px 0}.team__feat-item{border-bottom:1px solid #00000014;border-right:none;padding-bottom:20px}}@media (width<=900px){.team__grid{grid-template-columns:1fr 1fr}}@media (width<=680px){.team__features{grid-template-columns:1fr}.team__feat-item{border-bottom:none;padding-bottom:12px}}@media (width<=580px){.team__grid{grid-template-columns:1fr}.team__photo-wrap{height:260px}}.test-title{color:var(--navy-deep)}.test-desc{color:#334155;max-width:700px;margin:16px auto 24px}.test__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.test__card{background:#fff;border-radius:16px;flex-direction:column;padding:24px 20px;transition:transform .4s,box-shadow .4s;display:flex;box-shadow:0 4px 20px #0000000f}.test__card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-4px)!important}.test__google-card{gap:16px}.gcard__header{align-items:center;gap:12px;display:flex}.gcard__title{color:var(--navy-deep);font-size:1.05rem;font-weight:700}.gcard__score-area{align-items:baseline;gap:12px;display:flex}.gcard__score{color:var(--navy-deep);letter-spacing:-1px;font-size:3.5rem;font-weight:800;line-height:1}.gcard__stars{gap:2px;display:flex}.gcard__basedon{color:#64748b;margin-top:-8px;font-size:.8rem}.gcard__divider{background:#00000014;height:1px;margin:8px 0}.gcard__bars{flex-direction:column;gap:8px;display:flex}.gcard__bars-title{color:var(--navy-deep);margin-bottom:4px;font-size:.85rem;font-weight:600}.gbar-row{color:#64748b;align-items:center;gap:12px;font-size:.75rem;display:flex}.gbar-label{width:55px}.gbar-track{background:#f1f5f9;border-radius:4px;flex:1;height:6px;overflow:hidden}.gbar-fill{background:#cba86a;border-radius:4px;height:100%}.gbar-percent{text-align:right;width:26px}.gcard__btn{background:var(--navy-deep);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:12px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .3s;display:flex}.gcard__btn:hover{background:var(--navy-light)}.test__review-card{gap:16px}.test__quote-icon{font-family:var(--font-serif);color:#cba86a;margin-bottom:8px;font-size:3.5rem;line-height:.6}.test__text{color:#334155;flex:1;font-size:1.05rem;font-weight:500;line-height:1.65}.test__author{align-items:center;gap:12px;margin-top:12px;display:flex}.test__avatar{background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.test__avatar img{object-fit:cover;width:100%;height:100%}.test__initials{color:var(--navy-deep);font-size:1rem;font-weight:700}.test__author-info{flex-direction:column;display:flex}.test__name{color:var(--navy-deep);font-size:.9rem;font-weight:700}.test__service{color:#64748b;margin-bottom:4px;font-size:.7rem}.test__stars-small{gap:2px;display:flex}.test__footer{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.test__time{color:#94a3b8;font-size:.75rem}@media (width<=1100px){.test__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.test__grid{grid-template-columns:1fr}}.contact{text-align:center;background-color:#f8fafc;padding:80px 20px}.contact__content{background-color:var(--navy-deep);border-radius:24px;max-width:900px;margin:0 auto;padding:60px 40px;box-shadow:0 20px 40px #0000001a}.contact__title{color:#fff;margin-bottom:16px}.contact__desc{color:#fff;max-width:600px;margin:0 auto 48px;font-size:1.15rem;line-height:1.7}.contact__wpp-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;display:grid}.contact__wpp-card{background:#fff;border:1px solid #0000000a;border-radius:16px;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 24px #00000026}.contact__wpp-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000040}.cwpp__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.cwpp__info{text-align:left;flex-direction:column;flex:1;display:flex}.cwpp__number{color:var(--navy-deep);letter-spacing:-.5px;margin-bottom:2px;font-size:1.3rem;font-weight:800}.cwpp__drivers{color:#64748b;font-size:.75rem;font-weight:500}.cwpp__arrow{color:#cbd5e1;font-size:1.5rem;transition:transform .3s,color .3s}.contact__wpp-card:hover .cwpp__arrow{color:#cba86a;transform:translate(4px)}.contact__social{justify-content:center;margin-bottom:60px;display:flex}.contact__social-btn{color:#fff;border:1px solid #ffffff26;border-radius:30px;align-items:center;gap:10px;padding:12px 24px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s;display:inline-flex}.contact__social-btn:hover{background:#ffffff0d;border-color:#ffffff4d}.contact__strip{border-top:1px solid #fff6;justify-content:center;align-items:center;gap:32px;margin-top:20px;padding-top:40px;display:flex}.cstrip__item{align-items:center;gap:12px;display:flex}.cstrip__icon{justify-content:center;align-items:center;display:flex}.cstrip__item div{text-align:left;flex-direction:column;display:flex}.cstrip__item strong{color:#fff;margin-bottom:2px;font-size:1rem;font-weight:700}.cstrip__item span{color:#94a3b8;font-size:.85rem}.cstrip__sep{background:#ffffff26;width:1px;height:32px}@media (width<=768px){.contact{padding:40px 16px}.contact__content{border-radius:20px;padding:40px 24px}.contact__desc{margin-bottom:32px;font-size:.95rem}.contact__wpp-card{gap:12px;padding:16px}.cwpp__number{font-size:1.2rem}.contact__wpp-grid{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.contact__strip{flex-direction:column;align-items:flex-start;gap:20px;padding-top:32px}.cstrip__sep{display:none}.contact__social{margin-bottom:32px}}.footer{background:var(--navy-deep);border-top:1px solid #fff6}.footer__top{padding:80px 0 60px}.footer__grid{grid-template-columns:2fr 1.2fr 1.2fr 1.5fr;gap:60px;display:grid}.footer__logo-img{object-fit:contain;background:#fff;border-radius:12px;width:auto;height:80px;margin-bottom:24px;padding:12px 20px;box-shadow:0 4px 16px #00000026}.footer__logo-fb{margin-bottom:24px}.footer__logo-main{font-family:var(--font-serif);color:#fff;font-size:1.4rem;font-weight:700}.footer__tagline{color:#fff;max-width:340px;margin-bottom:24px;font-size:.95rem;font-weight:400;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social-icon{color:#fff;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.footer__social-icon:hover{background:var(--gold);color:var(--navy-deep);transform:translateY(-4px)}.footer__heading{color:#fff;letter-spacing:-.3px;margin-bottom:24px;font-size:1.05rem;font-weight:700}.footer__link{color:#fff;padding:6px 0;font-size:.95rem;transition:all .3s;display:block}.footer__link:hover{color:var(--gold);transform:translate(4px)}.footer__airports-list{flex-direction:column;gap:8px;display:flex}.footer__airport{color:#fff;white-space:nowrap;align-items:center;gap:10px;padding:4px 0;font-size:.95rem;display:flex}.footer__airport svg{color:var(--gold);flex-shrink:0}.footer__contacts{flex-direction:column;gap:16px;display:flex}.footer__contact{color:#fff;align-items:center;gap:12px;font-size:.95rem;transition:all .3s;display:flex}.footer__contact svg{color:var(--whatsapp)}.footer__contact:nth-child(3) svg{color:#c13584}.footer__contact:hover{color:#fff}.footer__location{color:#fff;align-items:center;gap:12px;padding-top:4px;font-size:.95rem;display:flex}.footer__location svg{color:var(--gold);flex-shrink:0}.footer__bottom{border-top:1px solid #ffffff14;padding:24px 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer__bottom p{color:#cbd5e1;font-size:.9rem}.footer__dev{color:#cbd5e1;align-items:center;gap:10px;font-size:.9rem;display:flex}.footer__webcria-logo{opacity:.85;filter:brightness(1.1);vertical-align:middle;width:auto;height:28px;transition:opacity .3s,filter .3s}.footer__webcria-logo:hover{opacity:1;filter:brightness(1.3)}@media (width<=1024px){.footer__grid{gap:40px}}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:48px}.footer__brand{grid-column:1/-1}}@media (width<=500px){.footer__grid{grid-template-columns:1fr;gap:40px}.footer__bottom-inner{text-align:center;flex-direction:column}.footer__dev{justify-content:center;margin-top:8px}.footer__logo-img{margin:0 auto 24px}.footer__tagline{text-align:center;margin:0 auto 24px}.footer__social{justify-content:center}.footer__heading{text-align:center}.footer__link,.footer__airport,.footer__contact,.footer__location{text-align:center;justify-content:center}}.wf-simple{color:#fff;z-index:9999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #00000026}.wf-simple:hover{color:#fff;transform:translateY(-4px);box-shadow:0 6px 20px #0003}@media (width<=768px){.wf-simple{width:54px;height:54px;bottom:20px;right:20px}}
