.showcase-root{background:#f8f9fa;min-height:100vh;padding:2rem 0 4rem}.page-container.showcase-root{padding:0 1.5rem 4rem}.page-container.showcase-root .breadcrumbs{z-index:10!important;margin-bottom:2rem!important;position:relative!important}.showcase-root .section-title{text-align:center;letter-spacing:-1.5px;background:linear-gradient(135deg,#2586d0 0%,#007bff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.showcase-title{text-align:center;color:#181c22;letter-spacing:-1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.showcase-subtitle{text-align:center;color:#6c757d;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;font-weight:500}.showcase-not-found{text-align:center;background:#fff;border-radius:16px;max-width:600px;margin:2rem auto;padding:4rem 2rem;box-shadow:0 4px 20px #00000014}.showcase-not-found h2{color:#181c22;margin-bottom:1rem;font-size:2rem}.showcase-not-found p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem}.showcase-hero{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e9ecef;border-radius:20px;flex-direction:column;margin-bottom:3rem;padding:0;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000014}.showcase-hero-image{background:#f8f9fa;order:1;justify-content:center;align-items:center;width:100%;min-height:300px;padding:2rem;display:flex}.showcase-hero-content{flex-direction:column;order:2;gap:1.5rem;padding:2rem;display:flex}@media (min-width:768px){.showcase-hero{flex-direction:row;padding:3rem}.showcase-hero-image{flex:0 0 50%;order:2;min-height:auto;padding:0}.showcase-hero-content{flex:0 0 50%;order:1;padding:0 3rem 0 0}}.showcase-hero-content{flex-direction:column;gap:1.5rem;display:flex}.showcase-hero-badge{display:inline-block}.showcase-hero-type{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:25px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #9b59b64d}.showcase-hero-title{color:#181c22;letter-spacing:-1px;margin:0;font-size:3rem;font-weight:700;line-height:1.2}.showcase-hero-subtitle{color:#6c757d;margin:0;font-size:1.25rem;font-weight:500;line-height:1.6}.showcase-hero-image-container{aspect-ratio:16/9;background:#000;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:400px;height:300px;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000026}.showcase-hero-image-container img{object-fit:contain;width:auto;max-width:90%;height:auto;max-height:90%;transition:transform .3s}.showcase-hero-image-container img.full-cover{object-fit:cover;width:100%;height:100%}.showcase-hero-image-container:hover img{transform:scale(1.05)}.showcase-content{margin-top:2rem}.showcase-content-grid{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.showcase-main-content{flex-direction:column;gap:2.5rem;display:flex}.showcase-section{background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.showcase-section-title{color:#181c22;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.showcase-section-text{color:#6c757d;margin:0;font-size:1.1rem;line-height:1.7}.showcase-services{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.showcase-service-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex}.showcase-service-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.service-icon{color:#28a745;font-size:1.1rem;font-weight:700}.service-name{color:#181c22;font-weight:600}.showcase-sidebar{flex-direction:column;gap:2rem;display:flex}.showcase-info-card,.showcase-cta-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.info-card-title,.cta-card-title{color:#181c22;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.info-card-content{flex-direction:column;gap:1rem;display:flex}.info-item{border-bottom:1px solid #f1f3f4;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.info-item:last-child{border-bottom:none}.info-label{color:#6c757d;font-size:.95rem;font-weight:600}.info-value{text-align:right;color:#181c22;word-break:break-word;flex-direction:column;flex:1;align-items:flex-end;gap:.25rem;font-size:.95rem;font-weight:500;line-height:1.5;display:flex}.info-value>span{display:block}.cta-card-text{color:#6c757d;margin-bottom:1.5rem;line-height:1.6}.btn{cursor:pointer;border:2px solid #0000;border-radius:12px;outline:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#2586d0 0%,#1a6bb3 100%);box-shadow:0 4px 12px #2586d04d}.btn-primary:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #2586d066}.btn-outline{color:#2586d0;background:0 0;border-color:#2586d0}.btn-outline:hover{color:#fff;background:#2586d0;text-decoration:none}.btn-full{justify-content:center;width:100%}.btn-icon{align-items:center;margin-right:.25rem;font-size:1rem;display:flex}@media (max-width:1024px){.showcase-hero{grid-template-columns:1fr;gap:2rem;padding:2rem}.showcase-hero-title{font-size:2.5rem}.showcase-content-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.showcase-hero{margin-bottom:2rem;padding:1.5rem}.showcase-hero-title{font-size:2rem}.showcase-hero-subtitle{font-size:1.1rem}.showcase-hero-actions{flex-direction:column}.showcase-hero-image-container{height:250px}.showcase-section{padding:1.5rem}.showcase-services{grid-template-columns:1fr}.showcase-info-card,.showcase-cta-card{padding:1.5rem}}@media (max-width:480px){.showcase-hero{padding:1rem}.showcase-hero-title{font-size:1.8rem}.showcase-hero-image-container{height:200px}.showcase-section,.showcase-info-card,.showcase-cta-card{padding:1rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}}.showcase-detail-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;flex-direction:column;max-width:1000px;margin:2rem auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.showcase-detail-image{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative;overflow:hidden}.showcase-detail-image img{object-fit:contain;width:auto;max-width:90%;height:auto;max-height:90%;transition:transform .3s}.showcase-detail-image:hover img{transform:scale(1.05)}.showcase-detail-info{flex:1;padding:2rem}.showcase-detail-type{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%);border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.showcase-detail-name{color:#181c22;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.showcase-detail-desc{color:#6c757d;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.showcase-detail-details{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem}@media (max-width:900px){.showcase-detail-card{margin:1rem}.showcase-detail-image{height:300px}.showcase-detail-name{font-size:1.5rem}}.section-subtitle{text-align:center;color:#6c757d;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.section-subtitle-link{color:#2586d0;font-weight:600;text-decoration:none}.section-subtitle-link:hover{text-decoration:underline}.showcase-filter-indicator{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e9ecef;border-radius:12px;justify-content:center;align-items:center;gap:1rem;max-width:800px;margin:2rem auto;padding:1rem 1.5rem;display:flex}.showcase-filter-badge{color:#fff;background:linear-gradient(135deg,#2586d0 0%,#1a6bb3 100%);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px #2586d04d}.showcase-filter-clear{color:#2586d0;cursor:pointer;background:0 0;border:2px solid #2586d0;border-radius:9999px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.showcase-filter-clear:hover{color:#fff;background:#2586d0;transform:translateY(-2px);box-shadow:0 4px 12px #2586d04d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes fadeOut{0%{opacity:1;max-height:400px;margin-bottom:2rem;transform:scale(1)translateY(0)}to{opacity:0;max-height:0;margin-bottom:0;padding:0;overflow:hidden;transform:scale(.98)translateY(-10px)}}@keyframes highlightPulse{0%,to{transform:translateY(0)scale(1);box-shadow:0 4px 20px #00000014}50%{transform:translateY(-4px)scale(1.02);box-shadow:0 8px 40px #2586d066,0 0 0 4px #2586d033}}.showcase-card-match{opacity:1;animation:.6s cubic-bezier(.25,.46,.45,.94) forwards fadeInScale;transform:scale(1)}.showcase-card-hidden{pointer-events:none;animation:.5s cubic-bezier(.25,.46,.45,.94) forwards fadeOut}.showcase-grid,.showcase-grid:has(.showcase-card-hidden){transition:all .4s cubic-bezier(.4,0,.2,1)}.showcase-grid-single{grid-template-columns:repeat(auto-fit,minmax(350px,max-content));justify-content:center}.showcase-grid-single>*{max-width:400px}.showcase-hero-actions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.showcase-hero-actions .btn{cursor:pointer;border:2px solid #0000;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:.5rem;min-width:160px;max-width:220px;height:48px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #0000001a}.showcase-website-btn,.showcase-back-btn{white-space:nowrap!important;text-overflow:ellipsis!important;min-width:160px!important;max-width:220px!important;height:48px!important;padding:.875rem 1.75rem!important;font-size:.95rem!important;transition:all .3s!important;overflow:hidden!important}.showcase-back-btn{min-width:180px!important}.showcase-website-btn:hover,.showcase-back-btn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 16px #00000026!important}.showcase-sidebar .btn{justify-content:center;width:100%;height:48px;padding:.75rem 1.5rem;font-size:1rem}@media (max-width:1024px){.showcase-hero-actions{gap:.875rem}.showcase-hero-actions .btn{min-width:130px;max-width:180px;height:48px;padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width:768px){.showcase-hero-actions{flex-direction:column;gap:.75rem;width:100%}.showcase-hero-actions .btn{width:100%;height:48px;min-width:unset;max-width:unset;justify-content:center;padding:0 1.5rem;font-size:1rem}.showcase-hero-actions .btn-icon{font-size:1.1rem}.showcase-cta-card .btn{justify-content:center;width:100%;height:48px;padding:0 1.5rem;font-size:1rem}}@media (max-width:480px){.showcase-hero-actions{gap:.5rem;margin-top:1rem}.showcase-hero-actions .btn{border-radius:8px;height:44px;padding:0 1.25rem;font-size:.95rem}.showcase-hero-actions .btn-icon{font-size:1rem}.showcase-cta-card .btn{border-radius:8px;height:44px;padding:0 1.25rem;font-size:.95rem}}.showcase-hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2586d066}.showcase-hero-actions .btn:active{transform:translateY(0);box-shadow:0 4px 12px #2586d04d}.showcase-featured-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.showcase-featured-card{color:inherit;background:#fff;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.showcase-featured-card:hover{border-color:#2586d0;transform:translateY(-4px);box-shadow:0 8px 24px #2586d026}.showcase-featured-image-wrap{aspect-ratio:16/9;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.showcase-featured-image{object-fit:cover;width:100%;height:100%}.showcase-featured-type{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#2586d0e6;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.showcase-featured-type.company-badge{background:linear-gradient(135deg,#9b59b6 60%,#8e44ad 100%)}.showcase-featured-type.creator-badge{background:linear-gradient(135deg,#10b981 60%,#059669 100%)}.showcase-featured-info{flex-direction:column;flex:1;padding:1.25rem;display:flex}.showcase-featured-name{color:#181c22;margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.showcase-featured-desc{color:#6c757d;flex:1;margin:0;font-size:.9rem;line-height:1.5}.showcase-featured-cta{text-align:center;margin-top:1.5rem}.showcase-featured-cta .btn{align-items:center;gap:.5rem;display:inline-flex}@media (max-width:768px){.showcase-featured-grid{grid-template-columns:1fr;gap:1rem}}.showcase-events-section{border-top:1px solid #e9ecef;margin-top:4rem;padding-top:3rem}.showcase-events-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.showcase-event-card{color:inherit;background:#fff;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.showcase-event-card:hover{border-color:#2586d0;transform:translateY(-4px);box-shadow:0 8px 24px #2586d026}.showcase-event-image-wrap{aspect-ratio:16/9;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.showcase-event-image{object-fit:cover;width:100%;height:100%}.showcase-event-category{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#2586d0e6;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.showcase-event-info{flex-direction:column;flex:1;padding:1.25rem;display:flex}.showcase-event-title{color:#181c22;margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.showcase-event-desc{color:#6c757d;flex:1;margin:0;font-size:.9rem;line-height:1.5}.showcase-events-cta{text-align:center;margin-top:1.5rem}.showcase-events-cta .btn{align-items:center;gap:.5rem;display:inline-flex}@media (max-width:768px){.showcase-events-grid{grid-template-columns:1fr;gap:1rem}}
