@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--surface:#fdf8fd;--surface-low:#f7f2f8;--surface-container:#f1ecf2;--surface-high:#e5e1e7;--text-strong:#1c1b1f;--text-soft:#5b5964;--primary:#0c00df;--primary-strong:#2e31ff;--outline-ghost:#c6c4da3d;--heading:"Noto Serif", serif;--body:"Manrope", sans-serif;font:17px/1.5 var(--body);color:var(--text-soft);background:linear-gradient(180deg, var(--surface), #f4eef5);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top, #fffc, transparent 30%), linear-gradient(180deg, var(--surface), #f4eef5);min-height:100vh;margin:0}body:before{content:"";pointer-events:none;background:linear-gradient(#ffffff1f,#ffffff1f),repeating-linear-gradient(90deg,#0000 0 110px,#c6c4da14 110px 111px);position:fixed;inset:0}body,button,a{font-family:var(--body)}img{max-width:100%;display:block}#root{width:min(1280px,100%);margin:0 auto}h1,h2,h3{color:var(--text-strong);font-family:var(--heading);font-weight:400}p{margin:0}@media (width<=720px){:root{font-size:16px}}.page-shell{padding:1.5rem 1.5rem 4rem}.topbar{z-index:20;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fdf8fdb8;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;width:min(1200px,100%);margin:0 auto;padding:1rem 1.25rem;display:flex;position:sticky;top:1rem}.brand{color:var(--text-strong);font-family:var(--heading);font-size:1.25rem;font-style:italic;text-decoration:none}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;text-decoration:none}.nav-links a:hover,.nav-links a:focus-visible{color:var(--primary)}.nav-cta{background:linear-gradient(135deg, var(--primary), var(--primary-strong));border-radius:.5rem;padding:.85rem 1.25rem;box-shadow:0 18px 36px #0c00df2e;color:#fff!important}.hero-section,.feature-section,.about-section,.testimonial-section,.cta-section{width:min(1200px,100%);margin:0 auto}.hero-section{grid-template-columns:minmax(0,1fr) minmax(380px,.98fr);align-items:center;gap:3.5rem;min-height:calc(100svh - 7rem);padding:4rem 0 5rem;display:grid}.kicker{color:var(--primary);letter-spacing:.24em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem;font-weight:700}.kicker.subtle{color:#0c00dfbf;margin-bottom:.7rem}.hero-copy h1{max-width:10ch;margin:0;font-size:clamp(4rem,8vw,6.5rem);line-height:.93}.hero-copy h1 em{color:var(--primary);font-style:italic;font-weight:400}.hero-text{max-width:33rem;color:var(--text-soft);margin-top:1.75rem;font-size:1.08rem;line-height:1.8}.view-switcher{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.view-card{text-align:left;cursor:pointer;background:#ffffffad;border:0;border-radius:.75rem;width:100%;padding:1.3rem 1.2rem;transition:transform .2s,box-shadow .2s,background-color .2s;box-shadow:inset 0 0 0 1px #c6c4da38}.view-card:hover,.view-card:focus-visible{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #0c00df47,0 16px 30px #0c00df14}.view-card.active{background:linear-gradient(135deg,#0c00df1f,#2e31ff1f);box-shadow:inset 0 0 0 2px #0c00df6b,0 20px 36px #0c00df1f}.view-card-label,.view-card small{display:block}.view-card-label{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.72rem;font-weight:700}.view-card strong{color:var(--text-strong);font-size:1.05rem;display:block}.view-card small{color:var(--text-soft);margin-top:.55rem;font-size:.88rem;line-height:1.5}.selected-view-copy{background:#ffffff7a;border-radius:.75rem;max-width:34rem;margin-top:1.4rem;padding:1.35rem 1.45rem}.selected-view-copy h2{margin:0;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.08}.selected-view-copy p:last-child{color:var(--text-soft);margin-top:.8rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button-primary,.button-secondary,.button-light{border-radius:.5rem;justify-content:center;align-items:center;min-width:12.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.button-primary{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-strong));box-shadow:0 20px 40px #0c00df38}.button-secondary{color:var(--text-strong);background:#ffffff8c}.button-light{color:var(--primary);background:#fff}.button-primary:hover,.button-secondary:hover,.button-light:hover,.button-primary:focus-visible,.button-secondary:focus-visible,.button-light:focus-visible{transform:translateY(-2px)}.hero-visual{min-height:640px;position:relative}.preview-stage{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.device-preview{transition:transform .35s,opacity .35s,filter .35s;position:absolute}.device-preview.mobile{background:#111116;border-radius:2rem;width:280px;height:560px;padding:12px;box-shadow:0 28px 60px #1c1b1f2e}.device-preview.desktop{background:linear-gradient(#fefeff,#ede8f2);border-radius:1.2rem;width:min(100%,620px);height:420px;padding:12px;box-shadow:0 28px 60px #1c1b1f1f}.device-preview.mobile.active{opacity:1;z-index:2;transform:translate(-80px)rotate(-4deg)scale(1)}.device-preview.mobile:not(.active){opacity:.46;filter:blur(1px);transform:translate(-20px)rotate(-9deg)scale(.88)}.device-preview.desktop.active{opacity:1;z-index:2;transform:translate(10px)rotate(0)scale(1)}.device-preview.desktop:not(.active){opacity:.42;filter:blur(1px);transform:translate(80px)rotate(4deg)scale(.88)}.device-screen{background:linear-gradient(#fdf8fd,#f0ebf1);width:100%;height:100%;overflow:hidden}.mobile-screen{border-radius:1.55rem;padding:1rem}.desktop-screen{border-radius:.9rem;padding:1rem 1.1rem}.mini-kicker{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700;display:block}.mobile-screen strong,.desktop-screen strong{color:var(--text-strong);font-family:var(--heading);margin-top:.6rem;font-size:1.2rem;font-weight:400;display:block}.mini-photo{background:linear-gradient(#d8d8dc,#94949d);border-radius:1rem;height:220px;margin-top:1rem}.mini-lines{gap:.55rem;margin-top:1rem;display:grid}.mini-lines span{background:#1c1b1f1a;border-radius:999px;height:.65rem;display:block}.mini-lines span:first-child{width:86%}.mini-lines span:nth-child(2){width:72%}.mini-lines span:nth-child(3){width:64%}.mobile-screen button{background:linear-gradient(135deg, var(--primary), var(--primary-strong));color:#fff;border:0;border-radius:.9rem;width:100%;margin-top:1.1rem;padding:.95rem 1rem;font-weight:700}.desktop-topline{gap:.5rem;display:flex}.desktop-topline span{background:#1c1b1f24;border-radius:999px;width:.75rem;height:.75rem}.desktop-layout{grid-template-columns:1.2fr .8fr;gap:1rem;height:calc(100% - 1.5rem);margin-top:1rem;display:grid}.desktop-copy,.desktop-cards{background:#ffffffb8;border-radius:1rem}.desktop-copy{padding:1.2rem}.mini-lines.wide span:first-child{width:92%}.mini-lines.wide span:nth-child(2){width:84%}.mini-lines.wide span:nth-child(3){width:70%}.desktop-cards{gap:.9rem;padding:1rem;display:grid}.desktop-cards div{background:linear-gradient(#0c00df1f,#0c00df0a);border-radius:.9rem}.processing-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f7f2f8c7;border-radius:.75rem;gap:1rem;width:min(320px,100% - 2rem);padding:1rem 1.1rem;display:flex;position:absolute;bottom:-1rem;left:0;box-shadow:0 20px 40px #1c1b1f0f}.processing-card p{color:var(--text-soft);letter-spacing:.18em;text-transform:uppercase;margin:0 0 .4rem;font-size:.68rem;font-weight:700}.processing-card strong{color:var(--text-strong);font-family:var(--heading);font-size:.92rem;font-style:italic;font-weight:400;line-height:1.45}.processing-dot{background:var(--primary);border-radius:999px;width:.7rem;height:.7rem;margin-top:.28rem;animation:2.4s infinite pulse-dot;box-shadow:0 0 #0c00df73}.section-heading{margin-bottom:3rem}.section-heading.centered{text-align:center}.section-heading h2,.about-panel h2,.cta-panel h2{margin:0;font-size:clamp(2.3rem,5vw,4rem);line-height:1.02}.feature-section{padding:3rem 0 5rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.feature-card{background:#ffffff85;border-radius:.75rem;min-height:250px;padding:2rem}.feature-card.wide{grid-column:span 2;min-height:360px;position:relative;overflow:hidden}.feature-card.wide:after{content:"";opacity:.7;background:linear-gradient(#fff6,#0c00df0a);width:42%;height:100%;position:absolute;bottom:-8%;right:-4%;-webkit-mask:linear-gradient(#0000,#000 16% 86%,#0000);mask:linear-gradient(#0000,#000 16% 86%,#0000)}.feature-card.compact{background:#f1ecf2e6}.feature-card.palette{justify-content:space-between;align-items:center;gap:2rem;display:flex}.feature-icon{background:#0c00df14;border-radius:999px;width:2.75rem;height:2.75rem;margin-bottom:1.5rem;display:inline-flex}.feature-card h3{color:var(--text-strong);font-family:var(--heading);margin:0 0 .85rem;font-size:1.9rem;font-weight:400}.feature-card p,.about-panel p,.cta-panel p,.testimonial-card p{color:var(--text-soft);line-height:1.8}.palette-bars{align-items:flex-end;gap:.6rem;display:flex}.palette-bars span{background:#d7d4d3;border-radius:999px;width:1.2rem}.palette-bars span:first-child{height:4rem}.palette-bars span:nth-child(2){background:var(--primary);height:5.5rem}.palette-bars span:nth-child(3){background:#c8c7c2;height:4.5rem}.about-section{grid-template-columns:1.1fr .9fr;gap:1.25rem;padding:3rem 0 5rem;display:grid}.about-panel{border-radius:.75rem;padding:2.25rem}.statement-panel{background:#fff6}.metrics-panel{background:linear-gradient(160deg,#0c00dff5,#2e31fff5);gap:1rem;display:grid}.metrics-panel div{padding:1.2rem 0}.metrics-panel strong,.metrics-panel span{color:#fff;display:block}.metrics-panel strong{font-family:var(--heading);font-size:1.7rem;font-weight:400}.metrics-panel span{color:#e0e0ffe6;letter-spacing:.04em;text-transform:uppercase;margin-top:.4rem;font-size:.72rem}.testimonial-section{padding:4rem 0 5rem}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.testimonial-card{border-left:1px solid #c6c4da59;padding:1.5rem 0 0 1.5rem}.quote-mark{color:var(--primary);font-family:var(--heading);margin-bottom:1rem;font-size:3rem;line-height:1;display:inline-block}.testimonial-meta{margin-top:1.5rem}.testimonial-meta strong,.testimonial-meta span{display:block}.testimonial-meta strong{color:var(--text-strong);letter-spacing:.18em;text-transform:uppercase;font-size:.8rem}.testimonial-meta span{color:var(--text-soft);margin-top:.35rem;font-size:.85rem}.cta-section{padding:1rem 0 3rem}.cta-panel{background:linear-gradient(135deg, var(--primary), var(--primary-strong));text-align:center;border-radius:.75rem;padding:4.5rem 2rem;position:relative;overflow:hidden}.cta-panel:before{content:"";background:radial-gradient(circle at top,#ffffff2e,#0000 38%);position:absolute;inset:0}.cta-panel>*{position:relative}.kicker.light,.cta-panel h2,.cta-panel p{color:#fff}.cta-panel p{color:#e0e0ffeb;max-width:40rem;margin:1.25rem auto 2rem}@keyframes pulse-dot{0%{box-shadow:0 0 #0c00df73}70%{box-shadow:0 0 0 14px #0c00df00}to{box-shadow:0 0 #0c00df00}}@media (width<=1024px){.hero-section,.about-section{grid-template-columns:1fr}.hero-section{padding-top:3rem}.hero-copy h1{max-width:none}.hero-visual{min-height:560px}.feature-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.page-shell{padding:1rem 1rem 3rem}.topbar,.nav-links,.hero-actions,.feature-grid,.testimonial-grid,.view-switcher{display:grid}.topbar{justify-content:stretch}.nav-links{gap:.75rem}.hero-section{gap:2rem;min-height:auto;padding-bottom:4rem}.hero-visual{min-height:460px}.device-preview.mobile.active{transform:translate(-34px)rotate(-3deg)scale(.92)}.device-preview.desktop.active{transform:translate(12px)rotate(0)scale(.84)}.device-preview.mobile:not(.active),.device-preview.desktop:not(.active){opacity:.22}.processing-card{bottom:0;left:1rem}.feature-grid,.testimonial-grid,.about-section{grid-template-columns:1fr}.feature-card.wide,.feature-card.palette{grid-column:auto}.feature-card.palette{align-items:flex-start}}
