@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background:#fff;--foreground:#09090b;--muted:#f4f4f5;--muted-foreground:#71717a;--border:#e4e4e7;--primary:#18181b;--primary-foreground:#fafafa;--accent:#f4f4f5;--card:#fff;--radius:.5rem;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-md:0 10px 30px -8px #0000001f, 0 4px 8px -2px #0000000f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Inter,system-ui,Segoe UI,sans-serif;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground)}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--foreground);font-weight:600;line-height:1.2}p{color:var(--muted-foreground);text-align:justify;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.navbar{z-index:50;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar-logo{width:auto;height:28px}.navbar-links{align-items:center;gap:32px;display:flex}.navbar-links a:not(.btn){color:var(--muted-foreground);font-size:14px;font-weight:500;transition:color .15s}.navbar-links a:not(.btn):hover{color:var(--foreground)}@media (width<=768px){.navbar-links{display:none}}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .15s,box-shadow .15s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-primary:hover{opacity:.88;box-shadow:var(--shadow)}.btn-ghost{color:var(--foreground);border-color:var(--border);background:0 0}.btn-ghost:hover{background:var(--accent);box-shadow:var(--shadow-sm)}.btn-lg{border-radius:calc(var(--radius) + 2px);padding:8px 22px;font-size:15px}.btn-cta{background:var(--primary-foreground);color:var(--primary);border-color:var(--primary-foreground);padding:8px 24px;font-size:15px}.btn-cta:hover{opacity:.9;box-shadow:0 8px 20px #0000004d}.hero{text-align:center;padding:96px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.5;z-index:0;background-size:40px 40px;position:absolute;inset:0}.hero:after{content:"";background:radial-gradient(ellipse 60% 50% at 50% 0%, transparent 40%, var(--background) 100%);z-index:1;position:absolute;inset:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-content{z-index:2;position:relative}.hero-content>*{animation:.5s both fadeUp}.hero-content>:first-child{animation-delay:0s}.hero-content>:nth-child(2){animation-delay:80ms}.hero-content>:nth-child(3){animation-delay:.16s}.hero-content>:nth-child(4){animation-delay:.24s}.hero-badge{color:var(--primary-foreground);background:var(--primary);letter-spacing:.06em;text-transform:uppercase;border-radius:99px;align-items:center;gap:6px;margin-bottom:28px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.03em;max-width:760px;margin:0 auto 20px;font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--muted-foreground);text-align:center;max-width:520px;margin:0 auto 40px;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=600px){.hero{padding:64px 0 56px}.hero-actions .btn-lg{justify-content:center;width:100%}}.features{border-top:1px solid var(--border);padding:60px 0}.section-header{text-align:center;margin-bottom:56px}.section-label{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.section-header h2{margin-bottom:12px;font-size:clamp(24px,3vw,34px)}.section-header p{max-width:480px;margin:0 auto;font-size:16px}.feature-showcase{flex-direction:column;gap:80px;display:flex}.feature-row{grid-template-columns:1fr 1.6fr;align-items:center;gap:56px;display:grid}.feature-row--reverse{grid-template-columns:1.6fr 1fr}.feature-row--reverse .feature-text{order:2}.feature-row--reverse .feature-screenshot{order:1}.feature-tag{color:var(--primary-foreground);letter-spacing:.06em;text-transform:uppercase;background:var(--primary);border-radius:99px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.feature-text h3{margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.3}.feature-text p{font-size:15px;line-height:1.7}.feature-screenshot{border-radius:calc(var(--radius) + 4px);border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;padding:12px;transition:box-shadow .2s,transform .2s}.feature-screenshot:hover{transform:translateY(-2px);box-shadow:0 20px 40px -8px #0000002e,0 8px 16px -4px #0000001a}.feature-screenshot img{border-radius:var(--radius);width:100%;height:auto;display:block}@media (width<=800px){.feature-row,.feature-row--reverse{grid-template-columns:1fr;gap:28px}.feature-row--reverse .feature-text{order:1}.feature-row--reverse .feature-screenshot{order:2}.feature-showcase{gap:56px}}.feature-list{background:var(--border);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);grid-template-columns:repeat(2,1fr);gap:1px;margin-top:64px;display:grid;overflow:hidden}.feature-list-item{background:var(--card);flex-direction:column;gap:8px;padding:28px;transition:background .15s;display:flex}.feature-list-item:hover{background:var(--muted)}.feature-list-title{align-items:center;gap:10px;display:flex}.feature-list-icon{color:var(--primary);text-align:center;flex-shrink:0;width:16px;font-size:14px;line-height:1}.feature-list-item strong{color:var(--foreground);font-size:15px;font-weight:600;line-height:1}.feature-list-item p{margin:0;font-size:14px;line-height:1.6}@media (width<=640px){.feature-list{grid-template-columns:1fr}}.how-it-works{border-top:1px solid var(--border);padding:60px 0}.steps{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:56px;display:grid;position:relative}.steps:before{content:"";background:var(--border);z-index:0;height:1px;position:absolute;top:20px;left:calc(16.66% + 20px);right:calc(16.66% + 20px)}.step{text-align:center;z-index:1;position:relative}.step-number{background:var(--primary);width:40px;height:40px;color:var(--primary-foreground);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:14px;font-weight:700;display:flex}.step h3{margin-bottom:8px;font-size:16px;font-weight:600}.step p{text-align:center;font-size:14px}@media (width<=700px){.steps{grid-template-columns:1fr;gap:32px}.steps:before{display:none}}.cta-banner{border-top:1px solid var(--border);padding:80px 0}.cta-inner{background:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) + 8px);text-align:center;padding:64px 40px}.cta-inner h2{color:var(--primary-foreground);margin-bottom:12px;font-size:clamp(22px,3vw,32px)}.cta-inner p{color:color-mix(in srgb, var(--primary-foreground) 65%, transparent);text-align:center;max-width:420px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px}@media (width<=600px){.cta-inner{padding:48px 24px}}.footer{border-top:1px solid var(--border);margin-top:auto;padding:40px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-logo{width:auto;height:24px}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--muted-foreground);font-size:13px;transition:color .15s}.footer-links a .fa-linkedin{vertical-align:middle;font-size:22px}.footer-links a:hover{color:var(--foreground)}.footer-copy{color:var(--muted-foreground);text-align:center;border-top:1px solid var(--border);width:100%;margin-top:24px;padding-top:24px;font-size:13px}@media (width<=600px){.footer-inner{flex-direction:column;align-items:flex-start}}.problem{border-top:1px solid var(--border);background:var(--muted);padding:60px 0}.problem .section-header{margin-bottom:36px}.problem-items{flex-direction:column;gap:14px;max-width:560px;margin:0 auto 32px;display:flex}.problem-item{color:var(--muted-foreground);justify-content:center;align-items:center;gap:12px;font-size:15px;display:flex}.problem-icon{color:#ef4444;flex-shrink:0;font-size:16px}.problem-conclusion{text-align:center;color:var(--muted-foreground);max-width:480px;margin:0 auto;font-size:16px}.problem-conclusion strong{color:var(--foreground)}.differentiator{border-top:1px solid var(--border);padding:60px 0}.differentiator-card{background:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) + 8px);max-width:780px;margin:0 auto;padding:56px 48px}.differentiator-header{margin-bottom:32px}.differentiator-header h2{color:var(--primary-foreground);margin:16px 0 8px;font-size:clamp(22px,3vw,30px)}.differentiator-header p{color:color-mix(in srgb, var(--primary-foreground) 65%, transparent);text-align:left}.differentiator-list{flex-direction:column;gap:14px;margin-bottom:32px;display:flex}.differentiator-list li{color:var(--primary-foreground);align-items:center;gap:12px;font-size:15px;display:flex}.differentiator-icon{color:#4ade80;flex-shrink:0;font-size:16px}.differentiator-conclusion{border-top:1px solid color-mix(in srgb, var(--primary-foreground) 20%, transparent);padding-top:24px;font-size:18px;font-weight:600;color:var(--primary-foreground)!important;text-align:left!important;margin:0!important}@media (width<=600px){.differentiator-card{padding:40px 24px}}.use-cases{border-top:1px solid var(--border);background:var(--muted);padding:60px 0}.use-case-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.use-case-tag{color:var(--foreground);background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:99px;align-items:center;padding:8px 20px;font-size:14px;font-weight:500;display:inline-flex}.legal-page{padding:64px 0 80px}.legal-page h1{border-bottom:1px solid var(--border);margin-bottom:48px;padding-bottom:24px;font-size:clamp(28px,4vw,40px);font-weight:700}.legal-section{border-bottom:1px solid var(--border);margin-bottom:48px;padding-bottom:48px}.legal-section:last-of-type{border-bottom:none}.legal-section h2{margin-bottom:24px;font-size:20px;font-weight:700}.legal-section h3{color:var(--foreground);margin-top:24px;margin-bottom:8px;font-size:15px;font-weight:600}.legal-section p{margin-bottom:8px;font-size:15px;line-height:1.7}.legal-back{color:var(--muted-foreground);align-items:center;gap:6px;margin-top:16px;font-size:14px;font-weight:500;transition:color .15s;display:inline-flex}.legal-back:hover{color:var(--foreground)}
