*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#fcfcfa;--bg-secondary:#f5f5f0;--bg-card:#fff;--text-primary:#18181a;--text-secondary:#64646b;--text-muted:#9ca3af;--brand-purple:#3a6fc5;--brand-pink:#3a6fc5;--brand-orange:#452711;--brand-blue:#3a6fc5;--brand-green:#10b981;--brand-yellow:#f7e270;--border-thick:1px solid #00000014;--border-thin:1px solid #00000014;--shadow-playful:0 4px 16px #0000000a, 0 1px 3px #00000005;--shadow-playful-hover:0 12px 32px #3a6fc51f, 0 4px 12px #0000000a;--font-sans:"Inter", system-ui, sans-serif;--font-display:"Plus Jakarta Sans", "Inter", system-ui, sans-serif}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;background-image:none;line-height:1.6;overflow-x:hidden}.gradient-text{background:linear-gradient(135deg, var(--brand-purple) 0%, var(--brand-pink) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 2rem}nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #00000014;border-radius:24px;justify-content:space-between;align-items:center;width:90%;max-width:1100px;padding:.75rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000014,0 2px 6px #0000000a}.nav-logo{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.4rem;font-weight:900;text-decoration:none;display:flex}.nav-logo-icon{background:var(--brand-yellow);border:var(--border-thin);width:40px;height:40px;box-shadow:2px 2px 0px var(--text-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.nav-menu{flex:1;justify-content:space-between;align-items:center;gap:2rem;display:flex}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.nav-links{gap:2.5rem;margin:0 auto;list-style:none;display:flex}.nav-links a{color:var(--text-primary);font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.nav-links a:hover{color:var(--brand-purple);transform:translateY(-2px)}.nav-actions{align-items:center;gap:1rem;display:flex}.btn{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-sans);white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:var(--brand-purple);color:#fff;box-shadow:0 2px 8px #3a6fc540}.btn-primary:hover{background:#2f5da8;transform:translateY(-2px);box-shadow:0 6px 16px #3a6fc559}.btn-primary:active{box-shadow:none;transform:translateY(0)}.btn-outline{color:var(--text-primary);background:#fff;border:1px solid #0000001f;box-shadow:0 2px 6px #0000000a}.btn-outline:hover{background:#f5f5f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn-outline:active{box-shadow:none;transform:translateY(0)}.btn-lg{border-radius:14px;padding:.85rem 1.75rem;font-size:1.05rem}.hero{background:#fcfcfa;flex-direction:column;align-items:center;min-height:100vh;padding:10rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-container{text-align:center;z-index:10;flex-direction:column;align-items:center;max-width:960px;margin:0 auto;display:flex;position:relative}.hero-content{z-index:10;position:relative}.hero-badge{color:var(--brand-purple);box-shadow:none;background:#3a6fc51a;border:1px solid #3a6fc540;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex;transform:none}.hero h1{font-family:var(--font-display);letter-spacing:-.04em;color:#111;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5.5rem);font-weight:900;line-height:1.05}.hero-subtitle{color:#555;max-width:600px;margin:0 auto 2.5rem;font-size:clamp(.95rem,3vw,1.25rem);font-weight:500;line-height:1.6}.hero-actions{justify-content:center;align-items:center;gap:1rem;display:flex}.hero-decor{-webkit-user-select:none;user-select:none;pointer-events:none;z-index:5;font-size:4rem;animation:6s ease-in-out infinite float;position:absolute}.decor-1{font-size:4rem;animation-delay:0s;top:5%;left:-220px}.decor-2{font-size:4.5rem;animation-delay:2s;top:15%;right:-200px}.decor-3{font-size:2.5rem;animation-delay:1.5s;top:40%;left:-280px}.decor-4{font-size:2rem;animation-delay:3s;top:-5%;right:-80px}.decor-5{font-size:3.5rem;animation-delay:.5s;top:60%;right:-280px}.decor-6{font-size:4rem;animation-delay:2.5s;top:75%;left:-200px}.decor-7{font-size:2.5rem;animation-delay:4s;top:55%;right:-120px}.decor-8{font-size:3rem;animation-delay:1s;top:25%;left:-140px}.decor-9{font-size:3rem;animation-delay:3.5s;top:85%;right:-340px}.decor-10{font-size:3.5rem;animation-delay:.8s;top:80%;left:-320px}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.logos-section{background:var(--text-primary);color:#fff;border-top:var(--border-thin);border-bottom:var(--border-thin);padding:3rem 0;overflow:hidden}.logos-label{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-yellow);margin-bottom:2rem;font-weight:800}.logos-track{gap:4rem;width:max-content;animation:20s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-item{opacity:.6;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:900;transition:opacity .3s;display:flex}.logo-item.live{opacity:1;color:#fff}.features-section{padding:8rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-label{color:var(--brand-purple);text-transform:uppercase;letter-spacing:.05em;background:#3a6fc51a;border:1px solid #3a6fc533;border-radius:100px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block;transform:none}.section-title{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.features-section{background:#fff;padding:7rem 0}.spotlight-grid{grid-template-columns:1fr 1.35fr;align-items:flex-start;gap:2.5rem;margin-top:3.5rem;display:grid}@media (width<=1024px){.spotlight-grid{grid-template-columns:1fr;gap:2rem}}.spotlight-nav{flex-direction:column;gap:.85rem;display:flex}.spotlight-tab{cursor:pointer;background:#fcfcfa;border:1px solid #0000000f;border-radius:18px;align-items:flex-start;gap:1.15rem;padding:1.4rem 1.5rem;transition:all .28s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.spotlight-tab:hover{background:#fff;border-color:#3a6fc547;transform:translate(4px);box-shadow:0 8px 24px #00000008}.spotlight-tab.active{background:#fff;border-color:#3a6fc5;transform:translate(6px);box-shadow:0 12px 32px #3a6fc51a,0 2px 6px #00000005}.spotlight-tab-icon{width:46px;height:46px;color:var(--brand-purple);background:#3a6fc512;border:1px solid #3a6fc524;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:all .28s cubic-bezier(.16,1,.3,1);display:flex}.spotlight-tab.active .spotlight-tab-icon{background:var(--brand-purple);color:#fff;border-color:var(--brand-purple);transform:scale(1.05)}.spotlight-tab-text{flex:1}.spotlight-tab-header{flex-direction:column;gap:.2rem;display:flex}.spotlight-tab-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.73rem;font-weight:800;transition:color .2s}.spotlight-tab.active .spotlight-tab-tag{color:var(--brand-purple)}.spotlight-tab-title{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.18rem;font-weight:850;line-height:1.3}.spotlight-tab-desc{color:var(--text-secondary);margin:.6rem 0 0;font-size:.94rem;line-height:1.6;animation:.3s cubic-bezier(.16,1,.3,1) fadeIn}.spotlight-stage{background:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;justify-content:center;min-height:480px;padding:2.75rem;display:flex;position:sticky;top:100px;overflow:hidden;box-shadow:0 20px 50px #0000000a,0 2px 8px #00000005}@media (width<=1024px){.spotlight-stage{min-height:auto;padding:2rem;position:relative;top:0}}.spotlight-preview-content{width:100%;animation:.4s cubic-bezier(.16,1,.3,1) popup}@keyframes popup{0%{opacity:0;transform:translateY(14px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.spotlight-header-row{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.spotlight-3col-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.spotlight-pipeline-grid{gap:.75rem;display:flex}.spotlight-action-box{background:#fff;border:1px solid #0000000f;border-radius:16px;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.spotlight-btn-group{background:#f5f5f0;border-radius:999px;flex-wrap:wrap;gap:.25rem;padding:.25rem;display:flex}.stage-mobile-intro{display:none}@media (width<=640px){.features-section{padding:4.5rem 0}.spotlight-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.spotlight-nav{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:.6rem;padding-bottom:.5rem;overflow-x:auto}.spotlight-nav::-webkit-scrollbar{display:none}.spotlight-tab{scroll-snap-align:start;border-radius:14px;flex-shrink:0;align-items:center;gap:.65rem;padding:.75rem 1rem}.spotlight-tab:hover,.spotlight-tab.active{transform:none}.spotlight-tab-icon{border-radius:10px;width:36px;height:36px;margin:0;font-size:1rem}.spotlight-tab-desc{display:none}.spotlight-tab-title{white-space:nowrap;font-size:.94rem}.spotlight-stage{border-radius:18px;padding:1.35rem}.stage-mobile-intro{display:block}.spotlight-preview-content{display:none}.stage-mobile-tag{color:var(--brand-purple);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:800}.stage-mobile-title{font-family:var(--font-display);color:var(--text-primary);margin:.2rem 0 .4rem;font-size:1.25rem;font-weight:850}.stage-mobile-desc{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.5}.spotlight-header-row{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem}.spotlight-header-row>div:last-child,.spotlight-header-row .spotlight-btn-group{justify-content:flex-start;width:100%}.spotlight-header-row .spotlight-btn-group button{text-align:center;flex:1}.spotlight-3col-grid{grid-template-columns:1fr;gap:.75rem}.spotlight-pipeline-grid{flex-direction:column;gap:.75rem}.spotlight-action-box{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.15rem}.spotlight-action-box button{text-align:center;justify-content:center;width:100%}}.how-section{background-color:var(--bg-secondary);background-image:radial-gradient(at top,#3a6fc514 0%,#0000 70%),radial-gradient(circle,#00000014 1.5px,#0000 1.5px);background-position:top,50%;background-size:100% 100%,24px 24px;border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;padding:8rem 0;position:relative;overflow:hidden}.steps-container{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.step-card{background:#fff;border:1px solid #00000014;border-radius:16px;padding:2.5rem;position:relative;box-shadow:0 4px 16px #0000000a,0 1px 3px #00000005}.step-num{background:var(--brand-purple);color:#fff;font-family:var(--font-sans);border:none;border-radius:100px;padding:.3rem .85rem;font-size:.95rem;font-weight:700;position:absolute;top:-16px;left:24px;transform:none;box-shadow:0 4px 10px #3a6fc540}.step-card h3{font-family:var(--font-display);color:var(--text-primary);margin-top:1rem;margin-bottom:.75rem;font-size:1.3rem;font-weight:800}.testimonials-section{padding:8rem 0;display:none;overflow:hidden}.testimonials-track-container{width:100vw;padding:1rem 0;position:relative;left:calc(50% - 50vw);overflow:hidden}.testimonials-track{gap:2rem;width:max-content;padding-left:2rem;animation:30s linear infinite marquee-left;display:flex}.testimonials-track:hover{animation-play-state:paused}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}.testimonial-card{background:#fff;border:1px solid #00000014;border-radius:16px;flex-shrink:0;width:350px;padding:2rem;transition:transform .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #0000000a}.testimonial-card:hover{border-color:#00000026;transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.testimonial-avatar{border:1px solid #0000001a;border-radius:50%;width:50px;height:50px}.testimonial-name{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:800}.testimonial-handle{color:var(--text-secondary);font-size:.9rem;font-weight:500}.testimonial-content{color:var(--text-primary);font-size:1.05rem;font-weight:500;line-height:1.6}.pricing-section{background:linear-gradient(to bottom, #0a0a0a 0%, #0a0a0a 40%, var(--bg-secondary) 40%, var(--bg-secondary) 100%);padding:10rem 0;position:relative;overflow:hidden}.pricing-section .section-title{color:#fff}.pricing-section .section-label{color:#e5e7eb;background:#ffffff1a;border-color:#ffffff26}.pricing-section .container{z-index:1;position:relative}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:900px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;padding:3rem;display:flex;position:relative;box-shadow:0 8px 24px #0000000d}.pricing-card.pro{color:#fff;background:#18181a;border-color:#18181a;box-shadow:0 16px 40px #00000026}.pricing-badge{background:var(--brand-yellow);color:#18181a;border:none;border-radius:100px;padding:.35rem 1.2rem;font-size:.85rem;font-weight:700;position:absolute;top:-16px;right:24px;transform:none;box-shadow:0 4px 12px #f7e27066}.pricing-tier{font-family:var(--font-display);margin-bottom:1rem;font-size:1.5rem}.pricing-price{font-family:var(--font-display);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1}.pricing-price span{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.pricing-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.pricing-features{flex:1;margin-bottom:2rem;list-style:none}.pricing-features li{align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:500;display:flex}.faq-section{background:var(--bg-secondary);border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;padding:8rem 0 10rem;position:relative;overflow:hidden}.faq-section:before{content:"FAQ";font-family:var(--font-display);color:#00000006;z-index:0;pointer-events:none;letter-spacing:-.05em;font-size:clamp(8rem,25vw,25rem);font-weight:900;line-height:1;position:absolute;top:-2rem;left:-2rem}.faq-section .container{z-index:1;position:relative}.faq-section .section-title{color:var(--text-primary)}.faq-section .section-label{color:var(--brand-purple);background:#3a6fc51a;border-color:#3a6fc540}.faq-list{flex-direction:column;gap:1.25rem;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:16px;transition:all .2s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 2px 8px #00000008}.faq-item:hover{border-color:#3a6fc540;transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.faq-question{background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.faq-question h3{font-family:var(--font-display);color:var(--text-primary);margin:0;padding-right:1rem;font-size:1.25rem;font-weight:800}.faq-icon{color:var(--brand-purple);text-align:center;width:24px;font-size:1.5rem;font-weight:900}.faq-answer{background:var(--bg-primary);border-top:0px solid var(--text-primary);max-height:0;transition:max-height .4s cubic-bezier(0,1,0,1),padding .4s;overflow:hidden}.faq-item.active .faq-answer{border-top:var(--border-thin);max-height:500px;transition:max-height .6s ease-in-out,padding .4s}.faq-answer p{color:var(--text-secondary);margin:0;padding:1.5rem 2rem;font-size:1.1rem;font-weight:500;line-height:1.6}.cta-decor{opacity:.15;filter:blur(4px);z-index:0;pointer-events:none;font-size:4rem;animation:6s ease-in-out infinite float;position:absolute}.cta-decor-1{font-size:5rem;animation-delay:0s;top:15%;left:15%}.cta-decor-2{font-size:4rem;animation-delay:1.5s;bottom:20%;left:25%}.cta-decor-3{font-size:6rem;animation-delay:2.5s;top:20%;right:20%}.cta-decor-4{font-size:4.5rem;animation-delay:.5s;bottom:25%;right:15%}.cta-section{text-align:center;padding:10rem 0;position:relative;overflow:hidden}.cta-banner{background:var(--brand-purple);color:#fff;border:1px solid #00000014;border-radius:28px;max-width:1000px;margin:0 auto;padding:4.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 16px 40px #3a6fc533}.cta-banner:before{content:"";background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.cta-content{z-index:10;position:relative}.cta-banner h2{font-family:var(--font-display);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:800}.cta-input-group{gap:1rem;max-width:500px;margin:3rem auto 0;display:flex}.cta-input{font-size:1rem;font-family:var(--font-sans);color:var(--text-primary);background:#fff;border:1px solid #fff3;border-radius:12px;outline:none;flex:1;padding:1rem 1.5rem;font-weight:500}.cta-input:focus{box-shadow:0 0 0 4px #ffffff4d}.ticket-graphic{background:var(--brand-yellow);width:180px;height:80px;font-family:var(--font-display);color:#18181a;border:1px solid #0000001a;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;animation:4s ease-in-out infinite alternate float;display:flex;position:absolute;top:-10px;right:-10px;transform:rotate(10deg);box-shadow:0 8px 24px #f7e2704d}.ticket-graphic:before,.ticket-graphic:after{content:"";background:var(--brand-purple);border:none;border-radius:50%;width:26px;height:26px;position:absolute}.ticket-graphic:before{left:-13px}.ticket-graphic:after{right:-13px}footer{color:#fff;background:#18181a;border-top:1px solid #00000014;padding:4rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-logo{font-family:var(--font-display);color:#fff;font-size:1.5rem;font-weight:800;text-decoration:none}.footer-links{gap:2rem;list-style:none;display:flex}.footer-links a{color:#fff;opacity:.8;font-weight:500;text-decoration:none}.footer-links a:hover{opacity:1;color:var(--brand-yellow)}@media (width<=1024px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-subtitle{max-width:720px;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.bento-grid{grid-template-columns:1fr 1fr}.bento-card.wide{grid-column:span 1}}@media (width<=768px){.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.nav-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99;background:#fffffffa;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:2rem;margin-left:0;padding:2rem;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;transform:translateY(-150%);box-shadow:0 12px 32px #00000014}.nav-menu.open{transform:translateY(0)}.nav-links{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.nav-actions{flex-direction:column;width:100%}.nav-actions .btn{width:100%}.hero{padding:8rem 1rem 3rem}.hero-decor{display:none}.mockup-body{height:380px}.mockup-sidebar,.mockup-pill-nav{display:none}.hero-container{gap:0}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;padding:.85rem 1.5rem;font-size:1rem}.bento-grid{grid-template-columns:1fr;gap:1.5rem}.bento-card{padding:1.5rem}.bento-card.wide{grid-column:span 1}.steps-container{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.step-card{padding:1.5rem}.cta-input-group{flex-direction:column}.cta-banner{padding:2.5rem 1.5rem}.pricing-grid{grid-template-columns:1fr;gap:2rem}.pricing-card{padding:1.5rem}.pricing-tier{font-size:1.2rem}.pricing-price{font-size:2.25rem}.pricing-desc,.pricing-features li{font-size:.95rem}.pricing-card.pro{margin-top:1.5rem}.faq-question{padding:1.25rem 1.5rem}.faq-question h3{font-size:1.1rem}.faq-answer p{padding:1.25rem 1.5rem;font-size:.95rem}.mockup-stats,.mockup-gallery{grid-template-columns:1fr}.showcase-tabs{flex-direction:column}.features-section,.how-section,.pricing-section,.faq-section,.cta-section{padding:4rem 0!important}.section-header{margin-bottom:2rem!important}.section-title{font-size:2rem!important}footer{padding:2rem 1.5rem!important}.footer-inner{text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-links{flex-wrap:wrap;justify-content:flex-start;gap:1rem}}
