.lp-page{background-color:var(--background,#050505);min-height:100dvh;color:var(--foreground,#fff);touch-action:manipulation;position:relative;overflow-x:hidden}.lp-container{width:100%;max-width:80rem;margin:0 auto;padding:0 1.5rem}.lp-heading{font-family:var(--font-heading,"Inter", sans-serif)}.lp-text-gradient{color:#0000;background-image:linear-gradient(90deg,#00c896,#6ee7b7);-webkit-background-clip:text;background-clip:text}.lp-text-muted{color:#ffffff80}.lp-abstract-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.lp-glow-mint{filter:blur(120px);background-color:#00c8961a;border-radius:50%;position:absolute}.lp-glow-purple{filter:blur(100px);background-color:#a855f726;border-radius:50%;position:absolute}.lp-btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.lp-btn-primary{color:#050505;background-color:#00c896;box-shadow:0 0 30px #00c89633}.lp-btn-primary:hover{transform:scale(1.05);box-shadow:0 0 40px #00c89699}.lp-btn-outline{color:#fff;background-color:#0000;border:1px solid #ffffff1a}.lp-btn-outline:hover{color:#00c896;background-color:#00c8960d;border-color:#00c89680;transform:scale(1.05)}.lp-navbar{z-index:50;backface-visibility:hidden;will-change:transform;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0;transform:translateZ(0)}.lp-navbar--scrolled{-webkit-backdrop-filter:blur(12px);background-color:#050505cc;padding:1rem 0;box-shadow:0 4px 30px #000c}.lp-nav-content{justify-content:space-between;align-items:center;display:flex}.lp-nav-logo-box{color:#050505;background:linear-gradient(to bottom right,#00c896,#00c89666);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:700;display:flex;box-shadow:0 0 15px #00c89666}.lp-nav-links{color:#ffffffb3;align-items:center;gap:2rem;font-size:.875rem;font-weight:500;display:none}@media (min-width:768px){.lp-nav-links{display:flex}}.lp-nav-link{padding:.25rem 0;transition:color .2s;position:relative}.lp-nav-link:hover{color:#fff}.lp-nav-link:after{content:"";background-color:#00c896;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.lp-nav-link:hover:after{width:100%}.lp-mobile-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#0f0f0f;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #000c}@media (min-width:768px){.lp-mobile-menu{display:none}}.lp-hero{flex-direction:column;justify-content:center;min-height:90dvh;padding-top:6rem;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.lp-hero-badge{color:#00c896;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.lp-hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:600;line-height:1.05}@media (min-width:768px){.lp-hero-title{font-size:4.5rem}}.lp-hero-desc{color:#ffffff80;max-width:42rem;margin-bottom:2.5rem;font-size:1.125rem;font-weight:300;line-height:1.625}@media (min-width:768px){.lp-hero-desc{font-size:1.25rem}}.lp-hero-actions{flex-direction:column;gap:1rem;width:100%;display:flex}@media (min-width:640px){.lp-hero-actions{flex-direction:row;width:auto}}.lp-hero-btn{padding:1rem 2rem;font-size:1rem}.lp-stats-section{background-color:#ffffff03;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:3rem 0;overflow:hidden}.lp-stats-grid{flex-direction:column;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}@media (min-width:768px){.lp-stats-grid{flex-direction:row;gap:0}}.lp-stat-number{letter-spacing:-.02em;margin-bottom:.25rem;font-size:2.25rem;font-weight:600}@media (min-width:768px){.lp-stat-number{font-size:3rem}}.lp-stat-label{color:#fff6;letter-spacing:.025em;text-transform:uppercase;font-size:.875rem;font-weight:500}.lp-stat-divider{background-color:#ffffff1a;width:1px;height:3rem;display:none}@media (min-width:768px){.lp-stat-divider{display:block}}.lp-section{padding:6rem 0}@media (min-width:768px){.lp-section{padding:8rem 0}}.lp-section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}@media (min-width:768px){.lp-section-header{margin-bottom:6rem}}.lp-section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.875rem;font-weight:600;line-height:1.2}@media (min-width:768px){.lp-section-title{font-size:3rem}}.lp-feature-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.lp-feature-grid{grid-template-columns:repeat(2,1fr)}}.lp-card{background-color:#0f0f0f;border:1px solid #ffffff0d;border-radius:1.5rem;padding:2rem;transition:border-color .3s;position:relative;overflow:hidden}.lp-card:hover{border-color:#00c8964d}.lp-card-icon-box{color:#00c896;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}.lp-card:hover .lp-card-icon-box{transform:scale(1.1)}.lp-showcase-wrapper{background-color:#0c0c0c;border:1px solid #ffffff1a;border-radius:1rem;max-width:64rem;margin:0 auto;padding:.5rem;position:relative;box-shadow:0 0 100px #00c89626}@media (min-width:768px){.lp-showcase-wrapper{border-radius:2.5rem;padding:1rem}}.lp-showcase-chrome{border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.lp-showcase-dots{gap:.5rem;display:flex}.lp-showcase-dot{background-color:#ffffff1a;border-radius:50%;width:.75rem;height:.75rem}.lp-showcase-url{color:#ffffff4d;background-color:#ffffff0d;border-radius:.375rem;margin:0 auto;padding:.375rem 6rem;font-size:.625rem;display:none}@media (min-width:640px){.lp-showcase-url{display:block}}.lp-showcase-inner{background-color:#111;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;min-height:400px;max-height:700px;display:flex;overflow:hidden}.lp-step{text-align:center;flex-direction:column;align-items:center;max-width:20rem;display:flex;position:relative}.lp-step-num{color:#00c896;z-index:10;background-color:#0f0f0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a}.lp-step-line{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:60%;height:1px;display:none;position:absolute;top:2rem;left:50%;transform:translate(-50%)}@media (min-width:768px){.lp-step-line{display:block}}.lp-footer{background-color:#050505;border-top:1px solid #ffffff0d;margin-top:4rem;padding:3rem 0}.lp-footer-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.lp-footer-grid{grid-template-columns:repeat(4,1fr)}}.lp-footer-link{color:#ffffff80;margin-bottom:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-block}.lp-footer-link:hover{color:#fff}.lp-desktop-only{display:none!important}@media (min-width:768px){.lp-desktop-only{display:flex!important}.lp-mobile-toggle{display:none!important}}.lp-prose{color:#ffffffb3;font-weight:300;line-height:1.75}.lp-prose h2{font-family:var(--font-heading,"Inter", sans-serif);color:#fff;margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:500}.lp-prose p{margin-bottom:1rem}.lp-prose ul{margin-top:.5rem;margin-bottom:1rem;padding-left:1.25rem;list-style-type:disc}.lp-prose li{margin-bottom:.5rem}@keyframes lpPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes lpPulseSlow{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}.lp-pulse{will-change:transform, opacity;animation:8s ease-in-out infinite lpPulse}.lp-pulse-slow{will-change:transform, opacity;animation:10s ease-in-out 1s infinite lpPulseSlow}.lp-fade-in{opacity:0;transition:opacity .6s,transform .6s}.lp-fade-in.lp-visible{opacity:1}.lp-fade-in-up{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.lp-fade-in-up.lp-visible{opacity:1;transform:translateY(0)}.lp-reveal-3d{opacity:0;will-change:transform, opacity;backface-visibility:hidden;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:rotateX(15deg)translateY(30px)}.lp-reveal-3d.lp-visible{opacity:1;transform:rotateX(0)translateY(0)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1280px){.lp-hero-title{font-size:5.5rem}.lp-hero-desc{font-size:1.35rem}.lp-section-title{font-size:3.5rem}.lp-container{max-width:90rem}.lp-feature-grid{grid-template-columns:repeat(4,1fr)}.lp-stats-grid{gap:3rem}.lp-showcase-inner{min-height:500px;max-height:800px}}@media (min-width:1024px) and (max-width:1279px){.lp-hero-title{font-size:4rem}.lp-feature-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:640px) and (max-width:767px){.lp-hero{min-height:75vh;padding-top:5rem}.lp-hero-title{font-size:2.75rem}.lp-feature-grid,.lp-footer-grid{grid-template-columns:repeat(2,1fr)}.lp-stats-grid{flex-flow:wrap;gap:1.5rem}.lp-stat-divider{display:block}}@media (max-width:480px){.lp-container{padding:0 1rem}.lp-hero{min-height:70vh;padding-top:4.5rem;padding-bottom:2rem}.lp-hero-title{margin-bottom:1rem;font-size:2.25rem;line-height:1.1}.lp-hero-desc{margin-bottom:1.75rem;font-size:.95rem}.lp-hero-badge{margin-bottom:1.25rem;padding:.3rem .65rem;font-size:.7rem}.lp-hero-btn{padding:.875rem 1.5rem;font-size:.9rem}.lp-section{padding:3.5rem 0}.lp-section-header{margin-bottom:2.5rem}.lp-section-title{font-size:1.5rem}.lp-stat-number{font-size:1.75rem}.lp-stat-label{font-size:.75rem}.lp-card{border-radius:1rem;padding:1.25rem}.lp-card-icon-box{border-radius:.75rem;width:2.5rem;height:2.5rem;margin-bottom:1rem}.lp-showcase-wrapper{border-radius:.75rem}.lp-showcase-inner{min-height:260px;max-height:420px}.lp-showcase-chrome{padding:.5rem .75rem}.lp-step{max-width:100%}.lp-step-num{width:3rem;height:3rem;font-size:1.15rem}.lp-footer{margin-top:2rem;padding:2rem 0}.lp-prose h2{font-size:1.1rem}}@media (max-width:380px){.lp-hero-title{font-size:1.85rem}.lp-hero-desc{font-size:.875rem}.lp-section-title{font-size:1.35rem}.lp-navbar{padding:1rem 0}.lp-navbar--scrolled{padding:.75rem 0}}.lp-cta-heading{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.1}@media (max-width:640px){.lp-steps-wrapper{flex-direction:column;align-items:center;gap:2rem}.lp-step{text-align:center;width:100%;max-width:100%}}@media (max-width:1023px){.lp-showcase-inner .lp-desktop-only{display:none!important}}@media (max-width:640px){.lp-footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:400px){.lp-footer-grid{grid-template-columns:1fr}}
