.host-landing{--host-primary:#046ffb;--host-primary-dark:color-mix(in srgb, var(--host-primary) 82%, #000);--host-bg:#fff;--host-surface:#f4f7fb;--host-text:#0f172a;--host-muted:#64748b;--host-border:#0f172a14;--host-header-bg:#ffffffeb;--host-chip-bg:#fff;--host-card-bg:#fff;--host-footer-bg:#0f172a;--host-footer-text:#ffffffd9;--host-radius:14px;--host-shadow:0 12px 40px #0f172a14;background:var(--host-bg);min-height:100vh;color:var(--host-text);font-family:var(--host-font,var(--font-quicksand), "Quicksand", system-ui, sans-serif);transition:background-color .25s,color .25s}.host-landing[data-theme=dark]{--host-bg:#0b1120;--host-surface:#111827;--host-text:#f1f5f9;--host-muted:#94a3b8;--host-border:#94a3b824;--host-header-bg:#0b1120eb;--host-chip-bg:#1e293b;--host-card-bg:#1e293b;--host-footer-bg:#030712;--host-footer-text:#f1f5f9d9;--host-shadow:0 12px 40px #00000059}.host-landing *,.host-landing :before,.host-landing :after{box-sizing:border-box}.host-landing a{color:inherit;text-decoration:none}.host-landing__header{z-index:50;background:var(--host-header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--host-border);transition:background-color .25s,border-color .25s;position:sticky;top:0}.host-landing__header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:14px 20px;display:flex}.host-landing__header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.host-landing__theme-toggle{border:1px solid var(--host-border);background:var(--host-chip-bg);width:40px;height:40px;color:var(--host-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:transform .15s,background-color .2s,color .2s,border-color .2s;display:inline-flex}.host-landing__theme-toggle:hover{color:var(--host-primary);border-color:color-mix(in srgb, var(--host-primary) 35%, var(--host-border));transform:translateY(-1px)}.host-landing__logo{transition:opacity .2s}.host-landing__logo:hover{opacity:.85}.host-landing__logo img{object-fit:contain;width:auto;max-width:min(200px,42vw);height:48px;max-height:48px;display:block}.host-landing__nav{align-items:center;gap:28px;font-size:.95rem;font-weight:600;display:none}.host-landing__nav a{transition:color .2s;position:relative}.host-landing__nav a:hover{color:var(--host-primary)}@media (min-width:768px){.host-landing__nav{display:flex}}@media (max-width:767px){.host-landing__header-actions .host-landing__btn{display:none}}.host-landing__btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s,background-color .2s,opacity .2s;display:inline-flex}.host-landing__btn--primary,.host-landing a.host-landing__btn--primary,.host-landing button.host-landing__btn--primary{background:var(--host-primary);color:#fff;box-shadow:0 8px 24px color-mix(in srgb, var(--host-primary) 35%, transparent)}.host-landing__btn--primary:hover,.host-landing a.host-landing__btn--primary:hover,.host-landing button.host-landing__btn--primary:hover{color:#fff;box-shadow:0 12px 28px color-mix(in srgb, var(--host-primary) 45%, transparent);transform:translateY(-2px)}.host-landing__btn--primary:active,.host-landing a.host-landing__btn--primary:active,.host-landing button.host-landing__btn--primary:active{color:#fff;transform:translateY(0)}.host-landing__btn--ghost,.host-landing a.host-landing__btn--ghost,.host-landing button.host-landing__btn--ghost{color:#fff;background:#ffffff26;border:1px solid #ffffff59}.host-landing__btn--ghost:hover,.host-landing a.host-landing__btn--ghost:hover,.host-landing button.host-landing__btn--ghost:hover{color:#fff;background:#ffffff40;transform:translateY(-2px)}.host-landing__hero{align-items:flex-end;min-height:min(72vh,640px);display:flex;position:relative;overflow:hidden}.host-landing__hero-bg{background-position:50%;background-size:cover;transition:transform 6s;position:absolute;inset:0}.host-landing__hero:hover .host-landing__hero-bg{transform:scale(1.03)}.host-landing__hero-overlay{background:linear-gradient(180deg, #0f172a26 0%, #0f172a8c 55%, color-mix(in srgb, var(--host-primary-dark) 88%, transparent) 100%);position:absolute;inset:0}.host-landing__hero-no-img{background:linear-gradient(135deg, var(--host-primary) 0%, color-mix(in srgb, var(--host-primary) 60%, #0ea5e9) 100%)}.host-landing__hero-content{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:48px 20px 56px;position:relative}.host-landing__logo-text{color:var(--host-primary);font-size:1.25rem;font-weight:700}.host-landing__hero h1{color:#fff;max-width:720px;margin:0 0 12px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.host-landing__hero-lead{color:#ffffffeb;max-width:640px;margin:0 0 24px;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65}.host-landing__hero-actions{flex-wrap:wrap;gap:12px;display:flex}.host-landing__strip{background:var(--host-surface);border-bottom:1px solid var(--host-border);transition:background-color .25s,border-color .25s}.host-landing__strip-inner{flex-wrap:wrap;gap:12px;max-width:1200px;margin:0 auto;padding:20px;display:flex}.host-landing__chip{background:var(--host-chip-bg);border:1px solid var(--host-border);color:var(--host-text);border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;font-weight:500;transition:transform .15s,border-color .2s,box-shadow .2s,background-color .2s;display:inline-flex}.host-landing__chip:hover{border-color:color-mix(in srgb, var(--host-primary) 35%, var(--host-border));box-shadow:0 8px 20px color-mix(in srgb, var(--host-primary) 12%, transparent);transform:translateY(-2px)}.host-landing__chip svg{color:var(--host-primary);flex-shrink:0}.host-landing__chip strong{color:var(--host-primary);font-weight:600}.host-landing__section{max-width:1200px;margin:0 auto;padding:56px 20px}.host-landing__listings-section{background:var(--host-surface);transition:background-color .25s}.host-landing__listings{max-width:1200px;margin:0 auto;padding:56px 20px}.host-landing__listings-header{margin-bottom:32px}.host-landing__listings-title{color:var(--host-text);margin:0 0 8px;font-size:1.75rem;font-weight:700}.host-landing__listings-lead{color:var(--host-muted);max-width:560px;margin:0;font-size:1rem;line-height:1.6}.host-landing__listings-cta{text-align:center;margin-top:32px}.host-landing__back-link{color:var(--host-primary);margin-bottom:8px;font-size:.9rem;font-weight:600;transition:opacity .2s;display:inline-block}.host-landing__back-link:hover{opacity:.8}.host-landing__empty{color:var(--host-muted)}.host-landing__custom{background:var(--host-bg);transition:background-color .25s}.host-landing__custom .host-custom-html{color:var(--host-text);font-size:1rem;line-height:1.7}.host-landing__custom .host-custom-html h2{color:var(--host-primary);margin-bottom:.75rem;font-size:1.5rem}.host-landing__types{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.host-landing__type-pill{background:color-mix(in srgb, var(--host-primary) 12%, var(--host-chip-bg));color:var(--host-primary);border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:transform .15s,background-color .2s}.host-landing__type-pill:hover{transform:translateY(-1px)}.host-landing__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.host-landing__card{background:var(--host-card-bg);border-radius:var(--host-radius);border:1px solid var(--host-border);box-shadow:var(--host-shadow);transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.host-landing__card:hover{box-shadow:0 20px 48px color-mix(in srgb, var(--host-text) 12%, transparent);border-color:color-mix(in srgb, var(--host-primary) 25%, var(--host-border));transform:translateY(-4px)}.host-landing__card-img{aspect-ratio:4/3;background:var(--host-surface);overflow:hidden}.host-landing__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.host-landing__card:hover .host-landing__card-img img{transform:scale(1.05)}.host-landing__card-body{padding:18px}.host-landing__card-body h3{color:var(--host-text);margin:0 0 8px;font-size:1.05rem;font-weight:700}.host-landing__card-meta{color:var(--host-muted);margin-bottom:12px;font-size:.8rem}.host-landing__card-price{color:var(--host-primary);margin-bottom:14px;font-size:1.1rem;font-weight:700}.host-landing__card-price-unit{font-size:.8rem;font-weight:500}.host-landing__card-link{color:var(--host-primary);font-size:.875rem;font-weight:600;transition:gap .2s,opacity .2s;display:inline-flex}.host-landing__card:hover .host-landing__card-link{opacity:.9}.host-landing__footer{background:var(--host-footer-bg);color:var(--host-footer-text);margin-top:auto;transition:background-color .25s}.host-landing__footer-inner{gap:24px;max-width:1200px;margin:0 auto;padding:40px 20px 24px;display:grid}@media (min-width:768px){.host-landing__footer-inner{grid-template-columns:1fr auto;align-items:start}}.host-landing__footer-brand img{object-fit:contain;width:auto;max-width:160px;height:40px;max-height:40px;margin-bottom:12px;display:block}.host-landing__footer-address{color:var(--host-footer-text);margin-top:8px;font-size:.9rem}.host-landing__footer-contact p+p{margin-top:8px}.host-landing__contact-link{color:var(--host-footer-text);align-items:center;gap:8px;transition:color .2s,transform .15s;display:inline-flex}.host-landing__contact-link:hover{color:#fff;transform:translate(2px)}.host-landing__contact-link svg{color:var(--host-primary);flex-shrink:0}.host-landing__footer-copy{opacity:.7;border-top:1px solid #ffffff1f;grid-column:1/-1;padding-top:20px;font-size:.8rem}.host-landing__shell-main{max-width:1200px;min-height:50vh;margin:0 auto;padding:24px 20px 0}.host-landing__shell-main .host-landing__listings-section{margin-left:-20px;margin-right:-20px}.host-landing__shell-main .host-landing__listings{padding-top:32px;padding-bottom:48px}.host-detail-layout{grid-template-columns:1fr;gap:32px;margin-top:24px;display:grid}@media (min-width:900px){.host-detail-layout{grid-template-columns:1fr 320px;align-items:start}}.host-landing__gallery--grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.host-landing__gallery--masonry{columns:3 220px;column-gap:16px}.host-landing__gallery--masonry .host-landing__gallery-item{break-inside:avoid;margin-bottom:16px}.host-landing__gallery-item{border-radius:var(--host-radius);border:1px solid var(--host-border);box-shadow:var(--host-shadow);margin:0;overflow:hidden}.host-landing__gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.host-landing__gallery--grid .host-landing__gallery-item{aspect-ratio:4/3}.host-landing__gallery-item:hover img{transform:scale(1.05)}.host-landing__gallery-item figcaption{color:var(--host-muted);padding:8px 12px;font-size:.8rem}.host-landing__features{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.host-landing__feature{border-radius:var(--host-radius);background:var(--host-card-bg);border:1px solid var(--host-border);box-shadow:var(--host-shadow);padding:24px;transition:transform .2s,box-shadow .2s}.host-landing__feature:hover{box-shadow:0 20px 48px color-mix(in srgb, var(--host-text) 12%, transparent);transform:translateY(-4px)}.host-landing__feature-icon{width:52px;height:52px;color:var(--host-primary);background:color-mix(in srgb, var(--host-primary) 12%, var(--host-card-bg));border-radius:14px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.host-landing__feature h3{color:var(--host-text);margin:0 0 6px;font-size:1.05rem;font-weight:700}.host-landing__feature p{color:var(--host-muted);margin:0;font-size:.9rem;line-height:1.6}.host-landing__contact-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:800px){.host-landing__contact-grid{grid-template-columns:1fr 1.2fr;align-items:start}}.host-landing__contact-address{color:var(--host-text);align-items:flex-start;gap:8px;margin-top:14px;font-size:.95rem;display:inline-flex}.host-landing__contact-address svg{color:var(--host-primary);flex-shrink:0;margin-top:2px}.host-landing__contact-map{border-radius:var(--host-radius);border:1px solid var(--host-border);min-height:280px;overflow:hidden}.host-landing__contact-map iframe{border:0;width:100%;height:100%;min-height:280px;display:block}.host-landing__faq{gap:12px;max-width:820px;display:grid}.host-landing__faq-item{border:1px solid var(--host-border);border-radius:var(--host-radius);background:var(--host-card-bg);overflow:hidden}.host-landing__faq-item summary{cursor:pointer;color:var(--host-text);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-weight:600;list-style:none;display:flex}.host-landing__faq-item summary::-webkit-details-marker{display:none}.host-landing__faq-chevron{color:var(--host-primary);flex-shrink:0;transition:transform .2s}.host-landing__faq-item[open] .host-landing__faq-chevron{transform:rotate(180deg)}.host-landing__faq-answer{color:var(--host-muted);padding:0 20px 18px;line-height:1.7}.host-landing__testimonials{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.host-landing__testimonial{border-radius:var(--host-radius);background:var(--host-card-bg);border:1px solid var(--host-border);box-shadow:var(--host-shadow);flex-direction:column;gap:14px;padding:24px;display:flex}.host-landing__testimonial-stars{color:var(--host-muted);gap:2px;display:inline-flex}.host-landing__testimonial-stars .is-filled{color:#f59e0b;fill:#f59e0b}.host-landing__testimonial-quote{color:var(--host-text);margin:0;font-size:.95rem;line-height:1.7}.host-landing__testimonial-author{align-items:center;gap:10px;margin-top:auto;display:flex}.host-landing__testimonial-avatar{object-fit:cover;border-radius:999px;width:40px;height:40px}.host-landing__testimonial-avatar--fallback{background:color-mix(in srgb, var(--host-primary) 16%, var(--host-card-bg));color:var(--host-primary);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.host-landing__testimonial-name{color:var(--host-text);font-weight:600}
