.landing-page *{margin:0;padding:0;box-sizing:border-box}.landing-page h1,.landing-page h2{font-weight:500;line-height:1.1}.landing-page h1{font-size:4rem;letter-spacing:-.1rem}.landing-page h2{font-size:2.5rem;letter-spacing:-.075rem}.landing-page p{font-size:1.125rem;font-weight:500}.landing-page img{width:100%;height:100%;object-fit:cover}.site-header{width:100%;border-bottom:1px solid #e8e8e8;background:#fffc;-webkit-backdrop-filter:2px;backdrop-filter:2px;position:sticky;top:0;z-index:20}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;color:#000}.brand img{width:32px;height:32px;object-fit:contain}.nav-links{display:inline-flex;align-items:center;gap:1.25rem;font-weight:600}.header-actions{display:inline-flex;align-items:center;gap:1.25rem}.hero{position:relative;width:100%;height:120svh;padding:0;background-color:#fff;display:flex;flex-direction:column;align-items:center;overflow:hidden}.hero .content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin-top:4.5rem}.hero .content h1{width:65%;text-align:center}.landing-page button{cursor:pointer}.hero .content button,.footer .cta button{font-weight:600;color:#000;background-color:#faa016;cursor:pointer;z-index:2}.hero .hero-image{position:absolute;bottom:0;right:-50;width:90%;z-index:1;transform:translateY(5px)}.hero .hero-floating-image{position:absolute;bottom:0;left:-50;transform:translateY(5px);width:28%;z-index:1;animation:float 1s ease-in-out 1}@keyframes float{0%{transform:translateY(200px)}to{transform:translateY(5px)}}.footer{position:relative;width:100%;height:38svh;padding:2rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.footer .cta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.footer .foot{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:4rem}.footer .foot .links{display:flex;flex-direction:row;gap:2rem}.footer .foot .links .links-border{text-decoration:none;color:#000;font-weight:500}.footer .foot .links img{width:1.5rem;height:1.5rem}.spotlight{position:relative;width:100%;height:100%;padding-inline:2rem;display:flex;flex-direction:column;gap:10rem;overflow:hidden}.spotlight .row{display:flex;justify-content:center;gap:2rem}.spotlight .row .col{flex:1;display:flex;flex-direction:column;justify-content:center}.spotlight .row .col img{opacity:.8}.spotlight .card{width:75%;margin:0 auto;padding:2rem;background-color:#ccc;border-radius:1rem;display:flex;flex-direction:column;gap:1rem}.svg-path{position:absolute;top:25svh;left:50%;transform:translate(-50%);width:90%;height:100%;z-index:-1}.svg-path svg{width:100%;height:auto}.links-border{text-decoration:none;color:var(--color-foreground);opacity:.8;position:relative;transition:opacity .2s ease}.links-border:hover{opacity:1}.links-border:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:#faa016;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.links-border:hover:after,.links-border:focus-visible:after{transform:scaleX(1)}@media(max-width:1000px){.landing-page h1,.landing-page h2{letter-spacing:0}.landing-page h1{font-size:2rem}.landing-page h2{font-size:1.5rem}.landing-page p{font-size:1rem}.landing-page .hero{height:90svh}.landing-page .footer .cta a{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;width:40%}.landing-page .footer{padding:0}.landing-page .footer .cta{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.landing-page .footer .foot{display:flex;flex-direction:column;margin-top:2rem;gap:1rem}.landing-page .spotlight{gap:5rem}.landing-page .spotlight .row{flex-direction:column}.landing-page .spotlight .card{width:100%}.landing-page .spotlight .svg-path{top:15svh;width:275%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))){.backdrop-blur-sm{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}}button:focus-visible,a:focus-visible{outline:2px solid #FAA016;outline-offset:2px}.image-zoom-container{overflow:hidden;cursor:zoom-in}.image-zoom-container img{transition:transform .2s ease-out}
