*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#00000080,#0000004d),url(/images/aerial1.jpg) center/cover;z-index:-1}.hero-content{max-width:800px;margin:0 auto;text-align:center;padding:0 20px;z-index:1;position:relative}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7);line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.hero-search{display:flex;max-width:600px;margin:0 auto 2rem;background:#fffffff2;border-radius:50px;padding:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input{flex:1;border:none;padding:15px 25px;font-size:1rem;border-radius:50px;background:transparent;color:#333}.search-input::placeholder{color:#666}.search-btn{background:#007bff;color:#fff;border:none;padding:15px 30px;border-radius:50px;font-weight:600;cursor:pointer;transition:background .3s ease}.search-btn:hover{background:#0056b3}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.stat-label{font-size:1rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#2c3e50}.section-subtitle{font-size:1.2rem;text-align:center;margin-bottom:3rem;color:#666;max-width:600px;margin-left:auto;margin-right:auto}.regions{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.regions .section-title,.regions .section-subtitle{color:#fff}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.region-card{position:relative;height:300px;border-radius:15px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background-size:cover;background-position:center}.region-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.region-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem;color:#fff}.region-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.region-count{font-size:1.1rem;color:gold;margin-bottom:.5rem}.region-description{font-size:.95rem;opacity:.9}.featured{padding:80px 0;background:#fff}.browse{padding:80px 0;background:#f8f9fa}.filters{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#2c3e50}.filter-group select{padding:10px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-group select:focus{outline:none;border-color:#007bff}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;color:#2c3e50}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.results-header{margin-bottom:2rem}.results-header h3{font-size:1.5rem;color:#2c3e50}.parks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.park-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.park-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.park-image-container{position:relative;height:250px;overflow:hidden}.park-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.park-card:hover .park-image{transform:scale(1.05)}.park-badges{position:absolute;top:15px;left:15px;display:flex;flex-direction:column;gap:.5rem}.badge{padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge.premium{background:gold;color:#333}.badge.featured{background:#28a745;color:#fff}.badge.age-restricted{background:#6f42c1;color:#fff}.park-content{padding:1.5rem}.park-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#2c3e50}.park-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.stars{color:gold;font-size:1rem}.rating-text{font-size:.9rem;color:#666}.park-location{color:#666;margin-bottom:.5rem;font-size:.95rem}.park-price{font-size:1.1rem;font-weight:600;color:#007bff;margin-bottom:1rem}.park-description{color:#666;margin-bottom:1rem;line-height:1.5}.park-amenities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.amenity-tag{background:#e9ecef;color:#495057;padding:4px 10px;border-radius:15px;font-size:.8rem;font-weight:500}.amenity-more{background:#007bff;color:#fff;padding:4px 10px;border-radius:15px;font-size:.8rem;font-weight:500}.park-actions{display:flex;gap:1rem}.btn-primary{background:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease;flex:1}.btn-primary:hover{background:#0056b3}.btn-secondary{background:transparent;color:#007bff;border:2px solid #007bff;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.btn-secondary:hover{background:#007bff;color:#fff}.cta{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-primary.large,.btn-secondary.large{padding:15px 30px;font-size:1.1rem}.btn-secondary.large{background:transparent;color:#fff;border-color:#fff}.btn-secondary.large:hover{background:#fff;color:#667eea}.footer{background:#2c3e50;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:gold}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:gold}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#bdc3c7}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-search{flex-direction:column;gap:1rem}.search-input,.search-btn{border-radius:8px}.hero-stats{gap:1.5rem}.stat-number,.section-title{font-size:2rem}.filters{flex-direction:column;gap:1rem}.parks-grid{grid-template-columns:1fr}.park-actions{flex-direction:column}.cta-buttons{flex-direction:column;align-items:center}.btn-primary.large,.btn-secondary.large{width:100%;max-width:300px}}@media (max-width: 480px){.hero{height:80vh;min-height:500px}.hero-title{font-size:2rem}.container{padding:0 15px}.regions-grid{grid-template-columns:1fr}.region-card{height:250px}}.blog-section{padding:80px 0;background:#f8f9fa}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.blog-image-container{position:relative;height:200px;overflow:hidden}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-meta{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;padding:5px 10px;border-radius:15px;font-size:12px}.blog-content{padding:25px}.blog-title{font-size:18px;font-weight:600;margin-bottom:10px;color:#2c3e50;line-height:1.4}.blog-excerpt{color:#666;line-height:1.6;margin-bottom:15px;font-size:14px}.blog-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.blog-tag{background:#e3f2fd;color:#1976d2;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500}.region-info-view{min-height:100vh}.region-hero{height:400px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.region-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#0009,#0006);display:flex;align-items:center}.back-button{background:#fff3;color:#fff;border:2px solid white;padding:10px 20px;border-radius:25px;cursor:pointer;margin-bottom:20px;transition:all .3s ease}.back-button:hover{background:#fff;color:#2c3e50}.region-hero-title{font-size:48px;color:#fff;margin-bottom:15px;font-weight:700}.region-hero-description{font-size:20px;color:#fff;line-height:1.6;max-width:600px}.region-content{padding:60px 0}.region-content h2{font-size:32px;color:#2c3e50;margin-bottom:20px;margin-top:40px}.region-content h2:first-child{margin-top:0}.region-highlights ul{list-style:none;padding:0}.region-highlights li{border-bottom:1px solid #eee;position:relative;padding:10px 0 10px 25px}.region-highlights li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.characteristics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.characteristic-item{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #3498db}.region-lifestyle p,.region-economics p{font-size:16px;line-height:1.8;color:#555;margin-top:15px}.featured-communities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:25px}.featured-community-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px #0000001a;border-left:4px solid #3498db}.featured-community-card h4{color:#2c3e50;margin-bottom:10px;font-size:18px}.community-location{color:#7f8c8d;margin-bottom:8px}.community-type{color:#3498db;font-weight:600;margin-bottom:10px}.community-highlight{color:#555;font-style:italic;line-height:1.5}.blog-view{min-height:100vh}.blog-hero{height:400px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.blog-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#000000b3,#00000080);display:flex;align-items:center}.blog-hero-title{font-size:42px;color:#fff;margin-bottom:15px;font-weight:700;line-height:1.2}.blog-meta-info{color:#fff;font-size:16px}.blog-meta-info span{margin:0 10px}.blog-content-full{padding:60px 0;max-width:800px;margin:0 auto}.blog-tags-full{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.blog-text{font-size:16px;line-height:1.8;color:#333}.blog-text h1{font-size:36px;color:#2c3e50;margin:40px 0 20px}.blog-text h2{font-size:28px;color:#2c3e50;margin:35px 0 15px}.blog-text h3{font-size:22px;color:#2c3e50;margin:30px 0 12px}.blog-text p{margin-bottom:20px}.blog-text ul{margin:20px 0;padding-left:30px}.blog-text li{margin-bottom:8px}.region-learn-more{background:#ffffffe6;color:#2c3e50;border:none;padding:10px 20px;border-radius:25px;font-weight:600;cursor:pointer;margin-top:15px;transition:all .3s ease}.region-learn-more:hover{background:#fff;transform:translateY(-2px)}@media (max-width: 768px){.blogs-grid{grid-template-columns:1fr;gap:20px}.region-hero-title{font-size:32px}.blog-hero-title{font-size:28px}.characteristics-grid,.featured-communities-grid{grid-template-columns:1fr}}.funland-banner{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);padding:20px 0;margin:0}.funland-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.funland-text h3{color:#fff;margin:0 0 8px;font-size:24px;font-weight:700}.funland-text p{color:#fff;margin:0;font-size:16px;opacity:.95}.funland-button{background:#fff;color:#ff6b6b;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;white-space:nowrap}.funland-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003;color:#ff6b6b}.page-view{min-height:100vh}.page-hero{background:linear-gradient(135deg,#2c3e50,#3498db);padding:60px 0;color:#fff}.page-title{font-size:42px;margin-bottom:0;font-weight:700}.page-content{padding:60px 0;max-width:800px;margin:0 auto}.page-text{font-size:16px;line-height:1.8;color:#333}.page-text h1{font-size:36px;color:#2c3e50;margin:40px 0 20px;border-bottom:3px solid #3498db;padding-bottom:10px}.page-text h2{font-size:28px;color:#2c3e50;margin:35px 0 15px}.page-text h3{font-size:22px;color:#2c3e50;margin:30px 0 12px}.page-text p{margin-bottom:20px}.page-text ul{margin:20px 0;padding-left:30px}.page-text li{margin-bottom:8px}.page-text strong{color:#2c3e50;font-weight:600}.footer-link{background:none;border:none;color:#bdc3c7;cursor:pointer;padding:0;font-size:14px;text-align:left;transition:color .3s ease;text-decoration:none}.footer-link:hover{color:#3498db}.footer-link.external-link{color:#e74c3c}.footer-link.external-link:hover{color:#c0392b}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:8px}@media (max-width: 768px){.funland-content{flex-direction:column;text-align:center;gap:15px}.funland-text h3{font-size:20px}.funland-text p{font-size:14px}.page-title,.page-text h1{font-size:28px}.page-text h2{font-size:24px}}
