*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}body{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6)),url(https://images.unsplash.com/photo-1654722036207-7f7733dba2a5?q=80&w=1170&auto=format&fit=crop) 50%/cover;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:white;position:relative}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.3rem;margin-bottom:2rem;max-width:650px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.cta-button{display:inline-block;background:linear-gradient(45deg,#ff6b6b,#ff8e53);color:white;padding:15px 30px;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,107,107,.3);border:none;cursor:pointer}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,107,.4)}.section{padding:80px 0;background:white}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#ff6b6b,#ff8e53);border-radius:2px}.tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.tour-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #eee}.tour-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.tour-image{width:100%;height:250px;object-fit:cover}.tour-content{padding:2rem}.tour-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.tour-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.tour-price{font-size:1.8rem;font-weight:700;color:#ff6b6b}.tour-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.tour-description{color:#666;line-height:1.6}.tour-description,.tour-highlights{margin-bottom:1.5rem}.highlights-title{font-weight:600;margin-bottom:.5rem;color:#333}.highlights-list{list-style:none;padding:0}.highlights-list li{color:#666;position:relative;padding:.3rem 0 .3rem 1.5rem}.highlights-list li:before{content:"✓";position:absolute;left:0;color:#4CAF50;font-weight:700}.meeting-point{margin-bottom:1rem;font-size:.9rem;color:#666}.book-button{width:100%;background:linear-gradient(45deg,#667eea,#764ba2);color:white;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.book-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.faq-section{background:#f8f9fa}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:white;margin-bottom:1rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.faq-question{padding:1.5rem;background:#fff;border:none;width:100%;text-align:left;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background:#f8f9fa}.faq-answer{padding:0 1.5rem 1.5rem;color:#666;line-height:1.6}.footer{background:#333;color:white;text-align:center;padding:3rem 0}.footer-content{max-width:1000px;margin:0 auto}.footer h3{margin-bottom:1rem;font-size:1.5rem}.footer p{margin-bottom:1rem;color:#ccc}.contact-info{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:#ccc}.upcoming-tours-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:2rem;margin-top:-1rem}.upcoming-tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.upcoming-tour-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e9ecef}.upcoming-tour-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.upcoming-tour-name{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.3}.upcoming-tour-details{margin-bottom:1.5rem}.tour-datetime{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.9rem}.date,.time{color:#666;gap:.3rem}.date,.time,.tour-availability{display:flex;align-items:center}.tour-availability{justify-content:space-between;margin-top:.5rem}.availability-badge{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.availability-high{background:#d4edda;color:#155724}.availability-medium{background:#fff3cd;color:#856404}.availability-low{background:#f8d7da;color:#721c24}.spots-remaining{font-size:.85rem;color:#666;font-weight:500}.reserve-button{width:100%;background:linear-gradient(45deg,#28a745,#20c997);color:white;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.reserve-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.3);background:linear-gradient(45deg,#218838,#1dc98e)}@media (max-width:768px){.upcoming-tours-grid{grid-template-columns:1fr}.tour-availability,.tour-datetime{flex-direction:column;gap:.5rem}.tour-availability{align-items:flex-start}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.tours-grid{grid-template-columns:1fr}.tour-header{flex-direction:column;gap:.5rem}.contact-info{flex-direction:column;gap:1rem}}