*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#050505;--surface:#111;--surface-hover:#181818;--border:#222;--accent:#e11d48;--accent-hover:#be123c;--text:#f4f4f5;--text-muted:#a1a1aa}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow-x:hidden}.animated-bg{z-index:-10;background:#000;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.particles-canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.orb{filter:blur(120px);opacity:.6;border-radius:50%;animation:20s ease-in-out infinite alternate floatOrb;position:absolute}.orb-1{background:#e11d4833;width:50vw;height:50vw;top:-10%;left:-20%}.orb-2{background:#be123c26;width:60vw;height:60vw;animation-duration:25s;animation-delay:-10s;bottom:-20%;right:-10%}.orb-3{background:#4c05194d;width:40vw;height:40vw;animation-duration:15s;top:40%;left:50%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}50%{transform:translate(15vw,10vh)scale(1.1)}to{transform:translate(-10vw,15vh)scale(.9)}}.container{z-index:1;width:100%;max-width:600px;margin:0 auto;position:relative}section{padding:2.5rem 1rem}.site-logo{filter:drop-shadow(0 0 20px #e11d484d);width:160px;height:auto;margin:0 auto 3.5rem;transition:filter .3s,transform .3s;display:block}.site-logo:hover{filter:drop-shadow(0 0 30px #e11d4880);transform:scale(1.05)}.premium-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(160deg,#141414b3,#050505e6);border:1px solid #ffffff0d;border-top-color:#ffffff26;border-radius:24px;margin:.5rem 0;padding:1.8rem 1.2rem;box-shadow:0 30px 60px #000c,inset 0 1px #ffffff08}.feature-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(145deg,#19191999,#0a0a0acc);border:1px solid #ffffff0d;border-top-color:#ffffff1a;border-radius:16px;align-items:flex-start;gap:1.2rem;padding:1.2rem;transition:transform .3s,border-color .3s;display:flex;box-shadow:0 15px 35px #0009}.feature-card:hover{border-color:#e11d484d;transform:translateY(-4px);box-shadow:0 20px 40px #000c,0 0 20px #e11d481a}.feature-icon{background:linear-gradient(135deg,#e11d4826,#be123c0d);border:1px solid #e11d4833;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;box-shadow:inset 0 2px 4px #ffffff0d}.feature-content h3{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.feature-content p{color:var(--text-muted);font-size:.95rem;font-weight:300;line-height:1.5}.section-label{color:var(--accent);text-transform:uppercase;letter-spacing:2.5px;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.section-title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.1}.section-text{color:var(--text-muted);margin-bottom:1.2rem;font-size:1.05rem;font-weight:300;line-height:1.5}.hero-section{text-align:center;flex-direction:column;align-items:center;padding-top:1.5rem;display:flex}.hero-image-wrapper{aspect-ratio:3/4;border:1px solid #ffffff0d;border-top-color:#ffffff26;border-radius:24px;width:100%;max-width:320px;margin-bottom:1.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 30px 60px #000c,0 0 50px #e11d481a}.hero-image-wrapper:hover{border-color:#e11d484d;transform:translateY(-4px);box-shadow:0 40px 80px #000c,0 0 60px #e11d4826}.hero-image-wrapper img{object-fit:cover;filter:contrast(1.05)brightness(.95);width:100%;height:100%}.hero-gradient{background:linear-gradient(to top, var(--bg) 0%, transparent 100%);pointer-events:none;border-bottom-right-radius:24px;border-bottom-left-radius:24px;height:70%;position:absolute;bottom:-2px;left:-2px;right:-2px}.hero-title{letter-spacing:-.03em;color:#fff;margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.05}.hero-subtitle{color:var(--text-muted);max-width:400px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.4}.features-grid{flex-direction:column;gap:1.2rem;display:flex}.cta-btn{background:linear-gradient(135deg, var(--accent), var(--accent-hover));color:#fff;cursor:pointer;border:1px solid #ffffff1a;border-top-color:#ffffff4d;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #e11d484d,inset 0 2px 5px #fff3}.cta-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:50%;height:100%;animation:4s infinite shine;position:absolute;top:0;left:-100%}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px #e11d4880,inset 0 2px 5px #ffffff4d}.cta-btn:active{transform:translateY(0)}.cta-icon svg{width:22px;height:22px}.audio-section{margin-top:2.5rem}.audio-title{color:#fff;margin-bottom:1rem;font-size:1.15rem;font-weight:700}.audio-msg{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.audio-msg:last-child{margin-bottom:0}.audio-avatar{color:#fff;background:linear-gradient(135deg,#2a2a2a,#111);border:1px solid #ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 4px 10px #00000080}.audio-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#191919cc;border:1px solid #ffffff0d;border-top-color:#ffffff1a;border-radius:4px 18px 18px;flex:1;align-items:center;gap:10px;padding:12px 14px;display:flex;box-shadow:0 10px 20px #0006}.play-btn{background:linear-gradient(135deg, var(--accent), var(--accent-hover));color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex;box-shadow:0 4px 10px #e11d484d}.play-btn:active{transform:scale(.9)}.play-btn svg{width:14px;height:14px}.waveform{flex:1;align-items:center;gap:2px;height:20px;display:flex}.wave-bar{background:#444;border-radius:2px;flex:1;min-width:2px;transition:height .1s,background .2s}.wave-bar.active{background:var(--accent)}.audio-duration{color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums;min-width:28px;font-size:.75rem}.carousel-wrapper{margin-top:1.2rem;margin-bottom:1.5rem;padding:0 1rem}.carousel-container{aspect-ratio:9/16;background:#0f0f0fcc;border:1px solid #ffffff0f;border-radius:20px;width:100%;margin-top:1rem;position:relative;overflow:hidden;box-shadow:0 25px 50px #000000b3,0 0 40px #e11d4814}.carousel-track{will-change:transform;width:100%;height:100%;transition:transform .55s cubic-bezier(.25,1,.5,1);display:flex}.carousel-slide{min-width:100%;height:100%;position:relative}.carousel-image{object-fit:cover;object-position:center 20%;filter:contrast(1.05)brightness(.95);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.carousel-gradient-left,.carousel-gradient-right{z-index:2;pointer-events:none;width:15%;height:100%;position:absolute;top:0}.carousel-gradient-left{background:linear-gradient(90deg,#0000004d,#0000);left:0}.carousel-gradient-right{background:linear-gradient(270deg,#0000004d,#0000);right:0}.carousel-arrow{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;opacity:0;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-container:hover .carousel-arrow{opacity:1}.carousel-arrow:hover{background:#e11d4899;border-color:#e11d4866;transform:translateY(-50%)scale(1.1)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-dots{justify-content:center;gap:8px;margin-top:1rem;display:flex}.carousel-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--accent);transform:scale(1.3);box-shadow:0 0 10px #e11d4880}.carousel-dot:hover:not(.active){background:#fff6}@media (max-width:768px){.carousel-arrow{opacity:1;width:36px;height:36px}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}}.about-section{padding:1rem 0}.about-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:linear-gradient(160deg,#141414b3,#050505e6);border:1px solid #ffffff0d;border-top-color:#ffffff1f;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem 2rem;display:flex;box-shadow:0 30px 60px #000c,inset 0 1px #ffffff08}.about-avatar-wrapper{margin-bottom:1.2rem;position:relative}.about-avatar-ring{background:linear-gradient(135deg, var(--accent), #ff6b9d, var(--accent-hover), #8b1538);background-size:300% 300%;border-radius:50%;width:120px;height:120px;padding:3px;animation:4s ease-in-out infinite ringGlow;box-shadow:0 0 30px #e11d4840,0 0 60px #e11d481a}@keyframes ringGlow{0%,to{background-position:0%}50%{background-position:100%}}.about-avatar-img{object-fit:cover;object-position:center 20%;border:3px solid var(--bg);border-radius:50%;width:100%;height:100%;display:block}.about-online-dot{border:3px solid var(--bg);background:#22c55e;border-radius:50%;width:18px;height:18px;animation:2s infinite pulse-online;position:absolute;bottom:6px;right:6px;box-shadow:0 0 10px #22c55e80}@keyframes pulse-online{0%,to{box-shadow:0 0 10px #22c55e80}50%{box-shadow:0 0 20px #22c55ecc,0 0 40px #22c55e4d}}.about-name{color:#fff;letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.about-label{color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.2rem;font-size:.8rem;font-weight:600;display:block}.about-bio{color:var(--text-muted);max-width:440px;margin-bottom:1.5rem;font-size:1rem;font-weight:300;line-height:1.65}.about-tags{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.about-tag{color:#fffc;white-space:nowrap;background:#e11d4814;border:1px solid #e11d4833;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .25s}.about-tag:hover{background:#e11d4826;border-color:#e11d4866;transform:translateY(-2px);box-shadow:0 4px 12px #e11d4826}
