:root{--sw-yellow: #FFE81F;--sw-purple: #352449;--sw-bg: #071127;--sw-surface: rgba(15, 23, 36, .6);--sw-text: #E6EEF6;--sw-muted: #9AA7B7;--page-gradient: linear-gradient(160deg, var(--sw-bg) 0%, color-mix(in srgb, var(--sw-purple) 70%, #000 30%) 55%, var(--sw-purple) 100%)}html,body{height:100%}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;color:var(--sw-text);background:var(--page-gradient);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:center center}.hero{padding:6rem 1rem}.hero-card{border-radius:1rem;padding:2rem;box-shadow:0 20px 60px #02061799;border:1px solid rgba(255,255,255,.04);background:linear-gradient(180deg,#ffffff05,#ffffff03)}.screenshot-stack{position:relative;width:460px;max-width:92vw;margin:0 auto}.screenshot-stack:before,.screenshot-stack:after{display:none}.screenshot-stack img{display:block;width:100%;border-radius:1rem;position:relative;z-index:2;-webkit-mask-image:linear-gradient(to bottom,black 0%,black 45%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 45%,transparent 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.screenshot-stack{margin-bottom:-6.5rem;z-index:30}#features,.testimonial-section,section.py-12{background:transparent}.device-frame{border-radius:1.2rem;overflow:hidden;padding:12px;background:transparent;box-shadow:none;border:1px solid rgba(255,255,255,.01)}.device-frame:before{content:"";position:absolute;left:50%;top:8px;transform:translate(-50%);width:40px;height:4px;background:#00000040;border-radius:2px}.feature{background:transparent;border-radius:.75rem;padding:1.25rem;border:none;box-shadow:none}.btn-primary{background:var(--sw-yellow);color:#071127;padding:.6rem 1rem;border-radius:.6rem;font-weight:700;display:inline-flex;align-items:center;gap:.6rem}.testimonial-section{padding:3.5rem 1rem}.testimonial-card{max-width:900px;margin:0 auto;background:transparent;border-radius:1rem;padding:2rem;box-shadow:none;border:none}.testimonial-card blockquote{font-size:1.125rem;line-height:1.6;color:var(--sw-text);margin:0}.testimonial-author{margin-top:1rem;color:var(--sw-muted);font-weight:600}.feature-grid{display:grid;grid-template-columns:1fr;gap:2.25rem}.feature-card{background:#ffffff05;border-radius:1rem;padding:2.25rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:380px;box-shadow:0 18px 40px #02061747;border:1px solid rgba(255,255,255,.035);opacity:0;transform:translateY(40px);transition:opacity .6s cubic-bezier(.22,.9,.3,1),transform .6s cubic-bezier(.22,.9,.3,1);transition-delay:calc(var(--i, 0) * .08s)}.feature-card-inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;margin-bottom:1.75rem}.feature-title{font-size:1.375rem;color:var(--sw-yellow);margin:0}.feature-desc{color:var(--sw-text);opacity:.95;line-height:1.6;margin:0 0 .25rem;max-width:48ch}.feature-phone{display:block;width:180px;max-width:55%;margin:1.75rem auto 0;border-radius:.9rem;box-shadow:0 18px 36px #02061752}.feature-card.visible:hover{transform:translateY(-6px);transition:transform .22s ease;box-shadow:0 28px 56px #0206175c}.feature-card.visible{opacity:1;transform:translateY(0)}@media (min-width:860px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.feature-card{min-height:440px}.feature-phone{width:220px}}.features-heading{text-align:center;color:var(--sw-yellow);font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.8px;margin:0 0 2.25rem;font-size:clamp(2rem,6.2vw,3.8rem);line-height:1.02;text-shadow:0 2px 0 rgba(0,0,0,.18);background:linear-gradient(180deg,var(--sw-yellow) 0%,color-mix(in srgb,var(--sw-yellow),#fff 20%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;position:relative;display:inline-block;padding:.125rem .5rem}.features-heading:after{content:"";display:block;height:6px;width:84px;margin:12px auto 0;border-radius:6px;background:linear-gradient(90deg,#ffe81ffa,#ffe81fa6,#ffe81f4d);box-shadow:0 6px 18px #ffe81f0f,inset 0 1px #ffffff0f;transform:translateZ(0)}@media (min-width:860px){.features-heading{font-size:clamp(2.6rem,6vw,4.2rem)}.features-heading:after{width:120px;height:8px;margin-top:14px}}.built-feature-title{font-family:Georgia,Times New Roman,serif;font-weight:900;font-size:2rem;color:var(--sw-yellow);letter-spacing:-.6px;margin:0 0 .5rem}.built-feature-desc{color:var(--sw-text);line-height:1.7;margin:0 0 2.5rem;max-width:72ch}.built-feature-phone{display:block;width:260px;max-width:48%;margin:1rem auto 0;border-radius:1rem;box-shadow:0 20px 40px #02061752}@media (max-width:900px){.built-feature-phone{max-width:60%;margin-top:1.25rem}}@media (min-width:1024px){.hero{padding:8rem 2rem}.screenshot-stack{width:560px}}.layered-screens{display:flex;align-items:center;justify-content:center;gap:0;position:relative;width:100%;max-width:720px;margin:0 auto;height:auto}.layered-screens .device{position:absolute;top:0;left:50%;transform-origin:center center}.layered-screens img{display:block;width:100%;height:auto;border-radius:1rem;box-shadow:0 30px 80px #02061773;border:1px solid rgba(255,255,255,.03)}.device-left{width:42%;transform:translate(-180%) rotate(-12deg);z-index:10}.device-center{width:52%;transform:translate(-50%) rotate(0);z-index:30}.device-right{width:42%;transform:translate(20%) rotate(12deg);z-index:20}@media (max-width:880px){.device-left{width:36%;transform:translate(-150%) rotate(-10deg)}.device-center{width:60%}.device-right{width:36%;transform:translate(12%) rotate(10deg)}.layered-screens{max-width:420px}}@media (max-width:420px){.device-left,.device-right{display:none}.device-center{position:relative;transform:translate(-50%) rotate(0);width:92%}.layered-screens{max-width:360px}}.feature-stack{position:relative;width:220px;max-width:55%;margin:1.75rem auto 0;height:auto;display:block;pointer-events:none}.feature-stack .device{transform-origin:center center;width:100%}.feature-stack .device img{display:block;width:100%;height:auto;border-radius:.9rem;box-shadow:0 18px 36px #02061752;border:1px solid rgba(255,255,255,.02)}.feature-stack .device.front{position:relative;left:50%;transform:translate(-20%) scale(1) rotate(20deg);z-index:30;box-shadow:0 20px 40px #02061766}.feature-stack .device.back{position:absolute;top:20px;left:50%;transform:translate(-90%) scale(1) rotate(-0deg);z-index:10;opacity:.85;box-shadow:0 12px 28px #02061740}@media (min-width:860px){.feature-stack{width:260px;max-width:48%}}@media (max-width:420px){.feature-stack{width:160px;max-width:70%}}.feature-header{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:1rem}.feature-icon{flex:0 0 auto}.feature-header h3{margin:0}.feature-header+p,.feature-header+.feature-desc{margin-top:.5rem;margin-bottom:0}.cta-section{padding:2rem 1rem}.cta-bar{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-radius:1rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;box-shadow:0 18px 48px #0206175c;border:1px solid rgba(255,255,255,.03)}.cta-copy{color:var(--sw-text);font-weight:800;max-width:72ch;font-size:1.125rem}.cta-sub{color:var(--sw-muted);font-weight:600;font-size:.95rem;margin-top:.25rem}.cta-button{background:var(--sw-yellow);color:#071127;padding:.9rem 1.25rem;border-radius:.7rem;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.cta-sticky{display:none;position:fixed;left:50%;transform:translate(-50%);bottom:1rem;z-index:70;width:auto;max-width:calc(100vw - 2rem)}.cta-sticky .cta-inner{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:.6rem 1rem;border-radius:25px;background:linear-gradient(90deg,var(--sw-bg),color-mix(in srgb,var(--sw-purple) 80%,var(--sw-bg) 20%));border:1px solid color-mix(in srgb,var(--sw-yellow) 30%,transparent 70%);box-shadow:0 8px 32px #020617cc,0 0 20px color-mix(in srgb,var(--sw-yellow) 15%,transparent 85%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:fit-content;margin:0 auto}.cta-sticky .cta-text{color:var(--sw-text);font-weight:600;font-size:.9rem;white-space:nowrap}.cta-close{background:transparent;border:0;color:var(--sw-muted);font-size:.9rem;padding:.2rem;cursor:pointer;opacity:.7;transition:opacity .2s ease}.cta-close:hover{opacity:1}@media (max-width:860px){.cta-sticky{display:block}.cta-section{display:none}}@media (prefers-reduced-motion: reduce){.feature-card,.feature-card *{transition:none!important;animation:none!important}}
