.landing-hero{text-align:center;background:linear-gradient(135deg,#fdfdfd 0%,#f3f4f6 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.landing-hero:before{content:"";pointer-events:none;width:200%;height:200%;animation:15s ease-in-out infinite gradientShift;position:absolute;top:-50%;left:-50%}@keyframes gradientShift{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(2%,2%)rotate(1deg)}66%{transform:translate(-2%,1%)rotate(-1deg)}}.pill-header{z-index:1000;-webkit-backdrop-filter:blur(20px);opacity:0;background:#ffffffd9;border:1px solid #e5e7ebcc;border-radius:9999px;justify-content:space-between;align-items:center;gap:2rem;width:auto;max-width:90%;padding:.75rem 1rem .75rem 1.25rem;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideDown;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}@keyframes slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.pill-header-logo{color:var(--foreground);white-space:nowrap;align-items:center;gap:.625rem;font-size:1rem;font-weight:700;display:flex}.logo-icon{background:linear-gradient(135deg,var(--accent-light)0%,var(--accent)100%);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.pill-header-nav{align-items:center;gap:.25rem;display:flex}.pill-header-nav a{color:var(--foreground-muted);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.pill-header-nav a:hover{color:var(--foreground);background:#0000000a}.pill-header-cta{background:var(--foreground);color:#fff;white-space:nowrap;border-radius:9999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.pill-header-cta:hover{background:#000;transform:scale(1.02);box-shadow:0 4px 12px #00000026}.hero-content{z-index:1;opacity:0;max-width:800px;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{color:var(--accent);background:#14b8a61a;border:1px solid #14b8a633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-title{color:var(--foreground);letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.hero-title-gradient{background:linear-gradient(135deg,var(--accent-light)0%,var(--accent)50%,var(--accent-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--foreground-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero-cta-primary{background:var(--foreground);color:#fff;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #0000001a}.hero-cta-primary:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.hero-cta-secondary{color:var(--foreground);border:1px solid var(--border);background:#fff;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero-cta-secondary:hover{background:var(--background-tertiary);border-color:var(--border-hover);transform:translateY(-2px)}.landing-section{max-width:1200px;margin:0 auto;padding:8rem 2rem;position:relative}.bento-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(280px,auto)}}.bento-card{border:1px solid var(--border);opacity:0;background:#fff;border-radius:1.5rem;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.bento-card.visible{opacity:1;transform:translateY(0)}.bento-card:hover{border-color:var(--accent);transform:translateY(-5px)scale(1.01);box-shadow:0 20px 40px #00000014}.bento-card.span-2{grid-column:span 1}@media (min-width:768px){.bento-card.span-2{grid-column:span 2}}.bento-bg-gradient{opacity:0;background:radial-gradient(circle at 100% 0,#14b8a61a,#0000 70%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.bento-card:hover .bento-bg-gradient{opacity:1}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);margin-bottom:1rem}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.125rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--accent)}.faq-icon{transition:transform .3s}.faq-question.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;color:var(--foreground-muted);line-height:1.6;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer-content{padding-bottom:1.5rem}.text-gradient-animated{background:linear-gradient(-45deg,var(--accent),#ec4899,#8b5cf6,var(--accent));-webkit-text-fill-color:transparent;background-size:300%;-webkit-background-clip:text;background-clip:text;animation:6s infinite gradientFlow}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.section-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--foreground);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.section-subtitle{color:var(--foreground-muted);margin:0;font-size:1.125rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{border:1px solid var(--border);opacity:0;background:#fff;border-radius:1rem;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.feature-icon{width:3rem;height:3rem;color:var(--accent);background:linear-gradient(135deg,#14b8a626,#14b8a60d);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-title{color:var(--foreground);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.feature-description{color:var(--foreground-muted);margin:0;font-size:.9375rem;line-height:1.6}.how-it-works{background:var(--background-tertiary)}.steps-container{flex-direction:column;gap:3rem;max-width:800px;margin:0 auto;display:flex}.step{opacity:0;align-items:flex-start;gap:1.5rem;display:flex;transform:translate(-20px)}.step.visible{opacity:1;transition:all .5s cubic-bezier(.16,1,.3,1);transform:translate(0)}.step-number{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.125rem;font-weight:700;display:flex}.step-content h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.step-content p{color:var(--foreground-muted);margin:0;font-size:1rem;line-height:1.6}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{border:1px solid var(--border);text-align:center;opacity:0;background:#fff;border-radius:1.25rem;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateY(20px)}.pricing-card.visible{opacity:1;transform:translateY(0)}.pricing-card.featured{border-color:var(--accent);box-shadow:0 8px 32px #14b8a626}.pricing-card.featured:before{content:"Most Popular";background:linear-gradient(135deg,var(--accent-light),var(--accent));color:#fff;padding:.375rem 2.5rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:-2rem;transform:rotate(45deg)}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001a}.pricing-name{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.pricing-price{color:var(--foreground);margin:1rem 0;font-size:3rem;font-weight:800}.pricing-price span{color:var(--foreground-muted);font-size:1rem;font-weight:400}.pricing-description{color:var(--foreground-muted);margin:0 0 2rem;font-size:.9375rem}.pricing-features{text-align:left;margin:0 0 2rem;padding:0;list-style:none}.pricing-features li{color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.625rem 0;font-size:.9375rem;display:flex}.pricing-features li:last-child{border-bottom:none}.pricing-features li svg{color:var(--success);flex-shrink:0}.pricing-cta{text-align:center;border-radius:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.pricing-cta-primary{background:var(--foreground);color:#fff}.pricing-cta-primary:hover{background:#000}.pricing-cta-secondary{color:var(--foreground);border:1px solid var(--border);background:#fff}.pricing-cta-secondary:hover{background:var(--background-tertiary)}.landing-footer{background:var(--foreground);color:#fff;padding:4rem 2rem 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{max-width:300px}.footer-logo{align-items:center;gap:.625rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.footer-brand p{opacity:.7;margin:0;font-size:.9375rem;line-height:1.6}.footer-links{gap:4rem;display:flex}.footer-column h4{opacity:.9;margin:0 0 1rem;font-size:.875rem;font-weight:600}.footer-column a{color:#fff;opacity:.7;padding:.375rem 0;font-size:.875rem;text-decoration:none;transition:opacity .2s;display:block}.footer-column a:hover{opacity:1}.footer-bottom{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;max-width:1200px;margin:3rem auto 0;padding-top:2rem;font-size:.875rem}@media (max-width:768px){.pill-header{gap:1rem;max-width:95%;padding:.625rem .875rem}.pill-header-nav{display:none}.landing-hero{padding:6rem 1.5rem 3rem}.hero-ctas{flex-direction:column;width:100%}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%}.landing-section{padding:4rem 1.5rem}.footer-content{flex-direction:column}.footer-links{flex-direction:column;gap:2rem}.step{text-align:center;flex-direction:column;align-items:center}}.animate-on-scroll{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}
