@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#071b2b;--ink:#233441;--teal:#087f86;--aqua:#4dc9c9;--paper:#f4f7f6;--muted:#6d7c86;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}[hidden]{display:none!important}.wrap{max-width:1440px;margin:auto;padding-inline:clamp(22px,5vw,88px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;top:-100px;left:20px;z-index:10;background:#fff;padding:12px}.skip:focus{top:10px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #29bcc6;outline-offset:3px}
.site-header{height:92px;background:white;position:relative;z-index:3;border-bottom:1px solid #e6eaeb}.header-inner{height:100%;max-width:1440px;padding-inline:clamp(22px,5vw,88px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:block;width:211px;flex-shrink:0}.brand img{display:block;width:100%;height:auto}.site-header nav{display:flex;gap:36px;align-items:center;font-size:.88rem;font-weight:700}.site-header nav a:hover,.text-link:hover{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:16px}.header-actions select{border:1px solid #dce5e6;background:white;border-radius:4px;padding:10px 8px;font-weight:700;color:var(--ink);max-width:91px}.header-cta{background:var(--navy);color:white;font-weight:700;padding:15px 20px;border-radius:3px;white-space:nowrap;font-size:.87rem}.header-cta:hover{background:var(--teal)}
.hero{min-height:820px;position:relative;color:white;background:#071b2b;isolation:isolate}.hero-image,.hero-shade{position:absolute;inset:0;z-index:-1}.hero-image{background-image:url('hero-jet.png');background-size:cover;background-position:center}.hero-shade{background:linear-gradient(90deg,rgba(4,20,34,.85) 0%,rgba(4,20,34,.73) 37%,rgba(4,20,34,.25) 100%),linear-gradient(0deg,rgba(4,20,34,.62),transparent 25%)}.hero-content{display:grid;grid-template-columns:minmax(0,1fr) 475px;gap:clamp(40px,5vw,100px);align-items:center;padding-top:91px;padding-bottom:70px}.hero-copy{align-self:center;max-width:650px}.eyebrow{font-size:.73rem;letter-spacing:.22em;font-weight:800;color:var(--teal);text-transform:uppercase}.eyebrow.light{color:#76dada;display:flex;align-items:center;gap:13px}.line{width:30px;height:1px;background:#76dada;display:inline-block}.hero h1,h2,h3{font-family:Manrope,Arial,sans-serif}.hero h1{font-size:clamp(3.4rem,5.7vw,5.75rem);letter-spacing:-.065em;line-height:1.07;max-width:650px;margin:28px 0 26px;font-weight:600}.hero-slogan>p{max-width:490px;color:#d8e5e9;font-size:1.15rem;line-height:1.7}.hero-trust{display:flex;align-items:center;gap:11px;margin-top:65px;font-size:.88rem;font-weight:600;color:#d9e4e7}.trust-mark{width:32px;height:32px;border:1px solid #8ab6bc;display:grid;place-items:center;font-weight:800;color:#84d6d4;font-size:.9rem}.hero-bottom{display:flex;justify-content:space-between;gap:15px;padding-bottom:26px;font-size:.68rem;letter-spacing:.2em;color:#c2d0d5}
.flight-panel{color:var(--ink);background:#fff;border-radius:4px;box-shadow:0 20px 50px #03162650;padding:32px;scroll-margin-top:20px}.panel-top{display:flex;align-items:flex-start;justify-content:space-between}.panel-kicker{font-size:.66rem;font-weight:800;letter-spacing:.22em;color:var(--teal)}.panel-top h2{font-size:1.65rem;letter-spacing:-.05em;margin:9px 0 0}.panel-index{color:#9aaab0;font-size:.68rem;letter-spacing:.15em}.panel-intro{color:#71828a;font-size:.82rem;line-height:1.5;margin:8px 0 21px}.trip-switch{display:flex;gap:7px;background:#f0f4f4;padding:4px;margin-bottom:21px}.trip-switch label{flex:1;cursor:pointer;text-align:center}.trip-switch input{position:absolute;opacity:0}.trip-switch span{display:block;padding:10px 5px;font-size:.81rem;font-weight:700;color:#71828a}.trip-switch input:checked+span{background:white;color:#0c5260;box-shadow:0 2px 8px #0d344015}.trip-switch input:focus-visible+span{outline:3px solid #29bcc6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px;min-width:0;color:#3c4d57;font-size:.875rem;font-weight:800}.field-wide{grid-column:span 2}.field input,.field textarea{width:100%;border:1px solid #dce4e5;border-radius:2px;background:#fafcfc;color:var(--ink);padding:11px 12px;font-size:.9rem;font-weight:500;min-height:43px;outline:0}.field textarea{resize:vertical;min-height:58px}.field input:focus,.field textarea:focus{border-color:var(--teal);background:white}.field input::placeholder,.field textarea::placeholder{color:#9eacb0}.form-divider{height:1px;background:#e8eded;margin:21px 0}.submit{width:100%;display:flex;justify-content:space-between;align-items:center;background:#087e87;color:white;border:0;padding:14px 19px;margin-top:23px;font-size:.89rem;font-weight:800;min-height:48px}.submit:hover{background:#07646d}.submit span:last-child{font-size:1.25rem}.form-help{font-size:.75rem;line-height:1.5;color:#85959a;margin:10px 0 0}.form-result{margin-top:14px;padding:13px;background:#e8f6f5;font-size:.76rem;line-height:1.6}.form-result button{display:block;margin-top:8px;padding:6px 0;border:0;background:none;color:#07646d;font-weight:800;text-decoration:underline}
.section{padding-top:120px;padding-bottom:120px;display:grid;grid-template-columns:26% 1fr;gap:20px}.section-side{padding-top:12px}.section-no{font-size:.72rem;letter-spacing:.16em;color:#87999d;font-weight:800}.tiny-rule{width:50px;height:1px;background:#bfcacc;margin-top:22px}.section-main{max-width:790px}.section h2,.flights-section h2,.contact-section h2{font-size:clamp(2.25rem,4.15vw,4.1rem);line-height:1.16;letter-spacing:-.055em;font-weight:600;margin:18px 0 27px}.section-main>p{font-size:1.13rem;line-height:1.8;color:#63747d;max-width:750px}.text-link{display:inline-flex;align-items:center;gap:38px;margin-top:27px;padding-bottom:10px;border-bottom:1px solid var(--teal);font-size:.9rem;font-weight:800;color:var(--teal)}.text-link span:last-child{font-size:1.25rem}
.flights-section{background:#eff5f4;padding:115px 0 120px}.section-heading{display:flex;gap:70px;align-items:end;justify-content:space-between}.section-heading h2{max-width:680px;margin-bottom:0}.section-heading>p{max-width:350px;color:#6b7d83;line-height:1.75;margin:0 0 5px}.flight-cards{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border:1px solid #d6e3e2}.flight-cards article{min-height:300px;padding:30px 34px;background:white;display:flex;flex-direction:column}.flight-cards article+article{border-left:1px solid #d6e3e2}.card-no{font-size:.72rem;color:#8da1a5;font-weight:800}.card-icon{color:var(--teal);font-size:3.3rem;line-height:1.2;margin:22px 0 auto;font-weight:300}.flight-cards h3{font-size:1.25rem;letter-spacing:-.03em;margin:0 0 9px}.flight-cards p{font-size:.89rem;line-height:1.65;color:#6a7c82;margin:0}.steps-section{padding-top:130px;padding-bottom:145px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:54px}.steps>div{border-top:1px solid #c7d6d7;padding-top:22px}.steps span{font-size:.8rem;font-weight:800;color:var(--teal)}.steps h3{font-size:1.1rem;letter-spacing:-.03em;margin:30px 0 8px}.steps p{font-size:.87rem;line-height:1.7;color:#6d7e83;margin:0}
.contact-section{background:#0a2936;color:white;padding:110px 0 120px}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:90px}.contact-section h2{max-width:620px}.contact-section p{max-width:490px;color:#bdd0d4;font-size:1.04rem;line-height:1.75}.contact-button{display:inline-flex;justify-content:space-between;align-items:center;gap:60px;background:#3dc0c1;color:#092b33;padding:15px 20px;margin-top:23px;font-weight:800;font-size:.9rem}.contact-button:hover{background:#87dede}.contact-details{padding-top:20px}.contact-details>div{border-top:1px solid #3b5b64;padding:20px 0 24px}.contact-details span{display:block;color:#71bec1;font-size:.69rem;letter-spacing:.17em;font-weight:800;margin-bottom:11px}.contact-details a,.contact-details address{font-style:normal;font-size:1.04rem;line-height:1.65}.contact-details a:hover{text-decoration:underline}
footer{padding:40px 0;background:#fff}.footer-inner{display:flex;justify-content:space-between;align-items:end;gap:20px}.footer-inner img{width:190px}.footer-inner p{font-size:.78rem;color:#74878b;margin:7px 0 0}.footer-inner>div:last-child{display:flex;gap:25px;align-items:center;font-size:.77rem;color:#728589}.footer-inner a{color:#244e59;font-weight:700}
@media(max-width:1120px){.site-header nav{gap:17px}.hero-content{grid-template-columns:1fr 440px;gap:24px}.hero h1{font-size:4rem}.flight-panel{padding:25px}.contact-layout{gap:40px}}
@media(max-width:900px){.site-header nav{display:none}.hero-content{grid-template-columns:1fr;gap:45px;padding-top:70px}.hero-copy{max-width:700px}.hero h1{font-size:clamp(3rem,7vw,5rem)}.hero-trust{margin-top:30px}.flight-panel{max-width:570px;width:100%}.hero-shade{background:linear-gradient(90deg,#061b2de0,#061b2d96),linear-gradient(0deg,#061b2d99,transparent 30%)}.section{grid-template-columns:1fr;gap:35px;padding-top:85px;padding-bottom:90px}.section-heading{align-items:start;flex-direction:column;gap:16px}.steps{gap:18px}.contact-layout{grid-template-columns:1fr;gap:25px}}
@media(max-width:620px){.site-header{height:72px}.header-inner{gap:10px}.brand{width:155px}.header-actions{gap:8px}.header-actions select{padding:8px 2px;width:66px}.header-cta{font-size:.73rem;padding:10px 8px}.hero-content{padding-top:55px;padding-bottom:45px}.hero h1{font-size:clamp(2.7rem,11vw,4rem);margin:17px 0}.hero-slogan>p{font-size:1rem}.hero-trust{margin-top:25px}.flight-panel{padding:21px}.panel-top h2{font-size:1.45rem}.hero-bottom{font-size:.55rem;letter-spacing:.1em}.hero-bottom span:last-child{display:none}.section h2,.flights-section h2,.contact-section h2{font-size:2.35rem}.section-main>p{font-size:1rem}.flights-section{padding:83px 0 90px}.flight-cards{grid-template-columns:1fr;margin-top:35px}.flight-cards article{min-height:235px}.flight-cards article+article{border-left:0;border-top:1px solid #d6e3e2}.card-icon{margin:13px 0 auto}.steps{grid-template-columns:1fr;margin-top:36px}.steps>div{padding-bottom:25px}.steps h3{margin:16px 0 6px}.contact-section{padding:85px 0}.footer-inner{align-items:start;flex-direction:column}.footer-inner>div:last-child{flex-wrap:wrap}.form-grid{gap:11px}.field input,.field textarea{font-size:.875rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:420px){.header-cta{display:none}.brand{width:160px}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.hero-content{padding-top:45px}.flight-panel{padding:18px}}
html[dir="rtl"] .field input[type="email"],html[dir="rtl"] .contact-details a,html[dir="rtl"] address{direction:ltr;text-align:right}
/* Flight request states */
.submit:disabled{opacity:.65;cursor:wait}
.form-result.is-error{background:#fff0ec;color:#7c3328}
.form-result button[hidden]{display:none}

/* Vera Grup Global identity beside parent-brand mentions */
.vera-logo{display:block;width:95px;height:auto;flex:none;mix-blend-mode:screen}
.hero-trust .vera-logo{width:92px}
.hero-parent{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.hero-parent .vera-logo{width:70px}
.contact-parent{display:flex;align-items:center;gap:17px;max-width:590px}
.contact-parent .vera-logo{width:115px}
.contact-parent p{margin-block:0}
.footer-parent,.footer-vera-link{display:flex;align-items:center;gap:10px}
.footer-parent .vera-logo{width:83px}
.footer-vera-link .vera-logo{width:62px}
footer .vera-logo{filter:invert(1);mix-blend-mode:multiply}
.footer-inner .footer-parent img{width:83px}
.footer-inner .footer-vera-link img{width:62px}
@media(max-width:620px){.hero-bottom .hero-parent{display:inline-flex;white-space:normal}.hero-parent .vera-logo{width:56px}.contact-parent{align-items:flex-start;flex-direction:column;gap:8px}.footer-inner .footer-parent{align-items:center}.footer-inner .footer-parent img{width:72px}}

/* Three rotating hero messages */
.hero-slogan{min-height:355px;transition:opacity .52s ease,transform .52s ease;opacity:1;transform:translateX(0)}
.hero-slogan.is-exiting{opacity:0;transform:translateX(var(--slide-out,-48px))}
.hero-slogan.is-entering{transition:none;opacity:0;transform:translateX(var(--slide-in,48px))}
.slogan-nav{display:flex;align-items:center;gap:9px;margin-top:14px}
.slogan-nav button{border:1px solid #83a7ad;background:transparent;color:#d8e5e9;font-size:.75rem;font-weight:700;letter-spacing:.08em;min-width:42px;min-height:34px;border-radius:2px}
.slogan-nav button[aria-current="true"]{color:#092a34;background:#8ce1dc;border-color:#8ce1dc}
.slogan-nav button:hover:not([aria-current="true"]){background:#ffffff26}
.hero-trust{margin-top:30px}
@media(max-width:900px){.hero-slogan{min-height:300px}}
@media(max-width:620px){.hero-slogan{min-height:330px}.hero-trust{margin-top:22px}}
@media(max-width:420px){.hero-slogan{min-height:370px}}
@media(prefers-reduced-motion:reduce){.hero-slogan{transition:none}}

.form-result.is-pending{background:#fff5dc;color:#664c18}
