:root{--accent:#e05636;--accent-dark:#c74b2f;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-200:#fed7aa;--white:#fff;--star:#f5a623}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{color:var(--gray-800);background:#f8f9fa;width:100%;min-height:100vh;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow-x:hidden}::selection{background:var(--accent);color:var(--white)}img{max-width:100%;height:auto;display:block}button{font-family:inherit}.accent{color:var(--accent)}.announcement{background:var(--accent);color:var(--white);text-align:center;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;display:flex}@media (min-width:640px){.announcement{font-size:.875rem}}.icon-zap{flex-shrink:0}.header{background:var(--white);z-index:1000;border-bottom:1px solid var(--gray-100);transition:box-shadow .3s;position:sticky;top:0}.header.scrolled{box-shadow:0 4px 6px -1px #0000001a}.header-inner{justify-content:space-between;align-items:center;max-width:80rem;height:4rem;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:640px){.header-inner{padding:0 1.5rem}}@media (min-width:1024px){.header-inner{padding:0 2rem}}.logo-wrap{cursor:pointer;align-items:center;display:flex}.header-right{align-items:center;gap:1rem;display:flex}.phone-link{color:var(--gray-700);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:none}.phone-link:hover{color:var(--accent)}.desktop-only{display:none}@media (min-width:640px){.phone-link{display:inline-flex}}.btn-book{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;box-shadow:0 1px 2px #0000000d}.mobile-only{display:inline-block}@media (min-width:1024px){.desktop-only{display:flex}.mobile-only,.btn-book.mobile-only{display:none}}.container{flex-direction:column;gap:2rem;max-width:80rem;margin:0 auto;padding:1.5rem 1rem 3rem;display:flex}@media (min-width:1024px){body{padding-bottom:0}.container{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem;padding:2.5rem 2rem 3rem}}.content-col{flex-direction:column;gap:3rem;width:100%;display:flex}@media (min-width:1024px){.content-col{width:60%}.form-col{z-index:10;width:35%;height:fit-content;position:sticky;top:6rem}}@media (min-width:1280px){.content-col{width:65%}}.hero{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:1024px){.hero{text-align:left;align-items:flex-start;gap:1.25rem}}.section-fade{animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.badge-pill{border:1px solid var(--orange-200);color:var(--accent);background:#ffedd5cc;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin:0 auto;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #0000000d}@media (min-width:1024px){.badge-pill{margin:0}}.hero-title{color:var(--gray-900);letter-spacing:-.025em;margin:0;font-size:2rem;font-weight:800;line-height:1.15}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{max-width:600px;font-size:3.75rem}}.accent-underline{color:var(--accent);display:inline-block;position:relative}.hero-desc{color:var(--gray-600);max-width:36rem;margin:0;font-size:1rem;line-height:1.5}@media (min-width:768px){.hero-desc{font-size:1.125rem;line-height:1.625}}.hero-form-mobile{display:none}@media (max-width:1023px){.hero-form-mobile{z-index:50;width:100%;max-width:450px;margin-top:.5rem;display:block;position:relative}.hero-image-wrap{display:none}}.hero-image-wrap{border-radius:1.5rem;width:100%;height:300px;margin-top:.5rem;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}@media (min-width:640px){.hero-image-wrap{height:400px}}.hero-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.hero-image-wrap:hover .hero-img{transform:scale(1.05)}.hero-overlay{background:linear-gradient(#0000,#0000001a,#0009);position:absolute;inset:0}.hero-trust{justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.hero-trust-avatars{gap:-8px;display:flex}.hero-trust-avatars img{margin-left:-8px}.hero-trust-avatars img:first-child{margin-left:0}.round-avatar{border:2px solid var(--white);object-fit:cover;border-radius:9999px}.hero-trust-text{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gray-900);background:#fffffff2;border-radius:1rem;padding:.75rem;font-size:.875rem;font-weight:700;box-shadow:0 10px 15px -3px #0000001a}.hero-trust-text .muted{color:var(--gray-500);font-size:.75rem;font-weight:500}.stats-grid{background:var(--white);border:1px solid var(--gray-100);z-index:10;border-radius:1rem;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;margin:1.5rem 0 0;padding:1rem;display:grid;position:relative;box-shadow:0 1px 3px #0000000d}@media (max-width:768px){.stats-grid{display:none}.stat-item{text-align:center;padding:0;border:none!important}.stat-item:not(:last-child){border-right:1px solid var(--gray-100)!important}.stat-num{justify-content:center;margin-bottom:.1rem;font-size:1.1rem}.stat-label{color:var(--gray-500);font-size:.55rem;line-height:1.2;display:block}}.stat-num{color:var(--gray-900);justify-content:center;align-items:center;gap:.25rem;font-size:1.5rem;font-weight:900;display:flex}@media (min-width:768px){.stat-num{font-size:1.875rem}}.stat-num .star{color:var(--star);width:1.25rem;height:1.25rem}.stat-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:.5rem;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-top:.25rem;font-size:.625rem;font-weight:700;display:block}@media (min-width:768px){.stat-label{font-size:.75rem}}.stat-item:nth-child(2){border-left:1px solid var(--gray-100);border-right:1px solid var(--gray-100)}@media (max-width:480px){.stat-item:nth-child(2){border:none}}.scroll-tabs{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);-ms-overflow-style:none;scrollbar-width:none;background:#f8f9faf2;gap:2rem;margin-bottom:.5rem;padding:1rem .5rem 0;display:flex;position:sticky;top:4rem;overflow-x:auto}.scroll-tabs::-webkit-scrollbar{display:none}.scroll-tab{color:var(--gray-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding-bottom:.75rem;font-size:1rem;font-weight:700;transition:color .2s,border-color .2s}.scroll-tab:hover{color:var(--gray-900)}.scroll-tab.active{border-bottom-color:var(--accent);color:var(--accent)}.section{scroll-margin-top:8rem}.section-title{color:var(--gray-900);letter-spacing:-.025em;margin:0 0 .5rem;font-size:1.875rem;font-weight:800}.section-desc{color:var(--gray-500);margin:0 0 1rem;font-weight:500}.text-center{text-align:center}.section-desc.text-center{margin-bottom:1.5rem}.card{background:var(--white);border:1px solid var(--gray-100);border-radius:1.5rem;padding:1rem;box-shadow:0 1px 3px #0000000d}@media (min-width:768px){.card{padding:2rem}}.card-tabs{padding:1rem}@media (min-width:768px){.card-tabs{padding:2rem}}.tabs-row{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.tabs-row{justify-content:center}}.tab-btn{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-600);cursor:pointer;border-radius:9999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s}.tab-btn:hover{background:var(--gray-100)}.tab-btn.active{background:var(--accent);color:var(--white);border-color:var(--accent);box-shadow:0 4px 6px -1px #ea580c33}.tab-panel{display:none}.tab-panel.active{animation:.3s ease-out fadeIn;display:block}.space-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.space-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.space-grid{grid-template-columns:repeat(3,1fr)}}.space-card-img-link{color:inherit;cursor:pointer;border-radius:1rem;text-decoration:none;display:block;overflow:hidden}.space-card-img-link:focus{outline:2px solid var(--accent,#d84429);outline-offset:2px}.space-card img{object-fit:cover;border:1px solid var(--gray-100);border-radius:1rem;width:100%;height:12rem;transition:transform .7s;display:block}.space-card-img-link:hover img{transform:scale(1.05)}.space-card h4{color:var(--gray-900);margin:.75rem 0 .375rem;font-size:1rem;font-weight:700}.stars{color:var(--gray-500);font-size:.75rem}body.lightbox-open{overflow:hidden}.lightbox{z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox[hidden]{display:none}.lightbox-backdrop{cursor:pointer;background:#000000d9;position:absolute;inset:0}.lightbox-inner{background:#1a1a1a;border-radius:.75rem;flex-direction:column;align-items:center;width:min(90vw,900px);max-width:100%;height:85vh;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.lightbox-inner .lightbox-img{object-fit:contain;flex:auto;width:auto;max-width:100%;height:auto;min-height:0;max-height:100%;display:block}.lightbox-caption{color:#fff;text-align:center;flex-shrink:0;margin:0;padding:.75rem 1rem;font-size:.9375rem;font-weight:600}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.feature-groups{flex-direction:column;gap:1.25rem;display:flex}.feature-group{background:var(--white);border:1px solid var(--gray-100);border-radius:1.5rem;padding:1.25rem;box-shadow:0 1px 3px #0000000d}@media (min-width:768px){.feature-group{padding:1.75rem}}.feature-title{color:var(--gray-900);letter-spacing:-.01em;margin:0 0 1rem;font-size:1.125rem;font-weight:800}.feature-grid{flex-wrap:wrap;gap:.75rem;display:flex}.feature-item{background:var(--gray-50);border:1px solid var(--gray-100);color:var(--gray-800);border-radius:.875rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.9rem;font-weight:700;display:flex}.feature-ic{background:var(--orange-50);width:2rem;height:2rem;color:var(--accent);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.amenity-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.amenity-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.amenity-grid{grid-template-columns:repeat(4,1fr)}}.amenity-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;transition:all .2s;display:flex}.amenity-card:hover{border-color:var(--accent);box-shadow:0 4px 6px -1px #0000000d}.amenity-icon{background:var(--orange-50);width:3rem;height:3rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.amenity-card span{color:#1e293b;font-size:.875rem;font-weight:700}.form-col{width:100%}@media (min-width:1024px){.form-col{width:40%;position:sticky;top:7rem}}@media (min-width:1280px){.form-col{width:35%}}.form-card{background:var(--white);border:1px solid var(--gray-100);box-sizing:border-box;border-radius:2rem;width:100%;max-width:100%;padding:1.5rem;position:relative;box-shadow:0 12px 40px #0000001a}@media (min-width:480px){.form-card{padding:1.75rem}}@media (min-width:768px){.form-card{padding:2rem}}.form-card:before{content:"";background:var(--orange-50);opacity:.6;z-index:0;pointer-events:none;border-radius:0 0 0 100%;width:8rem;height:8rem;position:absolute;top:0;right:0}.form-card>*{z-index:1;position:relative}.lead-form{flex-direction:column;gap:1rem;display:flex}.form-input{background:var(--gray-50);border:1px solid var(--gray-200);width:100%;height:3.5rem;color:var(--gray-900);border-radius:1rem;padding:0 1.25rem;font-size:1rem;transition:all .2s}@media (min-width:1024px){.form-input{height:3rem;font-size:.875rem}}.form-input:focus{border-color:var(--accent);background:var(--white);outline:none;box-shadow:0 0 0 4px #e056361a}.form-submit{background:var(--accent);width:100%;height:3.5rem;color:var(--white);cursor:pointer;border:none;border-radius:1rem;margin-top:.5rem;font-size:1rem;font-weight:800;transition:all .2s;box-shadow:0 4px 12px #e056364d}@media (min-width:1024px){.form-submit{height:3.25rem;font-size:.9375rem}}.form-submit:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 6px 16px #e0563666}.form-submit:active{transform:translateY(0)}.custom-select{width:100%;position:relative}.select-options{background:var(--white);border:1px solid var(--gray-200);z-index:9999;border-radius:.75rem;max-height:300px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.select-option{cursor:pointer;text-align:left;border-bottom:1px solid var(--gray-50);padding:.75rem 1rem;font-size:.875rem}.select-option:hover{background:var(--gray-50)}.select-option strong{color:var(--gray-900);display:block}.select-option small{color:var(--gray-500)}.details-map-wrap{border:1px solid var(--gray-100);border-radius:1rem;height:320px;margin-top:1.5rem;overflow:hidden}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--white);border:1px solid var(--gray-100);border-radius:1rem;overflow:hidden}.faq-question-btn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-weight:700;display:flex}.faq-answer{color:var(--gray-600);padding:0 1.5rem 1.25rem;line-height:1.6}.footer{background:var(--white);border-top:1px solid var(--gray-100);padding:4rem 0}@media (min-width:1024px){.footer{padding:4rem 0}}.footer-inner{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:0 2rem;display:flex}.mobile-cta{background:var(--white);z-index:1000;border-top:1px solid var(--gray-100);gap:.75rem;padding:.75rem 1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 15px #0000000d}@media (min-width:1024px){.mobile-cta{display:none}}.mobile-cta-btn{background:var(--accent);color:var(--white);border:none;border-radius:.75rem;flex:1;padding:.875rem;font-weight:700}.dual-cta{flex-wrap:nowrap;align-items:center;gap:.75rem;display:flex}.cta-btn{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:.75rem;flex:1 1 0;justify-content:center;align-items:center;gap:.5rem;min-width:0;padding:1rem;font-size:.95rem;font-weight:800;transition:transform .14s,box-shadow .14s,opacity .14s;display:flex;overflow:hidden}.cta-btn svg{flex-shrink:0}.cta-btn.primary{background:var(--accent,#e05636);color:#fff;border-color:#ffffff14;box-shadow:0 10px 25px -8px #e0563638}.cta-btn.primary:hover,.cta-btn.primary:focus{transform:translateY(-2px);box-shadow:0 18px 35px -12px #e0563647}.cta-btn.secondary{color:#fff;background:#0f172a;border-color:#ffffff0a}.cta-btn.secondary:hover,.cta-btn.secondary:focus{opacity:.98;transform:translateY(-2px)}@media (max-width:420px){.cta-btn{padding:.72rem;font-size:.9rem}}.wa-float{color:#fff;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:none;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 20px #25d3664d}@media (min-width:1024px){.wa-float{display:flex}}.properties-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.properties-grid{grid-template-columns:repeat(3,1fr)}}.property-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:block;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.property-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.carousel-container{width:100%;position:relative}.properties-carousel{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:1rem 0;display:flex;overflow-x:auto}.properties-carousel::-webkit-scrollbar{display:none}.carousel-btn{cursor:pointer;z-index:10;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;padding:0;font-size:1.25rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a}.carousel-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 10px 15px -3px #e056364d}.carousel-btn.prev{left:-1.5rem}.carousel-btn.next{right:-1.5rem}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes spin{to{transform:rotate(360deg)}}
