@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap";:root{--primary: #0a0a0a;--primary-soft: #1a1a1a;--accent: #d4a373;--accent-dark: #b88a5c;--text-dark: #1a1a1a;--text-muted: #555555;--text-light: #6b6b6b;--bg-white: #ffffff;--bg-cream: #faf9f7;--bg-warm: #f5f3ef;--border-light: #e8e6e3;--border-soft: #e5e3e0;--primary-color: var(--primary);--accent-color: var(--accent);--bg-light: var(--bg-warm);--white: var(--bg-white);--font-main: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.7;--shadow-sm: 0 1px 3px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 25px -5px rgba(0,0,0,.08), 0 4px 10px -6px rgba(0,0,0,.05);--shadow-xl: 0 25px 50px -12px rgba(0,0,0,.1);--shadow-card-hover: 0 25px 50px -12px rgba(0,0,0,.12);--section-padding: 100px;--section-padding-sm: 80px}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-main);font-size:var(--text-base);line-height:var(--leading-relaxed);background-color:var(--bg-cream);color:var(--text-dark);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:4.5em}ul{list-style:none;padding:0;margin:0}.container{max-width:1280px;margin:0 auto;padding:0 48px}@media(max-width:768px){.container{padding:0 24px}}.hero-section{position:relative;height:85vh;margin-top:0;overflow:visible}.hero-slide{height:100%;width:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center;will-change:transform}.hero-parallax-layer{transform-origin:center center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#0006,#0000008c)}.hero-content{position:relative;z-index:2;margin-bottom:250px}.hero-title{font-family:var(--font-serif);font-size:var(--text-5xl);font-weight:600;margin-bottom:12px;letter-spacing:-.02em;text-shadow:0 2px 30px rgba(0,0,0,.4),0 0 60px rgba(0,0,0,.2);animation:hero-title-enter 1s ease-out both}@keyframes hero-title-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.sale-badge{border:1px solid rgba(255,255,255,.7);padding:12px 24px;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:24px;font-size:var(--text-sm);font-weight:500;letter-spacing:.15em;text-transform:uppercase;animation:sale-badge-enter .8s ease-out .3s both}@keyframes sale-badge-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-wrapper{position:absolute;top:58%;left:50%;transform:translate(-50%);width:90%;max-width:1000px;z-index:10;display:flex;flex-direction:column;gap:0}.search-widget{background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px 16px 0 0;border:1px solid rgba(255,255,255,.6);box-shadow:var(--shadow-xl),0 0 0 1px #0000000a;padding:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.search-widget:focus-within{transform:translateY(-3px);box-shadow:0 30px 60px -15px #0000002e,0 0 0 1px #0000000f}.callback-strip{background:linear-gradient(135deg,#fffbf5,#fff8ed);padding:12px 24px;font-size:var(--text-sm);color:var(--text-muted);display:flex;justify-content:space-between;align-items:center;border-radius:0 0 16px 16px;border:1px solid var(--border-light);border-top:none;box-shadow:var(--shadow-md)}.search-inputs{padding:20px;gap:10px;align-items:stretch;position:relative}.search-inputs-grid{display:grid;grid-template-columns:minmax(200px,1.5fr) 1fr 1fr minmax(200px,1.2fr) auto;gap:0;height:100%}.guest-popup{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.search-field{flex:1;border-right:1px solid var(--border-light);padding:0 18px}.search-field:last-child{border-right:none}.search-label{font-size:var(--text-xs);font-weight:600;color:var(--text-muted);display:block;margin-bottom:6px;letter-spacing:.02em}.search-input{width:100%;border:none;font-size:1rem;color:#222;font-family:inherit;padding:5px 0;outline:none}.search-btn{background:var(--primary);color:#fff;padding:16px 36px;border:none;font-weight:600;font-size:var(--text-sm);letter-spacing:.05em;cursor:pointer;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.search-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg);background:var(--primary-soft)}.search-btn:active{transform:translateY(0)}.search-footer{background:#fff5e6;padding:10px 20px;font-size:.85rem;color:#555;display:flex;justify-content:space-between;align-items:center}.destinations-section{padding:var(--section-padding) 0;text-align:center}.destinations-container{display:flex;align-items:center;justify-content:center;position:relative}.destinations-grid{display:flex;justify-content:center;gap:100px;padding:20px 0;width:100%;overflow-x:auto;scrollbar-width:none}.destinations-grid::-webkit-scrollbar{display:none}.dest-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;padding:24px;border-radius:16px}.dest-item:hover{transform:translateY(-8px);background:#00000005}.dest-icon{width:60px;height:60px;margin-bottom:10px;opacity:.8}.dest-name{font-size:1.1rem;font-weight:600;color:#222;margin-top:5px}.slider-btn{background:#fff;border:1px solid #ddd;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000000d;font-size:1.2rem;color:#555;border-radius:4px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.slider-btn.left{left:-20px}.slider-btn.right{right:-20px}.recent-section{padding:var(--section-padding-sm) 0;text-align:left}.section-title{font-family:var(--font-serif);font-size:var(--text-3xl);font-weight:600;margin-bottom:24px;color:var(--text-dark);letter-spacing:-.02em}.property-card{width:300px;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease,border-color .3s ease}.property-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f,0 0 0 1px #0000000a;border-color:transparent}.property-card .card-img{transition:transform .5s ease}.property-card:hover .card-img{transform:scale(1.04)}.card-img-container{height:200px;background:#eee;position:relative}.card-img{width:100%;height:100%;object-fit:cover}.rating-badge{position:absolute;top:12px;left:12px;background:#fffffff2;padding:6px 10px;border-radius:8px;font-size:var(--text-xs);font-weight:600;display:flex;align-items:center;gap:4px;box-shadow:var(--shadow-md)}.card-content{padding:22px}.card-title{font-size:var(--text-lg);font-weight:600;margin:0 0 6px;color:var(--text-dark)}.card-loc{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:12px;display:flex;align-items:center;gap:6px}.card-details{font-size:var(--text-xs);color:var(--text-light);border-top:1px solid var(--border-light);padding-top:12px;display:flex;gap:16px}.text-gradient{background:linear-gradient(to right,#222,#555);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.offers-section{padding:var(--section-padding) 0;background-color:var(--bg-white)}.tabs-container{display:flex;gap:12px;margin-bottom:25px}.tab-btn{padding:10px 24px;border:1px solid var(--border-light);background:var(--bg-white);border-radius:32px;cursor:pointer;font-size:var(--text-sm);font-weight:500;color:var(--text-muted);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.tab-btn:hover{background:var(--bg-warm);border-color:var(--border-soft);color:var(--text-dark);transform:translateY(-1px)}.tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.tab-btn:active{transform:scale(.98)}.offers-grid{display:flex;gap:20px;overflow-x:auto;padding:10px 5px 20px;scrollbar-width:none}.offers-grid::-webkit-scrollbar{display:none}.offer-card{min-width:340px;border:1px solid var(--border-light);border-radius:18px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:var(--bg-white);box-shadow:var(--shadow-md);transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease}.offer-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.offer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.offer-logo{font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:8px;color:#222}.offer-tag{font-size:.7rem;color:#666;background:#f5f5f5;padding:4px 8px;border-radius:6px;font-weight:600;letter-spacing:.5px}.offer-desc{font-size:.95rem;color:#444;margin-bottom:24px;line-height:1.5}.offer-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.coupon-container{display:flex;align-items:center;gap:10px;background:#f0faff;border:1px dashed #1890ff;border-radius:8px;padding:8px 12px}.coupon-code{color:#1890ff;font-size:.9rem;font-weight:600;border:none;background:transparent}.copy-btn{border:1px solid var(--primary);background:var(--bg-white);color:#222;padding:8px 20px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.copy-btn:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.best-rated-section{padding:var(--section-padding) 0;background:var(--bg-white)}.nav-tabs-scroll{display:flex;gap:16px;margin-top:20px;margin-bottom:30px;overflow-x:auto;white-space:nowrap;scrollbar-width:none;padding-bottom:15px}.nav-tabs-scroll::-webkit-scrollbar{display:none}.best-rated-grid{display:flex;justify-content:center;gap:30px;overflow-x:auto;padding-bottom:20px;scrollbar-width:none}.best-rated-grid::-webkit-scrollbar{display:none}.best-rated-grid .property-card{min-width:300px}.heart-icon{position:absolute;top:12px;right:12px;background:#fff;width:32px;height:32px;border-radius:50%;box-shadow:0 4px 10px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#ccc;transition:color .2s,transform .2s}.heart-icon:hover{color:#ff4d4f;transform:scale(1.1)}.standard-section{padding:60px 0;background-color:#fff}.standard-header{margin-bottom:40px}.standard-title{font-size:2rem;font-family:var(--font-serif);margin-bottom:10px;display:flex;align-items:center;gap:10px}.sparkle-icon{font-size:1.5rem;color:#ff9f43}.standard-subtitle{color:#666;font-size:1rem}.standard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.standard-card{position:relative;border-radius:16px;overflow:hidden;height:400px}.standard-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.standard-card:hover .standard-img{transform:scale(1.05)}.standard-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:30px;color:#fff}.standard-card-title{font-size:1.4rem;font-weight:600;margin-bottom:5px;font-family:var(--font-serif)}.standard-card-desc{font-size:.9rem;opacity:.9}.collection-section{padding:40px 0}.collection-grid{display:flex;gap:20px;overflow-x:auto;padding-bottom:20px;scrollbar-width:none}.collection-grid::-webkit-scrollbar{display:none}.collection-card{min-width:280px;height:350px;border-radius:12px;overflow:hidden;position:relative;cursor:pointer}.collection-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover .collection-img{transform:scale(1.1)}.collection-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;display:flex;align-items:center;justify-content:center;transition:background .3s}.collection-card:hover .collection-overlay{background:#0000004d}.collection-title{color:#fff;font-size:1.5rem;font-family:var(--font-serif);text-align:center;padding:10px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.trusted-section{padding:80px 0;background-color:#fff}.trusted-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;margin:0 auto}.trusted-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 20px;border-radius:16px;transition:transform .35s ease,box-shadow .35s ease}.trusted-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.trusted-icon-box{margin-bottom:20px;position:relative}.trusted-icon-box:after{content:"";position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:#ffecd1;border-radius:50%;z-index:-1}.trusted-title{font-size:1.2rem;font-weight:600;margin-bottom:10px;font-family:var(--font-serif)}.trusted-desc{font-size:.9rem;color:#666;line-height:1.5}.stars-section{padding:20px 0 60px}.stars-grid{display:flex;gap:20px;overflow-x:auto;padding-bottom:20px;scrollbar-width:none}.stars-grid::-webkit-scrollbar{display:none}.star-card{min-width:250px;border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.star-img{width:100%;height:250px;object-fit:cover}.star-content{padding:15px;flex:1;display:flex;flex-direction:column}.star-name{font-size:1rem;font-weight:600;margin-bottom:5px}.star-stay{font-size:.8rem;color:#aaa;margin-bottom:15px;flex:1}.star-view-btn{background:#fff;border:1px solid #333;color:#333;padding:8px;width:100%;border-radius:4px;cursor:pointer;transition:all .2s}.star-view-btn:hover{background:#333;color:#fff}.stats-section{padding:64px 0;border-bottom:1px solid var(--border-light)}.stats-grid{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:var(--text-2xl);font-weight:700;margin-bottom:8px;font-family:var(--font-serif)}.stat-label{font-size:var(--text-sm);color:var(--text-muted);max-width:120px}.stat-divider{width:1px;height:48px;background:var(--border-light)}.blogs-section{padding:40px 0 80px}.blogs-grid{display:flex;gap:20px;overflow-x:auto;padding-bottom:20px;scrollbar-width:none}.blogs-grid::-webkit-scrollbar{display:none}.blog-card{min-width:280px;border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .3s}.blog-card:hover{box-shadow:0 5px 15px #0000001a}.blog-img{width:100%;height:180px;object-fit:cover}.blog-content{padding:15px}.blog-meta{font-size:.75rem;color:#888;margin-bottom:8px}.blog-title{font-size:1rem;font-weight:600;margin-bottom:10px;line-height:1.4}.blog-excerpt{font-size:.85rem;color:#666;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tailored-section{padding:60px 0}.tailored-grid{display:flex;gap:20px;overflow-x:auto;padding-bottom:20px;scrollbar-width:none}.tailored-grid::-webkit-scrollbar{display:none}.tailored-card{min-width:300px;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.tailored-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.tailored-img-box{width:100%;height:180px;position:relative}.tailored-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tailored-card:hover .tailored-img{transform:scale(1.1)}.tailored-overlay-text{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.tailored-overlay-text h3{font-family:serif;font-size:1.8rem;margin:0}.tailored-overlay-text p{font-size:.8rem;letter-spacing:2px;margin-top:5px}.tailored-content{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.tailored-list{list-style:none;padding:0;margin:0 0 20px;font-size:.85rem;color:#555;line-height:1.8}.tailored-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:15px}.tailored-tag{background:#222;color:#c5a059;padding:5px 12px;font-size:.75rem;border-radius:4px;display:flex;align-items:center;gap:5px;font-weight:600}.footer-section{background-color:#0f0f0f;font-family:var(--font-main);margin-top:80px}.footer-container{padding:48px 24px 32px;color:#ffffffd9}.footer-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:24px 32px;margin-bottom:40px;align-items:start}.footer-col{min-width:0}.footer-legal{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:.85rem;color:#ffffffb3}.footer-legal-left{display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px}.footer-legal-left a,.footer-legal-links a{color:inherit;text-decoration:none;transition:color .2s}.footer-legal-left a:hover,.footer-legal-links a:hover{color:#fffffff2}.footer-social-links{display:flex;gap:16px;align-items:center}.footer-social-links a{color:#fffc;transition:color .2s}.footer-social-links a:hover{color:#fff}.footer-tabs{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:16px}.footer-tab{background:none;border:none;color:#fff9;font-size:var(--text-sm);cursor:pointer;padding:8px 0;position:relative;transition:color .25s}.footer-tab:hover{color:#fff}.footer-tab.active{color:#fff;background:#ffffff1a;padding:8px 18px;border-radius:8px}.footer-links-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px 40px;margin-bottom:48px}.footer-link{color:#ffffffd9;text-decoration:none;font-size:var(--text-sm);transition:color .2s}.footer-link:hover{color:#fff}.footer-divider{border-top:1px solid rgba(255,255,255,.08);margin:48px 0}.footer-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-heading{color:#fff;margin-bottom:16px;font-size:.95rem;font-weight:600;letter-spacing:.02em}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:8px;font-size:.875rem}.footer-blue-link{color:#fff;text-decoration:none;transition:color .2s}.footer-blue-link:hover{color:#b0b0b0}.footer-switch-box{background:#333;display:flex;border-radius:4px;margin-bottom:20px;padding:4px}.footer-switch{flex:1;text-align:center;padding:5px;font-size:.85rem;cursor:pointer;color:#888;transition:color .3s}.footer-switch:hover{color:#fff}.footer-switch.active{background:#555;color:#fff;border-radius:4px}.footer-legal{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.social-links{display:flex;gap:20px;color:#fff}@media(max-width:1024px){.container{padding:0 30px}.hero-title{font-size:3rem}.search-input{font-size:.9rem}.destinations-grid{justify-content:flex-start;padding:20px 50px;gap:30px}.standard-grid,.trusted-grid,.footer-bottom-grid{grid-template-columns:repeat(2,1fr);gap:30px}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:24px 32px}}@media(max-width:768px){.container{padding:0 20px}.section-title{font-size:1.3rem}.hero-section{height:70vh}.hero-title{font-size:2.2rem;padding:0 10px}.hero-content{margin-bottom:320px}.search-wrapper{width:92%;top:auto;bottom:-50px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #0000001a}.search-widget{border-radius:12px}.search-inputs,.search-inputs-grid{display:flex!important;flex-direction:column;align-items:stretch;gap:0;padding:0;grid-template-columns:none!important}.search-field{border-right:none;border-bottom:1px solid #eee;padding:15px}.search-btn{width:100%;border-radius:0 0 12px 12px;padding:15px;font-size:1rem}.callback-strip{display:none}.destinations-grid{justify-content:flex-start;padding:20px;gap:20px}.dest-item{min-width:70px}.dest-icon{width:40px;height:40px}.slider-btn{display:none}.property-card{min-width:260px;width:100%}.tailored-grid{flex-direction:column;overflow-x:auto;flex-direction:row;padding-bottom:25px;scroll-snap-type:x mandatory}.tailored-card{min-width:85vw;scroll-snap-align:center}.stats-grid{flex-direction:column;gap:30px}.stat-divider{width:100%;height:1px}.trusted-grid{grid-template-columns:1fr;gap:40px}.standard-grid{grid-template-columns:1fr}.standard-card{height:300px}.footer-section{margin-top:20px}.footer-links-grid,.footer-bottom-grid{grid-template-columns:1fr;text-align:center;gap:30px}.footer-tabs{gap:10px}.footer-tab{font-size:.8rem}.footer-legal{flex-direction:column;gap:20px;text-align:center}.footer-legal-left,.footer-social-links,.social-links{justify-content:center}.guest-popup{position:fixed;width:100%!important;left:0!important;bottom:0!important;top:auto!important;margin:0!important;border-radius:20px 20px 0 0!important;z-index:2000;box-shadow:0 -10px 40px #0003!important}.guest-popup:before{content:"";display:block;width:40px;height:4px;background:#ddd;margin:0 auto 15px;border-radius:2px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:30px}.glass-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268712;border-radius:16px;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #1f268726}.btn{padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s;border:none;font-size:.9rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.btn-secondary{background:transparent;border:1px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}@media(max-width:768px){.grid-cards{grid-template-columns:1fr}}.footer-section a,.footer-section .footer-link,.footer-section li a{color:#fff}.footer-section a:hover,.footer-section .footer-link:hover,.footer-section li a:hover{color:#b0b0b0}@media(max-width:768px){.grid-cards{grid-template-columns:1fr;gap:20px}.glass-card{padding:20px}}.detox-experience-section{padding:80px 0;background-color:#f9fbf9}.detox-content{display:flex;align-items:center;gap:50px;flex-wrap:wrap}.detox-text{flex:1;min-width:300px}.detox-title{font-size:2.5rem;font-family:"serif";color:#1b5e20;margin-bottom:10px}.detox-subtitle{font-size:1.2rem;color:#4caf50;margin-bottom:30px;font-weight:500}.detox-features{display:flex;gap:30px;margin-bottom:30px;flex-wrap:wrap}.detox-feature{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:.9rem;font-weight:600;color:#333;text-align:center}.detox-description{line-height:1.8;color:#555;font-size:1.1rem}.detox-image{flex:1;min-width:300px}.detox-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #0000001a}.wellness-section{padding:80px 0}.wellness-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px}.wellness-card{background:#fff;padding:30px 10px;border-radius:15px;text-align:center;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.wellness-card:hover{transform:translateY(-5px)}.wellness-icon{font-size:2rem;color:#2e7d32;margin-bottom:15px}.wellness-card h3{font-size:1rem;color:#333}.activities-section{padding:80px 0;background-color:#fff}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.wellness-section{padding:80px 20px;background:#fdfdfd}.wellness-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.wellness-card{background:#fff;padding:30px 20px;border-radius:20px;text-align:center;box-shadow:0 10px 30px #00000008;transition:all .3s ease;border:1px solid #f0f0f0}.wellness-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000014}.wellness-icon-wrapper{font-size:2.5rem;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.wellness-title{font-size:1.1rem;font-weight:600;color:#333}.detox-section{padding:100px 0;background-color:#f7f9f7;overflow:hidden}.detox-flex{display:flex;align-items:center;gap:60px}.detox-content{flex:1}.detox-tag{color:#27ae60;font-weight:700;font-size:.9rem;letter-spacing:2px;margin-bottom:15px}.detox-title{font-family:var(--font-serif);font-size:3rem;margin-bottom:25px;line-height:1.2}.detox-desc{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:40px}.detox-stats{display:flex;gap:40px}.stat-item{display:flex;flex-direction:column}.stat-num{font-size:2rem;font-weight:800;color:#2c3e50;font-family:var(--font-serif)}.stat-label{font-size:.85rem;text-transform:uppercase;color:#888;letter-spacing:1px}.detox-image-container{flex:1;position:relative}.detox-img{width:100%;height:500px;object-fit:cover;border-radius:30px;box-shadow:0 20px 50px #00000026}.activities-section{padding:80px 20px}.activities-tabs{display:grid;grid-template-columns:1fr 2fr;gap:50px;background:#fff;padding:40px;border-radius:24px;box-shadow:0 15px 45px #0000000d}.group-title{font-size:1.3rem;font-weight:700;margin-bottom:25px;color:#2c3e50}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-list li{display:flex;align-items:center;gap:12px;font-size:1rem;color:#444}.activity-pills{display:flex;flex-wrap:wrap;gap:12px}.activity-pill{padding:10px 20px;background:#f0f0f0;border-radius:50px;font-size:.9rem;font-weight:500;color:#555;transition:all .2s;cursor:default}.activity-pill:hover{background:#000;color:#fff}@media(max-width:1024px){.wellness-grid{grid-template-columns:repeat(2,1fr)}.detox-flex{flex-direction:column;gap:40px}.activities-tabs{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){.detox-title{font-size:2.2rem}.stat-num{font-size:1.5rem}.detox-img{height:350px}.wellness-grid{gap:15px}.wellness-card{padding:20px 10px}}.foryou-section{padding:60px 0;background:#fff}.foryou-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:0;align-items:stretch}.foryou-content h2{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:20px;color:#333}.foryou-text{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:30px}.foryou-features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.foryou-feature{display:flex;align-items:center;gap:12px;font-weight:600;color:#444}.foryou-image{width:100%;height:450px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px #0000001a}.choices-section{padding:60px 0;background:#fdfdfd}.choices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.choice-card{background:var(--bg-white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .35s ease,box-shadow .35s ease;border:1px solid var(--border-light)}.choice-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.choice-img{width:100%;height:200px;object-fit:cover}.choice-content{padding:25px;text-align:center}.choice-title{font-size:1.3rem;font-weight:700;margin-bottom:10px}.choice-desc{font-size:.95rem;color:#666;margin-bottom:20px}.choice-btn{display:inline-block;padding:10px 25px;background:#000;color:#fff;border-radius:30px;font-weight:600;text-decoration:none;transition:background .3s}.choice-btn:hover{background:#333}@media(max-width:768px){.foryou-grid{grid-template-columns:1fr}.foryou-image{height:300px}.choices-grid{grid-template-columns:1fr}}.coming-soon-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-layout{display:flex;flex-direction:row;background:var(--bg-white);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-xl);border:1px solid var(--border-light)}.contact-info-panel{flex:1;background:var(--primary);color:#fff;padding:64px 48px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.contact-form-panel{flex:1.5;padding:64px 56px;background:var(--bg-white)}.contact-form{display:flex;flex-direction:column;gap:24px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-title{font-family:var(--font-serif);font-size:var(--text-4xl);font-weight:600;margin:0 0 12px;letter-spacing:-.02em}@media(max-width:480px){.hero-title{font-size:1.75rem}.sale-badge{font-size:.8rem;padding:8px 16px}.section-title{font-size:1.2rem}.container{padding:0 16px}.offer-card{min-width:280px}.best-rated-section h2,.section-title{font-size:1.15rem}}@media(min-width:769px)and (max-width:1024px){.search-inputs-grid{grid-template-columns:1fr 1fr 1fr auto}.search-field:nth-child(1){grid-column:1 / -1}}@media(max-width:768px){.app-container>div{padding-top:56px!important}.contact-page{padding:30px 16px!important}.contact-layout{flex-direction:column}.contact-info-panel,.contact-form-panel{padding:40px 24px}.contact-form-row{grid-template-columns:1fr}.contact-title{font-size:2rem!important}.wellness-grid{grid-template-columns:repeat(2,1fr)!important;gap:15px}.wellness-card{padding:20px 10px!important}.wellness-title{font-size:.95rem!important}.coming-soon-grid{grid-template-columns:1fr!important;gap:30px!important}.culinary-grid{grid-template-columns:1fr!important}.best-rated-section>div:first-child{flex-direction:column;align-items:flex-start;gap:15px}}@media(max-width:375px){.navbar-container{padding:0 12px}.navbar-logo{font-size:1.2rem}.hero-title{font-size:1.5rem}.destinations-grid{gap:15px}.dest-item{min-width:60px;padding:15px}.property-card{min-width:240px!important}.offer-card{min-width:260px}}@supports (padding: max(0px)){.navbar{padding-left:max(15px,env(safe-area-inset-left));padding-right:max(15px,env(safe-area-inset-right))}.search-wrapper{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.footer-section{padding-bottom:env(safe-area-inset-bottom)}}.login-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;height:100dvh;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:.5rem;padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));padding-bottom:max(.5rem,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch;animation:fadeIn .3s ease-out}@media(min-width:768px){.login-popup-overlay{padding:1rem}.close-btn{top:1rem;right:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-popup-container{background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;width:100%;max-width:820px;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);display:flex;flex-direction:column;position:relative;min-height:0;margin:auto}@media(max-width:767px){.login-popup-container{min-height:300px;max-height:calc(100vh - 1rem);max-height:calc(100dvh - 1rem)}}@media(min-width:768px){.login-popup-container{flex-direction:row;min-height:480px}}.close-btn{position:absolute;top:.75rem;right:.75rem;z-index:20;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;box-shadow:0 2px 4px #0000001a;transition:all .2s}.close-btn:hover{color:#000;transform:scale(1.1)}.popup-left{position:relative;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex-shrink:0;order:2;min-height:120px;max-height:140px;padding:0}@media(min-width:768px){.popup-left{order:1;width:40%;min-height:300px;max-height:none;padding:2rem}}.popup-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.popup-overlay-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.popup-content-left{position:relative;z-index:2;max-width:90%}.brand-placeholder{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;letter-spacing:.1em;border:2px solid white;padding:.25rem 1rem;margin-bottom:2rem;display:inline-block}.popup-title{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.1}.popup-subtitle{font-size:1.1rem;font-weight:300;font-style:italic;opacity:.9;margin-bottom:1.5rem}.popup-description{font-size:.875rem;opacity:.8;margin-bottom:2rem;line-height:1.6}.price-badge{display:inline-block;border:1px solid white;padding:.5rem 1rem;border-radius:4px;font-weight:600;font-size:.9rem;letter-spacing:.05em;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-right{background:#fff;padding:1.5rem 1.25rem;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;order:1}@media(min-width:768px){.popup-right{order:2;width:60%;padding:2.5rem 4rem}}.form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;min-height:36px}.login-signup-tabs{display:flex;gap:.5rem;background:#f3f4f6;padding:4px;border-radius:8px}.tab-btn{padding:.5rem 1.25rem;border:none;background:transparent;font-size:.9rem;font-weight:600;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s}.tab-btn:hover{color:#1a1a1a}.tab-btn.tab-active{background:#fff;color:#1a1a1a;box-shadow:0 1px 2px #0000000d}.inline-link{background:none;border:none;color:#1a1a1a;font-weight:600;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.inline-link:hover{color:#000}.form-footer.terms{margin-top:.5rem;font-size:.65rem}.back-link{background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:#333;display:flex;align-items:center;gap:.5rem;padding:0}.back-link:hover{text-decoration:underline}.form-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;flex-shrink:0}@media(min-width:768px){.form-title{font-size:1.6rem;margin-bottom:1.25rem}}.form-container{width:100%}.input-group{margin-bottom:1rem}@media(min-width:768px){.input-group{margin-bottom:1.25rem}}.input-label{display:block;font-size:.85rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}.required-star{color:#ef4444}.phone-input-wrapper{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;background:#fff;overflow:hidden;transition:all .2s}.phone-input-wrapper:focus-within{border-color:#000;box-shadow:0 0 0 1px #000}.country-code{display:flex;align-items:center;padding:0 1rem;background:#f9fafb;border-right:1px solid #e5e7eb;height:2.8rem;font-weight:500;color:#374151;font-size:.9rem}.dropdown-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #6b7280;margin-left:.5rem}.custom-input{flex:1;border:none;padding:0 1rem;height:2.8rem;font-size:16px;font-weight:500;color:#1f2937;outline:none;width:100%}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.form-grid .input-group{margin-bottom:0}@media(min-width:480px){.form-grid{grid-template-columns:1fr 1fr}}.standard-input{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:0 1rem;height:2.75rem;font-size:16px;min-width:0;font-weight:400;color:#1a1a1a;outline:none;transition:all .2s ease;background:#fff;box-sizing:border-box}.standard-input::placeholder{color:#94a3b8}.standard-input:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d}.standard-select{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:0 1rem;height:2.75rem;font-size:16px;font-weight:400;outline:none;background:#fff;appearance:none;cursor:pointer;color:#1a1a1a;transition:all .2s ease;box-sizing:border-box}.standard-select:focus{border-color:#000;box-shadow:0 0 0 1px #000}.select-wrapper{position:relative}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.submit-btn{width:100%;background-color:#1a1a1a;color:#fff;font-weight:700;padding:1rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;letter-spacing:.02em;transition:background-color .2s;margin-top:.5rem}.submit-btn:hover{background-color:#000}.form-footer{font-size:.7rem;color:#9ca3af;text-align:center;margin-top:1rem;line-height:1.4}.footer-link{color:#4b5563;text-decoration:underline}.footer-link:hover{color:#1a1a1a}.space-y-4>*+*{margin-top:1rem}.check-icon{color:#10b981;margin-right:1rem;font-size:1.1rem;flex-shrink:0}.spinner{animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.04);box-shadow:0 1px 3px #0000000a;padding:14px 0;font-family:Inter,-apple-system,sans-serif;transition:background .3s ease,box-shadow .3s ease}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 40px}@media(max-width:768px){.navbar-container{padding:0 20px}}.navbar-logo{font-size:1.5rem;font-weight:700;font-family:Playfair Display,Georgia,serif;letter-spacing:-.03em;color:#0a0a0a;text-decoration:none;z-index:1001;transition:opacity .2s}.navbar-logo:hover{opacity:.85}.navbar-menu{display:flex;align-items:center;gap:30px}.nav-links{display:flex;gap:30px;align-items:center;list-style:none;margin:0;padding:0}.nav-links a{font-size:.9rem;font-weight:500;color:#444;text-decoration:none;position:relative;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#0a0a0a;transition:width .25s ease}.nav-links a:hover{color:#0a0a0a}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:20px}.nav-icon{font-size:1.2rem;cursor:pointer;color:#333}.btn-get-touch{background:#0a0a0a;color:#fff;padding:10px 22px;border-radius:32px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:10px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 2px 8px #00000014}.btn-get-touch:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000001f;background:#1a1a1a}.mobile-toggle{display:none;font-size:1.5rem;cursor:pointer;z-index:1002;color:#000}@media(max-width:768px){.mobile-toggle{display:block}.navbar-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;padding-top:120px;gap:40px;transition:right .3s ease-in-out;box-shadow:-5px 0 15px #0000001a;z-index:1000}.navbar-menu.active{right:0}.nav-links{flex-direction:column;gap:30px;text-align:center}.nav-links a{font-size:1.4rem;font-weight:600;letter-spacing:-.01em}.nav-actions{flex-direction:column;gap:30px;align-items:center;width:100%}.nav-actions .nav-icon{font-size:1.5rem}.user-name-text{font-size:1.1rem;font-weight:600!important}}.properties-page-container{max-width:1280px;margin:0 auto;padding:48px;display:grid;grid-template-columns:280px 1fr;gap:48px}@media(max-width:768px){.properties-page-container{padding:16px;gap:20px}.results-header{flex-direction:column;align-items:flex-start;gap:15px}}@media(max-width:480px){.properties-page-container{padding:12px}.card-image-section{min-height:200px}.card-info-section{padding:16px}}.filters-sidebar{background:#fff;padding:24px;border-right:1px solid #e8e6e3;border-radius:16px;height:fit-content;box-shadow:0 2px 12px #0000000a}.filters-sidebar input[type=text],.filters-sidebar input[type=number]{box-sizing:border-box}.filter-group{margin-bottom:25px;border-bottom:1px solid #f0f0f0;padding-bottom:20px}.filter-group:last-child{border-bottom:none}.filter-title{font-size:1rem;font-weight:600;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.price-inputs{display:flex;gap:10px;align-items:center}.price-field{width:100%;padding:10px 12px;border:1px solid #e8e6e3;border-radius:8px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.price-field:focus{outline:none;border-color:#0a0a0a;box-shadow:0 0 0 2px #0a0a0a14}.apply-btn{width:100%;margin-top:12px;padding:12px;background:#fff;border:1px solid #0a0a0a;font-weight:600;font-size:.9rem;cursor:pointer;border-radius:10px;transition:background .2s,transform .2s}.apply-btn:hover{background:#0a0a0a;color:#fff;transform:translateY(-1px)}.checkbox-list{display:flex;flex-direction:column;gap:10px}.checkbox-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#444;cursor:pointer}.checkbox-item input{cursor:pointer}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.results-count{font-size:1.2rem;font-weight:600;font-family:var(--font-serif)}.sort-dropdown{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff}.property-wide-card{display:grid;grid-template-columns:350px 1fr 220px;background:#fff;border:1px solid #e8e6e3;border-radius:18px;overflow:hidden;margin-bottom:24px;transition:box-shadow .35s ease,transform .3s ease}.property-wide-card:hover{box-shadow:0 15px 40px #00000014}.card-image-section{position:relative;height:100%;min-height:250px;background:#eee}.card-image-section img{width:100%;height:100%;object-fit:cover}.card-info-section{padding:20px;border-right:1px solid #f0f0f0}.card-title-wide{font-size:1.3rem;font-weight:700;margin-bottom:5px;color:#222}.card-location-wide{color:#666;font-size:.9rem;margin-bottom:15px;display:flex;align-items:center;gap:5px}.card-specs{font-size:.85rem;color:#555;margin-bottom:15px;display:flex;gap:15px}.amenities-preview{display:flex;gap:15px;margin-top:20px}.amenity-icon-item{text-align:center;font-size:.75rem;color:#666;display:flex;flex-direction:column;align-items:center;gap:5px}.card-price-section{padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right;background:#fafafa}.price-original{text-decoration:line-through;color:#888;font-size:.9rem}.price-final{font-size:1.4rem;font-weight:700;color:#00a000;margin-bottom:5px}.price-unit{font-size:.75rem;color:#666;margin-bottom:15px}.view-deal-btn{background:#000;color:#fff;border:none;padding:10px 25px;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.view-deal-btn:hover{background:#333}.filters-toggle-btn{display:none;align-items:center;gap:8px;padding:8px 16px;background:#000;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer}.filters-close-btn{display:none;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1;padding:0}@media(max-width:900px){.properties-page-container{grid-template-columns:1fr}.filters-toggle-btn{display:flex}.filters-sidebar{display:none;position:fixed;inset:0;z-index:1000;overflow-y:auto;border-right:none;padding:20px;background:#fff;box-shadow:0 0 0 100vmax #0000004d}.filters-sidebar.filters-sidebar-open,.filters-close-btn{display:block}.property-wide-card{grid-template-columns:1fr}.card-info-section{border-right:none;border-bottom:1px solid #f0f0f0}.card-price-section{align-items:center;text-align:center;flex-direction:row;justify-content:space-between}.view-deal-btn{width:auto}}.property-details-container{max-width:1320px;margin:0 auto;padding:40px 40px 80px;font-family:Inter,sans-serif;color:#222;-webkit-font-smoothing:antialiased}.mobile-only{display:none!important}.desktop-only{display:block}.desktop-flex{display:flex}.pd-header{padding:20px 0;border-bottom:1px solid #eee;margin-bottom:20px;display:flex;justify-content:space-between}.pd-title-section{margin-bottom:20px}.pd-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin:0 0 5px;display:flex;align-items:center;gap:10px}.pd-location{color:#666;font-size:1rem;margin-bottom:15px}.pd-stats-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:.9rem;color:#444;margin-top:10px}.pd-section-compact{margin-top:20px}.badge-guest-fave{background:#fff0f0;border:1px solid #ffd0d0;color:#d32f2f;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:4px}.stat-item{display:flex;align-items:center;gap:6px;background:#f7f7f7;padding:6px 12px;border-radius:4px;font-size:.85rem;font-weight:500;color:#333}.btn-brochure{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #ddd;padding:6px 12px;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-brochure:hover{border-color:#333}.pd-tabs{display:flex;align-items:center;gap:30px;border-bottom:1px solid #ddd;margin-bottom:30px;position:sticky;top:0;background:#fff;z-index:100;padding-top:10px;overflow-x:auto;white-space:nowrap}.pd-tabs::-webkit-scrollbar{height:0px;background:transparent}.pd-tab-btn{background:none;border:none;padding:12px 0;font-size:.95rem;color:#666;cursor:pointer;position:relative;font-weight:500}.pd-tab-btn.active{color:#000;font-weight:700}.pd-tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:var(--primary-color, #d32f2f)}.pd-layout-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;position:relative;align-items:start}.pd-main-gallery-grid{display:grid;grid-template-columns:2fr 1fr;gap:10px;height:450px;margin-bottom:30px;border-radius:12px;overflow:hidden}.pd-main-img-cont{position:relative;height:100%}.pd-main-img-cont .mobile-gallery-slider{width:100%;height:100%;overflow:hidden}.pd-main-img-cont .main-img-desktop{width:100%;height:100%;object-fit:cover;display:block}.pd-main-img-cont .mobile-img-slide{display:none}.pd-sub-imgs{display:flex;flex-direction:column;gap:10px;height:100%}.pd-sub-img-cont{height:50%;position:relative;overflow:hidden}.pd-sub-img-cont img{width:100%;height:100%;object-fit:cover}.btn-view-photos{position:absolute;bottom:20px;right:20px;background:#fff;color:#000;border:none;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 10px #00000026}.pd-section{margin-bottom:45px;border-bottom:1px solid #eee;padding:0 20px 30px}.pd-section-header{border-left:4px solid var(--accent-color, #ff6b6b);padding-left:15px;margin-bottom:25px;display:flex;align-items:center}.pd-section-header h3{margin:0!important;font-size:1.6rem;font-family:Playfair Display,serif;font-weight:700}.pd-about-intro{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:18px;margin-bottom:18px}.pd-about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.pd-about-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px;box-shadow:0 6px 18px #0000000a}.pd-about-card h4{margin:0 0 10px;font-size:1.05rem;font-weight:700;color:#222}.pd-richtext p{margin:0 0 10px;color:#555;line-height:1.7;font-size:.95rem;white-space:pre-wrap}.pd-richtext p:last-child{margin-bottom:0}.pd-richtext ul{margin:0 0 10px 18px;padding:0;color:#555;line-height:1.7;font-size:.95rem}.pd-richtext ul:last-child{margin-bottom:0}.pd-richtext li{margin:4px 0}.pd-section-compact{margin-bottom:35px;border-bottom:1px solid #f9f9f9;padding:0 20px 25px}.pd-section h3{font-size:1.4rem;margin-bottom:20px;font-weight:700;font-family:Playfair Display,serif}.amenities-grid{display:flex;gap:25px;flex-wrap:wrap}.amenity-item-box{display:flex;flex-direction:column;align-items:center;gap:12px;width:110px;text-align:left;align-items:flex-start}.amenity-icon-circle{width:50px;height:50px;border-radius:50%;background:#f9f9f9;border:1px solid #eee;display:flex;align-items:center;justify-content:center;color:#444;font-size:1.2rem}.amenity-label{font-size:.8rem;color:#555;line-height:1.2}.connect-host-bar{background:#f8f9fa;border-radius:12px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.btn-callback-outline{background:transparent;border:1px solid #333;padding:10px 20px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem}.btn-callback-outline:hover{background:#333;color:#fff}.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.exp-card{height:160px;position:relative;border-radius:8px;overflow:hidden}.exp-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.exp-card:hover img{transform:scale(1.05)}.exp-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:15px;color:#fff;font-weight:600;text-align:center;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}.spaces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:40px}.space-card{background:#fff;border:none;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.space-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.space-img-wrapper{position:relative;height:180px}.space-img-wrapper img{width:100%;height:100%;object-fit:cover}.space-badge{position:absolute;top:10px;right:10px;background:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:600}.space-label-overlay{position:absolute;bottom:10px;left:10px;color:#fff;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.space-details{padding:15px;font-size:.85rem;color:#444}.space-details li{margin-bottom:6px;list-style-type:disc;margin-left:15px}.reviews-container-box{border:1px solid #eee;border-radius:12px;padding:30px;display:flex;gap:40px;align-items:flex-start}.reviews-summary-card{flex:1;min-width:250px}.rating-big-display{text-align:center;margin-bottom:15px}.rating-num{font-size:3rem;font-weight:700;line-height:1}.rating-sub{font-size:.9rem;color:#666}.reviews-filter-pills{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.review-pill{padding:6px 14px;border-radius:20px;border:1px solid #ddd;background:#fff;font-size:.85rem;cursor:pointer;color:#555}.review-pill.active{border-color:#000;background:#f0f0f0;color:#000;font-weight:600}.review-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;margin-top:20px}.review-user-card{border:1px solid #eee;border-radius:8px;padding:20px}.user-header{display:flex;gap:12px;align-items:center;margin-bottom:10px}.user-avatar{width:40px;height:40px;background:#ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1rem}.policy-timeline-container{position:relative;padding-top:20px}.policy-timeline-line{border-top:2px dashed #ddd;position:relative;margin-top:10px;margin-bottom:30px}.policy-points{display:flex;justify-content:space-between}.policy-point{text-align:center;position:relative;flex:1}.policy-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;position:relative;top:-14px;background:#fff;z-index:2}.check-green{color:green;border:1px solid green}.check-yellow{color:#f59e0b;border:1px solid #f59e0b}.check-red{color:red;border:1px solid red}.policy-card-text{font-size:.85rem;color:#333;font-weight:600}.policy-sub{font-size:.75rem;color:#666;margin-top:4px}.booking-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #00000014;position:sticky;top:100px;border:1px solid rgba(0,0,0,.04)}.price-header{margin-bottom:20px}.price-large{font-size:1.8rem;font-weight:700;color:#222}.price-meta{font-size:.8rem;color:#666}.date-picker-row{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ddd;border:1px solid #ccc;border-radius:8px 8px 0 0;overflow:hidden;margin-bottom:0}.date-input-box{background:#fff;padding:10px;display:flex;flex-direction:column}.date-label{font-size:.65rem;font-weight:700;text-transform:uppercase;color:#444;margin-bottom:4px}.input-date-styled{border:none;outline:none;width:100%;font-size:.9rem;color:#666;padding:0;cursor:pointer}.guests-config-row{background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 8px 8px;padding:12px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.green-offer-bar{background:#e6fffa;color:#047857;font-size:.8rem;text-align:center;padding:8px;border-radius:4px;margin:10px 0 15px;display:flex;justify-content:center;align-items:center;gap:6px}.btn-select-dates{width:100%;background:#1a1a1a;color:#fff;border:none;padding:14px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.btn-select-dates:hover{background:#000}.cancel-policy-link{display:block;text-align:center;margin-top:15px;font-size:.75rem;color:#666}.booking-host-row{margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.btn-small-outline{font-size:.75rem;padding:6px 12px;border-radius:20px;border:1px solid #ccc;background:#fff;cursor:pointer}@media(max-width:768px){.mobile-only{display:block!important}.mobile-only.desktop-flex{display:flex!important}.desktop-only{display:none!important}.property-details-container{padding:0;max-width:100%;overflow-x:hidden}.pd-mobile-header{position:fixed;top:0;left:0;width:100%;height:60px;background:transparent;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:0 15px;color:#fff;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent);pointer-events:none}.pd-mobile-header *{pointer-events:auto}.mobile-back-btn{color:#fff;font-size:1.2rem;background:#0003;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-header-title{font-weight:600;font-size:1rem;opacity:0;display:none}.mobile-header-actions{display:flex;gap:10px}.mobile-action-btn{background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;font-size:.9rem;cursor:pointer}.mobile-user-btn{background:#222;color:#fff;width:36px;height:36px;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.pd-main-gallery-grid{display:block;height:50vh;margin:0;border-radius:0}.pd-main-img-cont{width:100%;height:100%}.pd-main-img-cont .mobile-gallery-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;height:100%}.pd-main-img-cont .mobile-gallery-slider::-webkit-scrollbar{display:none}.pd-main-img-cont .main-img-desktop,.pd-main-img-cont .mobile-img-slide{display:block!important;min-width:100%;height:100%;object-fit:cover;scroll-snap-align:center}.mobile-heart-icon{position:absolute;top:20px;right:20px;background:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;font-size:1rem;box-shadow:0 2px 8px #0003}.mobile-carousel-dots{position:absolute;bottom:20px;left:20px;display:flex;gap:6px}.dot{width:8px;height:8px;background:#ffffff80;border-radius:50%}.dot.active{background:#fff;transform:scale(1.2)}.gallery-controls-overlay{bottom:20px;right:20px}.hide-on-mobile{display:none}.mobile-only-text{font-size:.75rem;line-height:1}.pd-layout-grid{display:block;background:#fff;margin-top:-20px;border-radius:20px 20px 0 0;position:relative;z-index:10;padding:25px 20px 100px}.pd-left-content{width:100%}.pd-title-section{margin-bottom:20px}.pd-title{font-size:1.8rem;margin-bottom:5px}.mobile-brochure-row{display:flex;justify-content:flex-end;margin-top:-40px;margin-bottom:20px}.btn-brochure-pink{background:#fff0f0;color:#ff4d4f;border:1px solid #ffccc7;padding:6px 12px;border-radius:4px;font-size:.8rem;display:flex;align-items:center;gap:6px;font-weight:500}.pd-stats-row.mobile-scroll-stats{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:10px;padding-bottom:5px;scrollbar-width:none}.pd-stats-row::-webkit-scrollbar{display:none}.stat-item-blue{background:#e6f7ff;color:#0050b3;padding:6px 12px;border-radius:6px;font-size:.8rem;white-space:nowrap;display:flex;align-items:center;gap:5px;font-weight:500}.pd-section-compact{margin-bottom:20px}.mobile-bottom-bar{position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:12px 20px;box-shadow:0 -4px 20px #0000001a;z-index:1000;display:flex;justify-content:space-between;align-items:center}.mobile-bottom-price{display:flex;flex-direction:column}.price-text{font-size:1.1rem;font-weight:700;color:#222}.guest-text{font-size:.75rem;color:#666;display:flex;align-items:center}.mobile-select-btn{background:#222;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-weight:600;font-size:1rem}.mobile-booking-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;display:flex;align-items:flex-end}.mobile-booking-modal{background:#fff;width:100%;border-radius:20px 20px 0 0;padding:20px;animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.modal-header h2{font-family:Playfair Display,serif;margin:0;font-size:1.5rem}.modal-price-line{margin-bottom:20px}.modal-price-line .price{font-size:1.2rem;font-weight:700;margin-right:8px}.modal-price-line .meta{font-size:.85rem;color:#666}.modal-grid-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#eee;border:1px solid #ddd;border-radius:12px;overflow:hidden;margin-bottom:20px}.modal-input-box{background:#fff;padding:15px}.modal-input-box label{font-size:.75rem;color:#888;display:block;margin-bottom:4px}.modal-input-box .val{font-weight:600;font-size:1rem}.green-text-center{text-align:center;color:#047857;font-weight:500;margin-bottom:20px}.modal-footer-action{text-align:center}.btn-select-dates-large{width:100%;background:#222;color:#fff;padding:15px;border-radius:8px;font-size:1.1rem;font-weight:600;border:none}.reviews-container-box{flex-direction:column;gap:20px;padding:15px}.rating-big-display{display:flex;align-items:center;justify-content:flex-start;gap:20px}.review-cards-grid{grid-template-columns:1fr}.experience-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:769px)and (max-width:1024px){.property-details-container{padding:0 20px 60px}.pd-layout-grid{grid-template-columns:1.6fr 1fr;gap:20px}.pd-title{font-size:2rem}.amenity-item-box{width:70px}.amenities-grid{gap:15px}.experience-grid{grid-template-columns:repeat(3,1fr)}.policy-points{gap:10px}.policy-card-text{font-size:.75rem}.btn-callback-outline{padding:8px 15px;font-size:.8rem}}.experience-grid .exp-card:hover .food-order-icon{transform:scale(1.2);background:#d32f2f!important;color:#fff!important}.animate-scale-up{transition:transform .3s ease}.animate-scale-up:hover{transform:translateY(-5px) scale(1.02)}.profile-container{max-width:800px;margin:40px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d}.profile-header{margin-bottom:30px;text-align:center}.profile-title{font-family:var(--font-serif);font-size:2rem;margin-bottom:10px}.profile-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:span 2}.form-label{font-size:.9rem;color:var(--text-light);font-weight:500}.form-input,.form-select{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:var(--font-main);transition:border-color .3s}.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary-color)}.save-btn{grid-column:span 2;background:var(--primary-color);color:#fff;border:none;padding:15px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:10px;transition:opacity .3s}.save-btn:hover{opacity:.9}.save-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:600px){.profile-form{grid-template-columns:1fr}.form-group.full-width,.save-btn{grid-column:span 1}}.fav-card{transition:transform .3s ease,box-shadow .3s ease}.fav-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a!important}.fav-card button{transition:all .2s ease}.fav-card button:hover{background:#ff6b6b!important;color:#fff!important;transform:scale(1.1)}
