:root{--primary-green:#1b5e20;--light-bg:#fff;--text-main:#1a1a1a;--white:#fff;--gray:#666;--card-bg:#f9f9f9}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0;scroll-behavior:smooth}img{display:block;height:auto;max-width:100%}body{background-color:#fff;background-color:var(--light-bg);color:#1a1a1a;color:var(--text-main);line-height:1.6;overflow-x:hidden;width:100%}.top-banner{background:#1b5e20;background:var(--primary-green);color:#fff;font-size:.9rem;font-weight:700;letter-spacing:2px;padding:10px 0;text-align:center;top:0;z-index:1001}.navbar,.top-banner{position:fixed;width:100%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;justify-content:space-between;padding:1rem 5%;top:40px;z-index:1000}.logo-container,.navbar{align-items:center;display:flex}.logo-container{gap:15px}.logo-img{height:45px}.logo-text{color:#1a1a1a;color:var(--text-main);font-size:1.1rem;font-weight:800;line-height:1.1}.logo-text span{color:#1b5e20;color:var(--primary-green);display:block;font-size:.8rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#1a1a1a;color:var(--text-main);font-size:.8rem;font-weight:600;text-decoration:none;text-transform:uppercase;transition:.3s}.nav-links a:hover{color:#1b5e20;color:var(--primary-green)}.hero{align-items:flex-end;background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:flex-start;padding:0 5% 8%}.hero-box{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border-left:8px solid #1b5e20;border-left:8px solid var(--primary-green);border-radius:15px;box-shadow:0 10px 30px #0000001a;max-width:450px;padding:2.5rem}.hero-title-simple{color:#1a1a1a;color:var(--text-main);font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-transform:lowercase}.section{padding:6rem 5%;width:100%}.bg-alt{background:#f5f7f9}.section-title{color:#1b5e20;color:var(--primary-green);font-size:2.2rem;margin-bottom:3.5rem;text-align:center;text-transform:uppercase}.container-small{margin:0 auto;max-width:800px}.container-small p{font-size:1.1rem;text-align:center;white-space:pre-wrap}.map-container{border-radius:15px;box-shadow:0 5px 20px #0000001a;cursor:zoom-in;margin-top:2rem;overflow:hidden;position:relative;width:100%}.map-img{display:block;height:auto;object-fit:contain;width:100%}.zoom-overlay{background:#00000080;bottom:0;color:#fff;font-size:.8rem;left:0;opacity:0;padding:5px;position:absolute;right:0;text-align:center;transition:.3s}.map-container:hover .zoom-overlay{opacity:1}.grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.bike-card{background:#f9f9f9;background:var(--card-bg);border:1px solid #eee;border-radius:20px;overflow:hidden}.bike-img{cursor:zoom-in;height:220px;position:relative}.bike-img img{height:100%;object-fit:cover;width:100%}.price-tag{background:#1b5e20;background:var(--primary-green);border-radius:50px;color:#fff;font-weight:700;padding:5px 15px;position:absolute;right:15px;top:15px}.bike-info{padding:1.5rem}.gallery-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-item{border-radius:15px;cursor:zoom-in;height:250px;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;width:100%}.gallery-item:hover .zoom-overlay{opacity:1}.cta-button{background:#1b5e20;background:var(--primary-green);border:none;border-radius:50px;color:#fff;display:inline-block;padding:1rem 2rem;text-decoration:none}.book-btn,.cta-button{cursor:pointer;font-weight:700}.book-btn{background:#0000;border:2px solid #1b5e20;border:2px solid var(--primary-green);border-radius:10px;color:#1b5e20;color:var(--primary-green);margin-top:1rem;padding:.8rem;width:100%}footer{background:#f9f9f9;border-top:1px solid #eee;color:#666;color:var(--gray);padding:3rem;text-align:center}.lightbox-overlay{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:3000}.lightbox-content{max-height:95%;max-width:95%;position:relative}.lightbox-img{border-radius:10px;max-height:90vh;max-width:100%;object-fit:contain}.close-lightbox{color:#fff;cursor:pointer;font-size:2.5rem;position:absolute;right:0;top:-40px}.modal-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:4000}.small-modal{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;max-width:380px;padding:1.5rem;position:relative;width:100%}.close-modal{color:#aaa;cursor:pointer;font-size:1.8rem;position:absolute;right:15px;top:10px}.booking-form-compact{display:flex;flex-direction:column;gap:.8rem}.form-row{display:flex;gap:10px}.form-group-compact{display:flex;flex:1 1;flex-direction:column;gap:4px}.form-group-compact label{color:#888;font-size:.75rem;font-weight:700;text-transform:uppercase}.form-group-compact input,.form-group-compact select{border:1px solid #ddd;border-radius:8px;font-size:.9rem;padding:.6rem}.booking-total{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;justify-content:space-between;margin-top:.5rem;padding:.8rem}.booking-total span{color:#777;font-size:.85rem}.booking-total strong{color:#1b5e20;color:var(--primary-green);font-size:1.1rem}.send-booking-btn-compact{background:#1b5e20;background:var(--primary-green);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-weight:700;padding:.9rem;transition:.3s}.booking-actions{display:flex;gap:10px;margin-top:10px}.whatsapp-btn{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:700;padding:.9rem;text-align:center;text-decoration:none;transition:.3s}.success-message{padding:2rem 0;text-align:center}.hamburger span{background:#1b5e20;background:var(--primary-green);display:block;height:3px;transition:all .3s ease;width:30px}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:900px){.hamburger{display:flex}.nav-links{align-items:center;background:#fff;box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:2rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:.4s ease-in-out;width:100%;z-index:2000}.nav-links.open{right:0}.nav-links li{text-align:center;width:100%}.nav-links a{display:block;font-size:1.5rem;padding:1rem;width:100%}.hero{align-items:center;background-position:50%;justify-content:center;padding:0 5%}.hero-box{border-bottom:8px solid #1b5e20;border-bottom:8px solid var(--primary-green);border-left:none;max-width:none;padding:1.5rem;text-align:center;width:100%}.hero-title-simple{font-size:1.8rem}.section{padding:4rem 5%}.section-title{font-size:1.8rem;margin-bottom:2.5rem}.map-container{margin-top:1rem}}.specs-modal{background:#fff;border-radius:20px;max-height:90vh;max-width:800px!important;overflow-y:auto;padding:2.5rem!important;position:relative;width:90%!important}.specs-container{display:flex;flex-direction:column;gap:20px}.specs-header{align-items:center;border-bottom:2px solid #eee;display:flex;gap:20px;padding-bottom:15px}.specs-bike-img{border-radius:10px;box-shadow:0 2px 10px #0000001a;height:auto;width:120px}.specs-header h3{color:#1b5e20;font-size:1.8rem;margin:0}.specs-body{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1.5fr 1fr}.specs-description h4,.specs-table h4{border-left:4px solid #1b5e20;color:#333;margin-bottom:15px;padding-left:10px}.specs-description p{color:#555;font-size:.95rem;line-height:1.6;text-align:left;white-space:pre-line}.specs-table ul{list-style:none;padding:0}.specs-table li{border-bottom:1px solid #f0f0f0;font-size:.9rem;padding:8px 0;text-align:left}.specs-table li strong{color:#1b5e20}.bike-actions-main{display:flex;flex-direction:column;gap:10px;margin-top:15px}.specs-btn{background:#fff;border:2px solid #1b5e20;border-radius:10px;color:#1b5e20;cursor:pointer;font-weight:700;padding:.8rem;transition:.3s}.specs-btn:hover{background:#f1f8e9}@media (max-width:768px){.specs-body{grid-template-columns:1fr}.specs-header{flex-direction:column;text-align:center}.specs-bike-img{width:150px}}.destinazione-card{background:#fff;border:1px solid #eee;border-radius:20px;box-shadow:0 10px 30px #0000000d;display:flex;overflow:hidden;transition:.3s;width:100%}.destinazione-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-5px)}.destinazione-img{cursor:zoom-in;flex:1 1;max-height:500px;min-height:400px;overflow:hidden;position:relative}.destinazione-img img{display:block;height:100%;object-fit:cover;width:100%}.destinazione-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem;text-align:left}.destinazione-info h3{color:#1b5e20;color:var(--primary-green);font-size:2rem;margin-bottom:1.5rem;text-align:left}.destinazione-info p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;text-align:left}.docg-list{list-style:none;margin-bottom:2rem;padding:0}.docg-list li{color:#444;font-size:1rem;margin-bottom:.8rem;text-align:left}@media (max-width:900px){.destinazione-card{flex-direction:column}.destinazione-img{min-height:300px;width:100%}.destinazione-info{padding:2rem}}.tour-modal{border-radius:20px;max-width:800px;overflow:hidden;padding:0;width:90%}.tour-detail-container{max-height:80vh;overflow-y:auto;padding:2rem}.tour-modal-img{border-radius:15px;height:250px;margin-bottom:1.5rem;object-fit:cover;width:100%}.tour-modal-desc{border-bottom:1px solid #eee;color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;padding-bottom:1.5rem}.itinerary-list{display:flex;flex-direction:column;gap:1.5rem}.itinerary-step{background:#f9f9f9;border-left:5px solid #1b5e20;border-radius:15px;padding:1.5rem}.itinerary-step h4{color:#1b5e20;font-size:1.2rem;margin-bottom:.8rem}.itinerary-step ul{list-style:none;padding:0}.itinerary-step li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.itinerary-step li:before{color:#1b5e20;content:"�";font-weight:700;left:0;position:absolute}.hero-box{background:#fffffffa!important;box-shadow:0 10px 30px #0003!important}.destinazione-card{box-shadow:0 4px 15px #0000001a!important}.destinazione-card,.tour-modal{background:#fff!important}.itinerary-step{background:#fdfdfd!important;border:1px solid #eee!important}.section{background-color:#fff!important}.bg-alt{background-color:#f8f9fa!important}
/*# sourceMappingURL=main.a1093528.css.map*/