*{box-sizing:border-box}:root{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px}h1,h2,h3,h4,h5,h6,p{margin:0}button,input{font-family:inherit}.nav{height:64px;background-color:#111;display:flex;align-items:center;padding:0 2rem;position:sticky;top:0;z-index:100}.nav-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo-link{display:flex;align-items:center}.nav-logo{height:42px;width:auto}.nav-links{display:flex;gap:2rem}.nav-link{color:#ffffff8c;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:color .2s}.nav-link:hover{color:#ffffffd9}.nav-link--active{color:#fff}:root{--sq-bg-0: #080808;--sq-bg-1: #0e0e0e;--sq-bg-2: #141414;--sq-bg-3: #1c1c1c;--sq-accent: #E0B0FF;--sq-accent-dim: rgba(224, 176, 255, .12);--sq-accent-border: rgba(224, 176, 255, .28);--sq-green: #98EF99;--sq-white: #ffffff;--sq-text-dim: rgba(255, 255, 255, .55);--sq-text-faint: rgba(255, 255, 255, .3);--sq-border: rgba(255, 255, 255, .08)}.sq{background:var(--sq-bg-0)}.sq-section-inner{max-width:760px;margin:0 auto;padding:0 1.5rem}.sq-section-inner--wide{max-width:900px;margin:0 auto;padding:0 1.5rem}.sq-eyebrow{font-size:.82rem;font-weight:400;color:var(--sq-accent);margin:0 0 1.25rem}.sq-section-title{font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:300;line-height:1.3;margin:0 0 1.75rem;color:var(--sq-white);letter-spacing:-.02em;text-wrap:balance}.sq-hero{position:relative;min-height:calc(100vh - 64px);background:url(/bg.png) center / cover no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;padding:4rem 6%;overflow:hidden}@media (min-width: 768px){.sq-hero{flex-direction:row;gap:4rem}}.sq-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0006,#000000b3,#000000eb)}.sq-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to bottom,transparent,var(--sq-bg-0))}.sq-hero-content{position:relative;z-index:1;flex:1;min-width:0;text-align:left;color:var(--sq-white)}.sq-hero-kicker{font-size:clamp(1rem,1.4vw,1.25rem);font-weight:500;color:var(--sq-accent);margin:0 0 .6rem;letter-spacing:.04em;text-transform:none}.sq-hero-product-name{font-size:clamp(2rem,3.6vw,3.4rem);font-weight:300;line-height:1.15;letter-spacing:-.03em;color:var(--sq-white);margin:0 0 1.5rem}.sq-hero-product-name span{color:var(--sq-accent)}.sq-hero-product{font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:300;line-height:1.4;letter-spacing:-.01em;color:#ffffffb3;margin:0 0 1.75rem;text-wrap:balance}.sq-hero-sub{font-size:1rem;line-height:1.65;color:#ffffff8c;margin:0;max-width:420px}.sq-hero-image-wrap{position:relative;z-index:1;flex:1.1;min-width:0;align-self:center}.sq-hero-image{width:100%;border-radius:10px;box-shadow:0 40px 80px #0009;display:block}.sq-reality{background:var(--sq-bg-1);padding:6rem 1.5rem;border-top:1px solid var(--sq-border)}.sq-reality .sq-section-inner{text-align:center}.sq-reality-body{font-size:1rem;line-height:1.75;color:var(--sq-text-dim);margin:0 0 4rem;max-width:560px;margin-left:auto;margin-right:auto}.sq-timeline{max-width:1100px;margin:0 auto 3.5rem;padding:0 3rem;overflow:hidden}.sq-timeline-track{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.sq-timeline-track:before{content:"";position:absolute;top:7px;left:calc(12.5% + 6px);right:calc(12.5% + 6px);height:1px;background:var(--sq-border)}.sq-timeline-node{display:flex;flex-direction:column;padding-top:0}.sq-timeline-dot{width:13px;height:13px;border-radius:50%;background:var(--sq-bg-2);border:1px solid rgba(255,255,255,.2);margin-bottom:1.25rem;flex-shrink:0;position:relative;z-index:1}.sq-timeline-node--active .sq-timeline-dot{background:var(--sq-accent);border-color:var(--sq-accent);box-shadow:0 0 12px #e0b0ff80}.sq-timeline-index{font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--sq-text-faint);margin-bottom:.5rem}.sq-timeline-node--active .sq-timeline-index{color:var(--sq-accent)}.sq-timeline-label{font-size:.95rem;font-weight:500;color:#ffffff80;margin-bottom:.5rem}.sq-timeline-node--active .sq-timeline-label{color:var(--sq-white)}.sq-timeline-desc{font-size:.8rem;color:var(--sq-text-faint);line-height:1.6;max-width:200px}.sq-timeline-node--active .sq-timeline-desc{color:var(--sq-text-dim)}@media (max-width: 680px){.sq-timeline-track{grid-template-columns:1fr;gap:2rem}.sq-timeline-track:before{display:none}.sq-timeline-node{flex-direction:row;gap:1rem;align-items:flex-start}.sq-timeline-dot{margin-bottom:0;margin-top:.15rem}}.sq-learn-more{display:inline-flex;align-items:center;gap:.3rem;font-size:.88rem;font-weight:500;color:var(--sq-accent);text-decoration:none;transition:opacity .2s}.sq-learn-more:hover{opacity:.75}.sq-desc{background:#f4f0eb;min-height:90vh;padding:7rem 2rem;display:flex;align-items:center}.sq-desc-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.sq-desc-text{flex:1}.sq-desc-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2;letter-spacing:-.03em;color:#111;margin:0 0 1.75rem}.sq-desc-body{font-size:1.1rem;line-height:1.75;color:#333;margin:0;max-width:520px}.sq-desc-media{flex:1.4}.sq-section-image-wrap{width:100%;border-radius:12px;overflow:hidden}.sq-section-image{width:100%;display:block}@media (min-width: 768px){.sq-desc-inner{flex-direction:row;align-items:center;gap:6rem}}.sq-features{background:var(--sq-bg-1);padding:6rem 1.5rem;border-top:1px solid var(--sq-border)}.sq-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto}.sq-feature-card{padding:2rem 0;border-top:1px solid var(--sq-border)}.sq-feature-card:first-child{border-top:none}.sq-feature-title{font-size:1.25rem;font-weight:600;color:var(--sq-white);margin:0 0 .75rem}.sq-feature-body{font-size:1.05rem;color:#fffc;line-height:1.7;margin:0}.sq-dealers{background:var(--sq-bg-0);min-height:90vh;padding:7rem 2rem;display:flex;align-items:center;border-top:1px solid var(--sq-border)}.sq-dealers-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:4rem}@media (min-width: 768px){.sq-dealers-inner{flex-direction:row;align-items:center;gap:6rem}}.sq-dealers-text{flex:1}.sq-dealers-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2;letter-spacing:-.03em;color:var(--sq-white);margin:0 0 1.75rem;text-wrap:balance}.sq-dealers-body{font-size:1.1rem;line-height:1.75;color:#fffc;margin:0 0 1.5rem}.sq-dealers-sub{font-size:1.05rem;line-height:1.75;color:#fff9;margin:0}.sq-dealers-media{flex:1.4}.sq-dealers-image{width:100%;display:block;border-radius:12px}.sq-connect{background-color:#ffdab9;padding:6rem 1.5rem}.sq-connect-inner{max-width:460px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.sq-connect-title{font-size:2rem;font-weight:300;color:#0d0d0d;letter-spacing:-.02em;margin:0 0 .75rem;white-space:nowrap}.sq-connect-sub{font-size:.9rem;color:#666;line-height:1.65;margin:0 0 2.5rem}.sq-form{width:100%;display:flex;flex-direction:column;gap:.65rem}.sq-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.sq-input{width:100%;padding:.8rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:7px;background:#ffffffbf;font-size:.88rem;font-family:inherit;color:#111;box-sizing:border-box;transition:border-color .2s,background .2s}.sq-input::placeholder{color:#aaa}.sq-input:focus{outline:none;border-color:#0000004d;background:#fff}.sq-submit{width:100%;padding:.85rem;background:#111;color:#fff;border:none;border-radius:7px;font-size:.92rem;font-weight:600;font-family:inherit;letter-spacing:.02em;cursor:pointer;margin-top:.25rem;transition:background-color .2s}.sq-submit:hover:not(:disabled){background:#2a2a2a}.sq-submit:disabled{opacity:.5;cursor:not-allowed}.sq-form-note{font-size:.75rem;color:#999;margin:.25rem 0 0}.sq-form-success{font-size:1rem;color:#333;text-align:center}.sq-form-error{font-size:.8rem;color:#c53030;text-align:center;margin:0}.sq-footer-bottom{margin-top:4.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.sq-footer-logo{height:80px;width:auto}.sq-footer-copy{font-size:.75rem;color:#aaa;margin:0}@media (min-width: 768px){.sq-section-title{font-size:3rem}.sq-journey{flex-direction:row;align-items:stretch}.sq-journey-item{flex-direction:row;align-items:center;flex:1}.sq-journey-card{max-width:none;width:100%;height:100%}.sq-journey-arrow{padding:0 .4rem;flex-shrink:0}.sq-features-grid{grid-template-columns:repeat(3,1fr)}.sq-connect-title{font-size:2.5rem}}.hero{position:relative;min-height:calc(100vh - 64px);background:url(/bg.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0000004d,#0009,#000000bf)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:720px;margin-bottom:0}.hero-kicker{font-size:clamp(1rem,1.4vw,1.25rem);font-weight:500;color:#e0b0ff;margin:0 0 .6rem;letter-spacing:.04em}.hero-title{font-size:clamp(2rem,3.6vw,3.4rem);font-weight:300;line-height:1.15;letter-spacing:-.03em;color:#fff;margin:0 0 1.5rem;text-wrap:balance}.hero-subtitle{font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:300;line-height:1.6;color:#ffffffb3;margin:0 auto;max-width:600px}.intro{background-color:#fff;padding:3rem 1rem}.intro-video-container{width:90%;max-width:800px;margin:0 auto 2rem}.intro-video{width:100%;aspect-ratio:16 / 9;border-radius:8px;background-color:#000}.intro-headline{font-size:1.5rem;font-weight:400;text-align:center;color:#333;margin:0 0 2rem;padding:0 1rem}.intro-features{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}.intro-feature{padding:0 .5rem}.intro-feature .intro-image{width:100%;height:200px;object-fit:contain;object-position:center bottom;border-radius:8px;margin-bottom:1rem}.intro-feature .feature-title{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 .5rem}.intro-feature .feature-subtitle{font-size:.9rem;font-weight:500;color:#333;margin:0 0 .5rem}.intro-feature .feature-description{font-size:.85rem;color:#666;margin:0 0 .75rem;line-height:1.5}.intro-feature .feature-highlight{font-size:.8rem;color:#888;margin:0;line-height:1.5}@media (min-width: 768px){.intro{padding:4rem 2rem}.intro-video-container{width:60%;margin-bottom:3rem}.intro-headline{font-size:2rem;margin-bottom:3rem}.intro-features{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stepper{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:0 1rem}.stepper-item{display:flex;align-items:center;gap:.5rem;position:relative}.stepper-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.stepper-icon--completed,.stepper-icon--active{color:#e0b0ff}.stepper-icon--inactive{opacity:.5}.stepper--light .stepper-icon--inactive{color:#666}.stepper--dark .stepper-icon--inactive{color:#999}.stepper-label{font-size:.875rem;opacity:.7}.stepper-label--active{opacity:1;font-weight:500}.stepper--light .stepper-label{color:#333}.stepper--dark .stepper-label{color:#fff}.stepper-line{display:none}@media (min-width: 768px){.stepper{flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;padding:0}.stepper-item{flex-direction:row;align-items:center}.stepper-line{display:block;width:60px;height:1px;margin:0 .75rem}.stepper--light .stepper-line{background-color:#ccc}.stepper--dark .stepper-line{background-color:#666}.stepper-item:last-child .stepper-line{display:none}}.feature{min-height:calc(100vh - 64px);padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.feature--light{background-color:#f4f4f4;color:#333}.feature--dark{background-color:#3a3636;color:#fff}.feature-title{font-size:1.5rem;font-weight:400;margin:0 0 2rem;text-align:left}.feature-subtitle{font-family:DM Sans,sans-serif;font-size:18px;font-weight:400;margin:-1.5rem 0 2rem;text-align:left}.video-container{width:90%;max-width:800px;display:flex;justify-content:center}.feature-video{width:100%;max-width:100%;max-height:60vh;border-radius:4px;background-color:#000}@media (min-width: 768px){.feature{padding:4rem 2rem}.feature-title{font-size:2rem}.video-container{width:60%}}.contact-footer{background-color:#ffdab9;padding:3rem 1rem}.contact-content{max-width:400px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.contact-title{font-size:1.5rem;font-weight:500;color:#333;margin:0 0 2rem}.contact-form{width:100%;display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-label{font-size:.75rem;color:#666}.form-input{width:100%;padding:.75rem;border:none;border-radius:4px;background-color:#fff;font-size:1rem;box-sizing:border-box}.form-input:focus{outline:2px solid #E0B0FF}.submit-button{width:100%;padding:.75rem;background-color:#333;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:.5rem;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#444}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-message{color:#333;font-size:1rem;text-align:center}.form-error{color:#c53030;font-size:.875rem;text-align:center;margin:0}.footer-logo{margin-top:4rem;display:flex;flex-direction:column;align-items:center}.footer-logo-image{height:93px;width:auto}@media (min-width: 768px){.contact-footer{padding:4rem 2rem}.contact-title{font-size:2rem}}.app{min-height:100vh}
