.cosmic-gallery-section{height:100vh;width:100%;position:relative;overflow:hidden;padding:0}.cosmic-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:0;pointer-events:none}.cosmic-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:3.5rem;font-weight:500;color:white;letter-spacing:-.02em;text-align:center;line-height:1.1;margin:0}.cosmic-description{color:#9CA3AF;font-size:1.125rem;max-width:500px;text-align:center;line-height:1.6;margin-bottom:2rem;font-family:Inter,system-ui,sans-serif;font-weight:400;padding:0 20px}@media (min-width:768px){.cosmic-title{font-size:4.5rem}}.cosmic-buttons{margin-top:1rem;display:flex;gap:1rem}.cosmic-btn-fill{padding:.75rem 2rem;border-radius:9999px;background-color:white;color:black;font-weight:600;font-size:1rem;transition:transform .2s ease;pointer-events:auto;cursor:pointer;border:none;font-family:Inter,sans-serif}.cosmic-btn-fill:hover{transform:scale(1.05)}.cosmic-btn-outline{padding:.75rem 2rem;border-radius:9999px;border:1px solid white;color:white;font-weight:600;font-size:1rem;transition:background-color .2s ease;pointer-events:auto;cursor:pointer;background:transparent;font-family:Inter,sans-serif}.cosmic-btn-outline:hover{background-color:rgba(255,255,255,.1)}.cosmic-gallery-section.mobile-view{height:auto;min-height:100vh;padding-bottom:50px;overflow-y:visible}.cosmic-gallery-section.mobile-view .cosmic-content{position:relative;padding:60px 20px 30px;height:auto}.mobile-gallery-grid{display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 20px}.mobile-gallery-item{width:100%;max-width:400px;border-radius:12px;overflow:hidden;position:relative;min-height:220px;box-shadow:0 4px 20px rgba(0,255,156,.15);border:1px solid rgba(255,255,255,.1);background:#0b1110}.mobile-gallery-skeleton{position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.06) 8%,rgba(255,255,255,.18) 18%,rgba(255,255,255,.06) 33%);background-size:220% 100%;animation:mobile-gallery-shimmer 1.2s linear infinite}.mobile-gallery-item img{width:100%;height:auto;display:block;opacity:0;transition:opacity .28s ease}.mobile-gallery-item img.is-loaded{opacity:1}@keyframes mobile-gallery-shimmer{to{background-position-x:-220%}}.cosmic-videos-section{position:relative;padding:6rem 2rem;overflow:hidden;background-color:transparent;z-index:10}.cosmic-videos-wrapper{max-width:1400px;margin:0 auto}.videos-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;height:600px}.video-card{position:relative;border-radius:20px;overflow:hidden;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.2);transition:all .4s cubic-bezier(.4,0,.2,1)}.video-card video{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.video-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(120,119,198,.2);border-color:rgba(167,139,250,.3)}.video-card:hover video{transform:scale(1.03)}.main-video{height:100%}.side-videos{display:flex;flex-direction:column;gap:2rem;height:100%}.side-video-item{flex:1 1}.video-overlay{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);opacity:0;transition:opacity .3s ease}.video-card:hover .video-overlay{opacity:1}.video-caption{color:white;font-size:1.2rem;font-weight:500}@media (max-width:1024px){.videos-grid{height:auto;grid-template-columns:1fr;gap:2rem}.main-video{height:500px}.side-videos{flex-direction:row;height:auto;gap:1.5rem}.side-video-item{height:250px}}@media (max-width:768px){.cosmic-video-title{font-size:2rem;margin-bottom:2rem}.main-video{height:400px}.side-videos{flex-direction:column}.side-video-item{height:250px}}