body:has(.home-container){min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.home-container{position:relative;flex:1;min-height:0;padding:1.5rem 1rem;display:flex;justify-content:center;align-items:center;z-index:1}body:has(.home-container) .footer{flex-shrink:0}.background-images{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;pointer-events:none;z-index:0;overflow:hidden}.background-images:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse min(680px,70%) 60% at 50% 44%,var(--bg) 0%,color-mix(in srgb,var(--bg) 88%,transparent) 38%,color-mix(in srgb,var(--bg) 55%,transparent) 62%,color-mix(in srgb,var(--bg) 0%,transparent) 88%)}.bg-image{position:absolute;opacity:.12;object-fit:contain;object-position:center;width:280px;height:auto}.bg-image-1{top:15%;left:-20%;transform:rotate(-10deg)}.bg-image-2{top:10%;right:-20%;transform:rotate(10deg)}.hero-section{width:100%;max-width:100%;text-align:center;z-index:1;display:flex;align-items:center;justify-content:center;padding:0}.hero-content{gap:1.25rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}.hero-logo{width:100%;max-width:160px;height:auto;margin-bottom:.5rem;margin-top:0}.hero-title{font-family:var(--fontDisplay);font-size:1.6rem;color:var(--accent);margin:.25rem 0 0;line-height:1.2}.hero-subtitle{font-size:.95rem;color:var(--text);font-weight:400;margin:.25rem 0;letter-spacing:.1em}.hero-info{display:flex;justify-content:center;margin:.5rem 0}.info-item{display:flex;flex-direction:column;gap:.3rem;text-align:center}.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#5c4a3799}.info-value{font-size:1.1rem;font-weight:400;color:var(--accent);font-family:var(--fontBody)}.info-value-dark{color:var(--text);font-size:.85rem}.hero-actions{display:flex;flex-direction:column;width:100%;max-width:100%;gap:.75rem;margin-top:1rem;padding:0;box-sizing:border-box}.btn{width:100%;padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s,color .2s,transform .2s,box-shadow .2s;display:inline-block;text-align:center;box-sizing:border-box}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-primary{background:var(--accent);color:#fff;border:2px solid var(--accent)}.btn-primary:hover{background:transparent;color:var(--accent)}.btn-secondary{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-secondary:hover{background:var(--accent);color:#fff}@media(hover:hover){.btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #5c4a3729}}.btn:active{transform:translateY(0);box-shadow:none}body.hero-armed .hero-logo,body.hero-armed .hero-title,body.hero-armed .hero-subtitle,body.hero-armed .hero-info,body.hero-armed .hero-actions{opacity:0;transform:translateY(14px)}body.hero-in .hero-logo,body.hero-in .hero-title,body.hero-in .hero-subtitle,body.hero-in .hero-info,body.hero-in .hero-actions{animation:hero-rise .7s cubic-bezier(.22,1,.36,1) forwards}body.hero-in .hero-title{animation-delay:.08s}body.hero-in .hero-subtitle{animation-delay:.16s}body.hero-in .hero-info{animation-delay:.24s}body.hero-in .hero-actions{animation-delay:.32s}@keyframes hero-rise{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){body.hero-armed .hero-logo,body.hero-armed .hero-title,body.hero-armed .hero-subtitle,body.hero-armed .hero-info,body.hero-armed .hero-actions{opacity:1;transform:none;animation:none!important}.btn:hover{transform:none}}@media(min-width:640px){.home-container{padding:2rem 1.5rem;align-items:center}.hero-section{max-width:700px;align-items:center}.hero-content{gap:1.75rem}.hero-logo{max-width:280px;margin-bottom:1rem;margin-top:0}.hero-title{font-size:2.25rem;margin:0}.hero-subtitle{font-size:1.2rem;margin:0}.hero-info{margin:1rem 0}.info-item{gap:.4rem}.info-value{font-size:1.3rem}.info-value-dark{font-size:1rem}.hero-actions{flex-direction:row;width:auto;margin-top:1.5rem;padding:0;gap:1rem}.btn{width:auto;padding:.85rem 1.75rem;font-size:.95rem}.bg-image{width:400px;opacity:.16}.bg-image-1{left:-10%;top:18%}.bg-image-2{right:-10%;top:11%}}@media(min-width:768px){.home-container{padding:2rem 1.5rem}.hero-section{max-width:800px}.hero-content{gap:clamp(.85rem,2vh,1.75rem)}.hero-logo{max-width:min(400px,40vh);margin-bottom:clamp(.25rem,1vh,.75rem)}.hero-title{font-size:clamp(2rem,5vh,3rem)}.hero-subtitle{font-size:clamp(1.1rem,2.6vh,1.5rem)}.hero-info{margin:clamp(.15rem,1vh,.6rem) 0 0}.info-value{font-size:clamp(1.05rem,2.4vh,1.35rem)}.info-value-dark{font-size:1.1rem}.hero-actions{margin-top:clamp(1rem,3vh,2rem)}.btn{padding:.875rem 2rem;font-size:1rem}.bg-image{width:clamp(380px,34vw,560px);opacity:.28}.bg-image-1{left:-3%;top:auto;bottom:-12%;transform:rotate(-8deg)}.bg-image-2{right:-3%;top:-8%;transform:rotate(8deg)}}body.loading{overflow:hidden}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg);display:flex;justify-content:center;align-items:center;z-index:10000;opacity:1;visibility:visible;transition:opacity .5s ease-out,visibility .5s ease-out}.loading-screen.hidden{opacity:0;visibility:hidden}.loading-content{text-align:center;display:flex;flex-direction:column;gap:0}.loading-powered{font-size:.8rem;color:#5c4a3799;font-weight:400;font-family:var(--fontBody);margin:0;line-height:1.2}.loading-quicktap{font-size:2rem;color:var(--accent);font-weight:700;font-family:var(--fontBody);margin:0;line-height:1}@media(min-width:640px){.loading-powered{font-size:.85rem}.loading-quicktap{font-size:2.25rem}}@media(min-width:768px){.loading-powered{font-size:.9rem}.loading-quicktap{font-size:2.5rem}}
