/*
Theme Name: Tour Flyer Premium OnePage
Version:1.0
*/
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;background:#f4f8fc;color:#24324a;line-height:1.6}
header{position:fixed;top:0;width:100%;background:rgba(15,76,129,.9);backdrop-filter:blur(10px);padding:15px 8%;display:flex;justify-content:space-between;align-items:center;z-index:1000}
header a{color:#fff;text-decoration:none;margin-left:18px}
.hero{height:100vh;background:linear-gradient(rgba(10,35,66,.55),rgba(10,35,66,.55)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80') center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:20px}
.hero h1{font-size:56px;margin-bottom:15px}
.hero p{font-size:20px;max-width:700px;margin:auto}
.btn{display:inline-block;margin-top:30px;padding:14px 28px;border-radius:50px;background:#ff7a00;color:#fff;text-decoration:none;font-weight:bold;transition:.3s}
.btn:hover{transform:translateY(-3px);background:#ff5c00}
section{padding:80px 8%}
.title{text-align:center;font-size:34px;margin-bottom:40px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}
.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.08);transition:.35s}
.card:hover{transform:translateY(-8px)}
.img{height:180px;background:linear-gradient(135deg,#0f4c81,#1e88e5)}
.card h3{padding:18px 18px 8px}
.card p{padding:0 18px 20px;color:#666}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}
.stat{background:#0f4c81;color:#fff;padding:35px;border-radius:18px;text-align:center}
.cta{background:#0f4c81;color:#fff;text-align:center;border-radius:20px;padding:60px}
footer{background:#0b2747;color:#fff;text-align:center;padding:25px}
.whatsapp{position:fixed;right:20px;bottom:20px;background:#25d366;color:#fff;padding:15px 18px;border-radius:50px;text-decoration:none;font-weight:bold;box-shadow:0 8px 20px rgba(0,0,0,.2)}
@media(max-width:768px){.hero h1{font-size:36px}header{padding:12px 5%}}
