*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333}body{background-color:#fff}.header{background:#fff;padding:1rem 2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:#6366f1;justify-self:start}.nav{display:flex;gap:2rem;justify-self:center}.nav a{text-decoration:none;color:#6b7280;font-weight:500;transition:color .3s}.nav a:hover{color:#6366f1}.auth-buttons{display:flex;gap:1rem;align-items:center;justify-self:end}.signin-btn{background:#8b5cf6;color:#fff;padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .3s}.signin-btn:hover{background:#7c3aed}.signup-btn{background:transparent;color:#8b5cf6;padding:.5rem 1rem;border:1px solid #8b5cf6;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s}.signup-btn:hover{background:#8b5cf6;color:#fff}.hero{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:4rem 2rem;text-align:center}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;max-width:800px}.hero .subtitle,.hero h1{margin-left:auto;margin-right:auto}.hero .subtitle{font-size:1.25rem;margin-bottom:2rem;max-width:700px;opacity:.9}.hero .section-title{font-size:2rem;margin:2rem 0 1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.cta-primary{background:#fff;color:#8b5cf6;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.cta-primary:hover{background:#f3f4f6}.cta-secondary{background:transparent;color:#fff;padding:.75rem 2rem;border:2px solid #fff;border-radius:.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.cta-secondary:hover{background:#fff;color:#8b5cf6}.vendor-section{margin-top:3rem}.vendor-section p{font-size:1.1rem;margin-bottom:1rem;opacity:.9}.vendor-btn{background:#6366f1;color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .3s}.vendor-btn:hover{background:#4f46e5}.video-section{margin-top:3rem;display:flex;justify-content:center;align-items:center}.video-section iframe{max-width:100%;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.3)}.features{padding:4rem 2rem;background:#fff}.features h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.features .description{text-align:center;font-size:1.1rem;color:#6b7280;max-width:800px;margin:0 auto 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.feature-card{padding:2rem;border:1px solid #e5e7eb;border-radius:1rem;background:#fff;transition:all .3s}.feature-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.feature-icon{width:3rem;height:3rem;background:#8b5cf6;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.feature-icon:before{content:"";width:1.5rem;height:1.5rem;background:#fff;border-radius:.25rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.pricing{padding:4rem 2rem;background:#f8fafc}.pricing h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.pricing .description{text-align:center;font-size:1.1rem;color:#6b7280;max-width:800px;margin:0 auto 3rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1400px;margin:0 auto;align-items:stretch}.pricing-card{padding:2rem;border:2px solid #e5e7eb;border-radius:1rem;background:#fff;position:relative;transition:all .3s;text-align:center;display:flex;flex-direction:column;height:100%}.pricing-card.popular{border-color:#8b5cf6;transform:scale(1.05)}.pricing-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-2px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#8b5cf6;color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.pricing-card .price{font-size:2.5rem;font-weight:700;color:#8b5cf6;margin-bottom:.5rem}.pricing-card .price .currency{font-size:1.5rem}.pricing-card .price .period{font-size:1rem;color:#6b7280;font-weight:400}.pricing-card .free-price{font-size:2.5rem;font-weight:700;color:#10b981}.pricing-card .enterprise-price{font-size:1.5rem;font-weight:700;color:#8b5cf6}.pricing-card .subtitle{color:#6b7280;margin-bottom:2rem;font-size:1rem}.pricing-features{list-style:none;text-align:left;margin-bottom:2rem;flex-grow:1}.pricing-features li{color:#374151;position:relative;padding:.5rem 0 .5rem 2rem}.pricing-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.pricing-btn{width:100%;background:#8b5cf6;color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s;margin-top:auto}.pricing-btn:hover{background:#7c3aed}.pricing-card.popular .pricing-btn{background:#6366f1}.pricing-card.popular .pricing-btn:hover{background:#4f46e5}@media (max-width:768px){.header{flex-direction:column;padding:1rem}.header,.nav{gap:1rem}.hero h1{font-size:2rem}.hero .subtitle{font-size:1rem}.hero .section-title{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{gap:1rem}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-2px)}}@media (max-width:480px){.features,.hero,.pricing{padding:2rem 1rem}.hero h1{font-size:1.5rem}.video-section iframe{width:100%;height:200px}}@media (max-width:1200px) and (min-width:769px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.about-us{padding:4rem 2rem;background:#f8fafc}.about-us h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.about-us .description{text-align:center;font-size:1.1rem;color:#6b7280;max-width:800px;margin:0 auto 3rem}.founders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;align-items:stretch}.founder-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.founder-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-4px)}.founder-photo{margin-bottom:1.5rem;display:flex;justify-content:center}.founder-photo img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #8b5cf6;transition:all .3s}.founder-card:hover .founder-photo img{border-color:#7c3aed;transform:scale(1.05)}.founder-info h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.founder-title{font-size:1rem;font-weight:600;color:#8b5cf6;margin-bottom:1rem}.founder-bio{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;flex-grow:1}.linkedin-link{display:inline-flex;align-items:center;gap:.5rem;background:#0077b5;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s}.linkedin-link:hover{background:#005885;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,119,181,.3)}.linkedin-icon{font-size:1.1rem}@media (max-width:768px){.founders-grid{grid-template-columns:1fr;gap:1.5rem}.founder-card{padding:1.5rem}.founder-photo img{width:120px;height:120px}.about-us{padding:2rem 1rem}}@media (max-width:480px){.about-us h2{font-size:2rem}.founder-photo img{width:100px;height:100px}.founder-card{padding:1rem}}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:800px;margin:3rem auto 0}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;transition:all .3s}.contact-item:hover{background:#e2e8f0;transform:translateY(-2px)}.contact-icon{font-size:2rem;min-width:3rem;text-align:center}.contact-details{display:flex;flex-direction:column;gap:.5rem}.contact-details strong{color:#1f2937;font-weight:600}.contact-details a{color:#8b5cf6;text-decoration:none;font-weight:500;transition:color .3s}.contact-details a:hover{color:#7c3aed;text-decoration:underline}@media (max-width:768px){.contact-info{grid-template-columns:1fr}.contact-item{padding:1rem}}