*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #374151;--secondary-blue: #4b5563;--light-blue: #6b7280;--primary-green: #10b981;--secondary-green: #059669;--light-green: #34d399;--dark-green: #047857;--white: #ffffff;--off-white: #f9fafb;--light-gray: #e5e7eb;--text-dark: #111827;--text-gray: #6b7280;--accent-orange: #f97316;--accent-amber: #f59e0b}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-nav{background:#111827f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #0003;border-bottom:2px solid rgba(16,185,129,.3)}.main-nav .container{display:flex;justify-content:space-between;align-items:center}.main-nav .logo{background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.main-nav .logo img{height:45px;width:auto;display:block}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:28px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--white);text-decoration:none;font-weight:500;transition:color .3s ease;font-size:1.05rem}.nav-links a:hover{color:var(--light-green)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:linear-gradient(180deg,var(--primary-blue) 0%,var(--dark-green) 100%);flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-5px 0 20px #0000004d;transition:right .3s ease;z-index:1000}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links a{display:block;padding:1rem;border-radius:8px;transition:all .3s ease}.nav-links a:hover{background:#ffffff1a;color:var(--light-green);transform:translate(-5px)}}.hero-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-green) 100%);padding:80px 0;color:var(--white)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h1{font-size:3.5rem;margin-bottom:.5rem;font-weight:700;line-height:1.2}.slogan{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--light-green)}.intro{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--off-white)}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.btn-primary{background-color:var(--primary-green);color:var(--white)}.btn-primary:hover{background-color:var(--dark-green);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--primary-green);transform:translateY(-2px)}.btn-large{padding:18px 48px;font-size:1.1rem;background-color:#4b5563;color:var(--white)}.btn-large:hover{background-color:#374151;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-white{background-color:var(--white);color:var(--primary-green);border:2px solid var(--white)}.btn-white:hover{background-color:var(--primary-green);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.slideshow-container{position:relative;width:100%;height:450px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.dots-container{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.8)}.dot:hover{background-color:#fffc;transform:scale(1.2)}.dot.active{background-color:#fff;transform:scale(1.3);box-shadow:0 0 10px #fffc}.slideshow-container-footer{position:relative;width:100%;height:450px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003}.slide-footer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.slide-footer.active{opacity:1}.slide-footer img{width:100%;height:100%;object-fit:cover}.dot-footer{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.8)}.dot-footer:hover{background-color:#fffc;transform:scale(1.2)}.dot-footer.active{background-color:#fff;transform:scale(1.3);box-shadow:0 0 10px #fffc}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-grid img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 4px 15px #0003;transition:transform .3s ease}.gallery-grid img:first-child{grid-column:1 / -1;height:250px}.gallery-grid img:hover{transform:scale(1.05)}.tours-section{padding:80px 0;background:linear-gradient(to bottom,#fff,#f8fafb)}.section-header{text-align:center;margin-bottom:3rem}.badge-premium{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.section-header h2{font-size:3rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.section-subtitle{font-size:1.25rem;color:var(--text-gray);max-width:600px;margin:0 auto}.tour-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-bottom:4rem}.tour-option{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid #e5e7eb}.tour-option:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.tour-option-featured{border:3px solid #10b981;position:relative;background:linear-gradient(135deg,#fff,#f0fdf4)}.tour-option-featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669);border-radius:16px 16px 0 0}.tour-option-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.tour-icon{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.tour-icon-simple{background:linear-gradient(135deg,#6b7280,#4b5563)}.tour-option-title{flex:1;min-width:200px}.tour-option-title h3{font-size:1.75rem;color:var(--primary-blue);margin-bottom:.5rem}.tour-option-title p{color:var(--text-gray);font-size:1rem}.badge-live{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-audio{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tour-benefits{margin-bottom:2rem}.benefit{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.benefit:last-child{border-bottom:none}.benefit svg{color:#10b981;flex-shrink:0;margin-top:.2rem}.benefit-excluded svg{color:#ef4444}.benefit span{color:var(--dark-blue);line-height:1.6}.benefit-excluded span{color:#9ca3af;text-decoration:line-through}.tour-cta{text-align:center}.btn-primary-large,.btn-secondary-large{display:inline-block;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00000026}.btn-primary-large{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 6px 25px #10b98166}.btn-secondary-large{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.btn-secondary-large:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6b728066}.reserve-note{margin-top:1rem;color:var(--text-gray);font-size:.875rem;font-style:italic}.tour-details-accordion{margin-top:3rem}.accordion-item{background:#fff;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease}.accordion-item:hover{box-shadow:0 6px 30px #0000001f;border-color:#10b981}.accordion-header{width:100%;padding:2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.5rem;font-weight:700;color:#111827;transition:all .3s ease;gap:1rem}.accordion-header:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.accordion-header span{flex:1;text-align:left}.accordion-header svg{transition:transform .3s ease;color:#10b981;flex-shrink:0;width:28px;height:28px}.accordion-item.active .accordion-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.accordion-item.active .accordion-header svg{transform:rotate(180deg);color:#fff}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out;padding:0 2rem}.accordion-item.active .accordion-content{max-height:3000px;padding:2.5rem 2rem;border-top:2px solid #e5e7eb}.itinerary-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.itinerary-option{background:#f9fafb;padding:2rem;border-radius:12px;border:2px solid #e5e7eb;transition:all .3s ease}.itinerary-option:hover{border-color:#10b981;box-shadow:0 4px 15px #10b9811a}.itinerary-option h4{color:#111827;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid #10b981;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:12px;top:8px;bottom:8px;width:3px;background:linear-gradient(to bottom,#10b981,#059669);border-radius:2px}.timeline-item{position:relative;padding-left:3.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.timeline-item:last-child{margin-bottom:0;padding-bottom:0}.timeline-marker{position:absolute;left:0;top:4px;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);border:4px solid white;box-shadow:0 0 0 3px #10b981,0 2px 8px #10b9814d;z-index:1}.timeline-content strong{display:inline-block;color:#fff;background:linear-gradient(135deg,#10b981,#059669);font-size:1rem;font-weight:700;margin-bottom:.75rem;padding:.4rem 1rem;border-radius:20px}.timeline-content p{color:#374151;line-height:1.7;font-size:.95rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:16px;border:2px solid #e5e7eb;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.info-card:hover{border-color:#10b981;box-shadow:0 4px 20px #10b98126;transform:translateY(-2px)}.info-card h4{color:#111827;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #10b981}.info-card ul{list-style:none}.info-card ul li{padding:.75rem 0 .75rem 2rem;position:relative;color:#374151;line-height:1.7;font-size:.95rem}.info-card ul li:before{content:"";position:absolute;left:0;top:1.1rem;width:10px;height:10px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 0 0 3px #10b98133}.info-card-highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.info-card-highlight:hover{border-color:#d97706;box-shadow:0 4px 20px #f59e0b40}.info-card-highlight h4{color:#92400e;border-bottom-color:#f59e0b}.info-card-highlight ul li:before{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 0 3px #f59e0b33}.cta-center{text-align:center;margin-top:3rem}@media (max-width: 768px){.section-header h2{font-size:2rem}.tour-options,.itinerary-options,.info-grid{grid-template-columns:1fr}.accordion-header{padding:1.5rem;font-size:1.2rem}.accordion-header svg{width:24px;height:24px}.accordion-content{padding:0 1.5rem}.accordion-item.active .accordion-content{padding:2rem 1.5rem}.itinerary-option{padding:1.5rem}.itinerary-option h4{font-size:1.2rem}.timeline-item{padding-left:2.5rem}.timeline:before{left:10px}.timeline-marker{width:22px;height:22px;left:-1px}.timeline-content strong{font-size:.9rem;padding:.3rem .8rem}.timeline-content p{font-size:.9rem}.info-card{padding:1.5rem}.info-card h4{font-size:1.2rem}.info-card ul li{font-size:.9rem;padding-left:1.5rem}.info-card ul li:before{width:8px;height:8px;top:1rem}}.about-section{padding:80px 0;background:linear-gradient(135deg,var(--off-white),var(--light-gray))}.about-section h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:var(--text-dark);font-weight:700}.about-content{max-width:900px;margin:0 auto}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-gray)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014}.feature h3{color:var(--primary-green);margin-bottom:.5rem}.feature p{color:var(--text-gray);font-size:.95rem}.reviews-section{padding:80px 0;background-color:var(--white)}.reviews-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark);font-weight:700}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.review-card{background:var(--off-white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;border-left:4px solid var(--secondary-green)}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-header img{width:60px;height:60px;border-radius:50%;object-fit:cover}.review-header h4{color:var(--primary-blue);margin-bottom:.25rem}.stars{color:#ffc107;font-size:1.2rem}.review-card p{color:var(--text-gray);line-height:1.6;margin-bottom:1rem;font-style:italic}.response{background:var(--white);padding:1rem;border-radius:8px;font-size:.9rem;color:var(--text-gray)}.response strong{color:var(--secondary-blue)}.pricing-section{padding:80px 0;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));color:var(--white);text-align:center}.pricing-section h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white);font-weight:700}.section-intro{font-size:1.2rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.pricing-section .section-intro{color:var(--white)}.pre-footer{padding:80px 0;background:linear-gradient(135deg,#1f2937,#111827);color:var(--white)}.pre-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.pre-footer-content h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white);font-weight:700}.pre-footer-content p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.gallery-grid-footer{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-grid-footer img{width:100%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease}.gallery-grid-footer img:first-child{grid-column:1 / -1;height:220px}.gallery-grid-footer img:hover{transform:scale(1.05)}footer{background-color:var(--text-dark);color:var(--white);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-logo{height:50px;margin-bottom:1rem}.footer-column h3,.footer-column h4{margin-bottom:1rem;color:var(--light-green)}.footer-column p{line-height:1.8;color:var(--light-gray)}.footer-column a{color:var(--light-gray);text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:var(--light-green)}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:var(--light-gray)}.footer-bottom a{color:var(--light-gray);text-decoration:none}.footer-bottom a:hover{color:var(--light-green)}@media (max-width: 768px){.hero-grid,.pre-footer-grid{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.nav-links{gap:1rem}.tours-grid,.reviews-grid,.gallery-grid,.gallery-grid-footer{grid-template-columns:1fr}.gallery-grid img:first-child,.gallery-grid-footer img:first-child{grid-column:1}.slideshow-container,.slideshow-container-footer{height:300px}h2{font-size:2rem!important}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.slogan{font-size:1.3rem}.cta-buttons{flex-direction:column}.btn{width:100%;text-align:center}.nav-links{flex-wrap:wrap;gap:.5rem;font-size:.9rem}}
