@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#050505;
  color:#f8fafc;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.bg-orb{position:fixed;border-radius:999px;filter:blur(80px);opacity:.28;z-index:-2}
.orb-one{width:360px;height:360px;background:#ffffff;top:-90px;right:-110px}
.orb-two{width:260px;height:260px;background:#7c7c7c;bottom:80px;left:-120px}
body:before{
  content:"";
  position:fixed;inset:0;z-index:-1;
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.13),transparent 30%),
    radial-gradient(circle at bottom left,rgba(255,255,255,.08),transparent 32%),
    linear-gradient(135deg,#050505,#0d0d0f 48%,#000);
}
.navbar{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 5.5%;
  border-bottom:1px solid rgba(255,255,255,.11);
  background:rgba(4,4,4,.72);
  backdrop-filter:blur(22px);
}
.logo{display:flex;align-items:center;gap:12px}
.logo-mark{
  width:50px;height:50px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#fff,#c9c9c9);
  color:#050505;
  font-size:27px;font-weight:950;
  box-shadow:0 16px 55px rgba(255,255,255,.12);
}
.logo h1{margin:0;font-size:17px;letter-spacing:3px;font-weight:950}
.logo span{display:block;margin-top:3px;color:#9ca3af;font-size:10px;text-transform:uppercase;letter-spacing:2.6px}
.navbar nav{display:flex;gap:22px;color:#d1d5db;font-size:14px;font-weight:700}
.navbar nav a:hover{color:#fff}
.nav-cta{background:#fff;color:#050505;font-weight:900;border-radius:999px;padding:12px 20px}
.hero{
  min-height:90vh;
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:48px;
  align-items:center;
  padding:70px 5.5% 54px;
}

.hero-right{
  width:100%;
}

.kicker{
  display:inline-block;
  color:#d1d5db;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  padding:9px 13px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:11px;font-weight:900;
}
.hero h2,.section h3{
  margin:22px 0 16px;
  font-size:clamp(39px,5.6vw,76px);
  line-height:.98;
  letter-spacing:-3px;
}
.hero-sub,.section p{
  color:#cbd5e1;
  font-size:17px;
  line-height:1.75;
  max-width:760px;
}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}
.btn{
  border:0;
  border-radius:999px;
  padding:14px 22px;
  font-weight:950;
  cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-light{background:#fff;color:#050505}
.btn-glass{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.16)}
.btn-dark{background:#050505;color:#fff}
.full{width:100%}
.proof-row{
  margin-top:34px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;
}
.proof-row div{
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:18px;
}
.proof-row strong{display:block;font-size:24px}
.proof-row span{display:block;margin-top:4px;color:#9ca3af;font-size:12px}
.luxury-phone{
  width: 100%;
  max-width: 650px;

  margin-left: auto;

  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,#1e1e21,#050505);
  border-radius:44px;
  padding:14px;
  box-shadow:0 35px 110px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.05);
}
.status-bar{
  display:flex;align-items:center;justify-content:space-between;
  padding:4px 12px 12px;
  color:#cbd5e1;
  font-size:12px;font-weight:800;
}
.status-bar span:last-child{color:#86efac}
.slider{
  height:520px;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:#000;
}
.slide{
  position:absolute;inset:0;
  opacity:0;
  transform:scale(1.05);
  transition:1s ease;
}
.slide.active{opacity:1;transform:scale(1)}
.slide img,.slide video{width:100%;height:100%;object-fit:cover}
.slide:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(transparent 36%,rgba(0,0,0,.92));
}
.slide-content{
  position:absolute;left:26px;right:26px;bottom:28px;z-index:2;
}
.slide-content span{
  display:inline-block;margin-bottom:9px;
  font-size:10px;text-transform:uppercase;letter-spacing:2px;color:#ddd;
}
.slide-content b{display:block;font-size:32px;line-height:1.05}
.slide-content p{margin:9px 0 0;color:#d8d8d8;line-height:1.5}
.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:13px}
.slider-dots button{
  height:7px;width:32px;border:0;border-radius:999px;
  background:rgba(255,255,255,.22);cursor:pointer;
}
.slider-dots button.active{background:#fff}
.section{padding:92px 5.5%}
.section-top{max-width:880px}
.promise-grid,.route-cards{
  display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:30px;
}
.promise-grid article,.route-card,.offer-card-large,.booking-card,.admin-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(18px);
  border-radius:30px;
  padding:25px;
}
.icon{
  width:46px;height:46px;border-radius:18px;
  display:grid;place-items:center;
  background:#fff;color:#050505;
  font-size:24px;font-weight:950;
  margin-bottom:18px;
}
.promise-grid h4,.route-card b,.admin-card h4{
  display:block;margin:0 0 10px;font-size:22px;
}
.promise-grid p,.route-card p{font-size:14px;color:#cbd5e1}
.routes-section{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:start;
}
.route-card span{
  display:block;color:#9ca3af;font-size:12px;font-weight:900;margin-bottom:18px;
}
.offer-section{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;
}
.offer-card-large{min-height:250px}
.booking-section{
  display:grid;grid-template-columns:.72fr 1.28fr;gap:42px;align-items:start;
}
.booking-card{
  background:linear-gradient(180deg,#ffffff,#f3f4f6);
  color:#0b0b0b;
  box-shadow:0 30px 100px rgba(0,0,0,.35);
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
label{
  display:block;
  color:#111;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:950;
  margin:13px 0 7px;
}
input,select{
  width:100%;
  border:1px solid #ddd;
  background:#fff;
  color:#111;
  border-radius:17px;
  padding:15px;
  outline:none;
  font-size:15px;
}
input:focus,select:focus{border-color:#111;box-shadow:0 0 0 4px rgba(0,0,0,.08)}
small{display:block;margin-top:6px;color:#666;text-transform:none;letter-spacing:0;font-weight:600}
.check-row{
  display:flex;gap:10px;align-items:flex-start;
  background:#f6f6f6;border:1px dashed #b7b7b7;border-radius:18px;
  padding:13px;text-transform:none;letter-spacing:0;color:#111;
}
.check-row input{width:auto;margin-top:2px}
.price-card{
  margin:18px 0;
  display:grid;grid-template-columns:repeat(4,1fr);gap:9px;
}
.price-card div{
  background:#111;color:#fff;
  border-radius:18px;padding:13px;
}
.price-card span{display:block;color:#aaa;font-size:10px;text-transform:uppercase;letter-spacing:1px}
.price-card b{display:block;margin-top:4px}
.price-card .total{background:#000;outline:2px solid #313131}
.success-panel{
  display:none;
  background:#0b0b0b;
  color:#fff;
  border-radius:24px;
  margin-top:18px;
  padding:20px;
}
.success-panel h4{font-size:23px;margin:0 0 8px}
.success-panel p{font-size:14px;color:#cbd5e1}
.success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.whatsapp{background:#25d366;color:#fff}
.whatsapp-dark{background:#128c7e;color:#fff}
.calendar{background:#4285f4;color:#fff}
.admin-section{
  background:rgba(255,255,255,.025);
}
.admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 24px}
.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.record-list{display:grid;gap:10px}
.record{
  background:#050505;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:14px;
}
.record b{display:block}
.record span{display:block;color:#9ca3af;font-size:12px;margin-top:4px}
footer{
  padding:34px 5.5%;
  display:flex;justify-content:space-between;gap:12px;
  color:#9ca3af;
  border-top:1px solid rgba(255,255,255,.12);
}
.reveal{animation:rise .75s ease both}
@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1050px){
  .navbar{align-items:flex-start;flex-direction:column;gap:13px}
  .navbar nav{flex-wrap:wrap}
  .hero,.routes-section,.booking-section{grid-template-columns:1fr}
  .promise-grid,.route-cards{grid-template-columns:repeat(2,1fr)}
  .slider{height:470px}
}
@media(max-width:700px){
  .navbar nav{display:none}
  .hero{padding:44px 4%}
  .section{padding:72px 4%}
  .hero h2,.section h3{font-size:36px;letter-spacing:-1.5px}
  .hero-sub,.section p{font-size:15px}
  .proof-row,.promise-grid,.route-cards,.offer-section,.form-grid,.price-card,.success-actions,.admin-grid{grid-template-columns:1fr}
  .luxury-phone{padding:8px;border-radius:34px}
  .slider{height:400px;border-radius:28px}
  .slide-content b{font-size:26px}
  .brand h1{font-size:14px}
  .nav-cta{padding:10px 15px}
  footer{flex-direction:column}
}.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(0,0,0,.25);
  transition: transform .3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
}.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  border: 3px solid rgba(255,255,255,.2);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}.worldcup-banner {
  margin: 80px auto;
  padding: 90px 40px;
  border-radius: 34px;
  max-width: 1180px;
  background:
    linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.78)),
    url("https://images.unsplash.com/photo-1517466787929-bc90951d0974?auto=format&fit=crop&w=1600&q=90");
  background-size: cover;
  background-position: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.worldcup-banner h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  max-width: 900px;
  margin: 14px auto;
}

.worldcup-banner p {
  max-width: 780px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

.worldcup-banner .proof-row {
  margin: 30px auto;
  justify-content: center;
}.footer {
  margin-top: 100px;
  padding: 60px 40px 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  background:#050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer h3,
.footer h4 {
  margin-bottom: 15px;
}

.footer p {
  color: rgba(255,255,255,.7);
  line-height: 1.8;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: #25D366;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.5);

}.footer a i {
  width: 24px;
  margin-right: 8px;
  font-size: 18px;
}

.fa-instagram {
  color: #E4405F;
}

.fa-whatsapp {
  color: #25D366;
}

.fa-envelope {
  color: #4DA3FF;
}@media (max-width: 900px){
  .hero{
    grid-template-columns:1fr;
  }

  .luxury-phone{
    max-width:100%;
    margin:0 auto;
  }

  .slider{
    height:420px;
  }
}@media (max-width: 768px) {

  .footer-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer{
    padding: 40px 20px;
  }

  .footer h3,
  .footer h4{
    font-size: 20px;
  }

  .footer p,
  .footer a{
    font-size: 15px;
    word-break: break-word;
  }

  .footer-bottom{
    text-align: center;
    margin-top: 30px;
  }

}