*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:'Inter',sans-serif;color:#334155;background-color:#f8fafc}.bg-slate-50{background-color:#f8fafc}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#ffffff}.bg-gray-100{background-color:#f3f4f6}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex{display:flex}.md\:justify-between{justify-content:space-between}.md\:items-start{align-items:flex-start}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:mt-0{margin-top:0}}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mr-1{margin-right:0.25rem}.mr-2{margin-right:0.5rem}.mr-3{margin-right:0.75rem}.ml-2{margin-left:0.5rem}.-mr-1{margin-right:-0.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-white{color:#ffffff !important}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-amber-400{color:#fbbf24}.text-green-500{color:#10b981}.text-blue-500{color:#3b82f6}.text-orange-500{color:#f97316}.text-orange-600{color:#ea580c}.rounded{border-radius:0.25rem}.rounded-md{border-radius:0.375rem}.rounded-lg{border-radius:0.5rem}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.border-orange-500{border-color:#f97316}.border-slate-200{border-color:#e2e8f0}.border-t{border-top-width:1px}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.w-full{width:100%}.w-5{width:1.25rem}.w-56{width:14rem}.h-5{height:1.25rem}.h-64{height:16rem}.max-w-full{max-width:100%}.max-h-full{max-height:100%}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.right-0{right:0}.left-2{left:0.5rem}.right-2{right:0.5rem}.-top-5{top:-1.25rem}.-right-5{right:-1.25rem}.z-10{z-index:10}.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}.transform.-translate-y-1\/2{transform:translateY(-50%)}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.list-inside{list-style-position:inside}.space-y-1>*+*{margin-top:0.25rem}.space-y-2>*+*{margin-top:0.5rem}.space-y-3>*+*{margin-top:0.75rem}.space-y-4>*+*{margin-top:1rem}.transition{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.duration-300{transition-duration:300ms}.underline{text-decoration:underline}.overflow-y-auto{overflow-y:auto}.bg-red-500{background-color:#ef4444}.bg-orange-50{background-color:#fff7ed}.bg-orange-100{background-color:#ffedd5}.border-2{border-width:2px}.border-gray-200{border-color:#e5e7eb}.border-orange-200{border-color:#fed7aa}.h-48{height:12rem}.ring-1{box-shadow:0 0 0 1px rgba(0,0,0,0.05)}.ring-black{--tw-ring-color:rgba(0,0,0,1)}.ring-opacity-5{--tw-ring-opacity:0.05}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-orange-50{--tw-gradient-from:#fff7ed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(255,247,237,0))}.to-orange-100{--tw-gradient-to:#ffedd5}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.pt-8{padding-top:2rem}@media (min-width:768px){.md\:pt-12{padding-top:3rem}}.mr-1\.5{margin-right:0.375rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}span.bg-\[\#264653\]{background-color:#264653 !important;color:#ffffff !important}span.bg-\[#546F7A\]{background-color:#546F7A !important;color:#ffffff !important}span.bg-\[#546F7A\]{display:inline-block !important;padding:0.25rem 0.5rem !important;font-size:0.75rem !important;line-height:1rem !important;font-weight:500 !important;border-radius:0.25rem !important;white-space:nowrap !important}span.bg-\[\#264653\].text-white.text-xs.py-1.px-2.rounded.mr-2{background-color:#264653 !important;color:#ffffff !important;display:inline-block !important;padding:0.25rem 0.5rem !important;box-shadow:0 2px 4px rgba(0,0,0,0.1) !important;border:1px solid #264653 !important;font-size:0.75rem !important;line-height:1rem !important;border-radius:0.25rem !important;margin-right:0.5rem !important;font-weight:500 !important;white-space:nowrap !important;visibility:visible !important;opacity:1 !important}span:contains("Highly Rated"){background-color:#264653 !important;color:#ffffff !important;display:inline-block !important;padding:0.25rem 0.5rem !important;border-radius:0.25rem !important;font-size:0.75rem !important;box-shadow:0 2px 4px rgba(0,0,0,0.1) !important;font-weight:500 !important}span{&:has-text("Highly Rated"){background-color:#264653 !important;color:#ffffff !important}}.text-amber-500{color:#f59e0b}.line-through{text-decoration-line:line-through}.items-baseline{align-items:baseline}.flex-1{flex:1 1 0%}.space-y-4>*+*{margin-top:1rem}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:space-x-4>*+*{margin-left:1rem}.sm\:space-y-0>*+*{margin-top:0}}.flex-col{flex-direction:column}.max-w-2xl{max-width:42rem}.mb-1{margin-bottom:0.25rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.mt-1{margin-top:0.25rem}.single-price{justify-content:center}.space-y-6>*+*{margin-top:1.5rem}.max-w-3xl{max-width:48rem}.border-b{border-bottom-width:1px}.leading-none{line-height:1}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.rounded-b-lg{border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem}.mr-1\.5{margin-right:0.375rem}.text-amber-600{color:#d97706}.!mb-0{margin-bottom:0 !important}@media (min-width:640px){.sm\:left-4{left:1rem}.sm\:right-4{right:1rem}.sm\:top-2{top:0.5rem}.sm\:right-2{right:0.5rem}}.bg-black{background-color:#000000}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-black.bg-opacity-70{background-color:rgba(0,0,0,0.7)}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-black.bg-opacity-80{background-color:rgba(0,0,0,0.8)}.border-gray-300{border-color:#d1d5db}.language-switcher{margin-left:20px;position:relative}.lang-dropdown{position:relative}.lang-toggle{display:flex;align-items:center;gap:0.5rem;padding:8px 12px;background:rgba(255,255,255,0.1);color:white;border:1px solid rgba(255,255,255,0.2);border-radius:6px;cursor:pointer;transition:all 0.3s ease;font-size:0.875rem;font-weight:500}.lang-toggle:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.3)}.lang-code{font-size:0.875rem;font-weight:600}.lang-toggle i{font-size:0.75rem;transition:transform 0.3s ease}.lang-dropdown.active .lang-toggle i{transform:rotate(180deg)}.lang-menu{position:absolute;top:100%;right:0;background:white;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,0.15);list-style:none;padding:0.5rem 0;margin:0.5rem 0 0 0;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1000;border:1px solid rgba(0,0,0,0.1)}.lang-dropdown.active .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;color:#334155;text-decoration:none;font-size:0.875rem;font-weight:500;transition:background-color 0.2s ease}.lang-option:hover{background-color:#f8fafc;color:#e76f51}.flag{width:20px;height:15px;border-radius:2px;display:inline-block;position:relative;overflow:hidden}.flag-us{background:linear-gradient(to bottom,#b22234 0%,#b22234 7.7%,#ffffff 7.7%,#ffffff 15.4%);background-size:100% 13px}.flag-us:before{content:'';position:absolute;top:0;left:0;width:40%;height:53%;background:#3c3b6e}.flag-fr{background:linear-gradient(to right,#002395 33.3%,#ffffff 33.3%,#ffffff 66.6%,#ed2939 66.6%)}.flag-es{background:linear-gradient(to bottom,#c60b1e 25%,#ffc400 25%,#ffc400 75%,#c60b1e 75%)}.flag-de{background:linear-gradient(to bottom,#000000 33.3%,#ff0000 33.3%,#ff0000 66.6%,#ffce00 66.6%)}.flag-nl{background:linear-gradient(to bottom,#ae1c28 33.3%,#ffffff 33.3%,#ffffff 66.6%,#21468b 66.6%)}.flag-it{background:linear-gradient(to right,#009246 33.3%,#ffffff 33.3%,#ffffff 66.6%,#ce2b37 66.6%)}.navbar{position:fixed;top:0;left:0;right:0;width:100%;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:0.75rem 0;z-index:1000;backdrop-filter:blur(15px);box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:transform 0.2s cubic-bezier(0.4,0,0.2,1),background 0.3s ease,opacity 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s cubic-bezier(0.4,0,0.2,1);will-change:transform,opacity,visibility}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{font-size:1.5rem;font-weight:bold;color:#f4a261}.logo-text{font-size:32px;font-weight:bold;color:#e67e22;text-decoration:none;letter-spacing:1px;font-family:'Arial',sans-serif}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:white;text-decoration:none;transition:color 0.3s ease}.nav-links a:hover{color:#f4a261}.hamburger{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:0.5rem}.hamburger span{width:25px;height:3px;background-color:white;margin:3px 0;transition:0.3s;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-nav{position:fixed;top:80px;left:0;right:0;width:100%;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform 0.2s cubic-bezier(0.4,0,0.2,1),opacity 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s cubic-bezier(0.4,0,0.2,1);z-index:999;will-change:transform,opacity,visibility;display:none}.mobile-nav.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav ul{display:flex;flex-direction:column;list-style:none;padding:2rem 0;margin:0}.mobile-nav li{padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,0.1)}.mobile-nav a{color:white;text-decoration:none;font-size:1.1rem;transition:color 0.3s ease}.mobile-nav a:hover{color:#f4a261}.hero{background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="desert" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23f4a261"/><stop offset="50%" stop-color="%23e76f51"/><stop offset="100%" stop-color="%23e9c46a"/></linearGradient></defs><rect width="1200" height="800" fill="url(%23desert)"/><path d="M0,600 Q300,550 600,580 T1200,560 L1200,800 L0,800 Z" fill="%23d4a574"/><path d="M0,650 Q400,620 800,640 T1200,630 L1200,800 L0,800 Z" fill="%23c49663"/></svg>');background-size:cover;background-position:center;background-attachment:fixed;height:100vh;width:100vw;margin:0;padding:0;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:white;overflow:hidden}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.7);font-weight:700}.hero-content p{font-size:1.3rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,0.7);max-width:600px;margin-left:auto;margin-right:auto}.gradient-button{background:#e76f51;color:white !important;text-decoration:none;border-radius:6px;font-size:0.95rem;font-weight:500;padding:10px 20px;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.08);display:inline-block;border:none;cursor:pointer;text-align:center;line-height:1.5}.gradient-button:hover{background:#d85a3c;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,0.12);color:white !important;text-decoration:none}.gradient-button:focus{outline:none;box-shadow:0 0 0 3px rgba(231,111,81,0.3),0 6px 12px rgba(0,0,0,0.15)}.gradient-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.gradient-button:disabled{opacity:0.6;cursor:not-allowed;transform:none;box-shadow:0 4px 6px rgba(0,0,0,0.1)}button{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;margin:0;background:transparent;border:0;cursor:pointer}button:focus{outline:none}.button-border.border-amber-500{border-color:#f59e0b;color:#d97706}.button-border.border-amber-500:hover{background-color:#f59e0b;color:white;transform:translateY(-1px)}.button-border.border-amber-500:focus{outline:none;box-shadow:0 0 0 3px rgba(245,158,11,0.3)}.faq-toggle{background-color:#f1f5f9;transition:background-color 0.3s ease;border:none;width:100%;text-align:left;cursor:pointer}.faq-toggle:hover{background-color:#e2e8f0}.faq-toggle:focus{outline:none;background-color:#e2e8f0;box-shadow:0 0 0 3px rgba(148,163,184,0.3)}.content-card{background-color:white;padding:2rem;border-radius:0.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);transition:all 0.3s ease;border:1px solid #e2e8f0}.content-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}.section{padding:3rem 2rem;max-width:1200px;margin:0 auto}.experience-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-align:left;transition:all 0.3s ease;border:1px solid #e2e8f0}.experience-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(0,0,0,0.15)}.experience-card h3{color:#e76f51;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.experience-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.section-title{color:#264653;margin-bottom:2rem;font-size:2rem;text-align:center;font-weight:600}.about-section{background:linear-gradient(135deg,#264653 0%,#2a9d8f 100%);color:white}.about-section .section-title{color:#f4a261}.contact-section{background:#f8fafc;text-align:center}.contact-section .section-title{color:#264653}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.contact-item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.contact-item i{color:#e76f51;font-size:1.5rem}.tours-hero{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:4rem 2rem 3rem;text-align:center;margin-top:80px}.tours-hero .hero-content h1{font-size:2.5rem;color:#264653;margin-bottom:1rem;font-weight:700}.tours-hero .hero-content p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;padding:0 1rem;max-width:1200px;margin-left:auto;margin-right:auto}.tour-card{background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden;transition:all 0.3s ease;border:1px solid #e2e8f0}.tour-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.12)}.tour-image{position:relative;height:220px;overflow:hidden}.tour-img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.tour-card:hover .tour-img{transform:scale(1.05)}.tour-badge{position:absolute;top:12px;right:12px;background:rgba(231,111,81,0.9);color:white;padding:4px 10px;border-radius:6px;font-size:0.75rem;font-weight:500;text-transform:capitalize}.tour-badge.luxury{background:rgba(38,70,83,0.9)}.tour-badge.premium{background:rgba(244,162,97,0.9);color:white}.tour-content{padding:1.5rem}.tour-content h3{color:#264653;margin-bottom:0.75rem;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:0.5rem}.tour-content h3 i{color:#e76f51;font-size:1.1rem}.tour-description{color:#64748b;font-size:0.9rem;line-height:1.5;margin-bottom:1rem}.tour-highlights{margin-bottom:1rem}.tour-highlights h4{color:#334155;font-size:0.9rem;font-weight:600;margin-bottom:0.5rem}.tour-highlights ul{list-style:none;padding:0}.tour-highlights li{display:flex;align-items:start;margin-bottom:0.4rem;color:#64748b;font-size:0.85rem;line-height:1.4}.tour-highlights li i{color:#2a9d8f;margin-right:0.6rem;font-size:0.75rem;margin-top:0.15rem}.tour-details{display:flex;gap:1.5rem;margin-bottom:1rem;padding:0.75rem;background:#f8fafc;border-radius:6px}.tour-group{display:flex;align-items:center;gap:0.4rem;color:#64748b;font-size:0.85rem}.tour-group i{color:#e76f51;font-size:0.9rem}.tour-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.price-section{display:flex;align-items:baseline;gap:0.4rem;margin-bottom:0.75rem}.price{color:#e76f51;font-weight:700;font-size:1.3rem}.price-note{color:#94a3b8;font-size:0.85rem}.pickup-info{display:flex;align-items:center;gap:0.4rem;color:#64748b;font-size:0.85rem;font-weight:400;margin-bottom:1rem}.pickup-info i{color:#2a9d8f;font-size:0.9rem}.book-button{width:100%;background:#e76f51;color:white;border:none;padding:10px 20px;border-radius:6px;font-size:0.95rem;font-weight:500;cursor:pointer;transition:all 0.3s ease}.book-button:hover{background:#d85a3c;transform:translateY(-1px);box-shadow:0 2px 8px rgba(231,111,81,0.25)}.cta-section{background:#f8fafc;padding:2.5rem 2rem;text-align:center;margin-top:2rem}.cta-content h2{font-size:2rem;margin-bottom:0.75rem;color:#264653;font-weight:600}.cta-content p{font-size:1rem;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto;color:#64748b;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.border-button{border:2px solid #e76f51;color:#e76f51;background:transparent;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.95rem;transition:all 0.3s ease;display:inline-block}.border-button:hover{background:#e76f51;color:white}.nav-links a.active{color:#f4a261;font-weight:600}.tours-container{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.tour-card-new{background:white;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;border:1px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr;min-height:400px}.tour-card-new:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.15)}.tour-image-container{position:relative;overflow:hidden;width:100%;height:400px}.tour-image-new{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.tour-card-new:hover .tour-image-new{transform:scale(1.05)}.tour-badge-overlay{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,0.7);color:white;padding:6px 12px;border-radius:6px;font-size:0.75rem;font-weight:500}.tour-content-new{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.tour-title-new{font-size:1.25rem;font-weight:700;color:#264653;margin-bottom:0.5rem;line-height:1.4}.tour-reviews{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.75rem}.tour-reviews .stars{display:flex;gap:0.125rem}.tour-reviews .stars i{color:#fbbf24;font-size:0.875rem}.tour-reviews .review-count{color:#64748b;font-size:0.75rem;font-weight:500}.tour-description-new{color:#64748b;font-size:0.875rem;line-height:1.5;margin-bottom:1rem}.tour-features-new{list-style:none;padding:0;margin:0 0 1.25rem 0}.tour-features-new li{display:flex;align-items:flex-start;margin-bottom:0.5rem;font-size:0.875rem;color:#475569}.tour-features-new li i{color:#22c55e;margin-right:0.5rem;margin-top:0.125rem;flex-shrink:0;font-size:0.75rem}.tour-pricing-new{border-top:1px solid #e2e8f0;padding-top:1rem;margin-bottom:1.25rem}.price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.price-row.single-price{justify-content:center;margin-bottom:0}.price-label{color:#64748b;font-size:0.875rem;font-weight:500}.price-value{color:#e76f51;font-weight:700;font-size:0.875rem}.price-row.single-price .price-value{font-size:1rem;margin-left:0.5rem}.tour-button-new{background:linear-gradient(to right,#e76f51,#f4a261);color:white;font-weight:600;padding:0.75rem 1.5rem;border-radius:8px;text-decoration:none;text-align:center;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(231,111,81,0.2);margin-top:auto}.tour-button-new:hover{background:linear-gradient(to right,#f4a261,#e76f51);transform:translateY(-2px);box-shadow:0 4px 12px rgba(231,111,81,0.3);color:white;text-decoration:none}@media (max-width:768px){.tours-container{gap:1.5rem}.tour-card-new{grid-template-columns:1fr;min-height:auto}.tour-image-container{height:250px;max-width:100%}.tour-image-new{max-height:250px}.tour-content-new{padding:1.25rem}.tour-title-new{font-size:1.125rem}}.gallery-modal{transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;z-index:1000}.gallery-modal.hidden{display:none}.gallery-images{gap:1rem}.gallery-modal-button{background-color:rgba(0,0,0,0.5);color:white;border-radius:50%;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;transition:background-color 0.2s ease}.gallery-modal-button:hover{background-color:rgba(0,0,0,0.8)}.gallery-image-clickable{cursor:pointer;transition:transform 0.2s ease-in-out,box-shadow 0.2s ease-in-out}.gallery-image-clickable:hover{transform:scale(1.03);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.interactive-pop-grid .content-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -4px rgba(0,0,0,0.07)}.tour-page-wrapper{background-color:#ffffff;min-height:100vh}.tour-page-container{max-width:1024px;margin:0 auto;padding:0 1rem}.booking-form{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.1);padding:2rem}.booking-form-container{max-width:42rem;margin:0 auto}.form-step{display:none}.form-step.active{display:block}.form-progress{margin-bottom:2rem !important}.form-progress .flex{display:flex !important;justify-content:space-between !important;align-items:stretch !important;width:100% !important;padding:1.5rem 0 !important}.step-indicator{display:flex !important;flex-direction:column !important;align-items:center !important;flex:1 !important;position:relative !important;min-width:0 !important;text-align:center !important;padding:0 0.5rem !important}.step-circle{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all 0.3s ease;border:2px solid transparent;margin-bottom:0.75rem;flex-shrink:0}.step-circle.active{background-color:#f97316;color:white;border-color:#f97316;box-shadow:0 4px 12px rgba(249,115,22,0.3);transform:scale(1.05)}.step-circle.completed{background-color:#22c55e;color:white;border-color:#22c55e;box-shadow:0 4px 12px rgba(34,197,94,0.3)}.step-label{margin:0 !important;font-size:1rem !important;font-weight:600 !important;color:#6b7280 !important;transition:all 0.3s ease !important;line-height:1.4 !important;padding:0 0.25rem !important;word-wrap:break-word !important;hyphens:auto !important;max-width:100% !important;text-align:center !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.step-label.active{color:#f97316;font-weight:700;transform:scale(1.02)}.step-label.completed{color:#22c55e;font-weight:600}.step-line{position:absolute;top:1.25rem;left:50%;right:-50%;height:2px;background-color:#e5e7eb;z-index:-1;transition:background-color 0.3s ease}.step-indicator:last-child .step-line{display:none}.step-line.completed{background-color:#22c55e}.step-indicator .step-line{display:none}@media (max-width:768px){.form-progress .flex{padding:1rem 0 !important;gap:0.5rem !important}.step-indicator{flex:1 !important;min-width:0 !important;padding:0 0.25rem !important}.step-circle{width:2rem !important;height:2rem !important;font-size:0.875rem !important;margin-bottom:0.5rem !important}.step-label{font-size:0.75rem !important;padding:0 0.125rem !important;line-height:1.2 !important;white-space:nowrap !important}}@media (max-width:480px){.step-label{font-size:0.6875rem !important;padding:0 0.1rem !important;white-space:nowrap !important}.step-circle{width:1.75rem !important;height:1.75rem !important;font-size:0.75rem !important}.step-indicator{padding:0 0.1rem !important}}.btn-submit{padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:600;transition:all 0.3s ease;cursor:pointer;border:none;font-size:1rem}.btn-submit{background:linear-gradient(to right,#f97316,#f59e0b);color:white}.btn-submit:hover{background:linear-gradient(to right,#ea580c,#f97316);transform:translateY(-1px);box-shadow:0 4px 12px rgba(249,115,22,0.3)}.btn-prev{background:transparent;color:#6b7280;border:1px solid #d1d5db}.btn-prev:hover{background:#f9fafb;color:#374151}.btn-submit:disabled{opacity:0.6;cursor:not-allowed;transform:none}.price-calculation{background:#f8fafc;border:1px solid #e2e8f0;border-radius:0.75rem;padding:1.5rem;margin-top:1.5rem}.price-subtotal{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid #e2e8f0}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0}.summary-label{color:#6b7280;font-size:0.875rem}.summary-value{font-weight:600;color:#374151}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.navbar{padding:0.5rem 0}.logo-text{font-size:24px}.hero-content h1{font-size:2.5rem}.nav-links{display:none}.hamburger{display:flex}.section{padding:2rem 1rem}.section-title{font-size:2rem}.nav-container{padding:0 1rem}.mobile-nav{top:65px;display:block;transition:transform 0.2s cubic-bezier(0.4,0,0.2,1),opacity 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s cubic-bezier(0.4,0,0.2,1);will-change:transform,opacity,visibility}.tours-hero{height:50vh;margin-top:70px}.tours-hero .hero-content h1{font-size:2.5rem}.tours-grid{grid-template-columns:1fr;gap:1.5rem}.tour-details{flex-direction:column;gap:1rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.navbar{padding:0.4rem 0}.logo-text{font-size:20px}.nav-container{padding:0 0.75rem}.mobile-nav{top:55px;display:block;transition:transform 0.2s cubic-bezier(0.4,0,0.2,1),opacity 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s cubic-bezier(0.4,0,0.2,1);will-change:transform,opacity,visibility}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem;padding:0 1rem}.section-title{font-size:1.75rem}.experiences-grid{grid-template-columns:1fr;gap:1.5rem}.experience-card{padding:1.5rem}.tours-hero .hero-content h1{font-size:2rem}.tours-hero .hero-content p{font-size:1rem}.tour-content{padding:1.5rem}.cta-content h2{font-size:1.8rem}}.article-container{max-width:1000px;margin:100px auto 0 auto;padding:0 2rem}.breadcrumb{margin-bottom:2rem}.breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;font-size:0.875rem;color:#64748b}.breadcrumb-list li{display:flex;align-items:center}.breadcrumb-list li:not(:last-child){margin-right:0.5rem}.breadcrumb-list a{color:#64748b;text-decoration:none;transition:color 0.3s ease}.breadcrumb-list a:hover{color:#e76f51}.breadcrumb-list i{margin:0 0.5rem;font-size:0.75rem}.breadcrumb-list .current{color:#334155;font-weight:500}.article-meta{margin-bottom:2rem}.article-badges{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.article-badge{background:#e76f51;color:white;font-size:0.875rem;padding:0.5rem 1rem;border-radius:25px;font-weight:500}.article-read-time{color:#64748b;font-size:0.875rem}.article-title{font-size:2.5rem;font-weight:700;color:#334155;margin-bottom:1.5rem;line-height:1.2}.article-intro{font-size:1.25rem;color:#64748b;line-height:1.7}.hero-image-container{margin-bottom:3rem}.hero-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,0.1)}.hero-caption{font-size:0.875rem;color:#64748b;margin-top:0.5rem;text-align:center}.article-content{line-height:1.8}.article-paragraph{margin-bottom:1.5rem;color:#475569;font-size:1rem;line-height:1.8}.section-heading{font-size:2rem;font-weight:700;color:#334155;margin:3rem 0 1.5rem 0}.subsection-heading{font-size:1.5rem;font-weight:600;color:#475569;margin:2rem 0 1rem 0}.info-box{background:#f8fafc;border-left:4px solid #e76f51;padding:1.5rem;margin-bottom:2rem;border-radius:0 8px 8px 0}.info-box-title{font-size:1.125rem;font-weight:600;color:#334155;margin-bottom:1rem}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.overview-column strong{color:#334155;font-weight:600;display:block;margin-bottom:0.5rem}.overview-list{list-style:none;padding:0;margin:0.5rem 0 0 0}.overview-list li{font-size:0.875rem;color:#475569;margin-bottom:0.5rem;padding-left:1rem;position:relative}.overview-list li:before{content:"→";position:absolute;left:0;color:#e76f51;font-weight:bold}.text-link{color:#e76f51;text-decoration:none;font-weight:500;transition:color 0.3s ease}.text-link:hover{color:#d63447;text-decoration:underline}.highlight-box{background:#f0f9ff;border:1px solid #e0f2fe;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.highlight-box.green{background:#f0fdf4;border-color:#bbf7d0}.highlight-box.orange{background:#fff7ed;border-color:#fed7aa}.highlight-box.blue{background:#f0f9ff;border-color:#bae6fd}.highlight-box.purple{background:#faf5ff;border-color:#e9d5ff}.highlight-box h4{font-weight:600;color:#334155;margin-bottom:0.5rem}.highlight-box ul{list-style:none;padding:0;margin:0.75rem 0 0 0}.highlight-box li{font-size:0.875rem;color:#475569;margin-bottom:0.5rem;padding-left:1.5rem;position:relative;line-height:1.4}.highlight-box li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:bold;font-size:1rem}.price-table{width:100%;border-collapse:collapse;margin:2rem 0;background:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.price-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.price-table th{background:#f8fafc;font-weight:600;color:#334155}.price-table tr:nth-child(even){background:#f8fafc}.activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.activity-card{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);border:1px solid #e2e8f0}.activity-card h4{font-weight:600;color:#334155;margin-bottom:0.5rem}.activity-card p{font-size:0.875rem;color:#64748b;margin-bottom:0.75rem}.activity-card ul{list-style:none;padding:0;margin:0.5rem 0 0 0}.activity-card li{font-size:0.75rem;color:#475569;margin-bottom:0.4rem;padding-left:1rem;position:relative}.activity-card li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:bold;font-size:0.8rem}.faq-item{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.faq-item h4{font-weight:600;color:#334155;margin-bottom:0.5rem}.faq-item p{color:#475569;line-height:1.6}.cta-box{background:linear-gradient(135deg,#e76f51 0%,#f4a261 100%);padding:2rem;border-radius:12px;margin:2rem 0;color:white;text-align:center}.cta-box h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.cta-box ul{list-style:none;padding:0;margin:0;text-align:left}.cta-box li{margin-bottom:0.5rem;display:flex;align-items:flex-start}.cta-box p{font-size:1.125rem;margin-bottom:1.5rem}.related-articles{margin-top:4rem;border-top:1px solid #e2e8f0;padding-top:2rem}.related-articles h3{font-size:1.5rem;font-weight:700;color:#334155;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.related-card{background:white;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);overflow:hidden;transition:all 0.3s ease;text-decoration:none;color:inherit}.related-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,0.15);text-decoration:none}.related-card img{width:100%;height:150px;object-fit:cover}.related-card-content{padding:1rem}.related-card h4{font-weight:600;color:#334155;margin-bottom:0.25rem;transition:color 0.3s ease}.related-card:hover h4{color:#e76f51}.related-card p{font-size:0.875rem;color:#64748b}@media (max-width:768px){.article-container{margin-top:80px;padding:0 1rem}.article-title{font-size:2rem}.article-intro{font-size:1.125rem}.hero-image{height:250px}.section-heading{font-size:1.75rem}.overview-grid{grid-template-columns:1fr}.activity-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.article-badges{flex-direction:column;align-items:flex-start;gap:0.5rem}}@media (max-width:480px){.article-container{margin-top:70px;padding:0 0.75rem}.article-title{font-size:1.75rem}.section-heading{font-size:1.5rem}.hero-image{height:200px}.price-table{font-size:0.875rem}.price-table th,.price-table td{padding:0.75rem 0.5rem}}.footer{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#f8fafc;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#f4a261;font-size:1.125rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em}.footer-logo{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-img{max-width:100%;height:auto;filter:brightness(1.1)}.footer-description{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(244,162,97,0.1);border:1px solid rgba(244,162,97,0.3);border-radius:50%;color:#f4a261;text-decoration:none;transition:all 0.3s ease}.social-links a:hover{background:#f4a261;color:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(244,162,97,0.3)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:0.5rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease;display:block;padding:0.25rem 0}.footer-section ul li a:hover{color:#f4a261;padding-left:0.5rem}.contact-info-footer{display:flex;flex-direction:column;gap:0.75rem}.contact-item-footer{display:flex;align-items:center;gap:0.75rem;color:#cbd5e1}.contact-item-footer i{color:#f4a261;width:16px;flex-shrink:0}.footer-languages{display:flex;flex-direction:row;flex-wrap:wrap;gap:0.75rem}.lang-link{display:flex;align-items:center;gap:0.5rem;color:#cbd5e1;text-decoration:none;padding:0.25rem 0;transition:color 0.3s ease}.lang-link:hover{color:#f4a261}.lang-link .flag{width:16px;height:12px;display:inline-block;background-size:cover;border-radius:2px}.footer-bottom{border-top:1px solid rgba(203,213,225,0.2);padding-top:1.5rem}.footer-bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.footer-legal{display:flex;flex-direction:column;gap:0.5rem;align-items:center}.footer-legal p{color:#94a3b8;font-size:0.875rem}.legal-links{display:flex;gap:1.5rem}.legal-links a{color:#cbd5e1;text-decoration:none;font-size:0.875rem;transition:color 0.3s ease}.legal-links a:hover{color:#f4a261}.footer-certifications{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.certification-badge{display:flex;align-items:center;gap:0.5rem;color:#cbd5e1;font-size:0.875rem;background:rgba(244,162,97,0.1);padding:0.5rem 1rem;border-radius:20px;border:1px solid rgba(244,162,97,0.2)}.certification-badge i{color:#f4a261}.flag-us{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjE4IiBmaWxsPSIjQjIyMjM0Ii8+CjxyZWN0IHk9IjEuMzg0NjIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxLjM4NDYyIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K')}.flag-fr{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IiMwMDIzOTUiLz4KPHJlY3QgeD0iOCIgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE2IiB3aWR0aD0iOCIgaGVpZ2h0PSIxOCIgZmlsbD0iI0VEMjkzOSIvPgo8L3N2Zz4K')}.flag-es{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjE4IiBmaWxsPSIjQUEyNTFEIi8+CjxyZWN0IHk9IjQuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjkiIGZpbGw9IiNGRkQ3MDAiLz4KPC9zdmc+Cg==')}.flag-de{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IiMwMDAwMDAiLz4KPHJlY3QgeT0iNiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IiNEQjAwMDAiLz4KPHJlY3QgeT0iMTIiIHdpZHRoPSIyNCIgaGVpZ2h0PSI2IiBmaWxsPSIjRkZEMDAwIi8+Cjwvc3ZnPgo=')}.flag-nl{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IiNBRTFDMjgiLz4KPHJlY3QgeT0iNiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHk9IjEyIiB3aWR0aD0iMjQiIGhlaWdodD0iNiIgZmlsbD0iIzIxNDY4QiIvPgo8L3N2Zz4K')}.flag-it{background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IiMwMDk5NEQiLz4KPHJlY3QgeD0iOCIgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE2IiB3aWR0aD0iOCIgaGVpZ2h0PSIxOCIgZmlsbD0iI0QwMTExMCIvPgo8L3N2Zz4K')}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-bottom-content{text-align:center}.legal-links{flex-direction:column;gap:0.5rem}.footer-certifications{flex-direction:column;align-items:center}.social-links{justify-content:center}}@media (min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.footer-legal{flex-direction:row;align-items:center;gap:1rem}}@media (max-width:768px){.tours-hero{padding:3rem 1.5rem 2rem;margin-top:70px}.tours-hero .hero-content h1{font-size:2rem}.tours-hero .hero-content p{font-size:1rem}.tours-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.tour-card{margin:0 auto;max-width:400px}.cta-section{padding:2rem 1.5rem}.cta-content h2{font-size:1.75rem}.cta-buttons{flex-direction:column;align-items:stretch;max-width:300px;margin:0 auto}}@media (max-width:480px){.tours-hero{padding:2.5rem 1rem 1.5rem;margin-top:60px}.tours-hero .hero-content h1{font-size:1.75rem}.tours-hero .hero-content p{font-size:0.95rem}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.tour-content{padding:1.25rem}.tour-content h3{font-size:1.15rem}.tour-details{flex-direction:column;gap:0.5rem}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:0.95rem}}