:root{--bg: #fcfcfc;--bg-alt: #ffffff;--text: #171717;--text-secondary: #404040;--text-muted: #737373;--accent: #1e3a5f;--accent-hover: #2c5282;--border: #e4e4e7;--font: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--measure: 42rem;--space: 1.5rem;--transition: .15s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-hover)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0}.animate-on-scroll.visible{animation:fadeIn .5s ease-out forwards}@media(prefers-reduced-motion:reduce){.animate-on-scroll.visible{animation:none;opacity:1}}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;transition:background-color var(--transition)}.header--scrolled{background-color:#fcfcfcf2;border-bottom:1px solid var(--border)}.header__brand{font-weight:600;font-size:.9375rem;letter-spacing:.01em;color:var(--text)}.header__brand:hover{color:var(--text)}.header__link{font-size:.875rem;font-weight:500}.hero{padding:8rem 2rem 6rem;max-width:var(--measure);margin:0 auto}.hero__inner{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero__label{margin:0 0 .75rem;font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.hero__title{margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:600;line-height:1.15;letter-spacing:-.02em}.hero__subtitle{margin:0 0 1.75rem;font-size:1.125rem;line-height:1.6;color:var(--text-secondary);max-width:32rem}.hero__cta{display:inline-block;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fff;background-color:var(--accent);border-radius:4px;transition:background-color var(--transition)}.hero__cta:hover{background-color:var(--accent-hover);color:#fff}.product{padding:5rem 2rem;background:var(--bg-alt);border-top:1px solid var(--border)}.product__inner{max-width:var(--measure);margin:0 auto}.product__heading{margin:0 0 3rem;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.01em;color:var(--text)}.product__grid{display:grid;gap:2.5rem}@media(min-width:768px){.product__grid{grid-template-columns:repeat(3,1fr)}}.product__item{padding-top:.5rem;border-top:1px solid var(--border)}.product__num{display:block;margin-bottom:.75rem;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:var(--text-muted)}.product__title{margin:0 0 .5rem;font-size:1rem;font-weight:600}.product__desc{margin:0;font-size:.9375rem;line-height:1.55;color:var(--text-secondary)}.process{padding:5rem 2rem}.process__inner{max-width:var(--measure);margin:0 auto}.process__heading{margin:0 0 3rem;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.01em}.process__steps{display:flex;flex-direction:column;gap:0}@media(min-width:640px){.process__steps{flex-direction:row;align-items:flex-start;gap:0}}.process__step{flex:1;padding:1.5rem 0}@media(min-width:640px){.process__step{padding:0 1.5rem}.process__step:first-child{padding-left:0}.process__step:last-child{padding-right:0}}.process__divider{display:none;width:1px;align-self:stretch;background:var(--border)}@media(min-width:640px){.process__divider{display:block;flex-shrink:0}}.process__label{display:block;margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.process__text{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.cta{padding:5rem 2rem;background:var(--bg-alt);border-top:1px solid var(--border)}.cta__inner{max-width:var(--measure);margin:0 auto}.cta__heading{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.01em}.cta__text{margin:0 0 1.5rem;font-size:1rem;color:var(--text-secondary)}.cta__button{display:inline-block;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fff;background-color:var(--accent);border-radius:4px;transition:background-color var(--transition)}.cta__button:hover{background-color:var(--accent-hover);color:#fff}.footer{padding:1.5rem 2rem;border-top:1px solid var(--border)}.footer__inner{max-width:var(--measure);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer__brand{font-size:.875rem;font-weight:500;color:var(--text-muted)}.footer__link{font-size:.875rem;color:var(--text-secondary)}.footer__link:hover{color:var(--accent)}
