:root{--image-bg-gradient-start:#0065bd;--image-bg-gradient-end:#0091da;--image-overlay-start:#0065bd1a;--image-overlay-end:#0091da1a;--image-overlay-featured:#0065bd26;--image-overlay-featured-end:#0091da26;--image-overlay-detail:#0065bd1f;--image-overlay-detail-end:#0091da1f}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:linear-gradient(135deg,#0065bd,#0091da);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none;transition:transform .3s}.nav-logo:hover{transform:scale(1.05)}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-item{position:relative}.nav-link{border-radius:5px;color:#fff;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.nav-link:hover{background-color:#fff3}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-menu{-webkit-overflow-scrolling:touch;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scrollbar-color:#ffffff80 #0000;scrollbar-width:thin;width:100%}.nav-menu::-webkit-scrollbar{height:4px}.nav-menu::-webkit-scrollbar-track{background:#0000}.nav-menu::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:2px}.nav-logo{font-size:1.5rem}.nav-link{font-size:1rem;white-space:nowrap}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;margin-top:auto;padding:3rem 2rem 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px}.footer-logo{height:80px;margin-bottom:1rem;object-fit:contain;width:auto}.footer-logo-section{align-items:flex-start;display:flex;flex-direction:column}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#bdc3c7;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-links a{color:#bdc3c7;text-decoration:none;transition:color .3s}.social-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #456;padding-top:2rem;text-align:center}.footer-bottom p{color:#bdc3c7;font-size:.9rem}@media (max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-logo-section{align-items:center}.footer-logo{height:60px}.social-links{align-items:center}}.whatsapp-button{align-items:center;background:#25d366;border-radius:50px;bottom:30px;box-shadow:0 4px 12px #25d36666;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:10px;padding:15px 20px;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;z-index:999}.whatsapp-button:hover{background:#20ba5a;box-shadow:0 6px 20px #25d36699;transform:translateY(-3px)}.whatsapp-button:active{transform:translateY(-1px)}.whatsapp-icon{flex-shrink:0;height:28px;width:28px}.whatsapp-text{white-space:nowrap}@keyframes slideInRight{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.whatsapp-button{animation:slideInRight .5s ease-out .5s both;animation:slideInRight .5s ease-out .5s both,pulse 2s ease-in-out 2s infinite}@media (max-width:768px){.whatsapp-button{bottom:20px;font-size:.9rem;padding:12px 16px;right:20px}.whatsapp-icon{height:24px;width:24px}.whatsapp-text{display:none}.whatsapp-button{border-radius:50%;height:56px;justify-content:center;padding:0;width:56px}}@media (max-width:480px){.whatsapp-button{bottom:15px;height:50px;right:15px;width:50px}.whatsapp-icon{height:22px;width:22px}}.artist-card-link{color:inherit;cursor:pointer;display:block;text-decoration:none}.artist-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s}.artist-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.artist-image-container{background:linear-gradient(135deg,var(--image-bg-gradient-start) 0,var(--image-bg-gradient-end) 100%);height:350px;overflow:hidden;position:relative;width:100%}.artist-image{height:100%;object-fit:cover;object-position:center 30%;opacity:1;transition:transform .3s,opacity .3s;width:100%}.artist-image-container:after{background:linear-gradient(135deg,var(--image-overlay-start) 0,var(--image-overlay-end) 100%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.artist-card:hover .artist-image{transform:scale(1.1)}.featured-badge{background:linear-gradient(135deg,gold,#ffed4e);color:#333;left:10px}.availability-badge,.featured-badge{border-radius:20px;box-shadow:0 2px 8px #0003;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;top:10px;z-index:2}.availability-badge{right:10px}.availability-badge[data-status=available]{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff}.availability-badge[data-status=limited]{background:linear-gradient(135deg,#ff9800,#ffa726);color:#fff}.artist-info{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.artist-name{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.artist-tribute{color:#0065bd;font-size:1rem;font-weight:600;margin-bottom:.8rem}.artist-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;line-height:1.5;margin-bottom:.8rem;overflow:hidden}.artist-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.artist-genre,.artist-location{color:#666;font-size:.9rem}.artist-price{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.artist-bookings{color:#999;font-size:.9rem;margin-top:auto}.video-indicator{align-items:center;background:#000000b3;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s;width:60px;z-index:2}.play-icon{height:28px;margin-left:4px;width:28px}.artist-card:hover .video-indicator{background:#0065bde6;transform:translate(-50%,-50%) scale(1.1)}.artist-rating{align-items:center;display:flex;gap:.3rem;margin-bottom:.8rem}.star{font-size:.9rem;opacity:.3}.star.filled{opacity:1}.rating-text{color:#666;font-size:.85rem;margin-left:.3rem}.genre-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.genre-tag{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:15px;color:#0065bd;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.artist-price-display{border-top:1px solid #eee;color:#0065bd;font-size:1.2rem;font-weight:700;margin-top:auto;padding-top:1rem}.price-label{color:#999;font-size:.85rem;font-weight:400}@media (max-width:768px){.artist-image-container{height:220px}.artist-name{font-size:1.2rem}.artist-price{font-size:1.1rem}.video-indicator{height:50px;width:50px}.play-icon{height:24px;width:24px}.artist-price-display{font-size:1rem}}.artist-card-skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden}.skeleton-image-container{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);height:350px;overflow:hidden;position:relative;width:100%}.skeleton-image{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;height:100%;width:100%}.skeleton-info{display:flex;flex:1 1;flex-direction:column;gap:.8rem;padding:1.5rem}.skeleton-title{height:1.4rem;margin-bottom:.2rem;width:70%}.skeleton-subtitle{height:1rem;width:50%}.skeleton-description{height:.9rem;width:100%}.skeleton-description.short{width:80%}.skeleton-rating{align-items:center;display:flex;gap:.3rem;margin-bottom:.2rem}.skeleton-stars{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:4px;height:.9rem;width:100px}.skeleton-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.skeleton-tag{border-radius:15px;height:24px;width:60px}@media (max-width:768px){.skeleton-image-container{height:220px}.skeleton-title{height:1.2rem}}.testimonials-section{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:4rem 2rem}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-container h2{color:#333;font-size:2.5rem;margin-bottom:1rem;text-align:center}.testimonials-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{box-shadow:0 8px 15px #00000026;transform:translateY(-5px)}.testimonial-rating{display:flex;gap:.2rem}.star{font-size:1.2rem}.testimonial-text{flex-grow:1;font-size:1rem;line-height:1.6}.testimonial-author{border-top:2px solid #0065bd;margin-top:auto;padding-top:1rem}.author-name{color:#333;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.author-event{color:#0065bd;font-size:.9rem;margin-bottom:.2rem}.author-date{color:#888;font-size:.85rem}.testimonial-cta{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center}.testimonial-cta p{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}@media (max-width:768px){.testimonials-container h2{font-size:2rem}.testimonials-subtitle{font-size:1rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.testimonial-cta p{font-size:1.1rem}}.stats-section{background:linear-gradient(135deg,#0065bd,#0091da);overflow:hidden;padding:4rem 2rem;position:relative}.stats-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.4;position:absolute;right:0;top:0}.stats-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;position:relative;z-index:1}.stat-item{animation:fadeInScale .6s ease-out backwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;color:#fff;padding:2rem 1rem;text-align:center;transition:transform .3s,background .3s}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-item:hover{background:#ffffff26;transform:translateY(-10px)}.stat-icon{animation:bounce 2s ease-in-out infinite;font-size:3rem;margin-bottom:1rem}.stat-item:first-child .stat-icon{animation-delay:0s}.stat-item:nth-child(2) .stat-icon{animation-delay:.2s}.stat-item:nth-child(3) .stat-icon{animation-delay:.4s}.stat-item:nth-child(4) .stat-icon{animation-delay:.6s}.stat-number{font-size:3.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #0003}.stat-label{font-size:1.1rem;letter-spacing:1px;opacity:.95}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.stats-container{gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.stat-label{font-size:.9rem}.stat-icon{font-size:2.5rem}}@media (max-width:480px){.stats-container{gap:1.5rem;grid-template-columns:1fr}}.home-page{min-height:100vh}.hero{align-items:center;color:#fff;display:flex;justify-content:center;min-height:600px;overflow:hidden;padding:8rem 2rem;position:relative;text-align:center}.hero-background{z-index:0}.hero-background,.hero-background:before{bottom:0;left:0;position:absolute;right:0;top:0}.hero-background:before{background:linear-gradient(180deg,#0065bdbf,#0065bde6 30%,#0091dad9);content:"";z-index:2}.hero-slide{animation:kenBurns 20s ease-in-out infinite;background-position:center 30%;background-size:cover;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1;z-index:1}@keyframes kenBurns{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.hero-content{animation:fadeInUp 1s ease-out;margin:0 auto;max-width:800px;position:relative;z-index:3}.hero-title{animation:fadeInUp 1s ease-out .2s both;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 4px 8px #0000004d}.hero-subtitle{animation:fadeInUp 1s ease-out .4s both;font-size:1.6rem;margin-bottom:2.5rem;opacity:.98;text-shadow:1px 2px 4px #0000004d}.hero-buttons{animation:fadeInUp 1s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cms-test-section{background:linear-gradient(135deg,#0065bd,#0091da);padding:4rem 2rem}.cms-test-section h2{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-animate.visible{opacity:1;transform:translateY(0)}.featured-artist-skeleton{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:4rem 2rem}.featured-artist-skeleton-container{grid-gap:3rem;animation:skeleton-pulse 1.5s ease-in-out infinite;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000026;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;overflow:hidden}.skeleton-featured-image{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;height:500px}.skeleton-featured-content{display:flex;flex-direction:column;gap:1rem;padding:3rem}.skeleton-line{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:4px;height:1rem}.skeleton-featured-title{height:2.5rem;margin-bottom:.5rem;width:70%}.skeleton-featured-subtitle{height:1.3rem;width:50%}.skeleton-featured-description{height:1.1rem;width:100%}.skeleton-featured-description.short{width:80%}@media (max-width:968px){.featured-artist-skeleton-container{grid-template-columns:1fr}.skeleton-featured-image{min-height:400px}.skeleton-featured-content{padding:2rem}}.popular-artists{background-color:#f9f9f9;padding:4rem 2rem}.popular-artists-container{margin:0 auto;max-width:1200px}.popular-artists h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.artists-grid{margin-bottom:3rem}.artists-grid>*{animation:fadeInUp .6s ease-out backwards}.artists-grid>:first-child{animation-delay:.1s}.artists-grid>:nth-child(2){animation-delay:.2s}.artists-grid>:nth-child(3){animation-delay:.3s}.artists-grid>:nth-child(4){animation-delay:.4s}.artists-grid>:nth-child(5){animation-delay:.5s}.artists-grid>:nth-child(6){animation-delay:.6s}.view-all-container{text-align:center}.why-choose-us{margin:0 auto;max-width:1200px;padding:4rem 2rem}.why-choose-us h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.features-grid>*{animation:fadeInScale .6s ease-out backwards}.features-grid>:first-child{animation-delay:.1s}.features-grid>:nth-child(2){animation-delay:.2s}.features-grid>:nth-child(3){animation-delay:.3s}.features-grid>:nth-child(4){animation-delay:.4s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.feature{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s}.feature:hover{transform:translateY(-5px)}.feature h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.feature p{color:#666;font-size:1rem;line-height:1.6}@media (max-width:768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}.hero{min-height:500px;padding:5rem 1.5rem}.artists-grid,.features-grid{grid-template-columns:1fr}.popular-artists h2,.why-choose-us h2{font-size:2rem}}.map-section{background-color:#f9f9f9;padding:5rem 0}.map-container{margin:0 auto;max-width:1200px;padding:0 2rem}.map-content{grid-gap:3rem;align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;overflow:hidden}.map-info{padding:3rem}.map-info h2{color:#333;font-size:2.5rem;margin-bottom:1rem}.map-description{color:#666;font-size:1.2rem;margin-bottom:2rem}.contact-details{gap:1.5rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{flex-shrink:0;font-size:1.5rem}.contact-item strong{color:#0065bd;display:block;font-size:1.1rem;margin-bottom:.3rem}.contact-item p{color:#666;margin:0}.contact-item a{color:#666;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#0065bd}.map-embed{height:500px;position:relative}.map-embed iframe{height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:968px){.map-content{grid-template-columns:1fr}.map-info{padding:2rem}.map-embed{height:400px}}@media (max-width:768px){.map-section{padding:3rem 0}.map-info h2{font-size:2rem}.map-description{font-size:1rem}.map-embed{height:350px}}.search-input::placeholder{color:#999}@media (max-width:768px){.search-bar-container{padding:0 1rem}.search-input{font-size:1rem;padding:.8rem 1.2rem}}.filter-bar{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:2rem auto;padding:1.5rem}.filter-bar.sidebar-filter-bar{margin:0;padding:1.25rem}.filter-header-sidebar{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.filter-title{color:#333;font-size:1.5rem;font-weight:700;margin:0}.filter-master-toggle{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.filter-toggle-btn{align-items:center;background:linear-gradient(135deg,#0065bd,#0091da);border:none;border-radius:8px;box-shadow:0 2px 8px #0065bd4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:.75rem 1.5rem;transition:all .3s}.filter-toggle-btn:hover{box-shadow:0 4px 12px #0065bd66;transform:translateY(-2px)}.filter-toggle-btn.active{background:linear-gradient(135deg,#0091da,#0065bd)}.filter-icon{font-size:1.2rem}.filter-badge{background:#f44;border-radius:12px;color:#fff;font-size:.85rem;font-weight:700;min-width:20px;padding:.2rem .6rem;text-align:center}.clear-all-filters-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1rem;transition:all .3s;width:100%}.clear-all-filters-btn:hover{background:#fff5f5;border-color:#f44;color:#f44}.active-filters-display{background:#f8f9ff;border:1px solid #e0e8ff;border-radius:8px;margin-bottom:1.25rem;padding:1rem}.active-filters-label{color:#666;display:block;font-size:.9rem;font-weight:600;margin-bottom:.75rem}.active-filters-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.active-filter-chip{align-items:center;background:#fff;border:1px solid #0065bd;border-radius:20px;color:#0065bd;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem .75rem}.active-filter-chip button{align-items:center;background:none;border:none;color:#0065bd;cursor:pointer;display:flex;font-size:1.3rem;height:20px;justify-content:center;padding:0;transition:color .3s;width:20px}.active-filter-chip button:hover{color:#f44}.filter-sections{display:flex;flex-direction:column;gap:1.5rem}.filter-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;overflow:hidden}.filter-section-header{align-items:center;background:#f8f9ff;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:.875rem 1rem;transition:background .3s;width:100%}.filter-section-header:hover{background:#e8ecff}.filter-section-header.expanded{background:#e0e8ff}.filter-section-header h3{color:#333;font-size:1rem;font-weight:600;margin:0}.filter-section-header .arrow{color:#0065bd;font-size:1rem;font-weight:700}.filter-search-box{padding:.75rem 1rem .5rem}.filter-search-input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s;width:100%}.filter-search-input:focus{border-color:#0065bd;box-shadow:0 0 0 3px #0065bd1a;outline:none}.filter-options-container{padding:.75rem 0}.filter-options-container.scrollable{max-height:400px;overflow-y:auto;padding-right:.5rem}.filter-options-container.scrollable::-webkit-scrollbar{width:8px}.filter-options-container.scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.filter-options-container.scrollable::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.filter-options-container.scrollable::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.filter-buttons-list{display:flex;flex-direction:column;gap:.5rem}.filter-buttons-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:1rem 1.5rem 1.5rem}.filter-btn{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:all .3s;width:100%}.filter-btn:hover{background:#f8f9ff;border-color:#0065bd;box-shadow:0 4px 8px #0065bd26;transform:translateY(-2px)}.filter-btn.selected{background:linear-gradient(135deg,#0065bd,#0091da);border-color:#0065bd;box-shadow:0 4px 12px #0065bd4d;color:#fff}.show-more-btn{background:#f8f9ff;border:2px solid #e0e8ff;border-radius:8px;color:#0065bd;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:.75rem;padding:.6rem 1rem;transition:all .3s;width:100%}.show-more-btn:hover{background:#e0e8ff;border-color:#0065bd;transform:translateY(-1px)}@media (max-width:768px){.filter-bar{padding:1rem}.filter-master-toggle{align-items:stretch;flex-direction:column}.filter-toggle-btn{justify-content:center}.clear-all-filters-btn{width:100%}.filter-buttons-grid{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));padding:1rem}.filter-btn{font-size:.85rem;padding:.6rem .75rem}.active-filters-display{padding:.75rem}.active-filter-chip{font-size:.85rem;padding:.4rem .6rem}.filter-search-box{padding:.75rem 1rem .5rem}}@media (max-width:480px){.filter-buttons-grid{grid-template-columns:1fr 1fr}.filter-btn{font-size:.8rem;padding:.5rem}}.parent-category-filter{border-bottom:2px solid #f0f0f0;margin-bottom:2rem;padding-bottom:2rem}.parent-category-filter h3{color:#333;font-size:1.3rem;margin:0 0 1rem}.parent-category-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.parent-category-btn{background:#fff;border:2px solid #e0e0e0;border-radius:25px;color:#555;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s;white-space:nowrap}.parent-category-btn:hover{background:#f8f9ff;border-color:#0065bd;box-shadow:0 4px 12px #0065bd33;transform:translateY(-2px)}.parent-category-btn.selected{background:linear-gradient(135deg,#0065bd,#0091da);border-color:#0065bd;box-shadow:0 4px 12px #0065bd66;color:#fff}.filter-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.filter-header-toggle{background:none;border:none;border-radius:8px;cursor:pointer;padding:.75rem;text-align:left;transition:all .3s;width:100%}.filter-header-toggle:hover{background:#f8f9ff}.filter-header h3{align-items:center;color:#333;display:flex;font-size:1.3rem;gap:.75rem;margin:0}.filter-header h3 .arrow{color:#0065bd;font-size:.9rem;transition:transform .3s}.clear-all-btn{background:linear-gradient(135deg,#0065bd,#0091da);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s}.clear-all-btn:hover{box-shadow:0 4px 12px #0065bd66;transform:translateY(-2px)}.selected-tags{background:#f8f9ff;border-radius:8px;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:1rem}.selected-tag{align-items:center;animation:slideIn .3s ease;background:linear-gradient(135deg,#0065bd,#0091da);border-radius:20px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}@keyframes slideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.remove-tag-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:20px;justify-content:center;line-height:1;transition:all .2s;width:20px}.remove-tag-btn:hover{background:#fff6;transform:scale(1.1)}.filter-categories{display:flex;flex-direction:column;gap:.5rem}.filter-category{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s}.filter-category:hover{border-color:#0065bd}.category-header{align-items:center;background:#f8f9fa;border:none;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem 1.25rem;transition:all .3s;width:100%}.category-header:hover{background:#e9ecef}.category-header.expanded{background:linear-gradient(135deg,#0065bd,#0091da);color:#fff}.arrow{font-size:.8rem;transition:transform .3s}.tag-filters-content{padding:1rem 1.5rem}.tag-list{animation:expandDown .3s ease;background:#fff;display:flex;flex-direction:column;gap:.5rem;padding:0}@keyframes expandDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.tag-button{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem .75rem;transition:all .3s}.tag-button:hover{background:#f8f9ff;border-color:#0065bd;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.tag-button.selected{background:linear-gradient(135deg,#0065bd,#0091da);border-color:#0065bd;color:#fff;font-weight:600}.tag-checkbox{font-size:1.1rem;line-height:1}.tag-name{text-transform:capitalize;white-space:nowrap}@media (max-width:768px){.filter-bar{margin:1rem;padding:1rem}.filter-header h3,.parent-category-filter h3{font-size:1.1rem}.filter-header-toggle{padding:.5rem}.parent-category-btn{font-size:.9rem;padding:.6rem 1.2rem}.clear-all-btn{font-size:.8rem;padding:.4rem .8rem}.tag-list{gap:.4rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.selected-tags,.tag-list{padding:.75rem}.selected-tag{font-size:.85rem;padding:.4rem .6rem}.tag-button{font-size:.85rem;padding:.5rem .6rem}}@media (max-width:480px){.tag-list{grid-template-columns:1fr 1fr}.filter-header{align-items:flex-start;flex-direction:column;gap:.75rem}.clear-all-btn{width:100%}}.filter-checkbox{font-size:1.1rem;line-height:1;margin-right:.5rem}.artists-page{background-color:#f9f9f9;min-height:100vh}.artists-hero{background:linear-gradient(135deg,#0065bd,#0091da);color:#fff;padding:4rem 2rem;text-align:center}.artists-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.artists-hero p{font-size:1.3rem;opacity:.95}.artists-container{margin:0 auto;max-width:1400px;padding:2rem}.artists-container>.search-bar-container{display:flex;justify-content:center;margin:0 auto 2rem;max-width:600px;width:100%}.artists-layout{align-items:flex-start;display:flex;gap:2rem}.filters-sidebar{flex-shrink:0;max-height:calc(100vh - 4rem);overflow-y:auto;position:-webkit-sticky;position:sticky;top:2rem;width:320px}.artists-main-content{flex:1 1;min-width:0}.genre-filter{margin:2rem 0;text-align:center}.genre-filter label{color:#333;display:block;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.genre-buttons{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.genre-button{background:#fff;border:2px solid #0065bd;border-radius:25px;color:#0065bd;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s}.genre-button:hover{background:#0065bd;color:#fff;transform:translateY(-2px)}.genre-button.active{background:linear-gradient(135deg,#0065bd,#0091da);border-color:#0000;color:#fff}.results-info{color:#666;font-size:1.1rem;margin:2rem 0;text-align:center}.artists-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.no-results p{margin-bottom:1.5rem}.clear-filters-btn{background:linear-gradient(135deg,#0065bd,#0091da);border:none;border-radius:25px;box-shadow:0 4px 15px #0065bd4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s}.clear-filters-btn:hover{box-shadow:0 6px 20px #0065bd66;transform:translateY(-2px)}@media (max-width:968px){.artists-layout{flex-direction:column}.filters-sidebar{max-height:none;position:relative;top:0;width:100%}}@media (max-width:768px){.artists-hero h1{font-size:2rem}.artists-hero p{font-size:1.1rem}.artists-grid{grid-template-columns:1fr}.genre-buttons{justify-content:center}.genre-button{font-size:.9rem;padding:.6rem 1.2rem}.artists-container{padding:1rem}.artists-layout{gap:1rem}}.artist-detail-skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite;min-height:100vh}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.skeleton-hero{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);height:60vh;min-height:400px;overflow:hidden;position:relative}.skeleton-hero-image{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;height:100%;width:100%}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-hero-content{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;left:0;padding:2rem;position:absolute;right:0}.skeleton-breadcrumb{background:linear-gradient(90deg,#ffffff4d,#fff3 50%,#ffffff4d);background-size:200% 100%;height:1rem;width:200px}.skeleton-breadcrumb,.skeleton-hero-title{animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:1rem}.skeleton-hero-title{background:linear-gradient(90deg,#ffffffe6,#ffffffb3 50%,#ffffffe6);background-size:200% 100%;height:2.5rem;width:60%}.skeleton-hero-subtitle{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#fffc,#fff9 50%,#fffc);background-size:200% 100%;border-radius:4px;height:1.5rem;width:40%}.skeleton-content{margin:0 auto;max-width:1200px;padding:3rem 2rem}.skeleton-section{margin-bottom:3rem}.skeleton-section-title{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:4px;height:1.8rem;margin-bottom:1.5rem;width:200px}.skeleton-text-lines{display:flex;flex-direction:column;gap:.8rem}.skeleton-text-line{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:4px;height:1rem;width:100%}.skeleton-text-line.short{width:70%}.skeleton-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.skeleton-feature{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:8px;height:80px}.skeleton-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skeleton-tag{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e3f2fd,#bbdefb 50%,#e3f2fd);background-size:200% 100%;border-radius:20px;height:32px;width:80px}@media (max-width:768px){.skeleton-hero{height:50vh;min-height:300px}.skeleton-hero-title{height:2rem}.skeleton-hero-subtitle{height:1.2rem}.skeleton-content{padding:2rem 1rem}}.artist-detail-page{background-color:#f9f9f9;min-height:100vh}.artist-detail-hero{background:linear-gradient(135deg,#0065bd,#0091da);color:#fff;overflow:hidden;padding:1.5rem 0 3rem;position:relative}.hero-overlay{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;left:0;opacity:.4;position:absolute;right:0;top:0}.hero-content-wrapper{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.breadcrumb{font-size:.95rem;margin-bottom:1.5rem;opacity:.9}.breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s}.breadcrumb a:hover{opacity:.8}.breadcrumb span{opacity:.7}.hero-main{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}.hero-text{animation:fadeInUp .8s ease-out}.featured-badge-hero{animation:pulse 2s ease-in-out infinite;background:#ffd700e6;border-radius:20px;color:#333;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1.2rem}.detail-artist-name{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;text-shadow:2px 4px 8px #0003}.detail-tribute{font-size:1.8rem;font-weight:500;margin-bottom:1rem;opacity:.95}.detail-rating{align-items:center;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem}.detail-rating .star{font-size:1.3rem;opacity:.4}.detail-rating .star.filled{opacity:1}.rating-number{font-weight:600}.booking-count{opacity:.9}.hero-quick-info{display:flex;flex-wrap:wrap;font-size:1.1rem;gap:1.5rem;margin-bottom:1rem}.quick-info-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:25px;display:flex;gap:.5rem;padding:.6rem 1.2rem}.quick-info-item.availability-available{background:#4caf504d}.quick-info-item.availability-limited{background:#ff98004d}.price-banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff80;border-radius:12px;box-shadow:0 4px 15px #0003;display:inline-block;margin-bottom:1.5rem;padding:1rem 1.5rem}.price-label{color:#333;font-size:1.1rem;font-weight:600;margin-right:.8rem}.price-amount{color:#0065bd;font-size:2rem;font-weight:700}.hero-highlights{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;margin:1rem 0;padding:.8rem 1.2rem}.highlights-list{list-style:none;margin:0;padding:0}.highlights-list li{color:#fff;font-size:.95rem;line-height:1.4;opacity:.95;padding:.3rem 0}.hero-stats{display:flex;flex-wrap:wrap;gap:.8rem;margin:1rem 0}.stat-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:12px;flex:1 1;min-width:90px;padding:.8rem 1.2rem;text-align:center;transition:all .3s}.stat-box:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px)}.stat-number{color:#fff;font-size:1.6rem;font-weight:700;line-height:1;margin-bottom:.2rem}.stat-label{color:#ffffffe6;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.hero-action-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-large{font-size:1.2rem;font-weight:700;padding:1.2rem 2.5rem}.hero-image-container{align-items:center;animation:fadeIn 1s ease-out .3s both;display:flex;justify-content:center;max-height:500px;overflow:hidden;position:relative}.hero-artist-image{border-radius:20px;box-shadow:0 20px 60px #0006;height:100%;max-height:550px;object-fit:cover;object-position:center 20%;transition:transform .3s;width:100%}.hero-artist-image:hover{transform:scale(1.02)}.section-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#333;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#0065bd,#0091da);border-radius:2px;content:"";display:block;height:4px;margin:1rem auto 0;width:80px}.video-section{background:#fff;padding:4rem 0}.video-wrapper{border-radius:16px;box-shadow:0 10px 40px #00000026;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.youtube-video{border-radius:16px;height:100%;left:0;position:absolute;top:0;width:100%}.about-section{background:#f9f9f9;padding:4rem 0}.about-text{color:#555;font-size:1.2rem;line-height:1.9;margin:0 auto 3rem;max-width:900px;text-align:center}.tags-section{margin-top:3rem}.tags-section h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.tags-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:800px}.detail-tag{background:linear-gradient(135deg,#0065bd,#0091da);border-radius:25px;box-shadow:0 4px 10px #0065bd4d;color:#fff;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;text-transform:capitalize;transition:transform .3s}.detail-tag:hover{transform:translateY(-3px)}.why-book-section{background:#fff;padding:4rem 0}.features-grid-detail{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.feature-card{background:#f9f9f9;border-radius:16px;box-shadow:0 4px 10px #0000000d;padding:2rem;text-align:center;transition:all .3s}.feature-card:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px)}.feature-icon{font-size:3.5rem;margin-bottom:1rem}.feature-card h3{color:#333;font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:#666;font-size:1rem;line-height:1.6}.testimonials-detail-section{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:4rem 0}.testimonials-detail-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-detail-card{background:#fff;border-radius:16px;box-shadow:0 6px 20px #0000001a;padding:2.5rem;transition:transform .3s}.testimonial-detail-card:hover{transform:translateY(-5px)}.testimonial-stars{font-size:1.5rem;margin-bottom:1rem}.testimonial-text{color:#444;font-size:1.1rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{color:#0065bd;font-weight:600}.cta-section{background:linear-gradient(135deg,#0065bd,#0091da);color:#fff;padding:5rem 0;text-align:center}.cta-container h2{font-size:2.8rem;margin-bottom:1rem}.cta-container p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn-cta-primary{background:#fff;color:#0065bd}.btn-cta-primary:hover{background:#f0f0f0;transform:translateY(-3px)}.btn-cta-secondary{background:#0000;border:3px solid #fff;color:#fff}.btn-cta-secondary:hover{background:#fff;color:#0065bd;transform:translateY(-3px)}.related-artists-section{background:#fff;padding:4rem 0}.related-artists-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-artist-card{background:#fff;border-radius:16px;box-shadow:0 6px 20px #0000001a;color:inherit;overflow:hidden;text-decoration:none;transition:all .3s}.related-artist-card:hover{box-shadow:0 15px 40px #0003;transform:translateY(-10px)}.related-image-wrapper{background:linear-gradient(135deg,#0065bd,#0091da);height:300px;overflow:hidden;position:relative}.related-image-wrapper img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.related-artist-card:hover .related-image-wrapper img{transform:scale(1.1)}.related-artist-info{padding:1.5rem}.related-artist-info h4{color:#333;font-size:1.4rem;margin-bottom:.5rem}.related-artist-info p{color:#0065bd;font-weight:600;margin-bottom:.8rem}.related-rating{display:flex;gap:.2rem}.related-rating .star{font-size:1rem;opacity:.3}.related-rating .star.filled{opacity:1}.loading-spinner{color:#666}.artist-not-found,.loading-spinner{align-items:center;display:flex;justify-content:center;min-height:60vh}.artist-not-found{flex-direction:column;padding:2rem;text-align:center}.artist-not-found h2{color:#333;font-size:2.5rem;margin-bottom:1rem}.artist-not-found p{color:#666;font-size:1.2rem;margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:1024px){.hero-main{gap:3rem;grid-template-columns:1fr}.hero-image-container{order:-1}.detail-artist-name{font-size:2.8rem}.detail-tribute{font-size:1.5rem}}@media (max-width:768px){.detail-artist-name{font-size:2.2rem}.detail-tribute{font-size:1.3rem}.section-title{font-size:2rem}.hero-action-buttons{flex-direction:column}.hero-action-buttons .btn{width:100%}.hero-stats{justify-content:space-between}.stat-box{min-width:calc(33.333% - .75rem)}.hero-tagline p,.highlights-list li{font-size:.95rem}.cta-container h2{font-size:2rem}.cta-container p{font-size:1.1rem}.cta-buttons{align-items:stretch;flex-direction:column}.cta-buttons .btn{width:100%}.features-grid-detail,.related-artists-grid{grid-template-columns:1fr}}@media (max-width:480px){.artist-detail-hero{padding:1rem 0 3rem}.hero-content-wrapper{padding:0 1rem}.detail-artist-name{font-size:1.8rem}.price-banner{padding:1rem 1.5rem}.price-amount{font-size:1.5rem}.btn-large{font-size:1rem;padding:1rem 1.5rem}.hero-stats{flex-direction:column}.stat-box{min-width:100%}.stat-number{font-size:1.5rem}.highlights-title{font-size:1rem}}.dinner-speakers-page{background-color:#f9f9f9;min-height:100vh}.dinner-speakers-hero{background:linear-gradient(135deg,#0065bd,#0091da);color:#fff;padding:4rem 2rem;text-align:center}.dinner-speakers-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.dinner-speakers-hero p{font-size:1.3rem;opacity:.95}.dinner-speakers-container{margin:0 auto;max-width:1200px;padding:2rem}.search-bar-container{margin:2rem auto;max-width:600px;width:100%}.search-input{border:2px solid #e0e0e0;border-radius:50px;box-shadow:0 2px 10px #0000001a;font-size:1.1rem;outline:none;padding:1rem 1.5rem;transition:all .3s;width:100%}.search-input:focus{border-color:#0065bd;box-shadow:0 4px 20px #0065bd4d}.coming-soon{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:2rem auto;max-width:800px}.coming-soon,.loading-spinner{padding:6rem 2rem;text-align:center}.loading-spinner{color:#0065bd;font-size:1.5rem}.coming-soon h2{color:#333;font-size:2.5rem;margin-bottom:1.5rem}.coming-soon p{color:#666;font-size:1.2rem;line-height:1.8;margin-bottom:1rem}.coming-soon a{color:#0065bd;font-weight:600;text-decoration:none;transition:color .3s}.coming-soon a:hover{color:#0091da;text-decoration:underline}.speakers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.no-results{padding:4rem 2rem;text-align:center}.no-results h3{color:#333;font-size:2rem;margin-bottom:1rem}.no-results p{color:#666;font-size:1.2rem}@media (max-width:768px){.dinner-speakers-hero h1{font-size:2rem}.dinner-speakers-hero p{font-size:1.1rem}.coming-soon h2{font-size:2rem}.coming-soon p{font-size:1rem}.speakers-grid{grid-template-columns:1fr}}.contact-page{background-color:#f9f9f9;min-height:100vh}.contact-hero{background:linear-gradient(135deg,#0065bd,#0091da);color:#fff;padding:4rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.3rem;opacity:.95}.contact-content{padding:4rem 2rem}.contact-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1200px}.contact-info{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;height:-webkit-fit-content;height:fit-content;padding:3rem}.contact-info h2{color:#333;font-size:2rem;margin-bottom:1rem}.contact-intro{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-detail{align-items:flex-start;display:flex;gap:1rem}.contact-icon{font-size:2rem}.contact-detail h3{color:#333;font-size:1.1rem;margin-bottom:.3rem}.contact-detail p{color:#666;font-size:1rem}.social-section h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.social-icons{display:flex;flex-direction:column;gap:.8rem}.social-icon{color:#0065bd;font-weight:600;text-decoration:none;transition:color .3s}.social-icon:hover{color:#0091da}.contact-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem}.contact-form-container h2{color:#333;font-size:2rem;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0065bd;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn-submit{font-size:1.1rem;margin-top:1rem;padding:1rem;width:100%}@media (max-width:968px){.contact-container{gap:2rem;grid-template-columns:1fr}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1.1rem}.contact-form-container,.contact-info{padding:2rem}.contact-form-container h2,.contact-info h2{font-size:1.6rem}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.main-content>.home-page{margin-top:0}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s}.btn-primary{background-color:#4a9eff;color:#fff}.btn-primary:hover{background-color:#3a8eef;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.btn-secondary:hover{background-color:#fff;color:#0065bd;transform:translateY(-2px)}@media (max-width:768px){.btn{max-width:300px;width:100%}}
/*# sourceMappingURL=main.30de23a5.css.map*/