*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--black:#0a0a0a;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--green-50:#f0fdf4;--green-100:#dcfce7;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--purple-50:#faf5ff;--purple-500:#a855f7;--purple-600:#9333ea;--amber-50:#fffbeb;--amber-500:#f59e0b;color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.5}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}.nav{position:fixed;z-index:100;display:flex;backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100);background:#ffffffd9;justify-content:space-between;align-items: center;height:72px;padding:0 2rem;transition:background .3s;top:0;left:0;right:0}.nav-logo{display:flex;letter-spacing:-.02em;color:var(--gray-900);align-items: center;gap:.6rem;font-size:1.25rem;font-weight:800}.nav-logo-icon{background:var(--green-600);display:flex;color:#fff;border-radius:8px;justify-content:center;align-items: center;width:32px;height:32px;font-size:1rem;font-weight:800}.nav-links{display:flex;list-style:none;align-items: center;gap:2rem}.nav-links a{color:var(--gray-600);transition:color .2s;font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--gray-900)}.nav-cta{background:var(--gray-900);border:none;border-radius:9999px;padding:.55rem 1.4rem;transition:background .2s,transform .2s;font-size:.9rem;font-weight:600;color:var(--white)!important}.nav-cta:hover{background:var(--gray-700);transform:translateY(-1px)}.nav-mobile-toggle{display:none;color:var(--gray-900);background:0 0;border:none;font-size:1.5rem}@media (max-width:768px){.nav-links{display:none}.nav-mobile-toggle{display:block}}.hero{text-align:center;max-width:900px;margin:0 auto;padding:10rem 2rem 6rem}.hero-badge{display:inline-flex;background:var(--green-50);color:var(--green-700);border:1px solid var(--green-100);border-radius:9999px;align-items: center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.hero-badge-dot{background:var(--green-500);animation:pulse-dot 2s ease-in-out infinite;border-radius:50%;width:6px;height:6px}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.03em;color:var(--gray-900);margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1.08}.hero h1 .highlight{background:linear-gradient(135deg,var(--green-600),var(--blue-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--gray-500);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.btn-primary{background:var(--gray-900);color:var(--white);display:inline-flex;border:none;border-radius:9999px;align-items: center;gap:.5rem;padding:.85rem 2rem;transition:all .2s;font-size:1rem;font-weight:600}.btn-primary:hover{background:var(--gray-700);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:var(--white);color:var(--gray-700);border:1.5px solid var(--gray-200);display:inline-flex;border-radius:9999px;align-items: center;gap:.5rem;padding:.85rem 2rem;transition:all .2s;font-size:1rem;font-weight:600}.btn-secondary:hover{border-color:var(--gray-400);background:var(--gray-50);transform:translateY(-2px)}.hero-demo{max-width:900px;margin:0 auto 2rem;padding:0 2rem}.demo-window{background:var(--gray-900);overflow:hidden;border-radius:16px;box-shadow:0 25px 60px #0003,0 0 0 1px #0000000d}.demo-titlebar{display:flex;background:var(--gray-800);align-items: center;gap:.5rem;padding:1rem 1.25rem}.demo-dot{border-radius:50%;width:12px;height:12px}.demo-dot.red{background:#ff5f57}.demo-dot.yellow{background:#febc2e}.demo-dot.green{background:#28c840}.demo-content{display:flex;flex-direction:column;gap:1rem;min-height:300px;padding:2rem}.demo-message{display:flex;animation:fadeInUp .5s ease-out both;gap:.75rem}.demo-message:nth-child(2){animation-delay:.8s}.demo-message:nth-child(3){animation-delay:1.6s}.demo-message:nth-child(4){animation-delay:2.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.demo-avatar{display:flex;color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items: center;width:32px;height:32px;font-size:.8rem;font-weight:700}.demo-avatar.user{background:var(--blue-600)}.demo-avatar.ai{background:var(--green-600)}.demo-bubble{background:var(--gray-800);color:var(--gray-200);border-radius:12px;max-width:80%;padding:.85rem 1.1rem;font-size:.9rem;line-height:1.6}.demo-bubble strong{color:var(--white)}.demo-bubble .metric{display:inline-flex;color:var(--green-500);background:#22c55e26;border-radius:6px;align-items: center;gap:.3rem;margin:.2rem .15rem;padding:.15rem .5rem;font-size:.85rem;font-weight:600}.logos-section{text-align:center;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);background:var(--gray-50);padding:4rem 2rem}.logos-section p{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2rem;font-size:.9rem;font-weight:500}.logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items: center;gap:2.5rem 3.5rem;max-width:800px;margin:0 auto}.logo-item{color:var(--gray-300);letter-spacing:-.01em;white-space:nowrap;transition:color .2s;font-size:1.1rem;font-weight:700}.logo-item:hover{color:var(--gray-500)}.features{max-width:1200px;margin:0 auto;padding:7rem 2rem}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--green-600);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.section-title{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--gray-500);max-width:600px;margin-bottom:3.5rem;font-size:1.15rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.feature-card{position:relative;overflow:hidden;display:flex;border-radius:20px;flex-direction:column;min-height:320px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.feature-card.green{grid-column:1/-1;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.feature-card.blue{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.feature-card.purple{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.feature-card.amber{grid-column:1/-1;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.feature-card-label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.feature-card.green .feature-card-label{color:var(--green-600)}.feature-card.blue .feature-card-label{color:var(--blue-600)}.feature-card.purple .feature-card-label{color:var(--purple-600)}.feature-card.amber .feature-card-label{color:#d97706}.feature-card h3{letter-spacing:-.01em;color:var(--gray-900);margin-bottom:.75rem;font-size:1.6rem;font-weight:700}.feature-card p{color:var(--gray-600);max-width:520px;font-size:1rem;line-height:1.65}.feature-card-visual{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:2rem}.feature-stat{backdrop-filter:blur(8px);display:flex;background:#ffffffb3;border:1px solid #ffffffe6;border-radius:12px;flex-direction:column;gap:.15rem;padding:1rem 1.25rem}.feature-stat-value{letter-spacing:-.02em;color:var(--gray-900);font-size:1.6rem;font-weight:800}.feature-stat-label{color:var(--gray-500);font-size:.8rem;font-weight:500}@media (max-width:768px){.features-grid{grid-template-columns:1fr}.feature-card.green,.feature-card.amber{grid-column:auto}}.how-it-works{background:var(--gray-900);color:var(--white);padding:7rem 2rem}.how-it-works .section-label{color:var(--green-500)}.how-it-works .section-title{color:var(--white)}.how-it-works .section-subtitle{color:var(--gray-400)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.step{background:var(--gray-800);border:1px solid #ffffff0f;border-radius:16px;padding:2rem;transition:border-color .3s,transform .3s}.step:hover{border-color:#ffffff1f;transform:translateY(-4px)}.step-number{display:flex;color:var(--white);border-radius:12px;justify-content:center;align-items: center;width:40px;height:40px;margin-bottom:1.25rem;font-size:1rem;font-weight:800}.step:first-child .step-number{background:var(--green-600)}.step:nth-child(2) .step-number{background:var(--blue-600)}.step:nth-child(3) .step-number{background:var(--purple-600)}.step h3{margin-bottom:.6rem;font-size:1.2rem;font-weight:700}.step p{color:var(--gray-400);font-size:.95rem;line-height:1.65}@media (max-width:768px){.steps{grid-template-columns:1fr}}.testimonials{max-width:1200px;margin:0 auto;padding:7rem 2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--gray-50);border:1px solid var(--gray-100);display:flex;border-radius:20px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.testimonial-stars{color:var(--amber-500);letter-spacing:.1em;margin-bottom:1rem;font-size:1rem}.testimonial-quote{color:var(--gray-700);flex:1;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.testimonial-author{display:flex;align-items: center;gap:.75rem}.testimonial-avatar{background:var(--green-100);display:flex;color:var(--green-700);border-radius:50%;justify-content:center;align-items: center;width:40px;height:40px;font-size:.85rem;font-weight:700}.testimonial-name{color:var(--gray-900);font-size:.95rem;font-weight:600}.testimonial-role{color:var(--gray-400);font-size:.8rem}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.metrics{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:5rem 2rem}.metrics-inner{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:2rem;max-width:1000px;margin:0 auto}.metric-item h3{letter-spacing:-.03em;background:linear-gradient(135deg,var(--green-600),var(--blue-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.35rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.metric-item p{color:var(--gray-500);font-size:.9rem;font-weight:500}@media (max-width:768px){.metrics-inner{grid-template-columns:repeat(2,1fr)}}.cta{text-align:center;background:var(--gray-900);color:var(--white);position:relative;overflow:hidden;padding:8rem 2rem}.cta:before{content:"";position:absolute;pointer-events:none;background:radial-gradient(circle,#22c55e14 0%,#0000 50%);width:200%;height:200%;top:-50%;left:-50%}.cta h2{letter-spacing:-.03em;position:relative;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800}.cta p{color:var(--gray-400);position:relative;max-width:500px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.cta .btn-primary{background:var(--white);color:var(--gray-900);position:relative}.cta .btn-primary:hover{background:var(--gray-100)}.footer{background:var(--gray-900);border-top:1px solid #ffffff0f;padding:4rem 2rem 2rem}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #ffffff0f;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem}.footer-brand .nav-logo{color:var(--white);margin-bottom:1rem}.footer-brand p{color:var(--gray-400);max-width:280px;font-size:.9rem;line-height:1.6}.footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:var(--gray-400);transition:color .2s;font-size:.9rem}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items: center;max-width:1200px;margin:0 auto;padding-top:1.5rem}.footer-bottom p{color:var(--gray-500);font-size:.8rem}@media (max-width:768px){.footer-inner{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.5rem}}.fade-in{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.fade-in{opacity:1;transform:none}}
