*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#2c2c2c;background:#fff}.lang-dropdown{position:relative}.lang-dropdown-btn{display:flex;align-items:center;gap:6px;background:#f4f7f0;border:none;padding:8px 14px;border-radius:20px;cursor:pointer;font-weight:800;color:#2d5016;font-size:.85rem;transition:all .3s ease}.lang-dropdown-btn:hover{background:#e0e8d8}.lang-chevron{transition:transform .2s ease}.lang-dropdown-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f;min-width:180px;overflow:hidden;z-index:100}.lang-dropdown-menu.open{display:block;animation:dropdownIn .2s ease}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;border:none;background:none;cursor:pointer;font-size:.9rem;font-weight:600;color:#555;transition:background .15s ease;text-align:left}.lang-option:hover{background:#f4f7f0}.lang-option.active{color:#2d5016;background:#f4f7f0}.lang-flag{font-size:1.1rem}.header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:800;color:#2d5016;text-decoration:none}.back-link{color:#666;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.back-link:hover{color:#2d5016}.header-actions{display:flex;align-items:center;gap:1.5rem}.breadcrumbs{max-width:1200px;margin:2rem auto 1rem;padding:0 2rem;font-size:.9rem;color:#666}.breadcrumbs a{color:#666;text-decoration:none}.breadcrumbs span{margin:0 .5rem;color:#ccc}.breadcrumbs .current{color:#2d5016;font-weight:600}.tour-hero{max-width:1200px;margin:0 auto 3rem;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 8px 30px #0000001a}.hero-content{display:flex;flex-direction:column;gap:1.2rem}.hero-badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge{background:#e8f0e0;color:#2d5016;padding:5px 14px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge.accent{background:#fff0e6;color:#c25a00}.hero-title{font-size:2.8rem;font-weight:800;color:#1a3010;line-height:1.15}.hero-subtitle{font-size:1.1rem;color:#555;line-height:1.7}.section{max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.section-title{font-size:2rem;font-weight:800;color:#1a3010;margin-bottom:.75rem}.section-subtitle{font-size:1.05rem;color:#666;margin-bottom:2rem;max-width:700px}.overview-text{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.overview-text p{margin-bottom:1.2rem;color:#555;line-height:1.8;font-size:1.02rem}.overview-img{width:100%;border-radius:16px;object-fit:cover;height:320px}.highlight-list{background:#f9fdf7;border:1px solid #dce6d5;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.9rem}.highlight-item{display:flex;gap:.6rem;font-size:.9rem;color:#3a5c22;align-items:flex-start}.highlight-icon{font-size:1.2rem;flex-shrink:0;margin-top:1px}.itinerary-tabs{display:flex;gap:2rem;border-bottom:2px solid #eee;margin-bottom:2rem}.tab-btn{background:none;border:none;padding:1rem 0;font-size:1.1rem;font-weight:600;color:#888;cursor:pointer;position:relative;transition:color .3s ease}.tab-btn.active{color:#2d5016}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:#2d5016}.tab-panel{display:none;animation:fadeIn .4s ease}.tab-panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dest-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.dest-header{margin-bottom:1.5rem}.dest-name{font-size:.85rem;font-weight:700;color:#2d5016;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.dest-title{font-size:1.4rem;font-weight:700;color:#1a3010}.dest-meal{display:inline-block;background:#f4f7f0;color:#2d5016;padding:4px 14px;border-radius:20px;font-size:.8rem;font-weight:700;margin-top:.5rem}.dest-img{width:100%;border-radius:16px;object-fit:cover;height:400px}.timeline{position:relative;padding-left:2rem;border-left:2px solid #e0e0e0;margin-left:.5rem}.timeline-item{margin-bottom:1.3rem;position:relative}.timeline-item:before{content:"";position:absolute;width:12px;height:12px;background:#2d5016;border-radius:50%;left:-2.55rem;top:5px;border:2px solid #fff;box-shadow:0 0 0 2px #2d5016}.timeline-time{font-weight:700;color:#2d5016;font-size:.85rem;margin-bottom:.15rem}.timeline-desc{color:#555;font-size:.95rem;line-height:1.6}.timeline-desc a{color:#2d5016;text-decoration:underline}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.included-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem}.included-card h3{font-size:1.1rem;font-weight:700;color:#2d5016;margin-bottom:1rem;display:flex;align-items:center;gap:.4rem}.included-card ul{list-style:none}.included-card li{margin-bottom:.6rem;color:#555;font-size:.95rem;display:flex;gap:.5rem;align-items:flex-start}.included-card li:before{content:"✓";color:#2d5016;font-weight:700;flex-shrink:0}.not-included li:before{content:"✗";color:#ccc}.price-box{background:linear-gradient(135deg,#2d5016,#1a3010);color:#fff;border-radius:16px;padding:2rem;text-align:center}.price-amount{font-size:3rem;font-weight:800}.price-note{margin-top:.75rem;opacity:.85;font-size:.9rem;line-height:1.5}.regions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.region-card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.region-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000014}.region-card-img{width:100%;height:180px;object-fit:cover}.region-card-body{padding:1.3rem}.region-card-body h3{font-size:1.05rem;font-weight:700;color:#2d5016;margin-bottom:.5rem}.region-card-body p{color:#666;font-size:.9rem;line-height:1.6}.cta-section{background:#f9fdf7;border:1px solid #dce6d5;border-radius:20px;padding:3rem;text-align:center;margin-bottom:4rem}.cta-section h2{color:#1a3010}.cta-section p{color:#555;margin-bottom:1.5rem;font-size:1.05rem}.btn{padding:1rem 2rem;border-radius:12px;font-weight:800;cursor:pointer;transition:all .3s ease;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:#2d5016;color:#fff;border:none}.btn-primary:hover{background:#4a7c2c;transform:translateY(-2px);box-shadow:0 8px 20px #2d50164d}.footer{background:linear-gradient(135deg,#2d5016,#1a3010);color:#fff;text-align:center;padding:4rem 2rem}.footer-content{max-width:800px;margin:0 auto}.footer h3{font-size:2rem;margin-bottom:1.5rem;font-weight:800}.footer p{opacity:.9;margin-bottom:.75rem;font-size:1.05rem}.footer-highlight{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);font-size:.95rem;opacity:.8}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:2000;align-items:center;justify-content:center;backdrop-filter:blur(5px)}.modal.active{display:flex}.modal-content{background:#fff;padding:2.5rem;border-radius:20px;max-width:560px;width:90%;position:relative;max-height:90vh;overflow-y:auto}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2.5rem;cursor:pointer;color:#999;line-height:1;padding:0;width:40px;height:40px;transition:color .3s ease}.close-btn:hover{color:#2d5016}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem}@media (max-width: 900px){.tour-hero{grid-template-columns:1fr;gap:2rem}.hero-img{height:320px}.hero-title{font-size:2.2rem}.overview-text{grid-template-columns:1fr}.overview-img{height:240px}.dest-layout{grid-template-columns:1fr}.dest-img{height:260px}.regions-grid,.included-grid{grid-template-columns:1fr}.header{padding:.75rem 1rem}.logo{font-size:1.3rem}}@media (max-width: 768px){.header{padding:.6rem .75rem}.logo{font-size:1.1rem}.header-actions{gap:.6rem}.back-link{font-size:.8rem;gap:.3rem}.lang-dropdown-menu{right:auto;left:0}.tour-hero{padding:0 1rem}.hero-img{height:260px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.section{padding:0 1rem;margin-bottom:3rem}.section-title{font-size:1.6rem}.itinerary-tabs{gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.itinerary-tabs::-webkit-scrollbar{display:none}.tab-btn{font-size:.95rem;white-space:nowrap;flex-shrink:0}.dest-img{height:220px}.timeline{padding-left:1.5rem}.timeline-item:before{left:-2.03rem}.cta-section{padding:2rem 1.5rem}.price-amount{font-size:2.5rem}.footer{padding:3rem 1.5rem}.footer h3{font-size:1.5rem}#feature-cards{grid-template-columns:repeat(2,1fr)!important}#before-you-go-grid{grid-template-columns:1fr!important}}@media (max-width: 480px){#feature-cards{grid-template-columns:1fr!important}.header{padding:.5rem .6rem}.logo{font-size:1rem}.header-actions{gap:.4rem}.back-link{font-size:.7rem}.lang-dropdown-btn{padding:6px 10px;font-size:.7rem}.hero-img{height:220px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.hero-badges .badge{font-size:.7rem;padding:4px 10px}.section-title{font-size:1.4rem}.dest-img{height:200px}.included-card{padding:1.25rem}.region-card-body{padding:1rem}.region-card-img{height:140px}.price-amount{font-size:2rem}.price-box{padding:1.5rem}.price-note{font-size:.8rem}.modal-content{padding:1.25rem;border-radius:16px}.close-btn{top:.75rem;right:.75rem;font-size:2rem;width:30px;height:30px}.footer{padding:2.5rem 1rem}.footer h3{font-size:1.3rem}.footer p{font-size:.9rem}}
