.colon-welcome{--cr-primary: #0f2744;--cr-primary-dark: #091a30;--cr-accent: #c89b3c;--cr-accent-dark: #a87d2a;--cr-secondary: #1a2b3c;--cr-bg: #ffffff;--cr-bg-alt: #f8f9fb;--cr-bg-dark: #0f2744;--cr-text: #1a2b3c;--cr-text-light: #5a6a7a;--cr-border: #e2e8f0;--cr-radius: .5rem;--cr-radius-lg: 1rem;--cr-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--cr-shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--cr-shadow-lg: 0 10px 25px rgba(0, 0, 0, .12);--cr-transition-fast: .15s ease;--cr-transition-base: .3s ease;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;color:var(--cr-text);background:var(--cr-bg)}.colon-welcome *,.colon-welcome *:before,.colon-welcome *:after{box-sizing:border-box}.colon-welcome h1,.colon-welcome h2,.colon-welcome h3,.colon-welcome h4{font-family:inherit;font-weight:700;line-height:1.2;color:var(--cr-secondary);margin:0}.colon-welcome h1{font-size:clamp(2rem,5vw,3.5rem)}.colon-welcome h2{font-size:clamp(1.5rem,3vw,2.5rem)}.colon-welcome h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}.colon-welcome h4{font-size:1.25rem}.colon-welcome p{margin:0 0 1rem;color:var(--cr-text-light)}.colon-welcome a{color:inherit;text-decoration:none}.colon-welcome img{max-width:100%;height:auto;display:block}.colon-welcome button{font-family:inherit}.colon-welcome .cr-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.colon-welcome .cr-section{padding:5rem 0}@media(min-width:768px){.colon-welcome .cr-section{padding:8rem 0}}.colon-welcome .cr-section--alt{background-color:var(--cr-bg-alt)}.colon-welcome .cr-section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;color:var(--cr-accent);text-transform:uppercase;margin-bottom:1rem}.colon-welcome .cr-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;border:none;border-radius:var(--cr-radius);cursor:pointer;transition:all var(--cr-transition-base);white-space:nowrap;background:var(--cr-primary);color:#fff;text-decoration:none}.colon-welcome .cr-btn:hover{background:var(--cr-primary-dark);transform:translateY(-1px);box-shadow:var(--cr-shadow-md)}.colon-welcome .cr-btn--outline{background:transparent;color:var(--cr-primary);border:2px solid var(--cr-primary)}.colon-welcome .cr-btn--outline:hover{background:var(--cr-primary);color:#fff}.colon-welcome .cr-btn--whatsapp{background:#25d366;color:#fff}.colon-welcome .cr-btn--whatsapp:hover{background:#1eb053}.colon-welcome .cr-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;padding:1rem 0;transition:border-color var(--cr-transition-base),box-shadow var(--cr-transition-base)}.colon-welcome .cr-nav--scrolled{border-bottom-color:var(--cr-border);box-shadow:var(--cr-shadow-sm)}.colon-welcome .cr-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.colon-welcome .cr-nav__logo{flex-shrink:0}.colon-welcome .cr-nav__logo-img{height:48px;width:auto;display:block}.colon-welcome .cr-nav__links{display:none;gap:2rem}@media(min-width:768px){.colon-welcome .cr-nav__links{display:flex;align-items:center}}.colon-welcome .cr-nav__links a{font-size:.9rem;font-weight:500;color:var(--cr-text);transition:color var(--cr-transition-fast)}.colon-welcome .cr-nav__links a:hover{color:var(--cr-primary)}.colon-welcome .cr-nav__cta{display:none;padding:.6rem 1.25rem;background:var(--cr-primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--cr-radius);white-space:nowrap;transition:background var(--cr-transition-fast)}.colon-welcome .cr-nav__cta:hover{background:var(--cr-primary-dark)}@media(min-width:768px){.colon-welcome .cr-nav__cta{display:inline-flex}}.colon-welcome .cr-nav__mobile-toggle{display:flex;background:none;border:none;cursor:pointer;color:var(--cr-text);padding:.25rem}@media(min-width:768px){.colon-welcome .cr-nav__mobile-toggle{display:none}}.colon-welcome .cr-nav__mobile-menu{position:fixed;inset:0;z-index:200;background:var(--cr-primary);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity var(--cr-transition-base),transform var(--cr-transition-base)}.colon-welcome .cr-nav__mobile-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}@media(min-width:768px){.colon-welcome .cr-nav__mobile-menu{display:none}}.colon-welcome .cr-nav__mobile-logo{height:64px;margin-bottom:3rem}.colon-welcome .cr-nav__mobile-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex}.colon-welcome .cr-nav__mobile-links{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem}.colon-welcome .cr-nav__mobile-links a{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.02em;transition:opacity var(--cr-transition-fast)}.colon-welcome .cr-nav__mobile-links a:hover{opacity:.7}.colon-welcome .cr-nav__mobile-cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;background:#fff;color:var(--cr-primary);font-size:1rem;font-weight:700;border-radius:var(--cr-radius);transition:background var(--cr-transition-fast)}.colon-welcome .cr-nav__mobile-cta:hover{background:#ffffffd9}.colon-welcome .cr-hero{position:relative;min-height:90vh;display:flex;flex-direction:column;justify-content:center;background:#0f2744;padding-top:80px}.colon-welcome .cr-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.colon-welcome .cr-hero__overlay{position:absolute;inset:0;background:#0f2744a6}.colon-welcome .cr-hero__content{position:relative;z-index:1;padding-top:8rem;padding-bottom:5rem}.colon-welcome .cr-hero__label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;color:var(--cr-accent);text-transform:uppercase;margin-bottom:1rem}.colon-welcome .cr-hero__title{font-size:clamp(2.25rem,5vw,4rem);font-weight:700;line-height:1.1;color:#fff;margin-bottom:1rem}.colon-welcome .cr-hero__subtitle{font-size:1.125rem;color:#ffffffc7;line-height:1.7;max-width:540px;margin-bottom:1.5rem}.colon-welcome .cr-hero__widget-wrap{position:relative;z-index:1;margin-bottom:-3rem}.colon-welcome .cr-hero__widget{background:#fff;border-radius:var(--cr-radius-lg);box-shadow:var(--cr-shadow-lg);padding:2rem;display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;align-items:end}@media(max-width:1024px){.colon-welcome .cr-hero__widget{grid-template-columns:1fr 1fr}}@media(max-width:640px){.colon-welcome .cr-hero__widget{grid-template-columns:1fr}}.colon-welcome .cr-hero__widget-field{display:flex;flex-direction:column;gap:.375rem}.colon-welcome .cr-hero__widget-label{font-size:.75rem;font-weight:600;color:var(--cr-text-light);text-transform:uppercase;letter-spacing:.05em}.colon-welcome .cr-hero__widget-input{width:100%;padding:.75rem 1rem;border:1.5px solid var(--cr-border);border-radius:var(--cr-radius);font-size:.95rem;color:var(--cr-text);background:var(--cr-bg);transition:border-color var(--cr-transition-fast);font-family:inherit}.colon-welcome .cr-hero__widget-input:focus{outline:none;border-color:var(--cr-primary)}.colon-welcome .cr-hero__widget-btn{background:var(--cr-primary);color:#fff;padding:.875rem 1.5rem;border:none;border-radius:var(--cr-radius);font-weight:600;font-size:.95rem;white-space:nowrap;align-self:end;cursor:pointer;transition:background var(--cr-transition-fast)}.colon-welcome .cr-hero__widget-btn:hover{background:var(--cr-primary-dark)}.colon-welcome .cr-trust-bar{background:var(--cr-bg-dark);padding:5rem 0 2rem}.colon-welcome .cr-trust-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.colon-welcome .cr-trust-bar__item{display:flex;align-items:center;gap:.75rem;flex:1 1 180px}.colon-welcome .cr-trust-bar__icon{color:var(--cr-accent);flex-shrink:0;display:flex}.colon-welcome .cr-trust-bar__label{font-size:.875rem;font-weight:500;color:#ffffffe0;line-height:1.3}.colon-welcome .cr-hiw__inner{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}@media(max-width:768px){.colon-welcome .cr-hiw__inner{grid-template-columns:1fr;gap:3rem}}.colon-welcome .cr-hiw__heading{margin-bottom:2rem;color:var(--cr-text)}.colon-welcome .cr-hiw__list{display:flex;flex-direction:column;gap:2rem}.colon-welcome .cr-hiw__step{display:flex;align-items:flex-start;gap:1rem}.colon-welcome .cr-hiw__num{font-size:3.5rem;font-weight:700;line-height:1;color:var(--cr-border);flex-shrink:0;width:4rem;text-align:center;font-variant-numeric:tabular-nums}.colon-welcome .cr-hiw__step-title{font-size:1.1rem;font-weight:700;color:var(--cr-text);margin:0 0 .25rem}.colon-welcome .cr-hiw__step-desc{font-size:.95rem;color:var(--cr-text-light);margin:0}.colon-welcome .cr-hiw__image{width:100%;height:600px;object-fit:cover;border-radius:var(--cr-radius-lg)}@media(max-width:768px){.colon-welcome .cr-hiw__image-wrap{display:none}}.colon-welcome .cr-fleet__header{margin-bottom:2rem}.colon-welcome .cr-fleet__heading{color:var(--cr-text);margin-bottom:.5rem}.colon-welcome .cr-fleet__subhead{color:var(--cr-text-light);max-width:560px;margin:0}.colon-welcome .cr-fleet__tabs{display:flex;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap}.colon-welcome .cr-fleet__tab{padding:.5rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:500;border:1.5px solid var(--cr-border);background:none;color:var(--cr-text-light);cursor:pointer;transition:all var(--cr-transition-fast)}.colon-welcome .cr-fleet__tab:hover{border-color:var(--cr-primary);color:var(--cr-primary)}.colon-welcome .cr-fleet__tab--active,.colon-welcome .cr-fleet__tab--active:hover{background:var(--cr-primary);border-color:var(--cr-primary);color:#fff}.colon-welcome .cr-fleet__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.colon-welcome .cr-fleet__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.colon-welcome .cr-fleet__grid{grid-template-columns:1fr}}.colon-welcome .cr-fleet-card{background:#f0f2f5;border-radius:var(--cr-radius-lg);overflow:hidden;transition:transform var(--cr-transition-base),box-shadow var(--cr-transition-base);display:flex;flex-direction:column}.colon-welcome .cr-fleet-card:hover{transform:translateY(-4px);box-shadow:var(--cr-shadow-lg)}.colon-welcome .cr-fleet-card__image-wrap{position:relative;padding:1rem;background:#fff}.colon-welcome .cr-fleet-card__badge{position:absolute;top:1rem;left:1rem;background:var(--cr-primary);color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.colon-welcome .cr-fleet-card__image{width:100%;height:180px;object-fit:contain}.colon-welcome .cr-fleet-card__body{padding:1rem;background:#fff;flex:1;display:flex;flex-direction:column}.colon-welcome .cr-fleet-card__title{font-size:1.1rem;font-weight:700;color:var(--cr-text);margin:0 0 .5rem}.colon-welcome .cr-fleet-card__specs{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.colon-welcome .cr-fleet-card__spec{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--cr-text-light)}.colon-welcome .cr-fleet-card__spec svg{flex-shrink:0}.colon-welcome .cr-fleet-card__footer{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--cr-border)}.colon-welcome .cr-fleet-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--cr-accent);transition:color var(--cr-transition-fast)}.colon-welcome .cr-fleet-card__cta:hover{color:var(--cr-accent-dark)}.colon-welcome .cr-why__header{max-width:640px;margin-bottom:3rem}.colon-welcome .cr-why__heading{color:var(--cr-text);margin-top:.5rem}.colon-welcome .cr-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}@media(max-width:1024px){.colon-welcome .cr-why__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.colon-welcome .cr-why__grid{grid-template-columns:1fr}}.colon-welcome .cr-why__item{display:flex;flex-direction:column}.colon-welcome .cr-why__icon-wrap{width:56px;height:56px;border-radius:50%;background:var(--cr-primary);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem;flex-shrink:0}.colon-welcome .cr-why__item-title{font-size:1rem;font-weight:700;color:var(--cr-text);margin:0 0 .5rem}.colon-welcome .cr-why__item-desc{font-size:.9rem;color:var(--cr-text-light);line-height:1.6;margin:0}.colon-welcome .cr-dest__header{max-width:560px;margin-bottom:3rem}.colon-welcome .cr-dest__heading{color:var(--cr-text);margin:.5rem 0}.colon-welcome .cr-dest__subhead{color:var(--cr-text-light);margin:0}.colon-welcome .cr-dest__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.colon-welcome .cr-dest__grid{grid-template-columns:1fr}}.colon-welcome .cr-dest-card{position:relative;display:block;border-radius:var(--cr-radius-lg);overflow:hidden;height:420px}.colon-welcome .cr-dest-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.colon-welcome .cr-dest-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,39,68,.85) 0%,transparent 55%)}.colon-welcome .cr-dest-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem}.colon-welcome .cr-dest-card__name{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .375rem}.colon-welcome .cr-dest-card__teaser{font-size:.9rem;color:#ffffffd9;margin:0;line-height:1.4}.colon-welcome .cr-dest-card:hover .cr-dest-card__image{transform:scale(1.04)}.colon-welcome .cr-reqs__header{max-width:640px;margin-bottom:2.5rem}.colon-welcome .cr-reqs__heading{color:var(--cr-text);margin:.5rem 0 0}.colon-welcome .cr-reqs__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;padding:0;margin:0}@media(max-width:768px){.colon-welcome .cr-reqs__list{grid-template-columns:1fr}}.colon-welcome .cr-reqs__item{background:#fff;border:1px solid var(--cr-border);border-radius:var(--cr-radius-lg);padding:1.75rem;display:flex;gap:1rem;align-items:flex-start}.colon-welcome .cr-reqs__icon{width:44px;height:44px;border-radius:50%;background:#c89b3c1f;color:var(--cr-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.colon-welcome .cr-reqs__item-title{font-size:1rem;font-weight:700;color:var(--cr-text);margin:0 0 .25rem}.colon-welcome .cr-reqs__item-desc{font-size:.9rem;color:var(--cr-text-light);margin:0;line-height:1.5}.colon-welcome .cr-cta{background:var(--cr-bg-dark);padding:8rem 0;overflow:hidden}.colon-welcome .cr-cta__inner{display:grid;grid-template-columns:55fr 45fr;gap:3rem;align-items:center}@media(max-width:768px){.colon-welcome .cr-cta__inner{grid-template-columns:1fr}}.colon-welcome .cr-cta__content .cr-section-label{color:var(--cr-accent)}.colon-welcome .cr-cta__heading{color:#fff;margin:.5rem 0 1rem}.colon-welcome .cr-cta__sub{color:#ffffffc7;font-size:1.05rem;margin-bottom:2rem}.colon-welcome .cr-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}.colon-welcome .cr-cta__btn{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:.875rem 2rem;border-radius:var(--cr-radius);font-weight:600;transition:background var(--cr-transition-base),border-color var(--cr-transition-base),color var(--cr-transition-base)}.colon-welcome .cr-cta__btn:hover{background:#fff;border-color:#fff;color:var(--cr-primary);transform:none;box-shadow:none}.colon-welcome .cr-cta__image{width:115%;height:auto;border-radius:var(--cr-radius-lg)}@media(max-width:768px){.colon-welcome .cr-cta__image-wrap{display:none}}.colon-welcome .cr-footer{background:#0a1d34;color:#ffffffbf}.colon-welcome .cr-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-top:8rem;padding-bottom:3rem}@media(max-width:1024px){.colon-welcome .cr-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.colon-welcome .cr-footer__grid{grid-template-columns:1fr}}.colon-welcome .cr-footer__logo{height:44px;margin-bottom:1rem}.colon-welcome .cr-footer__tagline{font-size:.875rem;color:#ffffff8c;line-height:1.6;margin:0}.colon-welcome .cr-footer__heading{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin:0 0 1rem}.colon-welcome .cr-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.colon-welcome .cr-footer__links a{font-size:.9rem;color:#ffffffb8;transition:color var(--cr-transition-fast)}.colon-welcome .cr-footer__links a:hover{color:#fff}.colon-welcome .cr-footer__address{font-style:normal}.colon-welcome .cr-footer__address p{font-size:.875rem;color:#ffffffb8;margin:0 0 .5rem;line-height:1.5}.colon-welcome .cr-footer__address a{color:var(--cr-accent);transition:color var(--cr-transition-fast)}.colon-welcome .cr-footer__address a:hover{color:#fff}.colon-welcome .cr-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:2rem 0;font-size:.8rem;color:#fff6}.colon-welcome .cr-wa-float{position:fixed;right:1.25rem;bottom:1.25rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background:#25d366;color:#fff;box-shadow:0 10px 25px #25d36673,0 4px 6px #00000026;transition:transform var(--cr-transition-base),box-shadow var(--cr-transition-base),background var(--cr-transition-base)}.colon-welcome .cr-wa-float:hover,.colon-welcome .cr-wa-float:focus-visible{transform:translateY(-2px) scale(1.05);background:#1ebd5b;box-shadow:0 14px 30px #25d36680,0 6px 8px #0000002e}.colon-welcome .cr-wa-float:focus-visible{outline:3px solid var(--cr-accent);outline-offset:3px}.colon-welcome .cr-wa-float__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:768px){.colon-welcome .cr-wa-float{right:1.75rem;bottom:1.75rem;width:4rem;height:4rem}}@media(prefers-reduced-motion:reduce){.colon-welcome *,.colon-welcome *:before,.colon-welcome *:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.colon-welcome .cr-dest-card:hover .cr-dest-card__image{transform:none}}
