.container{text-align:center;z-index:1;padding:0;margin:0;max-width:75ch;min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.container.left{text-align:left;align-items:flex-start;justify-content:center;padding:6rem clamp(2rem,5vw,6rem);max-width:100%;width:100%;margin:0 auto;box-sizing:border-box;min-height:100vh}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center;width:100%;max-width:2200px;margin:0 auto}.hero-content{display:flex;flex-direction:column;gap:0}.hero-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:800;letter-spacing:.06em;font-size:clamp(2.5rem,8vw,6.5rem);background:none;color:#fafafa;text-shadow:0 1px 0 rgba(0,0,0,.2);margin:0 0 1.5rem -.1em;line-height:1.05}.subtitle{font-size:.9rem;letter-spacing:.28em;opacity:.8;margin:0 0 1rem;color:#e5e5e5;max-width:65ch;text-transform:uppercase;font-weight:500;line-height:1.6}.hero-for-line{font-size:1rem;letter-spacing:1px;opacity:.75;margin:0 0 2.5rem;color:#d1d1d1;font-weight:500;line-height:1.5}.hero-value-prop{font-size:1.75rem;font-weight:700;line-height:1.4;color:#00d1b2;margin:0 0 1.25rem;max-width:30ch}.hero-supporting{font-size:1.15rem;line-height:1.75;color:#ffffffbf;margin:0 0 2rem;max-width:45ch;font-weight:400}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.5rem);width:100%}@media (min-width: 1800px){.hero-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px) and (max-width: 1599px){.container.left{padding:2rem clamp(1.5rem,3vw,3rem);min-height:auto;justify-content:flex-start}.hero-wrapper{grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,3vw,3rem);align-items:start}.hero-content{max-width:36rem}.hero-code{font-size:clamp(2.2rem,5vw,3.8rem);margin-bottom:.75rem}.subtitle{font-size:.75rem;margin-bottom:.5rem}.hero-for-line{font-size:.85rem;margin-bottom:1.5rem}.hero-value-prop{font-size:1.3rem;line-height:1.35;margin-bottom:.65rem}.hero-supporting{font-size:.95rem;line-height:1.65;margin-bottom:1.1rem}.cta-buttons-container{margin:.9rem 0 1rem}.demo-button{padding:.85rem 2rem;font-size:.9rem}.explore-button{padding:.75rem 1.75rem;font-size:.85rem}.hero-trusted-by{margin-top:.75rem}.trusted-by-label{font-size:.7rem;margin-bottom:.5rem}.hero-logos-container{gap:.75rem}.hero-logo-link{padding:.5rem 1rem;min-height:65px;min-width:115px}.hero-logo{max-width:90px;max-height:40px}.feature-item{padding:.9rem;min-height:130px}.feature-icon{margin-bottom:8px}.feature-icon svg{width:20px;height:20px}.feature-title{font-size:.9rem;margin-bottom:4px}.feature-desc{font-size:.8rem;margin-bottom:6px}.feature-outcome{font-size:.75rem}}@media (min-width: 1600px){.container.left{padding:7rem clamp(2.5rem,5vw,7rem)}.hero-code{margin-bottom:2rem}.subtitle{font-size:.95rem;margin-bottom:1.25rem;letter-spacing:.3em}.hero-for-line{font-size:1.1rem;margin-bottom:3rem}.hero-value-prop{font-size:2rem;line-height:1.45;margin-bottom:1.5rem}.hero-supporting{font-size:1.25rem;line-height:1.85;margin-bottom:2.5rem}.cta-buttons-container{margin:2rem 0 2.5rem}.feature-item{padding:1.75rem;min-height:190px}.hero-trusted-by{margin-top:2.5rem}}@media (min-width: 1800px){.container.left{padding:8rem clamp(3rem,6vw,8rem)}.hero-code{margin-bottom:2.5rem}.subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-for-line{font-size:1.15rem;margin-bottom:3.5rem}.hero-value-prop{font-size:2.25rem;margin-bottom:1.75rem}.hero-supporting{font-size:1.35rem;line-height:1.9;margin-bottom:3rem}.cta-buttons-container{margin:2.5rem 0 3rem}.feature-item{padding:2rem;min-height:200px}.hero-trusted-by{margin-top:3rem}}.feature-item{text-align:left;padding:1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff05;transition:all .3s ease;min-height:180px;display:flex;flex-direction:column}.feature-item:hover{border-color:#00d1b2;background:#00d1b20d;transform:translateY(-2px);box-shadow:0 6px 16px #00d1b214}.feature-icon{margin-bottom:12px;color:#00d1b2;display:flex;align-items:center}.feature-icon svg{width:24px;height:24px}.feature-title{font-size:1.05rem;font-weight:700;letter-spacing:.01em;margin:0 0 6px;color:#fff;line-height:1.3}.feature-desc{font-size:.92rem;opacity:.9;letter-spacing:.01em;margin:0 0 8px;color:#d1d1d1;line-height:1.4}.feature-outcome{font-size:.85rem;color:#00d1b2;font-weight:600;margin:auto 0 0;letter-spacing:.02em;line-height:1.3}.cta-buttons-container{display:flex;flex-direction:row;align-items:center;gap:1rem;margin:1.5rem 0 2rem;width:fit-content;flex-wrap:wrap}.demo-button{position:relative;background:linear-gradient(90deg,#00f5a0,#00d9f5);border:none;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:1rem 2.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;overflow:hidden;text-transform:uppercase;width:fit-content;box-shadow:0 8px 25px #00f5a066}.demo-button:focus{outline:2px solid #00d1b2;outline-offset:3px}.demo-button:focus:not(:focus-visible){outline:none}.demo-button:hover{background:linear-gradient(90deg,#00e090,#00c5e5);transform:translateY(-2px);box-shadow:0 10px 30px #00f5a080}.demo-button:active{transform:translateY(0)}.button-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s ease}.demo-button:hover .button-glow{opacity:1}.explore-button{position:relative;background:transparent;border:2px solid #00d1b2;color:#00d1b2;font-size:.95rem;font-weight:600;letter-spacing:.3px;padding:.85rem 2rem;border-radius:6px;cursor:pointer;transition:all .3s ease;text-transform:none;width:fit-content}.explore-button:focus{outline:2px solid #00d1b2;outline-offset:3px}.explore-button:focus:not(:focus-visible){outline:none}.explore-button.secondary-cta:hover{background:#00d1b2;color:#0b0b0b;transform:translateY(-2px);box-shadow:0 6px 20px #00d1b24d}.hero-trusted-by{margin:24px 0 0;text-align:left}.trusted-by-label{font-size:.75rem;letter-spacing:2px;opacity:.65;margin:0 0 16px;text-transform:uppercase;font-weight:400;color:#d1d1d1}.hero-logos-container{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-logo-link{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;position:relative;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:1rem 1.5rem;min-height:80px;min-width:140px}.hero-logo-link:hover{transform:translateY(-2px);border-color:#00d1b266;box-shadow:0 8px 20px #00d1b226}.hero-logo{max-width:110px;max-height:50px;width:auto;height:auto;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.9;transition:all .3s ease}.hero-logo-link:hover .hero-logo{transform:scale(1.05);opacity:1}.problem-solution-section{background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f);padding:6rem clamp(2rem,5vw,6rem);margin-top:4rem;position:relative;width:100%;box-sizing:border-box;border-top:1px solid rgba(255,255,255,.05)}.problem-solution-content{max-width:2200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:stretch}.problem-box,.solution-box{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:clamp(2rem,3vw,3rem);position:relative;height:100%;box-sizing:border-box}.problem-box,.vision-box{border-left:3px solid #9c88ff}.solution-box{border-left:3px solid #00d1b2}.problem-title,.solution-title{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:#fafafa}.problem-text,.solution-text{font-size:1.05rem;line-height:1.7;color:#ffffffd9;margin-bottom:1rem;max-width:55ch}.problem-source{font-size:.9rem;font-style:italic;color:#fff9;margin-top:1rem}.solution-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.solution-feature{display:flex;align-items:center;gap:.75rem;color:#fffc;font-size:.95rem}.solution-feature svg{color:#00d1b2;flex-shrink:0}@media (max-width: 768px){.problem-solution-section{padding:4rem 1rem;margin-top:3rem}.problem-solution-content{grid-template-columns:1fr;gap:2rem}.problem-box,.solution-box{padding:2rem}}.use-cases-section{background:linear-gradient(135deg,#0b0b0b,#1a1a1a,#0b0b0b);padding:8rem clamp(2rem,5vw,6rem);margin-top:0;position:relative;width:100%;box-sizing:border-box;overflow-x:hidden}.use-cases-content{max-width:2200px;margin:0 auto;width:100%}.use-cases-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fafafa;text-align:center;margin-bottom:1rem}.use-cases-subtitle{font-size:clamp(1rem,2.5vw,1.3rem);color:#ffffffb3;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr));gap:clamp(1.5rem,3vw,2.5rem)}@media (min-width: 1600px){.use-cases-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1024px){.use-cases-grid{grid-template-columns:1fr}}.use-case-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.use-case-item:hover{transform:translateY(-4px);border-color:#00d1b24d;box-shadow:0 12px 32px #00d1b21a}.use-case-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:flex-start;color:#00d1b2}.use-case-icon svg{width:48px;height:48px}.use-case-title{font-size:1.5rem;font-weight:700;color:#fafafa;margin-bottom:1rem;line-height:1.3}.use-case-desc{color:#fffc;line-height:1.6;font-size:1rem;margin-bottom:1.25rem}.use-case-features{margin-bottom:1.5rem;flex-grow:1}.use-case-feature{color:#fff9;font-size:.85rem;line-height:1.5;margin-bottom:.5rem;padding-left:1rem;position:relative}.use-case-feature:before{content:"•";position:absolute;left:0;color:#00d1b2}.use-case-link{color:#00d1b2;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center}.use-case-link:hover{color:#00bfa3}@media (max-width: 768px){.use-cases-section{padding:4rem 1rem}.use-cases-grid{gap:2rem}.use-case-item{padding:2rem}}.text-animation-section{min-height:100vh;background:radial-gradient(ellipse at center,#1a1a1a,#0b0b0b 70%);padding:8rem clamp(2rem,5vw,6rem);margin-top:4rem;position:relative;overflow:hidden}.text-content{max-width:2200px;margin:0 auto;position:relative;z-index:10;width:100%}.stats-section{display:flex;justify-content:center;gap:clamp(2rem,6vw,8rem);margin-bottom:3rem;flex-wrap:wrap}@media (min-width: 1400px){.stats-section{justify-content:space-evenly;max-width:1200px;margin-left:auto;margin-right:auto}}.stat-item{text-align:center;opacity:0;transform:translateY(24px);display:flex;flex-direction:column;align-items:center}.stat-category{color:#fff9;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-weight:600}.stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;color:#00d1b2;font-family:ui-monospace,monospace;display:block;line-height:1}.stat-label{color:#fff6;font-size:.8rem;font-weight:600;margin-top:.2rem}.benchmark-note{text-align:center;margin:0 0 4rem;opacity:0;transform:translateY(20px)}.benchmark-text{color:#ffffff80;font-size:.85rem;font-style:italic;letter-spacing:.02em;margin:0}.testimonial-section{margin:4rem 0;opacity:0;transform:translateY(24px)}.testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:clamp(2rem,4vw,3.5rem);max-width:900px;margin:0 auto;text-align:left;position:relative}.testimonial-card:before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:#00d1b233;font-family:Georgia,serif;line-height:1}.testimonial-text{color:#ffffffe6;font-size:1.15rem;line-height:1.7;margin:0 0 1.5rem;font-style:italic;padding-left:1rem}.testimonial-attribution{display:flex;align-items:center;gap:1rem;padding-left:1rem}.testimonial-author{display:flex;flex-direction:column}.author-name{color:#fafafa;font-weight:600;font-size:.95rem}.author-title{color:#fff9;font-size:.85rem;margin-top:.2rem}.how-it-works-section{margin:6rem 0 4rem;text-align:center}.how-it-works-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#fafafa;margin-bottom:.75rem}.how-it-works-subtitle{font-size:1.1rem;color:#ffffffb3;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,4rem);margin-top:3rem;max-width:1400px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.steps-grid{grid-template-columns:1fr}}.step-item{text-align:center;padding:2rem 1.5rem;opacity:0;transform:translateY(24px);min-height:200px;display:flex;flex-direction:column;align-items:center}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00d1b2,#9c88ff);color:#000;font-size:1.5rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;flex-shrink:0}.step-title{font-size:1.3rem;font-weight:600;color:#fafafa;margin-bottom:1rem}.step-desc{color:#ffffffb3;line-height:1.6;font-size:.95rem;max-width:40ch}.cta-section{text-align:center;margin-top:6rem}.cta-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fafafa;margin-bottom:1rem}.cta-subtitle{font-size:1.1rem;color:#ffffffb3;margin-bottom:2.5rem;line-height:1.5}.cta-button{background:linear-gradient(135deg,#00d1b2,#9c88ff);border:none;color:#000;padding:1.1rem 2.75rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.05em;opacity:0;transform:translateY(24px)}.cta-button:focus{outline:2px solid #00d1b2;outline-offset:3px}.cta-button:focus:not(:focus-visible){outline:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00d1b266}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.cta-button:hover:before{left:100%}@media (max-width: 768px){.text-animation-section{padding:4rem 1rem;margin-top:3rem}.stats-section{gap:2rem}.testimonial-card{padding:2rem}.testimonial-card:before{font-size:3rem;top:.75rem;left:1rem}.testimonial-text{font-size:1.05rem;padding-left:.5rem}.testimonial-attribution{padding-left:.5rem}.steps-grid{gap:1.5rem}.step-item{padding:1.5rem 1rem;min-height:auto}}@media (max-width: 768px){.container.left{padding:3rem 1.5rem 2rem}.hero-wrapper{grid-template-columns:1fr;gap:2rem}.hero-code{font-size:clamp(2rem,10vw,3.5rem);margin-bottom:12px}.subtitle{margin-bottom:12px}.hero-for-line{font-size:.85rem;margin-bottom:16px}.hero-value-prop{font-size:1.3rem;margin-bottom:12px}.hero-supporting{font-size:.95rem;margin-bottom:16px}.cta-buttons-container{margin:16px 0 24px}.hero-features{grid-template-columns:1fr;gap:1rem}.feature-item{min-height:auto;padding:1.25rem}.hero-trusted-by{margin-top:24px}.hero-logos-container{gap:1rem;justify-content:flex-start}.hero-logo-link{min-width:120px;min-height:70px;padding:.75rem 1.25rem}.hero-logo{max-width:90px;max-height:40px}}@media (max-width: 640px){.container{padding:2rem 1rem;max-width:none;width:100%;box-sizing:border-box}.container.left{padding:3rem 1rem 2rem;width:100%;box-sizing:border-box}.hero-code{font-size:clamp(1.8rem,9vw,2.8rem);margin-bottom:12px}.subtitle{font-size:.8rem;letter-spacing:2px;margin:0 0 12px}.hero-for-line{font-size:.8rem;margin-bottom:12px}.hero-value-prop{font-size:1.2rem;margin-bottom:8px}.hero-supporting{font-size:.9rem;margin-bottom:16px}.hero-wrapper{grid-template-columns:1fr;gap:2rem}.hero-features{grid-template-columns:1fr;margin:0 0 16px}.feature-item{padding:1.25rem;min-height:auto}.feature-title{font-size:1rem}.feature-desc{font-size:.9rem}.feature-outcome{font-size:.8rem}.cta-buttons-container{flex-direction:column;align-items:flex-start;margin:16px 0 24px;gap:.75rem}.demo-button{margin:0;width:100%;padding:.9rem 2rem;font-size:.95rem}.explore-button{width:100%;padding:.75rem 1.75rem;font-size:.9rem}.hero-trusted-by{margin-top:16px}.trusted-by-label{font-size:.7rem;margin-bottom:12px}.hero-logos-container{gap:.75rem}.hero-logo-link{min-height:65px;min-width:100px;padding:.75rem 1rem}.hero-logo{max-height:35px;max-width:80px}}
