﻿:root{--text:#111827;--background:#f3f4f6;--primary:#4f46e5;--secondary:#6366f1;--accent:#818cf8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text);background-color:var(--background);min-height:100vh;display:flex;flex-direction:column;padding-top:0}header{position:absolute;top:1rem;left:0;right:0;z-index:1000;display:flex;justify-content:center}nav{background:rgba(255,255,255,0.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:0.6rem 1.75rem;border-radius:0.75rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:flex;justify-content:space-between;align-items:center;width:auto;min-width:550px;border:1px solid rgba(255,255,255,0.2)}.logo{color:#ffffff;font-size:1.2rem;font-weight:600;text-decoration:none;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.logo:hover{color:#ffffff;transform:translateY(-1px)}.nav-links{display:flex;gap:1.75rem;margin-left:2.5rem}.nav-links a{color:rgba(255,255,255,0.9);text-decoration:none;font-weight:500;font-size:1rem;transition:all 0.2s;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.nav-links a:hover{color:#ffffff;transform:translateY(-1px)}.nav-links a.active{color:#ffffff;position:relative}.nav-links a.active::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#ffffff;border-radius:2px}@media (max-width:768px){header{position:absolute;top:0.5rem;left:0;right:0;padding:0 1rem}nav{min-width:auto;width:100%;padding:0.4rem 0.75rem;flex-direction:row;justify-content:center;background:rgba(0,0,0,0.5)}.logo{display:none !important;visibility:hidden;width:0;height:0;position:absolute;left:-9999px}.nav-links{margin-left:0;width:auto;justify-content:center;gap:0.75rem}.nav-links a{font-size:0.9rem;color:rgba(255,255,255,0.95);padding:0.25rem 0.5rem;font-weight:500}.nav-links a.active{color:white}.nav-links a.active::after{bottom:-2px}nav.compact-nav .nav-links{gap:0.5rem}nav.compact-nav .nav-links a{font-size:0.7rem;padding:0.15rem 0.3rem}}#hero{margin-top:0;min-height:100vh;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg') center/cover;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;position:relative}#hero h1{font-size:3.75rem;font-weight:800;color:white;margin-bottom:1.5rem;line-height:1.2;max-width:800px;text-shadow:0 2px 4px rgba(0,0,0,0.3);text-align:center;margin-left:auto;margin-right:auto}#hero p{font-size:1.25rem;color:rgba(255,255,255,0.9);margin-bottom:3rem;max-width:600px;text-shadow:0 1px 2px rgba(0,0,0,0.3);text-align:center;margin-left:auto;margin-right:auto}.search-container{width:100%;max-width:700px;margin:0 auto;display:flex;gap:1rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(8px);padding:0.75rem;border-radius:0.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}#location-input{flex:1;padding:1rem 1.5rem;border:1px solid #e5e7eb;border-radius:0.5rem;font-size:1.125rem;background-color:white;transition:all 0.2s}#location-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(79,70,229,0.1)}#search-btn{padding:1rem 2rem;background-color:var(--primary);color:white;border:none;border-radius:0.5rem;cursor:pointer;font-size:1.125rem;font-weight:500;transition:all 0.2s;min-width:160px}#search-btn:hover{background-color:#2563eb;transform:translateY(-1px)}#schools-list{max-width:1200px;margin:4rem auto;padding:0 2rem}.featured-gyms-section,.blog-posts-section{text-align:center}.featured-gyms-section .container,.blog-posts-section .container{text-align:center}.featured-gyms-section .section-header,.blog-posts-section .section-header{text-align:center !important;width:100%;display:block}.featured-gyms-section .section-header h2,.blog-posts-section .section-header h2{text-align:center !important;width:100%;display:block;font-size:1.75rem;color:#1f2937;margin-bottom:0.5rem}.featured-gyms-section .section-header p,.blog-posts-section .section-header p{text-align:center !important;width:100%;display:block;font-size:1.1rem;color:#6b7280}.featured-gyms-grid,.blog-posts-grid{text-align:left}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:1.75rem;color:#333;margin-bottom:0.5rem;text-align:center}.section-header p{color:#666;font-size:1.1rem;text-align:center}main{flex:1}.categories-section{display:none}.hero-section{color:white;padding:6rem 0;text-align:center}.featured-gyms-section{padding:4rem 0;background-color:#f8f9fa}.featured-gyms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.blog-posts-section{padding:4rem 0}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.site-footer{background-color:#f8f9fa;color:#333;padding:3rem 0 1rem;margin-top:2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;gap:2rem}.footer-section{flex:1}.footer-section.main-footer{text-align:center;flex:2}.footer-section h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#444;font-size:1.1rem;margin-bottom:1rem}.footer-section p{color:#666;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:0.5rem}.footer-section ul li a{color:#666;text-decoration:none;transition:color 0.3s ease}.footer-section ul li a:hover{color:#007bff}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #ddd;color:#666}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-section{margin-bottom:2rem}}.finder-layout{display:grid;grid-template-columns:250px minmax(600px,1fr) 380px;gap:1rem;max-width:1800px;margin:3rem auto;padding-right:1rem}.filters-sidebar{background:white;padding:0.75rem;border-radius:0.75rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);height:fit-content;position:sticky;top:2rem}.filter-group{margin-bottom:0.5rem}.filter-group:last-child{margin-bottom:0.5rem}.filter-group h3{font-size:0.85rem;font-weight:600;margin-bottom:0.25rem;color:#1f2937}.filter-group h3::before{font-family:"Font Awesome 5 Free";font-weight:900;font-size:0.85rem}.filter-group:nth-child(1) h3::before{content:"\f6de";color:#2563eb}.filter-group:nth-child(2) h3::before{content:"\f51e";color:#059669}.filter-group:nth-child(3) h3::before{content:"\f594";color:#7c3aed}.filter-group:nth-child(4) h3::before{content:"\f017";color:#db2777}.filter-options{display:flex;flex-direction:column;gap:0.25rem}.checkbox-label{display:flex;align-items:center;gap:0.25rem;font-size:0.8rem;color:#4b5563;cursor:pointer;padding:0.125rem 0;line-height:1}.checkbox-label:hover{color:#1f2937}.checkbox-label input[type="checkbox"]{width:0.8rem;height:0.8rem;border-radius:0.2rem;border:1px solid #d1d5db;cursor:pointer;margin:0}.filter-actions{display:flex;flex-direction:column;gap:0.375rem;margin-top:0.5rem}.apply-filters-btn,.clear-filters-btn{width:100%;padding:0.375rem;border:none;border-radius:0.375rem;font-weight:500;font-size:0.8rem;cursor:pointer;transition:all 0.2s;line-height:1}.apply-filters-btn{background:var(--primary);color:white}.apply-filters-btn:hover{background:#4338ca}.clear-filters-btn{background:#f3f4f6;color:#4b5563}.clear-filters-btn:hover{background:#e5e7eb;color:#1f2937}.apply-filters-btn:active{transform:translateY(0)}@media (max-width:992px){.filters-sidebar{position:relative;top:0;margin-bottom:2rem}}.gym-listings{min-height:600px;padding-right:0.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;width:100%}.gym-card{display:grid;grid-template-columns:180px 1fr;gap:1rem;background:white;border-radius:0.5rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.05);padding:0;width:100%;margin-bottom:1rem;height:140px;cursor:pointer;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative}.gym-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.1)}.gym-info{padding:1rem 1.5rem;display:flex;flex-direction:column;height:100%}.gym-info-top{margin-bottom:0.75rem}.gym-info h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:0.25rem}.gym-location{color:#6b7280;font-size:0.875rem;display:flex;align-items:center;gap:0.5rem}.gym-features{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap;padding-bottom:1rem}.feature{display:flex;align-items:center;gap:0.5rem;color:#4b5563;font-size:0.875rem}.feature i{color:#6b7280;font-size:1rem}.view-details-btn{display:inline-block;padding:0.5rem 1rem;background:#4f46e5;color:white;border:none;border-radius:0.375rem;font-size:0.875rem;font-weight:500;text-align:center;text-decoration:none;transition:background-color 0.2s;width:auto}.view-details-btn:hover{background:#4338ca}.map-container{position:sticky;top:2rem;height:calc(100vh - 6rem);border-radius:0.75rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.05);background:#f3f4f6}#map{width:100%;height:100%;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:0.875rem}.map-placeholder{text-align:center;padding:2rem}.map-placeholder i{font-size:2rem;margin-bottom:1rem;color:#9ca3af}@media (max-width:1600px){.finder-layout{grid-template-columns:250px minmax(500px,1fr) 350px;max-width:1400px}}@media (max-width:1400px){.finder-layout{grid-template-columns:250px 1fr;max-width:1200px;padding-right:2rem}.map-container{display:none}}@media (max-width:1024px){.finder-layout{grid-template-columns:1fr;padding:0 2rem}.filters-sidebar{margin-left:0}}@media (max-width:768px){.gym-card{grid-template-columns:1fr}.gym-image{height:250px}.gym-info{padding:1.5rem}}.featured-gyms-section{padding:6rem 0;background-color:white}.featured-gyms-section .section-header,.blog-posts-section .section-header{text-align:center;margin-bottom:2rem}.featured-gyms-section .section-header h2,.blog-posts-section .section-header h2{font-size:1.75rem;color:#1f2937;margin-bottom:0.5rem;text-align:center}.featured-gyms-section .section-header p,.blog-posts-section .section-header p{font-size:1.1rem;color:#6b7280;text-align:center}.featured-gyms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.featured-gym-card{background:white;border-radius:1rem;overflow:hidden;position:relative;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.featured-gym-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.featured-badge{position:absolute;top:1rem;right:1rem;background-color:#4f46e5;color:white;padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:500;display:flex;align-items:center;gap:0.5rem;z-index:10}.gym-image{width:100%;height:200px;object-fit:cover}.gym-info{padding:1.5rem}.gym-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.75rem}.gym-header h3{font-size:1.25rem;color:#1f2937;font-weight:600}.rating{display:flex;align-items:center;gap:0.25rem;color:#4f46e5;font-weight:600}.gym-location{color:#6b7280;display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.gym-features{display:flex;gap:0.75rem;margin-bottom:1.5rem}.feature{display:flex;align-items:center;gap:0.375rem;font-size:0.875rem;color:#4b5563;background-color:#f3f4f6;padding:0.375rem 0.75rem;border-radius:9999px}.view-gym-btn{display:block;width:100%;text-align:center;background-color:#4f46e5;color:white;padding:0.75rem;border-radius:0.5rem;text-decoration:none;font-weight:500;transition:background-color 0.2s}.view-gym-btn:hover{background-color:#4338ca}@media (max-width:1024px){.featured-gyms-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.featured-gyms-grid{grid-template-columns:1fr;max-width:400px}.section-header h2{font-size:2rem}}.blog-posts-section{padding:5rem 0;background-color:#f8fafc}.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.blog-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);display:flex;flex-direction:column}.blog-card[data-category="Technique"]{box-shadow:0 4px 6px rgba(0,0,0,0.1),0 0 0 1px rgba(79,70,229,0.05)}.blog-card[data-category="Competition"]{box-shadow:0 4px 6px rgba(0,0,0,0.1),0 0 0 1px rgba(220,38,38,0.05)}.blog-card[data-category="Community"]{box-shadow:0 4px 6px rgba(0,0,0,0.1),0 0 0 1px rgba(16,185,129,0.05)}.blog-card[data-category="Technique"]:hover{transform:translateY(-6px);box-shadow:0 12px 20px rgba(79,70,229,0.2),0 6px 10px rgba(79,70,229,0.1),0 0 60px rgba(79,70,229,0.1)}.blog-card[data-category="Competition"]:hover{transform:translateY(-6px);box-shadow:0 12px 20px rgba(220,38,38,0.2),0 6px 10px rgba(220,38,38,0.1),0 0 60px rgba(220,38,38,0.1)}.blog-card[data-category="Community"]:hover{transform:translateY(-6px);box-shadow:0 12px 20px rgba(16,185,129,0.2),0 6px 10px rgba(16,185,129,0.1),0 0 60px rgba(16,185,129,0.1)}.blog-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;background:white;text-align:center}.blog-content > *:not(.blog-footer){text-align:left}.blog-category{display:inline-block;padding:0.25rem 0.75rem;border-radius:1rem;font-size:0.875rem;font-weight:500;margin-bottom:1rem;background:white;border:1px solid;transition:all 0.3s ease;margin-left:auto;margin-right:auto}.blog-card[data-category="Technique"] .blog-category{color:#4f46e5;border-color:rgba(79,70,229,0.2);background:rgba(79,70,229,0.05)}.blog-card[data-category="Competition"] .blog-category{color:#dc2626;border-color:rgba(220,38,38,0.2);background:rgba(220,38,38,0.05)}.blog-card[data-category="Community"] .blog-category{color:#10b981;border-color:rgba(16,185,129,0.2);background:rgba(16,185,129,0.05)}.blog-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:0.75rem;line-height:1.4}.blog-excerpt{color:#6b7280;font-size:0.875rem;line-height:1.6;margin-bottom:1.5rem}.blog-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.read-more{color:#6b7280;font-size:0.875rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:0.5rem;transition:all 0.3s ease}.blog-card[data-category="Technique"] .read-more:hover{color:#4f46e5}.blog-card[data-category="Competition"] .read-more:hover{color:#dc2626}.blog-card[data-category="Community"] .read-more:hover{color:#10b981}.blog-image{width:100%;height:240px;object-fit:cover;transition:transform 0.3s ease}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-author{display:flex;align-items:center;gap:0.75rem}.author-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-weight:500;color:#1f2937;font-size:0.875rem}.blog-date{color:#6b7280;font-size:0.75rem}.read-more i{font-size:0.75rem;transition:transform 0.2s}.read-more:hover i{transform:translateX(4px)}@media (max-width:1024px){.blog-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.blog-posts-grid{grid-template-columns:1fr;max-width:400px}}.animated-text-line{display:inline-block;background:rgba(0,0,0,0.3);padding:0.5rem 1rem;border-radius:4px;font-size:1.3rem}#changing-text{display:inline-block;min-width:200px;font-weight:700;color:#818cf8;border-right:none;white-space:nowrap;overflow:hidden;vertical-align:bottom;text-shadow:0 0 10px rgba(129,140,248,0.5)}.fade-in{opacity:1;transition:opacity 0.5s ease-in}.fade-out{opacity:0;transition:opacity 0.5s ease-out}[data-category="Competition"]{background-color:rgba(220,38,38,0.1);color:#dc2626}[data-category="Competition"]:hover{box-shadow:0 12px 20px rgba(220,38,38,0.2),0 6px 10px rgba(220,38,38,0.1),0 0 60px rgba(220,38,38,0.1)}[data-category="Community"]{background-color:rgba(16,185,129,0.1);color:#10b981}[data-category="Community"]:hover{box-shadow:0 12px 20px rgba(16,185,129,0.2),0 6px 10px rgba(16,185,129,0.1),0 0 60px rgba(16,185,129,0.1)}.browse-section{padding:4rem 0;background:#f8fafc}.browse-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.browse-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.browse-tile{aspect-ratio:1;background:white;padding:3rem 2rem;border-radius:1rem;text-align:center;text-decoration:none;color:#1f2937;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e5e7eb}.browse-tile:hover{transform:translateY(-8px);box-shadow:0 10px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);background:var(--primary);border-color:var(--primary);color:white}.browse-tile:hover i,.browse-tile:hover h2,.browse-tile:hover p{color:white}.browse-tile i{font-size:3rem;color:var(--primary);margin-bottom:1.5rem}.browse-tile h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#111827}.browse-tile p{color:#6b7280;font-size:1rem;line-height:1.5}@media (max-width:768px){.browse-tiles{grid-template-columns:1fr;gap:1.5rem}.browse-tile{aspect-ratio:auto;padding:2.5rem 2rem}}.sort-header{background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg');background-size:cover;background-position:center;padding:6rem 2rem 4rem;text-align:center;color:white}.sort-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.sort-header p{font-size:1.1rem;opacity:0.9}.sort-content{padding:2rem 0;background:var(--background);min-height:calc(100vh - 200px)}.sort-content .container{max-width:1400px;margin:0 auto;padding:0 2rem}.sort-layout{display:grid;grid-template-columns:250px 1fr 400px;gap:2rem;margin-top:2rem}.filters-sidebar{background:white;padding:0.75rem;border-radius:0.75rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);height:fit-content;position:sticky;top:2rem}.filter-group{margin-bottom:0.5rem}.filter-group:last-child{margin-bottom:0.5rem}.filter-group h3{font-size:0.85rem;font-weight:600;margin-bottom:0.25rem;color:#1f2937}.filter-options{display:flex;flex-direction:column;gap:0.25rem}.checkbox-label{display:flex;align-items:center;gap:0.25rem;font-size:0.8rem;color:#4b5563;cursor:pointer;padding:0.125rem 0;line-height:1}.checkbox-label:hover{color:#1f2937}.checkbox-label input[type="checkbox"]{width:0.8rem;height:0.8rem;border-radius:0.2rem;border:1px solid #d1d5db;cursor:pointer;margin:0}.apply-filters-btn{width:100%;padding:0.375rem;background:var(--primary);color:white;border:none;border-radius:0.375rem;font-weight:500;font-size:0.8rem;cursor:pointer;transition:all 0.2s;margin-top:0.25rem}.apply-filters-btn:hover{background:#4338ca;transform:translateY(-1px)}.results-area{min-width:0}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-count{font-size:0.9rem;color:#6b7280}.sort-options{display:flex;align-items:center;gap:0.5rem}.sort-options label{color:#4b5563;font-size:0.9rem}.sort-options select{padding:0.5rem;border:1px solid #e5e7eb;border-radius:0.375rem;font-size:0.9rem;color:#1f2937;background-color:white}.gym-listings{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gym-card{background:white;border-radius:0.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all 0.2s;height:100%;display:flex;flex-direction:column}.gym-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,0.1)}.gym-image{width:100%;height:200px;object-fit:cover}.gym-info{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.gym-info-top{margin-bottom:1rem}.gym-info-top h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:0.5rem}.gym-rating{display:flex;align-items:center;gap:0.5rem;font-size:0.9rem}.stars{color:#fbbf24}.review-count{color:#6b7280}.price-range{color:#059669;font-weight:500}.gym-location{font-size:0.9rem;color:#6b7280;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.gym-features{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem}.feature{font-size:0.8rem;color:#4b5563;background:#f3f4f6;padding:0.25rem 0.5rem;border-radius:0.25rem;display:flex;align-items:center;gap:0.25rem}.view-gym-btn{margin-top:auto;display:block;width:100%;padding:0.75rem;background:var(--primary);color:white;text-align:center;text-decoration:none;border-radius:0.5rem;font-weight:500;transition:all 0.2s}.view-gym-btn:hover{background:#4338ca}.map-container{background:white;border-radius:0.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:sticky;top:2rem;height:calc(100vh - 4rem)}#map{width:100%;height:100%}.map-info-window{padding:0.75rem;max-width:250px}.map-info-window h3{font-size:1rem;font-weight:600;margin-bottom:0.5rem;color:#1f2937}.map-info-window p{font-size:0.9rem;color:#4b5563;margin-bottom:0.25rem}.map-info-window .features{display:flex;flex-wrap:wrap;gap:0.25rem;margin-top:0.5rem}.map-info-window .features span{font-size:0.8rem;background:#f3f4f6;padding:0.125rem 0.375rem;border-radius:0.25rem;color:#4b5563}@media (max-width:1200px){.sort-layout{grid-template-columns:250px 1fr}.map-container{display:none}}@media (max-width:768px){.sort-layout{grid-template-columns:1fr;gap:1rem}.filters-sidebar{position:relative;top:0}.results-header{flex-direction:column;gap:1rem;align-items:flex-start}.gym-listings{grid-template-columns:1fr}}.text-center{text-align:center}.section-header{margin-bottom:2rem}.section-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:0.5rem;text-align:center}.section-header p{font-size:1.1rem;color:#6b7280;text-align:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.sort-header{background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg');background-size:cover;background-position:center;padding:6rem 2rem 4rem;text-align:center;color:white}.sort-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.sort-header p{font-size:1.1rem;opacity:0.9}.sort-content{padding:2rem 0;background:var(--background);min-height:calc(100vh - 200px)}.sort-content .container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.section-header{margin-bottom:2rem}.section-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:0.5rem;text-align:center}.section-header p{font-size:1.1rem;color:#6b7280;text-align:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.sort-header .section-header h1,.sort-header .section-header p{color:white}.button-container{text-align:center;margin-top:15px}.view-school-button{display:inline-block;padding:10px 20px;background-color:#007bff;color:white;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color 0.2s ease}.view-school-button:hover{background-color:#0056b3;text-decoration:none;color:white}#about-header{margin-top:5rem;padding:3rem 2rem;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg') center/cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#about-header h1{color:#ffffff;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}#about-header p{color:#ffffff;font-size:1.25rem;max-width:600px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.about-page{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg') center/cover fixed}.about-page header{position:relative;background:none}#about-header{margin-top:0;padding:6rem 2rem 3rem;background:none;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.about-page .browse-section{background:var(--background);position:relative;margin-top:2rem;border-radius:2rem 2rem 0 0;padding-top:3rem}.claim-page{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg') center/cover fixed}.claim-page header{position:relative;background:none}.claim-process{padding:2rem 0}.section-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:var(--text)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.step-card{background:white;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.1);position:relative;transition:transform 0.2s}.step-card:hover{transform:translateY(-5px)}.step-number{position:absolute;top:-1rem;left:-1rem;background:var(--primary);color:white;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem}.step-card i{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.step-card h3{margin-bottom:1rem;color:var(--text)}.step-card p{color:#666;margin-bottom:1.5rem}.action-button{display:inline-block;padding:0.5rem 1rem;background:var(--primary);color:white;text-decoration:none;border-radius:0.5rem;transition:background 0.2s}.action-button:hover{background:var(--secondary)}.add-new-school{text-align:center;padding:3rem;background:white;border-radius:1rem;margin-top:2rem}.add-new-school h2{margin-bottom:1rem;color:var(--text)}.add-new-school p{color:#666;margin-bottom:2rem}.cta-button{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2rem;background:var(--primary);color:white;text-decoration:none;border-radius:0.5rem;font-weight:600;transition:transform 0.2s,background 0.2s}.cta-button:hover{background:var(--secondary);transform:translateY(-2px)}.cta-button i{font-size:1.2rem}.add-school-page{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url('../assets/hero-bg.jpg') center/cover fixed}.add-school-page header{position:relative;background:none}.form-container{background:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-bottom:2rem}.school-form{max-width:800px;margin:0 auto}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.form-section:last-child{border-bottom:none}.form-section h3{color:var(--text);margin-bottom:1.5rem;display:flex;align-items:center;gap:0.5rem}.form-section h3 i{color:var(--primary)}.form-group{margin-bottom:1rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.form-group label{display:block;margin-bottom:0.5rem;color:var(--text);font-weight:500}.form-group input[type="text"],.form-group input[type="tel"],.form-group input[type="email"],.form-group input[type="url"],.form-group textarea{width:100%;padding:0.75rem;border:1px solid #ddd;border-radius:0.5rem;font-size:1rem;transition:border-color 0.2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.checkbox-group label{display:flex;align-items:center;gap:0.5rem;cursor:pointer}.form-group small{display:block;color:#666;margin-top:0.25rem}.form-actions{text-align:center;margin-top:2rem}.submit-button{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2rem;background:var(--primary);color:white;border:none;border-radius:0.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform 0.2s,background 0.2s}.submit-button:hover{background:var(--secondary);transform:translateY(-2px)}.submit-button i{font-size:1.2rem}.pricing-section{margin:4rem auto;max-width:1200px}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.pricing-card{background:white;border-radius:1rem;padding:2rem 1.5rem;text-align:center;position:relative;transition:all 0.3s ease;box-shadow:0 4px 20px rgba(0,0,0,0.05);cursor:pointer;border:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:space-between;min-height:600px}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.1)}.pricing-card.popular{background:white;border:1px solid #e6e6ff;box-shadow:0 10px 30px rgba(99,102,241,0.1)}.pricing-card.selected{transform:translateY(-5px);border:2px solid var(--primary);box-shadow:0 10px 30px rgba(99,102,241,0.15)}.popular-badge{position:absolute;top:-12px;right:50%;transform:translateX(50%);background:var(--primary);color:white;padding:0.5rem 1.5rem;border-radius:2rem;font-size:0.9rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;box-shadow:0 4px 10px rgba(99,102,241,0.3);z-index:1}.pricing-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.pricing-header h3{color:var(--text);font-size:1.8rem;margin-bottom:1rem;font-weight:700}.price{font-size:3rem;font-weight:800;color:var(--primary);margin-bottom:0.5rem;line-height:1}.price span{font-size:1.1rem;color:#666;font-weight:500}.pricing-header p{color:#666;font-size:1.1rem;margin-top:0.5rem}.features-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.features-list li{padding:0.75rem 0;color:var(--text);display:flex;align-items:center;justify-content:flex-start;gap:0.75rem;font-size:1.25rem;font-weight:500}.features-list li i{color:var(--primary);font-size:1.25rem;flex-shrink:0}.features-list li.disabled{color:#999}.features-list li.disabled i{color:#ddd}.select-plan{background:var(--primary);color:white;border:none;padding:1rem 2rem;border-radius:0.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.2s;width:100%;box-shadow:0 4px 12px rgba(79,70,229,0.2);margin-top:auto}.select-plan:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 6px 16px rgba(79,70,229,0.3)}.pricing-card.popular .select-plan{background:var(--secondary)}.pricing-card.popular .select-plan:hover{background:var(--primary)}@media (max-width:768px){.pricing-cards{grid-template-columns:1fr;max-width:400px;margin:2rem auto}.price{font-size:3rem}.features-list li{font-size:1rem}}.form-section{padding:4rem 0;background-color:#f8fafc}.form-container{background:white;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,0.05);padding:2rem;max-width:1000px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:2rem}.plan-summary{background:#f8f9ff;border-radius:0.75rem;padding:1.5rem;border:1px solid #e6e6ff;position:sticky;top:2rem;height:fit-content}.plan-summary h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text);text-align:center}.plan-details{text-align:center}.plan-price{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:1rem;line-height:1}.plan-price span{font-size:1rem;color:#666;font-weight:500}.plan-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left}.plan-features li{padding:0.5rem 0;color:var(--text);display:flex;align-items:center;gap:0.75rem;font-size:1rem;font-weight:500}.plan-features li i{color:var(--primary);font-size:1rem;flex-shrink:0}.premium-upsell{margin-top:2rem;background:linear-gradient(135deg,#f5f7ff 0%,#eef2ff 100%);border:1px solid #e0e7ff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px -5px rgba(59,130,246,0.1)}.premium-upsell-header{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);padding:1.5rem;text-align:center;position:relative}.premium-badge{position:absolute;top:0;right:1.5rem;background-color:#FFD700;color:#000;font-weight:700;font-size:0.75rem;padding:0.25rem 0.75rem;border-radius:0 0 0.5rem 0.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);display:flex;align-items:center;gap:0.25rem}.premium-badge i{font-size:0.75rem}.premium-upsell-header h4{font-size:1.5rem;font-weight:800;color:white;margin-bottom:0.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.premium-upsell-header p{font-size:1.1rem;color:rgba(255,255,255,0.9);margin-bottom:0}.premium-benefits-container{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.premium-benefit-item{display:flex;gap:1rem;align-items:flex-start}.premium-benefit-icon{width:3rem;height:3rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 6px -1px rgba(59,130,246,0.3)}.premium-benefit-icon i{font-size:1.25rem;color:white}.premium-benefit-content h5{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:0.5rem}.premium-benefit-content p{font-size:0.95rem;color:#4b5563;margin-bottom:0;line-height:1.5}.premium-cta{padding:1.5rem;background-color:#f9faff;border-top:1px solid #e0e7ff;text-align:center}.pill-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.6rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:white;font-size:0.9rem;font-weight:500;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:all 0.3s ease;margin-bottom:0.75rem;box-shadow:0 4px 8px rgba(59,130,246,0.25);position:relative;overflow:hidden}.pill-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(59,130,246,0.35)}.pill-button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);opacity:0;transition:opacity 0.3s ease;z-index:1}.pill-button:hover::after{opacity:1}.pill-button i,.pill-button span{position:relative;z-index:2}.pill-button i{font-size:0.8rem;transition:transform 0.3s ease}.pill-button:hover i{transform:translateX(4px)}.premium-note{font-size:0.9rem;color:#6b7280;margin:0}.premium-plan-summary{background:linear-gradient(135deg,#f5f7ff 0%,#eef2ff 100%);border:1px solid #e0e7ff;border-radius:1rem;padding:2rem;text-align:center;position:relative;box-shadow:0 10px 25px -5px rgba(59,130,246,0.1)}.premium-plan-summary .premium-badge{position:relative;display:inline-flex;margin:0 auto 1rem;right:auto;top:auto;background-color:#FFD700;color:#000;font-weight:700;font-size:0.85rem;padding:0.35rem 1rem;border-radius:50px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.premium-plan-summary .plan-price{font-size:3rem;margin:1rem 0 0.5rem}.premium-plan-summary .plan-features{text-align:left;margin:1.5rem auto;max-width:350px}.premium-plan-summary .plan-features li{padding:0.6rem 0;border-bottom:1px solid rgba(224,231,255,0.5)}.premium-plan-summary .plan-features li:last-child{border-bottom:none}.school-form{display:flex;flex-direction:column;gap:1.5rem}.form-section-title{margin-bottom:1.5rem;border-bottom:1px solid #f0f0f0;padding-bottom:1rem}.form-section-title h3{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:0.5rem}.form-section-title p{color:#666;font-size:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--text)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:0.75rem 1rem;border:1px solid #e5e7eb;border-radius:0.5rem;font-size:1rem;transition:all 0.2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(79,70,229,0.1)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.help-text{font-size:0.875rem;color:#6b7280;margin-top:0.5rem}.file-upload{border:2px dashed #e5e7eb;border-radius:0.5rem;padding:2rem;text-align:center;position:relative;transition:all 0.2s;cursor:pointer}.file-upload:hover{border-color:var(--primary)}.file-upload input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.file-upload-placeholder i{font-size:2.5rem;color:#9ca3af}.file-upload-placeholder p{font-size:1rem;font-weight:500;color:#4b5563}.file-upload-placeholder span{font-size:0.875rem;color:#6b7280}.file-upload-placeholder.has-preview img{max-width:100%;max-height:200px;border-radius:0.5rem;margin-bottom:1rem}.gallery-preview-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.checkbox-item{display:flex;align-items:center;margin-bottom:0.5rem}.checkbox-item input[type="checkbox"]{margin-right:0.75rem;width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.checkbox-item label{font-size:0.95rem;cursor:pointer;font-weight:500}@media (max-width:768px){.checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:480px){.checkbox-grid{display:flex;flex-direction:column}.checkbox-item{margin-bottom:0.75rem}}.gallery-preview-item{aspect-ratio:4/3;overflow:hidden;border-radius:0.5rem;border:1px solid #e5e7eb}.gallery-image-preview{width:100%;height:100%;object-fit:cover}.program-entry{background-color:#f9fafb;border-radius:0.75rem;padding:1.5rem;margin-bottom:1.5rem}.program-divider{border:0;height:1px;background-color:#e5e7eb;margin:1rem 0 1.5rem}.program-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.program-counter{color:#6b7280;font-size:0.9rem;margin:0}.btn-remove-program{margin-top:1rem;color:#dc2626;background-color:#fee2e2;border-color:#fecaca}.btn-remove-program:hover{background-color:#fecaca;border-color:#fca5a5}.instructor-entry{background-color:#f9fafb;border-radius:0.75rem;padding:1.5rem;margin-bottom:1.5rem}.instructor-divider{border:0;height:1px;background-color:#e5e7eb;margin:1rem 0 1.5rem}.instructor-photo-preview{width:150px;height:150px;object-fit:cover;border-radius:50%;margin-bottom:1rem;border:4px solid white;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.btn-remove-instructor{margin-top:1rem;color:#ef4444;border-color:#ef4444}.btn-remove-instructor:hover{background-color:#fee2e2}#add-instructor{margin-bottom:2rem;align-self:flex-start}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions .btn{padding:0.75rem 1.5rem;font-size:1rem;font-weight:600}.page-header{background:linear-gradient(to right,var(--primary),var(--secondary));color:white;padding:5rem 0 3rem;text-align:center;position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('../assets/images/pattern-bg.svg');background-size:cover;opacity:0.1;z-index:1}.page-header .container{position:relative;z-index:2}.page-header h1{font-size:2.75rem;font-weight:800;margin-bottom:1.25rem;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.page-header p{font-size:1.25rem;max-width:600px;margin:0 auto;opacity:0.95;line-height:1.6}@media (max-width:768px){.form-container{grid-template-columns:1fr}.plan-summary{position:static;margin-bottom:2rem}}.footer{background-color:#1f2937;color:#f3f4f6;padding:4rem 0 2rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo img{height:40px;width:auto}.footer-logo span{font-size:1.25rem;font-weight:700;color:white}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-links-column h4{color:white;font-size:1.125rem;font-weight:600;margin-bottom:1.25rem}.footer-links-column ul{list-style:none;padding:0;margin:0}.footer-links-column ul li{margin-bottom:0.75rem}.footer-links-column ul li a{color:#d1d5db;text-decoration:none;transition:all 0.2s;font-size:0.95rem}.footer-links-column ul li a:hover{color:white;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1)}.footer-bottom p{color:#9ca3af;font-size:0.9rem}.social-links{display:flex;gap:1.25rem}.social-links a{color:#d1d5db;font-size:1.25rem;transition:all 0.2s}.social-links a:hover{color:white;transform:translateY(-2px)}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-logo{justify-content:center;margin:0 auto}.footer-links-column{text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;align-items:center}.social-links{justify-content:center}}.header{background-color:white;box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none;color:var(--text)}.logo img{height:36px;width:auto}.logo span{font-size:1.25rem;font-weight:700}.main-nav ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.main-nav ul li a{color:var(--text);text-decoration:none;font-weight:500;font-size:1rem;transition:all 0.2s;position:relative;padding:0.5rem 0}.main-nav ul li a:hover{color:var(--primary)}.main-nav ul li a.active{color:var(--primary)}.main-nav ul li a.active::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:var(--primary);border-radius:2px}.header-buttons{display:flex;gap:1rem}.header-buttons .btn{padding:0.5rem 1.25rem;font-size:0.95rem}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:0.5rem}.mobile-menu-toggle span{display:block;width:24px;height:2px;background-color:var(--text);margin:5px 0;transition:all 0.3s}@media (max-width:992px){.main-nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:white;padding:1rem;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.main-nav.active{display:block}.main-nav ul{flex-direction:column;gap:1rem}.main-nav ul li{width:100%;text-align:center}.main-nav ul li a{display:block;padding:0.75rem 0}.mobile-menu-toggle{display:block}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.header-buttons{display:none;width:100%;justify-content:center;padding:1rem 0;background-color:white;position:absolute;top:100%;left:0;margin-top:0;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.header-buttons.active{display:flex;margin-top:240px}.header-content{padding:0 1rem}.header{position:relative}}