:root{--green:#064b2b;--green2:#0b6b3c;--gold:#c99a28;--cream:#f8f3e7;--dark:#10251b;--muted:#647067;--white:#fff}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:var(--cream)}
a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:auto;padding:0 22px}
.topbar{background:var(--green);color:white;font-size:14px}
.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding-top:10px;padding-bottom:10px}
.mini-contact{display:flex;gap:18px;flex-wrap:wrap}
.navbar{position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.07)}
.nav-inner{height:110px;display:flex;align-items:center;justify-content:space-between}
.brand img{height:85px;width:auto;}
.nav-links{display:flex;align-items:center;gap:35px;font-weight:800;font-size:18px;color:var(--green);}
.nav-cta{background:var(--gold);color:white;padding:15px 28px;border-radius:999px;font-size:18px;font-weight:900;}
.menu-toggle{display:none;background:var(--green);color:white;border:0;border-radius:10px;padding:10px 13px;font-size:24px}

.hero-slider{position:relative;height:700px;overflow:hidden;background:#000}
.hero-slider .slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease}
.hero-slider .slide.active{opacity:1}
.hero-slider .slide img{width:100%;height:100%;object-fit:cover}
.hero-slider::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,.08),rgba(0,0,0,.03))}
.hero-overlay{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;width:88%;max-width:820px;background:rgba(6,75,43,.34);backdrop-filter:blur(3px);padding:30px;border-radius:24px;border:2px solid rgba(201,154,40,.55);box-shadow:0 20px 55px rgba(0,0,0,.18)}
.hero-overlay h1{font-size:60px;line-height:1;margin:0 0 12px;color:#fff;letter-spacing:2px;text-shadow:0 3px 12px rgba(0,0,0,.5)}
.hero-overlay h2{font-size:30px;margin:0 0 15px;color:#fff;text-shadow:0 3px 12px rgba(0,0,0,.5)}
.hero-overlay p{font-size:19px;line-height:1.6;margin:0 0 24px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45)}
.hero-overlay .btn{background:var(--gold);color:#fff;padding:15px 30px;border-radius:999px;font-weight:900;display:inline-flex}

.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;font-weight:900;transition:.25s}
.btn.primary{background:var(--green);color:white;box-shadow:0 12px 28px rgba(6,75,43,.24)}
.btn.secondary{border:2px solid var(--gold);color:var(--green);background:white}
.btn.light{background:white;color:var(--green)}

.accreditations{padding:40px 0;background:#fff;border-top:1px solid #ead9aa;border-bottom:1px solid #ead9aa}
.acc-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.eyebrow,.section-label{font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:13px}
.acc-grid h2,.section-head h2,.feature-box h2,.split h2,.contact h2{font-size:38px;line-height:1.15;color:var(--green);margin:8px 0 12px}
.logo-panel,.licence-panel{display:flex;gap:22px;align-items:center;justify-content:center;background:#f9f9f7;border:1px solid #ead9aa;border-radius:28px;padding:26px}
.logo-panel img{max-height:68px;max-width:45%;object-fit:contain}
.section{padding:82px 0}
.section-alt{padding:82px 0;background:#fff}
.section-head{text-align:center;max-width:760px;margin:0 auto 46px}
.section-head p{color:#5d6b62;line-height:1.7}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.service-card{background:white;border:1px solid #ead9aa;border-radius:28px;padding:28px;box-shadow:0 12px 30px rgba(6,75,43,.08);transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(6,75,43,.16)}
.service-card span,.service-card .icon{display:flex;width:58px;height:58px;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:18px;font-size:28px;margin-bottom:20px}
.service-card h3{color:var(--green);font-size:21px;margin:0 0 10px}
.service-card p{color:#5f6b64;line-height:1.65;margin:0 0 16px}
.service-card .btn{margin-top:10px;background:var(--green);color:white;padding:11px 18px;font-size:14px}

.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.feature-box{border-radius:34px;padding:38px}
.feature-box.dark{background:linear-gradient(135deg,var(--green),#032d19);color:white}
.feature-box.dark h2,.feature-box.dark .large{color:white}
.feature-box.light{background:var(--cream);border:1px solid #ead9aa}
.gold{color:#ffd873}
.large{font-size:20px}
.price{font-size:56px;font-weight:900;color:#ffd873;margin:24px 0}
.specs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0}
.specs span,.info-cards div,.why-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);border-radius:16px;padding:14px;text-align:center;font-weight:800}
.feature-box.light .check-list{line-height:2;font-weight:700;color:var(--green)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.reverse{direction:rtl}
.reverse>*{direction:ltr}
.info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.info-cards div{background:white;border:1px solid #ead9aa;color:var(--green);box-shadow:0 10px 25px rgba(6,75,43,.08)}
.licence-panel img{max-width:45%;max-height:100px;object-fit:contain}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.why-grid div{background:var(--green);color:white;border:0;padding:28px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.contact-list{font-size:18px;font-weight:700;line-height:1.7;color:white}
.contact{background:linear-gradient(135deg,var(--green),#032d19);color:white}
.contact h2{color:white}
.contact-form{background:white;border-radius:28px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.18);display:grid;gap:14px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #ddd;border-radius:14px;padding:15px;font-size:16px}
.contact-form textarea{min-height:120px}
.footer{background:#071d13;color:white;padding:44px 0 0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}
.footer img{height:84px;background:white;border-radius:18px;padding:8px}
.copy{text-align:center;border-top:1px solid rgba(255,255,255,.15);margin-top:34px;padding:18px;color:#cfd8d2}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:30;background:#25d366;color:white;border-radius:999px;padding:15px 20px;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.25)}

@media(max-width:900px){
.topbar-inner,.mini-contact{justify-content:center;text-align:center}
.menu-toggle{display:block}
.nav-links{display:none;position:absolute;left:0;right:0;top:110px;background:white;flex-direction:column;padding:24px;border-top:1px solid #eee}
.nav-links.active{display:flex}
.hero-slider{height:560px}
.hero-overlay{padding:24px;width:90%;max-width:760px}
.hero-overlay h1{font-size:42px}
.hero-overlay h2{font-size:24px}
.hero-overlay p{font-size:17px}
.acc-grid,.feature-grid,.split,.contact-grid,.footer-grid{grid-template-columns:1fr}
.service-grid{grid-template-columns:1fr 1fr}
.why-grid{grid-template-columns:1fr 1fr}
.specs{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
.service-grid,.why-grid,.info-cards{grid-template-columns:1fr}
.hero-slider{height:500px}
.hero-overlay{background:rgba(6,75,43,.45);padding:22px}
.hero-overlay h1{font-size:34px}
.hero-overlay h2{font-size:20px}
.hero-overlay p{font-size:15px}
.price{font-size:44px}
.btn{width:100%}
.brand img{height:54px}
.logo-panel,.licence-panel{flex-direction:column}
.logo-panel img,.licence-panel img{max-width:90%}
.footer-brand{height:150px}
.footer-plane{width:210px!important}
}

/* FINAL FOOTER AIRPLANE */

.footer-brand{
position:relative;
height:170px;
overflow:hidden;
display:flex;
flex-direction:column;
justify-content:flex-end;
}

.footer-plane{
position:absolute;
left:-260px;
bottom:55px;
width:220px;
height:auto;
background:none!important;
padding:0!important;
border-radius:0!important;
z-index:3;
animation:footerPlaneFly 18s linear infinite;
filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

@keyframes footerPlaneFly{
0%{
left:-260px;
bottom:55px;
transform:rotate(-4deg);
}
50%{
bottom:95px;
transform:rotate(0deg);
}
100%{
left:110%;
bottom:65px;
transform:rotate(4deg);
}
}

@media(max-width:560px){
.footer-brand{
height:140px;
}
.footer-plane{
width:170px;
}
}
.footer-facebook{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:15px;
    text-decoration:none;
    color:#4EA3FF;
    font-weight:700;
    font-size:18px;
    transition:all .3s ease;
}

.footer-facebook:hover{
    color:#ffffff;
    transform:translateX(5px);
}
.office-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-top:20px;
}

.office-card{
    background:rgba(255,255,255,.08);
    padding:18px;
    border-radius:12px;
}

.office-card h4{
    margin-bottom:10px;
    color:#ffd36b;
}

.office-card p{
    margin:0;
    line-height:1.7;
}

@media(max-width:768px){
    .office-grid{
        grid-template-columns:1fr;
    }
}
.payment-section{
  text-align:center;
  margin-top:30px;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,0.2);
}

.payment-section h4{
  color:#ffd36b;
  font-size:18px;
  margin-bottom:15px;
  font-weight:800;
  letter-spacing:1px;
}

.payment-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.payment-logos img{
  height:38px;
  background:white;
  padding:6px 10px;
  border-radius:10px;
  transition:0.3s;
}
