@import url("https://rsms.me/inter/inter.css");.bubbles-hero-container{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}.bubbles-hero-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;pointer-events:none;padding:2rem;text-align:center}.bubbles-hero-content>*{pointer-events:none}.bubbles-hero-cta,.bubbles-hero-cta *{pointer-events:all!important}.bubbles-hero-logo{font-size:1.25rem;font-weight:600;letter-spacing:.05em;color:rgba(255,255,255,.9);margin-bottom:1.5rem;opacity:0;animation:bubbles-fade-in-up 1s ease .3s forwards}.bubbles-hero-tagline{font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:2rem;opacity:0;animation:bubbles-fade-in-up 1s ease .4s forwards}.bubbles-hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem;color:white;opacity:0;animation:bubbles-fade-in-up 1s ease .5s forwards}.bubbles-hero-subtitle{display:block;font-weight:300;color:rgba(255,255,255,.8);margin-top:.5rem}.bubbles-hero-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:rgba(255,255,255,.7);max-width:600px;margin:0 0 3rem;opacity:0;animation:bubbles-fade-in-up 1s ease .7s forwards}.bubbles-hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;opacity:0;animation:bubbles-fade-in-up 1s ease .9s forwards;pointer-events:all;z-index:20}.bubbles-cta-primary{padding:1rem 2rem;font-size:1rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:.02em;text-decoration:none;display:inline-block;background:white;color:#141622}.bubbles-cta-primary:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.bubbles-cta-secondary{padding:1rem 2rem;font-size:1rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:.02em;background:transparent;color:white;border:1px solid rgba(255,255,255,.3)}.bubbles-cta-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.bubbles-powered-by{position:fixed;bottom:1rem;right:1rem;z-index:50;pointer-events:none}.bubbles-powered-by-content{pointer-events:auto;border-radius:.75rem;padding:.75rem 1rem;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);background:rgba(20,22,34,.3);box-shadow:0 10px 30px rgba(0,0,0,.3);transition:all .3s ease;opacity:.08}.bubbles-powered-by:hover .bubbles-powered-by-content{opacity:1;background:rgba(20,22,34,.95);border-color:rgba(255,255,255,.2)}.bubbles-powered-by-label{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.5);margin-bottom:.25rem;font-weight:600}.bubbles-powered-by-link{font-size:1rem;font-family:serif;color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease;display:block;letter-spacing:-.02em}.bubbles-powered-by-link:hover{color:white;text-decoration:underline;text-decoration-color:rgba(255,255,255,.5);text-underline-offset:4px}.bubbles-canvas-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.bubbles-canvas-wrapper canvas{width:100%;height:100%;opacity:0;touch-action:none;animation:bubbles-fade-in 3s ease 1s forwards;pointer-events:auto}.bubbles-hero-content{z-index:20}.bubbles-hero-cta{z-index:30;position:relative}@keyframes bubbles-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bubbles-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.bubbles-hero-content{padding:1.5rem}.bubbles-hero-title{margin-bottom:1rem}.bubbles-hero-description{margin-bottom:2rem}.bubbles-hero-cta{flex-direction:column;width:100%;max-width:300px}.bubbles-cta-primary,.bubbles-cta-secondary{width:100%}}