@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap);code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand-purple:#5e3a6b;--brand-purple-deep:#3a2442;--brand-rose:#b07898;--brand-puce:#c47a8a;--brand-puce-deep:#b05e72;--brand-blue:#7eb8c9;--brand-gold:#c8960c;--brand-gold-light:#f5d978;--brand-gold-deep:#d4af37;--ink:#3a2442;--ink-soft:#6b4e5e;--ink-softer:#7b5b70;--ink-faint:#a68e9b;--surface:#fbf4f8;--surface-white:#fff;--border-soft:#edd5e3;--border-brand:#5e3a6b1a;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:40px;--space-7:48px;--space-8:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:999px;--shadow-sm:0 2px 8px #3a24420f;--shadow-md:0 8px 24px #3a244214;--shadow-lg:0 16px 40px #3a24421f;--transition:250ms cubic-bezier(0.4,0,0.2,1);--container-max:1280px}.route-loading{align-items:center;background:#fbf4f8;background:var(--surface);display:flex;justify-content:center;min-height:100vh}.route-loading-spinner{animation:route-loading-spin .7s linear infinite;border:3px solid #edd5e3;border-radius:50%;border-top-color:#5e3a6b;border:3px solid var(--border-soft);border-top-color:var(--brand-purple);height:34px;width:34px}@keyframes route-loading-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.route-loading-spinner{animation:none}}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fbf4f8;color:#3a2442;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.6;margin:0;padding:0}#root,body,html{overflow-x:clip}#root{max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:600;letter-spacing:0;line-height:1.3;margin:0}.btn,a{text-decoration:none}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.92rem;font-weight:700;gap:8px;justify-content:center;line-height:1.2;padding:13px 28px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);transition:transform var(--transition),box-shadow var(--transition),opacity var(--transition),background var(--transition),border-color var(--transition),color var(--transition);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#5e3a6b,#b07898);background:linear-gradient(135deg,var(--brand-purple) 0,var(--brand-rose) 100%);box-shadow:0 4px 16px #5e3a6b47;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 10px 26px #5e3a6b5c;transform:translateY(-2px)}.btn-secondary{background:#f8eef4;border:1.5px solid #b07898;border:1.5px solid var(--brand-rose);color:#5e3a6b;color:var(--brand-purple)}.btn-secondary:hover:not(:disabled){background:#5e3a6b;background:var(--brand-purple);border-color:#5e3a6b;border-color:var(--brand-purple);color:#fff}.btn-outline{background:#0000;border:1.5px solid #b07898;border:1.5px solid var(--brand-rose);color:#5e3a6b;color:var(--brand-purple)}.btn-outline:hover:not(:disabled){background:#5e3a6b0f;border-color:#5e3a6b;border-color:var(--brand-purple)}.btn-ghost{background:none;border:none;border-bottom:2px solid #c47a8a;border-bottom:2px solid var(--brand-puce);border-radius:0;color:#5e3a6b;color:var(--brand-purple);padding:8px 4px;text-underline-offset:2px}.btn-ghost:hover:not(:disabled){color:#c47a8a;color:var(--brand-puce)}.btn-sm{font-size:.84rem;padding:9px 18px}.btn-lg{font-size:1rem;padding:16px 36px}.btn-block{width:100%}.btn.is-loading,.btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none!important}.form-error-screen{align-items:center;display:flex;flex-direction:column;gap:16px;padding:48px 24px;text-align:center}.form-error-screen h2{color:#3a2442}.form-error-screen p{color:#6b4e5e;font-size:.95rem;max-width:380px}.form-error-contacts{display:flex;flex-direction:column;gap:10px;margin:4px 0}.form-error-link{border:1.5px solid #5e3a6b;border-radius:50px;color:#5e3a6b;display:inline-block;font-size:.88rem;font-weight:600;padding:10px 24px;transition:background .2s,color .2s}.form-error-link:hover{background:#5e3a6b;color:#fff}.form-error-wa{border-color:#25d366;color:#25d366}.form-error-wa:hover{background:#25d366;color:#fff}.form-error-retry{background:none;border:none;color:#b07898;cursor:pointer;font-family:inherit;font-size:.85rem;margin-top:4px;text-decoration:underline}.navbar{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #f0e4ebcc;box-shadow:none;display:flex;height:68px;justify-content:space-between;padding:0 48px;padding:0 var(--space-7);position:sticky;top:0;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1);transition:box-shadow var(--transition),background var(--transition);z-index:200}.navbar-scrolled{background:#fffffff5;box-shadow:0 8px 24px #3a244214;box-shadow:var(--shadow-md)}.logo-text{color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.logo-ivy{-webkit-text-fill-color:#0000;background:linear-gradient(160deg,#c8960c,#f5d978 45%,#d4af37 70%,#c8960c);-webkit-background-clip:text;background-clip:text}.logo-huts,.logo-ivy{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.75rem;font-weight:900;letter-spacing:-.5px}.logo-huts{color:#3a2442}.hero-iim-badge{align-items:center;background:linear-gradient(135deg,#c8960c2e,#f5d9781f);border:1px solid #c8960c73;border-radius:50px;box-shadow:0 0 12px #c8960c26;color:#f5d978;display:inline-flex;font-size:.72rem;font-weight:600;gap:6px;letter-spacing:.3px;margin-bottom:14px;padding:5px 12px}.hero-iim-badge svg{color:#f5d978;flex-shrink:0}.hero-tagline{color:#ffffffd9;font-size:.82rem;font-weight:700;letter-spacing:1.5px;margin:0 0 14px;text-transform:uppercase}.footer-logo-wrap{align-items:baseline;display:flex;margin-bottom:10px}.footer-logo-ivy{-webkit-text-fill-color:#0000;background:linear-gradient(160deg,#c8960c,#f5d978 45%,#d4af37 70%,#c8960c);-webkit-background-clip:text;background-clip:text}.footer-logo-huts,.footer-logo-ivy{font-size:1.4rem;font-weight:900;letter-spacing:-.5px}.footer-logo-huts{color:#c9a8d8}.footer-tagline{color:#ffffff73;font-size:.78rem;font-weight:700;letter-spacing:1px;margin:0 0 8px!important;text-transform:uppercase}.navbar-search-form{align-items:center;background:#fbf4f8;border:1.5px solid #5e3a6b24;border-radius:999px;display:flex;padding:4px 4px 4px 16px}.navbar-search-form:focus-within{border-color:#b07898}.navbar-search-form input{background:none;border:none;color:#3a2442;font-family:inherit;font-size:.85rem;outline:none;width:100%}.navbar-search-form input::placeholder{color:#a68e9b}.navbar-search-form button{align-items:center;background:#5e3a6b;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.navbar-search-desktop{flex:1 1;margin:0 20px;max-width:420px}.navbar-search-mobile-wrap{background:#ffffffeb;border-bottom:1px solid #f0e4ebcc;display:none;padding:10px 16px;position:sticky;top:68px;z-index:190}.navbar-search-mobile{width:100%}.nav-links{align-items:center;display:flex;gap:0}.nav-links a{color:#5a3d65;font-size:.82rem;font-weight:500;margin:0 8px;padding:8px 2px;padding:var(--space-2) 2px;position:relative;transition:color .25s cubic-bezier(.4,0,.2,1);transition:color var(--transition);white-space:nowrap}.nav-links a:after{background:linear-gradient(90deg,#5e3a6b,#c47a8a);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.nav-links a:hover{color:#5e3a6b}.nav-links a:hover:after{transform:scaleX(1)}.nav-wa-btn{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 2px 8px #25d36659;color:#fff;display:flex;flex-shrink:0;height:34px;justify-content:center;margin-left:10px;transition:transform .2s,box-shadow .2s;width:34px}.nav-wa-btn:hover{box-shadow:0 6px 16px #25d36673;transform:translateY(-2px)}.nav-wishlist-btn{align-items:center;background:#f3ecf1;border-radius:50%;color:#5e3a6b;color:var(--brand-purple);display:flex;flex-shrink:0;height:34px;justify-content:center;margin-left:10px;transition:transform .2s,background-color .2s;width:34px}.nav-wishlist-btn:hover{background:#edd5e3;transform:translateY(-2px)}.nav-mobile-right{align-items:center;display:none;gap:10px}.nav-hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:16px;justify-content:space-between;padding:0;width:22px}.ham-line{background:#5e3a6b;border-radius:2px;display:block;height:2px;transform-origin:center;transition:transform .25s,opacity .25s;width:100%}.ham-top-open{transform:translateY(7px) rotate(45deg)}.ham-mid-open{opacity:0}.ham-bot-open{transform:translateY(-7px) rotate(-45deg)}.mobile-nav{animation:mobile-nav-in .25s cubic-bezier(.4,0,.2,1);animation:mobile-nav-in var(--transition);background:#fff;border-top:1px solid #edd5e3;box-shadow:0 16px 40px #3a24421f;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;left:0;padding:8px 0 16px;padding:var(--space-2) 0 var(--space-3);position:fixed;right:0;top:68px;z-index:199}@keyframes mobile-nav-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-link{border-bottom:1px solid #f5eaf0;color:#5a3d65;display:block;font-size:.95rem;font-weight:600;padding:13px 24px;text-decoration:none;transition:background .25s cubic-bezier(.4,0,.2,1);transition:background var(--transition)}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:active{background:#f8eef4}.mobile-nav-active{color:#5e3a6b}.mobile-nav-wa{border-bottom:none!important;padding-top:16px}.hero{background:linear-gradient(#fbf4f866,#fbf4f866),url(https://images.unsplash.com/photo-1568605114967-8130f3a36994?w=1800&q=70&auto=format&fit=crop) 50% /cover no-repeat;padding:32px 0 0;position:relative}.discovery-section{margin:0 auto;max-width:1280px;max-width:var(--container-max);padding:32px 24px 56px}.section-heading{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.section-copy{color:#6b4e5e;font-size:.98rem;line-height:1.7;max-width:760px}.pill-flag{border-radius:2px;box-shadow:0 0 0 1px #5e3a6b1a;display:inline-flex;flex:0 0 auto;height:13px;overflow:hidden;width:18px}.pill-flag img{display:block;height:100%;object-fit:cover;width:100%}.city-grid{grid-gap:24px;grid-gap:var(--space-4);display:grid;gap:24px;gap:var(--space-4);grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,auto);list-style:none;margin:0;padding:4px}.city-grid>.city-card-item:nth-child(n+9){display:none}@media (max-width:1023px){.city-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.city-grid>.city-card-item:nth-child(n+7){display:none}}@media (max-width:639px){.city-grid{-ms-overflow-style:none;display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none}.city-grid::-webkit-scrollbar{display:none}.city-grid>.city-card-item{flex:0 0 72%;scroll-snap-align:start}.city-grid>.city-card-item:nth-child(n+5){display:block}}.city-card-item{list-style:none;min-width:0}.city-card{border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 2px 8px #3a24420f;box-shadow:var(--shadow-sm);color:inherit;cursor:pointer;display:block;height:100%;overflow:hidden;position:relative;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);transition:transform var(--transition),box-shadow var(--transition)}.city-card:focus-visible,.city-card:hover{box-shadow:0 16px 40px #3a24421f;box-shadow:var(--shadow-lg);transform:translateY(-6px);z-index:2}.city-card:focus-visible{outline:2px solid #b07898;outline-offset:2px}.city-card-image{aspect-ratio:1/1;background:linear-gradient(135deg,#5e3a6b,#b05e72);background:linear-gradient(135deg,var(--brand-purple),var(--brand-puce-deep));border-radius:20px;border-radius:var(--radius-xl);overflow:hidden;position:relative}.city-card-image:after{background:linear-gradient(180deg,#0000 35%,#00000052 72%,#0000009e);content:"";inset:0;pointer-events:none;position:absolute}.city-card-image img{display:block;height:100%;object-fit:cover;transition:transform .25s cubic-bezier(.4,0,.2,1);transition:transform var(--transition);width:100%}.city-card:focus-visible .city-card-image img,.city-card:hover .city-card-image img{transform:scale(1.08)}.city-card-overlay{bottom:0;color:#fff;left:0;padding:24px;padding:var(--space-4);position:absolute;right:0;z-index:1}.city-card-overlay h3{color:#fff;font-size:1.25rem;font-weight:800;letter-spacing:-.2px;margin:0 0 3px;text-shadow:0 1px 6px #00000040}.city-card-overlay p{color:#ffffffe0;font-size:.86rem;font-weight:500;margin:0}.city-card-code{color:#fff;font-weight:700}.listing-card-image{aspect-ratio:16/10;background:#f3ecf1;flex-shrink:0;position:relative;width:100%}.listing-card-image img{display:block;height:100%;object-fit:cover;width:100%}.listing-card-image-empty{align-items:center;color:#b49aae;display:flex;flex-direction:column;gap:6px;height:100%;justify-content:center;width:100%}.listing-card-image-empty span{font-size:.7rem;font-weight:600}.listing-card-badge-row{align-items:flex-start;display:flex;flex-direction:column;gap:6px;left:16px;left:var(--space-3);position:absolute;top:16px;top:var(--space-3);z-index:2}.listing-card-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3a2442c7;border-radius:999px;border-radius:var(--radius-full);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.2px;padding:5px 10px}.listing-card-right-overlay{align-items:flex-end;display:flex;flex-direction:column;gap:6px;position:absolute;right:16px;right:var(--space-3);top:16px;top:var(--space-3);z-index:2}.listing-card-badge-verified{background:#ffffffeb;display:inline-flex;gap:4px}.listing-card-badge-verified,.wishlist-heart-btn{align-items:center;color:#5e3a6b;color:var(--brand-purple)}.wishlist-heart-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border:none;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;transition:background-color .15s ease,transform .1s ease;width:30px}.wishlist-heart-btn:hover{background:#fffffffa;transform:scale(1.06)}.wishlist-heart-btn.active{color:#e23e57}.wishlist-heart-btn--on-light{background:#f3ecf1;flex-shrink:0}.wishlist-heart-btn--on-light:hover{background:#edd5e3}.share-btn-wrap{display:inline-flex;position:relative}.share-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border:none;border-radius:50%;color:#5e3a6b;color:var(--brand-purple);cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;transition:background-color .15s ease,transform .1s ease;width:30px}.share-btn:hover{background:#fffffffa;transform:scale(1.06)}.share-btn--on-light{background:#f3ecf1;flex-shrink:0}.share-btn--on-light:hover{background:#edd5e3}.share-btn-tooltip{animation:share-tooltip-in .15s ease;background:#3a2442;background:var(--brand-purple-deep,#3a2442);border-radius:6px;bottom:calc(100% + 8px);box-shadow:0 4px 12px #3a244240;color:#fff;font-size:.72rem;font-weight:600;left:50%;padding:5px 10px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:20}@keyframes share-tooltip-in{0%{opacity:0;transform:translateX(-50%) translateY(3px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.listing-gallery-nav{align-items:center;background:#ffffffd9;border:none;border-radius:50%;color:#3a2442;cursor:pointer;display:flex;font-size:1.1rem;height:30px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:30px;z-index:2}.listing-gallery-prev{left:10px}.listing-gallery-next{right:10px}.listing-gallery-dots{bottom:10px;display:flex;gap:5px;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.listing-gallery-dot{background:#fff9;border-radius:50%;height:6px;width:6px}.listing-gallery-dot.active{background:#fff;border-radius:4px;width:16px}.chp-card{background:#fff;border:1px solid #5e3a6b1a;border:1px solid var(--border-brand);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 2px 8px #3a24420f;box-shadow:var(--shadow-sm);cursor:pointer;flex:0 0 240px;overflow:hidden;scroll-snap-align:start;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);transition:transform var(--transition),box-shadow var(--transition)}.chp-card:hover{box-shadow:0 16px 40px #3a24421f;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.chp-card:focus-visible{outline:2px solid #b07898;outline-offset:2px}.chp-card .listing-card-image{aspect-ratio:4/3}.chp-body{padding:12px 14px}.chp-title{color:#3a2442;font-size:.92rem;margin:0 0 3px}.chp-location,.chp-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chp-location{color:#6b4e5e;font-size:.78rem;margin:0 0 8px}.chp-footer{align-items:center;display:flex;gap:8px;justify-content:space-between}.chp-price{color:#5e3a6b;font-size:.82rem;font-weight:700}.chp-price--soldout{color:#9b3a3a;letter-spacing:.3px;text-transform:uppercase}.chp-rating{background:#c8960c1f;border-radius:999px;color:#c8960c;font-size:.76rem;font-weight:700;padding:3px 8px;white-space:nowrap}.chp-wishlist-row{display:flex;justify-content:flex-end;margin-top:6px}@media (min-width:1024px){.discovery-section{padding:36px 32px 64px}}.hero-card-group{align-items:stretch;background:radial-gradient(circle,#ffffff12 1px,#0000 0) 0 0 /28px 28px,linear-gradient(135deg,#3a2442ed,#5e3a6be6 55%,#6e4a73de);border-radius:24px;display:flex;flex:0 1 auto;max-width:1000px;overflow:hidden}.hero-purple-box{color:#fff;flex:1 1 620px;max-width:760px;min-width:620px;overflow:hidden;padding:48px 44px 40px;position:relative;z-index:1}.hero-purple-box:before{border:44px solid #c47a8a1a;border-radius:50%;height:420px;right:-100px;top:-100px;width:420px}.hero-purple-box:after,.hero-purple-box:before{content:"";pointer-events:none;position:absolute}.hero-purple-box:after{background:radial-gradient(circle,#ffffff0d 0,#0000 70%);border-radius:50%;bottom:-80px;height:320px;left:-80px;width:320px}.hero-bg-ring{border:24px solid #ffffff0a;border-radius:50%;bottom:-50px;height:200px;right:280px;width:200px}.hero-bg-lines,.hero-bg-ring{pointer-events:none;position:absolute}.hero-bg-lines{background:repeating-linear-gradient(-55deg,#0000,#0000 60px,hsla(0,0%,100%,.018) 0,hsla(0,0%,100%,.018) 61px);bottom:0;left:0;right:0;top:0}.hero-content{position:relative;z-index:2}.hero-top-line{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.hero-top-line .hero-tagline{margin-bottom:0}.hero-advisor-btn{align-items:center;animation:hero-advisor-pulse 2.4s ease-in-out infinite;background:linear-gradient(135deg,#6e4a73,#b05e72);border:1.5px solid #f5d9788c;border-radius:999px;border-radius:var(--radius-full);color:#fff;display:inline-flex;flex:0 0 auto;font-size:.8rem;font-weight:700;gap:6px;letter-spacing:.1px;padding:10px 18px;transition:transform .2s ease,border-color .2s ease;white-space:nowrap}.hero-advisor-btn:hover{border-color:#f5d978e6;transform:translateY(-2px) scale(1.03)}.hero-advisor-arrow{color:#f5d978;display:inline-flex;transition:transform .25s ease}.hero-advisor-btn:hover .hero-advisor-arrow{transform:translateX(5px)}@keyframes hero-advisor-pulse{0%,to{box-shadow:0 0 0 0 #f5d97873}50%{box-shadow:0 0 0 8px #f5d97800}}@media (prefers-reduced-motion:reduce){.hero-advisor-btn{animation:none}.hero-advisor-arrow{transition:none}}.hero-row{display:flex;flex-wrap:nowrap;gap:20px;justify-content:center;margin:0 auto;max-width:1720px}.hero-text{max-width:680px}.hero-header-row{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.hero-header-text{flex:1 1 auto;min-width:0}.hero-inventory-stack{display:flex;flex:0 0 240px;flex-direction:column;width:240px}.hero-inventory-stack .hero-stat-cards{gap:12px}.hero-inventory-stack .stat-card{align-items:center;aspect-ratio:auto;flex-direction:row;gap:10px;justify-content:flex-start;padding:14px 16px;text-align:left}.hero-inventory-stack .stat-card-icon-badge{height:34px;width:34px}.hero-inventory-stack .stat-card-icon{height:16px;width:16px}.hero-inventory-stack .stat-card-body{align-items:flex-start}.hero-inventory-stack .stat-card-value{font-size:1.15rem}.hero-inventory-stack .stat-card-label{font-size:.6rem;margin-top:0}.hero h1{animation:hero-rise .5s ease-out both;font-size:1.85rem;font-weight:700;letter-spacing:-.2px;line-height:1.28;margin:0 0 16px}.hero-h1-line1{white-space:normal}@media (min-width:650px){.hero-h1-line1{white-space:nowrap}}.hero-h1-line2{white-space:normal}.hero-purple-box .hero-text>p{color:#ffffffbf;font-size:.96rem;line-height:1.65;margin:0 0 24px;max-width:400px}.hero-sub-tagline{animation:hero-rise .5s ease-out both;animation-delay:.08s;color:#ffffffd1!important;font-size:1.125rem!important;line-height:1.6!important;margin:0 0 20px!important;max-width:400px}@keyframes hero-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero h1,.hero-sub-tagline,.hero-visual{animation:none}}.primary-btn{background:linear-gradient(135deg,#c47a8a,#b05e72);border:none;border-radius:50px;box-shadow:0 4px 18px #c47a8a59;color:#fff;cursor:pointer;font-family:inherit;font-size:.94rem;font-weight:600;letter-spacing:.2px;overflow:hidden;padding:13px 30px;position:relative;transition:transform .2s,box-shadow .2s;white-space:nowrap}.primary-btn:after{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#ffffff2e,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transform:skewX(-20deg);width:60%}@keyframes shimmer{0%{left:-100%}60%,to{left:160%}}.primary-btn:hover{box-shadow:0 12px 30px #c47a8a85;transform:translateY(-2px)}.section{padding:56px 48px}.section-eyebrow{background:linear-gradient(135deg,#5e3a6b14,#b078981f);border:1px solid #b0789840;border-radius:20px;color:#5e3a6b;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:1.4px;margin:0 0 14px;padding:5px 14px;text-align:center;text-transform:uppercase}.section>.section-eyebrow{display:block;margin-bottom:14px;margin-left:auto;margin-right:auto;width:fit-content}.section-title{color:#3a2442;font-size:clamp(1.4rem,2.6vw,1.85rem);font-weight:600;letter-spacing:0;line-height:1.3;margin:0;text-align:center}.section-title.left-aligned{text-align:left}.section-underline{background:linear-gradient(90deg,#5e3a6b,#c47a8a);border-radius:2px;height:3px;margin:12px auto 32px;width:40px}.section-underline.left-aligned{margin-left:0}.search-input{background:#0000;border:none;color:#3a2442;flex:1 1;font-family:inherit;font-size:.95rem;outline:none;padding:13px 0}.search-input::placeholder{color:#aaa}.search-select{background:#ffffff1f;border:1.5px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;min-width:140px;outline:none;padding:13px 14px}.search-select option{background:#fff;color:#3a2442}.search-btn{background:#c47a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;padding:13px 24px;transition:opacity .2s,transform .15s;white-space:nowrap}.search-btn:hover{opacity:.9;transform:translateY(-1px)}.trust-strip{background:#fff;border-bottom:1px solid #edd5e3;border-top:1px solid #edd5e3}.trust-strip-inner{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto;max-width:1280px;max-width:var(--container-max);padding:22px 48px}.trust-badge{align-items:center;display:flex;gap:12px;padding:10px 28px;transition:transform .2s}.trust-badge:hover{transform:translateY(-2px)}.trust-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.trust-icon--verified{background:linear-gradient(135deg,#5e3a6b,#b07898)}.trust-icon--shield{background:linear-gradient(135deg,#2e7d32,#66bb6a)}.trust-icon--fees{background:linear-gradient(135deg,#c8960c,#f5d978)}.trust-icon--support{background:linear-gradient(135deg,#7eb8c9,#4a90d9)}.trust-label{color:#3a2442;font-size:.9rem;font-weight:700;line-height:1.2}.trust-sub{color:#6b4e5e;font-size:.74rem;line-height:1.3;margin-top:1px}.trust-divider{background:#edd5e3;flex-shrink:0;height:36px;width:1px}.faq-section{background:radial-gradient(ellipse at 100% 0,#b0789814 0,#0000 50%),radial-gradient(circle,rgba(94,58,107,.035) 1px,#0000 0) 0 0 /24px 24px,#fbf4f8;overflow:hidden;position:relative}.faq{margin:0 auto;max-width:760px}.faq-item{background:#fff;border:1.5px solid #edd5e3;border-radius:12px;box-shadow:0 2px 8px #5e3a6b0d;margin-bottom:10px;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:#d4abbe}.faq-item[open]{border-color:#b07898}.faq-item summary{align-items:center;color:#3a2442;cursor:pointer;display:flex;font-size:.93rem;font-weight:600;justify-content:space-between;list-style:none;padding:16px 20px;transition:background .2s,color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{background:#5e3a6b;color:#fff}.faq-q{flex:1 1}.faq-icon{color:#b07898;flex-shrink:0;font-size:1.4rem;font-weight:300;line-height:1;margin-left:12px;transition:transform .2s,color .2s}.faq-item[open] .faq-icon{color:#f5c2cc;transform:rotate(45deg)}.faq-item p{border-top:1px solid #edd5e3;color:#7b5b70;font-size:.92rem;line-height:1.75;margin:0;padding:16px 20px}.cta-section{background:linear-gradient(135deg,#3a2442,#5e3a6b 40%,#8b6088);overflow:hidden;padding:72px 48px;position:relative;text-align:center}.cta-section:before{background:#c47a8a1a;height:360px;right:-80px;top:-80px;width:360px}.cta-section:after,.cta-section:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.cta-section:after{background:#ffffff0a;bottom:-100px;height:280px;left:-60px;width:280px}.cta-inner{margin:0 auto;max-width:680px;position:relative;z-index:1}.cta-eyebrow{color:#f5c2cc;font-size:.78rem;font-weight:700;letter-spacing:1.2px;margin:0 0 12px;text-transform:uppercase}.cta-section h2{color:#fff;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.2;margin:0 0 14px}.cta-sub{color:#ffffffbf;font-size:1.05rem;line-height:1.6;margin:0 0 32px}.cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-secondary-btn{border-bottom:1px solid #ffffff59;color:#fffc;font-size:.95rem;font-weight:600;padding-bottom:2px;transition:color .2s,border-color .2s}.cta-secondary-btn:hover{border-color:#f5c2cc;color:#f5c2cc}.footer{background:#2a1830;color:#ffffffa6;padding:64px 48px 0;padding:var(--space-8) var(--space-7) 0}.footer-inner{border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:48px;gap:var(--space-7);margin:0 auto;max-width:1280px;max-width:var(--container-max);padding-bottom:40px;padding-bottom:var(--space-6)}.footer-brand{flex:1.5 1;min-width:200px}.footer-logo-text{color:#fff;display:block;font-size:1.4rem;font-weight:800;letter-spacing:-.5px;margin-bottom:12px}.footer-brand p{color:#ffffff80;font-size:.88rem;line-height:1.6;margin:0}.footer-iim{color:#ffffff61!important;font-size:.78rem!important;font-style:italic;margin-top:6px!important}.footer-links{display:flex;flex:1 1;flex-direction:column;gap:8px;gap:var(--space-2);min-width:140px}.footer-links h4{color:#ffffffe6;font-size:.8rem;font-weight:700;letter-spacing:.8px;margin:0 0 8px;margin:0 0 var(--space-2);text-transform:uppercase}.footer-links a,.footer-links span{color:#ffffff80;font-size:.88rem;transition:color .25s cubic-bezier(.4,0,.2,1);transition:color var(--transition)}.footer-links a:hover{color:#f5c2cc}.footer-contact-row{align-items:center;display:flex;gap:8px}.footer-contact-row svg{flex-shrink:0;opacity:.7}.footer-contact-row:hover svg{opacity:1}.footer-social-row{align-items:center;display:flex;gap:10px;margin-top:6px}.footer-social-icon{align-items:center;background:#ffffff24;border:1px solid #ffffff2e;border-radius:50%;color:#ffffffeb;display:flex;height:38px;justify-content:center;transition:background .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);transition:background var(--transition),color var(--transition),transform var(--transition);width:38px}a.footer-social-icon:hover{background:#f5c2cc38;border-color:#f5c2cc66;color:#f5c2cc;transform:translateY(-2px)}.footer-social-icon--pending{cursor:default;opacity:.8}.footer-bottom{color:#ffffff4d;font-size:.78rem;margin:0 auto;max-width:1280px;max-width:var(--container-max);padding:16px 0;text-align:center}@media (max-width:1100px){.country-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1020px){.navbar{padding:0 24px}.hero{padding:20px 0 0}.hero-row{align-items:center;flex-direction:column;gap:0}.hero-purple-box{border-radius:20px;flex:none;max-width:800px;min-width:0;padding:34px 28px 30px;width:100%}.hero-card-group{min-width:0}.hero-content{text-align:center}.hero-text{margin:0 auto;max-width:520px}.hero-purple-box .hero-text>p{margin-left:auto;margin-right:auto;max-width:100%}.hero-header-row{align-items:center;flex-direction:column}.hero-inventory-stack{width:min(240px,100%)}.hero-inventory-stack,.hero-search-form{margin-left:auto;margin-right:auto}.section{padding:44px 24px}.section-title.left-aligned{text-align:center}.section-underline.left-aligned{margin-left:auto}.footer{padding:36px 24px 0}.trust-strip-inner{padding:16px 24px}.trust-badge{padding:10px 20px}}@media (max-width:768px){.nav-links{display:none}.nav-mobile-right{display:flex}.nav-hamburger{box-sizing:initial;padding:12px}.navbar-search-desktop{display:none!important}.navbar-search-mobile-wrap{display:block}.hero-purple-box{padding:30px 22px 26px}.section{padding:36px 20px}.cards{gap:16px}.service-card{min-width:140px;width:calc(50% - 8px)}.footer{padding:36px 20px 0}.footer-inner{grid-gap:28px 20px;display:grid;gap:28px 20px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:600px){.hero-purple-box{padding:28px 18px 26px}.hero-tagline{font-size:clamp(.68rem,.5rem + .5vw,.82rem)}.service-card{min-width:0;min-width:auto;width:100%}.trust-strip-inner{grid-gap:18px 12px;display:grid;gap:18px 12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:20px 18px}.trust-divider{display:none}.trust-badge{gap:10px;padding:0}.trust-icon{height:clamp(30px,9vw,38px);width:clamp(30px,9vw,38px)}.trust-label{font-size:clamp(.78rem,3.2vw,.9rem)}.trust-sub{font-size:clamp(.68rem,2.6vw,.74rem)}.cta-section{padding:44px 20px}.primary-btn{text-align:center;width:100%}.footer-inner{gap:24px;grid-template-columns:1fr}.country-chip{font-size:.82rem;padding:7px 14px}.section{padding:32px 16px}}@media (max-width:640px){.hero-purple-box:before{border-width:22px;height:220px;right:-60px;top:-60px;width:220px}.hero-purple-box:after{bottom:-40px;height:160px;left:-40px;width:160px}.hero-bg-ring{display:none}}@media (max-width:767.98px){body{padding-bottom:calc(56px + env(safe-area-inset-bottom))}input,select,textarea{font-size:16px}.mobile-nav{display:none}.hero-row{align-items:stretch}.hero-card-group{align-self:stretch;max-width:100%;width:100%}.hero-purple-box{width:100%}.hero-search-form{background:#fff;border-radius:999px;border-radius:var(--radius-full);box-shadow:0 8px 24px #3a244214;box-shadow:var(--shadow-md);padding:4px}.hero-search-input-wrap{border:none;box-shadow:none}.nav-wa-btn,.nav-wishlist-btn{box-sizing:initial;height:34px;padding:5px;width:34px}.share-btn,.wishlist-heart-btn{box-sizing:initial;height:30px;padding:7px;width:30px}.hero-purple-box{padding:26px 20px 24px}.hero-text{display:flex;flex-direction:column}.hero-search-form{margin-top:0;order:1}.hero-header-row{display:block;order:2}.hero-inventory-stack{display:none}.hero h1{font-size:1.5rem;margin-bottom:10px}.hero-purple-box .hero-text>p,.hero-sub-tagline{margin-bottom:18px!important}.hero .hero-journey-flow{display:none}.hero-tagline{align-self:flex-start;background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:600;letter-spacing:.3px;margin:4px 0 0;order:3;padding:6px 14px;text-transform:none}.hero-stats-standalone{padding-bottom:8px;padding-top:24px}.hero-stats-standalone .hero-stat-cards{-webkit-overflow-scrolling:touch;flex-direction:row;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;width:100%}.hero-stats-standalone .hero-stat-cards::-webkit-scrollbar{display:none}.hero-stats-standalone .stat-card{flex:0 0 72%;scroll-snap-align:start}.hero-journey-standalone{padding:0 16px 8px}.hero-journey-band{background:linear-gradient(135deg,#3a2442,#5e3a6b);background:linear-gradient(135deg,var(--brand-purple-deep) 0,var(--brand-purple) 100%);border-radius:16px;border-radius:var(--radius-lg);padding:20px 18px}.hero-journey-band .hero-journey-flow{margin:0}.city-grid{grid-column-gap:12px;grid-row-gap:12px;-webkit-overflow-scrolling:touch;column-gap:12px;display:grid;grid-auto-columns:minmax(118px,32%);grid-auto-flow:column;grid-template-rows:repeat(2,auto);margin-inline:-16px;overflow-x:auto;padding:4px 16px;row-gap:12px;scroll-snap-type:x proximity;scrollbar-width:none}.city-grid::-webkit-scrollbar{display:none}.city-grid>.city-card-item{flex:none;scroll-snap-align:start}.city-grid>.city-card-item:nth-child(n+1){display:block}.city-tab-row{margin-inline:-16px;padding-inline:16px}.city-grid .city-card-overlay{padding:10px}.city-grid .city-card-overlay h3{font-size:.88rem;margin-bottom:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.city-grid .city-card-overlay p{font-size:.66rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trust-strip-inner{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:12px;margin-inline:-16px;overflow-x:auto;padding:20px 16px;scroll-snap-type:x proximity;scrollbar-width:none}.trust-strip-inner::-webkit-scrollbar{display:none}.trust-badge{align-items:center;background:#fff;border:1px solid #edd5e3;border:1px solid var(--border-soft);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 2px 8px #3a24420f;box-shadow:var(--shadow-sm);flex:0 0 72%;flex-direction:column;gap:10px;padding:20px 16px;scroll-snap-align:start;text-align:center}.trust-divider{display:none}.trust-icon{height:44px;width:44px}.partner-list-row{-webkit-overflow-scrolling:touch;display:flex;gap:14px;margin-inline:-16px;overflow-x:auto;padding:4px 16px;scroll-snap-type:x proximity;scrollbar-width:none}.partner-list-row::-webkit-scrollbar{display:none}.partner-list-card{background:linear-gradient(135deg,#f1eaf4,#fbf4f8);border:1px solid #5e3a6b1a;border:1px solid var(--border-brand);border-radius:16px;border-radius:var(--radius-lg);color:inherit;display:block;flex:0 0 84%;padding:22px 20px;scroll-snap-align:start;text-decoration:none}.partner-list-eyebrow{color:#5e3a6b;color:var(--brand-purple);font-size:.72rem;font-weight:700;letter-spacing:.6px;margin:0 0 6px;text-transform:uppercase}.partner-list-card h3{color:#3a2442;color:var(--ink);font-size:1.15rem;margin:0 0 8px}.partner-list-card p{color:#6b4e5e;color:var(--ink-soft);font-size:.88rem;line-height:1.55;margin:0 0 16px}.hoc-tab-row{border-bottom:1px solid #edd5e3;border-bottom:1px solid var(--border-soft);display:flex;gap:20px;margin-bottom:16px}.hoc-tab{background:none;border:none;border-bottom:2px solid #0000;color:#a68e9b;color:var(--ink-faint);cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;margin-bottom:-1px;padding:4px 2px 12px}.hoc-tab.active{border-bottom-color:#c47a8a;border-bottom-color:var(--brand-puce);color:#5e3a6b;color:var(--brand-purple)}.hoc-link-grid{grid-column-gap:24px;grid-row-gap:14px;-webkit-overflow-scrolling:touch;column-gap:24px;display:grid;grid-auto-flow:column;grid-template-rows:repeat(4,auto);margin-inline:-16px;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 32px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 32px),#0000);overflow-x:auto;padding:4px 16px;row-gap:14px;scrollbar-width:none}.hoc-link-grid::-webkit-scrollbar{display:none}.hoc-link{color:#6b4e5e;color:var(--ink-soft);font-size:.88rem;font-weight:500;text-decoration:underline;text-decoration-color:#edd5e3;text-decoration-color:var(--border-soft);text-underline-offset:3px;white-space:nowrap}.need-help-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.need-help-tile{align-items:center;background:#fff;border:1px solid #edd5e3;border:1px solid var(--border-soft);border-radius:16px;border-radius:var(--radius-lg);color:#3a2442;color:var(--ink);display:flex;flex-direction:column;font-size:.85rem;font-weight:600;gap:10px;justify-content:center;min-height:96px;padding:18px 12px;text-align:center;text-decoration:none}.need-help-tile svg{stroke-width:1.6;color:#5e3a6b;color:var(--brand-purple);height:24px;width:24px}.footer-inner{padding-bottom:24px;padding-bottom:var(--space-4)}.footer-inner .footer-links{display:none}.footer-brand{flex:1 1 100%;text-align:center}.footer-accordion{padding:0 16px 24px}.footer-accordion-item{border-bottom:1px solid #ffffff1a}.footer-accordion-item summary{align-items:center;color:#ffffffe6;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;justify-content:space-between;letter-spacing:.6px;list-style:none;padding:16px 0;text-transform:uppercase}.footer-accordion-item summary::-webkit-details-marker{display:none}.footer-accordion-chevron{border-bottom:1.5px solid #fff9;border-right:1.5px solid #fff9;flex-shrink:0;height:9px;transform:rotate(45deg);transition:transform .2s ease;width:9px}.footer-accordion-item[open] .footer-accordion-chevron{transform:rotate(-135deg)}.footer-accordion-body{display:flex;flex-direction:column;gap:12px;padding:2px 0 18px}.footer-accordion-body a,.footer-accordion-body span{color:#fff9;font-size:.88rem}.footer-accordion-body .footer-contact-row{align-items:center;display:flex;gap:8px}.faq{margin-inline:-16px}.faq-item{background:none;border:none;border-bottom:1px solid #edd5e3;border-bottom:1px solid var(--border-soft);border-radius:0;box-shadow:none;margin-bottom:0}.faq-item:last-child{border-bottom:none}.faq-item summary{padding:16px}.faq-item[open] summary{background:none;color:#3a2442;color:var(--ink)}.faq-item[open] .faq-icon{color:#c47a8a;color:var(--brand-puce)}.faq-item p{border-top:none;padding:0 16px 16px}}@media (min-width:768px){.mobile-only{display:none!important}}@media (max-width:767.98px){.desktop-only{display:none!important}.navbar{border-bottom:none!important;height:60px!important}.navbar,.navbar-scrolled{background:#5e3a6b!important}.navbar-scrolled{box-shadow:none!important}.logo-huts,.logo-ivy{font-size:1.8rem!important;font-weight:800!important;letter-spacing:-.5px!important}.logo-huts{color:#fff!important}.ham-line{background:#fff!important}.nav-mobile-right .nav-wa-btn,.nav-mobile-right .nav-wishlist-btn{display:none!important}}.chp-image-container{position:relative}.chp-floating-heart{position:absolute;right:8px;top:8px;z-index:10}.chp-floating-heart .wishlist-heart-btn{align-items:center;background:#ffffffe6!important;border-radius:50%;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:6px}.chp-floating-share{position:absolute;right:46px;top:8px;z-index:10}.chp-floating-share .share-btn{align-items:center;background:#ffffffe6!important;border-radius:50%;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:6px}@media (max-width:639px){.city-tab-row{-ms-overflow-style:none;display:flex!important;flex-wrap:nowrap!important;gap:16px!important;margin-bottom:16px!important;overflow-x:auto!important;padding-bottom:12px!important;scroll-snap-type:x proximity;scrollbar-width:none}.city-tab-row::-webkit-scrollbar{display:none}.country-filter-btn{align-items:center!important;background:none!important;border:1px solid #0000!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;gap:8px!important;justify-content:center!important;min-width:72px!important;padding:8px!important;scroll-snap-align:start;transition:border-color .2s!important}.country-filter-btn.active{border-color:#b05e72!important;box-shadow:0 2px 8px #b05e7226!important}.country-filter-flag-wrap{align-items:center!important;border-radius:50%!important;box-shadow:none!important;display:flex!important;height:38px!important;justify-content:center!important;margin:0!important;overflow:hidden!important;width:38px!important}.country-filter-flag{height:100%!important;object-fit:cover!important;width:100%!important}.country-filter-label{color:#333!important;font-size:.65rem!important;font-weight:700!important;text-transform:uppercase!important}.city-grid{grid-gap:12px!important;-ms-overflow-style:none;display:grid!important;gap:12px!important;grid-auto-columns:calc(50vw - 24px)!important;grid-auto-flow:column!important;grid-template-rows:repeat(2,1fr)!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:12px!important;scroll-snap-type:x proximity!important;scrollbar-width:none}.city-grid::-webkit-scrollbar{display:none}.city-grid>.city-card-item{flex:initial!important;min-width:0!important;min-width:auto!important;scroll-snap-align:start;width:100%!important}.city-card-image{aspect-ratio:1/1!important}.city-grid>.city-card-item:nth-child(n){display:block!important}}.mobile-menu-sheet{animation:mobile-menu-sheet-in .28s cubic-bezier(.4,0,.2,1);background:#fff;display:flex;flex-direction:column;height:100dvh;inset:0;position:fixed;z-index:1100}@keyframes mobile-menu-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.mobile-menu-sheet{animation:none}}.mobile-menu-sheet-header{align-items:center;border-bottom:1px solid #edd5e3;display:flex;flex:0 0 auto;justify-content:space-between;padding:18px 20px}.mobile-menu-sheet-title{color:#3a2442;font-size:1.05rem;font-weight:700}.mobile-menu-sheet-close{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:50%;color:#3a2442;cursor:pointer;display:flex;height:44px;justify-content:center;margin-right:-11px;width:44px}.mobile-menu-sheet-close:hover{background:#f8eef4}.mobile-menu-sheet-body{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow-y:auto;padding-bottom:24px}.mobile-menu-sheet-group{border-bottom:1px solid #f5eaf0;padding:6px 20px 4px}.mobile-menu-sheet-group:last-child{border-bottom:none}.mobile-menu-sheet-row{-webkit-tap-highlight-color:transparent;align-items:center;border-bottom:1px solid #f5eaf0;color:#3a2442;display:flex;font-size:.95rem;font-weight:500;gap:14px;min-height:52px;text-decoration:none}.mobile-menu-sheet-group .mobile-menu-sheet-row:last-child{border-bottom:none}.mobile-menu-sheet-row:active{background:#fbf4f8}.mobile-menu-sheet-row-icon{color:#5e3a6b;flex-shrink:0;height:20px;width:20px}.mobile-menu-sheet-cta{-webkit-tap-highlight-color:transparent;align-items:center;background:#fff;border:1.5px solid var(--brand-rose);border-radius:var(--radius-md);color:var(--brand-purple);display:flex;flex:0 0 auto;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;margin:12px 20px calc(12px + env(safe-area-inset-bottom));min-height:48px;padding:13px 20px;text-decoration:none}.mobile-menu-sheet-cta:active{background:#f8eef4}@media (min-width:768px){.mobile-menu-sheet{display:none}}.gsb-form{display:flex;gap:10px;margin:38px 0 16px;max-width:680px;position:relative}.gsb-input-wrap{border:1px solid #ffffff29;border-radius:var(--radius-full);box-shadow:0 10px 26px #00000038;flex:1 1;position:relative;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;z-index:20}.gsb-input-wrap:hover{border-color:#ffffff4d}.gsb-input-wrap:focus-within{border-color:#f5d97880;box-shadow:0 0 0 3px #f5d97873,0 12px 28px #00000042;transform:translateY(-1px)}.gsb-icon-search{color:#a68e9b;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.gsb-input{background:#fffffff5;border:none;border-radius:var(--radius-full);color:var(--brand-purple-deep);font-family:inherit;font-size:.96rem;outline:none;padding:18px 34px 18px 40px;width:100%}.gsb-input::placeholder{color:#a68e9b}.gsb-clear{background:#5e3a6b1a;border:none;border-radius:50%;color:#6b4e5e;cursor:pointer;font-size:1rem;height:24px;line-height:1;position:absolute;right:34px;top:50%;transform:translateY(-50%);transition:background .15s ease,color .15s ease;width:24px}.gsb-clear:hover{background:#5e3a6b2e;color:var(--brand-purple-deep)}.gsb-spinner{animation:gsb-spin .8s linear infinite;color:var(--brand-rose);position:absolute;right:12px;top:50%;transform:translateY(-50%)}@keyframes gsb-spin{to{transform:translateY(-50%) rotate(1turn)}}.gsb-submit-btn{align-items:center;background:linear-gradient(135deg,var(--brand-puce) 0,var(--brand-puce-deep) 100%);border:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.98rem;font-weight:700;gap:8px;padding:18px 26px;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.gsb-submit-btn:focus-visible,.gsb-submit-btn:hover{box-shadow:0 10px 24px #c47a8a66;transform:translateY(-2px)}.gsb-submit-icon{display:none}@media (min-width:769px){.gsb-form .mobile-only-input{display:none!important}}.gsb-dropdown{background:#fff;border-radius:var(--radius-lg);box-shadow:0 14px 32px #3a24422e;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:60}.gsb-dropdown-scroll{max-height:340px;overflow-y:auto;padding:8px}.gsb-group+.gsb-group{border-top:1px solid #5e3a6b14;margin-top:4px;padding-top:4px}.gsb-group-label{color:var(--brand-rose);font-size:.68rem;font-weight:700;letter-spacing:.06em;padding:6px 10px 4px;text-transform:uppercase}.gsb-item{align-items:center;background:none;border:none;border-radius:var(--radius-sm);color:var(--brand-purple-deep);cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;gap:10px;padding:9px 10px;text-align:left;width:100%}.gsb-item--active,.gsb-item:hover{background:#5e3a6b14}.gsb-item-icon{color:var(--brand-rose);flex-shrink:0}.gsb-item-label{flex:1 1}.gsb-item-label,.gsb-item-sublabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gsb-item-sublabel{color:#9a8290;flex-shrink:0;font-size:.76rem;max-width:40%}.gsb-empty{color:#7a6570;font-size:.86rem;padding:16px 14px}.gsb-item--pending{color:#9a8290;cursor:default;font-size:.86rem;font-style:italic}.gsb-item--pending:hover{background:none}.gsb-form.gsb-form--navbar{flex:1 1;gap:6px;margin:0 20px;max-width:420px}.gsb-form--navbar .gsb-input-wrap{background:#fbf4f8;border:1.5px solid #5e3a6b24;border-radius:999px;box-shadow:none;transition:border-color .15s ease}.gsb-form--navbar .gsb-input-wrap:hover{border-color:#5e3a6b24}.gsb-form--navbar .gsb-input-wrap:focus-within{border-color:#b07898;box-shadow:none;transform:none}.gsb-form--navbar .gsb-icon-search{display:none}.gsb-form--navbar .gsb-input{background:#0000;color:#3a2442;font-size:.85rem;padding:9px 34px 9px 16px}.gsb-form--navbar .gsb-clear{right:8px}.gsb-form--navbar .gsb-spinner{right:34px}.gsb-form--navbar .gsb-submit-btn{background:#5e3a6b;border-radius:50%;box-shadow:none;flex-shrink:0;height:34px;justify-content:center;padding:0;width:34px}.gsb-form--navbar .gsb-submit-btn:focus-visible,.gsb-form--navbar .gsb-submit-btn:hover{background:#4a2f56;box-shadow:none;transform:none}.gsb-form--navbar .gsb-submit-text{display:none}.gsb-form--navbar .gsb-submit-icon{display:block}@media (max-width:768px){.gsb-form.gsb-form--navbar{background:#0000;border-radius:0;margin:0;max-width:none;order:0;padding:0}.gsb-form--navbar .gsb-input-wrap{background:#fbf4f8}.gsb-form--navbar .gsb-input{color:#3a2442;font-weight:400}.gsb-form--navbar .gsb-input.mobile-only-input::placeholder{color:#a68e9b;font-weight:400}.gsb-form--navbar .gsb-submit-btn{height:34px;width:34px}.gsb-form .desktop-only-icon,.gsb-form .desktop-only-input{display:none!important}.gsb-form{align-items:center;background:#fff;border-radius:50px;flex-direction:row;gap:0;margin:0 0 16px;max-width:100%;order:-1;padding:5px}.gsb-input-wrap{align-items:center;border:none;display:flex;padding:0}.gsb-input,.gsb-input-wrap{background:#0000;box-shadow:none;flex:1 1}.gsb-input{font-size:.95rem;padding:10px 16px}.gsb-input,.gsb-input.mobile-only-input::placeholder{color:#333;font-weight:600}.gsb-submit-btn{background:linear-gradient(135deg,var(--brand-puce) 0,var(--brand-puce-deep) 100%);border-radius:50%;box-shadow:none;flex-shrink:0;height:44px;justify-content:center;min-width:0;min-width:auto;padding:0;width:44px}.gsb-submit-text{display:none}.gsb-submit-icon{color:#fff;display:block}.gsb-dropdown{left:-5px;right:-5px;top:calc(100% + 4px)}}.pill-btn{background:#fff;border:1.5px solid #5e3a6b2e;border-radius:var(--radius-full);color:#5e3a6b;cursor:pointer;flex:0 0 auto;font-family:inherit;font-size:.88rem;font-weight:600;padding:10px 18px;transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition);white-space:nowrap}.pill-btn:hover{border-color:#b07898;transform:translateY(-1px)}.pill-btn.active{background:#5e3a6b;border-color:#5e3a6b;color:#fff;font-weight:700}.pill-btn-sm{font-size:.82rem;padding:7px 14px}.city-tab-row{-ms-overflow-style:none;gap:10px;margin-bottom:20px;overflow-y:hidden;padding-bottom:6px;scroll-behavior:smooth}.city-tab-row .pill-btn{align-items:center;display:inline-flex;gap:6px}.city-tab-row .pill-btn.active{background:#fcebee;border-color:#b00020;color:#b00020}.hero-pin-pattern{height:100%;inset:0;opacity:.55;pointer-events:none;position:absolute;width:100%}@media (min-width:769px){.mobile-hero-text{display:none!important}}@media (max-width:768px){.desktop-hero-text{display:none!important}.hero{background:#5e3a6b!important;padding-top:0!important}.hero-card-group,.hero-purple-box{background:#5e3a6b!important;border-radius:0 0 24px 24px!important}.hero-purple-box{padding-top:10px}.hero-text{display:flex;flex-direction:column}.hero-header-row{order:0}.gsb-form{margin-bottom:16px;order:-1}.mobile-hero-text{display:flex;flex-direction:column;gap:12px;margin-top:14px}.mobile-hero-title{color:#fff;display:flex;flex-direction:column;gap:6px;text-align:left}.mobile-hero-title h1{font-size:1.4rem;font-weight:800;line-height:1.25;margin:0}.mobile-hero-title .hero-sub-tagline{font-size:.86rem;line-height:1.4;margin:0;max-width:90%;opacity:.95}.mobile-stats-carousel .hero-stat-cards{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.mobile-stats-carousel .stat-card{aspect-ratio:auto;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff24;border-radius:16px;box-shadow:0 6px 16px #140a1933;gap:6px;padding:12px 6px}.mobile-stats-carousel .stat-card-icon-badge{background:#ffffffe6;height:28px;width:28px}.mobile-stats-carousel .stat-card-icon{height:13px;width:13px}.mobile-stats-carousel .stat-card-value{color:#fff;font-size:.98rem}.mobile-stats-carousel .stat-card-label{color:#ffffffad;font-size:.5rem}.mobile-process-card{align-items:flex-start;background:linear-gradient(135deg,#472f4d,#5e3a6b);border-radius:18px;box-shadow:0 10px 30px #00000026;display:flex;justify-content:space-between;padding:18px 12px}.process-step{flex:1 1;flex-direction:column;gap:8px;text-align:center}.process-icon,.process-step{align-items:center;display:flex}.process-icon{background:#f5d97824;border:1px solid #f5d9784d;border-radius:50%;color:#f5d978;height:40px;justify-content:center;position:relative;width:40px}.process-icon svg{height:15px;width:15px}.process-badge{align-items:center;background:#c8960c;border:2px solid #472f4d;border-radius:50%;color:#472f4d;display:flex;font-size:.58rem;font-weight:800;height:16px;justify-content:center;position:absolute;right:-3px;top:-3px;width:16px}.process-text{color:#fff;font-size:.66rem;font-weight:700;line-height:1.2}.process-arrow{color:#b49e7c;flex-shrink:0;margin-top:13px}.hero-bg-lines,.hero-bg-ring,.hero-pin-pattern,.hero-tagline,.search-autocomplete-footer{display:none}}.recent-history-section{background:#fff;padding:24px 16px}.recent-history-section.has-top-border{border-top:1px solid #ebebeb}.section-heading-minimal h2{color:#1a1a1a;font-size:1.15rem;font-weight:700;margin:0 0 16px}.recent-searches-row{-webkit-overflow-scrolling:touch;display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.recent-searches-row::-webkit-scrollbar{display:none}.recent-search-pill{align-items:center;background:#fff;border:1px solid #ebebeb;border-radius:40px;box-shadow:0 2px 6px #00000008;color:#333;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:8px;padding:8px 16px;transition:box-shadow .2s,border-color .2s;white-space:nowrap}.recent-search-pill:active{background:#f9f9f9}.recent-properties-scroller{-webkit-overflow-scrolling:touch;display:flex;gap:16px;margin-right:-16px;overflow-x:auto;padding-bottom:8px;padding-right:16px;scrollbar-width:none}.recent-properties-scroller::-webkit-scrollbar{display:none}.recent-properties-scroller .chp-card{flex:0 0 auto;max-width:280px;min-width:260px}.section-heading-popular{margin-bottom:20px}.section-heading-popular .section-title{color:#000;font-size:1.2rem;font-weight:700;margin:0 0 6px}.section-heading-popular .section-subtitle{color:#555;font-size:.95rem;line-height:1.4;margin:0}.city-tab-row{-webkit-overflow-scrolling:touch;display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}.city-tab-row::-webkit-scrollbar{display:none}.country-filter-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;min-width:70px;padding:0}.country-filter-flag-wrap{align-items:center;background:#0000;border:1px solid #0000;border-radius:16px;display:flex;height:70px;justify-content:center;margin-bottom:8px;transition:border-color .2s;width:70px}.country-filter-btn.active .country-filter-flag-wrap{border-color:#b05e72}.country-filter-flag{border-radius:50%;box-shadow:0 2px 6px #0000001a;height:44px;object-fit:cover;width:44px}.country-filter-label{color:#333;font-size:.85rem;font-weight:500}@media (max-width:768px){.city-grid{grid-gap:12px!important;-webkit-overflow-scrolling:touch!important;display:grid!important;gap:12px!important;grid-auto-flow:column!important;grid-template-columns:none!important;grid-template-rows:auto auto!important;overflow-x:auto!important;padding-bottom:16px!important;scrollbar-width:none!important}.city-grid::-webkit-scrollbar{display:none!important}.city-grid>li{height:170px;width:135px}.city-card{aspect-ratio:unset!important;border-radius:12px!important;overflow:hidden!important}.city-card,.city-card-image,.city-card-image img{height:100%!important}.city-card-image img{object-fit:cover!important}.city-card-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000d9 0,#0000 60%)!important;display:flex;justify-content:center;padding-bottom:14px!important}.city-card-overlay h3{color:#fff!important;font-size:1.05rem!important;font-weight:700!important;margin:0!important;text-align:center!important;width:100%!important}.city-card-overlay p{display:none!important}}.mobile-stats-strip{background:#fff;border-top:1px solid #ebebeb;padding:24px 16px}.mobile-stats-grid{align-items:flex-start;display:flex;justify-content:space-between}.mobile-stat-item{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.mobile-stat-icon{color:#333;height:28px;margin-bottom:12px;width:28px}.mobile-stat-value{color:#000;font-size:1rem;font-weight:700;margin-bottom:4px}.mobile-stat-label{color:#555;font-size:.75rem}.filter-pills-row{align-items:center;display:flex;gap:10px;margin-bottom:16px;overflow-x:auto;scrollbar-width:none}.filter-pills-row::-webkit-scrollbar{display:none}.filter-pill{align-items:center;border:1px solid #ddd;border-radius:20px;color:#333;display:flex;font-size:.85rem;gap:6px;padding:6px 14px;white-space:nowrap}.filter-pill.active{background:#c47a8a1a;border-color:#b07898;color:#b05e72}.filter-pill .chevron{color:#888;font-size:.6rem;margin-left:4px}.showing-text{color:#888;font-size:.8rem;margin-left:auto;padding-right:16px}.property-scroller{display:flex;gap:12px;list-style:none;margin:0;overflow-x:auto;padding:4px 16px 16px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.property-scroller::-webkit-scrollbar{display:none}.property-scroller-item{flex:0 0 260px;scroll-snap-align:start}.perfect-acc-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:16px}.perfect-acc-item{align-items:flex-start;background:#fafafa;border:1px solid #eee;border-radius:12px;display:flex;flex-direction:column;padding:16px;text-align:left}.perfect-acc-icon{color:#b05e72;display:flex;margin-bottom:12px}.perfect-acc-item h4{color:#111;font-size:.95rem;font-weight:700;line-height:1.3;margin:0 0 6px}.perfect-acc-item p{color:#555;font-size:.8rem;line-height:1.4;margin:0}.steps-list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.step-item{align-items:flex-start;display:flex;gap:16px}.step-icon{align-items:center;background:#c47a8a1f;border-radius:50%;color:#b05e72;display:flex;flex-shrink:0;font-size:1.2rem;height:44px;justify-content:center;width:44px}.step-content{padding-top:4px}.step-content h4{color:#111;font-size:1.05rem;font-weight:700;margin:0 0 4px}.step-content p{color:#555;font-size:.9rem;line-height:1.4;margin:0}.partner-list-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory;scrollbar-width:none}.partner-list-row::-webkit-scrollbar{display:none}.partner-list-card{align-items:flex-start;background:linear-gradient(135deg,#f1eaf4,#fbf4f8);border-radius:12px;color:#333;display:flex;flex:0 0 280px;flex-direction:column;padding:24px;scroll-snap-align:start;text-decoration:none}.partner-list-card h3{color:#3a2442;font-size:1.2rem;font-weight:800;margin:4px 0 8px}.partner-list-card p{font-size:.9rem;line-height:1.4;margin-bottom:20px}.partner-list-eyebrow{color:#5e3a6b;font-size:.8rem;font-weight:700;margin:0}.partner-list-card .btn-secondary{background:#fff;border:none;border-radius:20px;box-shadow:0 4px 10px #5e3a6b1f;color:#5e3a6b;font-weight:700;padding:10px 20px}.hundreds-cities-strip{background:#fff5f7;margin-top:24px;padding:24px 16px 32px}.need-help-strip{margin-bottom:32px;margin-top:24px}.need-help-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.need-help-tile{align-items:center;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px #00000005;color:#333;display:flex;flex-direction:column;font-size:.9rem;font-weight:600;gap:12px;justify-content:center;padding:24px 12px;text-decoration:none}.need-help-tile svg{height:32px;width:32px}.need-help-tile:first-child svg{color:#25d366}.need-help-tile:nth-child(2) svg{color:#c8960c}.need-help-tile:nth-child(3) svg{color:#4a90d9}.need-help-tile:nth-child(4) svg{color:#5e3a6b}.hero-stat-cards{gap:10px}.hero-stat-cards,.stat-card{display:flex;flex-direction:column;width:100%}.stat-card{aspect-ratio:4/3;background:var(--surface-white);background:var(--stat-bg,var(--surface-white));border:1px solid var(--stat-accent-soft,var(--border-soft));border-radius:22px;box-shadow:0 6px 16px #3a24422e;gap:4px;overflow:hidden;padding:12px;position:relative;text-align:center}.stat-card,.stat-card-icon-badge{align-items:center;justify-content:center}.stat-card-icon-badge{background:#5e3a6b1f;background:var(--stat-accent-soft,#5e3a6b1f);border-radius:var(--radius-full);display:flex;flex:0 0 auto;height:38px;width:38px}.stat-card-icon{color:var(--brand-purple);color:var(--stat-accent,var(--brand-purple));height:18px;width:18px}.stat-card-body{align-items:center;display:flex;flex-direction:column;min-width:0}.stat-card-value{color:var(--ink);font-size:1.3rem;font-weight:800;letter-spacing:-.3px;line-height:1.1}.stat-card-label{color:var(--ink-softer);font-size:.62rem;font-weight:600;letter-spacing:.3px;line-height:1.25;margin-top:3px;text-transform:uppercase}.stat-skel{animation:stats-shimmer 1.4s ease infinite;background:linear-gradient(90deg,#f3ecf1 25%,#ece0e8 37%,#f3ecf1 63%);background-size:400% 100%;border-radius:6px;height:1.1rem;width:52px}@keyframes stats-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.stats-error{color:#ffffffb3;font-size:.8rem;text-align:center}@media (prefers-reduced-motion:reduce){.stat-skel{animation:none}}.hero-journey-flow{animation:hero-journey-flow-in .6s ease-out both;animation-delay:.15s;margin:10px 0 0}@keyframes hero-journey-flow-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-journey-flow{animation:none}}.hero-journey-main{align-items:flex-start;display:flex;flex-wrap:wrap;gap:0}.hero-journey-stage{align-items:flex-start;display:flex;flex:1 1 150px;flex-direction:column;gap:4px;min-width:140px;text-align:left}.hero-journey-stage-icon{align-items:center;background:linear-gradient(135deg,#5e3a6b,#8b6088);border:1.5px solid #f5d97866;border-radius:50%;color:#f5d978;display:flex;flex:0 0 auto;height:32px;justify-content:center;margin-bottom:4px;position:relative;width:32px}.hero-journey-stage-icon svg{height:15px;width:15px}.hero-journey-stage-number{align-items:center;background:#f5d978;border-radius:50%;box-shadow:0 0 0 1.5px #5e3a6b;color:#3a2442;display:flex;font-size:.5rem;font-weight:800;height:15px;justify-content:center;position:absolute;right:-4px;top:-4px;width:15px}.hero-journey-stage-title{color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:-.1px;line-height:1.26;overflow-wrap:break-word}.hero-journey-connector{align-items:center;color:#f5d978cc;display:flex;flex:0 0 auto;justify-content:center;padding-top:5px;width:28px}.hero-journey-connector svg{stroke-width:2.5;height:20px;width:20px}@media (max-width:640px){.hero-journey-flow{margin:18px 0 0;max-width:100%;text-align:left}.hero-journey-main{flex-wrap:nowrap;gap:0}.hero-journey-stage{flex:1 1;min-width:0;width:auto}.hero-journey-stage-icon{height:30px;width:30px}.hero-journey-stage-icon svg{height:15px;width:15px}.hero-journey-stage-title{font-size:.74rem;line-height:1.25}.hero-journey-connector{flex:0 0 auto;padding-top:6px;width:16px}.hero-journey-connector svg{height:13px;width:13px}}.lead-popup-overlay{align-items:center;animation:lead-popup-fade-in .25s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#3a244280;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:500}@keyframes lead-popup-fade-in{0%{opacity:0}to{opacity:1}}.lead-popup{animation:lead-popup-in .3s cubic-bezier(.22,1,.36,1);background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-height:calc(100vh - 40px);max-width:400px;overflow-y:auto;padding:32px 28px 28px;position:relative;width:100%}@keyframes lead-popup-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lead-popup-close{align-items:center;background:#0000;border:none;border-radius:var(--radius-full);color:#7b5b70;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:background var(--transition),color var(--transition),transform var(--transition);width:32px}.lead-popup-close:hover{background:#5e3a6b14;color:#3a2442;transform:rotate(90deg)}.lead-popup-close:active{transform:rotate(90deg) scale(.88)}.lead-popup-close:focus-visible{outline:2px solid #b07898;outline-offset:2px}@media (prefers-reduced-motion:reduce){.lead-popup-close:active,.lead-popup-close:hover{transform:none}}.lead-popup-title{color:#3a2442;font-size:1.25rem;font-weight:800;margin:0 0 6px;padding-right:26px}.lead-popup-sub{color:#7b5b70;font-size:.88rem;line-height:1.5;margin:0 0 22px}.lead-popup-form{display:flex;flex-direction:column;gap:14px}.lead-popup-field{display:flex;flex-direction:column;gap:5px}.lead-popup-field label{color:#7b5b70;font-size:.76rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.lead-popup-field input{border:1.5px solid var(--border-soft);border-radius:var(--radius-md);color:#3a2442;font-family:inherit;font-size:.94rem;outline:none;padding:12px 14px;transition:border-color var(--transition),box-shadow var(--transition)}.lead-popup-field input:focus{border-color:#b07898;box-shadow:0 0 0 3px #b078981f}.lead-popup-field input.input-error{border-color:#c0392b}.lead-popup-error{color:#c0392b;font-size:.73rem;font-weight:600}.lead-popup-submit-error{background:#fff0f0;border:1px solid #fcc;border-radius:8px;color:#c0392b;font-size:.8rem;line-height:1.5;padding:9px 13px}.lead-popup-submit-error a{color:#c0392b;text-decoration:underline}.lead-popup-success{align-items:center;display:flex;flex-direction:column;gap:14px;padding:12px 4px 4px;text-align:center}.lead-popup-success p{color:#3a2442;font-size:1rem;font-weight:600;line-height:1.5;margin:0}@media (max-width:480px){.lead-popup{padding:28px 20px 22px}}.price-range-slider{display:flex;flex-direction:column;gap:12px;width:100%}.price-range-readout{color:var(--brand-purple-deep);font-size:.92rem;font-weight:700}.price-range-track-wrap{align-items:center;display:flex;height:28px;position:relative}.price-range-track{background:#5e3a6b24;left:0;right:0}.price-range-track,.price-range-track-fill{border-radius:var(--radius-full);height:4px;position:absolute}.price-range-track-fill{background:linear-gradient(90deg,var(--brand-puce) 0,var(--brand-gold) 100%)}.price-range-input{appearance:none;background:#0000;height:28px;left:0;margin:0;pointer-events:none;position:absolute;right:0;width:100%}.price-range-input::-webkit-slider-thumb{appearance:none;background:#fff;border:3px solid var(--brand-puce-deep);border-radius:50%;box-shadow:0 2px 6px #3a24424d;cursor:pointer;height:20px;margin-top:0;pointer-events:all;width:20px}.price-range-input::-moz-range-thumb{background:#fff;border:3px solid var(--brand-puce-deep);border-radius:50%;box-shadow:0 2px 6px #3a24424d;cursor:pointer;height:20px;pointer-events:all;width:20px}.price-range-input::-webkit-slider-runnable-track{background:#0000}.price-range-input::-moz-range-track{background:#0000}.price-range-numbers{display:flex;gap:12px}.price-range-numbers label{color:#7a6570;display:flex;flex:1 1;flex-direction:column;font-size:.76rem;font-weight:600;gap:4px}.price-range-number-field{align-items:center;border:1.5px solid #5e3a6b2e;border-radius:var(--radius-sm);display:flex;gap:4px;padding:8px 10px}.price-range-number-field span{color:#9a8290;font-weight:700}.price-range-number-field input{-moz-appearance:textfield;border:none;color:var(--brand-purple-deep);font-family:inherit;font-size:.9rem;min-width:0;outline:none;width:100%}.price-range-number-field input::-webkit-inner-spin-button,.price-range-number-field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mfs-overlay{align-items:flex-end;background:#3a244273;display:flex;inset:0;position:fixed;z-index:200}.mfs-sheet{animation:mfs-slide-up .22s ease;background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;max-height:88vh;width:100%}@keyframes mfs-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mfs-header{align-items:center;border-bottom:1px solid #5e3a6b1a;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 18px}.mfs-header h2{font-size:1.1rem;margin:0}.mfs-close,.mfs-header h2{color:var(--brand-purple-deep)}.mfs-close{align-items:center;background:#5e3a6b14;border:none;border-radius:50%;cursor:pointer;display:flex;height:34px;justify-content:center;width:34px}.mfs-body{flex:1 1;overflow-y:auto;padding:8px 18px 18px}.mfs-section{border-bottom:1px solid #5e3a6b14;padding:16px 0}.mfs-section:last-child{border-bottom:none}.mfs-section h3{color:var(--brand-purple-deep);font-size:.92rem;margin:0 0 10px}.mfs-section select{background:#fff;border:1.5px solid #5e3a6b2e;border-radius:var(--radius-sm);color:var(--brand-purple-deep);font-family:inherit;font-size:.9rem;padding:12px 14px;width:100%}.mfs-amenity-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.mfs-amenity-chip{border:1.5px solid #5e3a6b24;border-radius:var(--radius-sm);font-size:.85rem;gap:8px;padding:10px 12px}.mfs-amenity-chip,.mfs-checkbox-row{align-items:center;color:var(--brand-purple-deep);display:flex}.mfs-checkbox-row{font-size:.92rem;font-weight:600;gap:10px}.mfs-footer{border-top:1px solid #5e3a6b1a;display:flex;flex-shrink:0;gap:10px;padding:14px 18px max(14px,env(safe-area-inset-bottom))}.mfs-clear-btn{background:#fff;border:1.5px solid #5e3a6b38;border-radius:var(--radius-full);color:var(--brand-purple-deep);flex:0 0 auto}.mfs-apply-btn,.mfs-clear-btn{font-family:inherit;font-size:.9rem;font-weight:700;padding:14px 18px}.mfs-apply-btn{background:linear-gradient(135deg,var(--brand-puce) 0,var(--brand-puce-deep) 100%);border:none;border-radius:var(--radius-full);color:#fff;flex:1 1}.mlr-row{background:#fff;border:1.5px solid #0000;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:12px;padding:10px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.mlr-row:hover{box-shadow:0 4px 14px #3a24421a}.mlr-row--active{border-color:var(--brand-puce-deep);box-shadow:0 4px 14px #3a244229}.mlr-image{background:#f1e7ee;border-radius:var(--radius-sm);flex:0 0 96px;height:96px;overflow:hidden;position:relative;width:96px}.mlr-image img{height:100%;object-fit:cover;width:100%}.mlr-image-placeholder{background:#f1e7ee;height:100%;width:100%}.mlr-badge{background:#3a2442d9;border-radius:var(--radius-full);color:#fff;font-size:.62rem;font-weight:700;left:6px;padding:2px 7px;position:absolute;top:6px}.mlr-heart{position:absolute;right:4px;top:4px;transform:scale(.75);transform-origin:top right}.mlr-body{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.mlr-name{color:var(--brand-purple-deep);font-size:.9rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mlr-location{align-items:center;color:#9a8290;display:flex;font-size:.76rem;gap:4px;margin:0}.mlr-distance{color:#9a8290;font-size:.74rem;margin:0}.mlr-footer{align-items:center;display:flex;gap:8px;margin-top:2px}.mlr-price{color:var(--brand-purple-deep);font-size:.84rem;font-weight:700}.mlr-price--soldout{color:#9b3a3a;letter-spacing:.3px;text-transform:uppercase}.mlr-duration{color:#9a8290;font-weight:500}.mlr-rating{align-items:center;color:var(--brand-gold-deep);display:flex;font-size:.78rem;font-weight:600;gap:3px}.mlr-view{align-self:flex-start;font-size:.76rem;margin-top:6px;padding:5px 12px}.plp-navbar-wrap{display:contents}.listings-page{margin:0 auto;max-width:var(--container-max);padding:var(--space-3) 20px 72px}.listings-layout{grid-gap:var(--space-4);display:grid;gap:var(--space-4);grid-template-columns:1fr}.destination-browser{margin:0 auto;max-width:var(--container-max);padding:var(--space-6) 20px 72px}.destination-browser .listings-breadcrumb{margin-bottom:var(--space-4)}.destination-browser-header{margin-bottom:var(--space-5);text-align:center}.destination-browser-header h1{color:var(--ink);font-size:clamp(1.5rem,3vw,2.1rem);margin:10px 0 8px}.destination-browser-sub{color:var(--ink-soft);line-height:1.6;margin:0 auto;max-width:560px}.destination-search-wrap{margin:var(--space-4) auto 0;max-width:700px;position:relative}.destination-search-icon{color:var(--ink-faint);left:26px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:color var(--transition)}.destination-search-input{background:#fff;border:1.5px solid var(--border-soft);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);box-shadow:var(--shadow-md,var(--shadow-sm));color:var(--ink);font-family:inherit;font-size:1.05rem;outline:none;padding:19px 58px;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition);width:100%}.destination-search-input:hover{border-color:var(--border-brand,var(--brand-rose))}.destination-search-input:focus{border-color:var(--brand-rose);box-shadow:0 0 0 5px #b0789829,var(--shadow-sm);box-shadow:0 0 0 5px #b0789829,var(--shadow-md,var(--shadow-sm));transform:translateY(-1px)}.destination-search-wrap:focus-within .destination-search-icon{color:var(--brand-rose)}.destination-search-input::placeholder{color:var(--ink-faint)}.destination-search-clear{align-items:center;background:#f1eef3;background:var(--bg-subtle,#f1eef3);border:none;border-radius:50%;color:var(--ink-soft);cursor:pointer;display:flex;font-size:1.15rem;height:28px;justify-content:center;line-height:1;position:absolute;right:18px;top:50%;transform:translateY(-50%);transition:background var(--transition),color var(--transition);width:28px}.destination-search-clear:hover{background:var(--brand-rose);color:#fff}@media (max-width:640px){.destination-search-input{font-size:.98rem;padding:16px 46px}.destination-search-icon{left:18px}.destination-search-clear{right:12px}}.popular-cities-row{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-5)}.popular-cities-label{color:var(--ink-faint);flex-shrink:0;font-size:.78rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.popular-cities-chips{display:flex;flex-wrap:wrap;gap:8px}.popular-city-chip{align-items:center;background:#fff;border:1.5px solid var(--border-brand);border-radius:var(--radius-full);color:var(--brand-purple);display:inline-flex;font-size:.86rem;font-weight:600;gap:6px;padding:8px 16px;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.popular-city-chip:hover{background:var(--brand-purple);border-color:var(--brand-purple);color:#fff;transform:translateY(-1px)}.destination-advisor-banner{align-items:center;background:linear-gradient(135deg,#3a2442,#5e3a6b 60%,#8b6088);border-radius:var(--radius-xl);color:#fff;display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-between;margin:var(--space-5) auto var(--space-6);max-width:900px;padding:var(--space-4) var(--space-5)}.destination-advisor-banner strong{display:block;font-size:1rem;margin-bottom:2px}.destination-advisor-banner span{color:#ffffffbf;font-size:.86rem}.country-select-grid{grid-gap:var(--space-4);display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.country-select-card{background:#fff;border:1px solid var(--border-brand);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);color:inherit;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.country-select-card:focus-visible,.country-select-card:hover{border-color:var(--brand-rose);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.country-select-image{aspect-ratio:4/3;background:#f3ecf1;overflow:hidden;position:relative}.country-select-image img{display:block;height:100%;object-fit:cover;transition:transform var(--transition);width:100%}.country-select-card:hover .country-select-image img{transform:scale(1.06)}.country-select-flag{align-items:center;background:#ffffffeb;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);display:flex;height:40px;justify-content:center;left:var(--space-3);position:absolute;top:var(--space-3);width:40px}.country-select-flag img{border-radius:2px;box-shadow:0 0 0 1px #5e3a6b1f;height:16px;object-fit:cover;width:22px}.country-select-body{display:flex;flex-direction:column;gap:2px;padding:var(--space-3) var(--space-4) var(--space-4)}.country-select-name{color:var(--ink);font-size:1.1rem;font-weight:800}.country-select-count{color:var(--ink-soft);font-size:.84rem;font-weight:600}.country-cities-grid{grid-gap:var(--space-4);display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));list-style:none;margin:0;padding:0}.country-cities-grid .city-card-image{height:260px}@media (max-width:639px){.country-cities-grid,.country-select-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr))}}.listings-toolbar{align-items:center;background:#fff;border:1px solid var(--border-brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3);padding:var(--space-2);position:sticky;top:78px;z-index:60}.toolbar-search-input{background:#fbf4f8;border:1px solid #5e3a6b2e;border-radius:999px;color:#3a2442;flex:1 1 220px;font-family:inherit;font-size:.86rem;min-width:160px;padding:9px 16px}.toolbar-search-input:focus{border-color:#b07898;outline:none}.toolbar-dropdown{flex:0 0 auto;position:relative}.toolbar-dropdown summary{align-items:center;background:#fff;border:1px solid #5e3a6b2e;border-radius:999px;color:#5e3a6b;cursor:pointer;display:flex;font-size:.84rem;font-weight:600;gap:6px;list-style:none;padding:9px 16px;-webkit-user-select:none;user-select:none;white-space:nowrap}.toolbar-dropdown summary::-webkit-details-marker{display:none}.toolbar-dropdown summary:after{content:" ▾";font-size:.7rem}.toolbar-dropdown[open] summary{background:#b0789814;border-color:#b07898}.toolbar-panel{background:#fff;border:1px solid #5e3a6b1a;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);left:0;max-height:360px;min-width:260px;overflow-y:auto;padding:var(--space-3);position:absolute;top:calc(100% + 8px);z-index:70}.toolbar-panel-group+.toolbar-panel-group{border-top:1px solid #5e3a6b14;margin-top:14px;padding-top:14px}.toolbar-panel-label{color:#3a2442;display:block;font-size:.78rem;font-weight:700;margin-bottom:8px}.toolbar-panel-row{display:flex;gap:8px}.toolbar-panel-group select,.toolbar-panel-row input{background:#fbf4f8;border:1px solid #5e3a6b2e;border-radius:8px;color:#3a2442;font-family:inherit;font-size:.84rem;padding:8px 10px;width:100%}.toolbar-amenity-list{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow-y:auto}.toolbar-amenity-item{align-items:center;color:#3a2442;display:flex;font-size:.84rem;gap:8px}.toolbar-panel-apply{background:#5e3a6b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.84rem;font-weight:600;margin-top:14px;padding:9px;width:100%}.toolbar-sort-panel{display:flex;flex-direction:column;min-width:200px;padding:6px}.toolbar-sort-option{background:none;border:none;border-radius:8px;color:#3a2442;cursor:pointer;font-family:inherit;font-size:.84rem;padding:9px 10px;text-align:left}.toolbar-sort-option:hover{background:#5e3a6b0f}.toolbar-sort-option.active{color:#5e3a6b;font-weight:700}.toolbar-checkbox{align-items:center;border:1px solid #5e3a6b2e;border-radius:999px;color:#3a2442;display:flex;flex:0 0 auto;font-size:.84rem;gap:6px;padding:9px 16px;white-space:nowrap}.toolbar-checkbox svg{color:#5e3a6b;flex-shrink:0}.toolbar-clear-btn{background:none;border:none;color:#b07898;cursor:pointer;flex:0 0 auto;font-family:inherit;font-size:.84rem;font-weight:600;padding:9px 10px;text-decoration:underline;white-space:nowrap}.listings-breadcrumb{align-items:center;color:#6b4e5e;display:flex;font-size:.78rem;gap:6px;margin-bottom:8px}.listings-breadcrumb a{color:#6b4e5e}.listings-breadcrumb a:hover{color:#5e3a6b}.listings-breadcrumb [aria-current=page]{color:#3a2442;font-weight:600}.listings-title-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.listings-title-col h1{color:#3a2442;font-size:1.35rem;font-weight:700}.listings-count{color:#6b4e5e;font-size:.95rem;font-weight:500}.listings-city-desc{color:#6b4e5e;font-size:.86rem;margin:6px 0 0;max-width:620px}.listings-city-desc.clamped{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.listings-desc-toggle{background:none;border:none;color:#b07898;cursor:pointer;font-family:inherit;font-size:.84rem;font-weight:600;padding:0;white-space:nowrap}.view-toggle{border:1px solid #5e3a6b2e;border-radius:999px;display:flex;flex-shrink:0;overflow:hidden}.view-toggle button{align-items:center;background:#fff;border:none;color:#5e3a6b;cursor:pointer;display:flex;font-family:inherit;font-size:.84rem;font-weight:600;gap:6px;padding:8px 16px}.view-toggle button.active{background:#5e3a6b;color:#fff}.listings-error{background:#fcebee;border-radius:12px;color:#b00020;font-size:.9rem;margin-bottom:16px;padding:16px}.listings-empty{background:#fff;border:1px solid #5e3a6b1a;border-radius:16px;color:#6b4e5e;padding:32px 20px;text-align:center}.listings-empty p{margin:0 0 10px}.listings-empty p:first-child{color:var(--brand-purple-deep);font-size:1.15rem;font-weight:700}.listings-empty-hint{font-size:.88rem}.listings-empty-suggestions{display:inline-block;font-size:.88rem;list-style:disc;margin:0 auto 14px;padding-left:20px;text-align:left}.explore-map-widget{background:#fff;border:1px solid #5e3a6b1f;border-radius:var(--radius-lg);cursor:pointer;display:block;margin-bottom:16px;overflow:hidden;padding:0;text-align:left;transition:transform .15s ease,box-shadow .15s ease;width:100%}.explore-map-widget:hover{box-shadow:0 10px 24px #3a244229;transform:translateY(-2px)}.explore-map-widget-preview{background:linear-gradient(#5e3a6b0f 1px,#0000 0),linear-gradient(90deg,#5e3a6b0f 1px,#0000 0),linear-gradient(135deg,#f5edf2,#efe2ec);background-size:22px 22px,22px 22px,100% 100%;height:120px;position:relative}.explore-map-widget-pin{background:#fff;border-radius:var(--radius-full);box-shadow:0 2px 6px #3a244238;color:var(--brand-purple-deep);font-size:.7rem;font-weight:700;padding:4px 8px;position:absolute}.explore-map-widget-pin--1{left:14px;top:18px}.explore-map-widget-pin--2{background:var(--brand-puce-deep);color:#fff;left:50%;top:50px;transform:translateX(-50%)}.explore-map-widget-pin--3{bottom:16px;right:16px}.explore-map-widget-label{align-items:center;color:var(--brand-purple-deep);display:flex;font-size:.88rem;font-weight:700;gap:8px;justify-content:center;padding:12px}.listings-map-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:minmax(360px,420px) 1fr;height:calc(100vh - 260px);min-height:480px}.listings-map-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding-right:6px;scrollbar-color:#5e3a6b40 #0000;scrollbar-width:thin}.listings-map-list::-webkit-scrollbar{width:6px}.listings-map-list::-webkit-scrollbar-track{background:#0000}.listings-map-list::-webkit-scrollbar-thumb{background:#5e3a6b40;border-radius:var(--radius-full)}.listings-map-list::-webkit-scrollbar-thumb:hover{background:#5e3a6b66}.listings-map-list-count{color:var(--brand-purple-deep);font-size:.8rem;font-weight:700;padding:0 2px 2px}.listings-map-panel{border-radius:var(--radius-lg);height:100%;overflow:hidden;position:relative}.listings-map-close{display:none}.listings-map-loading{color:#7a6570;padding:60px 20px;text-align:center}@media (max-width:900px){.listings-map-layout{grid-template-columns:1fr;height:auto}.listings-map-list{display:none}}@media (max-width:768px){.listings-map-layout{background:#fff;gap:0;grid-template-columns:1fr;height:100vh;inset:0;position:fixed;z-index:300}.listings-map-list{display:none}.listings-map-panel{border-radius:0;height:100vh}.listings-map-close{background:#3a2442d9;border:none;border-radius:var(--radius-full);color:#fff;display:block;font-family:inherit;font-size:.82rem;font-weight:700;padding:10px 16px;position:absolute;right:14px;top:14px;z-index:500}}.country-properties-preview{border-top:1px solid #5e3a6b1a;margin-top:32px;padding-top:24px}.country-properties-preview h3{color:var(--brand-purple-deep);font-size:1.15rem;margin:0 0 16px}.country-cities-secondary{border-top:1px solid #5e3a6b1a;margin-top:28px;padding-top:24px}.country-cities-secondary h3{color:var(--brand-purple-deep);font-size:1.05rem;margin:0 0 14px}.listings-skeleton{display:flex;flex-direction:column;gap:16px}.listings-skeleton--grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.listing-skeleton-card{background:#fff;border:1px solid #5e3a6b1a;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.listing-skeleton-image{aspect-ratio:16/10;background-color:#efe7f1;flex-shrink:0;width:100%}.listing-skeleton-body{display:flex;flex:1 1;flex-direction:column;gap:9px;padding:13px 16px}.listing-skeleton-top{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.listing-skeleton-top-text{display:flex;flex:1 1;flex-direction:column;gap:7px;min-width:0}.listing-skeleton-rating{background-color:#efe7f1;border-radius:999px;flex-shrink:0;height:22px;width:40px}.listing-skeleton-line{background-color:#efe7f1;border-radius:6px;height:11px;width:100%}.listing-skeleton-chips{display:flex;flex-wrap:wrap;gap:8px}.listing-skeleton-chip{background-color:#efe7f1;border-radius:999px;height:22px;width:64px}.listing-skeleton-footer{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:auto;padding-top:10px}.listing-skeleton-price{display:flex;flex-direction:column;gap:6px}.listing-skeleton-btn{background-color:#efe7f1;border-radius:10px;flex-shrink:0;height:34px;width:88px}.listing-skeleton-btn,.listing-skeleton-chip,.listing-skeleton-image,.listing-skeleton-line,.listing-skeleton-rating{overflow:hidden;position:relative}.listing-skeleton-btn:after,.listing-skeleton-chip:after,.listing-skeleton-image:after,.listing-skeleton-line:after,.listing-skeleton-rating:after{animation:listings-shimmer 1.4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffffa6,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}@keyframes listings-shimmer{to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.listing-skeleton-btn:after,.listing-skeleton-chip:after,.listing-skeleton-image:after,.listing-skeleton-line:after,.listing-skeleton-rating:after{animation:none}}.listings-grid-view{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.listings-grid-view .chp-card{flex-basis:auto;scroll-snap-align:none}.listing-card{background:#fff;border:1px solid var(--border-brand);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);cursor:pointer;display:flex;flex-direction:column;margin-bottom:var(--space-3);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.listing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.listing-card:focus-visible{outline:2px solid #b07898;outline-offset:2px}.listing-card-body{display:flex;flex-direction:column;gap:7px;padding:13px 16px}.listing-card-top{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.listing-card-title{color:#3a2442;font-size:1rem;line-height:1.25;margin:0 0 2px}.listing-card-address{color:#6b4e5e;font-size:.8rem;line-height:1.3;margin:0}.listing-card-distances{color:#7a5a72;font-size:.76rem;line-height:1.3}.listing-card-distances-more{color:#b07898;font-weight:600}.listing-card-rating{align-items:center;background:#c8960c1f;border-radius:999px;color:#c8960c;display:flex;flex-shrink:0;font-size:.86rem;font-weight:700;gap:4px;padding:4px 10px;white-space:nowrap}.listing-card-rating-star{font-size:.85rem}.listing-card-wishlist-row{display:flex;gap:8px;justify-content:flex-end}.listing-card-meta-row{color:#5e3a6b;font-size:.78rem;font-weight:600}.listing-chip-row{display:flex;flex-wrap:wrap;gap:5px}.listing-chip{background:#5e3a6b14;border-radius:999px;color:#5e3a6b;font-size:.71rem;font-weight:600;line-height:1.5;padding:3px 9px;white-space:nowrap}.listing-chip-green{background:#2e7d321a;color:#2e7d32}.listing-chip-blue,.listing-chip-green{align-items:center;display:inline-flex;gap:4px}.listing-chip-blue{background:#4a90d91f;color:#4a90d9}.listing-chip-more{background:#0000;color:#b07898;text-decoration:underline}.listing-card-social{color:#7eb8c9;font-size:.74rem;font-weight:600;margin:0}.listing-card-footer{align-items:center;border-top:1px solid #5e3a6b14;display:flex;gap:10px;justify-content:space-between;margin-top:2px;padding-top:9px}.listing-card-price{display:flex;flex-direction:column;line-height:1.15}.listing-price-label{color:#6b4e5e;font-size:.72rem}.listing-price-label--soldout{color:#9b3a3a;font-size:.9rem;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.listing-price-value{color:#3a2442;font-size:1.05rem;font-weight:700}.listing-price-original{color:#a89099;font-size:.8rem;font-weight:600;margin-right:6px;text-decoration:line-through}.listing-price-duration{color:#6b4e5e;font-size:.76rem;font-weight:500}.listings-sidebar{display:flex;flex-direction:column;gap:12px}.listings-sidebar-card{background:#fff;border:1px solid var(--border-brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-3)}.listings-sidebar-row{align-items:flex-start;display:flex;gap:12px}.listings-sidebar-row+.listings-sidebar-row{border-top:1px solid #5e3a6b14;margin-top:14px;padding-top:14px}.listings-sidebar-row svg{flex-shrink:0;margin-top:1px}.listings-sidebar-title{color:#3a2442;font-size:.92rem;font-weight:700}.listings-sidebar-text{color:#6b4e5e;font-size:.82rem;margin-top:4px}@media (min-width:640px){.listing-card{flex-direction:row}.listing-card-image{aspect-ratio:auto;width:210px}.listing-card-body{flex:1 1}.listings-grid-view,.listings-skeleton--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.listings-layout{align-items:start;grid-template-columns:1fr 300px}.listings-sidebar{position:sticky;top:150px}.listings-grid-view,.listings-skeleton--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.listings-grid-view,.listings-skeleton--grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:639px){.listings-toolbar{top:130px}.toolbar-search-input{flex-basis:100%}.listings-title-row{align-items:stretch;flex-direction:column}.view-toggle{align-self:flex-start}.listing-card-footer{align-items:center;flex-direction:row;justify-content:space-between}.listing-card-footer .btn{background:linear-gradient(135deg,#c47a8a,#b05e72);color:#fff;font-weight:700;padding:10px 24px;width:auto}}@media (max-width:767.98px){.listings-main{min-width:0}.listing-card{border-left:none;border-radius:0;border-right:none;margin-bottom:12px;position:relative}.listing-card,.listings-grid-view{margin-inline:-20px}.listing-card-wishlist-row{position:absolute;right:12px;top:12px;z-index:5}.listing-card-wishlist-row .share-btn,.listing-card-wishlist-row .wishlist-heart-btn{background:#ffffffeb;height:44px;width:44px}.listing-chip-row{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.listing-chip-row::-webkit-scrollbar{display:none}.listing-chip{flex-shrink:0}.listings-sidebar,.view-toggle{display:none}.listings-breadcrumb{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.listings-breadcrumb::-webkit-scrollbar{display:none}.listings-breadcrumb a,.listings-breadcrumb span{flex-shrink:0}.listings-toolbar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scrollbar-width:none;top:130px}.listings-toolbar::-webkit-scrollbar{display:none}.toolbar-search-input{flex:0 0 190px}.toolbar-dropdown[open]:after{background:#3a244259;content:"";inset:0;position:fixed;z-index:490}.toolbar-dropdown[open] .toolbar-panel{border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -10px 40px #3a244240;left:0;max-height:85dvh;min-width:0;padding-top:22px;position:fixed;right:0;top:auto;width:100%;z-index:500}.toolbar-dropdown[open] .toolbar-panel:before{background:var(--border-soft);border-radius:999px;content:"";height:4px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:36px}.toolbar-panel-apply{bottom:0;position:sticky}.toolbar-panel-apply:after{content:" (" attr(data-count) ")"}.properties-page-wrap{background:#f7f7f7;min-height:100vh}.mobile-listings-header-wrap{background:#fff;box-shadow:0 2px 12px #0000000d;padding:12px 16px;position:sticky;top:0;z-index:100}.mobile-listings-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.mobile-back-btn{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;padding:0}.mobile-search-box{align-items:center;background:#f2f2f2;border-radius:999px;display:flex;flex:1 1;gap:8px;padding:10px 14px}.mobile-search-box input{background:none;border:none;color:#333;flex:1 1;font-size:.9rem;font-weight:600;outline:none;text-overflow:ellipsis}.mobile-search-clear{background:#ccc;border:none;border-radius:50%;color:#fff;font-size:.8rem;height:18px;width:18px}.mobile-filter-btn,.mobile-search-clear{align-items:center;cursor:pointer;display:flex;justify-content:center}.mobile-filter-btn{background:none;border:1px solid #ddd;border-radius:50%;color:#333;height:40px;width:40px}.mobile-filter-pills{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.mobile-filter-pills::-webkit-scrollbar{display:none}.mobile-filter-pills .pill-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:20px;color:#333;display:inline-flex;flex-shrink:0;font-size:.85rem;font-weight:500;gap:5px;padding:6px 14px;white-space:nowrap}.mobile-filter-pills .pill-btn.active{background:var(--brand-purple-deep);border-color:var(--brand-purple-deep);color:#fff;font-weight:700}}.mobile-bottom-nav{align-items:stretch;background:#fff;border-top:1px solid #edd5e3;bottom:0;box-shadow:0 -6px 20px #3a244214;display:flex;height:56px;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;right:0;z-index:1000}.mobile-bottom-nav-item{-webkit-tap-highlight-color:transparent;align-items:center;color:#7b5b70;display:flex;flex:1 1;flex-direction:column;gap:2px;justify-content:center;min-height:44px;min-width:44px;text-decoration:none}.mobile-bottom-nav-icon{color:inherit;height:22px;width:22px}.mobile-bottom-nav-label{font-size:11px;font-weight:500;line-height:1}.mobile-bottom-nav-item.active{color:#5e3a6b}.mobile-bottom-nav-item.active .mobile-bottom-nav-label{font-weight:600}@media (min-width:768px){.mobile-bottom-nav{display:none}}
/*# sourceMappingURL=main.fa53a7df.css.map*/