.hero{background:linear-gradient(135deg,var(--color-bg)0%,var(--color-bg-secondary)100%);align-items:center;min-height:70vh;padding:clamp(4rem,8vw,8rem) 0;display:flex;position:relative}.hero__content{text-align:center;max-width:clamp(700px,65vw,900px);margin:0 auto}.hero__badge{padding:var(--space-2)var(--space-4);background:var(--color-gray-100);color:var(--color-text-secondary);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-md);margin-bottom:var(--space-6);font-weight:600;display:inline-block}.hero__title{font-size:var(--text-5xl);margin-bottom:var(--space-6);color:var(--color-primary);font-weight:700;line-height:1.1}.hero__subtitle{font-size:var(--text-xl);color:var(--color-text-secondary);margin-bottom:var(--space-8);line-height:var(--leading-relaxed);max-width:600px;margin-left:auto;margin-right:auto}.hero__buttons{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.booking-section{background:var(--color-bg)}.booking-section__header{text-align:center;margin-bottom:var(--space-10)}.booking-section__title{font-size:var(--text-3xl);margin-bottom:var(--space-4);font-weight:700}.booking-section__subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:500px;margin:0 auto}.booking-section__module{border-radius:var(--radius-lg);max-width:1200px;margin:0 auto;overflow:hidden}#booking_iframe_home,#booking_iframe_home iframe{border-radius:var(--radius-lg)}.features{background:var(--color-bg-secondary)}.features__header{text-align:center;margin-bottom:var(--space-12)}.features__title{font-size:var(--text-3xl);margin-bottom:var(--space-4);font-weight:700}.features__grid{gap:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));display:grid}.feature{text-align:center;padding:var(--space-6)}.feature__icon{width:64px;height:64px;margin:0 auto var(--space-4);background:var(--color-bg);border-radius:var(--radius-lg);color:var(--color-primary);justify-content:center;align-items:center;display:flex}.feature__icon svg{width:32px;height:32px}.feature__title{font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:600}.feature__description{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0}.location{background:var(--color-bg)}.location__header{text-align:center;margin-bottom:var(--space-10)}.location__title{font-size:var(--text-3xl);margin-bottom:var(--space-4);font-weight:700}.location__subtitle{font-size:var(--text-lg);color:var(--color-text-secondary)}.location__content{gap:var(--space-10);grid-template-columns:1fr 1fr;align-items:start;display:grid}@media (max-width:768px){.location__content{grid-template-columns:1fr}}.location__info{gap:var(--space-6);flex-direction:column;display:flex}.location__item{align-items:flex-start;gap:var(--space-4);display:flex}.location__icon{background:var(--color-bg-secondary);border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.location__icon svg{width:24px;height:24px}.location__item-title{margin-bottom:var(--space-1);color:var(--color-text);font-weight:600}.location__item-text{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0}.location__map{border-radius:var(--radius-lg);background:var(--color-gray-100);border:1px solid var(--color-border);width:100%;height:400px;overflow:hidden}.location__map iframe{border:0;width:100%;height:100%}.cta{background:var(--color-gray-900);color:var(--color-white);text-align:center}.cta__content{max-width:600px;margin:0 auto}.cta__title{font-size:var(--text-3xl);margin-bottom:var(--space-4);color:var(--color-white);font-weight:700}.cta__subtitle{font-size:var(--text-lg);color:#fffc;margin-bottom:var(--space-8)}.cta__buttons{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:768px){.hero{min-height:auto;padding:var(--space-8)0 var(--space-6)}.hero__badge{margin-bottom:var(--space-4);padding:var(--space-1)var(--space-3);font-size:.65rem}.hero__title{font-size:var(--text-3xl);margin-bottom:var(--space-4)}.hero__subtitle{font-size:var(--text-sm);margin-bottom:var(--space-6);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.hero__buttons{flex-direction:column;align-items:center}.hero__buttons .btn{width:100%;max-width:300px}.rooms-preview__grid{grid-template-columns:1fr}.features{padding:var(--space-12)0}.features__header{margin-bottom:var(--space-6)}.features__grid{scroll-snap-type:x mandatory;margin:0 calc(-1*var(--container-padding));padding:0 0 16px;padding-left:var(--container-padding);padding-right:var(--container-padding);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:12px;display:flex;overflow-x:auto}.features__grid::-webkit-scrollbar{display:none}.feature{scroll-snap-align:start;background:var(--color-bg);border-radius:var(--radius-lg);padding:var(--space-5);text-align:left;flex:0 0 240px}.feature__icon{margin:0 0 var(--space-3)0;width:48px;height:48px}.feature__icon svg{width:24px;height:24px}.feature__title{font-size:var(--text-base);margin-bottom:var(--space-1)}.feature__description{font-size:var(--text-xs);line-height:1.5}.location{padding:var(--space-12)0}.location__header{margin-bottom:var(--space-6)}.location__map{height:280px}.cta{padding:var(--space-12)0}.cta__title{font-size:var(--text-2xl)}.cta__subtitle{font-size:var(--text-sm);margin-bottom:var(--space-6)}.cta__buttons{flex-direction:column;align-items:center}.cta__buttons .btn{width:100%;max-width:300px}.booking-section{padding:var(--space-10)0}.booking-section__header{margin-bottom:var(--space-6)}.booking-section__title{font-size:var(--text-2xl)}.booking-section__subtitle{font-size:var(--text-sm)}}
