.landing-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.06);padding:12px 0}.landing-header__container{max-width:1400px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.landing-header__logo img{height:45px;width:auto}.landing-header__actions{display:flex;align-items:center;gap:16px}.landing-header__phone{display:flex;align-items:center;gap:8px;color:#1a1a2e;font-weight:600;font-size:16px;text-decoration:none;transition:color .2s}.landing-header__phone:hover{color:#3554d1}.landing-header__phone i{font-size:20px;color:#3554d1}.landing-header__whatsapp{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 8px rgba(37,211,102,.3)}.landing-header__whatsapp:hover{background:#1fb855;transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,211,102,.4);color:#fff}.landing-header__whatsapp i{font-size:18px}@media (max-width:768px){.landing-header__container{padding:0 15px}.landing-header__logo img{height:36px}.landing-header__phone{display:none}.landing-header__whatsapp{padding:8px 16px;font-size:13px}}.landing-hero{position:relative;width:100%;overflow:hidden;background:#0a0a1a}.landing-hero .swiper{width:100%;height:65vh;min-height:400px;max-height:700px}.landing-hero .swiper-slide img{width:100%;height:100%;object-fit:cover}.landing-hero__overlay{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:40px;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.4) 60%,transparent);color:#fff;pointer-events:none}.landing-hero__name{font-size:42px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px;text-shadow:0 2px 12px rgba(0,0,0,.5)}.landing-hero__location{font-size:16px;color:hsla(0,0%,100%,.85);display:flex;align-items:center;gap:6px;margin-bottom:12px}.landing-hero__price{font-size:18px;color:hsla(0,0%,100%,.8)}.landing-hero__price span{font-size:32px;font-weight:700;color:#fff}.landing-hero__cta{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#3554d1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 20px rgba(53,84,209,.4)}.landing-hero__cta:hover{background:#2a44b0;transform:translateY(-2px);box-shadow:0 6px 28px rgba(53,84,209,.5)}.landing-hero .swiper-pagination-bullet{width:10px;height:10px;background:hsla(0,0%,100%,.5);opacity:1}.landing-hero .swiper-pagination-bullet-active{background:#fff;width:28px;border-radius:5px}.landing-hero .swiper-button-next,.landing-hero .swiper-button-prev{color:#fff;width:48px;height:48px;background:rgba(0,0,0,.4);border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s;z-index:5;margin-top:-100px}.landing-hero .swiper-button-next:hover,.landing-hero .swiper-button-prev:hover{background:rgba(0,0,0,.65)}.landing-hero .swiper-button-next:after,.landing-hero .swiper-button-prev:after{content:""!important;display:block;width:20px;height:20px;border-right:3px solid #fff;border-bottom:3px solid #fff}.landing-hero .swiper-button-prev:after{transform:rotate(135deg);margin-left:4px}.landing-hero .swiper-button-next:after{transform:rotate(-45deg);margin-right:4px}@media (max-width:768px){.landing-hero .swiper{height:50vh;min-height:300px}.landing-hero__overlay{padding:24px 20px}.landing-hero__name{font-size:26px}.landing-hero__price span{font-size:24px}.landing-hero__cta{width:100%;justify-content:center}}.landing-hero__actions{pointer-events:auto;display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.landing-hero__photos-btn{pointer-events:auto;display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid hsla(0,0%,100%,.35);border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease}.landing-hero__photos-btn:hover{background:hsla(0,0%,100%,.28);border-color:hsla(0,0%,100%,.55)}.landing-hero__photos-btn i{font-size:18px}@media (max-width:768px){.landing-hero__actions{flex-direction:column;gap:8px}.landing-hero__photos-btn{width:100%;justify-content:center}}.landing-trust{background:linear-gradient(135deg,#f8f9ff,#eef0ff);padding:28px 0;border-bottom:1px solid rgba(53,84,209,.08)}.landing-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;max-width:1200px;margin:0 auto;padding:0 30px}.landing-trust__item{display:flex;align-items:center;gap:14px}.landing-trust__icon{width:50px;height:50px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;color:#3554d1;box-shadow:0 2px 12px rgba(53,84,209,.1);flex-shrink:0}.landing-trust__text{display:flex;flex-direction:column}.landing-trust__title{font-size:15px;font-weight:700;color:#1a1a2e;line-height:1.2}.landing-trust__subtitle{font-size:13px;color:#697488;margin-top:2px}@media (max-width:992px){.landing-trust__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:576px){.landing-trust__grid{grid-template-columns:1fr 1fr;gap:12px;padding:0 15px}.landing-trust__icon{width:40px;height:40px;font-size:18px}.landing-trust__title{font-size:13px}.landing-trust__subtitle{font-size:11px}}.landing-content{max-width:1400px;margin:0 auto;padding:40px 30px 0;display:grid;grid-template-columns:1fr 400px;grid-gap:40px;gap:40px;align-items:start}.landing-content__main{min-width:0}.landing-content__sidebar{position:-webkit-sticky;position:sticky;top:80px}.landing-content__sidebar .booking-card{background:#fff;border-radius:16px;border:1px solid #e9ecef;box-shadow:0 8px 40px rgba(0,0,0,.06);padding:28px;overflow:visible}.landing-content__sidebar .booking-card__title{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:20px;display:flex;align-items:center;gap:8px}.landing-content__sidebar .booking-card__title i{color:#3554d1}@media (max-width:992px){.landing-content{grid-template-columns:1fr;padding:24px 15px 0}.landing-content__sidebar{position:relative;top:auto}}.landing-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.1);padding:12px 15px calc(12px + env(safe-area-inset-bottom, 0px))}.landing-sticky-cta__inner{display:flex;gap:8px;max-width:600px;margin:0 auto}.landing-sticky-cta__btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.landing-sticky-cta__btn--quote{background:#3554d1;color:#fff;flex:1.5 1}.landing-sticky-cta__btn--quote:hover{background:#2a44b0;color:#fff}.landing-sticky-cta__btn--whatsapp{background:#25d366;color:#fff}.landing-sticky-cta__btn--whatsapp:hover{background:#1fb855;color:#fff}.landing-sticky-cta__btn--call{background:#f5f6fa;color:#1a1a2e}.landing-sticky-cta__btn--call:hover{background:#ebedf5}.landing-sticky-cta__btn i{font-size:16px}@media (max-width:992px){.landing-sticky-cta{display:none!important}}.landing-footer{background:#1a1a2e;color:hsla(0,0%,100%,.7);padding:24px 30px;margin-top:60px;text-align:center}.landing-footer a{color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .2s}.landing-footer a:hover{color:#fff}.landing-footer__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.landing-footer__copyright{font-size:14px}.landing-footer__links{display:flex;gap:24px;font-size:14px}@media (max-width:576px){.landing-footer__inner{flex-direction:column;text-align:center}.landing-footer{padding:20px 15px;margin-top:40px}}.landing-section{padding:32px 0;border-bottom:1px solid #eef0f6}.landing-section:last-child{border-bottom:none}.landing-section__title{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:16px;display:flex;align-items:center;gap:8px}.landing-section__title i{color:#3554d1;font-size:18px}