html,body{margin:0;padding:0;width:100%;overflow-x:hidden;position:relative;box-sizing:border-box;max-width:100%;overscroll-behavior-x:none;touch-action:pan-y}:root{--primary-color: #f5f7fa;--text-color: #1a1f36;--accent-color: rgba(255, 51, 102, .85);--surface-color: #ffffff;color-scheme:light;-webkit-color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}@supports (color-gamut: p3){:root{--accent-color: color(display-p3 0 .616 1)}}body{margin:0;padding:0;background:linear-gradient(135deg,#f5f7fa,#e4e9f2);color:var(--text-color);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-user-modify:read-only;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;max-width:100vw;width:100%;overflow-wrap:break-word;word-wrap:break-word}img{-webkit-user-select:none;user-select:none;-webkit-user-modify:read-only;max-width:100%}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text;-webkit-user-modify:read-write}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;position:relative;margin:0;box-sizing:border-box;overflow-x:hidden!important;max-width:100vw}main{flex:1;width:100%;display:flex;flex-direction:column;position:relative;z-index:1;margin:0 auto;overflow-x:hidden!important;max-width:100%}.hero-container{width:100%;display:flex;align-items:center;position:relative;background-color:var(--primary-color);padding-top:100px;min-height:calc(100vh - 100px);box-sizing:border-box;overflow:hidden}.hero-container:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(0,157,255,.05) 0%,transparent 70%);-webkit-background:radial-gradient(circle,rgba(0,157,255,.05) 0%,transparent 70%);border-radius:50%;z-index:1;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:opacity}.hero-container:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,157,255,.03) 0%,transparent 70%);-webkit-background:radial-gradient(circle,rgba(0,157,255,.03) 0%,transparent 70%);border-radius:50%;z-index:1;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:opacity}.hero-content{width:100%;max-width:1500px;margin:0 auto;padding:2rem 4rem;display:flex;position:relative;z-index:2;box-sizing:border-box;justify-content:space-between;align-items:center;gap:4.5rem}.hero-text{flex:1;max-width:600px;width:100%;animation:fadeIn 1s ease-out;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding-right:1rem;margin:1rem 0}.hero-header{text-align:left}.hero-text h1{font-size:clamp(2.5rem,5vw,4.5rem);margin:0 0 1rem;line-height:1.2;padding:.1em 0;background:linear-gradient(135deg,#0052cc 0%,var(--accent-color) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.02em;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:block}.animated-tagline{font-size:2rem;background:linear-gradient(135deg,#2d3436,#636e72);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;margin:0;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;letter-spacing:-.02em}.hero-description{padding:1.5rem;position:relative;background:#f4f5f7;border-radius:16px;box-shadow:0 1px 2px #0000000f,inset 0 0 0 1px #00000008;font-family:Inter,system-ui,-apple-system,sans-serif;margin-left:-.5rem;max-width:90%}.countdown-timer{text-align:center;margin-top:1rem;font-size:.85rem;color:#00000080;font-family:system-ui,-apple-system,sans-serif}.countdown-timer.launched{color:var(--accent-color)}.hero-description p{font-size:1.25rem;line-height:1.6;margin:0;color:#1a1f36;font-weight:500;letter-spacing:-.01em;font-family:Inter,system-ui,-apple-system,sans-serif}.hero-description .verification-badge{position:absolute;top:1rem;right:1rem;margin-left:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.hero-cta-section{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;position:relative;margin:0;padding:0;width:100%}.cta-label{font-size:2.2rem;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-weight:800;color:#000;margin:0;position:relative;z-index:2;letter-spacing:-.03em;text-transform:none;transform:translateZ(0);-webkit-font-smoothing:antialiased}.cta-label:before{content:"→";position:absolute;left:-3rem;top:50%;transform:translateY(-50%);font-size:2rem;color:var(--accent-color);opacity:.9;animation:bounceArrow 2s ease-in-out infinite}@keyframes bounceArrow{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(10px)}}.cta-button{padding:1.25rem 2.5rem;border:none!important;border-radius:50px;background:var(--accent-color)!important;color:#fff!important;font-size:1rem!important;font-weight:800!important;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f363;white-space:nowrap;outline:none;position:relative;text-align:center;display:flex;align-items:center;justify-content:center;min-height:50px;text-transform:none!important;letter-spacing:normal!important;width:auto;margin:0}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff336640;background:var(--accent-color)!important;color:#fff!important}.cta-button:active{transform:translateY(0);box-shadow:0 2px 8px #f363;background:var(--accent-color)!important;color:#fff!important}.hero-cta-section .cta-button,.what-we-do-section .features-cta .cta-button,.features-cta .cta-button{padding:1.25rem 2.5rem!important;font-size:1rem!important;font-weight:800!important;min-height:50px!important;text-transform:none!important;letter-spacing:normal!important}@media (max-width: 768px){.cta-button,.hero-cta-section .cta-button,.what-we-do-section .features-cta .cta-button,.features-cta .cta-button{padding:1.25rem 2rem!important;font-size:1rem!important;width:auto;max-width:320px;min-height:50px!important}}@media (max-width: 480px){.cta-button,.hero-cta-section .cta-button,.what-we-do-section .features-cta .cta-button,.features-cta .cta-button{padding:1.25rem 1.75rem!important;font-size:1rem!important;width:auto;max-width:280px;min-height:50px!important}}.hero-text .punchy-line{font-size:1.4rem;font-weight:800;color:#000;margin:2rem 0;line-height:1.4}.launch-info{margin:1.5rem 0;text-align:left}.input-row .cta-button{min-width:250px;padding:1rem 3rem}.email-input{width:300px;padding:1rem 1.5rem;border:2px solid rgba(52,69,113,.15);border-radius:12px;background:#ffffffe6;color:var(--text-color);font-size:1rem;transition:all .2s ease;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);will-change:border-color,background-color,box-shadow}.email-signup input:focus{outline:none;border-color:var(--accent-color);background:#0000000d;box-shadow:0 0 0 4px #009dff1a}.email-signup input::placeholder{color:#00000080}.cta-button:focus{outline:none}.cta-button:focus-visible{outline:none}.cta-button:hover{transform:translateY(-2px);color:var(--primary-color);border-color:var(--accent-color);background:var(--accent-color)}.cta-button:active{transform:translateY(1px);border-color:var(--accent-color)}.hero-visual{flex:1;max-width:600px;position:relative;display:flex;align-items:center;justify-content:center}.luxury-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1.5rem;height:500px;position:relative}.showcase-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;transition:all .4s ease}.image-verification{position:absolute;top:12px;right:12px;z-index:3;margin:0!important;background:#009dfff2}.showcase-item:hover{transform:scale(1.02)}.showcase-image{width:100%;height:100%;object-fit:cover;transition:all .4s ease;filter:grayscale(.2) contrast(1.1);border-radius:12px;opacity:1}.showcase-item:hover .showcase-image{transform:scale(1.05);filter:grayscale(.1) contrast(1.15);opacity:.8}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:1.5rem;border-radius:0 0 12px 12px;pointer-events:none}.overlay-text{color:var(--primary-color);font-size:1rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;opacity:.9}.early-access-info{margin:1.5rem 0;text-align:left}.launch-notice{font-size:1.1rem;font-weight:600;color:var(--accent-color);background:#ff33661a;padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(255,51,102,.2);display:inline-block;margin:0}.main-showcase,.secondary-showcase,.showcase-image-small,.hero-image-container,.hero-main-image,.floating-elements,.verification-float,.payment-float,.opportunity-float,.verify-icon,.payment-icon,.opportunity-icon{display:none}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.problem-solution-visual,.before-after,.before-section,.solution-section,.problem-list,.solution-list,.problem-item,.solution-item,.problem-icon,.solution-icon{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientFlow{0%{background-position:100% 50%;opacity:.8}50%{background-position:0% 50%;opacity:1}to{background-position:100% 50%;opacity:.8}}@keyframes gentleGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.hero-text h1{font-size:3rem}.hero-text h2{font-size:1.8rem}.hero-text p{font-size:1.1rem}.hero-visual{max-width:800px}.main-image{max-width:600px}.sub-image{max-width:280px}}@media (max-width: 992px){.hero-content{padding:2rem;gap:2rem}.hero-text{max-width:50%}.hero-visual{max-width:700px}.main-image{max-width:550px}.sub-image{max-width:250px}}@media (max-width: 768px){.hero-container{padding-top:70px;min-height:unset;height:auto;align-items:flex-start}.hero-content{flex-direction:column-reverse;text-align:center;padding:1rem;gap:2rem}.hero-text{max-width:100%;padding:0;margin:0;text-align:center;align-items:center}.hero-text h1{text-align:center;width:100%;padding:0;box-sizing:border-box;font-size:clamp(2rem,7vw,2.5rem);line-height:1.2;margin-bottom:1.5rem}.animated-tagline{white-space:nowrap;font-size:1.8rem}.hero-text h2,.hero-text p,.hero-header{text-align:center;width:100%;padding:0 .5rem;box-sizing:border-box}.hero-description{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;margin:0 1rem;width:auto;box-sizing:border-box}.hero-cta-section{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 1rem}.hero-description p{max-width:90%;margin:0 auto}.hero-visual{flex:none;position:static;max-width:100%;width:100%;margin:0;padding:0;display:block}.luxury-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;height:auto;gap:.5rem;margin:0;padding:0}.showcase-item{height:160px;margin:0;padding:0}.hero-description{margin-top:1rem}.email-signup{padding:0;margin:1rem 0}.input-row{margin:.5rem 0;padding:0}.cta-button{margin:0 auto;display:block;width:80%;text-align:center}.hero-cta-section{display:flex;flex-direction:column;align-items:center;width:100%}.verification-badge{width:24px;height:24px;margin-left:8px}.verification-check{width:14px;height:14px}}@media (max-width: 480px){.hero-container{padding-top:60px}.hero-text{padding:1rem}.showcase-item{height:140px}.luxury-gallery{gap:.35rem}.email-signup{margin-bottom:1rem}.cta-button{width:90%}.hero-description{padding:1.25rem;margin:0 .75rem}.hero-description p{max-width:100%}.hero-text h1{font-size:1.8rem}.animated-tagline{font-size:1.5rem}.verification-badge{width:20px;height:20px;margin-left:6px}.verification-check{width:12px;height:12px}}.what-we-do-section{padding:4rem 2rem;background-color:var(--primary-color);position:relative;overflow-x:hidden;width:100%}.what-we-do-section:before{content:"";position:absolute;top:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ff33660d,#f360 70%);border-radius:50%;z-index:1;pointer-events:none}.what-we-do-section .container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.what-we-do-section .features-content{display:flex;align-items:center;gap:6rem;flex-direction:row-reverse}.what-we-do-section .features-text{flex:1}.what-we-do-section .features-text h2{font-size:3rem;margin-bottom:1.5rem;color:var(--text-color);white-space:normal;overflow-wrap:break-word;word-wrap:break-word;max-width:100%;box-sizing:border-box}.what-we-do-section .features-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;opacity:.9}.what-we-do-section .feature-list{display:flex;flex-direction:column;gap:2rem}.what-we-do-section .feature-item{display:flex;flex-direction:column;gap:.5rem}.what-we-do-section .feature-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.what-we-do-section .feature-number{font-size:1rem;font-weight:600;color:var(--accent-color);opacity:.8}.what-we-do-section .feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff33661a;transition:all .3s ease;color:var(--accent-color)}.what-we-do-section .feature-icon svg{width:20px;height:20px;transition:all .3s ease}.what-we-do-section .feature-item:hover .feature-icon{background:#f363;transform:scale(1.1)}.what-we-do-section .feature-item:hover .feature-icon svg{transform:scale(1.1)}.what-we-do-section .feature-item h3{font-size:1.5rem;color:var(--text-color);margin:0}.what-we-do-section .feature-item p{font-size:1rem;line-height:1.6;opacity:.8;margin:0;padding-left:3.5rem}.what-we-do-section .features-mockup{flex:1;display:flex;justify-content:center;align-items:center}.what-we-do-section .vertical-mockup{width:100%;max-width:350px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}.what-we-do-section .vertical-mockup:hover{transform:none}.what-we-do-section .features-cta{margin-top:3rem;display:flex;justify-content:flex-start;align-items:center;width:100%}.what-we-do-section .features-cta .cta-button{padding:1.5rem 3rem;border:2px solid var(--accent-color);border-radius:50px;background:var(--accent-color);color:#fff;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .3s ease;white-space:nowrap;outline:none;position:relative;text-transform:uppercase;letter-spacing:1px;width:auto;margin:0;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:auto}.what-we-do-section .features-cta .cta-button:hover{transform:translateY(-2px);color:var(--primary-color);border-color:var(--accent-color);background:var(--accent-color)}.what-we-do-section .features-cta .cta-button:active{transform:translateY(1px);border-color:var(--accent-color)}@media (max-width: 768px){.what-we-do-section .features-cta{margin-top:2rem}.what-we-do-section .features-cta .cta-button{width:auto;min-width:200px;max-width:300px;padding:1rem 2rem}}@media (max-width: 1200px){.what-we-do-section .features-content{gap:4rem}.what-we-do-section .features-text h2{font-size:2.5rem}.what-we-do-section .vertical-mockup{max-width:300px}}@media (max-width: 992px){.what-we-do-section{padding:3rem 1.5rem}.what-we-do-section .features-content{flex-direction:column-reverse;text-align:center;gap:2rem}.what-we-do-section .features-text{max-width:100%;margin:0 auto}.what-we-do-section .feature-header{justify-content:center}.what-we-do-section .feature-item p{padding-left:0}.what-we-do-section .features-cta{justify-content:center;text-align:center}.what-we-do-section .vertical-mockup{max-width:400px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}}@media (max-width: 768px){.what-we-do-section .vertical-mockup{max-width:350px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.15))}}@media (max-width: 480px){.what-we-do-section{padding:1.5rem 1rem}.what-we-do-section .features-content{gap:1rem}.what-we-do-section .features-text h2{font-size:1.6rem}.what-we-do-section .features-subtitle{font-size:.95rem;margin-bottom:1.25rem;max-width:95%}.what-we-do-section .feature-list{gap:.75rem}.what-we-do-section .feature-item h3{font-size:1.1rem}.what-we-do-section .feature-item p{font-size:.85rem;padding-left:0;max-width:90%}.what-we-do-section .vertical-mockup{max-width:300px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.1))}}.what-we-do-section .features-text .highlight{color:var(--text-color);font-weight:600}.what-we-do-section .animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.what-we-do-section .animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.what-we-do-section .feature-item.animate-on-scroll:nth-child(1){transition-delay:.2s}.what-we-do-section .feature-item.animate-on-scroll:nth-child(2){transition-delay:.4s}.what-we-do-section .feature-item.animate-on-scroll:nth-child(3){transition-delay:.6s}.what-we-do-section .features-mockup.animate-on-scroll{transition-delay:.2s}@media (max-width: 768px){.signup-message{padding:1rem;font-size:.9rem}.email-signup{flex-direction:column;gap:1rem}}@media (max-width: 480px){.signup-message{padding:.8rem;font-size:.85rem}.email-signup{width:100%;padding:0;margin:0}html,body,.app,main{overflow-x:hidden!important;max-width:100vw;width:100%;position:relative;margin:0;padding:0;box-sizing:border-box}*{max-width:100vw;overflow-x:hidden;box-sizing:border-box;margin:0;padding:0}}.hero-text h2,.features-text h2{font-size:clamp(1.8rem,4vw,2.5rem)}.bw-hero-test{width:100%;height:100vh;position:relative;background:#000;overflow:hidden}.bw-hero-content{width:100%;height:100%;display:flex;align-items:center;position:relative;z-index:2}.bw-hero-image{position:absolute;top:0;right:0;width:60%;height:100%;background-size:cover;background-position:center;opacity:1}.bw-hero-image:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg,#000,#000000b3,#0000 60%);z-index:1}.bw-hero-text{width:50%;padding-left:4rem;position:relative;z-index:2;color:#fff}.bw-hero-text h1{font-size:clamp(3.5rem,5vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;font-weight:700}.bw-hero-text p{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.5;margin-bottom:1rem;opacity:.9;max-width:90%;text-align:left}.bw-cta-button{background:#fff;color:#000;border:none;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease}.bw-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffffff1a}.bw-animated-tagline{font-size:2rem;font-weight:800;margin:1rem 0 2rem;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;letter-spacing:-.02em;color:#ffffffe6}.bw-launch-date{font-size:1rem;color:#fff9;margin-top:1rem;font-family:Space Grotesk,system-ui,-apple-system,sans-serif}@media (max-width: 768px){.bw-hero-image{width:100%;opacity:.3}.bw-hero-text{width:100%;padding:0 2rem;text-align:center}.bw-hero-text p{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.bw-hero-image:before{background:linear-gradient(0deg,#000,#00000080)}.bw-animated-tagline{font-size:1.5rem;text-align:center}.bw-launch-date{text-align:center}}@media (max-width: 480px){.bw-hero-text{padding:0 1.5rem}.bw-hero-text h1{font-size:clamp(2.5rem,5vw,3rem)}.bw-cta-button{padding:1rem 2.5rem;font-size:1.1rem;width:100%;max-width:300px}}.hero-cta-section .cta-button{padding:1.5rem 3rem;border:none!important;border-radius:50px;background:var(--accent-color)!important;color:#fff!important;font-size:1rem;font-weight:700!important;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f363;white-space:nowrap;outline:none;position:relative;text-align:center;display:flex;align-items:center;justify-content:center;min-height:60px}.hero-cta-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff336640;background:var(--accent-color)!important;color:#fff!important}.hero-cta-section .cta-button:active{transform:translateY(0);box-shadow:0 2px 8px #f363;background:var(--accent-color)!important;color:#fff!important}@media (max-width: 768px){.features-cta{display:flex;justify-content:center;margin-left:auto;margin-right:auto;width:100%}.features-cta .cta-button{white-space:normal;word-wrap:break-word;text-align:center;padding:1.5rem 2.5rem;font-size:1rem;width:100%;max-width:320px}}@media (max-width: 480px){.features-cta .cta-button{padding:1.25rem 2rem;font-size:.95rem;width:100%;max-width:280px;min-height:55px}}@media (max-width: 768px){.what-we-do-section .container,.what-we-do-section .features-content,.what-we-do-section .features-text,.what-we-do-section .features-text h2,.what-we-do-section .features-subtitle,.what-we-do-section .feature-list,.what-we-do-section .feature-item,.what-we-do-section .feature-header,.what-we-do-section .feature-number,.what-we-do-section .feature-icon,.what-we-do-section .feature-item h3,.what-we-do-section .feature-item p,.what-we-do-section .features-cta{text-align:center!important;margin-left:auto!important;margin-right:auto!important;align-items:center!important;justify-content:center!important;padding-left:0!important;padding-right:0!important}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 0;transition:all .3s ease}.header-content{width:100%;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:8px;cursor:pointer;padding-left:4rem;z-index:1001;-webkit-tap-highlight-color:transparent;text-decoration:none}.logo-runway{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:32px;letter-spacing:1px;color:#fff}.logo-spot{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:32px;letter-spacing:1px;color:#fff}.nav-buttons{display:flex;gap:2rem;padding-right:4rem;align-items:center}.nav-button{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.5rem 1rem;opacity:.8;transition:all .3s ease;text-decoration:none;position:relative}.nav-button:focus{outline:none}.nav-button:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#ffffffe6;transition:width .3s ease}.nav-button:hover:after,.nav-button.active:after{width:100%}.nav-button:hover,.nav-button.active{opacity:1;color:#fff}@media (max-width: 768px){.header{padding:.8rem 0;overflow:visible}.header-content{position:relative;overflow:visible}.logo{padding-left:1.5rem}.logo-runway,.logo-spot{font-size:24px}.nav-buttons{visibility:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000f2;flex-direction:column;justify-content:center;align-items:center;padding:0;transform:translateY(-100%);transition:transform .3s ease,visibility 0s linear .3s;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:visible}.nav-buttons.open{visibility:visible!important;transform:translateY(0)!important;transition:transform .3s ease,visibility 0s linear!important;z-index:1000;display:flex!important}.nav-button{font-size:1.5rem;padding:1rem;width:auto;text-align:center;margin:2rem 0 .5rem;opacity:1;color:#fff!important}.nav-button:hover{opacity:.8}}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:2rem;height:1.5rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;margin-right:1.5rem;position:relative;outline:none;-webkit-tap-highlight-color:transparent}.hamburger:focus{outline:none}.hamburger span{width:2rem;height:.25rem;background:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:center}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:translate(-20px)}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex;position:relative;z-index:1002;margin-top:.5rem}.nav-buttons{padding-top:1.25rem}}.language-switcher{position:relative;display:inline-block}.language-button{display:flex;align-items:center;gap:8px;padding:8px 12px;background:none;border:none;cursor:pointer;color:#fff;font-size:1rem;opacity:.8;transition:all .3s ease}.language-button:hover{opacity:1}.language-flag{font-size:16px}.language-code{font-weight:500}.dropdown-arrow{font-size:10px;opacity:.7}.language-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background-color:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 4px 12px #0000004d;min-width:160px;z-index:1000;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.language-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;border:none;background:none;cursor:pointer;color:#fff;font-size:1rem;text-align:left;opacity:.8;transition:all .2s ease}.language-option:hover{opacity:1;background-color:#ffffff1a}.language-option.active{opacity:1;background-color:#ffffff1f;color:#fff}.language-name{flex-grow:1}@media (max-width: 768px){.language-switcher{width:100%;text-align:center;margin:1.5rem 0 1rem}.language-button{padding:1rem;font-size:1.2rem;opacity:1;color:#fff;justify-content:center;width:auto;margin:0 auto}.language-dropdown{position:static;margin-top:1rem;width:100%;background:none;border:none;box-shadow:none;display:flex;flex-direction:column;align-items:center}.language-option{justify-content:center;font-size:1.2rem;padding:.75rem;width:auto;margin:.25rem 0;border-radius:8px}}.footer{background:#000;color:#fff;padding:4rem 2rem 2rem;position:relative;z-index:2}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#fff}.footer-section a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-section a:hover{color:#fff}.footer-logo{font-size:1.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.logo-runway,.logo-spot{color:#fff}.footer-section p{color:#ffffffb3;font-size:.9rem;line-height:1.6;margin:0}.app-store-badges{display:flex;gap:1rem;margin:1rem 0}.badge-link{display:block;transition:opacity .2s ease}.badge-link:hover{opacity:.8}.store-badge{height:40px;width:auto}.company-name{font-size:.8rem!important;color:#ffffff80!important;margin-top:2rem!important}.address{font-size:.8rem!important;color:#ffffff80!important;line-height:1.6}.social-links{display:flex;gap:1rem;margin-top:.5rem}.footer-bottom{max-width:1200px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffff80;font-size:.8rem;margin:0}.system-status-link{color:#ffffff80;text-decoration:none;font-size:.8rem;transition:color .2s ease}.system-status-link:hover{color:#fff}@media (max-width: 992px){.footer-content{grid-template-columns:1fr 1fr;gap:3rem}.footer-section:first-child{grid-column:1 / -1}}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.system-status-link{margin-top:.5rem}}@media (max-width: 480px){.footer{padding:2rem 0 1rem}.footer-content{padding:0 1.5rem;gap:1.5rem}.footer-section{gap:.8rem}.footer-logo .logo-runway,.footer-logo .logo-spot{font-size:20px}.app-store-badges{gap:.75rem;margin:1rem 0;flex-wrap:wrap;justify-content:center}.store-badge,.apple-badge,.google-badge{height:35px}.footer-bottom{padding:1.2rem 1.5rem 0}}.not-found-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--background-color);color:var(--text-color);padding:2rem}.not-found-content{text-align:center;max-width:600px;padding:3rem;border-radius:16px;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003}.not-found-content h1{font-size:6rem;margin:0;background:linear-gradient(135deg,var(--accent-color),#ff8a9e);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.not-found-content h2{font-size:2rem;margin:1rem 0;color:var(--text-color)}.not-found-content p{font-size:1.1rem;margin-bottom:2rem;color:#ffffffb3}.not-found-content .cta-button{display:inline-block;padding:1rem 2rem;background:var(--accent-color);color:var(--text-color);border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease}.not-found-content .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f366;filter:brightness(1.1)}@media (max-width: 768px){.not-found-content{padding:2rem}.not-found-content h1{font-size:4rem}.not-found-content h2{font-size:1.5rem}.not-found-content p{font-size:1rem}}.casting-flow{background:#fff}.casting-flow-inner{max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.casting-split{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:center}.casting-copy{color:#000}.casting-title{margin:0 0 .5rem;font-size:clamp(28px,4.5vw,44px);font-weight:800}.casting-line{margin:0 0 .9rem;color:#000000c7;font-size:clamp(16px,2.2vw,18px);line-height:1.6}.casting-cta{display:inline-block;padding:.6rem 1rem;background:#000;color:#fff;border-radius:10px;text-decoration:none;font-weight:700;font-size:.95rem;transition:background-color .16s ease,transform 80ms ease}.casting-cta:visited{color:#fff}.casting-cta:hover{background:#111;color:#fff;text-decoration:none;transform:translateY(-1px)}.casting-cta:active{transform:translateY(0)}.casting-cta:focus-visible{outline:2px solid #000;outline-offset:2px}.casting-banner{position:relative;height:clamp(260px,48vh,480px)}.casting-frame{position:absolute;top:20px;right:20px;bottom:20px;left:20px;display:grid;place-items:center;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #0000001f;background:#fff}.casting-banner-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 992px){.casting-split{grid-template-columns:1fr}.casting-banner{height:clamp(220px,42vh,380px)}.casting-banner{background:#fff}.casting-frame{box-shadow:none}.casting-flow-inner{padding:1rem 1rem 1.5rem}}.support{max-width:900px;margin:120px auto 0;padding:2rem;text-align:center}.support h1{margin:0}.support a{color:#000}.support a.casting-cta,.support a.casting-cta:visited{color:#fff}.delete-account-page{max-width:900px;margin:120px auto 0;padding:2rem;text-align:center}.delete-account-page a{color:#000}.delete-account-page a.casting-cta,.delete-account-page a.casting-cta:visited{color:#fff}.hero{position:relative;background:#fff}.hero-inner{max-width:1200px;margin:0 auto;padding:6rem 1.5rem 4rem;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.hero-left{color:#000}.hero-title{color:#000;font-weight:800;letter-spacing:-.02em;line-height:1.05;font-size:clamp(38px,6.2vw,76px);margin:0 0 1rem;padding-bottom:.25rem}.hero-subtitle{color:#000000bf;max-width:56ch;font-size:clamp(16px,2.4vw,21px);line-height:1.6;margin:0 0 2rem}.hero-ctas{display:flex;flex-direction:column;gap:1rem}.hero-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge-link{display:block}.store-badge{height:48px;width:auto}.apple-badge,.google-badge{height:48px}.hero-trust{color:#0000008c;font-size:clamp(1rem,2.2vw,1.2rem);white-space:nowrap}.hero-right{position:relative;height:min(64vh,700px)}.device{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.device-bg{position:absolute;width:68%;height:60%;border-radius:24px;background:radial-gradient(100% 100% at 50% 50%,#0000000f,#00000005 60%,#0000)}.device-img{max-width:65%;max-height:75%;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.12))}.hero-image{position:absolute;top:20px;right:20px;bottom:20px;left:20px;display:grid;place-items:center}.hero-badge{position:absolute;top:8px;right:8px;width:28px;height:28px;z-index:2}.hero-image-img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:none;border:none}@media (max-width: 992px){.hero-inner{grid-template-columns:1fr;gap:1rem;padding:4.5rem 1rem 2rem}.hero-right{height:420px}.hero{overscroll-behavior:contain}.hero-title{overflow:hidden;margin-bottom:1rem;padding-bottom:.35rem}.hero-title::-webkit-scrollbar{display:none}.hero-subtitle{margin:0 0 1.2rem}}.verification-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#2196f3;border-radius:50%;margin-left:12px;vertical-align:middle;position:relative;box-shadow:0 2px 8px #2196f34d;transition:all .3s ease}.verification-inner{position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:#2196f3;border-radius:50%;display:flex;align-items:center;justify-content:center}.verification-check{width:16px;height:16px;color:#fff;position:relative;stroke-width:3}.verification-badge.small{width:20px;height:20px;margin-left:8px}.verification-badge.small .verification-check{width:12px;height:12px}.verification-badge.medium{width:28px;height:28px;margin-left:12px}.verification-badge.medium .verification-check{width:16px;height:16px}.verification-badge.large{width:36px;height:36px;margin-left:16px}.verification-badge.large .verification-check{width:20px;height:20px}.verification-badge.small .verification-inner{top:3px;right:3px;bottom:3px;left:3px}.verification-badge.large .verification-inner{top:5px;right:5px;bottom:5px;left:5px}.verification-badge:hover{transform:scale(1.1);box-shadow:0 4px 12px #2196f366}.product-peek{background:#000;overscroll-behavior:contain}.product-peek{position:relative}.product-peek-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.14}.product-peek-inner{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;justify-items:center;position:relative;z-index:1}.product-peek-text{color:#fff;text-align:center;max-width:720px}.product-peek-title{font-size:clamp(28px,4.5vw,44px);line-height:1.1;margin:0 0 .75rem;font-weight:800;overflow:hidden}.product-peek-title::-webkit-scrollbar{display:none}.product-peek-subtitle{color:#fffc;font-size:clamp(16px,2.2vw,20px);line-height:1.6;margin:0}.product-peek-image{display:grid;place-items:center}.product-peek-img{height:clamp(300px,52vh,560px);width:auto;max-width:100%;display:block}.fan-gallery{position:relative;width:100%;height:clamp(300px,52vh,560px);overflow:visible;--p: 0}.fan-slide{position:absolute;top:0;right:0;bottom:0;left:0;margin:0 auto;will-change:transform,opacity,filter;border-radius:16px;box-shadow:0 14px 44px #00000059}.fan-slide.active{z-index:5}.fan-slide.depth-0{transform:translate(0) rotate(0) scale(1);opacity:1;z-index:5}.fan-slide.depth-1{transform:translate(calc(24% * var(--p)),calc(3% * var(--p))) rotate(calc(6deg * var(--p))) scale(calc(1 - .025 * var(--p)));opacity:calc(.6 + .3 * var(--p));z-index:4;filter:saturate(.98) brightness(.98)}.fan-slide.depth-2{transform:translate(calc(42% * var(--p)),calc(6% * var(--p))) rotate(calc(12deg * var(--p))) scale(calc(1 - .048 * var(--p)));opacity:calc(.5 + .28 * var(--p));z-index:3;filter:saturate(.96) brightness(.96)}.fan-slide.depth-3,.fan-slide.depth-4{display:none}@media (max-width: 992px){.product-peek-inner{grid-template-columns:1fr;gap:1.25rem;padding:2rem 1rem 3rem}.product-peek{overflow-x:clip}.fan-gallery{overflow:hidden}.product-peek-img{height:clamp(220px,46vh,420px);width:auto}}@media (min-width: 1024px){.product-peek-text{max-width:1000px}.product-peek-subtitle{white-space:nowrap}}.fan-dots{display:flex;gap:8px;margin-top:14px;align-items:center;justify-content:center}.fan-dot{width:6px;height:6px;border-radius:999px;background:#ffffff59;transition:all .2s ease}.fan-dot.active{width:16px;background:#fff}.value-props{background:#000}.value-props-inner{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem}.vp-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.vp-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:1.25rem;box-shadow:0 6px 18px #00000026}.vp-head{display:grid;grid-template-columns:28px 1fr;align-items:start;column-gap:.5rem}.vp-text{display:grid;row-gap:.25rem}.vp-icon{width:28px;height:28px;flex:0 0 28px}.vp-title{margin:0 0 .35rem;font-size:clamp(16px,2.2vw,18px);font-weight:700;color:#fff}.vp-desc{margin:0;color:#ffffffd9;font-size:clamp(14px,2vw,16px);line-height:1.5}.vp-icon{color:#fff}@media (max-width: 992px){.vp-grid{grid-template-columns:1fr;gap:.75rem}}.standout{background:#fff;padding:0 0 3rem}.standout-inner{max-width:960px;margin:0 auto;padding:1.5rem 1rem 2rem;background:#000;border-radius:16px;box-sizing:border-box}.standout-inner.centered{text-align:center}.so-title{margin:0 0 .5rem;font-size:clamp(28px,4.5vw,44px);font-weight:800;color:#fff}.so-line{margin:0 auto .9rem;color:#fffc;font-size:clamp(16px,2vw,18px);line-height:1.6;max-width:720px}.so-pills{list-style:none;margin:0;padding:0;display:inline-flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.so-pill{padding:.45rem .8rem;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:#fff;border-radius:999px;font-size:.95rem}.so-cta{margin-top:1rem}.standout .hero-badges{justify-content:center;margin-top:1rem}.standout .store-badge,.standout .apple-badge,.standout .google-badge{height:36px}.standout .casting-cta{background:#fff;color:#000;border:none}.standout .casting-cta:visited{color:#000}.standout .casting-cta:hover{background:#f2f2f2;color:#000}@media (max-width: 992px){.standout{padding:0 1.5rem 2rem;overflow-x:clip}.standout-inner{border-radius:14px;max-width:100%}.so-title{font-size:clamp(18px,4.8vw,26px);white-space:nowrap}.so-line{font-size:clamp(15px,2.6vw,17px)}}@media (max-width: 480px){.so-title{font-size:clamp(14px,4.6vw,22px);white-space:nowrap}}.faq{background:#fff;color:#000}.faq-inner{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.faq-inner{text-align:center}.faq-title{margin:0 0 .75rem;font-size:clamp(24px,3.8vw,36px);font-weight:800}.faq-list{list-style:none;margin:0 auto;padding:0;display:grid;gap:.5rem;max-width:720px}.faq-item{border:1px solid rgba(0,0,0,.12);border-radius:14px;overflow:hidden;background:#f7f7f7}.faq-q{width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.9rem 1rem;background:transparent;color:#000;border:none;font-weight:700;font-size:clamp(16px,2.2vw,18px);cursor:pointer;transition:background-color .16s ease,color .16s ease;-webkit-tap-highlight-color:transparent;position:relative}.faq,.faq *{-webkit-tap-highlight-color:transparent}.faq-q:hover{background:#0000000a}.faq-q:focus{outline:none!important;box-shadow:none}.faq-q:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:2px}.faq-q:focus:not(:focus-visible){outline:none}.faq-q::-moz-focus-inner{border:0}.faq-item.open .faq-q{background:#0000000a}.faq-a{padding:0 1rem .9rem;color:#000000c7;font-size:clamp(14px,2vw,16px);line-height:1.6;max-height:0;overflow:hidden;opacity:0;transform:translateY(-2px);transition:max-height .28s ease,opacity .2s ease,transform .2s ease}.faq-item.open .faq-a{opacity:1;transform:translateY(0)}.faq-toggle{font-size:1.2rem;line-height:1;color:#000000b3;position:absolute;right:12px}.faq ::selection{background:#0000001f;color:#000}.faq,.faq *{scrollbar-width:none}.faq *::-webkit-scrollbar{width:0;height:0;display:none}.faq-title,.faq-q,.faq-a p{overflow:hidden}.faq-q>span:first-child{display:inline-block;max-width:calc(100% - 36px)}.share-profile{max-width:900px;margin:120px auto 0;padding:2rem;display:grid;place-items:center;color:#111;background:#fff}.share-card{background:#fff;color:#111;border-radius:16px;box-shadow:0 6px 24px #00000014;padding:2rem;text-align:center;width:100%;max-width:560px;overflow:hidden}.share-avatar{width:140px;height:140px;border-radius:16px;object-fit:cover;display:block;margin:0 auto 1rem;background:#f3f3f3}.share-name{margin:0;color:#111;font-size:clamp(1.25rem,6vw,1.6rem);display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;overflow:visible;word-break:break-word;overflow-wrap:anywhere}.share-username{color:#666;margin-top:.25rem;word-break:break-word;overflow-wrap:anywhere}.share-location{color:#444;margin-top:.5rem}.share-details{margin-top:.8rem;color:#222}.share-age,.share-gender{display:inline-block;margin-right:.6rem;color:#444;font-weight:600}.share-bio{margin-top:.5rem;color:#222;line-height:1.5}.share-roles{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-top:.9rem}.share-role-pill{background:#111;color:#fff;border-radius:12px;padding:.18em .9em;font-size:.98em;font-weight:500}.share-role-toggle{background:#0000000f;color:#111;border-radius:12px;padding:.18em .9em;font-size:.98em;font-weight:600;cursor:pointer}.share-loading,.share-error{color:#111;font-weight:600}.share-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:.75rem;align-items:stretch}.share-media-item{background:#f5f5f5;border-radius:12px;overflow:hidden;box-shadow:0 1px 6px #0000000f}.share-media-item img,.share-media-item video{width:100%;height:100%;object-fit:cover;display:block}.share-media-item.is-clickable{cursor:pointer}.share-audio{padding:.75rem;background:#fff}.share-audio-placeholder{padding:2rem 1rem;text-align:center;color:#111;font-weight:600}.share-file-card{padding:.9rem;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.share-file-name{font-weight:700;color:#111}.share-file-link{color:#111;text-decoration:none;font-weight:600}.share-file-link:hover{text-decoration:underline}.share-gallery{justify-items:center}.share-media-item{width:100%;max-width:440px}.share-viewer{max-width:90vw;max-height:75vh;display:grid;place-items:center}.share-viewer-media{max-width:100%;max-height:70vh;border-radius:8px;background:#000}.share-viewer-audio{width:100%}.share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:grid;place-items:center;z-index:1000}.share-viewer{background:#111;padding:1rem;border-radius:10px}.share-download{margin-top:1.2rem}.share-download-text{color:#111;font-weight:700;margin-bottom:.6rem}.share-store-badges{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap}.store-badge{height:42px}.google-badge{height:44px}.casting-container{max-width:900px;margin:120px auto 0;padding:2rem;color:#111;background:#fff;text-align:center}.casting-loading,.casting-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.casting-header{margin-bottom:3rem}.poster-profile{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;text-decoration:none;color:inherit;padding:1rem;border-radius:15px;transition:background-color .2s ease;justify-content:center}.poster-profile:hover{background-color:#00000008}.poster-profile:hover .profile-picture{transform:scale(1.05)}.profile-picture{width:80px;height:80px;border-radius:50%;object-fit:cover;transition:transform .2s ease}.poster-info h2{font-size:1.5rem;margin:0;display:flex;align-items:center;gap:.5rem}.poster-info{text-align:center}.username{color:#666;margin:.25rem 0 0;font-size:1rem}.verification-badge{background-color:#2196f3;color:#fff;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.casting-title h1{font-size:clamp(1.6rem,6vw,2.2rem);margin:0 0 1rem;color:#111;text-align:center}.casting-tags{display:flex;flex-direction:column;gap:.4rem;justify-content:center;align-items:center;text-align:center}.section-label{color:#111;font-weight:700;font-size:.95rem;margin-right:.25rem}.project-type-text{color:#111;font-weight:600;font-size:.95rem}.project-type-line{display:flex;gap:.35rem;align-items:center;justify-content:center}.casting-for-line{color:#111;font-weight:700;font-size:.95rem;margin-top:.25rem}.casting-roles{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center}.project-type,.role-type{background:#111;color:#fff;padding:.25rem .7rem;border-radius:12px;font-size:.9rem;font-weight:600}.casting-media{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:3rem}.media-item{aspect-ratio:1;overflow:hidden;border-radius:10px;cursor:pointer;transition:transform .2s}.media-item:hover{transform:scale(1.02)}.media-item img{width:100%;height:100%;object-fit:cover}.casting-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;align-items:stretch;justify-items:center;justify-content:center}.casting-gallery.single{grid-template-columns:1fr}.casting-gallery:only-child,.casting-gallery:has(.casting-media-item:nth-child(1):last-child){justify-content:center}.casting-media-item{background:#f5f5f5;border-radius:12px;overflow:hidden;box-shadow:0 1px 6px #0000000f;width:100%;max-width:440px}.casting-media-item img,.casting-media-item video{width:100%;height:100%;object-fit:cover;display:block}.casting-media-item.is-clickable{cursor:pointer}.casting-audio{padding:.75rem;background:#fff}.casting-audio-placeholder{padding:2rem 1rem;text-align:center;color:#111;font-weight:600}.casting-file-card{padding:.9rem;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.casting-file-name{font-weight:700;color:#111}.casting-file-link{color:#111;text-decoration:none;font-weight:600}.casting-file-link:hover{text-decoration:underline}.casting-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:grid;place-items:center;z-index:1000}.casting-viewer{background:#111;padding:1rem;border-radius:10px}.casting-viewer-media{max-width:90vw;max-height:75vh;border-radius:8px;background:#000}.casting-viewer-audio{width:100%}.casting-details{background:#f7f7f7;border-radius:12px;padding:1.5rem;margin-bottom:2rem;color:#111;text-align:center}.detail-section{padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.detail-section:last-child{border-bottom:none;padding-bottom:0}.detail-section h3{color:#111;margin:0 0 .75rem;font-size:1.2rem}.detail-section h4{color:#222;margin:1rem 0 .6rem;font-size:1.05rem}.role-description{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.dates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.date-item{background:#fff;padding:1rem;border-radius:10px;display:flex;flex-direction:column;gap:.5rem}.remote-badge{display:inline-block;background:#00000012;color:#111;padding:.5rem 1rem;border-radius:12px;margin-top:.5rem}.compensation{font-size:1.1rem;color:#111}.compensation-note{color:#444;font-size:1rem}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.requirement-item{background:#fff;padding:1rem;border-radius:10px;display:flex;flex-direction:column;gap:.5rem}.attributes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.attributes-grid>div{background:#fff;padding:1rem;border-radius:10px}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;justify-content:center}.requirement-tag{background:#111;color:#fff;padding:.18em .9em;border-radius:12px;font-size:.95em;font-weight:600}.skill-group{margin-bottom:2rem}.skill-group:last-child{margin-bottom:0}.skill-group>div{margin-bottom:1rem}.skill-group>div:last-child{margin-bottom:0}.professional-requirements{display:flex;flex-direction:column;gap:1.5rem}.requirement-group{background:#fff;padding:1rem;border-radius:10px}.media-instructions{margin-bottom:1rem;font-style:italic;color:#444}.additional-info{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;text-align:center}.info-tag{background:#fff;padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem;color:#111}.casting-cta{text-align:center}.download-app-btn{background:transparent;color:#fff;padding:0;border-radius:0;font-size:.9rem;font-weight:700;text-decoration:underline;display:inline-block;transition:none}.download-app-btn:hover{color:#fff;text-decoration:underline}.posted-by{margin:2rem 0}.posted-by .section-label{display:block;margin-bottom:.5rem}.posted-by .poster-profile{margin:.5rem auto}.casting-verified{margin-top:.5rem;color:#111;font-weight:600;display:flex;align-items:center;gap:.4rem;justify-content:center}@media (max-width: 768px){.casting-container{padding:1rem;margin-top:80px;min-height:calc(100vh - 80px)}.casting-title h1{font-size:2rem}.casting-details{padding:1.5rem}.dates-grid,.requirements-grid,.attributes-grid{grid-template-columns:1fr}.requirement-group{padding:1rem}}@media (max-width: 480px){.poster-profile{flex-direction:column;text-align:center;gap:1rem}.poster-info h2{justify-content:center}.casting-title h1{font-size:1.8rem;text-align:center}.casting-tags{justify-content:center}.casting-details{padding:1rem}.date-item,.requirement-item,.requirement-group{padding:.75rem}}.about{max-width:1200px;margin:120px auto 0;padding:0 0 2rem;color:#111;background:#fff}.about-hero{position:relative;height:clamp(300px,38vh,420px);border-radius:16px;margin:0 2rem;overflow:hidden;display:grid;place-items:center;background:url(https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?q=80&w=1920&auto=format&fit=crop) center/cover no-repeat}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#00000073)}.about-hero-content{position:relative;color:#fff;text-align:center;padding:1rem 1.5rem}.about-hero-content h1{margin:0;font-size:clamp(1.8rem,6vw,2.6rem)}.about-hero-content p{margin:.6rem 0 0;opacity:.95}.about-split{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:center;margin:2rem}.about-split-text h2{margin:0 0 .6rem;font-size:1.3rem}.about-split-text p{color:#222;line-height:1.6}.about-split-media{display:flex;justify-content:center}.about-split-media img{width:70%;max-width:520px;height:auto;object-fit:cover;border-radius:14px;box-shadow:0 10px 24px #00000014}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:2rem}.about-card{background:#fff;border-radius:14px;box-shadow:0 8px 24px #00000014;overflow:hidden;display:flex;flex-direction:column}.about-card img{width:100%;height:180px;object-fit:cover;display:block}.about-card-body{padding:1rem 1.1rem 1.2rem}.about-card-body h3{margin:0 0 .6rem;font-size:1.15rem}.about-list{margin:.25rem 0 0 1.1rem}.about-list li{margin:.25rem 0}.about-leadership{margin:2rem}.about-leadership h2{margin:0 0 .6rem;font-size:1.3rem}.about-leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.leader-card{display:flex;align-items:center;gap:.9rem;background:#fff;border-radius:12px;padding:.8rem;box-shadow:0 6px 18px #0000000f}.leader-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;display:block}.leader-meta{display:flex;flex-direction:column}.leader-name{font-weight:700;color:#111}.leader-title{color:#555;font-size:.95rem}.leader-links{display:flex;gap:8px;align-items:center;margin-top:6px}.leader-link{color:#111;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:0}.leader-link:hover{opacity:.8}.leader-link svg{display:block;width:100%;height:100%}.leader-link.is-email svg{transform:translateY(3px)}@media (max-width: 900px){.about-split{grid-template-columns:1fr}.about-split-media img{width:85%;max-width:360px;height:auto}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#333;text-decoration:inherit}a:hover{color:#111}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#333}button:focus,button:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:2px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#111}button{background-color:#f9f9f9}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}::selection{background:#0000001f;color:#000}*{-webkit-tap-highlight-color:rgba(0,0,0,.08)}a:focus,a:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:2px}
