.ReservationModal-module__KP4wYa__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;animation:.3s forwards ReservationModal-module__KP4wYa__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes ReservationModal-module__KP4wYa__fadeIn{0%{opacity:0}to{opacity:1}}.ReservationModal-module__KP4wYa__modal{background:linear-gradient(#111,#0a0a0a);border:1px solid #d4af374d;border-radius:16px;width:100%;max-width:600px;padding:40px;animation:.4s forwards ReservationModal-module__KP4wYa__slideUp;position:relative;transform:translateY(20px);box-shadow:0 32px 64px #000000e6,inset 0 1px #ffffff1a}@keyframes ReservationModal-module__KP4wYa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ReservationModal-module__KP4wYa__closeBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:24px;right:24px}.ReservationModal-module__KP4wYa__closeBtn:hover{color:var(--text-primary);background:#ffffff1a;transform:rotate(90deg)}.ReservationModal-module__KP4wYa__header{text-align:center;margin-bottom:32px}.ReservationModal-module__KP4wYa__title{color:var(--text-primary);margin-bottom:8px;font-size:1.8rem;font-weight:700}.ReservationModal-module__KP4wYa__gold{color:var(--accent-gold)}.ReservationModal-module__KP4wYa__subtitle{color:var(--text-secondary);font-size:.95rem}.ReservationModal-module__KP4wYa__form{flex-direction:column;gap:16px;display:flex}.ReservationModal-module__KP4wYa__row{grid-template-columns:1fr;gap:16px;display:grid}.ReservationModal-module__KP4wYa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ReservationModal-module__KP4wYa__spinner{animation:1s linear infinite ReservationModal-module__KP4wYa__spin}@keyframes ReservationModal-module__KP4wYa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ReservationModal-module__KP4wYa__row{grid-template-columns:1fr 1fr}}.ReservationModal-module__KP4wYa__inputGroup{align-items:center;display:flex;position:relative}.ReservationModal-module__KP4wYa__icon{color:var(--accent-gold);opacity:.8;pointer-events:none;position:absolute;left:16px}.ReservationModal-module__KP4wYa__input,.ReservationModal-module__KP4wYa__select{width:100%;color:var(--text-primary);background:#0006;border:1px solid #ffffff1a;border-radius:8px;padding:16px 16px 16px 48px;font-family:inherit;font-size:.95rem;transition:all .3s}.ReservationModal-module__KP4wYa__input::placeholder{color:#ffffff4d}.ReservationModal-module__KP4wYa__input:focus,.ReservationModal-module__KP4wYa__select:focus{border-color:var(--accent-gold);background:#d4af370d;outline:none;box-shadow:0 0 0 4px #d4af371a}.ReservationModal-module__KP4wYa__select{appearance:none;cursor:pointer}.ReservationModal-module__KP4wYa__select option{background-color:var(--bg-primary);color:var(--text-primary)}.ReservationModal-module__KP4wYa__input::-webkit-calendar-picker-indicator{filter:invert();opacity:.5;cursor:pointer}.ReservationModal-module__KP4wYa__submitBtn{background:var(--accent-gold);color:var(--bg-primary);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;margin-top:16px;padding:18px;font-size:1.1rem;font-weight:600;transition:all .3s}.ReservationModal-module__KP4wYa__submitBtn:hover{background:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 8px 24px #d4af374d}
.Hero-module__JgYmMq__hero{min-height:100vh;display:block;position:relative;overflow:hidden}.Hero-module__JgYmMq__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__image{object-fit:cover;object-position:center;animation:25s ease-in-out infinite alternate Hero-module__JgYmMq__slowHeroZoom}@keyframes Hero-module__JgYmMq__slowHeroZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes Hero-module__JgYmMq__slowHeroZoomMobile{0%{transform:scale(1.4)}to{transform:scale(1.5)}}.Hero-module__JgYmMq__overlay{z-index:2;background:linear-gradient(90deg,#0a0a0ae6 0%,#0a0a0a99 50%,#0a0a0ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.Hero-module__JgYmMq__imageWrapper{background-color:#0a0a0a}.Hero-module__JgYmMq__image{object-fit:contain;animation:25s ease-in-out infinite alternate Hero-module__JgYmMq__slowHeroZoomMobile}.Hero-module__JgYmMq__overlay{background:linear-gradient(90deg,#0a0a0ae6 0%,#0a0a0a66 50%,#0a0a0ae6 100%),linear-gradient(#0a0a0a 0%,#0a0a0a00 25% 75%,#0a0a0a 100%)}}.Hero-module__JgYmMq__content{z-index:3;flex-direction:column;justify-content:space-between;width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:140px 24px 80px;display:flex;position:relative}.Hero-module__JgYmMq__mainText{max-width:800px;margin:auto 0;animation:1s forwards Hero-module__JgYmMq__fadeIn}@keyframes Hero-module__JgYmMq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__JgYmMq__title{color:#fff;text-shadow:0 4px 12px #00000080;margin-bottom:24px;font-size:clamp(1.5rem,4vw,4.5rem);font-weight:700;line-height:1.1}.Hero-module__JgYmMq__gold{color:var(--accent-gold)}.Hero-module__JgYmMq__subtitle{color:#ffffffe6;text-shadow:0 2px 8px #00000080;max-width:600px;margin-bottom:40px;font-size:clamp(.7rem,2vw,1.25rem);line-height:1.6}.Hero-module__JgYmMq__actions{flex-wrap:wrap;gap:16px;display:flex}.Hero-module__JgYmMq__primaryBtn{background-color:var(--accent-gold);color:#000;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:12px;padding:18px 40px;font-family:inherit;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #d4af374d}.Hero-module__JgYmMq__primaryBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Hero-module__JgYmMq__primaryBtn:hover{background-color:#e6c148;transform:translateY(-4px)scale(1.05);box-shadow:0 10px 25px #d4af3799}.Hero-module__JgYmMq__primaryBtn:hover:before{left:100%}.Hero-module__JgYmMq__arrow{transition:transform .3s}.Hero-module__JgYmMq__primaryBtn:hover .Hero-module__JgYmMq__arrow{transform:translate(6px)}.Hero-module__JgYmMq__secondaryBtn:hover{color:var(--text-primary);border-color:var(--accent-gold);background:#fff3}.Hero-module__JgYmMq__fleetPreview{opacity:0;flex-direction:column;align-items:flex-start;gap:16px;max-width:700px;margin-top:40px;animation:1s .5s forwards Hero-module__JgYmMq__fadeIn;display:flex}@media (min-width:768px){.Hero-module__JgYmMq__fleetPreview{gap:32px;margin-top:60px}}.Hero-module__JgYmMq__fleetAvatars{display:flex}.Hero-module__JgYmMq__avatar{border:4px solid var(--accent-gold);z-index:1;border-radius:50%;width:clamp(60px,15vw,280px);height:clamp(60px,15vw,280px);margin-left:-20px;transition:transform .3s,z-index .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0009}@media (min-width:768px){.Hero-module__JgYmMq__avatar{width:clamp(120px,25vw,280px);height:clamp(120px,25vw,280px);margin-left:-80px}}.Hero-module__JgYmMq__avatar:first-child{margin-left:0}.Hero-module__JgYmMq__avatar:hover{z-index:10;transform:translateY(-5px)scale(1.1)}.Hero-module__JgYmMq__avatarImage{object-fit:cover}.Hero-module__JgYmMq__fleetText{flex-direction:column;gap:8px;display:flex}.Hero-module__JgYmMq__fleetTitle{color:#fff;letter-spacing:.5px;text-shadow:0 2px 8px #00000080;margin-bottom:4px;font-size:clamp(.9rem,3vw,2.5rem);font-weight:700}@media (min-width:768px){.Hero-module__JgYmMq__fleetTitle{margin-bottom:8px}}.Hero-module__JgYmMq__fleetSub{color:#ffffffd9;text-shadow:0 2px 8px #00000080;font-size:clamp(.6rem,1.5vw,1.1rem);font-weight:400;line-height:1.4}@media (min-width:768px){.Hero-module__JgYmMq__fleetSub{line-height:1.5}}
.Services-module__h5-agW__section{background:var(--bg-primary);padding:100px 0;position:relative}.Services-module__h5-agW__container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.Services-module__h5-agW__header{text-align:center;margin-bottom:64px}.Services-module__h5-agW__title{color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Services-module__h5-agW__gold{color:var(--accent-gold)}.Services-module__h5-agW__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:.85rem;line-height:1.5}.Services-module__h5-agW__grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.Services-module__h5-agW__card{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:1;opacity:0;border-radius:12px;flex-direction:column;width:calc(50% - 6px);transition:transform .4s,box-shadow .4s,border-color .4s;display:flex;overflow:hidden;transform:translate(-40px)}.Services-module__h5-agW__card.Services-module__h5-agW__visible{animation:.6s cubic-bezier(.2,.8,.2,1) forwards Services-module__h5-agW__slideInLeftFade}@keyframes Services-module__h5-agW__slideInLeftFade{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.Services-module__h5-agW__card:before{content:"";background:var(--accent-gold);transform-origin:0;z-index:2;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__h5-agW__card:hover{border-color:var(--accent-gold);transform:translateY(-8px);box-shadow:0 16px 32px #0006}.Services-module__h5-agW__card:hover:before{transform:scaleX(1)}.Services-module__h5-agW__imageWrapper{width:100%;height:110px;position:relative;overflow:hidden}.Services-module__h5-agW__cardImage{object-fit:cover;transition:transform .5s}.Services-module__h5-agW__card:hover .Services-module__h5-agW__cardImage{transform:scale(1.05)}.Services-module__h5-agW__cardContent{flex-direction:column;flex:1;padding:12px;display:flex}.Services-module__h5-agW__cardTitle{color:var(--text-primary);margin-bottom:6px;font-size:.85rem;font-weight:600;line-height:1.3;transition:color .3s}.Services-module__h5-agW__card:hover .Services-module__h5-agW__cardTitle{color:var(--accent-gold)}.Services-module__h5-agW__cardDesc{color:var(--text-secondary);font-size:.7rem;line-height:1.4}@media (min-width:768px){.Services-module__h5-agW__grid{gap:24px}.Services-module__h5-agW__subtitle{font-size:1.1rem;line-height:1.6}.Services-module__h5-agW__card{width:calc(50% - 12px)}.Services-module__h5-agW__imageWrapper{height:220px}.Services-module__h5-agW__cardContent{padding:32px 24px}.Services-module__h5-agW__cardTitle{margin-bottom:12px;font-size:1.25rem;line-height:1.4}.Services-module__h5-agW__cardDesc{font-size:.95rem;line-height:1.6}}@media (min-width:1024px){.Services-module__h5-agW__card{width:calc(33.333% - 16px)}}@media (min-width:1400px){.Services-module__h5-agW__container{max-width:95%}.Services-module__h5-agW__card{width:calc(20% - 19.2px)}}
