*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#2d5a27;color:#fff;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo img{height:100px;width:auto;max-width:400px;display:block}.navbar{padding:.75rem 0}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#4caf50,#2d5a27);color:#fff;margin-bottom:3rem}.hero h1{font-size:3rem;margin-bottom:1rem}.stats-bar{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;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.hero-search{display:flex;margin:2rem auto;gap:0}.hero-search-input{flex:1;padding:1rem;border:none;border-radius:6px 0 0 6px;font-size:1rem}.hero-search-btn{padding:1rem 2rem;background:#2d5a27;color:#fff;border:none;border-radius:0 6px 6px 0;font-size:1rem;cursor:pointer}.hero-search-btn:hover{background:#1e3d1a}.featured-section{margin-bottom:4rem}.featured-section h2{text-align:center;margin-bottom:2rem;color:#2d5a27;font-size:2rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.featured-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease}.featured-card:hover{transform:translateY(-5px)}.featured-image{height:200px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-info{padding:1.5rem}.featured-info h3 a{color:#2d5a27;text-decoration:none;font-size:1.3rem}.location{color:#666;margin:.5rem 0}.description{color:#555;line-height:1.5;margin:1rem 0}.reviews-section{margin-bottom:4rem}.reviews-section h2{text-align:center;margin-bottom:2rem;color:#2d5a27;font-size:2rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.review-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #4caf50}.review-header{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:700}.review-text{font-style:italic;margin-bottom:1rem;color:#555}.review-footer{display:flex;justify-content:space-between;font-size:.9rem;color:#666}.review-footer a{color:#4caf50;text-decoration:none}.search-section{text-align:center;margin-bottom:3rem}.search-section h1{color:#2d5a27;margin-bottom:2rem}.search-form{max-width:800px;margin:0 auto}.search-inputs{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.search-input{flex:2;min-width:250px;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem}.search-select{flex:1;min-width:150px;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem}.search-btn{padding:.75rem 2rem;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.search-btn:hover{background:#45a049}.search-results h2{color:#2d5a27;margin-bottom:2rem}.no-results{text-align:center;padding:3rem;background:#f9f9f9;border-radius:8px}.search-suggestions{text-align:center;margin-top:3rem}.search-suggestions h2{color:#2d5a27;margin-bottom:1rem}.suggestion-tags{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.suggestion-tags .tag{background:#e8f5e8;color:#2d5a27;padding:.5rem 1rem;border-radius:20px;text-decoration:none;transition:background .3s ease}.suggestion-tags .tag:hover{background:#4caf50;color:#fff}.categories-section{margin-bottom:4rem}.categories-section h2{text-align:center;margin-bottom:2rem;color:#2d5a27;font-size:2rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.category-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease}.category-item:hover{transform:translateY(-5px)}.category-icon{font-size:3rem;margin-bottom:1rem}.category-item h3{color:#2d5a27;margin-bottom:1rem}.category-item p{color:#666;margin-bottom:1.5rem}.category-item a{color:#4caf50;text-decoration:none;font-weight:700}.testimonials-section{background:#f9f9f9;padding:3rem 0;margin-bottom:4rem;border-radius:12px}.testimonials-section h2{text-align:center;margin-bottom:2rem;color:#2d5a27;font-size:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem}.testimonial{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.testimonial p{font-style:italic;margin-bottom:1rem;color:#555}.testimonial-author{font-weight:700;color:#2d5a27}.newsletter-section{text-align:center;background:#2d5a27;color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:4rem}.newsletter-section h2{margin-bottom:1rem}.newsletter-form{display:flex;max-width:400px;margin:2rem auto 0;gap:0}.newsletter-input{flex:1;padding:1rem;border:none;border-radius:6px 0 0 6px}.newsletter-btn{padding:1rem 2rem;background:#4caf50;color:#fff;border:none;border-radius:0 6px 6px 0;cursor:pointer}.newsletter-btn:hover{background:#45a049}.state-hero{text-align:center;padding:3rem 0;background:linear-gradient(135deg,#e8f5e8,#f0f8f0);border-radius:12px;margin-bottom:3rem}.state-hero h1{color:#2d5a27;margin-bottom:1rem;font-size:2.5rem}.state-description{font-size:1.2rem;color:#555;max-width:600px;margin:0 auto 2rem}.state-stats{display:flex;justify-content:center;gap:3rem}.state-stat{text-align:center}.state-stat .stat-number{display:block;font-size:2rem;font-weight:700;color:#2d5a27;margin-bottom:.5rem}.state-stat .stat-label{color:#666}.filter-section{margin-bottom:2rem}.filter-section h3{color:#2d5a27;margin-bottom:1rem}.filter-tags{display:flex;gap:1rem;flex-wrap:wrap}.filter-tag{padding:.5rem 1rem;background:#f0f0f0;color:#666;text-decoration:none;border-radius:20px;transition:all .3s ease}.filter-tag.active,.filter-tag:hover{background:#4caf50;color:#fff}.restaurants-section h2{color:#2d5a27;margin-bottom:2rem}.state-info{margin-top:4rem;padding:3rem 0;border-radius:12px}.state-info h2{text-align:center;color:#2d5a27;margin-bottom:2rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem}.info-card{background:#fff;padding:2rem;border-radius:8px;text-align:center}.info-card h4{color:#2d5a27;margin-bottom:1rem;font-size:1.2rem}.no-restaurants{text-align:center;padding:4rem 0}.empty-state{background:#f9f9f9;padding:3rem;border-radius:12px;max-width:500px;margin:0 auto}.empty-state h2{color:#2d5a27;margin-bottom:1rem}.cta-section{text-align:center;padding:3rem 0;background:#f5f5f5;border-radius:12px;margin-bottom:3rem}.cta-section h2{color:#2d5a27;margin-bottom:1rem}.cta-buttons{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.btn{display:inline-block;padding:.75rem 2rem;text-decoration:none;border-radius:6px;font-weight:700;transition:all .3s ease}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#45a049}.btn-secondary{background:0 0;color:#4caf50;border:2px solid #4caf50}.btn-secondary:hover{background:#4caf50;color:#fff}.states-grid h2{text-align:center;margin-bottom:2rem;color:#2d5a27;font-size:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.state-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .2s,border-color .2s}.state-card:hover{transform:translateY(-2px);border-color:#4caf50}.state-card a{text-decoration:none;color:inherit}.state-card h3{color:#2d5a27;margin-bottom:.5rem}.restaurants-list{display:grid;gap:2rem;margin-bottom:3rem}.restaurant-card{display:flex;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.restaurant-image{width:200px;height:150px;flex-shrink:0}.restaurant-image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;background:#f0f0f0}.restaurant-image img:hover{opacity:.9}.restaurant-image img:error{display:none}.restaurant-image img[loading=lazy]{background:#f0f0f0}.placeholder-image{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:3rem}.restaurant-info{padding:1.5rem;flex:1}.restaurant-info h3 a{color:#2d5a27;text-decoration:none}.restaurant-meta{margin-top:1rem;display:flex;gap:1rem;flex-wrap:wrap}.category,.rating,.reviews{font-size:.9rem;color:#666}.restaurant-hero{position:relative;height:60vh;min-height:400px;overflow:hidden;display:flex;align-items:center;margin-bottom:3rem}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(45,90,39,.8),rgba(76,175,80,.6))}.hero-content{position:relative;z-index:3;color:#fff;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.hero-content .breadcrumb{margin-bottom:1rem;font-size:.9rem}.hero-content .breadcrumb a{color:rgba(255,255,255,.8);text-decoration:none}.hero-content .breadcrumb a:hover{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);color:#fff}.hero-meta{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem;font-size:1.1rem}.hero-rating{background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:25px;backdrop-filter:blur(10px)}.hero-reviews{opacity:.9}.hero-price{background:#4caf50;padding:.5rem 1rem;border-radius:25px;font-weight:700}.hero-category{background:rgba(255,255,255,.15);padding:.5rem 1rem;border-radius:25px;backdrop-filter:blur(10px)}.hero-address{font-size:1.2rem;opacity:.9;margin-top:.5rem}.restaurant-details{margin-bottom:3rem}.restaurant-overview{margin-bottom:3rem}.overview-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.hours-panel,.main-info-panel{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(76,175,80,.1)}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f8f0}.panel-title{color:#2d5a27;font-size:1.4rem;font-weight:700;margin:0}.panel-rating-badge{text-align:right}.rating-stars{display:block;font-size:1.2rem;margin-bottom:.25rem}.rating-text{color:#666;font-size:.9rem;font-weight:500}.info-list{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:start;padding:1rem 0;border-bottom:1px solid #f5f5f5}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#2d5a27;font-size:.95rem}.info-value{color:#555;line-height:1.5}.contact-link{color:#4caf50;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:#2d5a27;text-decoration:underline}.price-value{font-weight:600;color:#2d5a27;background:linear-gradient(135deg,#e8f5e8,#f0f8f0);padding:.5rem 1rem;border-radius:25px;display:inline-block}.category-badge{background:linear-gradient(135deg,#4caf50,#2d5a27);color:#fff;padding:.5rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:500}.hours-panel .panel-title{margin-bottom:1.5rem}.hours-list{display:flex;flex-direction:column;gap:.75rem}.hour-entry{background:#f8f9fa;padding:1rem;border-radius:12px;border-left:4px solid #4caf50;font-weight:500;color:#333;transition:background .3s ease}.hour-entry:hover{background:#e8f5e8}.no-hours{color:#999;font-style:italic;text-align:center;padding:2rem}.section-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:2rem}.section-title{color:#2d5a27;font-size:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.amenities-grid{display:grid;gap:2rem}.amenity-group{border-bottom:1px solid #eee;padding-bottom:1.5rem}.amenity-group:last-child{border-bottom:none;padding-bottom:0}.amenity-title{color:#2d5a27;font-size:1.2rem;margin-bottom:1rem;font-weight:600}.amenity-tags{display:flex;flex-wrap:wrap;gap:.75rem}.amenity-tag{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);color:#2d5a27;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;border:1px solid #d4edda}.about-text{font-size:1.2rem;line-height:1.7;color:#333;margin-bottom:2rem;font-weight:500}.amenities-title{color:#2d5a27;font-size:1.2rem;margin-bottom:1.5rem;font-weight:600}.description-text{font-size:1.1rem;line-height:1.7;color:#555}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-item{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover img{transform:scale(1.05)}.gallery-icon{font-size:2rem;color:#fff}.reviews-showcase{display:grid;gap:2rem}.review-card{background:#f8f9fa;border-radius:16px;padding:2rem;border-left:4px solid #4caf50}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info{display:flex;align-items:center;gap:1rem}.reviewer-avatar{width:40px;height:40px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.reviewer-name{font-weight:600;color:#2d5a27;display:block}.review-rating{font-size:.9rem;color:#666}.review-source{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:12px;font-size:.8rem}.review-text{font-style:italic;line-height:1.6;color:#555;font-size:1.05rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.hours-list{list-style:none}.hours-list li{padding:.25rem 0}.category-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#4caf50;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.description-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1rem}.description-section{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #4caf50}.description-section h4{color:#2d5a27;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.description-list{list-style:none;margin:0;padding:0}.description-list li{padding:.25rem 0;color:#555;position:relative;padding-left:1rem}.description-list li:before{content:'•';color:#4caf50;position:absolute;left:0;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.gallery-grid img{width:100%;height:200px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease}.gallery-grid img:hover{transform:scale(1.05);opacity:.9}.gallery-grid img{background:#f0f0f0}.gallery-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9)}.gallery-content{margin:auto;display:block;width:80%;max-width:700px;max-height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;cursor:pointer}.gallery-close:hover{color:#bbb}.gallery-next,.gallery-prev{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-50px;color:#fff;font-weight:700;font-size:20px;background:rgba(0,0,0,.5);border:none;user-select:none}.gallery-next{right:0;border-radius:3px 0 0 3px}.gallery-prev{left:0;border-radius:0 3px 3px 0}.gallery-next:hover,.gallery-prev:hover{background:rgba(0,0,0,.8)}.reviews-list{display:grid;gap:1.5rem;margin-top:1rem}.review{background:#f9f9f9;padding:1.5rem;border-radius:8px}.review-header{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem}.reviewer{font-weight:700}.breadcrumb{margin:2rem 0;font-size:.9rem}.breadcrumb a{color:#4caf50;text-decoration:none}.container .breadcrumb{display:none}footer{background:#2d5a27;color:#fff;text-align:center;padding:2rem 0;margin-top:4rem}.error-page{text-align:center;padding:4rem 0}.btn{display:inline-block;background:#4caf50;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:4px;margin-top:1rem}@media (max-width:768px){.suggestion-tags{flex-wrap:nowrap!important;overflow-x:auto;justify-content:flex-start!important;padding-bottom:.5rem;gap:.5rem!important}.search-suggestions-quick .quick-tag{flex-shrink:0!important;white-space:nowrap!important;min-width:auto!important}.quick-tag{flex-shrink:0!important;white-space:nowrap!important}.logo img{height:35px!important;max-width:200px!important}.hero h1{font-size:2rem}.hero-search{flex-direction:column;gap:1rem}.hero-search-btn,.hero-search-input{border-radius:6px}.search-inputs{flex-direction:column}.search-input,.search-select{min-width:auto}.stats-bar{gap:1.5rem}.stat-number{font-size:2rem}.featured-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr;padding:0 1rem}.newsletter-form{flex-direction:column;gap:1rem}.newsletter-btn,.newsletter-input{border-radius:6px}.state-stats{gap:1.5rem}.state-stat .stat-number{font-size:1.5rem}.filter-tags{justify-content:center}.info-grid{grid-template-columns:1fr;padding:0 1rem}.description-sections{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.restaurant-card{flex-direction:column}.restaurant-image{width:100%;height:200px}.restaurant-hero{height:50vh;min-height:300px}.hero-title{font-size:2.5rem}.hero-meta{flex-direction:column;align-items:flex-start;gap:1rem}.hero-content{padding:0 1rem}.overview-grid{grid-template-columns:1fr}.panel-header{flex-direction:column;gap:1rem;align-items:flex-start}.info-item{grid-template-columns:1fr;gap:.5rem}.hours-panel,.main-info-panel{padding:1.5rem}.section-card{padding:1.5rem;border-radius:16px}.hours-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.reviewer-info{flex-direction:column;align-items:flex-start;gap:.5rem}.review-header{flex-direction:column;gap:1rem}.nav-links{gap:1rem}}.reviews-section{margin-bottom:2rem}.reviews-container{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scrollbar-width:thin;scrollbar-color:#28a745 #f1f1f1}.reviews-container::-webkit-scrollbar{height:6px}.reviews-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.reviews-container::-webkit-scrollbar-thumb{background:#28a745;border-radius:3px}.review-item{min-width:280px;background:#f8f9fa;border-radius:8px;padding:1rem;border-left:3px solid #28a745;flex-shrink:0}.review-stars{font-size:.9rem;margin-bottom:.5rem}.review-quote{color:#555;font-style:italic;line-height:1.4;margin:0 0 .5rem 0;font-size:.9rem}.review-author{font-size:.8rem;color:#666;font-weight:500}@media (max-width:768px){.review-item{min-width:250px}}.search-hero{position:relative;background:linear-gradient(135deg,#2d5a27,#4caf50);color:#fff;padding:4rem 0;margin-bottom:3rem}.search-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>')}.search-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(45,90,39,.1)}.search-hero .hero-content{position:relative;z-index:2;text-align:center}.search-hero .hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.search-hero .hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.search-hero .search-form{max-width:900px;margin:0 auto}.search-hero .search-inputs{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:1rem;background:#fff;padding:.5rem;border-radius:50px;box-shadow:0 8px 32px rgba(0,0,0,.2)}.search-hero .search-input,.search-hero .search-select{padding:1rem 1.5rem;border:none;background:0 0;font-size:1rem;color:#333}.search-hero .search-input{border-radius:25px 0 0 25px}.search-hero .search-input:focus,.search-hero .search-select:focus{outline:0;background:#f8f9fa}.search-hero .search-btn{padding:1rem 2rem;background:#2d5a27;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.search-hero .search-btn:hover{background:#1e3d1a}.search-results{margin-bottom:3rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.results-header h2{color:#2d5a27;font-size:2rem;margin:0}.results-count{color:#666;font-size:1.1rem;margin:0}.restaurants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;justify-content:start}.restaurant-card-modern{max-width:400px}.restaurant-card-modern{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.restaurant-card-modern:hover{transform:translateY(-5px);box-shadow:0 8px 32px rgba(0,0,0,.15)}.card-image{position:relative;height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.restaurant-card-modern:hover .card-image img{transform:scale(1.05)}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(45,90,39,.8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.restaurant-card-modern:hover .card-overlay{opacity:1}.view-btn{background:#fff;color:#2d5a27;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:transform .2s ease}.view-btn:hover{transform:scale(1.05)}.card-content{padding:1.5rem}.card-content h3{margin:0 0 .5rem 0;font-size:1.3rem}.card-content h3 a{color:#2d5a27;text-decoration:none}.card-location{color:#666;margin:0 0 1rem 0;font-size:.95rem}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rating-info{display:flex;align-items:center;gap:.5rem}.rating{font-weight:600;color:#2d5a27}.reviews{color:#666;font-size:.9rem}.price-range{background:#e8f5e8;color:#2d5a27;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.category-tag{background:linear-gradient(135deg,#4caf50,#2d5a27);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0}.page-numbers{display:flex;gap:.5rem}.page-btn{padding:.75rem 1rem;background:#fff;color:#2d5a27;text-decoration:none;border:2px solid #e0e0e0;border-radius:8px;font-weight:500;transition:all .3s ease}.page-btn:hover{background:#f0f8f0;border-color:#4caf50}.page-btn.current{background:#2d5a27;color:#fff;border-color:#2d5a27}.next-btn,.prev-btn{padding:.75rem 1.5rem;background:#4caf50;color:#fff;border-color:#4caf50}.next-btn:hover,.prev-btn:hover{background:#2d5a27;border-color:#2d5a27}.search-suggestions{text-align:center;margin-bottom:4rem}.search-suggestions h2{color:#2d5a27;font-size:2rem;margin-bottom:2rem}.suggestion-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}.suggestion-group h3{color:#2d5a27;margin-bottom:1rem;font-size:1.3rem}.suggestion-tags{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.suggestion-tags .tag{background:#e8f5e8;color:#2d5a27;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease}.suggestion-tags .tag:hover{background:#4caf50;color:#fff;transform:translateY(-2px)}.no-results{text-align:center;padding:4rem 0}.empty-state{background:#f9f9f9;padding:3rem;border-radius:16px;max-width:500px;margin:0 auto}.empty-state h3{color:#2d5a27;font-size:1.5rem;margin-bottom:1rem}.empty-state p{color:#666;margin-bottom:2rem;line-height:1.6}@media (max-width:768px){.search-hero .hero-title{font-size:2rem}.search-hero .search-inputs{grid-template-columns:1fr;border-radius:16px}.search-hero .search-input{border-radius:12px}.search-hero .search-btn{border-radius:12px}.results-header{flex-direction:column;align-items:flex-start;gap:.5rem}.restaurants-grid{grid-template-columns:1fr}.suggestion-categories{grid-template-columns:1fr;gap:2rem}.pagination{flex-wrap:wrap;gap:.5rem}.page-numbers{order:2;width:100%;justify-content:center}}.hero-main{position:relative;background:linear-gradient(135deg,#1a4d1a 0,#2d5a27 30%,#4caf50 70%,#66bb6a 100%);color:#fff;padding:5rem 0;margin-bottom:4rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2d5a27 0,#4caf50 50%,#66bb6a 100%)}.hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="hexagons" width="60" height="60" patternUnits="userSpaceOnUse"><polygon points="30,5 45,15 45,35 30,45 15,35 15,15" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23hexagons)"/></svg>')}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(45,90,39,.2)}.hero-content{position:relative;z-index:2;color:#fff;width:100%}.hero-text{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.95;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-search{margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.search-container{display:flex;max-width:900px;margin:0 auto;background:#fff;border-radius:50px;padding:.5rem;box-shadow:0 10px 40px rgba(0,0,0,.2)}.hero-search-input{flex:1;padding:1.5rem 2rem;border:none;background:0 0;font-size:1.2rem;color:#333;border-radius:25px;min-height:60px}.hero-search-input:focus{outline:0}.hero-search-btn{padding:1.5rem 2.5rem;background:#2d5a27;color:#fff;border:none;border-radius:25px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:background .3s ease;min-height:60px}.hero-search-btn:hover{background:#1e3d1a}.hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:1rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.stat-divider{width:2px;height:40px;background:rgba(255,255,255,.3)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.featured-section{margin-bottom:5rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.featured-card-modern{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.featured-card-modern:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.15)}.featured-card-modern .card-image{position:relative;height:220px;overflow:hidden}.featured-card-modern .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-card-modern:hover .card-image img{transform:scale(1.05)}.rating-badge{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.95);color:#2d5a27;padding:.5rem 1rem;border-radius:20px;font-weight:600;backdrop-filter:blur(10px)}.featured-card-modern .card-content{padding:2rem}.featured-card-modern h3{margin:0 0 .5rem 0;font-size:1.4rem}.featured-card-modern h3 a{color:#2d5a27;text-decoration:none}.featured-card-modern .location{color:#666;margin-bottom:1rem;font-size:1rem}.featured-card-modern .card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem}.featured-card-modern .reviews{color:#666}.featured-card-modern .price{background:#e8f5e8;color:#2d5a27;padding:.25rem .75rem;border-radius:15px;font-weight:500}.featured-card-modern .category-tag{background:linear-gradient(135deg,#4caf50,#2d5a27);color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.85rem;font-weight:500}.categories-showcase{margin-bottom:5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.category-card{position:relative;background:#fff;border-radius:20px;padding:2.5rem;text-align:center;text-decoration:none;color:inherit;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;overflow:hidden}.category-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:var(--category-color)}.category-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.category-icon{font-size:3rem;margin-bottom:1rem}.category-card h3{color:#2d5a27;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.category-card p{color:#666;margin-bottom:1rem}.category-arrow{position:absolute;top:1rem;right:1.5rem;font-size:1.2rem;color:var(--category-color);opacity:0;transition:opacity .3s ease}.category-card:hover .category-arrow{opacity:1}.states-showcase{margin-bottom:5rem}.states-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.state-card-modern{display:flex;justify-content:space-between;align-items:center;background:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease}.state-card-modern:hover{border-color:#4caf50;transform:translateX(5px);box-shadow:0 4px 20px rgba(76,175,80,.2)}.state-info h3{color:#2d5a27;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.state-info p{color:#666;margin:0}.state-arrow{font-size:1.5rem;color:#4caf50;transition:transform .3s ease}.state-card-modern:hover .state-arrow{transform:translateX(5px)}.excellence-section{margin-bottom:5rem}.excellence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.excellence-card{background:#fff;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.1);position:relative;overflow:hidden}.excellence-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,215,0,.1),rgba(255,165,0,.05));z-index:0}.excellence-card>*{position:relative;z-index:1}.award-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.award-icon{font-size:2rem}.award-text{background:linear-gradient(135deg,gold,orange);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.excellence-card h3{margin-bottom:.5rem;font-size:1.3rem}.excellence-card h3 a{color:#2d5a27;text-decoration:none}.excellence-card .location{color:#666;margin-bottom:1rem}.rating-display{display:flex;flex-direction:column;align-items:center;gap:.5rem}.rating-stars{font-size:1.2rem}.rating-text{color:#666;font-size:.9rem}.quick-actions{margin-bottom:5rem}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.action-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;padding:2.5rem;text-align:center;transition:transform .3s ease}.action-card:hover{transform:translateY(-5px)}.action-icon{font-size:3rem;margin-bottom:1rem}.action-card h3{color:#2d5a27;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.action-card p{color:#666;margin-bottom:1.5rem;line-height:1.5}.action-btn{display:inline-block;background:#4caf50;color:#fff;padding:.75rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;transition:background .3s ease}.action-btn:hover{background:#2d5a27}@media (max-width:768px){.homepage-hero{min-height:60vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.search-container{flex-direction:column;border-radius:20px;gap:1rem}.hero-search-btn,.hero-search-input{border-radius:15px}.hero-stats{flex-direction:column;gap:1rem}.stat-divider{width:40px;height:2px}.section-header h2{font-size:2rem}.action-cards,.categories-grid,.excellence-grid,.featured-grid,.states-grid{grid-template-columns:1fr}.action-card,.category-card,.excellence-card{padding:2rem}}.state-hero-modern{position:relative;background:linear-gradient(135deg,#1e3d1a 0,#2d5a27 50%,#4caf50 100%);color:#fff;padding:4rem 0;margin-bottom:4rem;overflow:hidden}.state-hero-modern .hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.state-hero-modern .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><pattern id="state-pattern" width="80" height="80" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="60" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="10" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="70" cy="30" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23state-pattern)"/></svg>')}.state-hero-modern .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,61,26,.3)}.state-hero-modern .hero-content{position:relative;z-index:2}.breadcrumb-hero{margin-bottom:2rem;font-size:1rem;opacity:.9}.breadcrumb-hero a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease}.breadcrumb-hero a:hover{color:#fff}.breadcrumb-separator{margin:0 1rem;opacity:.6}.state-hero-modern .hero-text{text-align:center}.state-hero-modern .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.state-hero-modern .hero-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.state-hero-modern .hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:800px;margin:0 auto}.stat-card{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2)}.stat-card .stat-number{display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.stat-card .stat-label{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.top-rated-section{margin-bottom:4rem}.top-rated-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.top-rated-card{position:relative;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid gold}.rank-badge{position:absolute;top:-10px;right:1rem;background:linear-gradient(135deg,gold,orange);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;box-shadow:0 4px 12px rgba(255,215,0,.3)}.top-rated-card h3{margin:0 0 1rem 0;font-size:1.3rem}.top-rated-card h3 a{color:#2d5a27;text-decoration:none}.rating-display{display:flex;flex-direction:column;gap:.5rem}.rating-display .stars{font-size:1.2rem}.rating-display .rating-text{color:#666;font-size:.9rem}.filter-section-inline{margin-bottom:2rem}.filter-container{background:#f8fff8;border:1px solid #e8f5e8;border-radius:12px;padding:1.5rem}.filter-intro{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.filter-label{color:#2d5a27;font-weight:600;font-size:1rem}.results-count{color:#666;font-size:.9rem}.filter-tags-inline{display:flex;gap:.75rem;flex-wrap:wrap}.filter-tag{background:#fff;color:#666;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-weight:500;font-size:.9rem;border:1px solid #e0e0e0;transition:all .3s ease}.filter-tag:hover{background:#e8f5e8;color:#2d5a27;border-color:#4caf50}.filter-tag.active{background:#4caf50;color:#fff;border-color:#2d5a27}.restaurants-showcase{margin-bottom:4rem}.restaurants-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.restaurant-card-state{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.restaurant-card-state:hover{transform:translateY(-5px);box-shadow:0 8px 32px rgba(0,0,0,.15)}.restaurant-card-state .card-image{position:relative;height:200px;overflow:hidden}.restaurant-card-state .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.restaurant-card-state:hover .card-image img{transform:scale(1.05)}.rating-overlay{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.95);color:#2d5a27;padding:.5rem 1rem;border-radius:20px;font-weight:600;backdrop-filter:blur(10px)}.restaurant-card-state .card-content{padding:1.5rem}.restaurant-card-state h3{margin:0 0 .5rem 0;font-size:1.3rem}.restaurant-card-state h3 a{color:#2d5a27;text-decoration:none}.restaurant-card-state .location{color:#666;margin-bottom:1rem;font-size:.95rem}.restaurant-card-state .card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem}.restaurant-card-state .reviews{color:#666}.restaurant-card-state .price{background:#e8f5e8;color:#2d5a27;padding:.25rem .75rem;border-radius:15px;font-weight:500}.restaurant-card-state .category-badge{background:linear-gradient(135deg,#4caf50,#2d5a27);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.pagination-state{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0}.pagination-state .page-numbers{display:flex;gap:.5rem}.pagination-state .page-btn{padding:.75rem 1rem;background:#fff;color:#2d5a27;text-decoration:none;border:2px solid #e0e0e0;border-radius:8px;font-weight:500;transition:all .3s ease}.pagination-state .page-btn:hover{background:#f0f8f0;border-color:#4caf50}.pagination-state .page-btn.current{background:#2d5a27;color:#fff;border-color:#2d5a27}.pagination-state .next-btn,.pagination-state .prev-btn{padding:.75rem 1.5rem;background:#4caf50;color:#fff;border-color:#4caf50}.pagination-state .next-btn:hover,.pagination-state .prev-btn:hover{background:#2d5a27;border-color:#2d5a27}@media (max-width:768px){.state-hero-modern{padding:3rem 0}.state-hero-modern .hero-title{font-size:2.5rem}.state-hero-modern .hero-subtitle{font-size:1.1rem}.state-hero-modern .hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.stat-card .stat-number{font-size:2rem}.filter-intro{flex-direction:column;align-items:flex-start;gap:.5rem}.filter-tags-inline{justify-content:center}.restaurants-grid-modern{grid-template-columns:1fr}.top-rated-grid{grid-template-columns:1fr}.pagination-state{flex-wrap:wrap;gap:.5rem}.pagination-state .page-numbers{order:2;width:100%;justify-content:center}}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-pattern-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23hero-dots)"/></svg>')}.hero-wrapper{position:relative;z-index:2;text-align:center;max-width:1000px;margin:0 auto}.hero-header{margin-bottom:3rem}.hero-h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.1}.hero-description{font-size:1.3rem;line-height:1.6;opacity:.95;margin:0 auto;max-width:700px}.hero-search-wrapper{margin-bottom:3rem}.search-form-hero{margin-bottom:1.5rem}.search-input-group{display:flex;background:#fff;border-radius:60px;padding:.75rem;box-shadow:0 12px 48px rgba(0,0,0,.2);max-width:none;width:100%}.search-input-main{flex:1;padding:1.25rem 2rem;border:none;background:0 0;font-size:1.1rem;color:#333;border-radius:50px}.search-input-main:focus{outline:0}.search-input-main::placeholder{color:#666}.search-btn-main{display:flex;align-items:center;gap:.5rem;padding:1.25rem 2.5rem;background:#2d5a27;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-btn-main:hover{background:#1e3d1a;transform:translateY(-1px)}.search-icon{font-size:1.2rem}.search-suggestions-quick{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.suggestions-label{font-size:.9rem;opacity:.8;font-weight:500}.quick-tag{background:rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;backdrop-filter:blur(10px)}.quick-tag:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:600px;margin:0 auto}.metric-card{text-align:center;padding:1.5rem;background:rgba(255,255,255,.15);border-radius:16px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.metric-number{display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.metric-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.hero-main{padding:3rem 0}.hero-h1{font-size:2.5rem}.hero-description{font-size:1.1rem}.search-input-group{flex-direction:column;gap:1rem;border-radius:20px}.search-btn-main,.search-input-main{border-radius:15px}.search-suggestions-quick{flex-direction:column;gap:.5rem}.hero-metrics{grid-template-columns:1fr;gap:1rem}.metric-card{padding:1rem}.metric-number{font-size:2rem}}.featured-section-alt{background:#fff;padding:5rem 0;margin-bottom:0}.categories-showcase-gradient{background:linear-gradient(135deg,#2d5a27 0,#4caf50 100%);padding:5rem 0;margin-bottom:0;color:#fff}.categories-showcase-gradient .section-header h2,.categories-showcase-gradient .section-header p{color:#fff}.category-card-glass{position:relative;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;text-align:center;text-decoration:none;color:#fff;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .3s ease;overflow:hidden}.category-card-glass::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:rgba(255,255,255,.5)}.category-card-glass:hover{transform:translateY(-5px);background:rgba(255,255,255,.25)}.category-card-glass .category-icon{font-size:3rem;margin-bottom:1rem}.category-card-glass h3{font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.category-card-glass p{margin-bottom:1rem;opacity:.9}.category-card-glass .category-arrow{position:absolute;top:1rem;right:1.5rem;font-size:1.2rem;color:rgba(255,255,255,.8);opacity:0;transition:opacity .3s ease}.category-card-glass:hover .category-arrow{opacity:1}.states-showcase-dark{background:#f8f9fa;padding:5rem 0;margin-bottom:0}.states-showcase-dark .section-header h2,.states-showcase-dark .section-header p{color:#2d5a27}.state-card-neon{display:flex;justify-content:space-between;align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;text-decoration:none;color:#2d5a27;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.state-card-neon:hover{border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 16px rgba(76,175,80,.2)}.state-card-neon .state-info h3{font-size:1.3rem;margin-bottom:.5rem;font-weight:600;color:#2d5a27}.state-card-neon .state-info p{margin:0;color:#666}.state-card-neon .state-arrow{font-size:1.5rem;color:#4caf50;transition:transform .3s ease}.state-card-neon:hover .state-arrow{transform:translateX(3px)}.excellence-section-premium{background:linear-gradient(135deg,#1e3d1a 0,#2d5a27 100%);padding:5rem 0;margin-bottom:0;color:#fff}.excellence-section-premium .section-header h2,.excellence-section-premium .section-header p{color:#fff}.excellence-card-luxury{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.2);transition:transform .3s ease;color:#fff}.excellence-card-luxury:hover{transform:translateY(-8px);background:rgba(255,255,255,.15)}.excellence-card-luxury h3 a{color:#fff}.excellence-card-luxury .location{color:rgba(255,255,255,.8)}.excellence-card-luxury .rating-text{color:rgba(255,255,255,.9)}.testimonials-section-modern{background:#fff;padding:5rem 0;margin-bottom:0}.testimonials-section-modern h2{text-align:center;margin-bottom:3rem;color:#2d5a27;font-size:2.5rem;font-weight:700}.testimonial-modern{background:#f8fff8;border:2px solid #e8f5e8;padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px rgba(45,90,39,.1);transition:transform .3s ease}.testimonial-modern:hover{transform:translateY(-5px);border-color:#4caf50}.testimonial-modern p{font-style:italic;margin-bottom:1.5rem;color:#555;font-size:1.1rem;line-height:1.6}.testimonial-modern .testimonial-author{font-weight:600;color:#2d5a27;font-size:1rem}@media (max-width:768px){.categories-showcase-gradient,.excellence-section-premium,.featured-section-alt,.states-showcase-dark,.testimonials-section-modern{padding:3rem 0}.categories-grid,.excellence-grid,.states-grid,.testimonials-grid{grid-template-columns:1fr}.category-card-glass,.excellence-card-luxury,.testimonial-modern{padding:2rem}}.page-hero{background:linear-gradient(135deg,#2d5a27 0,#4caf50 100%);color:#fff;padding:4rem 0;text-align:center;margin-bottom:3rem}.page-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.page-hero p{font-size:1.2rem;opacity:.9}.about-content{margin-bottom:4rem}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.main-content h2{color:#2d5a27;font-size:1.8rem;margin:2rem 0 1rem 0;font-weight:600}.main-content p{line-height:1.7;margin-bottom:1.5rem;color:#555}.values-list{list-style:none;padding:0}.values-list li{padding:1rem;margin-bottom:1rem;background:#f8fff8;border-left:4px solid #4caf50;border-radius:8px}.stats-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);border:2px solid #e8f5e8}.stats-card h3{color:#2d5a27;margin-bottom:1.5rem;font-size:1.3rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f0f0f0}.stat-item:last-child{border-bottom:none}.stat-item .number{font-size:2rem;font-weight:800;color:#4caf50}.stat-item .label{color:#666;font-weight:500}.contact-simple{display:flex;justify-content:center;align-items:center;min-height:50vh;margin-bottom:4rem}.contact-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:2px solid #e8f5e8;text-align:center;max-width:500px;width:100%}.contact-card h2{color:#2d5a27;font-size:2rem;margin-bottom:2rem;font-weight:600}.email-info{display:flex;flex-direction:column;align-items:center}.email-icon{font-size:4rem;margin-bottom:1rem}.email-info h3{color:#2d5a27;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.email-address{font-size:1.3rem;color:#4caf50;font-weight:600;margin-bottom:1rem;word-break:break-all}.email-note{color:#666;line-height:1.6;margin:0}.error-page{text-align:center;padding:4rem 0;min-height:60vh;display:flex;align-items:center;justify-content:center}.error-content{max-width:600px}.error-icon{font-size:5rem;margin-bottom:2rem}.error-page h1{color:#2d5a27;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.error-page p{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.suggestions{background:#f8fff8;padding:2rem;border-radius:16px;border:2px solid #e8f5e8}.suggestions h3{color:#2d5a27;margin-bottom:1rem;font-size:1.3rem}.suggestions ul{list-style:none;padding:0}.suggestions li{margin-bottom:.5rem}.suggestions a{color:#4caf50;text-decoration:none;font-weight:500}.suggestions a:hover{text-decoration:underline}@media (max-width:768px){.page-hero h1{font-size:2rem}.content-grid{grid-template-columns:1fr;gap:2rem}.contact-card{padding:2rem}.error-actions{flex-direction:column;align-items:center}.error-page h1{font-size:2rem}}.container-wide{max-width:1400px;margin:0 auto;padding:0 20px}.restaurant-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin-top:1rem}.restaurant-main{min-width:0}.restaurant-sidebar{position:sticky;top:2rem;height:fit-content}.sidebar-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e8f5e8}.sidebar-title{color:#2d5a27;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.nearby-list{display:flex;flex-direction:column;gap:1rem}.nearby-card{display:flex;gap:1rem;padding:1rem;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #f0f0f0}.nearby-card:hover{background:#f8fff8;border-color:#4caf50;transform:translateY(-2px)}.nearby-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.nearby-image img{width:100%;height:100%;object-fit:cover}.nearby-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.nearby-info{flex:1;min-width:0}.nearby-name{font-size:1rem;font-weight:600;color:#2d5a27;margin:0 0 .25rem 0;line-height:1.3}.nearby-location{font-size:.85rem;color:#666;margin:0 0 .25rem 0}.nearby-rating{font-size:.8rem;color:#4caf50;font-weight:500}.no-nearby{color:#666;font-style:italic;text-align:center;padding:2rem 0}@media (max-width:1024px){.restaurant-layout{grid-template-columns:1fr;gap:2rem}.restaurant-sidebar{position:static;order:1}.nearby-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width:768px){.container-wide{padding:0 15px}.nearby-list{grid-template-columns:1fr}.sidebar-section{padding:1.5rem}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:#4caf50;color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px rgba(76,175,80,.3)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#2d5a27;transform:translateY(-2px)}.social-share{display:flex;gap:1rem;margin:2rem 0;padding:1.5rem;background:#f8fff8;border-radius:12px;border:1px solid #e8f5e8}.social-share h4{color:#2d5a27;margin:0 1rem 0 0;font-size:1rem;align-self:center}.share-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.share-facebook{background:#1877f2;color:#fff}.share-twitter{background:#1da1f2;color:#fff}.share-whatsapp{background:#25d366;color:#fff}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.advanced-filters{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e8f5e8}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-weight:600;color:#2d5a27;font-size:.9rem}.filter-select{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.filter-select:focus{outline:0;border-color:#4caf50}.restaurant-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-left:1rem}.status-open{background:#d4edda;color:#155724}.status-closed{background:#f8d7da;color:#721c24}.status-unknown{background:#fff3cd;color:#856404}.recently-viewed{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e8f5e8}.recently-viewed h3{color:#2d5a27;margin-bottom:1rem;font-size:1.2rem}.recent-items{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.recent-item{flex-shrink:0;width:200px;padding:1rem;border:1px solid #f0f0f0;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease}.recent-item:hover{border-color:#4caf50;transform:translateY(-2px)}.recent-item h4{color:#2d5a27;font-size:.9rem;margin:0}img.lazy{opacity:0;transition:opacity .3s}img.lazy.loaded{opacity:1}@media (max-width:768px){.back-to-top{bottom:1rem;right:1rem;width:45px;height:45px}.social-share{flex-direction:column;gap:.5rem}.social-share h4{margin:0 0 .5rem 0}.filter-row{grid-template-columns:1fr}.recent-items{gap:.5rem}.recent-item{width:150px}}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:0 0;border:none;cursor:pointer;padding:0;position:relative;z-index:1001}.hamburger span{display:block;height:3px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.hamburger{display:flex!important;position:relative!important;z-index:1001!important}.nav-links{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#2d5a27;flex-direction:column;justify-content:center;align-items:center;z-index:1000;list-style:none;margin:0;padding:0}.nav-links.active{display:flex!important}.nav-links li{margin:2rem 0}.nav-links li a{color:#fff!important;text-decoration:none;font-size:1.5rem;font-weight:500;padding:1rem 2rem;display:block;transition:background-color .3s ease}.nav-links li a:hover{background-color:rgba(255,255,255,.1);border-radius:8px}}