.excursions-container{width:100%;max-width:1400px;margin:0 auto;font-family:Montserrat,sans-serif;color:#909094;line-height:1.6}.hero-section{position:relative;height:65vh;display:flex;align-items:center;justify-content:center;background-image:url(/images/hero-excursions-new.jpg);background-size:cover;background-position:50%;color:#fff;margin-bottom:5rem;border-radius:0 0 30px 30px;overflow:hidden}.hero-overlay{position:absolute;top:1;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.7));z-index:1}.hero-content{position:relative;text-align:center;max-width:800px;padding:1 2rem;z-index:2}.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.5rem;margin-bottom:2rem;font-weight:300}.hero-cta{background-color:#e67e22;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(230,126,34,.4)}.hero-cta:hover{background-color:#d35400;transform:translateY(-3px);box-shadow:0 7px 20px rgba(230,126,34,.5)}.intro-section{padding:2rem 2rem 4rem;text-align:center}.intro-content{max-width:900px;margin:0 auto}.intro-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#884519}.intro-content p{font-size:1.2rem;color:#555}.excursions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;padding:0 2rem 4rem}.excursion-card{background:#e7e4e4;border-radius:15px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.excursion-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.image-container{position:relative;height:250px;overflow:hidden}.image-placeholder{width:100%;height:100%;background-size:cover;background-position:50%}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.excursion-card:hover .card-image{transform:scale(1.05)}.price-tag{top:20px;right:20px;background:#e67e22;color:#fff;padding:.5rem 1.2rem;font-weight:700;box-shadow:0 4px 10px rgba(0,0,0,.2)}.duration-badge,.price-tag{position:absolute;border-radius:50px;z-index:2}.duration-badge{bottom:20px;left:20px;background:hsla(0,0%,100%,.9);color:#333;padding:.4rem 1rem;font-weight:500;font-size:.9rem}.card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.card-content h2{font-size:1.8rem;color:#2e7d32;margin-bottom:1rem;line-height:1.3}.description{margin-bottom:1.5rem;color:#555;line-height:1.7}.highlights-container{margin:1.5rem 0;background:#f9f9f9;padding:1.5rem;border-radius:10px}.highlights-container h3{font-size:1.2rem;color:#2e7d32;margin-bottom:1rem;position:relative;display:inline-block}.highlights-container h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:#e67e22}html{scroll-behavior:smooth}.highlights-list{list-style:none;padding-left:0}.highlights-list li{margin-bottom:.7rem;display:flex;align-items:center}.highlight-icon{color:#e67e22;font-weight:700;margin-right:10px}.card-actions{margin-top:auto;display:flex;gap:1rem;flex-wrap:wrap}.book-button{flex:1;background:#e67e22;color:#fff;border:none;padding:1rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:150px}.book-button:hover{background:#d35400;transform:translateY(-3px)}.details-button{flex:1;background:transparent;color:#2e7d32;border:2px solid #2e7d32;padding:1rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.details-button:hover{background:#f1f8e9;transform:translateY(-3px)}.cta-section{background:linear-gradient(90deg,#9a6434,#9a6434);padding:4rem 2rem;margin:2rem 0 4rem;border-radius:15px;color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.custom-cta{background:#fff;color:#3e2e7d;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.custom-cta:hover{background:#f1f8e9;transform:translateY(-3px);box-shadow:0 7px 20px rgba(0,0,0,.3)}@media (max-width:992px){.hero-content h1{font-size:3rem}.excursions-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.hero-section{height:50vh}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.cta-content h2,.intro-content h2{font-size:2rem}}@media (max-width:576px){.hero-section{height:40vh}.hero-content h1{font-size:2rem}.excursions-grid{grid-template-columns:1fr}.card-actions{flex-direction:column}}.loading-container{text-align:center;padding:4rem 0}.loading-spinner{display:inline-block;width:50px;height:50px;border-radius:50%;border:5px solid rgba(230,126,34,.3);border-top-color:#e67e22;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{color:#555;font-size:1.2rem}.error-container{text-align:center;padding:3rem 0;background:rgba(239,68,68,.1);border-radius:10px;margin:2rem}.error-container p{color:#ef4444;font-size:1.2rem;margin-bottom:1.5rem}.retry-button{background-color:#e67e22;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.retry-button:hover{background-color:#d35400;transform:translateY(-2px)}.no-excursions{grid-column:1/-1;text-align:center;padding:3rem;background:rgba(230,126,34,.1);border-radius:10px}.no-excursions h3{color:#e67e22;font-size:1.5rem;margin-bottom:1rem}.no-excursions p{color:#555}