*{margin:0;padding:0;box-sizing:border-box}:root{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#213547}a{text-decoration:none;color:inherit}button{font-family:inherit;border:none;background:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;font-family:Anton,sans-serif}p{margin:0}ul,ol{list-style:none;margin:0;padding:0}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#f3e8ff,#e9d5ff,#ddd6fe);backdrop-filter:blur(10px);padding:1rem 0;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center}.logo-full-image{height:2.5rem;width:auto;object-fit:contain}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#6a0dad}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#6a0dad;border-radius:1px}.join-btn{background:#6a0dad;color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6a0dad4d}.join-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6a0dad66;background:#6a0dade6}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:#374151;transition:all .3s ease}.nav-open{display:flex!important;position:fixed;top:80px;left:0;right:0;background:linear-gradient(135deg,#f3e8ff,#e9d5ff,#ddd6fe);backdrop-filter:blur(10px);border-top:1px solid rgba(106,13,173,.1);box-shadow:0 4px 20px #0000001a;z-index:999}.nav-open .nav-list{flex-direction:column;width:100%;padding:1rem 2rem;gap:0}.nav-open .nav-list li{width:100%;border-bottom:1px solid rgba(106,13,173,.1)}.nav-open .nav-list li:last-child{border-bottom:none}.nav-open .nav-link{display:block;padding:1rem 0;font-size:1.1rem;width:100%}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.container{padding:0 1rem}.nav{display:none}.mobile-menu-btn{display:flex}.join-btn{padding:.5rem 1.5rem;font-size:.9rem}.logo-full-image{height:2rem}}@media (max-width: 480px){.header-content{padding:.5rem 0}.join-btn{padding:.4rem 1rem;font-size:.8rem}}.app-store-buttons{display:flex;gap:1rem;margin-top:2rem}.store-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;border:none;border-radius:20px;transition:all .3s ease;min-width:160px;cursor:pointer;font-family:inherit}.store-button:hover{background:#1f1f1f;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.hero-store-icon{display:flex;align-items:center;justify-content:center;color:#fff}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-subtitle{font-size:.8rem;color:#ccc;line-height:1}.store-title{font-size:1.1rem;font-weight:600;line-height:1.2;color:#fff}@media (max-width: 768px){.app-store-buttons{flex-direction:column;align-items:center;gap:.75rem}.store-button{width:100%;max-width:200px;justify-content:center}}@media (max-width: 480px){.store-button{padding:.6rem 1.2rem;min-width:140px}.store-subtitle{font-size:.75rem}.store-title{font-size:1rem}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#f3e8ff,#e9d5ff 70%,#ddd6fe);padding-top:100px}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(180deg,transparent 0%,rgba(221,214,254,.3) 50%,rgba(221,214,254,.8) 100%);z-index:1}.hero-transition-particles{position:absolute;bottom:0;left:0;right:0;height:150px;z-index:2;pointer-events:none}.transition-particle{position:absolute;width:4px;height:4px;background:#6a0dad66;border-radius:50%;animation:floatUp 4s ease-in-out infinite}.particle-1{left:10%;animation-delay:0s}.particle-2{left:25%;animation-delay:1s}.particle-3{left:40%;animation-delay:2s}.particle-4{left:55%;animation-delay:.5s}.particle-5{left:70%;animation-delay:1.5s}.particle-6{left:85%;animation-delay:2.5s}@keyframes floatUp{0%{transform:translateY(0) scale(.8);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(-150px) scale(1.2);opacity:0}}.hero-background{position:absolute;inset:0;pointer-events:none}.gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.orb-1{width:400px;height:400px;background:linear-gradient(135deg,#8b5cf6,#a855f7);top:-200px;right:-200px}.orb-2{width:300px;height:300px;background:linear-gradient(135deg,#c084fc,#e879f9);bottom:-150px;left:-150px}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.hero-text{z-index:10}.hero-title{font-family:Anton,sans-serif;font-size:4rem;font-weight:400;line-height:1.1;margin-bottom:1rem;color:#1f2937;text-align:center}.hero-subtitle{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;color:#6b7280;text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-highlight{display:inline-block;color:#6a0dad;position:relative;padding:.5rem 2rem;margin:.5rem 0}.hero-highlight:before{content:"";position:absolute;inset:0;border:2px solid #000000;border-radius:4px;z-index:-1}.hero-highlight:after,.hero-highlight .corner-dot-tr,.hero-highlight .corner-dot-bl,.hero-highlight .corner-dot-br{content:"";position:absolute;width:12px;height:12px;background:#6a0dad;border-radius:2px;z-index:1}.hero-highlight:after{top:-6px;left:-6px}.hero-highlight .corner-dot-tr{top:-6px;right:-6px}.hero-highlight .corner-dot-bl{bottom:-6px;left:-6px}.hero-highlight .corner-dot-br{bottom:-6px;right:-6px}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:10;margin-top:2rem}.image-container{position:relative;z-index:5;transition:all .4s cubic-bezier(.4,0,.2,1)}.image-container:hover{transform:translateY(-10px) scale(1.02)}.hero-main-image{max-width:100%;width:auto;height:auto;max-height:600px;border-radius:12px;box-shadow:0 20px 40px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.image-container:hover .hero-main-image{box-shadow:0 30px 60px #6a0dad33,0 10px 20px #0000001a}.image-decorations{position:absolute;inset:0;pointer-events:none;z-index:1}.floating-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#a855f799,#8b5cf666);animation:floatAround 6s ease-in-out infinite}.shape-1{width:20px;height:20px;top:10%;left:-5%;animation-delay:0s}.shape-2{width:16px;height:16px;top:25%;right:-3%;animation-delay:1s;background:linear-gradient(135deg,#c084fc80,#e879f94d)}.shape-3{width:24px;height:24px;bottom:20%;left:-8%;animation-delay:2s;border-radius:30%}.shape-4{width:14px;height:14px;top:60%;right:-2%;animation-delay:3s;background:linear-gradient(135deg,#8b5cf666,#a855f733)}.shape-5{width:18px;height:18px;bottom:10%;right:-6%;animation-delay:4s;border-radius:25%}.shape-6{width:22px;height:22px;top:45%;left:-10%;animation-delay:5s;background:linear-gradient(135deg,#e879f980,#c084fc4d)}@keyframes floatAround{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.6}25%{transform:translateY(-20px) translate(10px) rotate(90deg);opacity:1}50%{transform:translateY(-10px) translate(-15px) rotate(180deg);opacity:.8}75%{transform:translateY(-25px) translate(5px) rotate(270deg);opacity:1}}.pulse-rings{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid rgba(168,85,247,.3);border-radius:50%;animation:pulseExpand 4s ease-out infinite}.ring-1{width:500px;height:500px;animation-delay:0s;border-color:#a855f766}.ring-2{width:640px;height:640px;animation-delay:.4s;border-color:#c084fc4d}.ring-3{width:800px;height:800px;animation-delay:.8s;border-color:#e879f940}.ring-4{width:960px;height:960px;animation-delay:1.2s;border-color:#a855f733}.ring-5{width:1120px;height:1120px;animation-delay:1.6s;border-color:#c084fc2e}.ring-6{width:360px;height:360px;animation-delay:2s;border-color:#8b5cf680;animation-duration:3s;animation-name:pulseExpandFast}.ring-7{width:1280px;height:1280px;animation-delay:2.4s;border-color:#e879f926;animation-duration:5s;animation-name:pulseExpandSlow}.ring-8{width:720px;height:720px;animation-delay:2.8s;border-color:#a855f738}.ring-9{width:880px;height:880px;animation-delay:3.2s;border-color:#c084fc29;animation-name:pulseExpandFast;animation-duration:3.5s}.ring-10{width:1040px;height:1040px;animation-delay:3.6s;border-color:#e879f924}.ring-11{width:1200px;height:1200px;animation-delay:4s;border-color:#8b5cf61f;animation-name:pulseExpandSlow;animation-duration:6s}.ring-12{width:1360px;height:1360px;animation-delay:4.4s;border-color:#a855f71a}.ring-13{width:1520px;height:1520px;animation-delay:4.8s;border-color:#c084fc14;animation-name:pulseExpandFast;animation-duration:4s}.ring-14{width:1680px;height:1680px;animation-delay:5.2s;border-color:#e879f90f;animation-name:pulseExpandSlow;animation-duration:7s}@keyframes pulseExpand{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}10%{opacity:1}70%{opacity:.8}to{transform:translate(-50%,-50%) scale(1.2);opacity:0}}@keyframes pulseExpandFast{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}20%{opacity:1}80%{opacity:.9}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}@keyframes pulseExpandSlow{0%{transform:translate(-50%,-50%) scale(.7);opacity:0}5%{opacity:.8}85%{opacity:.6}to{transform:translate(-50%,-50%) scale(1.1);opacity:0}}.sparkles{position:absolute;inset:0;pointer-events:none;z-index:3}.sparkle{position:absolute;width:4px;height:4px;background:#fbbf24;border-radius:50%;animation:sparkleShine 3s ease-in-out infinite}.sparkle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:1px;background:#fbbf24;border-radius:1px}.sparkle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);width:8px;height:1px;background:#fbbf24;border-radius:1px}.sparkle-1{top:15%;left:20%;animation-delay:0s}.sparkle-2{top:25%;right:15%;animation-delay:.5s;background:#f59e0b}.sparkle-3{bottom:30%;left:10%;animation-delay:1s;background:#eab308}.sparkle-4{top:40%;right:25%;animation-delay:1.5s}.sparkle-5{bottom:15%;right:10%;animation-delay:2s;background:#f59e0b}.sparkle-6{top:60%;left:15%;animation-delay:2.5s;background:#eab308}.sparkle-7{top:10%;left:60%;animation-delay:3s}.sparkle-8{bottom:25%;right:30%;animation-delay:3.5s;background:#f59e0b}@keyframes sparkleShine{0%,to{opacity:0;transform:scale(.5) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}.hero-actions{z-index:10;margin-top:1rem}@media (min-width: 1400px){.hero-main-image{max-height:700px}}@media (max-width: 1024px){.hero-title{font-size:3rem}.hero-content{gap:2rem}}@media (max-width: 768px){.hero{padding-top:120px;min-height:auto;padding-bottom:2rem}.hero-content{gap:3rem}.hero-title{font-size:2.5rem}.hero-main-image{max-height:450px}.pulse-ring{border-width:1px}.ring-1{width:300px;height:300px}.ring-2{width:360px;height:360px}.ring-3{width:420px;height:420px}.ring-4{width:480px;height:480px}.ring-5{width:540px;height:540px}.ring-6{width:240px;height:240px}.ring-7{width:600px;height:600px}.ring-8{width:400px;height:400px}.ring-9{width:460px;height:460px}.ring-10{width:520px;height:520px}.ring-11{width:580px;height:580px}.ring-12{width:640px;height:640px}.ring-13{width:700px;height:700px}.ring-14{width:760px;height:760px}.floating-shape{animation-duration:8s}.sparkle{width:3px;height:3px}.sparkle:before,.sparkle:after{width:6px}.orb-1,.orb-2{width:200px;height:200px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-content{padding:0 1rem}.hero-main-image{max-height:320px}.ring-1{width:200px;height:200px}.ring-2{width:240px;height:240px}.ring-3{width:280px;height:280px}.ring-4{width:320px;height:320px}.ring-5{width:360px;height:360px}.ring-6{width:160px;height:160px}.ring-7{width:400px;height:400px}.ring-8{width:260px;height:260px}.ring-9{width:300px;height:300px}.ring-10{width:340px;height:340px}.ring-11{width:380px;height:380px}.ring-12{width:420px;height:420px}.ring-13{width:460px;height:460px}.ring-14{width:500px;height:500px}.floating-shape{animation-duration:10s}.sparkle-6,.sparkle-7,.sparkle-8{display:none}}.about{padding:150px 0 100px;background:linear-gradient(180deg,#ddd6fe,#e9d5ff 30%,#f3e8ff 70%,#faf4ff);position:relative;overflow:hidden;margin-top:-50px}.about:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(180deg,rgba(221,214,254,.8) 0%,rgba(221,214,254,.3) 50%,transparent 100%);pointer-events:none;z-index:1}.about:after{content:"";position:absolute;inset:100px 0 0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.about-content{text-align:center;color:#000}.about-header{margin-bottom:60px}.about-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;background:#fff;background-clip:text;font-family:Anton,sans-serif;text-align:center}.highlight{background:#c084fc;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.title-underline{width:100px;height:4px;background:#c084fc;margin:0 auto;border-radius:2px;animation:pulse 2s ease-in-out infinite}.about-main{display:flex;justify-content:center;align-items:center;margin-bottom:80px}.about-text{text-align:center;max-width:800px}.about-intro{margin-bottom:40px}.intro-text{font-size:1.4rem;line-height:1.6;margin-bottom:30px;opacity:.95;color:#2d1b69}.emphasis{color:#6a0dad;font-weight:600}.about-description{display:flex;flex-direction:column;gap:25px}.description-card{background:transparent;border:none;border-radius:0;padding:0;position:relative;overflow:visible;box-shadow:none}.card-icon{font-size:2rem;margin-bottom:15px;display:inline-block}.card-icons{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.card-icons .card-icon{margin-bottom:0}.single-card{text-align:center}.single-card p{font-size:1.2rem;line-height:1.7;max-width:none}.description-card p{font-size:1.1rem;line-height:1.6;margin:0;opacity:.9;color:#2d1b69;text-align:justify}.about-cta{text-align:center}.about-cta h3{font-size:1.8rem;margin-bottom:30px;opacity:.95;color:#2d1b69}.cta-button{background:#6a0dad;border:none;border-radius:50px;padding:18px 40px;font-size:1.2rem;font-weight:600;color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 8px 25px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #0000004d}.button-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-button:hover .button-shine{left:100%}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.about{padding:60px 0}.about-title{font-size:2.5rem}.about-main{flex-direction:column;gap:50px}.about-text{text-align:center}.intro-text{font-size:1.2rem}.description-card{padding:20px}.about-cta h3{font-size:1.5rem}.cta-button{padding:15px 35px;font-size:1.1rem}}@media (max-width: 480px){.about-title{font-size:2rem}.intro-text{font-size:1.1rem}}.features{padding:80px 0;background:linear-gradient(180deg,#faf4ff,#fcfaff,#fff);overflow:hidden}.features-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.features-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2;font-family:Anton,sans-serif;display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.features-logo-image{height:2.8rem;width:auto;object-fit:contain}.logo-highlight{color:#8b5cf6;position:relative}.logo-highlight:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7);border-radius:2px}.features-description{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px}.features-grid .feature-card:last-child{grid-column:1 / -1;max-width:600px;margin:0 auto}.feature-card{background:linear-gradient(135deg,#8b5cf6f2,#a855f7e6);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:48px;position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;box-shadow:0 20px 40px #8b5cf626,0 8px 16px #0000001a,inset 0 1px #fff3;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:32px;opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.03) 0%,transparent 50%);animation:subtleRotate 20s linear infinite;pointer-events:none}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 64px #8b5cf640,0 16px 32px #00000026,inset 0 1px #ffffff4d}.feature-card:hover:before{opacity:1}.feature-card:hover .feature-title{transform:translate(4px)}.feature-card:hover .feature-description{transform:translate(2px)}.feature-card:hover .feature-visual{transform:scale(1.05)}.feature-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:40px;z-index:2}.feature-text{flex:1;color:#fff;z-index:2;max-width:60%}.feature-title{font-size:2.25rem;font-weight:800;margin-bottom:20px;color:#fff;line-height:1.2;letter-spacing:-.025em;text-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .3s ease;font-family:Anton,sans-serif}.feature-description{font-size:1.125rem;line-height:1.7;color:#fffffff2;margin:0;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.1);transition:transform .3s ease}.feature-visual{flex:0 0 auto;z-index:2;filter:drop-shadow(0 8px 24px rgba(0,0,0,.15));transition:transform .4s ease,filter .3s ease}.phone-mockup{width:180px;height:360px;background:#1f2937;border-radius:24px;padding:8px;box-shadow:0 20px 40px #0000004d;position:relative}.phone-mockup:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#374151;border-radius:2px}.phone-screen{width:100%;height:100%;background:#fff;border-radius:20px;padding:20px 16px;overflow:hidden}.mock-content{height:100%;display:flex;flex-direction:column}.mock-line{background:#e5e7eb;border-radius:4px;margin-bottom:8px;height:12px}.mock-line.long{width:100%}.discover-animation-container{width:220px;height:320px;position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:24px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);overflow:hidden;box-shadow:0 16px 32px #0000001a,inset 0 1px #ffffff4d}.thinking-people-group{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:15px;z-index:3}.person-avatar{width:40px;height:40px;border-radius:50%;position:relative;animation:bobbing 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center;font-size:20px;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0003}.person-1{background:linear-gradient(135deg,#ff6b6b,#ee5a52);animation-delay:0s}.person-1:after{content:"👨‍🎭";font-size:16px}.person-2{background:linear-gradient(135deg,#4ecdc4,#44a08d);animation-delay:.3s}.person-2:after{content:"👩‍🎤";font-size:16px}.person-3{background:linear-gradient(135deg,#45b7d1,#96c93d);animation-delay:.6s}.person-3:after{content:"👨‍🎬";font-size:16px}.thought-bubble{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#fff;border-radius:15px;padding:5px 8px;box-shadow:0 4px 12px #00000026;opacity:0;animation:thoughtAppear 3s ease-in-out infinite}.thought-bubble:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid white}.thought-content{font-size:14px;line-height:1}.person-1 .thought-bubble{animation-delay:.5s}.person-2 .thought-bubble{animation-delay:1s}.person-3 .thought-bubble{animation-delay:1.5s}.experience-posts{position:absolute;top:20px;left:50%;transform:translate(-50%);width:160px}.experience-post{position:absolute;width:140px;background:#fff;border-radius:12px;padding:10px;box-shadow:0 4px 12px #0000001a;opacity:0;transform:translateY(50px);animation:postFloat 4s ease-in-out infinite}.post-1{animation-delay:2s;left:-10px}.post-2{animation-delay:2.5s;left:10px;top:20px}.post-3{animation-delay:3s;left:-5px;top:40px}.post-avatar{width:24px;height:24px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;margin-bottom:8px}.post-content{display:flex;flex-direction:column;gap:6px}.post-text{height:8px;background:#e5e7eb;border-radius:4px;width:80%}.post-image{height:40px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-radius:6px}.connection-lines{position:absolute;inset:0;pointer-events:none}.connection-line{position:absolute;background:linear-gradient(90deg,transparent,rgba(139,92,246,.6),transparent);height:2px;animation:connectionPulse 3s ease-in-out infinite}.line-1{bottom:60px;left:20px;right:20px;animation-delay:2.2s}.line-2{bottom:80px;left:30px;right:30px;animation-delay:2.7s}.line-3{bottom:100px;left:25px;right:25px;animation-delay:3.2s}.collaboration-animation-container{width:220px;height:320px;position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:24px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);overflow:hidden;box-shadow:0 16px 32px #0000001a,inset 0 1px #ffffff4d}.collaboration-scene{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:200px;display:flex;align-items:center;justify-content:space-between}.artist{display:flex;flex-direction:column;align-items:center;position:relative;animation:artistPulse 3s ease-in-out infinite}.artist-1{animation-delay:0s}.artist-2{animation-delay:1.5s}.artist-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ee5a52);display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative;box-shadow:0 4px 12px #0003}.artist-2 .artist-avatar{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.artist-icon{font-size:18px;animation:iconSpin 4s ease-in-out infinite}.artist-name{font-size:10px;color:#fff;font-weight:600;margin-bottom:6px}.creative-tools{display:flex;gap:4px}.tool{width:8px;height:8px;border-radius:2px;animation:toolGlow 2s ease-in-out infinite}.tool-1{background:#fbbf24;animation-delay:.2s}.tool-2{background:#f87171;animation-delay:.4s}.tool-3{background:#34d399;animation-delay:.6s}.tool-4{background:#60a5fa;animation-delay:.8s}.shared-project{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:12px;background:#fff;box-shadow:0 6px 20px #00000026;display:flex;align-items:center;justify-content:center;animation:projectGrow 4s ease-in-out infinite}.project-canvas{width:40px;height:40px;position:relative;border-radius:8px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.project-element{position:absolute;border-radius:50%;animation:elementAppear 3s ease-in-out infinite}.element-1{width:8px;height:8px;background:#8b5cf6;top:8px;left:8px;animation-delay:1s}.element-2{width:6px;height:6px;background:#ec4899;top:15px;right:8px;animation-delay:2s}.element-3{width:7px;height:7px;background:#10b981;bottom:8px;left:12px;animation-delay:3s}.project-progress{position:absolute;bottom:2px;left:2px;right:2px;height:3px;background:#e5e7eb;border-radius:2px;overflow:hidden}.project-progress:after{content:"";position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:2px;animation:progressFill 6s ease-in-out infinite;width:0}.collaboration-spark{position:absolute;top:-15px;right:-15px;font-size:16px;animation:sparkTwinkle 2s ease-in-out infinite}.collaboration-flow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:2px}.flow-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.8),transparent);animation:flowPulse 3s ease-in-out infinite}.flow-1{left:0;width:70px;animation-delay:.5s}.flow-2{right:0;width:70px;animation-delay:2s}.floating-ideas{position:absolute;inset:0;pointer-events:none}.idea-bubble{position:absolute;font-size:16px;animation:ideaFloat 4s ease-in-out infinite;opacity:0}.idea-1{top:30px;left:30px;animation-delay:1s}.idea-2{top:50px;right:30px;animation-delay:2.5s}.idea-3{bottom:80px;left:50%;transform:translate(-50%);animation-delay:4s}.chat-animation-container{width:220px;height:320px;position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:24px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);overflow:hidden;padding:24px;box-shadow:0 16px 32px #0000001a,inset 0 1px #ffffff4d}.chat-conversation{display:flex;flex-direction:column;gap:16px;height:100%}.chat-message{display:flex;align-items:flex-end;gap:8px;opacity:0;transform:translateY(20px);animation:messageAppear 8s ease-in-out infinite}.message-1{animation:messageAppear1 8s ease-in-out infinite}.message-2{animation:messageAppear2 8s ease-in-out infinite;flex-direction:row-reverse}.message-3{animation:messageAppear3 8s ease-in-out infinite}.message-4{animation:messageAppear4 8s ease-in-out infinite;flex-direction:row-reverse}.message-avatar{width:24px;height:24px;font-size:16px;display:flex;align-items:center;justify-content:center}.message-bubble{background:#fff;border-radius:16px;padding:8px 12px;box-shadow:0 2px 8px #0000001a;max-width:140px}.outgoing .message-bubble{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff}.message-text{font-size:10px;line-height:1.3}.connection-indicators{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:2px}.connection-pulse{position:absolute;width:30px;height:2px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.8),transparent);animation:connectionFlow 8s ease-in-out infinite}.pulse-1{left:0;animation:connectionFlow1 8s ease-in-out infinite}.pulse-2{left:35px;animation:connectionFlow2 8s ease-in-out infinite}.pulse-3{right:0;animation:connectionFlow3 8s ease-in-out infinite}.typing-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);opacity:0;animation:typingAppear 8s ease-in-out infinite}.typing-dots{display:flex;gap:4px;background:#fff;padding:8px 12px;border-radius:16px;box-shadow:0 2px 8px #0000001a}.dot{width:4px;height:4px;background:#8b5cf6;border-radius:50%;animation:dotBounce 1.5s ease-in-out infinite}.dot-1{animation-delay:0s}.dot-2{animation-delay:.2s}.dot-3{animation-delay:.4s}.posting-animation-container{width:220px;height:320px;position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:24px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);overflow:hidden;padding:24px;box-shadow:0 16px 32px #0000001a,inset 0 1px #ffffff4d}.posting-form{height:100%;display:flex;flex-direction:column;gap:16px}.form-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.form-icon{font-size:16px}.form-title{font-size:12px;font-weight:600;color:#fff}.form-fields{flex:1;display:flex;flex-direction:column;gap:12px}.form-field{opacity:0;animation:fieldAppear 6s ease-in-out infinite}.field-1{animation-delay:.5s}.field-2{animation-delay:1.5s}.field-3{animation-delay:2.5s}.field-label{font-size:9px;color:#fffc;margin-bottom:4px}.field-input{background:#fff;border-radius:8px;padding:8px;position:relative;display:flex;align-items:center}.field-input.large{min-height:40px;align-items:flex-start;padding-top:8px}.typing-text{font-size:9px;color:#333;flex:1}.cursor-blink{width:1px;height:12px;background:#8b5cf6;animation:cursorBlink 1s ease-in-out infinite;margin-left:2px}.post-button{background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;animation:buttonAppear 6s ease-in-out infinite;animation-delay:3.5s;cursor:pointer;transition:transform .2s}.post-button:hover{transform:scale(1.05)}.button-text{font-size:10px;font-weight:600;color:#fff}.button-icon{font-size:12px}.post-success{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;opacity:0;animation:successAppear 6s ease-in-out infinite;animation-delay:4.5s}.success-icon{font-size:32px;margin-bottom:8px}.success-text{font-size:12px;font-weight:600;color:#fff;margin-bottom:8px}.success-sparkles{position:relative}.sparkle{position:absolute;font-size:16px;animation:sparkleFloat 2s ease-in-out infinite}.sparkle-1{top:-20px;left:-20px;animation-delay:0s}.sparkle-2{top:-15px;right:-20px;animation-delay:.3s}.sparkle-3{bottom:-15px;left:50%;transform:translate(-50%);animation-delay:.6s}.jobs-animation-container{width:220px;height:320px;position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:24px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);overflow:hidden;padding:20px;box-shadow:0 16px 32px #0000001a,inset 0 1px #ffffff4d}.jobs-feed{height:100%;display:flex;flex-direction:column}.feed-header{margin-bottom:12px}.search-bar{background:#fff;border-radius:20px;padding:8px 12px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #0000001a}.search-icon{font-size:12px}.search-text{font-size:9px;color:#666;flex:1}.job-cards{flex:1;display:flex;flex-direction:column;gap:8px;overflow:hidden}.job-card{background:#fff;border-radius:12px;padding:10px;box-shadow:0 2px 8px #0000001a;opacity:0;transform:translateY(20px);animation:jobCardSlide 8s ease-in-out infinite}.card-1{animation-delay:1s}.card-2{animation-delay:2.5s}.card-3{animation-delay:4s}.job-company{display:flex;align-items:center;gap:6px;margin-bottom:6px}.company-logo{font-size:14px}.company-name{font-size:8px;font-weight:600;color:#333}.job-title{font-size:10px;font-weight:700;color:#8b5cf6;margin-bottom:6px}.job-details{display:flex;gap:8px;margin-bottom:8px}.job-type,.job-budget{font-size:7px;color:#666}.apply-button{background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:8px;padding:6px 10px;display:flex;align-items:center;justify-content:center;gap:4px}.apply-text{font-size:8px;font-weight:600;color:#fff}.apply-icon{font-size:10px}.discovery-indicators{position:absolute;top:16px;right:16px}.new-job-alert{background:#ef4444;border-radius:16px;padding:4px 8px;display:flex;align-items:center;gap:4px;opacity:0;animation:alertPulse 8s ease-in-out infinite;animation-delay:5s}.alert-icon{font-size:10px}.alert-text{font-size:7px;font-weight:600;color:#fff}.mock-chat-list{display:flex;flex-direction:column;gap:16px}.mock-chat-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:12px}.mock-avatar{width:32px;height:32px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;flex-shrink:0}.mock-chat-text{flex:1}.gig-content{justify-content:center}.mock-form{display:flex;flex-direction:column;gap:16px;width:100%}.mock-input{height:32px;background:#f3f4f6;border-radius:8px}.mock-input.large{height:60px}.mock-submit-btn{height:36px;background:#8b5cf6;border-radius:8px;margin-top:8px}.mock-job-list{display:flex;flex-direction:column;gap:16px}.mock-job-card{background:#f9fafb;border-radius:12px;padding:16px}.mock-job-header,.mock-job-details{margin-bottom:12px}.mock-apply-btn{height:28px;width:80px;background:#8b5cf6;border-radius:6px}@media (max-width: 1024px){.features-title{font-size:2.5rem;gap:12px}.features-logo-image{height:2.3rem}.features-grid{gap:32px}.feature-card{padding:36px;min-height:380px;border-radius:28px}.feature-card:before{border-radius:28px}.feature-title{font-size:2rem}.feature-description{font-size:1.05rem}.phone-mockup{width:160px;height:320px}.discover-animation-container,.collaboration-animation-container,.chat-animation-container,.posting-animation-container,.jobs-animation-container{width:180px;height:280px;border-radius:20px}.feature-content{gap:28px}}@media (max-width: 768px){.features{padding:60px 0}.features-title{font-size:2rem;gap:10px}.features-logo-image{height:1.8rem}.features-description{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:28px}.features-grid .feature-card:last-child{grid-column:1;max-width:none}.feature-card{padding:32px;min-height:auto;border-radius:24px}.feature-card:before{border-radius:24px}.feature-card:hover{transform:translateY(-4px) scale(1.01)}.feature-content{flex-direction:column;text-align:center;gap:28px}.feature-text{max-width:100%}.phone-mockup{width:160px;height:320px}.discover-animation-container,.collaboration-animation-container,.chat-animation-container,.posting-animation-container,.jobs-animation-container{width:200px;height:300px;border-radius:20px}.feature-title{font-size:1.75rem}.feature-description{font-size:1rem}}@media (max-width: 480px){.container{padding:0 16px}.features{padding:40px 0}.features-title{font-size:1.75rem;gap:8px}.features-logo-image{height:1.6rem}.features-header{margin-bottom:40px}.feature-card{padding:24px;border-radius:20px}.feature-card:before{border-radius:20px}.feature-card:hover{transform:translateY(-2px) scale(1.005)}.phone-mockup{width:140px;height:280px}.discover-animation-container,.collaboration-animation-container,.chat-animation-container,.posting-animation-container,.jobs-animation-container{width:180px;height:280px;border-radius:18px}.chat-animation-container,.posting-animation-container{padding:20px}.feature-title{font-size:1.5rem}.feature-description{font-size:.95rem}}@keyframes bobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes thoughtAppear{0%,70%{opacity:0;transform:translate(-50%) scale(.8)}15%,55%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%) scale(.8)}}@keyframes postFloat{0%,80%{opacity:0;transform:translateY(50px) scale(.8)}20%,60%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.9)}}@keyframes connectionPulse{0%,90%{opacity:0;transform:scaleX(0)}10%,80%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes artistPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes iconSpin{0%,90%{transform:rotate(0)}95%,to{transform:rotate(360deg)}}@keyframes toolGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes projectGrow{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}@keyframes elementAppear{0%,70%{opacity:0;transform:scale(0)}20%,50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes progressFill{0%,20%{width:0}80%,to{width:100%}}@keyframes sparkTwinkle{0%,to{opacity:.5;transform:scale(1) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}@keyframes flowPulse{0%,90%{opacity:0;transform:scaleX(0)}10%,80%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes ideaFloat{0%,80%{opacity:0;transform:translateY(20px) scale(.8)}20%,60%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.8)}}@keyframes messageAppear{0%,80%{opacity:0;transform:translateY(20px)}20%,60%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes messageAppear1{0%,to{opacity:1;transform:translateY(0)}5%{opacity:0;transform:translateY(-10px)}10%,35%{opacity:1;transform:translateY(0)}40%,95%{opacity:0;transform:translateY(-10px)}}@keyframes messageAppear2{0%,25%{opacity:0;transform:translateY(-10px)}30%,55%{opacity:1;transform:translateY(0)}60%,to{opacity:0;transform:translateY(-10px)}}@keyframes messageAppear3{0%,45%{opacity:0;transform:translateY(-10px)}50%,85%{opacity:1;transform:translateY(0)}90%,to{opacity:0;transform:translateY(-10px)}}@keyframes messageAppear4{0%,15%{opacity:0;transform:translateY(-10px)}20%,75%{opacity:1;transform:translateY(0)}80%,95%{opacity:0;transform:translateY(-10px)}96%,to{opacity:1;transform:translateY(0)}}@keyframes connectionFlow{0%,90%{opacity:0;transform:scaleX(0)}10%,80%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes connectionFlow1{0%,12%{opacity:0;transform:scaleX(0)}15%,38%{opacity:1;transform:scaleX(1)}42%,to{opacity:0;transform:scaleX(0)}}@keyframes connectionFlow2{0%,32%{opacity:0;transform:scaleX(0)}35%,58%{opacity:1;transform:scaleX(1)}62%,to{opacity:0;transform:scaleX(0)}}@keyframes connectionFlow3{0%,22%{opacity:0;transform:scaleX(0)}25%,68%{opacity:1;transform:scaleX(1)}72%,to{opacity:0;transform:scaleX(0)}}@keyframes typingAppear{0%,60%{opacity:0}70%,90%{opacity:1}to{opacity:0}}@keyframes dotBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes fieldAppear{0%,70%{opacity:0;transform:translate(-20px)}20%,50%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes buttonAppear{0%,70%{opacity:0;transform:scale(.8)}20%,50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@keyframes successAppear{0%,80%{opacity:0;transform:translate(-50%,-50%) scale(.5)}20%,60%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}@keyframes sparkleFloat{0%,to{opacity:0;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-10px) scale(1.2)}}@keyframes jobCardSlide{0%,80%{opacity:0;transform:translateY(20px)}20%,60%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes alertPulse{0%,70%{opacity:0;transform:scale(.8)}20%,50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1)}}@keyframes subtleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.how-it-works{padding:80px 0;background:linear-gradient(180deg,#fff 0% 100%);overflow:hidden;position:relative}.how-it-works-header{text-align:center;margin-bottom:80px;max-width:800px;margin-left:auto;margin-right:auto}.how-it-works-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2;font-family:Anton,sans-serif}.how-it-works-description{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}.steps-container{position:relative;max-width:1000px;margin:0 auto}.timeline-line{position:absolute;left:50%;top:100px;bottom:100px;width:2px;background:linear-gradient(180deg,#8b5cf6,#a855f7);transform:translate(-50%);z-index:1}.step-item{display:flex;align-items:center;margin-bottom:120px;position:relative;z-index:2;gap:10%}.step-item:last-child{margin-bottom:0}.step-1,.step-3,.step-2{justify-content:space-between}.step-content{flex:0 0 40%;display:flex;align-items:center;gap:30px}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 10px 30px #8b5cf64d;position:absolute;left:50%;transform:translate(-50%);z-index:3}.step-info{flex:1}.step-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.3;font-family:Anton,sans-serif}.step-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 20px}.app-store-icons{display:flex;gap:clamp(8px,2vw,16px);justify-content:flex-start}.store-icon{width:clamp(36px,8vw,48px);height:clamp(36px,8vw,48px);border-radius:clamp(8px,2vw,12px);display:flex;align-items:center;justify-content:center;position:relative;background:#fff;border:2px solid #e5e7eb;color:#6b7280;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.store-icon:hover{background:linear-gradient(135deg,#f3e8ff,#e9d5ff,#ddd6fe);border-color:#c084fc;color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf633}.store-icon svg{width:60%;height:60%;transition:all .3s ease}.step-visual{flex:0 0 40%;display:flex;justify-content:center;position:relative;padding:0 20px}.step-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.phone-mockup-hiw{width:220px;height:440px;background:linear-gradient(135deg,#1f2937,#374151);border-radius:28px;padding:10px;box-shadow:0 25px 50px #00000040;position:relative}.phone-mockup-hiw:before{content:"";position:absolute;top:25px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#4b5563;border-radius:2px}.phone-screen-hiw{width:100%;height:100%;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-radius:24px;padding:25px 20px;overflow:hidden;position:relative}.mock-app-content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.step-1 .mock-header-hiw{margin-bottom:20px}.mock-nav-dots{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.nav-dot{width:8px;height:8px;background:#8b5cf699;border-radius:50%}.mock-profile-section{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.mock-profile-pic-large{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;margin-bottom:12px}.mock-profile-info-hiw{text-align:center}.mock-content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.mock-content-item{height:40px;background:#8b5cf64d;border-radius:8px}.step-2 .mock-signup-form{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;padding:20px 0}.mock-logo{width:50px;height:50px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:12px}.mock-input-field{width:80%;height:36px;background:#fffc;border-radius:8px;border:1px solid rgba(139,92,246,.2)}.mock-signup-btn{width:80%;height:40px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;font-weight:600}.step-3 .mock-role-selection{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;height:100%;justify-content:center}.mock-greeting{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:8px 16px;border-radius:12px;font-size:.8rem;font-weight:600}.mock-role-options{display:flex;gap:15px}.mock-role-card{width:60px;height:80px;background:#ffffffe6;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:2px solid rgba(139,92,246,.2)}.role-icon{width:24px;height:24px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:6px}.role-text{font-size:.7rem;color:#6b7280;font-weight:500}.mock-chat-bubbles{display:flex;gap:8px;align-items:center}.chat-bubble{background:#fff;padding:6px 12px;border-radius:12px;font-size:.7rem;color:#6b7280;box-shadow:0 2px 8px #0000001a}.chat-bubble-small{width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a}.mock-line{background:#8b5cf64d;border-radius:4px;margin-bottom:6px;height:10px}.mock-line.short{width:60%}.mock-line.medium{width:80%}@media (max-width: 1024px){.how-it-works-title{font-size:2.5rem}.phone-mockup-hiw{width:180px;height:360px}.step-number{width:70px;height:70px;font-size:1.25rem}.step-content{gap:20px}}@media (max-width: 900px){.step-number{position:static!important;transform:none!important;margin-bottom:20px;order:1}.step-item{flex-direction:column!important;text-align:center;gap:0}.step-content,.step-visual{flex:none;width:100%;justify-content:center}.step-content{margin-bottom:30px;order:2}.step-visual{order:3}}@media (max-width: 768px){.how-it-works{padding:60px 0}.how-it-works-title{font-size:2rem}.how-it-works-header{margin-bottom:60px}.timeline-line{display:none}.step-item{flex-direction:column!important;text-align:center;margin-bottom:60px;gap:0}.step-number{position:static!important;transform:none!important;margin-bottom:20px;order:1}.step-content{flex:none;width:100%;margin-bottom:30px;justify-content:center;order:2}.step-visual{flex:none;width:100%;padding:0 30px;justify-content:center;order:3}.phone-mockup-hiw{width:200px;height:400px}.step-title{font-size:1.25rem}.step-description{font-size:.95rem}.app-store-icons{justify-content:center;gap:clamp(12px,3vw,20px)}.store-icon{width:clamp(40px,10vw,50px);height:clamp(40px,10vw,50px)}}@media (max-width: 480px){.container{padding:0 16px}.how-it-works{padding:40px 0}.how-it-works-title{font-size:1.75rem}.how-it-works-header,.step-item{margin-bottom:40px}.step-number{width:60px;height:60px;font-size:1.1rem;position:static!important;transform:none!important;margin-bottom:15px;order:1}.phone-mockup-hiw{width:180px;height:360px}.step-title{font-size:1.1rem}.step-description{font-size:.9rem}.step-content{gap:15px;justify-content:center;order:2}.step-visual{padding:0 20px;justify-content:center;order:3}.app-store-icons{justify-content:center;gap:clamp(10px,4vw,16px)}.store-icon{width:clamp(32px,12vw,44px);height:clamp(32px,12vw,44px);border-radius:clamp(6px,2vw,10px)}.store-icon svg{width:65%;height:65%}}@media screen and (max-height: 600px) and (orientation: landscape){.how-it-works{padding:40px 0}.how-it-works-header{margin-bottom:40px}.how-it-works-title{font-size:1.75rem;margin-bottom:15px}.how-it-works-description{font-size:1rem}.step-item{margin-bottom:40px;flex-direction:row!important;text-align:left;align-items:flex-start;gap:20px}.step-number{position:static!important;transform:none!important;margin-bottom:0;margin-right:20px;order:1;width:50px;height:50px;font-size:1rem;flex-shrink:0}.step-content{flex:1;order:2;margin-bottom:0;margin-right:20px}.step-visual{flex:0 0 35%;order:3;padding:0}.step-image{max-width:100%;height:auto;max-height:250px}.step-title{font-size:1.1rem;margin-bottom:8px}.step-description{font-size:.9rem;margin-bottom:15px}.app-store-icons{justify-content:flex-start;gap:12px}.store-icon{width:40px;height:40px}.timeline-line{display:none}}@media screen and (max-height: 450px) and (orientation: landscape){.how-it-works{padding:30px 0}.how-it-works-header{margin-bottom:30px}.how-it-works-title{font-size:1.5rem;margin-bottom:10px}.how-it-works-description{font-size:.95rem}.step-item{margin-bottom:30px;gap:15px}.step-number{width:40px;height:40px;font-size:.9rem;margin-right:15px}.step-image{max-height:200px}.step-title{font-size:1rem;margin-bottom:6px}.step-description{font-size:.85rem;margin-bottom:10px}.app-store-icons{gap:10px}.store-icon{width:35px;height:35px}}.faq-section{padding:80px 0;background-color:#fff;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.faq-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.faq-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2;font-family:Anton,sans-serif}.faq-highlight{background:#6a0dad;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.faq-description{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.faq-item:hover{box-shadow:0 4px 12px #0000001a;border-color:#d1d5db}.faq-item.active{border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf626}.faq-question{width:100%;padding:24px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background-color:#f9fafb}.faq-item.active .faq-question{background-color:#faf5ff}.faq-question-text{font-size:1.125rem;font-weight:600;color:#1a1a1a;line-height:1.4;flex:1;margin-right:16px}.faq-icon{font-size:1.5rem;font-weight:400;color:#8b5cf6;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f3e8ff;transition:all .3s ease;flex-shrink:0;line-height:1;font-family:monospace}.faq-item.active .faq-icon{background-color:#8b5cf6;color:#fff;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;background-color:#fefefe}.faq-answer.expanded{max-height:500px}.faq-answer-content{padding:0 24px 24px;border-top:1px solid #f3f4f6}.faq-answer-content p{font-size:1rem;color:#4b5563;line-height:1.6;margin:16px 0 0}@media (max-width: 768px){.faq-section{padding:60px 0}.container{padding:0 16px}.faq-header{margin-bottom:40px}.faq-title{font-size:2.5rem;line-height:1.1}.faq-description{font-size:1rem}.faq-list{gap:12px}.faq-question{padding:20px}.faq-question-text{font-size:1rem;margin-right:12px}.faq-icon{width:28px;height:28px;font-size:1.25rem;line-height:1;font-family:monospace}.faq-answer-content{padding:0 20px 20px}.faq-answer-content p{font-size:.9rem}}@media (max-width: 480px){.faq-section{padding:50px 0}.faq-title{font-size:2rem}.faq-question{padding:16px}.faq-question-text{font-size:.95rem}.faq-icon{width:24px;height:24px;font-size:1.1rem;line-height:1;font-family:monospace}.faq-answer-content{padding:0 16px 16px}.faq-answer-content p{font-size:.85rem;margin-top:12px}}@keyframes expandFAQ{0%{max-height:0}to{max-height:500px}}@keyframes collapseFAQ{0%{max-height:500px}to{max-height:0}}.faq-answer.expanded{animation:expandFAQ .3s ease-out}.faq-question:focus{outline:2px solid #8b5cf6;outline-offset:2px}.faq-question:focus-visible{outline:2px solid #8b5cf6;outline-offset:2px}.footer{background:#2a2a2a;color:#fff;padding:4rem 0 2rem;margin-top:6rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(139,92,246,.3) 20%,rgba(168,85,247,.5) 50%,rgba(139,92,246,.3) 80%,transparent 100%)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:4rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-image{height:2rem;width:auto;object-fit:contain}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.contact-email,.contact-phone{color:#ccc;font-size:.95rem;margin:0;transition:color .3s ease}.contact-email:hover,.contact-phone:hover{color:#8b5cf6}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#ccc;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf64d}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0;margin-bottom:1rem;font-family:Anton,sans-serif}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#ccc;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;padding-left:0}.footer-link:hover{color:#8b5cf6;padding-left:.5rem}.footer-link:before{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:0;height:2px;background:#8b5cf6;transition:width .3s ease}.footer-link:hover:before{width:.25rem}.footer-download{align-items:flex-start}.download-buttons{display:flex;flex-direction:column;gap:1rem}.download-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;text-decoration:none;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px);cursor:pointer;font-family:inherit}.download-btn:hover{background:#8b5cf633;border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf633}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:8px;flex-shrink:0}.btn-text{display:flex;flex-direction:column;gap:.125rem}.btn-subtitle{font-size:.75rem;color:#ccc;line-height:1}.btn-title{font-size:.95rem;font-weight:600;color:#fff;line-height:1}@media (max-width: 768px){.footer{padding:3rem 0 2rem;margin-top:4rem}.footer-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-brand{align-items:center;text-align:center}.footer-social{justify-content:center}.footer-links{align-items:center}.footer-link:hover{padding-left:0}.footer-link:before{display:none}.download-buttons{align-items:center;width:100%;max-width:300px;margin:0 auto}.download-btn{width:100%;justify-content:center}}@media (max-width: 480px){.footer{padding:2.5rem 0 1.5rem;margin-top:3rem}.container{padding:0 1rem}.footer-content{gap:2rem}.footer-logo-image{height:1.75rem}.footer-title{font-size:1.125rem}.contact-email,.contact-phone,.footer-link{font-size:.9rem}.social-link{width:36px;height:36px}.download-btn{padding:.625rem .875rem}.btn-icon{width:28px;height:28px}.btn-subtitle{font-size:.7rem}.btn-title{font-size:.875rem}}*{transition:color .3s ease,background-color .3s ease,transform .3s ease,box-shadow .3s ease}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}.social-link:focus,.footer-link:focus,.download-btn:focus{outline:2px solid #8b5cf6;outline-offset:2px}@media (prefers-contrast: high){.footer{background:#000;color:#fff}.social-link,.download-btn{border:2px solid #ffffff}.social-link:hover,.download-btn:hover{background:#fff;color:#000}}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:16px;min-height:100vh;min-width:100vw;place-items:center;place-content:center}.popup-content{background:#fff;border-radius:12px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026;animation:popupSlideIn .3s ease-out;position:relative;margin:auto;-ms-overflow-style:none;scrollbar-width:none}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-overlay-alt{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:16px;box-sizing:border-box}.close-btn{position:absolute;top:16px;right:16px;background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;color:#666;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:1001;width:36px;height:36px}.close-btn:hover{background-color:#f5f5f5;color:#333}.close-btn svg{width:20px;height:20px}.popup-header{padding:24px 24px 16px;text-align:left}.popup-header h2{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 16px;line-height:1.2;font-family:Anton,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.5px}.popup-description{margin-top:8px}.launch-announcement{color:#2d3748;font-size:16px;font-weight:600;margin:0 0 12px;line-height:1.4;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pulse 2s ease-in-out infinite alternate;text-align:center}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.02)}}.store-highlight{background:linear-gradient(135deg,#ff6b6b,#feca57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;text-shadow:0 0 10px rgba(255,107,107,.3)}.notification-text{color:#4a5568;font-size:15px;font-weight:400;margin:0 0 12px;line-height:1.4;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:center}.premium-highlight{background:#f9fafb;border-left:3px solid #e5e7eb;padding:12px 16px;border-radius:4px;margin:12px 0 0;font-size:14px;font-weight:400;line-height:1.5;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#6b7280;text-align:left}.exclusive-text{color:#4b5563;font-weight:500}.premium-text{color:#6b7280;font-weight:500}@supports not (-webkit-background-clip: text){.launch-announcement{color:#5a67d8;background:none}.store-highlight{color:#ff6b6b;background:none;font-weight:700}}.registration-form{padding:0 24px 32px}.form-row{display:flex;flex-direction:column;gap:18px;margin-bottom:18px}.form-group{display:flex;flex-direction:column;margin-bottom:18px}.form-group label{margin-bottom:8px;color:#1a1a1a;font-weight:500;font-size:16px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-group input{padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background-color:#fff;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a}.form-group input::placeholder{color:#9ca3af;font-weight:400}.form-group input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-group input.error{border-color:#ef4444;background-color:#fef2f2}.form-group input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.mobile-input-container{display:flex;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;transition:all .2s ease;overflow:hidden}.mobile-input-container:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.mobile-input-container.error{border-color:#ef4444;background-color:#fef2f2}.mobile-input-container.error:focus-within{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.country-code{display:flex;align-items:center;padding:14px 16px;background-color:#f9fafb;border-right:2px solid #e5e7eb;gap:8px;font-weight:500;color:#1a1a1a;white-space:nowrap;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-width:80px}.flag{font-size:18px}.code{font-size:16px}.dropdown-arrow{font-size:12px;color:#6b7280;margin-left:4px}.mobile-input-container input{border:none;background:transparent;padding:14px 16px;flex:1;font-size:16px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a}.mobile-input-container input::placeholder{color:#9ca3af;font-weight:400}.mobile-input-container input:focus{outline:none;box-shadow:none}.error-message{color:#dc2626;font-size:13px;margin-top:4px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.3;display:block}.submit-btn{width:100%;background:#6a0dad;color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:20px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.submit-btn:hover{background:#6a0dad;transform:translateY(-1px);box-shadow:0 8px 25px #8b5cf64d}.submit-btn:active{transform:translateY(0)}@media (min-width: 768px){.popup-overlay{padding:20px}.popup-content{max-width:500px}.popup-header{padding:32px 32px 20px}.popup-header h2{font-size:28px;margin:0 0 18px}.launch-announcement{font-size:17px}.notification-text{font-size:16px}.premium-highlight{font-size:15px;padding:14px 18px}.registration-form{padding:0 32px 40px}.form-row{flex-direction:column;gap:18px;margin-bottom:20px}.form-row .form-group{flex:1;margin-bottom:0}.form-group{margin-bottom:20px}.close-btn{top:20px;right:20px}.notification-overlay{padding:50px 20px 20px}.notification-popup{min-width:350px;max-width:450px}.notification-content{padding:18px 24px;gap:14px}.notification-icon{width:26px;height:26px}.notification-icon svg{width:26px;height:26px}.notification-message{font-size:16px;line-height:1.4}.notification-close svg{width:20px;height:20px}}@media (min-width: 1024px){.popup-content{max-width:580px}.popup-header{padding:40px 40px 24px}.popup-header h2{font-size:32px;margin:0 0 20px}.launch-announcement{font-size:18px}.notification-text{font-size:17px}.premium-highlight{font-size:16px;padding:16px 20px}.registration-form{padding:0 40px 48px}.close-btn{top:24px;right:24px;width:40px;height:40px}.close-btn svg{width:24px;height:24px}.notification-overlay{padding:60px 24px 24px}.notification-popup{min-width:400px;max-width:500px}.notification-content{padding:20px 28px;gap:16px}.notification-icon{width:28px;height:28px}.notification-icon svg{width:28px;height:28px}.notification-message{font-size:17px;line-height:1.4}.notification-close{padding:6px}.notification-close svg{width:22px;height:22px}}.popup-content::-webkit-scrollbar{display:none}.notification-overlay{position:fixed;inset:0;z-index:2000;display:flex;justify-content:center;align-items:flex-start;padding:40px 16px 16px;pointer-events:none}.notification-popup{background:#10b981;border-radius:12px;box-shadow:0 10px 40px #00000026;animation:notificationSlideIn .4s ease-out;pointer-events:auto;width:100%;min-width:280px;max-width:500px}@keyframes notificationSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-content{display:flex;align-items:center;padding:16px 20px;gap:12px;position:relative}.notification-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.notification-icon svg{width:24px;height:24px}.notification-message{flex:1;font-size:16px;font-weight:500;line-height:1.4;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.notification-close{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;transition:background-color .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.notification-close:hover{background-color:#fff3}.notification-close svg{width:20px;height:20px}.popup-content:focus{outline:none}@media (max-width: 380px){.popup-overlay{padding:12px}.popup-header{padding:20px 20px 16px}.popup-header h2{font-size:22px}.launch-announcement{font-size:15px}.notification-text{font-size:14px}.premium-highlight{font-size:13px;padding:10px 14px}.registration-form{padding:0 20px 28px}.close-btn{top:12px;right:12px;width:32px;height:32px}.close-btn svg{width:18px;height:18px}.country-code{padding:12px 14px;min-width:75px}.form-group input,.mobile-input-container input{padding:12px 14px}.submit-btn{padding:14px 20px}.notification-overlay{padding:20px 12px 12px}.notification-popup{min-width:260px;max-width:calc(100vw - 24px)}.notification-content{padding:12px 16px;gap:10px}.notification-icon{width:20px;height:20px}.notification-icon svg{width:20px;height:20px}.notification-message{font-size:14px;line-height:1.3}.notification-close svg{width:18px;height:18px}}@media (min-width: 1440px){.notification-overlay{padding-top:80px}.notification-popup{max-width:520px}}.App{min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:0;padding:0}button{font-family:inherit}html{scroll-behavior:smooth}
