@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");:root{--bg-color:#0a0a0a;--surface-1:#0e0e0e;--surface-2:#151515;--surface-3:#1b1b1b;--border-color:#2a2a2a;--text-primary:#f0f0f0;--text-secondary:#b3b3b3;--accent-primary:#ff3b30;--accent-hover:#e0342a;--muted:#888;--shadow-1:0 10px 30px rgba(0,0,0,0.35);--shadow-2:0 20px 50px rgba(0,0,0,0.45)}body,html{height:100%}html{scroll-behavior:smooth}body{min-height:100%;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;background:radial-gradient(1200px 800px at 10% -10%,#151515 0,#0a0a0a 60%) no-repeat fixed;color:var(--text-primary);margin:0;-webkit-font-smoothing:antialiated;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}#__next{height:100%;display:block}main{overflow-y:scroll}main,main>section{height:100vh;position:relative}main>section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.section-nav{position:fixed;top:50%;right:1.5rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100}.section-nav a{width:12px;height:12px;background-color:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.3);border-radius:50%;transition:all .2s ease-in-out;text-decoration:none}.section-nav a:hover{background-color:rgba(255,255,255,.5);transform:scale(1.1)}.section-nav a.active{background-color:var(--accent-primary);border-color:var(--accent-hover);transform:scale(1.3)}.site-footer{padding:2rem 1rem 2.5rem;color:var(--text-secondary);margin-top:auto;width:100%;background:none;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(0deg,rgba(255,255,255,.02),rgba(255,255,255,0))}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-gap:.75rem;gap:.75rem;justify-items:center;text-align:center;font-size:.95rem;padding:0 1rem}.legal-links{display:inline-flex;align-items:center;gap:.65rem}.legal-links a{color:var(--text-secondary);text-decoration:none}.legal-links a:hover{color:var(--text-primary);text-decoration:underline}.legal-links span{color:var(--muted)}.section{width:100%;padding:clamp(2rem,4vw + 1rem,5rem) 1rem;box-sizing:border-box}.section-inner{max-width:1200px;margin:0 auto;width:100%;justify-content:center;min-height:0;height:100%}#pricing,.section-inner{display:flex;flex-direction:column}#pricing{justify-content:flex-start;align-items:center;padding-bottom:0;height:100vh;min-height:100vh}#pricing .section-inner{flex:1 1;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem}.hero{padding-top:0;padding-bottom:0;min-height:auto}.hero-inner{display:grid;width:100%;grid-gap:1.5rem;gap:1.5rem;justify-items:center;text-align:center;align-content:center;height:100%}.hero-title{font-size:clamp(2rem,4vw + .5rem,4rem);line-height:1.05;font-weight:900;letter-spacing:-.02em;text-align:center;margin:0}.hero-subtitle{font-size:clamp(1rem,1.2vw + .9rem,1.3rem);color:var(--text-secondary);line-height:1.7;text-align:center;max-width:900px;margin:0}.hero-ctas{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem}.button,.hero-ctas,button{justify-content:center;align-items:center}.button,button{display:inline-flex;gap:.5rem;padding:.9rem 1.2rem;border:1px solid rgba(255,255,255,.08);background-image:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0));background-color:var(--surface-2);color:white;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;text-align:center;transition:transform .08s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;font-family:inherit;box-shadow:var(--shadow-1);text-decoration:none;min-height:48px;white-space:nowrap}.button img{height:20px;width:auto;flex-shrink:0;object-fit:contain}.button:hover,button:hover{transform:translateY(-1px);box-shadow:var(--shadow-2);border-color:rgba(255,255,255,.14);text-decoration:none}.button.cta{background-color:var(--accent-primary);border-color:rgba(0,0,0,.25);background-image:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0))}.button.cta:hover{background-color:var(--accent-hover)}.button.light{background-color:var(--surface-3)}.h2{font-size:clamp(1.6rem,2.2vw + 1rem,2.6rem);font-weight:800;margin:0 0 .5rem}.h2,.subtle{text-align:center}.subtle{color:var(--text-secondary);max-width:820px;margin:0 auto 1.5rem;line-height:1.7}.compare{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(.9rem,2vw,1.2rem);gap:clamp(.9rem,2vw,1.2rem)}.compare-item{grid-column:span 1}.compare-title{margin:0 0 .5rem;color:var(--text-secondary);font-weight:600;font-size:.95rem;letter-spacing:.02em}.aspect{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:14px;overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--shadow-1)}.aspect>iframe,.aspect>img,.aspect>video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.showcase-videos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%;max-height:none;overflow:visible}.showcase-video{width:100%;position:relative;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-2);border:1px solid var(--border-color);background-color:#000}.showcase-video iframe{width:100%;height:auto;aspect-ratio:16/9;border:none;display:block}.pricing-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:clamp(.9rem,2vw,1.2rem);gap:clamp(.9rem,2vw,1.2rem);width:100%;max-height:none;overflow:visible}.price-card{grid-column:span 12;text-align:center;padding:1.25rem 1.25rem 1.5rem;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-1)}.price{font-size:clamp(2rem,3vw + 1rem,2.6rem);color:var(--text-primary);margin:0 0 .3rem}.price-desc{font-size:1.05rem;color:var(--text-secondary);font-weight:600}@media (max-width:768px){.section-nav{display:none}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .button{width:100%;max-width:300px}.showcase-videos{grid-template-columns:1fr;gap:1rem}.section-inner{overflow:visible;max-height:none}main>section{height:auto;min-height:100vh;padding:4rem 1rem}#hero{height:100vh;min-height:100vh;padding:2rem 1rem}#hero .hero-inner{gap:1.2rem;height:100%;align-content:center}#showcase{min-height:100vh;height:auto}#showcase .section-inner{min-height:calc(100vh - 8rem)}#pricing{height:auto;min-height:100vh;padding-bottom:1rem;display:flex;flex-direction:column}#pricing .section-inner{flex:1 1;min-height:0;margin-bottom:0}.site-footer{position:relative;margin-top:2rem;padding-top:2rem;flex-shrink:0}.pricing-grid{margin-bottom:2rem}}@media (max-width:1024px){.showcase-videos{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.compare-item{grid-column:span 1}.price-card{grid-column:span 4}.hero-ctas{flex-direction:row}}.stack-sm{margin-top:.5rem}.stack-md{margin-top:1rem}.stack-lg{margin-top:2rem}:focus-visible{outline:2px solid #fff;outline-offset:2px}