.hero{position:relative;padding:96px 5%;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(16,185,129,.12) 0,rgba(16,185,129,0) 60%),linear-gradient(180deg,#fff 0,#fafafa);overflow:hidden}.hero__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.hero__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero__orb--1{width:480px;height:480px;background:radial-gradient(circle,rgba(16,185,129,.18) 0,transparent 70%);top:-180px;right:10%;animation:heroFloat 12s ease-in-out infinite}.hero__orb--2{width:380px;height:380px;background:radial-gradient(circle,rgba(16,185,129,.1) 0,transparent 70%);bottom:-120px;left:-100px;animation:heroFloatReverse 14s ease-in-out infinite}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.025) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,#000 30%,transparent 80%)}.hero__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;grid-gap:64px;gap:64px;align-items:center}@media(max-width:900px){.hero__container{grid-template-columns:1fr;gap:48px}}.hero__text{display:flex;flex-direction:column;gap:16px;max-width:580px}.hero__title{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;color:#0a0a0a;line-height:1.05;letter-spacing:-.035em;text-wrap:balance;margin:0}.hero__highlight{background:linear-gradient(135deg,#10b981,#047857);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:#4a4a4a;line-height:1.6;max-width:520px;text-wrap:pretty;margin:0}.hero__ctas{display:flex;flex-direction:column;gap:8px;margin-top:8px;max-width:480px}.hero__ctas-row{display:flex;flex-direction:row;gap:10px}.hero__ctas-row>*{flex:1 1}@media(max-width:900px){.hero__ctas-row{flex-direction:column}}.hero__demo-link{display:inline-flex;align-items:center;gap:6px;align-self:center;margin-top:2px;padding:6px 4px;font-size:.9rem;font-weight:500;color:#4a4a4a;text-decoration:none;border-radius:6px;transition:color .15s ease}.hero__demo-link svg{transition:transform .15s ease}.hero__demo-link:hover{color:#10b981}.hero__demo-link:hover svg{transform:translateX(2px)}.hero__meta{margin-top:16px;display:flex;gap:24px;flex-wrap:wrap;font-size:.85rem;color:#717171}.hero__meta span{display:inline-flex;align-items:center;gap:6px}.hero__meta svg{color:#10b981}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:540px}@media(max-width:900px){.hero__visual{min-height:auto}}.hero__float{position:absolute;background:#fff;border:1px solid #f0f0f0;border-radius:9999px;padding:8px 16px 8px 8px;box-shadow:0 10px 30px rgba(0,0,0,.08),0 4px 8px rgba(0,0,0,.04);gap:10px;font-size:.82rem;font-weight:600;color:#0a0a0a;animation:heroFloat 6s ease-in-out infinite;white-space:nowrap;z-index:2}.hero__float,.hero__float-icon{display:inline-flex;align-items:center}.hero__float-icon{justify-content:center;width:28px;height:28px;border-radius:50%;background:#ecfdf5;color:#059669;flex-shrink:0}.hero__float-text{display:inline-block}.hero__float--1{top:6%;left:0;animation-delay:0s}@media(max-width:900px){.hero__float--1{display:none}}.hero__float--2{top:45%;right:0;animation-delay:2s}@media(max-width:900px){.hero__float--2{display:none}}.hero__float--3{bottom:4%;left:4%;animation-delay:4s}@media(max-width:900px){.hero__float--3{display:none}}@keyframes heroFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes heroFloatReverse{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,10px,0)}}@media(max-width:768px){.hero{padding:64px 20px 48px}.hero__container{text-align:center}.hero__text{align-items:center}.hero__ctas{max-width:320px;width:100%;margin-left:auto;margin-right:auto}.hero__demo-link{font-size:.85rem}.hero__meta{justify-content:center}}@media(min-width:1600px){.hero{padding-left:10%;padding-right:10%}}.how{padding:80px 5%;background:#fff}.how__container{max-width:960px;margin:0 auto}.how__header{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center;gap:16px}.how__header h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;color:#0a0a0a;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.how__header p{font-size:1.0625rem;color:#4a4a4a;line-height:1.6;max-width:520px}.how__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.how__step{position:relative;text-align:left;display:flex;flex-direction:column;gap:14px;padding:28px;background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.how__step:hover{border-color:#d4d4d4;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04)}.how__badge{position:relative;width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669;border:1px solid rgba(16,185,129,.2)}.how__badge,.how__badge-number{display:inline-flex;align-items:center;justify-content:center}.how__badge-number{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;padding:0 6px;background:#0a0a0a;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.02em;border-radius:9999px;border:2px solid #fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.how__title{font-size:1.0625rem;font-weight:600;color:#0a0a0a;margin:0;letter-spacing:-.01em;line-height:1.3}.how__desc{font-size:.9rem;color:#4a4a4a;line-height:1.6;max-width:280px;margin:0}@media(max-width:900px){.how__grid{grid-template-columns:1fr;gap:14px;max-width:520px;margin:0 auto}}@media(max-width:768px){.how__header{margin-bottom:32px}}@media(min-width:1600px){.how{padding-left:10%;padding-right:10%}}
/*# sourceMappingURL=96c47b3dda05c286.css.map*/