.hero-header{z-index:50;-webkit-backdrop-filter:blur(4px);background:linear-gradient(#0009 0%,#0000 100%);position:fixed;top:0;left:0;right:0}.hero-section{align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg-image{object-fit:cover;object-position:70% center;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#000000bf 0%,#00000080 40%,#0003 70%,#0000001a 100%),linear-gradient(#0000 60%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.hero-text-wrapper{max-width:640px;animation:1s ease-out heroFadeIn}.hero-title{color:#fff;letter-spacing:-.03em;font-size:clamp(2.8rem,6vw,4.5rem);font-style:italic;font-weight:700;line-height:1.05}.hero-title-line{align-items:center;gap:.5rem;line-height:1;display:flex}.hero-icon-badge{color:#fff;background:#ffffff1f;border-radius:.6rem;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:clamp(2.2rem,4.5vw,3.2rem);height:clamp(2.2rem,4.5vw,3.2rem);display:inline-flex;transform:translateY(.08em)}.hero-title-accent{color:#4c8bf5}.hero-rating{color:#ffffffb3;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.hero-stars{color:#facc15;letter-spacing:1px}.hero-rating-text{color:#fffc;font-weight:500}.hero-rating-arrow{color:#ffffff80;transition:transform .2s}.hero-rating:hover .hero-rating-arrow{transform:translate(3px)}.hero-subtitle{color:#ffffffa6;max-width:440px;margin-top:1.5rem;font-size:clamp(.9rem,1.4vw,1.05rem);line-height:1.7}.hero-underline{color:#ffffffe6;text-underline-offset:3px;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.hero-btn-cta{color:#fff;cursor:pointer;background-color:#4c8bf5;border:none;border-radius:9999px;align-items:center;gap:.75rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex}.hero-btn-cta:hover{background-color:#3b6fd4;transform:translateY(-2px);box-shadow:0 8px 30px #4c8bf559}.hero-btn-arrow{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.85rem;transition:background .2s;display:inline-flex}.hero-btn-cta:hover .hero-btn-arrow{background:#ffffff4d}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hero-content{padding:0 1.25rem}.hero-buttons{flex-direction:column}.hero-btn-primary,.hero-btn-outline{justify-content:center;width:100%}}
.floating-nav{z-index:9999;animation:.6s ease-out .5s both floatNavIn;position:fixed;top:1.2rem;left:50%;transform:translate(-50%)}@keyframes floatNavIn{0%{opacity:0;transform:translate(-50%)translateY(-30px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.floating-nav-inner{-webkit-backdrop-filter:blur(20px);background:#0f0f14d9;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:.75rem;padding:.45rem .75rem;display:flex;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0d}.floating-nav-logo{color:#fff;white-space:nowrap;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.floating-nav-logo:hover{background:#ffffff14}.floating-nav-menu,.floating-nav-social{position:relative}.floating-nav-menu:before,.floating-nav-social:before{content:"";background:#ffffff1f;width:1px;height:60%;position:absolute;top:20%;left:-.4rem}.floating-nav-menu{align-items:center;gap:.2rem;display:flex}.floating-nav-item{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9999px;align-items:center;gap:0;padding:.5rem;font-size:.82rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.floating-nav-item:hover{color:#ffffffd9;background:#ffffff14}.floating-nav-item-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.floating-nav-item-label{opacity:0;max-width:0;margin-left:0;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s,margin .35s;overflow:hidden}.floating-nav-item.active{color:#fff;background:#4c8bf5;padding:.5rem .85rem}.floating-nav-item.active .floating-nav-item-label{opacity:1;max-width:140px;margin-left:.4rem}.floating-nav-item.active:hover{background:#3b6fd4}.floating-nav-social{align-items:center;gap:.15rem;display:flex}.floating-nav-social-link{color:#ffffff73;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.floating-nav-social-link:hover{color:#fff;background:#ffffff1a}@media (max-width:768px){.floating-nav-inner{gap:.4rem;padding:.35rem .5rem}.floating-nav-logo span{display:none}.floating-nav-item{padding:.45rem;font-size:.75rem}.floating-nav-item.active{padding:.45rem .7rem}.floating-nav-social-link{width:1.7rem;height:1.7rem}}
