.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:padding .3s ease,background-color .3s ease;will-change:padding,background-color}.header--scrolled{background:#0a0a0afa;padding:.75rem 0}.header--scrolled .header__hamburger{position:relative;z-index:1002}.header--scrolled .header__logo-img{height:70px}.header__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;transition:var(--transition-smooth)}.header__logo:hover{opacity:.85}.header__logo-img{height:140px;width:auto;filter:brightness(0) invert(1);transition:var(--transition-smooth)}.header__nav{margin-left:auto}.header__nav-list{display:flex;align-items:center;gap:.5rem;background:#141414d9;border-radius:var(--radius-full);padding:.5rem .75rem;border:1px solid rgba(255,255,255,.1)}.header__nav-item{position:relative}.header__nav-link{display:block;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:400;color:var(--color-white);border-radius:var(--radius-full);transition:var(--transition-smooth)}.header__nav-link:hover{background:#ffffff1a}.header__nav-item--lang{margin-left:1rem;padding-left:1rem;border-left:1px solid rgba(255,255,255,.15)}.header__actions{display:flex;align-items:center;gap:.75rem}.header__btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:var(--radius-full);transition:var(--transition-smooth)}.header__btn--ghost{color:var(--color-white)}.header__btn--ghost:hover{background:#ffffff1a}.header__btn--primary{background:var(--color-white);color:var(--color-black);border:1px solid rgba(255,255,255,.2)}.header__btn--primary:hover{background:#ffffffe6;transform:translateY(-1px)}.header__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;cursor:pointer;position:relative;z-index:1002;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.header__hamburger span{display:block;width:24px;height:2px;background:var(--color-white);border-radius:2px;transition:var(--transition-smooth)}.header__hamburger span:nth-child(1){transform:translateY(-6px)}.header__hamburger span:nth-child(3){transform:translateY(6px)}.header__hamburger--open span:nth-child(1){transform:translateY(0) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-2px) rotate(-45deg)}.header__mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0afc;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.header__mobile-menu--open{opacity:1;visibility:visible;pointer-events:auto}.header__mobile-nav{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem}.header__mobile-nav-list{display:flex;flex-direction:column;align-items:center;gap:1rem}.header__mobile-nav-link{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--color-white);transition:var(--transition-smooth)}.header__mobile-nav-link:hover{color:var(--color-accent)}.header__mobile-actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:280px}.header__mobile-actions .header__btn{width:100%;text-align:center}@media (max-width: 1024px){.header__nav{display:none}.header__hamburger{display:flex}.header__mobile-menu{display:block}}@media (max-width: 768px){.header__container{padding:0 2rem}.header__logo-img{height:100px}.header--scrolled .header__logo-img{height:60px}}@media (max-width: 480px){.header__container{padding:0 1.5rem}.header__logo-img{height:80px}.header--scrolled .header__logo-img{height:50px}.header__mobile-nav-link{font-size:1.5rem}}.language-switcher{display:flex;align-items:center;gap:.25rem}.language-switcher__btn{padding:.375rem .5rem;font-size:.8125rem;font-weight:500;letter-spacing:.05em;color:#fff9;background:transparent;border:none;cursor:pointer;transition:color .2s ease;font-family:inherit}.language-switcher__btn:hover{color:#ffffffe6}.language-switcher__btn--active{color:#c9a86c}.language-switcher__divider{color:#fff3;font-size:.75rem;font-weight:300;-webkit-user-select:none;user-select:none}.language-switcher--mobile{justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.language-switcher--mobile .language-switcher__btn{font-size:1rem;padding:.5rem .75rem}.language-switcher--mobile .language-switcher__divider{font-size:1rem}.hero{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;contain:layout style}.hero__carousel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity 1s ease-in-out,transform 6s ease-out;will-change:opacity,transform;backface-visibility:hidden}.hero__slide--active{opacity:1;transform:scale(1)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0ab3,#0a0a0a66,#0a0a0a33);z-index:1}.hero__content{position:relative;z-index:2;height:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column}.hero__content-wrapper{flex:1;display:flex;align-items:center;justify-content:space-between;padding-top:120px;gap:4rem}.hero__main{max-width:600px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__title{animation:fadeInUp 1s ease-out .3s both}.hero__description{animation:fadeInUp 1s ease-out .5s both}.hero__cta{animation:fadeInUp 1s ease-out .7s both}.hero__indicators{animation:fadeIn 1s ease-out 1s both}.hero__title{font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4.5rem);font-weight:500;line-height:1.1;letter-spacing:-.02em;color:var(--color-white);margin-bottom:1.5rem}.hero__description{font-size:1.125rem;line-height:1.7;color:var(--color-text-light-muted);margin-bottom:2rem;max-width:480px}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero__cta-hints{width:100%;display:flex;flex-direction:column;gap:.25rem;margin-top:1.5rem;animation:fadeInUp 1s ease-out 1.3s both}.hero__cta-hint{display:block;font-size:.8125rem;color:#ffffffb3}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:var(--radius-full);transition:var(--transition-smooth)}.hero__btn--primary{background:var(--color-white);color:var(--color-black);position:relative}.hero__btn--primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 40px #ffffff26}.hero__btn-badge{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#c9a86c,#b8934f);color:#fff;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:100px;box-shadow:0 2px 8px #c9a86c66;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero__btn--outline{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.3)}.hero__btn--outline:hover{background:#ffffff1a;border-color:#ffffff80}.hero__btn--outline svg{transition:transform .3s ease}.hero__btn--outline:hover svg{transform:translate(4px)}.hero__indicators{position:absolute;bottom:2rem;right:2rem;display:flex;gap:.5rem}.hero__indicator{width:40px;height:4px;background:#ffffff4d;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth)}.hero__indicator:hover{background:#ffffff80}.hero__indicator--active{background:var(--color-white);width:60px}@media (max-width: 1200px){.hero__content-wrapper{gap:2rem}}@media (max-width: 1024px){.hero__content-wrapper{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:120px}.hero__main{max-width:100%}.hero__stats{gap:2rem}.hero__stat-value{font-size:2rem}}@media (max-width: 768px){.hero{min-height:100vh;min-height:100dvh}.hero__content{padding:0 2rem;justify-content:space-between}.hero__content-wrapper{flex:0 0 auto;padding-top:100px;padding-bottom:0}.hero__main{display:flex;flex-direction:column}.hero__cta{position:absolute;bottom:100px;left:2rem;right:2rem;flex-direction:column;width:auto}.hero__cta-hints{margin-top:1rem;text-align:center}.hero__overlay{background:linear-gradient(to bottom,#0a0a0a4d,#0a0a0a80,#0a0a0ad9)}.hero__title{font-size:2.5rem}.hero__description{font-size:1rem;margin-bottom:0}.hero__btn{width:100%;padding:1rem 1.5rem;min-height:52px}.hero__cta-hint{font-size:.75rem;text-align:center}.hero__indicators{position:absolute;left:auto;right:2rem;transform:none;bottom:2rem}}@media (max-width: 480px){.hero__content{padding:0 1.5rem}.hero__content-wrapper{padding-top:90px}.hero__btn-badge{top:-8px;right:-8px;font-size:.625rem;padding:.1875rem .375rem}.hero__cta{left:1.5rem;right:1.5rem;bottom:90px;gap:.75rem}.hero__cta-hints{margin-top:.75rem}.hero__title{font-size:1.875rem}.hero__description{font-size:.9375rem}.hero__indicator{width:30px}.hero__indicator--active{width:45px}.hero__indicators{right:1.5rem}}.about{background-color:#fff;padding:8rem 2rem;color:#0a0a0a}.about__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}.about__content{display:flex;flex-direction:column;justify-content:space-between;min-height:450px}.about__label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#c9a86c;margin-bottom:2rem}.about__title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;line-height:1.25;color:#0a0a0a;margin-bottom:auto}.about__description{font-size:1rem;line-height:1.8;color:#4a4a4a;max-width:420px;margin-top:auto}.about__image-wrapper{position:relative;overflow:hidden;border-radius:16px}.about__image{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4 / 3}@media (max-width: 1024px){.about{padding:6rem 2rem}.about__container{gap:3rem}.about__content{min-height:380px}}@media (max-width: 768px){.about{padding:5rem 2rem}.about__container{grid-template-columns:1fr;gap:2.5rem}.about__content{min-height:auto;gap:2rem}.about__label{margin-bottom:1rem}.about__title{font-size:clamp(1.75rem,6vw,2.25rem);margin-bottom:0}.about__image-wrapper{order:0;border-radius:12px}.about__content{display:contents}.about__label{order:-2}.about__title{order:-1}.about__description{order:1;max-width:100%;margin-top:0}}@media (max-width: 480px){.about{padding:4rem 1.5rem}.about__image-wrapper{border-radius:10px;margin:0 -.5rem;width:calc(100% + 1rem)}}.casa{background-color:#fff;padding:6rem 2rem;color:#0a0a0a}.casa__container{max-width:1400px;margin:0 auto}.casa__header{text-align:center;margin-bottom:4rem}.casa__label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#c9a86c;display:block;margin-bottom:1.5rem}.casa__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.3;max-width:700px;margin:0 auto;color:#0a0a0a}.casa__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:1.25rem}.casa__card{position:relative;overflow:hidden;border-radius:16px;cursor:pointer}.casa__card--large,.casa__card--medium{grid-column:span 1;grid-row:span 1}.casa__card-image-wrapper{position:relative;width:100%;height:280px}.casa__card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform;backface-visibility:hidden}.casa__card:hover .casa__card-image{transform:scale(1.05)}@media (prefers-reduced-motion: reduce){.casa__card-image{transition:none}.casa__card:hover .casa__card-image{transform:none}}.casa__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0003 40%,#0000);transition:opacity .4s ease}.casa__card:hover .casa__card-overlay{opacity:.9}.casa__card-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;transform:translateY(10px);opacity:.9;transition:all .4s cubic-bezier(.16,1,.3,1)}.casa__card:hover .casa__card-content{transform:translateY(0);opacity:1}.casa__card-title{font-family:var(--font-display);font-size:1.5rem;font-weight:500;margin-bottom:.5rem;color:#fff}.casa__card-description{font-size:.9rem;line-height:1.6;color:#fffc;max-width:300px}@media (max-width: 1024px){.casa{padding:5rem 2rem}.casa__grid{grid-template-columns:repeat(3,1fr);gap:1rem}.casa__card-image-wrapper{height:240px}.casa__card-content{transform:translateY(0);opacity:1}}@media (max-width: 900px){.casa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.casa{padding:4rem 2rem}.casa__header{margin-bottom:2.5rem}.casa__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.casa__card--large,.casa__card--medium{grid-column:span 1;grid-row:span 1}.casa__card-image-wrapper{height:180px}.casa__card{border-radius:12px}.casa__card-content{padding:1rem}.casa__card-title{font-size:1rem}.casa__card-description{display:none}}@media (max-width: 480px){.casa{padding:3.5rem 1.5rem}.casa__grid{gap:.5rem}.casa__card-image-wrapper{height:150px}.casa__card-content{padding:.75rem}.casa__card-title{font-size:.875rem}}.casa__card-gallery-badge{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.375rem;background:#000000bf;color:#fff;padding:.375rem .75rem;border-radius:100px;font-size:.75rem;font-weight:500;z-index:2}.casa__card-gallery-badge svg{width:14px;height:14px}.casa__gallery-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;contain:layout style paint}.casa__gallery-modal{position:relative;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.casa__gallery-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.casa__gallery-title{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:#fff}.casa__gallery-counter{font-size:.875rem;color:#fff9}.casa__gallery-image-container{position:relative;width:100%;aspect-ratio:16 / 10;background:#1a1a1a;border-radius:16px;overflow:hidden;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;cursor:grab}.casa__gallery-image-container:active{cursor:grabbing}.casa__gallery-image{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.casa__gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:50%;color:#fff;transition:background-color .3s ease}.casa__gallery-nav:hover{background:#fff3}.casa__gallery-nav--prev{left:1rem}.casa__gallery-nav--next{right:1rem}.casa__gallery-nav svg{width:24px;height:24px}.casa__gallery-thumbnails{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}.casa__gallery-thumb{width:70px;height:50px;border-radius:8px;overflow:hidden;opacity:.5;transition:all .3s ease;border:2px solid transparent}.casa__gallery-thumb:hover{opacity:.8}.casa__gallery-thumb--active{opacity:1;border-color:#c9a86c}.casa__gallery-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.casa__gallery-overlay{padding:1.5rem}.casa__gallery-title{font-size:1.5rem}.casa__gallery-nav{width:40px;height:40px}.casa__gallery-nav svg{width:20px;height:20px}}@media (max-width: 768px){.casa__gallery-overlay{padding:4rem 1rem 1rem}.casa__gallery-modal{max-height:100%}.casa__gallery-header{margin-bottom:1rem}.casa__gallery-title{font-size:1.25rem}.casa__gallery-image-container{border-radius:12px;aspect-ratio:4 / 3}.casa__gallery-nav{width:36px;height:36px}.casa__gallery-nav--prev{left:.5rem}.casa__gallery-nav--next{right:.5rem}.casa__gallery-nav svg{width:18px;height:18px}.casa__gallery-thumbnails{margin-top:1rem;gap:.5rem}.casa__gallery-thumb{width:50px;height:36px;border-radius:6px}.casa__card-gallery-badge{top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.6875rem}.casa__card-gallery-badge svg{width:12px;height:12px}}@media (max-width: 480px){.casa__gallery-thumbnails{display:none}.casa__gallery-image-container{aspect-ratio:3 / 4}}.explorar{background-color:#fff;padding:6rem 2rem;color:#0a0a0a;overflow:hidden}.explorar__container{max-width:1400px;margin:0 auto}.explorar__header{text-align:center;margin-bottom:3rem}.explorar__label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#c9a86c;display:block;margin-bottom:1.5rem}.explorar__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.3;max-width:600px;margin:0 auto 1rem;color:#0a0a0a}.explorar__subtitle{font-size:1rem;line-height:1.6;color:#4a4a4a;max-width:450px;margin:0 auto}.explorar__carousel{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;margin:0 -2rem;padding:1rem 2rem 2rem;cursor:grab;-webkit-overflow-scrolling:touch}.explorar__carousel::-webkit-scrollbar{display:none}.explorar__carousel:active{cursor:grabbing}.explorar__track{display:flex;gap:1.25rem;width:max-content}.explorar__card{position:relative;background:#fafafa;border-radius:16px;padding:1.75rem;width:300px;min-height:260px;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;flex-shrink:0;box-shadow:0 2px 8px #0000000a;will-change:transform;backface-visibility:hidden}.explorar__card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #00000014}@media (prefers-reduced-motion: reduce){.explorar__card{transition:none}}.explorar__card-distance{position:absolute;top:1.25rem;right:1.25rem;background:#c9a86c26;border-radius:100px;padding:.4rem .875rem}.explorar__card-distance-value{font-size:.8rem;font-weight:600;color:#c9a86c;letter-spacing:.02em}.explorar__card-icon{width:44px;height:44px;border-radius:12px;background:#c9a86c26;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#c9a86c;transition:transform .3s ease}.explorar__card:hover .explorar__card-icon{transform:scale(1.1)}.explorar__card-icon svg{width:22px;height:22px}.explorar__card-content{flex:1;display:flex;flex-direction:column}.explorar__card-category{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#c9a86c;margin-bottom:.5rem}.explorar__card-title{font-family:var(--font-display);font-size:1.25rem;font-weight:500;margin-bottom:.5rem;line-height:1.3;color:#0a0a0a}.explorar__card-description{font-size:.85rem;line-height:1.6;color:#4a4a4a;margin-top:auto}@media (max-width: 1024px){.explorar{padding:5rem 2rem}.explorar__header{margin-bottom:2.5rem}.explorar__card{width:280px;min-height:240px;padding:1.5rem}}@media (max-width: 768px){.explorar{padding:4rem 0}.explorar__header{padding:0 2rem;margin-bottom:2rem}.explorar__carousel{padding:1rem 2rem 1.5rem}.explorar__card{width:260px;min-height:220px;padding:1.25rem;border-radius:12px}.explorar__card-title{font-size:1.125rem}.explorar__card-description{font-size:.8rem}}@media (max-width: 480px){.explorar__header{padding:0 1.5rem}.explorar__carousel{padding:1rem 1.5rem 1.5rem}.explorar__card{width:240px}}.testimonials{background-color:#fff;padding:6rem 2rem;color:#0a0a0a;overflow:hidden}.testimonials__container{max-width:1200px;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:3.5rem}.testimonials__label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#c9a86c;display:block;margin-bottom:1.5rem}.testimonials__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.3;color:#0a0a0a}.testimonials__ratings{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.testimonials__ratings--visible{opacity:1;transform:translateY(0)}.testimonials__rating-card{background:#fafafa;border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;box-shadow:0 4px 20px #0000000a;will-change:transform}.testimonials__rating-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;opacity:0;transition:opacity .3s ease}.testimonials__rating-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.testimonials__rating-card:hover:before{opacity:1}.testimonials__rating-card--airbnb:before{background:linear-gradient(90deg,#c9a86c,#b8934f)}.testimonials__rating-card--airbnb .testimonials__rating-logo svg{color:#c9a86c}.testimonials__rating-card--airbnb .testimonials__star--filled{color:#c9a86c}.testimonials__rating-card--airbnb .testimonials__rating-badge{background:linear-gradient(135deg,#c9a86c,#b8934f);color:#fff}.testimonials__rating-card--booking:before{background:linear-gradient(90deg,#c9a86c,#b8934f)}.testimonials__rating-card--booking .testimonials__rating-logo svg{color:#c9a86c}.testimonials__rating-card--booking .testimonials__rating-number{color:#0a0a0a}.testimonials__rating-card--booking .testimonials__rating-label{background:linear-gradient(135deg,#c9a86c,#b8934f);color:#fff;padding:.5rem 1.25rem;border-radius:100px;font-size:.85rem;font-weight:600}.testimonials__rating-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.testimonials__rating-logo svg{width:28px;height:28px}.testimonials__rating-logo span{font-size:1.25rem;font-weight:600;color:#0a0a0a}.testimonials__rating-score{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.testimonials__rating-stars{display:flex;gap:.25rem}.testimonials__star{width:24px;height:24px;opacity:0;transform:scale(0) rotate(-180deg)}.testimonials__ratings--visible .testimonials__star{opacity:1;transform:scale(1) rotate(0)}@keyframes starPop{0%{opacity:0;transform:scale(0) rotate(-180deg)}50%{transform:scale(1.2) rotate(0)}to{opacity:1;transform:scale(1) rotate(0)}}.testimonials__star{animation:none}.testimonials__ratings--visible .testimonials__star{animation:starPop .4s ease forwards;animation-delay:var(--delay)}.testimonials__star svg{width:100%;height:100%}.testimonials__rating-value{font-size:1.5rem;font-weight:700;color:#0a0a0a}.testimonials__rating-score--large{margin-bottom:.75rem}.testimonials__rating-number{font-size:3.5rem;font-weight:700;line-height:1}.testimonials__rating-max{font-size:1.25rem;color:#4a4a4a;font-weight:400}.testimonials__rating-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.testimonials__rating-badge svg{width:16px;height:16px}.testimonials__rating-label{margin-bottom:1.25rem}.testimonials__rating-cta{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#4a4a4a;margin-top:auto;transition:all .3s ease}.testimonials__rating-cta svg{width:16px;height:16px;transition:transform .3s ease}.testimonials__rating-card:hover .testimonials__rating-cta{color:#c9a86c}.testimonials__rating-card:hover .testimonials__rating-cta svg{transform:translate(4px)}.testimonials__carousel{position:relative}.testimonials__cards{position:relative;height:280px;overflow:hidden}.testimonials__card{position:absolute;top:0;left:0;right:0;height:100%;background:#fafafa;border-radius:20px;padding:2.5rem;opacity:0;transform:translate(30px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);pointer-events:none;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;will-change:opacity,transform;backface-visibility:hidden}.testimonials__card--active{opacity:1;transform:translate(0);pointer-events:auto}@media (prefers-reduced-motion: reduce){.testimonials__card{transition:opacity .3s ease;transform:none}.testimonials__card--active{transform:none}}.testimonials__card-quote{color:#c9a86c4d;margin-bottom:1rem;flex-shrink:0}.testimonials__card-quote svg{width:40px;height:40px}.testimonials__card-text{font-size:1.125rem;line-height:1.7;color:#0a0a0a;font-style:italic;flex:1;overflow:hidden}.testimonials__card-author{display:flex;align-items:center;gap:1rem;flex-shrink:0;margin-top:auto;padding-top:1.5rem}.testimonials__card-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#c9a86c,#b8934f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600}.testimonials__card-info{flex:1}.testimonials__card-name{display:block;font-weight:600;color:#0a0a0a;margin-bottom:.25rem}.testimonials__card-location{font-size:.875rem;color:#4a4a4a}.testimonials__platform-tag{padding:.375rem .875rem;border-radius:100px;font-size:.75rem;font-weight:600}.testimonials__platform-tag--airbnb,.testimonials__platform-tag--booking{background:#c9a86c26;color:#c9a86c}.testimonials__dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.testimonials__dot{width:10px;height:10px;border-radius:50%;border:none;background:#c9a86c4d;cursor:pointer;transition:all .3s ease;padding:0}.testimonials__dot:hover{background:#c9a86c80}.testimonials__dot--active{background:#c9a86c;transform:scale(1.2)}@media (max-width: 1024px){.testimonials{padding:5rem 2rem}.testimonials__ratings{margin-bottom:3rem}.testimonials__rating-card,.testimonials__card{padding:2rem}.testimonials__card-text{font-size:1.125rem}}@media (max-width: 768px){.testimonials{padding:4rem 2rem}.testimonials__header{margin-bottom:2.5rem}.testimonials__ratings{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}.testimonials__rating-card{padding:1.75rem;border-radius:16px}.testimonials__rating-number{font-size:2.75rem}.testimonials__star{width:20px;height:20px}.testimonials__cards{height:300px}.testimonials__card{padding:1.75rem;border-radius:16px}.testimonials__card-quote svg{width:32px;height:32px}.testimonials__card-text{font-size:1rem}.testimonials__card-author{flex-wrap:wrap;gap:.75rem;padding-top:1rem}.testimonials__card-avatar{width:40px;height:40px;font-size:1rem}.testimonials__platform-tag{margin-left:auto}}@media (max-width: 480px){.testimonials{padding:3.5rem 1.5rem}.testimonials__rating-card,.testimonials__card{padding:1.5rem}.testimonials__cards{height:320px}.testimonials__card-quote{margin-bottom:.75rem}.testimonials__card-quote svg{width:28px;height:28px}.testimonials__card-text{font-size:.95rem;line-height:1.6}}.faq{background-color:#fff;padding:6rem 2rem;color:#0a0a0a}.faq__container{max-width:900px;margin:0 auto}.faq__header{text-align:center;margin-bottom:4rem}.faq__label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#c9a86c;display:block;margin-bottom:1.5rem}.faq__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.3;color:#0a0a0a;margin-bottom:1rem}.faq__subtitle{font-size:1rem;line-height:1.6;color:#4a4a4a}.faq__list{display:flex;flex-direction:column}.faq__item{border-bottom:1px solid rgba(0,0,0,.08)}.faq__item:first-child{border-top:1px solid rgba(0,0,0,.08)}.faq__question{width:100%;display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq__question:hover{padding-left:.5rem}.faq__question-number{font-size:.875rem;font-weight:600;color:#c9a86c;opacity:.5;flex-shrink:0;transition:all .3s ease}.faq__item:hover .faq__question-number,.faq__item--open .faq__question-number{opacity:1;color:#c9a86c}.faq__question-text{flex:1;font-size:1.125rem;font-weight:500;color:#0a0a0a;line-height:1.4}.faq__icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#c9a86c;transition:all .4s cubic-bezier(.16,1,.3,1)}.faq__icon svg{width:18px;height:18px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.faq__item--open .faq__icon svg{transform:rotate(45deg)}.faq__item:hover .faq__icon{color:#b8934f}.faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1)}.faq__item--open .faq__answer{grid-template-rows:1fr}.faq__answer-inner{overflow:hidden}.faq__answer p{padding:0 0 1.5rem 3.5rem;font-size:1rem;line-height:1.8;color:#4a4a4a;max-width:90%}@media (max-width: 1024px){.faq{padding:5rem 2rem}.faq__header{margin-bottom:3rem}.faq__question{gap:1.25rem;padding:1.25rem 0}.faq__question-text{font-size:1.0625rem}.faq__answer p{padding-left:3rem}}@media (max-width: 768px){.faq{padding:4rem 2rem}.faq__header{margin-bottom:2.5rem}.faq__question{gap:1rem;padding:1.25rem 0}.faq__question:hover{padding-left:0}.faq__question-number{font-size:.8rem}.faq__question-text{font-size:1rem}.faq__icon{width:20px;height:20px}.faq__icon svg{width:16px;height:16px}.faq__answer p{padding:0 0 1.25rem 2.25rem;font-size:.9375rem;max-width:100%}}@media (max-width: 480px){.faq{padding:3.5rem 1.5rem}.faq__question{gap:.875rem}.faq__question-number{display:none}.faq__answer p{padding-left:0;font-size:.9rem;line-height:1.7}}.contact{background-color:#fff;padding:6rem 2rem;color:#0a0a0a}.contact__container{max-width:1200px;margin:0 auto}.contact__header{text-align:center;margin-bottom:4rem}.contact__label{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:#c9a86c;display:block;margin-bottom:1.5rem}.contact__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:400;line-height:1.3;color:#0a0a0a;margin-bottom:1rem}.contact__subtitle{font-size:1rem;line-height:1.6;color:#4a4a4a}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact__form-wrapper{background:#fafafa;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000a}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact__form-group{display:flex;flex-direction:column;gap:.5rem}.contact__form-label{font-size:.875rem;font-weight:500;color:#0a0a0a}.contact__form-input,.contact__form-textarea{width:100%;padding:1rem 1.25rem;font-size:1rem;font-family:inherit;color:#0a0a0a;background:#fff;border:2px solid rgba(0,0,0,.08);border-radius:12px;transition:all .3s ease;outline:none}.contact__form-input::placeholder,.contact__form-textarea::placeholder{color:#9a9aae}.contact__form-input:focus,.contact__form-textarea:focus{border-color:#c9a86c;background:#fff}.contact__form-textarea{resize:vertical;min-height:140px}.contact__form-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:#0a0a0a;border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.contact__form-button:hover:not(:disabled){background:#c9a86c;transform:translateY(-2px)}.contact__form-button:disabled{opacity:.7;cursor:not-allowed}.contact__form-button svg{width:18px;height:18px;transition:transform .3s ease}.contact__form-button:hover:not(:disabled) svg{transform:translate(4px)}.contact__form-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact__form-success{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#22c55e1a;color:#16a34a;border-radius:12px;font-size:.9375rem;font-weight:500;animation:fadeIn .3s ease}.contact__form-success svg{width:20px;height:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact__info-wrapper{display:flex;flex-direction:column;gap:1.5rem}.contact__info-cards{display:flex;flex-direction:column;gap:1rem}.contact__info-card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#fafafa;border-radius:16px;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 2px 10px #0000000a}.contact__info-card:hover{transform:translate(8px);box-shadow:0 8px 24px #00000014}.contact__info-card--whatsapp .contact__info-icon{background:#c9a86c26;color:#c9a86c}.contact__info-icon{width:48px;height:48px;border-radius:12px;background:#c9a86c26;display:flex;align-items:center;justify-content:center;color:#c9a86c;flex-shrink:0}.contact__info-icon svg{width:24px;height:24px}.contact__info-content{display:flex;flex-direction:column;gap:.25rem}.contact__info-label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#c9a86c}.contact__info-value{font-size:1rem;font-weight:500;color:#0a0a0a}.contact__map{height:280px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.contact__map iframe{filter:grayscale(20%);transition:filter .3s ease;pointer-events:auto}.contact__map:hover iframe{filter:grayscale(0%)}@media (hover: none){.contact__map iframe{filter:grayscale(0%)}}@media (max-width: 1024px){.contact{padding:5rem 2rem}.contact__header{margin-bottom:3rem}.contact__content{gap:2rem}.contact__form-wrapper{padding:2rem}}@media (max-width: 768px){.contact{padding:4rem 2rem}.contact__header{margin-bottom:2.5rem}.contact__content{grid-template-columns:1fr;gap:2rem}.contact__form-wrapper{padding:1.75rem;border-radius:16px}.contact__form-row{grid-template-columns:1fr;gap:1rem}.contact__form{gap:1.25rem}.contact__form-input,.contact__form-textarea{padding:.875rem 1rem;font-size:1rem}.contact__info-card{padding:1rem 1.25rem;border-radius:12px}.contact__info-icon{width:44px;height:44px}.contact__info-icon svg{width:20px;height:20px}.contact__map{height:240px;border-radius:12px}}@media (max-width: 480px){.contact{padding:3.5rem 1.5rem}.contact__form-wrapper{padding:1.5rem}.contact__form-button{width:100%}.contact__map{height:200px}}.footer{background-color:#0a0a0a;padding:3rem 2rem 1.5rem;color:#fff}.footer__container{max-width:1200px;margin:0 auto}.footer__main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.footer__logo{justify-self:start}.footer__logo img{height:140px;width:auto;filter:brightness(0) invert(1);opacity:.9;transition:opacity .3s ease}.footer__logo img:hover{opacity:1}.footer__socials{display:flex;gap:.75rem;justify-self:center}.footer__social-link{width:40px;height:40px;border-radius:50%;background:#c9a86c26;display:flex;align-items:center;justify-content:center;color:#c9a86c;transition:all .3s ease}.footer__social-link:hover{background:#c9a86c;color:#0a0a0a;transform:translateY(-3px)}.footer__social-link svg{width:18px;height:18px}.footer__info{justify-self:end;display:flex;flex-direction:column;gap:.5rem;text-align:right}.footer__info-item{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;font-size:.875rem;color:#fff9}.footer__info-item svg{width:16px;height:16px;color:#c9a86c;flex-shrink:0}.footer__divider{width:100%;height:1px;background:#ffffff1a;margin:2rem 0 1.5rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.8125rem;color:#ffffff80;letter-spacing:.02em}.footer__legal{display:flex;align-items:center;gap:.75rem}.footer__legal-link{font-size:.8125rem;color:#ffffff80;transition:color .3s ease}.footer__legal-link:hover{color:#c9a86c}.footer__legal-separator{color:#fff3;font-size:.75rem}@media (max-width: 900px){.footer__main{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__logo{grid-column:1}.footer__socials{grid-column:2;justify-self:end}.footer__info{grid-column:1 / -1;flex-direction:row;justify-content:center;text-align:center;gap:2rem}.footer__info-item{justify-content:center}}@media (max-width: 768px){.footer{padding:3rem 1.5rem 2rem}.footer__container{display:flex;flex-direction:column;align-items:center}.footer__main{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;width:100%}.footer__logo{display:flex;justify-content:center}.footer__logo img{height:130px}.footer__socials{display:flex;justify-content:center;gap:1rem}.footer__social-link{width:48px;height:48px}.footer__social-link svg{width:22px;height:22px}.footer__info{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer__info-item{justify-content:center;font-size:.9375rem}.footer__divider{margin:2rem 0 1.5rem;width:100%}.footer__bottom{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;width:100%}.footer__copyright{font-size:.8125rem}.footer__legal{display:flex;justify-content:center;gap:1rem}.footer__legal-link{font-size:.8125rem}}@media (max-width: 480px){.footer{padding:2.5rem 1.25rem calc(2rem + env(safe-area-inset-bottom))}.footer__logo img{height:120px}.footer__social-link{width:44px;height:44px}.footer__social-link svg{width:20px;height:20px}.footer__info-item{font-size:.875rem}}.legal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:3000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-modal{position:relative;width:100%;max-width:800px;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:50%;color:#0a0a0a;cursor:pointer;transition:all .3s ease;z-index:10}.legal-close:hover{background:#0000001a}.legal-close svg{width:20px;height:20px}.legal-content{padding:3rem;overflow-y:auto;max-height:90vh;color:#0a0a0a}.legal-content h1{font-family:var(--font-display);font-size:2rem;font-weight:500;margin-bottom:.5rem;color:#0a0a0a}.legal-updated{font-size:.875rem;color:#6b7280;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.legal-content h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#0a0a0a}.legal-content p{font-size:1rem;line-height:1.8;color:#4a4a4a;margin-bottom:1rem}@media (max-width: 768px){.legal-overlay{padding:1rem}.legal-modal{max-height:95vh;border-radius:12px}.legal-content{padding:2rem 1.5rem}.legal-content h1{font-size:1.5rem;padding-right:2rem}.legal-content h2{font-size:1.125rem}.legal-content p{font-size:.9375rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:1rem;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent__content{max-width:1200px;margin:0 auto;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 -4px 30px #0000004d}.cookie-consent__text{flex:1}.cookie-consent__text p{margin:0;font-size:.9rem;color:#fffc;line-height:1.5}.cookie-consent__text a{color:var(--color-gold, #c9a86c);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.cookie-consent__text a:hover{opacity:.8}.cookie-consent__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent__button{padding:.625rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.cookie-consent__button--reject{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2)}.cookie-consent__button--reject:hover{background:#ffffff1a;color:#fff}.cookie-consent__button--accept{background:var(--color-gold, #c9a86c);color:#0a0a0a}.cookie-consent__button--accept:hover{background:#d4b577;transform:translateY(-1px)}@media (max-width: 768px){.cookie-consent{padding:.75rem}.cookie-consent__content{flex-direction:column;text-align:center;padding:1rem;gap:1rem}.cookie-consent__text p{font-size:.85rem}.cookie-consent__actions{width:100%}.cookie-consent__button{flex:1;padding:.75rem 1rem}}:root{--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--color-white: #ffffff;--color-black: #0a0a0a;--color-cream: #f8f6f2;--color-cream-dark: #eae8e3;--color-text-dark: #1a1a1a;--color-text-muted: #6b7280;--color-text-light: rgba(255, 255, 255, .95);--color-text-light-muted: rgba(255, 255, 255, .7);--color-accent: #c9a86c;--color-accent-hover: #b8934f;--color-accent-light: rgba(201, 168, 108, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 50px;--section-padding: 6rem;--section-padding-mobile: 4rem;--container-max: 1200px;--container-wide: 1400px;--transition-fast: all .2s ease;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:100px;-webkit-overflow-scrolling:touch}@supports (padding: max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-white);background-color:var(--color-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}img[loading=lazy]{content-visibility:auto}.gpu-accelerated{transform:translateZ(0);will-change:transform;backface-visibility:hidden}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (hover: none) and (pointer: coarse){.casa__card:hover .casa__card-image,.explorar__card:hover,.testimonials__rating-card:hover,.contact__info-card:hover{transform:none}}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:.5rem 1rem;background:var(--color-accent-light);border-radius:var(--radius-full);margin-bottom:1.5rem}.section-label--light{color:var(--color-accent)}.section-label--dark{color:var(--color-accent-hover)}
