.hero-section{background:linear-gradient(135deg,#3d8cfa 0%,#3d8cfa 40%,#ff7f0e 85%,#ff7f0e 100%);color:#fff;padding:80px 0 120px;position:relative;overflow:hidden}.hero-image-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;display:flex;justify-content:center;z-index:1;pointer-events:none}.hero-image{display:block;width:100%;max-width:30rem;height:auto;margin:0 auto;border-radius:0;box-shadow:none;z-index:1}@media(min-width:992px){.hero-image-wrap{justify-content:center;width:100%;top:58%;left:42%}.hero-image{width:100%;max-width:48rem;margin:0 auto}.party-builder-card{max-width:20rem;padding:2rem 1.5rem;margin-left:auto}.party-builder-card h3{font-size:1.75rem;margin-bottom:1.5rem}}.party-builder-card{background:rgba(255,255,255,.8);backdrop-filter:blur(5px);border-radius:15px;padding:1.5rem;color:#333;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:1}.adventure-card{border-radius:15px;overflow:hidden;position:relative;height:300px;transition:transform .3s;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.1)}.adventure-card:hover{transform:translateY(-5px)}.adventure-card img{width:100%;height:100%;object-fit:cover}@media(max-width:991.98px){.hero-section{padding:40px 0 50px}.hero-image-mobile{display:block;width:100%;max-width:24rem;height:auto;margin:-2.5rem auto 0;position:relative;z-index:2}}@media(max-width:767.98px){.adventure-grid{row-gap:1.25rem}}.adventure-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:20px;color:#fff}.step-wizard{background-color:#f8f9fa;border-radius:15px;padding:40px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.step-indicator{display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.step-indicator::before{content:'';position:absolute;top:15px;left:0;right:0;height:2px;background:#dee2e6;z-index:0}.step-dot{width:30px;height:30px;background:#fff;border:2px solid #dee2e6;border-radius:50%;z-index:1;display:flex;align-items:center;justify-content:center;font-weight:bold;color:#6c757d}.step-dot.active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.gallery-item{border-radius:10px;overflow:hidden;position:relative;height:250px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-item:hover img{transform:scale(1.05)}