@font-face{font-family:Inter;src:url(/fonts/inter-latin.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--color-background: #ffffff;--color-foreground: #0a0a0a;--color-card: #ffffff;--color-card-foreground: #0a0a0a;--color-primary: #171717;--color-primary-foreground: #fafafa;--color-secondary: #f5f5f5;--color-secondary-foreground: #171717;--color-muted: #f5f5f5;--color-muted-foreground: #737373;--color-accent: #f5f5f5;--color-accent-foreground: #171717;--color-destructive: #ef4444;--color-border: #e5e5e5;--color-input: #e5e5e5;--color-ring: #0a0a0a;--color-success: #10b981;--color-info: #3b82f6;--radius: .5rem;--radius-lg: .75rem;--nav-height: 4rem;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:.875rem;line-height:1.5;color:var(--color-foreground);background:var(--color-background)}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.text-3xl{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.text-muted{color:var(--color-muted-foreground)}.nav{position:fixed;top:.75rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:72rem;z-index:50;height:var(--nav-height);display:flex;align-items:center;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:1rem;box-shadow:0 4px 20px #0000000f;transition:transform .35s ease,box-shadow .3s}.nav.nav-hidden{transform:translate(-50%) translateY(calc(-100% - 1rem))}.nav.scrolled{box-shadow:0 4px 24px #0000001a}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--color-foreground)}.nav-links{display:none;align-items:center;gap:2rem}.nav-link{font-size:.875rem;font-weight:500;color:var(--color-muted-foreground);transition:color .15s}.nav-link:hover{color:var(--color-foreground)}.nav-right{display:flex;align-items:center;gap:1rem}.nav-cta{display:none}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:0}.nav-toggle span{display:block;width:20px;height:2px;background:var(--color-foreground);border-radius:1px;transition:transform .3s,opacity .3s}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{position:absolute;top:calc(var(--nav-height) + .5rem);left:0;right:0;background:#fffffff7;backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:.75rem;box-shadow:0 4px 20px #0000000f;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-mobile.open{max-height:320px}.nav-mobile a{display:block;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;color:var(--color-muted-foreground);border-bottom:1px solid var(--color-border);transition:background .15s,color .15s}.nav-mobile a:first-child{border-radius:.75rem .75rem 0 0}.nav-mobile a:last-child{border-bottom:none;border-radius:0 0 .75rem .75rem}.nav-mobile a:hover{background:var(--color-muted);color:var(--color-foreground)}@media(min-width:768px){.nav-links{display:flex}.nav-cta{display:inline-flex}.nav-toggle,.nav-mobile{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-family:var(--font-family);font-size:.875rem;font-weight:500;line-height:1;cursor:pointer;border:none;transition:background-color .15s,color .15s,opacity .15s,transform .2s ease,box-shadow .2s ease;height:2.25rem;padding:0 1rem}.btn-primary{background:var(--color-primary);color:var(--color-primary-foreground);box-shadow:var(--shadow-xs)}.btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow-xs)}.btn-outline{background:var(--color-background);color:var(--color-foreground);border:1px solid var(--color-input);box-shadow:var(--shadow-xs)}.btn-outline:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn-outline:active{transform:translateY(0);box-shadow:var(--shadow-xs)}.btn-lg{height:2.75rem;padding:0 1.5rem;font-size:.9375rem}.btn-inverted{background:var(--color-primary-foreground);color:var(--color-primary);box-shadow:var(--shadow-xs)}.btn-inverted:hover{opacity:.9}.btn-outline-inverted{background:transparent;color:var(--color-primary-foreground);border:1px solid rgba(255,255,255,.3)}.btn-outline-inverted:hover{background:#ffffff1a}.card{background:var(--color-card);color:var(--color-card-foreground);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card-header{padding:1.5rem;padding-bottom:0}.card-content{padding:1rem 1.5rem 1.5rem}.badge{display:inline-flex;align-items:center;border-radius:calc(var(--radius) - 2px);padding:.125rem .625rem;font-size:.75rem;font-weight:600;line-height:1.5;border:1px solid transparent;white-space:nowrap}.badge-primary{background:var(--color-primary);color:var(--color-primary-foreground)}.badge-secondary{background:var(--color-secondary);color:var(--color-secondary-foreground);border-color:var(--color-border)}.section{padding:4rem 0}.section-muted{background:var(--color-muted)}.section-header{text-align:center;margin-bottom:3rem;max-width:640px;margin-left:auto;margin-right:auto}.section-title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-top:.75rem}.section-description{font-size:.9375rem;color:var(--color-muted-foreground);margin-top:.75rem;line-height:1.6}@media(min-width:768px){.section{padding:5rem 0}}@media(min-width:1024px){.section{padding:6rem 0}}.placeholder-image{background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--color-muted-foreground);font-size:.75rem}.placeholder-hero{aspect-ratio:4 / 3;width:100%;max-width:520px}.placeholder-step{aspect-ratio:16 / 10;width:100%;margin-bottom:1.25rem}.hero{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:3rem;overflow:visible}.hero-content{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.hero-text{max-width:560px}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-top:1rem}.hero-description{font-size:1.0625rem;color:var(--color-muted-foreground);line-height:1.6;margin-top:1.25rem;max-width:480px}.hero-actions{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}@media(min-width:1024px){.hero{padding-top:calc(var(--nav-height) + 5rem);padding-bottom:0}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;min-height:115vh}.hero-text{padding-top:2rem}.hero-visual{position:sticky;top:calc(var(--nav-height) + 2rem);margin-top:3rem;will-change:transform;transform:perspective(1200px) rotateY(-8deg) rotateX(3deg);transform-origin:center top}}.browser-frame{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-card);box-shadow:0 4px 24px #00000014,0 16px 48px #0000000f;overflow:hidden;width:100%}.browser-frame-bar{display:flex;align-items:center;height:2rem;padding:0 .75rem;background:var(--color-muted);border-bottom:1px solid var(--color-border);gap:.5rem}.browser-frame-dots{display:flex;gap:.375rem;flex-shrink:0}.browser-dot{width:.5rem;height:.5rem;border-radius:50%}.browser-dot--close{background:#ef4444}.browser-dot--minimize{background:#eab308}.browser-dot--maximize{background:#22c55e}.browser-frame-title{flex:1;text-align:center;font-size:.6875rem;font-weight:500;color:var(--color-muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.browser-frame-spacer{width:2.25rem;flex-shrink:0}.browser-frame-content{background:var(--color-muted);aspect-ratio:16 / 10;display:flex;align-items:stretch;justify-content:center;overflow:hidden}.browser-frame-content svg,.browser-frame-content img{width:100%;height:100%;display:block}@media(min-width:1024px){.browser-frame-bar{height:2.25rem;padding:0 .875rem}.browser-dot{width:.625rem;height:.625rem}.browser-frame-title{font-size:.75rem}.browser-frame-spacer{width:2.625rem}}.hero+.section{position:relative;z-index:2}@media(min-width:1024px){.hero+.section{padding-top:12rem}.hero-text{will-change:transform,opacity}}.products-grid{display:grid;grid-template-columns:1fr;gap:1rem}.product-card{transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.product-icon{width:2.5rem;height:2.5rem;background:var(--color-muted);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-icon svg{width:1.25rem;height:1.25rem;stroke:var(--color-muted-foreground)}.card-title-lg{font-size:1.125rem;font-weight:600;line-height:1.3;margin-top:.25rem}.card-description{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6}.card-link{display:inline-block;margin-top:1rem;font-size:.875rem;font-weight:500;color:var(--color-primary)}.card-link:hover{text-decoration:underline}.card-header-row{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-item{text-align:center}.feature-icon{width:3rem;height:3rem;background:var(--color-background);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:var(--shadow)}.feature-icon svg{width:1.25rem;height:1.25rem;stroke:var(--color-primary)}.feature-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6;max-width:260px;margin:0 auto}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}.step-item{text-align:center}.step-number{width:2rem;height:2rem;background:var(--color-primary);color:var(--color-primary-foreground);border-radius:50%;font-size:.875rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.step-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.step-description{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6;max-width:320px;margin:0 auto}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:1rem 0 2rem;scrollbar-width:none}.testimonials-slider::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 100%;scroll-snap-align:center;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:var(--shadow)}@media(min-width:768px){.testimonial-card{flex:0 0 calc(50% - .75rem)}}.testimonial-quote-icon{color:var(--color-muted-foreground)}.testimonial-quote{font-size:1.0625rem;line-height:1.7;color:var(--color-foreground);margin:0}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonial-avatar{width:3rem;height:3rem;border-radius:50%;background:var(--color-secondary);color:var(--color-muted-foreground);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.testimonial-avatar.dimmed{filter:grayscale(100%);opacity:.6}.testimonial-meta{display:flex;flex-direction:column;gap:.125rem}.testimonial-name{font-size:.9375rem;font-weight:600;color:var(--color-foreground)}.testimonial-role,.testimonial-institution{font-size:.8125rem;color:var(--color-muted-foreground)}.slider-dots{display:flex;justify-content:center;gap:.5rem}.slider-dot{width:.5rem;height:.5rem;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;padding:0;transition:background .2s,transform .2s}.slider-dot.active{background:var(--color-foreground);transform:scale(1.25)}@media(min-width:768px){.slider-dots{display:none}}.faq-list{max-width:768px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:first-child{border-top:1px solid var(--color-border)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:none;border:none;font-family:var(--font-family);font-size:1rem;font-weight:500;color:var(--color-foreground);cursor:pointer;text-align:left;gap:1rem}.faq-question:hover{color:var(--color-muted-foreground)}.faq-chevron{flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0}.faq-item.open .faq-answer{max-height:300px;padding:0 0 1.25rem}.faq-answer p{font-size:.9375rem;line-height:1.7;color:var(--color-muted-foreground);margin:0}.cta-card{background:var(--color-primary);color:var(--color-primary-foreground);border-color:var(--color-primary);text-align:center;padding:3rem 2rem}.cta-title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.cta-description{font-size:1rem;opacity:.8;margin-top:.75rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-actions{display:flex;gap:.75rem;margin-top:2rem;justify-content:center;flex-wrap:wrap}@media(min-width:768px){.cta-card{padding:4rem 3rem}}.footer{border-top:1px solid var(--color-border);padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:280px}.footer-tagline{font-size:.875rem;color:var(--color-muted-foreground);margin-top:.75rem;line-height:1.6}.footer-heading{font-size:.875rem;font-weight:600;margin-bottom:.75rem}.footer-links a{display:block;font-size:.875rem;color:var(--color-muted-foreground);padding:.25rem 0;transition:color .15s}.footer-links a:hover{color:var(--color-foreground)}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.75rem;color:var(--color-muted-foreground)}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.animate-on-scroll{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.hero-rotate-wrapper{display:inline-block;overflow:clip;vertical-align:baseline}.hero-rotate{display:inline-block;transition:opacity .4s ease,transform .4s ease}.hero-rotate.out{opacity:0;transform:translateY(-100%)}.hero-rotate.in{opacity:0;transform:translateY(100%);transition:none}.animate-on-scroll:nth-child(2){transition-delay:.1s}.animate-on-scroll:nth-child(3){transition-delay:.2s}.animate-on-scroll:nth-child(4){transition-delay:.3s}.legal-page{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:4rem}.legal-container{max-width:48rem}.legal-header{text-align:center;margin-bottom:3rem}.legal-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.1;letter-spacing:-.03em}.legal-subtitle{font-size:1rem;color:var(--color-muted-foreground);margin-top:.5rem}.legal-content{line-height:1.8;color:var(--color-muted-foreground)}.legal-content h2{font-size:1.25rem;font-weight:600;color:var(--color-foreground);margin-top:2.5rem;margin-bottom:.75rem}.legal-content h3{font-size:1.1rem;font-weight:600;color:var(--color-foreground);margin-top:1.5rem;margin-bottom:.5rem}.legal-content h4{font-weight:600;color:var(--color-foreground);margin-bottom:.5rem}.legal-content p{margin-bottom:.75rem}.legal-content ul{padding-left:1.5rem;margin:.75rem 0}.legal-content li{margin-bottom:.375rem}.legal-content a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:var(--color-muted-foreground)}.legal-content .btn{text-decoration:none;color:var(--color-primary-foreground)}.legal-content .btn:hover{color:var(--color-primary-foreground)}.legal-infobox{padding:1.5rem;background:var(--color-muted);border-radius:var(--radius-lg);margin:1.25rem 0}.legal-infobox p{margin-bottom:.5rem}.legal-infobox p:last-child{margin-bottom:0}.legal-table-wrapper{overflow-x:auto;margin:1rem 0}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem}.legal-table th,.legal-table td{text-align:left;padding:.75rem;border-bottom:1px solid var(--color-border)}.legal-table th{font-weight:600;color:var(--color-foreground);border-bottom-width:2px}.legal-back{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.contact-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.contact-card{padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center}.contact-card-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--color-muted);border-radius:50%;margin-bottom:.75rem;color:var(--color-foreground)}.contact-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-card p,.contact-card a{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6}.contact-card a:hover{color:var(--color-foreground)}.contact-cta-box{padding:2rem;background:var(--color-muted);border-radius:var(--radius-lg);text-align:center;margin-bottom:2rem}.contact-cta-box h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.contact-cta-box p{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.7;max-width:32rem;margin:0 auto 1.25rem}@media(min-width:768px){.contact-cards{grid-template-columns:repeat(3,1fr)}.legal-page{padding-top:calc(var(--nav-height) + 5rem)}}:root{--color-muted-foreground: #5f5f5f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:not(:disabled),[role=button]:not([aria-disabled=true]),a[href],label[for],summary,.slider-dot,.faq-question{cursor:pointer}.nav{left:0;right:0;transform:none;margin-left:auto;margin-right:auto;background:#ffffffe0;-webkit-backdrop-filter:none;backdrop-filter:none}.nav.nav-hidden{transform:translateY(calc(-100% - 1rem))}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:.85rem}.nav-dropdown-menu{position:absolute;top:calc(100% + .85rem);left:50%;transform:translate(-50%) translateY(6px);min-width:210px;display:flex;flex-direction:column;gap:1px;padding:.375rem;background:#fffffffa;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid var(--color-border);border-radius:.75rem;box-shadow:0 14px 40px #0000002e;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:60}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-menu a{padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--color-muted-foreground);white-space:nowrap;transition:background .15s,color .15s}.nav-dropdown-menu a:hover{background:var(--color-muted);color:var(--color-foreground)}.nav-mobile-sub{padding-left:2.75rem!important;font-size:.8125rem!important;color:var(--color-muted-foreground)!important}.nav-mobile{background:#fffffffa!important;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%)}.nav-mobile.open{max-height:calc(100vh - 5.5rem);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}body.nav-open{overflow:hidden}html,body{overflow-x:clip}.scroll-hint{position:fixed;left:50%;bottom:1.75rem;transform:translate(-50%);z-index:40;display:none;align-items:center;gap:.5rem;padding:.625rem 1.125rem;border-radius:999px;background:#fffffff0;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);border:1px solid var(--color-border);box-shadow:0 6px 22px #0000001f;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--color-foreground);transition:opacity .3s ease,transform .3s ease,box-shadow .2s ease}.scroll-hint:hover{box-shadow:0 8px 26px #00000029}.scroll-hint-label{font-variant-numeric:tabular-nums}@media(min-width:1024px){.scroll-hint{display:inline-flex}}.scroll-hint.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%) translateY(10px)}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.scroll-hint svg{animation:scroll-bounce 1.4s ease-in-out infinite}@keyframes page-fade-in{0%{opacity:.5}to{opacity:1}}body{animation:page-fade-in .3s ease both}body.is-leaving{opacity:0;transition:opacity .22s ease}@media(prefers-reduced-motion:reduce){.scroll-hint svg{animation:none}body{animation:none}body.is-leaving{opacity:1;transition:none}}.badge-muted{background:var(--color-muted);color:var(--color-muted-foreground);border-color:var(--color-border);font-weight:500}.footer-logo{display:inline-flex;align-items:center;gap:.5rem}.footer-logo-icon{width:28px;height:28px;border-radius:6px;display:block}.footer-logo-text{font-size:1.125rem;font-weight:700;color:var(--color-foreground)}.testimonial-avatar.has-photo{filter:grayscale(100%);background:var(--color-secondary);object-fit:cover}.products-grid{gap:1.25rem}@media(min-width:1024px){.products-grid{gap:1.5rem}}.program-card{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:2rem;background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.program-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.program-title{font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.program-description{font-size:.9375rem;color:var(--color-muted-foreground);line-height:1.7;margin-top:.75rem}.program-points{margin-top:1.25rem;display:grid;gap:.625rem}.program-point{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--color-foreground)}.program-point svg{flex-shrink:0;width:1.125rem;height:1.125rem;stroke:var(--color-primary);margin-top:.0625rem}.program-visual{display:flex;align-items:center;justify-content:center}.program-visual svg{width:100%;max-width:280px;height:auto}@media(min-width:768px){.program-card{grid-template-columns:1.4fr 1fr;padding:2.5rem}}.modal-overlay{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0a0a0a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.modal-overlay.open{opacity:1;visibility:visible}.modal{width:100%;max-width:30rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 20px 60px #00000040;transform:translateY(12px) scale(.98);transition:transform .25s ease}.modal-overlay.open .modal{transform:none}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.modal-title{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.modal-close{flex-shrink:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-background);color:var(--color-muted-foreground);transition:color .15s,background .15s}.modal-close:hover{color:var(--color-foreground);background:var(--color-muted)}.modal-intro{font-size:.9375rem;color:var(--color-muted-foreground);line-height:1.6;margin-bottom:1.5rem}.modal-contacts{display:grid;gap:.75rem}.modal-contact{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-foreground);transition:background .15s,border-color .15s,transform .2s ease}a.modal-contact:hover{background:var(--color-muted);transform:translateY(-1px)}.modal-contact-icon{flex-shrink:0;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;background:var(--color-muted);border-radius:50%;color:var(--color-foreground)}.modal-contact-label{display:block;font-size:.75rem;color:var(--color-muted-foreground)}.modal-contact-value{display:block;font-size:.9375rem;font-weight:600;color:var(--color-foreground)}.kke-a11y-root{position:fixed;right:20px;bottom:20px;z-index:2000}.kke-a11y-pill{width:48px;height:48px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-foreground);display:grid;place-items:center;box-shadow:0 8px 24px #0000001f,0 2px 6px #00000014;opacity:.6;transition:transform .22s cubic-bezier(.2,.6,.2,1),background .22s ease,border-color .22s ease,opacity .22s ease;padding:0}.kke-a11y-pill:hover,.kke-a11y-pill:focus-visible{background:var(--color-muted);border-color:var(--color-foreground);transform:scale(1.06);opacity:1;outline:none}.kke-a11y-pill:focus-visible{outline:2px solid var(--color-ring);outline-offset:3px}.kke-a11y-root.is-open .kke-a11y-pill{background:var(--color-muted);border-color:var(--color-foreground);opacity:1}.kke-a11y-panel[hidden]{display:none!important}.kke-a11y-panel{position:absolute;right:0;bottom:60px;width:308px;max-width:calc(100vw - 40px);background:var(--color-card);border:1px solid var(--color-border);border-radius:12px;padding:20px;box-shadow:0 14px 40px #0000002e,0 4px 10px #00000014;color:var(--color-foreground);display:flex;flex-direction:column;gap:16px;animation:kke-a11y-in .2s cubic-bezier(.2,.6,.2,1)}@keyframes kke-a11y-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.kke-a11y-head{display:flex;justify-content:space-between;align-items:center}.kke-a11y-title{font-size:1rem;font-weight:700;letter-spacing:-.01em}.kke-a11y-close{background:transparent;border:none;color:var(--color-muted-foreground);padding:6px;border-radius:6px;display:grid;place-items:center}.kke-a11y-close:hover,.kke-a11y-close:focus-visible{color:var(--color-foreground);background:var(--color-muted);outline:none}.kke-a11y-intro{margin:0;font-size:.78125rem;color:var(--color-muted-foreground);line-height:1.5}.kke-a11y-section{display:flex;flex-direction:column;gap:10px;padding-top:14px;border-top:1px solid var(--color-border)}.kke-a11y-label{font-size:.6875rem;color:var(--color-muted-foreground);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.kke-a11y-segments{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:var(--color-muted);border:1px solid var(--color-border);border-radius:8px;padding:3px}.kke-a11y-segments button{background:transparent;border:none;border-radius:6px;padding:8px 10px;font-size:.8125rem;color:var(--color-muted-foreground);transition:background .18s ease,color .18s ease}.kke-a11y-segments button:hover{color:var(--color-foreground)}.kke-a11y-segments button.is-active{background:var(--color-card);color:var(--color-foreground);box-shadow:0 1px 3px #0000001a}.kke-a11y-segments button:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.kke-a11y-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.kke-a11y-switch{width:44px;height:24px;border-radius:999px;background:var(--color-border);border:1px solid var(--color-border);position:relative;padding:0;transition:background .22s ease,border-color .22s ease}.kke-a11y-switch-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:var(--color-card);box-shadow:0 1px 2px #0003;transition:transform .24s cubic-bezier(.2,.6,.2,1)}.kke-a11y-switch.is-on{background:var(--color-primary);border-color:var(--color-primary)}.kke-a11y-switch.is-on .kke-a11y-switch-knob{transform:translate(20px)}.kke-a11y-switch:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.kke-a11y-reset{background:transparent;border:1px solid var(--color-border);color:var(--color-muted-foreground);border-radius:8px;padding:9px 12px;font-size:.8125rem;font-weight:500;transition:background .18s ease,color .18s ease}.kke-a11y-reset:hover{background:var(--color-muted);color:var(--color-foreground)}html[data-a11y-font=sm]{font-size:15px}html[data-a11y-font=md]{font-size:16px}html[data-a11y-font=lg]{font-size:18.5px}html[data-a11y-contrast=on]{--color-muted-foreground: #3a3a3a;--color-border: #8a8a8a}html[data-a11y-underline=on] a[href]{text-decoration:underline;text-underline-offset:2px}html[data-a11y-motion=reduce] *,html[data-a11y-motion=reduce] *:before,html[data-a11y-motion=reduce] *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}@media(prefers-reduced-motion:reduce){.kke-a11y-panel{animation:none}html{scroll-behavior:auto}}@media(min-width:1024px){.hero-content{min-height:300vh}}@media(max-width:1023px){.hero-content{align-items:stretch}.hero-visual{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.browser-frame{border-radius:0;border-left:0;border-right:0}}.hero+.section{background:var(--color-background)}.hero-stack{position:relative;width:100%;height:100%}.hero-surface{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease}.hero-surface.is-active{opacity:1}.hero-surface svg,.hero-surface img{width:100%;height:100%;object-fit:cover;display:block}@keyframes program-check-loop{0%,12%{stroke-dashoffset:40}38%,62%{stroke-dashoffset:0}88%,to{stroke-dashoffset:40}}.check-loop{stroke-dasharray:40;stroke-dashoffset:40;animation:program-check-loop 3.4s ease-in-out infinite}@keyframes feature-pulse{0%,to{transform:scale(1);box-shadow:var(--shadow)}50%{transform:scale(1.12);box-shadow:0 6px 18px #0000001f}}.feature-item .feature-icon{animation:feature-pulse 6s ease-in-out infinite}.features-grid .feature-item:nth-child(1) .feature-icon{animation-delay:0s}.features-grid .feature-item:nth-child(2) .feature-icon{animation-delay:1.5s}.features-grid .feature-item:nth-child(3) .feature-icon{animation-delay:3s}.features-grid .feature-item:nth-child(4) .feature-icon{animation-delay:4.5s}.placeholder-step{aspect-ratio:16 / 9}.placeholder-step svg{transform:scale(1.3);overflow:visible}@keyframes chain-in{0%{opacity:0}9%{opacity:1}80%{opacity:1}92%,to{opacity:0}}.step-chain>*{opacity:0;animation:chain-in 4.4s ease-in-out infinite}.step-chain>*:nth-child(1){animation-delay:0s}.step-chain>*:nth-child(2){animation-delay:.32s}.step-chain>*:nth-child(3){animation-delay:.64s}.step-chain>*:nth-child(4){animation-delay:.96s}.step-chain>*:nth-child(5){animation-delay:1.28s}.step-chain>*:nth-child(6){animation-delay:1.6s}.step-chain>*:nth-child(7){animation-delay:1.92s}@keyframes config-swap{0%,to{opacity:.18}50%{opacity:1}}.step-config .swap{animation:config-swap 2.6s ease-in-out infinite}.step-config .swap-b{animation-delay:1.3s}@keyframes config-toggle{0%,42%{transform:translate(0)}58%,to{transform:translate(12px)}}.step-config .toggle-knob{transform-box:fill-box;animation:config-toggle 2.6s ease-in-out infinite}@keyframes step-check-pop{0%,34%{transform:translateY(2px)}50%{transform:translateY(-2px)}64%{transform:translateY(0)}to{transform:translateY(2px)}}.placeholder-step .step-go{transform-box:fill-box;transform-origin:center;animation:step-check-pop 3.4s ease-in-out infinite}@keyframes step-sparkle{0%,42%{opacity:0;transform:scale(0)}54%{opacity:1;transform:scale(1)}66%{opacity:.9;transform:scale(.85)}80%,to{opacity:0;transform:scale(.3)}}.placeholder-step .sparkle{transform-box:fill-box;transform-origin:center;animation:step-sparkle 3.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.placeholder-step .step-go,.placeholder-step .sparkle{animation:none}}html[data-a11y-motion=reduce] .placeholder-step .step-go,html[data-a11y-motion=reduce] .placeholder-step .sparkle{animation:none}.faq-chevron{width:24px;height:24px}.shots{display:grid;gap:1.5rem;margin:1.75rem 0 .5rem}.shot{margin:0}.browser-frame.is-shot .browser-frame-content{aspect-ratio:1280 / 691;background:var(--color-card)}.browser-frame.is-shot .browser-frame-content img{width:100%;height:100%;object-fit:cover;object-position:top center}.shot-caption{margin-top:.625rem;font-size:.8125rem;color:var(--color-muted-foreground);text-align:center}@media(prefers-reduced-motion:reduce){.program-visual .check-loop,.feature-item .feature-icon,.step-chain>*,.step-config .swap,.step-config .toggle-knob,.placeholder-step .check-loop{animation:none}.step-chain>*{opacity:1}.step-config .swap{opacity:1}.hero-surface{transition:none}}html[data-a11y-motion=reduce] .program-visual .check-loop,html[data-a11y-motion=reduce] .feature-item .feature-icon,html[data-a11y-motion=reduce] .step-chain>*,html[data-a11y-motion=reduce] .step-config .swap,html[data-a11y-motion=reduce] .step-config .toggle-knob,html[data-a11y-motion=reduce] .placeholder-step .check-loop{animation:none}html[data-a11y-motion=reduce] .step-chain>*,html[data-a11y-motion=reduce] .step-config .swap{opacity:1}.section.section-tight-top{padding-top:1rem}.section.section-tight-bottom{padding-bottom:1rem}@keyframes pw-ray{0%{opacity:0}35%{opacity:.5}to{opacity:0}}.program-visual .pw-ray{opacity:0;animation:pw-ray 1.8s ease-in-out infinite}.program-visual .pw-ray-2{animation-delay:.4s}.program-visual .pw-ray-3{animation-delay:.8s}@media(prefers-reduced-motion:reduce){.program-visual .pw-ray{animation:none;opacity:.3}}html[data-a11y-motion=reduce] .program-visual .pw-ray{animation:none;opacity:.3}
