:root{--green:#0d3b31;--green2:#145246;--gold:#d2a74a;--cream:#fffaf2;--ink:#1e2c28;--muted:#6d756f;--line:#e8e0d1;--white:#fff;--shadow:0 18px 50px rgba(20,52,44,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--green);color:#f6ead0;font-size:13px;padding:9px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #eee}nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo img{width:255px;height:auto}.navlinks{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}.navlinks a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:14px 22px;background:var(--green);color:white;font-weight:700;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);background:var(--green2)}.btn.gold{background:var(--gold);color:#18382f}.btn.outline{background:transparent;border:1px solid var(--green);color:var(--green)}.hero{min-height:690px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,rgba(6,35,28,.92),rgba(6,35,28,.55),rgba(6,35,28,.08)),url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1800&q=85') center/cover}.hero-content{max-width:690px;color:#fff;padding:90px 0}.eyebrow{color:#e8c66f;text-transform:uppercase;letter-spacing:3px;font-weight:800;font-size:12px}.hero h1{font-family:Georgia,serif;font-size:66px;line-height:1.03;margin:18px 0}.hero p{font-size:18px;line-height:1.7;color:#f3f0e9;max-width:610px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero .outline{border-color:#fff;color:#fff}.trust{margin-top:-42px;position:relative;z-index:5}.trust-grid{background:#fff;border-radius:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:25px}.trust-item{padding:8px 20px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item b{display:block;font-size:18px;color:var(--green)}.trust-item span{font-size:13px;color:var(--muted)}section{padding:95px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 45px}.section-head h2,.split h2,.page-hero h1{font-family:Georgia,serif;font-size:46px;margin:10px 0 14px;color:var(--green)}.section-head p,.split p{color:var(--muted);line-height:1.75}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:white;box-shadow:0 10px 30px rgba(30,50,43,.05)}.card-image{height:240px;object-fit:cover;width:100%}.card-body{padding:24px}.card h3{margin:0 0 8px;font-size:22px;color:var(--green)}.card p{color:var(--muted);line-height:1.6;font-size:14px}.price-row{display:flex;align-items:end;justify-content:space-between;margin-top:20px}.price{font-size:25px;font-weight:800;color:var(--green)}.price small{font-size:12px;color:var(--muted);font-weight:500}.tag{display:inline-block;background:#eef6f1;color:var(--green);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split img{border-radius:26px;height:520px;width:100%;object-fit:cover;box-shadow:var(--shadow)}.cream{background:var(--cream)}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:26px}.benefit{display:flex;gap:12px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.benefit i{font-style:normal;color:var(--gold);font-size:22px}.testimonial{padding:28px;border-radius:20px;background:#fff;border:1px solid var(--line)}.stars{color:#d19c21;letter-spacing:2px}.cta{background:linear-gradient(135deg,#0c3a30,#1a5b4d);color:#fff;border-radius:28px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-family:Georgia,serif;font-size:42px;margin:0}.cta p{color:#dce9e4}.page-hero{padding:80px 0;background:linear-gradient(120deg,#f9f2e4,#f4f8f5);text-align:center}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.package-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:white;position:relative}.package-card.featured{border:2px solid var(--gold);transform:translateY(-5px)}.package-card h3{font-size:24px;color:var(--green)}.package-card .duration{color:var(--muted);font-size:13px}.package-card ul{padding-left:18px;color:var(--muted);line-height:1.8;font-size:14px}.package-card .bigprice{font-size:34px;font-weight:800;color:var(--green);margin:16px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:700;font-size:13px;color:#35463f}input,select,textarea{width:100%;padding:14px 15px;border:1px solid #d8ded9;border-radius:12px;font:inherit;background:#fff}textarea{min-height:120px;resize:vertical}.booking-box{max-width:850px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.notice{background:#f4f8f5;border-left:4px solid var(--gold);padding:14px 16px;border-radius:8px;color:#4b5f57;font-size:13px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px}.contact-card{background:var(--green);color:#fff;padding:40px;border-radius:25px}.contact-card h3{font-size:26px}.contact-card p{color:#d7e7e0;line-height:1.8}.footer{background:#082d25;color:#d7e4df;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}.footer h4{color:white}.footer a{display:block;color:#bdd0c8;margin:10px 0;font-size:14px}.copyright{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;font-size:13px}.modal{position:fixed;inset:0;background:rgba(0,0,0,.56);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.modal.show{display:flex}.modal-content{width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;padding:28px;position:relative}.close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:28px;cursor:pointer}.success{display:none;background:#effaf4;border:1px solid #cfead9;padding:16px;border-radius:12px;color:#256143;margin-top:16px}.mobile{display:none}@media(max-width:900px){.navlinks{display:none}.mobile{display:block}.hero h1{font-size:48px}.trust-grid,.grid3,.package-grid,.footer-grid{grid-template-columns:1fr 1fr}.split,.contact-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}@media(max-width:600px){.hero{min-height:620px}.hero h1{font-size:39px}.section-head h2,.split h2,.page-hero h1{font-size:35px}.trust-grid,.grid3,.package-grid,.footer-grid,.benefits{grid-template-columns:1fr}.cta{padding:34px;display:block}.cta h2{font-size:34px}.logo img{width:210px}.copyright{display:block}.card-image{height:210px}}
