
:root{
  --orange:#ff8500;
  --orange-dark:#e86f00;
  --black:#111217;
  --white:#ffffff;
  --cream:#fff5e7;
  --text:#142033;
  --muted:#667085;
  --green:#25D366;
}
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
body{background:#fff;color:var(--text);line-height:1.65}
a{text-decoration:none;color:inherit}
.topbar{height:42px;background:linear-gradient(90deg,#fff2df,#fff,#fff2df);color:#111;padding:0 7%;display:flex;align-items:center;justify-content:center;gap:60px;font-size:15px;font-weight:800}
.topbar span{display:inline-flex;align-items:center;gap:8px}.topbar b{color:var(--orange)}
.header{background:#fff;position:sticky;top:0;z-index:99;box-shadow:0 4px 24px rgba(0,0,0,.06)}
.header:before{content:"";position:absolute;left:0;top:0;width:170px;height:105px;background:linear-gradient(135deg,rgba(255,133,0,.42),rgba(255,255,255,0) 64%);border-bottom-right-radius:120px;pointer-events:none}
.header:after{content:"";position:absolute;left:0;right:0;bottom:-38px;height:58px;background:#fff;border-radius:0 0 50% 50% / 0 0 44% 44%;box-shadow:0 12px 16px rgba(255,133,0,.24);pointer-events:none}
.nav{position:relative;z-index:3;padding:12px 7% 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo img{height:92px;width:auto;display:block;filter:drop-shadow(0 9px 10px rgba(0,0,0,.18))}
.menu{display:flex;align-items:center;gap:24px;list-style:none;font-weight:900}.menu a{color:#111;padding:10px 0;position:relative}.menu a:hover{color:var(--orange)}.menu a:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;background:var(--orange);border-radius:5px;transform:translateX(-50%);transition:.25s}.menu a:hover:after{width:30px}
.reserve-btn{background:linear-gradient(135deg,var(--orange),#ff6b00);color:#fff!important;padding:13px 23px!important;border-radius:12px;box-shadow:0 8px 22px rgba(255,133,0,.28)}.reserve-btn:after{display:none}
.lang{display:flex;gap:8px}.lang button{border:1px solid #eee;background:#fff;border-radius:10px;padding:9px 12px;font-weight:900;cursor:pointer}.lang button.active{background:var(--orange);color:#fff;border-color:var(--orange)}
.hero{min-height:690px;padding:135px 7% 138px;color:#111;background:linear-gradient(90deg,rgba(255,255,255,.91),rgba(255,255,255,.60),rgba(255,255,255,.10)),url('https://images.unsplash.com/photo-1568849676085-51415703900f?q=80&w=1800') center/cover;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;left:0;right:0;top:0;height:115px;background:linear-gradient(to bottom,rgba(255,255,255,.92),rgba(255,255,255,0))}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:115px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 80%)}
.hero-inner{max-width:680px;position:relative;z-index:2}.script{color:var(--orange);font-size:30px;font-style:italic;font-family:Georgia,serif;margin-bottom:10px;font-weight:700}.hero h1{font-size:60px;line-height:1.07;letter-spacing:-1.2px;font-weight:900;color:#142033}.hero p{margin-top:18px;font-size:20px;color:#202733;font-weight:700}
.hero-badges{display:flex;flex-wrap:wrap;gap:22px;margin-top:30px}.hero-badges div{display:flex;align-items:center;gap:10px;min-width:150px;border-right:1px solid rgba(0,0,0,.12);padding-right:20px}.hero-badges div:last-child{border-right:0}.hero-badges span{color:var(--orange);font-size:30px}.hero-badges strong{display:block;font-size:14px}.hero-badges small{display:block;color:#444;font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 24px;color:#fff;background:linear-gradient(135deg,var(--orange),#ff6b00);font-weight:900;border:0;cursor:pointer;margin-top:18px;box-shadow:0 8px 22px rgba(255,133,0,.28)}
.btn.green{background:var(--green)}.btn.blue{background:#171717}
.booking{position:absolute;z-index:4;right:7%;top:215px;width:470px;background:rgba(17,17,17,.90);border-radius:18px;box-shadow:0 18px 46px rgba(0,0,0,.25);overflow:hidden}
.booking-tabs{display:grid;grid-template-columns:repeat(3,1fr);color:#fff;text-align:center;font-weight:900}.booking-tabs div{padding:18px 10px;background:rgba(255,255,255,.07);border-right:1px solid rgba(255,255,255,.08)}.booking-tabs div:first-child{background:linear-gradient(135deg,var(--orange),#ff6b00)}
.booking form{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px}.field label{display:block;color:#697080;font-size:13px;font-weight:700;margin-bottom:4px}.field input,.field select{width:100%;background:#fff;border:0;border-radius:9px;padding:13px;font-weight:800;color:#111}.booking button{grid-column:1/-1;margin-top:2px;font-size:16px;padding:17px}
.service-strip{position:relative;z-index:5;width:88%;max-width:1240px;margin:-92px auto 25px;background:#fff;border-radius:20px;box-shadow:0 14px 44px rgba(0,0,0,.13);padding:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.strip-item{display:grid;grid-template-columns:112px 1fr;gap:18px;align-items:center;border-right:1px solid #e8e8e8;padding-right:18px}.strip-item:last-child{border-right:0}.strip-img{width:112px;height:118px;border-radius:10px;background-size:cover;background-position:center}.strip-item h3{font-size:18px;color:#111;margin-bottom:5px}.strip-item p{font-size:14px;color:#333;line-height:1.55}.strip-item a{color:var(--orange);font-weight:900;font-size:14px;display:inline-block;margin-top:8px}
.section{padding:70px 7%}.light{background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.76)),url('https://images.unsplash.com/photo-1568849676085-51415703900f?q=80&w=1600') center/cover}.title{color:#111;font-size:36px;margin-bottom:12px}.title.center{text-align:center}.pre-title{color:var(--orange);font-weight:900;margin-bottom:5px}.intro{max-width:900px;color:#4b5563;font-size:18px;margin-bottom:30px}.intro.center{text-align:center;margin-left:auto;margin-right:auto}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1200px;margin:auto}.card{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.10);overflow:hidden;border:1px solid #f0f0f0}.card-img{height:210px;background-size:cover;background-position:center}.card-body{padding:24px}.icon{width:68px;height:68px;background:#fff;color:var(--orange);border-radius:50%;margin-top:-56px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;font-size:31px;box-shadow:0 8px 22px rgba(0,0,0,.16)}.card h3{font-size:23px;color:#111;margin-bottom:8px}.card a{color:var(--orange);font-weight:900;display:inline-block;margin-top:12px}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1020px;margin-top:24px}.feature{background:#fff;border-radius:14px;box-shadow:0 7px 22px rgba(0,0,0,.08);padding:20px;display:flex;align-items:center;gap:16px}.feature-icon{color:var(--orange);font-size:34px}
.box{max-width:1050px;margin:0 auto 24px;background:#fff;border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.08);padding:32px}.box h2{color:#111;margin-bottom:12px}.box h3{color:#111;margin:18px 0 8px}.box ul{margin-left:20px;margin-top:12px}.box p{margin-bottom:12px}
.breadcrumb{background:#fff7ed;padding:16px 7%;color:#5b6472}.breadcrumb a{color:var(--orange);font-weight:900}
.contact{padding:70px 7%;background:linear-gradient(135deg,#111,#2a1a08);color:#fff;text-align:center}.contact a{color:#fff;font-weight:900}.footer{background:#050505;color:#fff;text-align:center;padding:22px}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:100;background:#25D366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.22)}
@media(max-width:1180px){.booking{position:relative;right:auto;top:auto;width:88%;margin:-100px auto 30px}.service-strip{grid-template-columns:1fr 1fr;margin-top:0}.strip-item:nth-child(2){border-right:0}}
@media(max-width:980px){.topbar{height:auto;flex-direction:column;gap:5px;padding:8px 5%}.nav{flex-direction:column}.menu{justify-content:center;flex-wrap:wrap}.hero{padding-top:95px}.hero h1{font-size:44px}.cards{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.logo img{height:72px}.hero{min-height:auto;padding-bottom:120px}.hero h1{font-size:36px}.hero p{font-size:16px}.script{font-size:23px}.booking{width:92%;margin-top:-80px}.booking-tabs{grid-template-columns:1fr}.booking form{grid-template-columns:1fr}.service-strip{grid-template-columns:1fr;width:92%;padding:16px}.strip-item{grid-template-columns:90px 1fr;border-right:0;border-bottom:1px solid #eee;padding-bottom:14px}.strip-item:last-child{border-bottom:0}.strip-img{width:90px;height:95px}.features{grid-template-columns:1fr}.title{font-size:29px}}
