.locations-page{min-height:100vh;background-color:#f8f9fa}.locations-page .locations-hero{position:relative;width:100%;height:450px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:white;padding-top:80px}.locations-page .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.locations-page .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2}.locations-page .locations-hero .container{position:relative;z-index:3;padding:20px;max-width:800px}.locations-page .locations-hero h1{font-size:2.8rem;margin-bottom:1rem;color:white;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.locations-page .hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;color:#f0f0f0;font-weight:300;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.locations-page .hero-links{margin:-1.2rem 0 2rem;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;color:rgba(255,255,255,.9);font-size:.95rem}.locations-page .hero-links a{color:#fff;text-decoration:underline;font-weight:600}.locations-page .search-container{max-width:600px;margin:0 auto;position:relative;z-index:1}.locations-page .search-input{width:100%;padding:16px 50px 16px 20px;font-size:1rem;border:none;border-radius:50px;background:white;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:box-shadow .3s ease}.locations-page .search-input:focus{outline:none;box-shadow:0 6px 30px rgba(0,0,0,.15)}.locations-page .search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#666;pointer-events:none}.locations-page .locations-content{padding:60px 0}.locations-page .tab-navigation{display:flex;justify-content:center;gap:20px;margin-bottom:40px;border-bottom:2px solid #e0e0e0;padding-bottom:10px}.locations-page .tab-button{background:none;border:none;padding:10px 20px;font-size:1.1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;position:relative}.locations-page .tab-button.active,.locations-page .tab-button:hover{color:var(--accent-color,#FFD700)}.locations-page .tab-button.active:after{content:"";position:absolute;bottom:-12px;left:0;right:0;height:3px;background:var(--accent-color,#FFD700);border-radius:2px}.locations-page .locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;margin-top:40px}.locations-page .regions-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.locations-page .location-card{background:white;border-radius:12px;padding:30px;text-decoration:none;color:#333;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.locations-page .location-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.locations-page .location-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,rgba(var(--accent-rgb,3,137,57),1),rgba(var(--accent-rgb,3,137,57),.55));transform:scaleX(0);transition:transform .3s ease}.locations-page .location-card:hover:before{transform:scaleX(1)}.locations-page .location-icon{display:block;width:38px;height:38px;margin-bottom:14px;color:rgba(var(--accent-rgb,3,137,57),1);filter:drop-shadow(0 8px 18px rgba(var(--accent-rgb,3,137,57),.18))}.locations-page .location-card h3{font-size:1.3rem;margin-bottom:10px;font-weight:600}.locations-page .location-description,.locations-page .location-region{color:#666;font-size:.9rem;margin-bottom:15px}.locations-page .location-link{color:var(--accent-color,#FFD700);font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:5px;margin-top:auto}.locations-page .city-card{border-left:4px solid var(--accent-color,#ffd700)}.locations-page .region-card{border-left:4px solid #333}.locations-page .island-card{border-left:4px solid #666}.locations-page .no-results{text-align:center;padding:60px 20px}.locations-page .no-results p{font-size:1.2rem;color:#666;margin-bottom:20px}.locations-page .clear-search{background:var(--accent-color,#FFD700);color:#333;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.locations-page .clear-search:hover{background:#F5C500;transform:translateY(-2px)}.locations-page .locations-cta{background:var(--accent-color,#FFD700);color:#333;padding:80px 0;text-align:center}.locations-page .locations-cta h2{font-size:2rem;margin-bottom:20px}.locations-page .locations-cta p{font-size:1.1rem;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.locations-page .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.locations-page .cta-button{display:inline-block;padding:12px 30px;background:#333;color:white;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.locations-page .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.locations-page .cta-button.secondary{background:transparent;border:2px solid #333;color:#333}.locations-page .cta-button.secondary:hover{background:#333;color:white}.locations-page .container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:768px){.locations-page .locations-hero{padding:100px 0 60px}.locations-page .hero-subtitle{font-size:1rem}.locations-page .tab-navigation{flex-wrap:wrap;gap:10px}.locations-page .tab-button{font-size:1rem;padding:8px 15px}.locations-page .locations-grid{grid-template-columns:1fr;gap:20px}.locations-page .regions-grid{grid-template-columns:1fr}.locations-page .cta-buttons{flex-direction:column;align-items:center}.locations-page .cta-button{width:100%;max-width:300px}.locations-page .locations-hero{height:350px}.locations-page .locations-hero h1{font-size:2rem}.locations-page .hero-subtitle{font-size:1.1rem}}