:root{--bg-color:#e0e5ec;--text-main:#2d3748;--text-muted:#718096;--accent-blue:#0095f7;--accent-purple:#7253ff;--accent-teal:#00efbb;--shadow-light:#fff;--shadow-dark:#a3b1c6;--neu-shadow:8px 8px 16px var(--shadow-dark), -8px -8px 16px var(--shadow-light);--neu-shadow-sm:4px 4px 8px var(--shadow-dark), -4px -4px 8px var(--shadow-light);--neu-inner:inset 4px 4px 8px var(--shadow-dark), inset -4px -4px 8px var(--shadow-light);--neu-inner-sm:inset 2px 2px 4px var(--shadow-dark), inset -2px -2px 4px var(--shadow-light)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);margin-bottom:.5rem;font-weight:700}p{margin-bottom:1rem}a{color:var(--accent-blue);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-purple)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(90deg, var(--accent-purple), var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.neu-card{background:var(--bg-color);box-shadow:var(--neu-shadow);border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s}.neu-card:hover{transform:translateY(-2px)}.neu-button{background:var(--bg-color);color:var(--accent-blue);box-shadow:var(--neu-shadow-sm);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s ease-in-out;display:inline-flex}.neu-button:hover{color:var(--accent-purple);box-shadow:var(--neu-shadow)}.neu-button:active{box-shadow:var(--neu-inner-sm)}.neu-button-primary{background:linear-gradient(145deg, var(--accent-blue), var(--accent-purple));color:#fff;box-shadow:4px 4px 10px #7253ff66, var(--neu-shadow)}.neu-button-primary:hover{color:#fff;filter:brightness(1.1);box-shadow:6px 6px 15px #7253ff66, var(--neu-shadow);transform:translateY(-2px)}.neu-button-primary:active{transform:translateY(0);box-shadow:inset 4px 4px 10px #0003}.neu-input{background:var(--bg-color);color:var(--text-main);box-shadow:var(--neu-inner);border:none;border-radius:50px;outline:none;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:box-shadow .3s}.neu-input:focus{box-shadow:inset 6px 6px 12px var(--shadow-dark), inset -6px -6px 12px var(--shadow-light), 0 0 0 2px var(--accent-blue)}.neu-icon-wrapper{background:var(--bg-color);width:60px;height:60px;box-shadow:var(--neu-shadow);color:var(--accent-blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;display:inline-flex}section{padding:6rem 0}.hero-section{align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.hero-inner{align-items:center;gap:4rem;width:100%;display:flex}.hero-text-col{flex:1 1 0;min-width:0}.hero-visual-col{flex:none;justify-content:center;align-items:center;display:flex}.hero-eyebrow{margin-bottom:1.2rem}.hero-badge{background:var(--bg-color);box-shadow:var(--neu-shadow-sm);color:var(--accent-purple);letter-spacing:.03em;border-radius:50px;padding:.35rem 1.1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.8rem;line-height:1.05}.hero-subtitle{color:var(--text-muted);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300;line-height:1.7}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{text-align:left}.feature-title{margin-bottom:1rem;font-size:1.5rem}.feature-desc{color:var(--text-muted)}.navbar{background:var(--bg-color);z-index:100;padding:1.5rem 0;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.navbar .container{justify-content:space-between;align-items:center;display:flex}.logo-wrapper{border-radius:50px;align-items:center;height:30px;padding:5px 15px;display:flex}.logo-wrapper img{width:auto;height:40px}.clay-blob{filter:blur();pointer-events:none;border-radius:50%;transition:transform 50ms linear;position:absolute}.blob-1{background:radial-gradient(circle at 35% 35%,#c5b8ff,#9b7ff5 60%,#7253ff);border-radius:60% 40% 55% 45%/50% 60% 40% 50%;width:180px;height:180px;animation:7s ease-in-out infinite blobFloat1;top:20px;left:30px;box-shadow:6px 8px 20px #7253ff40,-4px -4px 14px #ffffffb3}.blob-2{background:radial-gradient(circle at 40% 35%,#89d0ff,#0095f7 55%,#003151);border-radius:45% 55% 60% 40%/55% 45%;width:130px;height:130px;animation:9s ease-in-out infinite blobFloat2;top:10px;right:40px;box-shadow:5px 6px 18px #0095f74d,-3px -3px 12px #fff9}.blob-3{background:radial-gradient(circle at 40% 35%,#87ffdf,#00efbb 55%,#006851);border-radius:55% 45% 40% 60%/60% 40%;width:100px;height:100px;animation:11s ease-in-out infinite blobFloat3;bottom:50px;left:50px;box-shadow:4px 5px 14px #00efbb4d,-3px -3px 10px #fff9}@keyframes blobFloat1{0%,to{border-radius:60% 40% 55% 45%/50% 60% 40% 50%}50%{border-radius:45% 55%/55% 45%}}@keyframes blobFloat2{0%,to{border-radius:45% 55% 60% 40%/55% 45%}50%{border-radius:60% 40% 45% 55%/45% 55%}}@keyframes blobFloat3{0%,to{border-radius:55% 45% 40% 60%/60% 40%}50%{border-radius:40% 60% 55% 45%/45% 55%}}.clay-chip{background:var(--bg-color);box-shadow:5px 5px 12px var(--shadow-dark), -4px -4px 10px var(--shadow-light);color:var(--text-main);white-space:nowrap;pointer-events:none;z-index:5;border-radius:50px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.78rem;font-weight:600;transition:transform 50ms linear;display:flex;position:absolute}.clay-chip span{font-size:1rem}.chip-top{top:-10px;left:50%;transform:translate(-50%)}.chip-left{bottom:70px;right:-10px}.chip-bottom{bottom:-10px;left:30px}.clay-player-card{z-index:10;background:var(--bg-color);width:340px;box-shadow:12px 12px 28px var(--shadow-dark), -10px -10px 24px var(--shadow-light), 0 0 0 1.5px #fff9 inset;will-change:transform;border-radius:28px;transition:transform 50ms linear;position:relative;overflow:hidden}.clay-screen{cursor:pointer;background:linear-gradient(135deg,#1a0533 0%,#0a1a3a 50%,#001a2e 100%);border-radius:24px 24px 0 0;width:100%;height:190px;position:relative;overflow:hidden}.clay-scene{pointer-events:none;position:absolute;inset:0}.scene-circle{border-radius:50%;transition:transform 50ms linear;position:absolute}.scene-circle.primary{background:radial-gradient(circle at 40% 35%,#b3a2ffcc,#7253ff4d 60%,#0000);width:120px;height:120px;top:-20px;right:-20px}.scene-circle.secondary{background:radial-gradient(circle at 40% 35%,#00efbb99,#0095f733 60%,#0000);width:80px;height:80px;bottom:10px;left:20px}.scene-strip{opacity:.3;border-radius:2px;height:2px;transition:transform 50ms linear;position:absolute}.strip-1{background:linear-gradient(90deg,#0000,#89d0ff,#0000);width:180px;top:70px;left:-20px}.strip-2{background:linear-gradient(90deg,#0000,#c5b8ff,#0000);width:120px;top:110px;right:-10px}.scene-now-playing{letter-spacing:.1em;color:#ffffffb3;align-items:center;gap:6px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:12px;left:14px}.now-playing-dot{background:#00efbb;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite nowPlayingPulse;display:block;box-shadow:0 0 6px #00efbbcc}@keyframes nowPlayingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.clay-big-play{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff40}.clay-big-play:hover{background:#ffffff40;transform:translate(-50%,-50%)scale(1.1)}.clay-big-play:active{transform:translate(-50%,-50%)scale(.95)}.clay-controls{padding:1.1rem 1.2rem 1.2rem}.clay-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:.9rem;display:flex}.clay-media-title{color:var(--text-main);margin-bottom:.1rem;font-size:.95rem;font-weight:700}.clay-media-sub{color:var(--text-muted);margin:0;font-size:.72rem}.clay-res-badge{color:#fff;background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));letter-spacing:.05em;border-radius:6px;flex-shrink:0;padding:2px 8px;font-size:.65rem;font-weight:800;box-shadow:2px 2px 6px #7253ff4d}.clay-progress-track{background:var(--bg-color);height:6px;box-shadow:var(--neu-inner-sm);cursor:pointer;border-radius:6px;margin-bottom:.4rem;position:relative}.clay-progress-fill{background:linear-gradient(90deg, var(--accent-purple), var(--accent-blue));border-radius:6px;height:100%;transition:width .15s linear;box-shadow:0 0 8px #0095f766}.clay-progress-thumb{background:var(--bg-color);width:14px;height:14px;box-shadow:3px 3px 7px var(--shadow-dark), -2px -2px 5px var(--shadow-light);cursor:grab;border-radius:50%;transition:left .15s linear;position:absolute;top:50%;transform:translate(-50%,-50%)}.clay-progress-thumb:active{cursor:grabbing}.clay-time-row{color:var(--text-muted);justify-content:space-between;margin-bottom:.9rem;font-size:.68rem;display:flex}.clay-btn-row{justify-content:center;align-items:center;gap:.6rem;display:flex}.clay-ctrl-btn{background:var(--bg-color);width:36px;height:36px;box-shadow:var(--neu-shadow-sm);color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .18s;display:flex}.clay-ctrl-btn:hover{color:var(--accent-blue);box-shadow:var(--neu-shadow)}.clay-ctrl-btn:active{box-shadow:var(--neu-inner-sm)}.clay-ctrl-btn.play-main{background:linear-gradient(145deg, var(--accent-blue), var(--accent-purple));color:#fff;width:46px;height:46px;box-shadow:4px 4px 10px #7253ff59,-2px -2px 6px #ffffff80}.clay-ctrl-btn.play-main:hover{filter:brightness(1.1);box-shadow:5px 5px 14px #7253ff73,-2px -2px 6px #ffffff80}@media (width<=960px){.hero-inner{text-align:center;flex-direction:column;gap:3rem;max-width:100%}.hero-text-col{flex-direction:column;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.hero-text-container{text-align:center;box-sizing:border-box;width:100%;padding:2rem 1.5rem}.hero-subtitle{box-sizing:border-box;width:100%;max-width:100%}.hero-cta-row{justify-content:center}}@media (width<=768px){.hero-title{letter-spacing:-.5px;font-size:2rem}.section-title{font-size:1.8rem}section{padding:3rem 0}.hero-visual-col{transform-origin:top;justify-content:center;width:100%;min-width:0;max-width:100%;display:flex;overflow:visible;transform:scale(.75)}.container{padding:0 1.5rem}}
