:root{--primary:#A42CD6;--primary-dark:#7B1FA2;--primary-light:#CE93D8;--bg-page:#F0D9FB;--navbar-border:#A42CD6;--card-radius:14px;--profile-card-radius:12px;--location-card-radius:14px;--input-radius:8px;--input-height:52px;--input-border:1.5px solid #d0d0d0;--input-focus-shadow:0 0 0 3px rgba(164, 44, 214, 0.18)}
*,::after,::before{box-sizing:border-box;margin:0;padding:0}
body{background-color:var(--bg-page);font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;min-height:100vh}
img{display:block;max-width:100%}
a{text-decoration: none;
    color: inherit;}
p>a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}
.navbar{background:#fff;border-bottom:3px solid var(--navbar-border);padding-top:.7rem;padding-bottom:.7rem}
.navbar-brand{font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none;letter-spacing:-.3px}
.navbar-brand:hover{color:var(--primary)}
.btn-post{background:var(--primary);color:#fff;border:none;border-radius:var(--input-radius);padding:.55rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block;transition:background .2s ease,transform .15s ease;white-space:nowrap;cursor:pointer}
.btn-post:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}
.btn-post:active{transform:translateY(0);background:var(--primary)}
.search-section{padding:2.5rem 1rem 2rem;display:flex;align-items:flex-start;justify-content:center}
.search-card{background:#fff;border-radius:var(--card-radius);box-shadow:0 2px 16px rgba(164,44,214,.1),0 1px 4px rgba(0,0,0,.05);padding:1.5rem 1.75rem;width:100%;max-width:1060px}
.form-select{height:var(--input-height);border:var(--input-border);border-radius:var(--input-radius);padding:0 2.5rem 0 .95rem;font-size:.95rem;color:#555;background-color:#fff;width:100%;cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color .2s ease,box-shadow .2s ease}
.form-select:focus{border-color:var(--primary);box-shadow:var(--input-focus-shadow);outline:0;color:#333}
.form-select:hover{border-color:var(--primary-light)}
.btn-search{height:var(--input-height);min-width:110px;background:var(--primary);color:#fff;border:none;border-radius:var(--input-radius);padding:0 1.75rem;font-size:1rem;font-weight:600;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease;letter-spacing:.2px}
.btn-search:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-search:active{transform:translateY(0);background:var(--primary)}
.search-row{display:flex;align-items:center;gap:14px}
.search-row .select-wrap{flex:1;min-width:0}
.search-row .btn-wrap{flex-shrink:0}
.trending-section{padding:.5rem 1rem 3rem}
.trending-inner{max-width:1060px;margin:0 auto}
.section-heading{font-size:2rem;font-weight:700;color:#111;margin-bottom:1.25rem;letter-spacing:-.3px}
.section-heading--center{text-align:center;margin-bottom:1.75rem}
.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.profile-card{position:relative;border-radius:var(--profile-card-radius);overflow:hidden;aspect-ratio:3/4;background:#e0d0ec;cursor:pointer;display:block;text-decoration:none}
.profile-card img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .35s ease}
.profile-card:hover img{transform:scale(1.04)}
.profile-card::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 45%,rgba(0,0,0,.65) 100%);pointer-events:none}
.profile-badge{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.55);color:#fff;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:20px;z-index:2;letter-spacing:.3px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.profile-footer{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding:10px 12px 12px}
.profile-name{font-size:.92rem;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:65%}
.profile-age{font-size:.82rem;font-weight:400;color:rgba(255,255,255,.88);white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.locations-section{background:#fff;padding:3rem 1rem 3.5rem}
.locations-inner{max-width:1060px;margin:0 auto}
.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.location-card{position:relative;border-radius:var(--location-card-radius);overflow:hidden;aspect-ratio:4/3;display:block;text-decoration:none;background:#c8e6c9;cursor:pointer}
.location-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}
.location-card:hover img{transform:scale(1.05)}
.location-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.45) 100%);z-index:1;pointer-events:none}
.location-wave{position:absolute;bottom:0;left:0;right:0;z-index:2;line-height:0;pointer-events:none}
.location-wave svg{width:100%;height:auto;display:block}
.location-name{position:absolute;bottom:28px;left:18px;z-index:3;font-size:1.35rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:-.2px;pointer-events:none}
@media (max-width:992px){
.profile-grid{grid-template-columns:repeat(3,1fr)}
.location-grid{grid-template-columns:repeat(2,1fr)}
.section-heading{font-size:1.75rem}
}
@media (max-width:768px){
.search-section{padding:1.5rem .75rem 1.25rem}
.search-card{padding:1.25rem 1.1rem;border-radius:12px}
.search-row{flex-direction:column;gap:12px}
.search-row .btn-wrap,.search-row .select-wrap{width:100%}
.btn-search{width:100%;min-width:unset}
.navbar-brand{font-size:1.3rem}
.btn-post{padding:.45rem 1rem;font-size:.88rem}
.profile-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.trending-section{padding:0 .75rem 2rem}
.location-grid{grid-template-columns:1fr;gap:14px}
.locations-section{padding:2rem .75rem 2.5rem}
.section-heading{font-size:1.4rem}
.location-name{font-size:1.1rem;bottom:24px;left:14px}
}
@media (max-width:400px){
.search-card{padding:1rem .9rem}
.btn-search,.form-select{height:48px;font-size:.9rem}
.profile-grid{gap:10px}
.profile-name{font-size:.82rem}
.profile-age{font-size:.75rem}
.location-grid{gap:10px}
.section-heading{font-size:1.2rem}
}
.site-footer{background:#180825;color:#fff;border-top:3px solid var(--primary);position:relative}
.site-footer::before{content:'';position:absolute;top:-3px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--primary),var(--primary-light),var(--primary),transparent)}
.footer-top{padding:3.5rem 1rem 0}
.footer-inner{max-width:1060px;margin:0 auto}
.footer-brand-row{text-align:center;padding-bottom:2.5rem;border-bottom:1px solid rgba(164,44,214,.2);margin-bottom:2.5rem}
.footer-brand-name{font-size:2.8rem;font-weight:800;color:#fff;letter-spacing:-1px;line-height:1;display:block;margin-bottom:.9rem}
.footer-brand-name span{display:inline-block;position:relative}
.footer-brand-name span::after{content:'';display:block;height:3px;width:60%;margin:6px auto 0;background:linear-gradient(90deg,var(--primary-dark),var(--primary-light));border-radius:2px}
.footer-brand-desc{font-size:.88rem;color:rgba(255,255,255,.5);line-height:1.8;max-width:520px;margin:0 auto}
.footer-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2.5rem}
.footer-col{display:flex;flex-direction:column;align-items:flex-start}
.footer-col-heading{font-size:.85rem;font-weight:700;color:var(--primary-light);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:1.1rem;padding-bottom:.6rem;border-bottom:1px solid rgba(164,44,214,.25);width:100%}
.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem;width:100%}
.footer-links li a{font-size:.875rem;color:rgba(255,255,255,.58);text-decoration:none;display:flex;align-items:center;gap:7px;transition:color .2s ease,padding-left .2s ease;padding:2px 0}
.footer-links li a::before{content:'›';font-size:1rem;color:var(--primary);opacity:0;transform:translateX(-4px);transition:opacity .2s,transform .2s;flex-shrink:0}
.footer-links li a:hover{color:#fff;padding-left:4px}
.footer-links li a:hover::before{opacity:1;transform:translateX(0)}
.footer-cta a{display:inline-flex!important;align-items:center;background:var(--primary)!important;color:#fff!important;padding:6px 16px!important;border-radius:20px;font-weight:600;font-size:.82rem!important;transition:background .2s ease,transform .15s ease!important;margin-top:4px}
.footer-cta a::before{display:none!important}
.footer-cta a:hover{background:var(--primary-dark)!important;transform:translateY(-2px);padding-left:16px!important}
.footer-bottom{background:#0f0619;border-top:1px solid rgba(164,44,214,.15);padding:1.1rem 1rem;text-align:center}
.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.35);margin:0;line-height:1.7}
.footer-bottom p+p{margin-top:.15rem}
@media (max-width:992px){
.footer-nav-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}
.footer-brand-name{font-size:2.3rem}
}
@media (max-width:768px){
.footer-top{padding:2.5rem .75rem 0}
.footer-brand-name{font-size:2rem}
.footer-brand-desc{font-size:.83rem}
.footer-brand-row{padding-bottom:2rem;margin-bottom:2rem}
.footer-nav-grid{grid-template-columns:1fr 1fr;gap:1.5rem 1rem}
.footer-nav-grid .footer-col:last-child{grid-column:1/-1}
.footer-col-heading{font-size:.8rem}
.footer-links li a{font-size:.83rem}
}
@media (max-width:480px){
.footer-nav-grid{grid-template-columns:1fr}
.footer-nav-grid .footer-col:last-child{grid-column:auto}
.footer-brand-name{font-size:1.8rem}
}
.profile-page{background:#f0faf4;min-height:100vh;padding:1.5rem 1rem 3rem}
.breadcrumb-wrap{max-width:1060px;margin:0 auto 1.25rem}
.breadcrumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:0 0;padding:0;margin:0}
.breadcrumb a{font-size:.85rem;color:#555;text-decoration:none;transition:color .2s}
.breadcrumb a:hover{color:var(--primary)}
.breadcrumb-sep{font-size:.85rem;color:#aaa}
.breadcrumb-current{font-size:.85rem;color:#333;font-weight:500}
.page-wrap{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}
.city-heading,.city-heading a{font-size:1.9rem;font-weight:800;color:#0d4f6c;margin-bottom:.3rem;line-height:1.2;letter-spacing:-.3px}
.city-meta{font-size:.82rem;color:#777;margin-bottom:1.25rem}
.city-meta strong{color:#555;font-weight:600}
.overview-box{background:#fff;border:1px solid #c8e6c9;border-left:4px solid #00897b;border-radius:10px;padding:1.1rem 1.25rem;margin-bottom:1.5rem}
.overview-toggle{background:0 0;border:none;padding:0;cursor:pointer;display:flex;align-items:center;gap:6px;width:100%;text-align:left}
.overview-toggle-text{font-size:1rem;font-weight:700;color:#00695c}
.overview-toggle-icon{font-size:.75rem;color:#00897b;transition:transform .25s ease;flex-shrink:0}
.overview-toggle[aria-expanded=true] .overview-toggle-icon{transform:rotate(180deg)}
.overview-body{margin-top:.85rem;font-size:.88rem;color:#444;line-height:1.75}
.overview-body p+p{margin-top:.75rem}
.btn-overview-toggle{display:inline-block;margin-top:.85rem;background:#00695c;color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s}
.btn-overview-toggle:hover{background:#004d40}
.listing-list{display:flex;flex-direction:column;gap:14px;margin-bottom:1.75rem}
.listing-card{background:#fff;border-radius:12px;box-shadow:0 1px 8px rgba(0,0,0,.07);display:grid;grid-template-columns:200px 1fr;overflow:hidden;transition:box-shadow .2s ease,transform .15s ease;text-decoration:none;color:inherit;align-items:stretch}
.listing-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.12);transform:translateY(-2px)}
.listing-img{width:200px;height:250px;object-fit:cover;object-position:top center;display:block;flex-shrink:0}
.listing-body{padding:.65rem .85rem .6rem;display:flex;flex-direction:column;justify-content:space-between}
.listing-title{font-size:1.18rem;font-weight:700;color:#111;margin-bottom:.3rem;line-height:1.28;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:calc(1.28em * 2)}
.listing-meta{display:flex;align-items:center;gap:8px;margin-bottom:.3rem}
.listing-city{background:#e0f2f1;color:#00695c;font-size:.75rem;font-weight:600;padding:2px 10px;border-radius:20px}
.listing-price{font-size:.88rem;font-weight:600;color:#00695c}
.listing-desc{font-size:.95rem;color:#555;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:calc(1.45em * 3);margin-bottom:.35rem;flex:1}
.listing-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:.25rem}
.btn-contact{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,filter .2s ease;text-decoration:none;flex-shrink:0}
.btn-contact:hover{transform:scale(1.1);filter:brightness(1.1)}
.btn-call{background:#2e7d32}
.btn-whatsapp{background:#25d366}
.btn-contact svg{width:18px;height:18px;fill:#ffffff}
.pagination-wrap{display:flex;align-items:center;gap:6px;margin-bottom:1.25rem;flex-wrap:wrap}
.page-btn{min-width:36px;height:36px;border-radius:8px;border:1.5px solid #ddd;background:#fff;color:#333;font-size:.88rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}
.page-btn:hover{border-color:var(--primary);color:var(--primary)}
.page-btn--active{background:#0d4f6c;border-color:#0d4f6c;color:#fff}
.page-btn--active:hover{background:#0d4f6c;color:#fff}
.explore-other{font-size:.85rem;color:#555;margin-top:.5rem}
.explore-other a{color:var(--primary);font-weight:600;text-decoration:none}
.explore-other a:hover{text-decoration:underline}
.sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:80px}
.sidebar-widget{border-radius:12px;overflow:hidden}
.widget-cities{background:linear-gradient(145deg,#1e0635 0,#2a0a45 100%);padding:1.2rem 1.25rem;border:1px solid rgba(164,44,214,.3);position:relative;overflow:hidden}
.widget-cities::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-dark),var(--primary),var(--primary-light))}
.widget-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:6px}
.city-list{list-style:none;padding:0;margin:0 0 .9rem;display:flex;flex-direction:column;gap:.55rem}
.city-list li{display:flex;align-items:center;gap:9px;font-size:.86rem;color:rgba(255,255,255,.8);transition:color .2s}
.city-list li:hover{color:#fff}
.city-list li::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;background:var(--primary);color:#fff;border-radius:50%;font-size:.62rem;font-weight:800;flex-shrink:0}
.widget-view-more{font-size:.82rem;color:var(--primary-light);text-decoration:none;font-weight:600;display:inline-block;margin-top:.2rem;transition:color .2s}
.widget-view-more:hover{color:#fff}
.widget-visitors{background:#faf5ff;border:1px solid rgba(164,44,214,.25);padding:1.25rem;text-align:center;position:relative;overflow:hidden}
.widget-visitors::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-dark),var(--primary),var(--primary-light))}
.widget-visitors .widget-title{color:#2d0a4a;justify-content:center;font-size:1rem;line-height:1.3;margin-bottom:.6rem}
.widget-visitors p{font-size:.84rem;color:#5a4068;margin-bottom:.85rem;line-height:1.6}
.widget-time-badge{display:inline-flex;align-items:center;gap:5px;background:#ede7f6;border:1px solid var(--primary-light);border-radius:20px;padding:3px 12px;font-size:.75rem;color:var(--primary-dark);font-weight:500;margin-bottom:.9rem}
.btn-play{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border:none;border-radius:8px;padding:.6rem 1.6rem;font-size:.92rem;font-weight:700;cursor:pointer;width:100%;transition:opacity .2s,transform .15s;letter-spacing:.3px}
.btn-play:hover{opacity:.9;transform:translateY(-1px)}
.widget-safety{background:linear-gradient(145deg,#1e0635 0,#2a0a45 100%);padding:1.2rem 1.25rem;border:1px solid rgba(164,44,214,.3);position:relative;overflow:hidden}
.widget-safety::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-dark),var(--primary),var(--primary-light))}
.widget-safety .widget-title{color:#fff;margin-bottom:.9rem}
.safety-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}
.safety-list li{display:flex;align-items:flex-start;gap:10px;font-size:.84rem;color:rgba(255,255,255,.8);line-height:1.45}
.safety-icon{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;flex-shrink:0;margin-top:1px}
.safety-icon--ok{background:var(--primary);color:#fff}
.safety-icon--warn{background:#f44336;color:#fff}
@media (max-width:992px){
.page-wrap{grid-template-columns:1fr 280px;gap:18px}
.listing-card{grid-template-columns:160px 1fr}
.listing-img{width:160px;height:200px}
.city-heading{font-size:1.6rem}
}
@media (max-width:768px){
.profile-page{padding:1rem .75rem 2rem}
.page-wrap{grid-template-columns:1fr;gap:20px}
.sidebar{position:static}
.city-heading{font-size:1.4rem}
.listing-card{grid-template-columns:135px 1fr}
.listing-img{width:135px;height:169px}
.listing-title{font-size:.92rem;-webkit-line-clamp:2;max-height:calc(1.38em * 2)}
.listing-desc{font-size:.8rem;line-height:1.5;-webkit-line-clamp:2;max-height:calc(1.5em * 2)}
.listing-price{font-size:.82rem}
.listing-city{font-size:.72rem}
.btn-contact{width:36px;height:36px}
.btn-contact svg{width:16px;height:16px}
.overview-box{padding:.9rem 1rem}
}
@media (max-width:480px){
.listing-card{grid-template-columns:120px 1fr}
.listing-img{width:120px;height:150px}
.listing-body{padding:.3rem .4rem .55rem}
.listing-title{font-size:.8rem;-webkit-line-clamp:2}
.listing-desc{font-size:.72rem;-webkit-line-clamp:2}
.listing-city{font-size:.68rem;padding:2px 7px}
.listing-price{font-size:.76rem}
.btn-contact{width:30px;height:30px}
.btn-contact svg{width:13px;height:13px}
.listing-actions{gap:7px}
.city-heading{font-size:1.25rem}
}
@media (max-width:360px){
.listing-card{grid-template-columns:120px 1fr}
.listing-img{width:120px;height:150px}
.listing-body{padding:.3rem .4rem .55rem}
.listing-title{font-size:.8rem;-webkit-line-clamp:2}
.listing-desc{font-size:.72rem;-webkit-line-clamp:2}
.listing-city{font-size:.68rem;padding:2px 7px}
.listing-price{font-size:.76rem}
.btn-contact{width:30px;height:30px}
.btn-contact svg{width:13px;height:13px}
.listing-actions{gap:7px}
}
.detail-page{background:#f5f5f5;min-height:100vh;padding:1.25rem 1rem 3rem}
.detail-inner{max-width:780px;margin:0 auto}
.gallery-wrap{display:grid;grid-template-columns:500px 122px;gap:8px;margin-bottom:1.25rem}
.gallery-main-img{width:500px;height:625px;border-radius:14px;overflow:hidden;background:#2a0a45;position:relative;flex-shrink:0}
.gallery-main-img img{width:500px;height:625px;object-fit:cover;object-position:top center;display:block;transition:opacity .25s ease}
.gal-next,.gal-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(164,44,214,.82);color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.gal-prev{left:10px}
.gal-next{right:10px}
.gal-next:hover,.gal-prev:hover{background:var(--primary);transform:translateY(-50%) scale(1.1)}
.gal-counter{position:absolute;bottom:10px;right:12px;z-index:10;background:rgba(0,0,0,.55);color:#fff;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:20px;pointer-events:none}
.gallery-thumbs{width:122px;height:625px;display:flex;flex-direction:column;gap:6px;overflow-y:auto;overflow-x:hidden}
.gallery-thumbs::-webkit-scrollbar{width:4px}
.gallery-thumbs::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}
.gallery-thumb{width:122px;height:152px;border-radius:8px;overflow:hidden;cursor:pointer;border:2.5px solid transparent;flex-shrink:0;flex-shrink:0;transition:border-color .2s,opacity .2s,transform .15s;background:#e8d5f5}
.gallery-thumb img{width:122px;height:152px;object-fit:cover;object-position:top center;display:block}
.gallery-thumb.active{border-color:var(--primary);transform:scale(1.03)}
.gallery-thumb:hover:not(.active){opacity:.72}
@media (max-width:992px){
.gallery-wrap{grid-template-columns:380px 94px}
.gallery-main-img,.gallery-main-img img{width:380px;height:475px}
.gallery-thumbs{width:94px;height:475px}
.gallery-thumb,.gallery-thumb img{width:94px;height:116px}
}
@media (max-width:768px){
.gallery-wrap{grid-template-columns:1fr;gap:6px}
.gallery-main-img{width:100%;height:auto;aspect-ratio:4/5;border-radius:12px}
.gallery-main-img img{width:100%;height:100%;position:absolute;inset:0}
.gallery-main-img{position:relative;padding-bottom:125%;height:0}
.gallery-thumbs{width:100%;height:auto;flex-direction:row;gap:5px}
.gallery-thumb{flex:1;width:auto;height:auto;aspect-ratio:4/5;min-height:unset;border-radius:7px;max-height:110px}
.gallery-thumb img{width:100%;height:100%}
.gal-prev{left:8px;width:32px;height:32px;font-size:1rem}
.gal-next{right:8px;width:32px;height:32px;font-size:1rem}
}
@media (max-width:480px){
.gallery-thumb{max-height:90px}
}
.profile-title{font-size:1.45rem;font-weight:800;color:#111;line-height:1.3;margin-bottom:.5rem;letter-spacing:-.3px}
.profile-info-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:1.1rem;font-size:.88rem;color:#555}
.profile-info-meta .meta-price{font-weight:700;color:#111}
.profile-info-meta .meta-sep{color:#bbb}
.profile-info-meta .meta-city{color:#555}
.meta-available{display:inline-flex;align-items:center;gap:5px;background:#e8f5e9;color:#2e7d32;font-size:.78rem;font-weight:600;padding:3px 10px;border-radius:20px;border:1px solid #a5d6a7}
.meta-available::before{content:'';width:7px;height:7px;background:#43a047;border-radius:50%;animation:pulse-dot 1.5s infinite}
@keyframes pulse-dot{
0%,100%{opacity:1;transform:scale(1)}
50%{opacity:.5;transform:scale(.8)}
}
.action-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:1.5rem}
.btn-call-now,.btn-whatsapp-chat{display:flex;align-items:center;justify-content:center;gap:8px;padding:.78rem 1rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:opacity .2s ease,transform .15s ease;letter-spacing:.2px}
.btn-call-now{background:#c62828;color:#fff}
.btn-whatsapp-chat{background:#25d366;color:#fff}
.btn-call-now:hover,.btn-whatsapp-chat:hover{opacity:.9;color:#fff;transform:translateY(-1px)}
.about-box{background:#fff;border-radius:12px;border:1px solid #ede7f6;border-left:4px solid var(--primary);padding:1.1rem 1.25rem;margin-bottom:1.5rem;box-shadow:0 1px 6px rgba(164,44,214,.06)}
.about-box h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.85rem}
.about-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}
.about-list li{font-size:.88rem;color:#444;line-height:1.5;display:flex;align-items:flex-start;gap:8px}
.safety-box{background:#fdf5ff;border:1px solid rgba(164,44,214,.2);border-radius:12px;padding:1.25rem;margin-bottom:2rem}
.safety-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.safety-header-left{display:flex;align-items:flex-start;gap:10px}
.safety-icon-wrap{width:36px;height:36px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}
.safety-title{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.2rem}
.safety-subtitle{font-size:.78rem;color:#777;line-height:1.4}
.badge-community{background:var(--primary);color:#fff;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}
.safety-body-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;align-items:start}
.safety-reasons{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-direction:column;gap:.5rem}
.safety-reason{display:flex;align-items:center;gap:7px;font-size:.82rem;color:#555}
.safety-anon-note{font-size:.75rem;color:#999;margin-bottom:.5rem}
.btn-complaint{display:inline-flex;align-items:center;gap:6px;background:var(--primary);color:#fff;border:none;border-radius:20px;padding:5px 14px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s}
.btn-complaint:hover{background:var(--primary-dark)}
.safety-form-right{display:flex;flex-direction:column;gap:.75rem}
.safety-select,.safety-textarea{width:100%;border:1.5px solid #ddd;border-radius:8px;padding:.55rem .85rem;font-size:.85rem;color:#444;background:#fff;font-family:inherit;transition:border-color .2s}
.safety-select:focus,.safety-textarea:focus{border-color:var(--primary);outline:0;box-shadow:0 0 0 3px rgba(164,44,214,.12)}
.safety-textarea{height:90px;resize:vertical;line-height:1.5}
.upload-label{font-size:.8rem;color:#555;font-weight:600;margin-bottom:.4rem;display:block}
.upload-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.upload-btn{border:2px dashed #ccc;border-radius:8px;background:#fafafa;padding:.55rem .5rem;font-size:.78rem;color:#888;cursor:pointer;text-align:center;transition:border-color .2s,color .2s;display:block}
.upload-btn:hover{border-color:var(--primary);color:var(--primary)}
.btn-submit-report{width:100%;background:#c62828;color:#fff;border:none;border-radius:8px;padding:.7rem;font-size:.92rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s}
.btn-submit-report:hover{background:#b71c1c;transform:translateY(-1px)}
.related-section{margin-top:.5rem}
.related-heading{font-size:1.3rem;font-weight:700;color:#111;margin-bottom:1rem;letter-spacing:-.2px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.related-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,.07);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .2s,transform .15s;border:1px solid #f0e8fb}
.related-card:hover{box-shadow:0 5px 20px rgba(164,44,214,.15);transform:translateY(-3px)}
.related-img-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background:#e8d5f5}
.related-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .35s ease}
.related-card:hover .related-img{transform:scale(1.05)}
.related-price-badge{position:absolute;bottom:8px;left:8px;background:rgba(164,44,214,.85);color:#fff;font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:6px;backdrop-filter:blur(4px);z-index:2}
.related-body{padding:.6rem .7rem .7rem;display:flex;flex-direction:column;gap:.25rem;flex:1}
.related-title{font-size:.82rem;font-weight:700;color:#111;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.1rem}
.related-desc{font-size:.74rem;color:#666;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.2rem}
.related-meta{display:flex;align-items:center;gap:5px;font-size:.72rem;color:#888;flex-wrap:wrap;margin-bottom:.4rem}
.related-age{color:#555;font-weight:500}
.related-price{color:#00695c;font-weight:700;font-size:.78rem}
.related-city{color:#999}
.btn-view-profile{display:block;width:100%;background:var(--primary);color:#fff;border:none;border-radius:7px;padding:.45rem;font-size:.78rem;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s;margin-top:auto}
.btn-view-profile:hover{background:var(--primary-dark);color:#fff}
@media (max-width:992px){
.related-grid{grid-template-columns:repeat(3,1fr)}
.safety-body-grid{grid-template-columns:1fr}
}
@media (max-width:768px){
.detail-page{padding:1rem .75rem 2rem}
.profile-title{font-size:1.15rem}
.action-btns{grid-template-columns:1fr;gap:10px}
.safety-body-grid{grid-template-columns:1fr}
.related-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.related-heading{font-size:1.1rem}
}
@media (max-width:480px){
.profile-title{font-size:1rem}
.btn-call-now,.btn-whatsapp-chat{font-size:.88rem;padding:.65rem}
.related-grid{grid-template-columns:repeat(2,1fr);gap:8px}
.related-title{font-size:.76rem}
.related-desc{font-size:.69rem}
.related-body{padding:.45rem .5rem .5rem}
.btn-view-profile{font-size:.72rem;padding:.38rem}
}
.widget-tags .tag-cloud{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}
.widget-tags .tag-pill{display:inline-block;padding:.28rem .75rem;background:#f0faf4;border:1px solid #b2dfca;border-radius:999px;font-size:.82rem;font-weight:500;color:#1a7a4a;text-decoration:none;transition:background .15s,color .15s,border-color .15s;line-height:1.4}
.widget-tags .tag-pill:hover{background:#1a7a4a;color:#fff;border-color:#1a7a4a}
.tag-categories-section{background:#fff;padding:3rem 1rem 3.5rem}
.tag-categories-inner{max-width:1060px;margin:0 auto}
.tag-categories-sub{text-align:center;font-size:.95rem;color:#777;margin-top:-.9rem;margin-bottom:2rem}
.tag-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tag-cat-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:14px;overflow:hidden;background:#f9f9f9;border:1px solid #eee;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}
.tag-cat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.13)}
.tag-cat-img-wrap{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:#e8d5f5}
.tag-cat-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .35s ease}
.tag-cat-card:hover .tag-cat-img-wrap img{transform:scale(1.05)}
.tag-cat-label{padding:.75rem .85rem .8rem;font-size:.95rem;font-weight:600;color:#1a1a1a;text-align:center;background:#fff;border-top:1px solid #f0f0f0;letter-spacing:-.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:992px){
.tag-categories-grid{grid-template-columns:repeat(3,1fr);gap:14px}
}
@media (max-width:768px){
.tag-categories-section{padding:2rem .75rem 2.5rem}
.tag-categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.tag-categories-sub{font-size:.85rem;margin-bottom:1.5rem}
.tag-cat-label{font-size:.85rem;padding:.6rem .6rem .65rem}
}
@media (max-width:400px){
.tag-categories-grid{gap:9px}
.tag-cat-label{font-size:.78rem;padding:.5rem}
}
.promote-elite{background:#faf8f4;padding:4rem 1rem;overflow:hidden}
.promote-wrapper{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.promote-subline{font-size:.78rem;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#1a7a4a;margin-bottom:.85rem}
.promote-heading{font-size:2.6rem;font-weight:800;color:#111;line-height:1.18;letter-spacing:-.5px;margin-bottom:1.1rem}
.promote-heading span{background:linear-gradient(90deg,#1a7a4a,#0d6efd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.promote-desc{font-size:.95rem;color:#555;line-height:1.75;max-width:460px;margin-bottom:1.75rem}
.promote-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1a7a4a 0,#0d6efd 100%);color:#fff;font-size:1rem;font-weight:700;padding:.8rem 2rem;border-radius:10px;text-decoration:none;transition:opacity .2s ease,transform .15s ease;box-shadow:0 4px 18px rgba(13,110,253,.28);letter-spacing:.2px}
.promote-btn:hover{opacity:.9;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(13,110,253,.35)}
.promote-gallery{position:relative;height:420px}
.photo-box{position:absolute;width:210px;height:280px;border-radius:18px;overflow:hidden;backdrop-filter:blur(10px);border:2px solid rgba(212,175,55,.4);box-shadow:0 10px 25px rgba(0,0,0,.15);transition:all .5s ease}
.photo-box img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .6s ease}
.photo-box:hover img{transform:scale(1.08)}
.photo1{top:20px;left:0;transform:rotate(-10deg);z-index:4}
.photo2{top:60px;left:100px;transform:rotate(5deg);z-index:3}
.photo3{top:110px;left:200px;transform:rotate(-6deg);z-index:2}
.photo4{top:160px;left:300px;transform:rotate(8deg);z-index:1}
.promote-gallery:hover .photo1{transform:rotate(-4deg) translateY(-10px)}
.promote-gallery:hover .photo2{transform:rotate(2deg) translateY(-15px)}
.promote-gallery:hover .photo3{transform:rotate(-2deg) translateY(-10px)}
.promote-gallery:hover .photo4{transform:rotate(4deg) translateY(-15px)}
@media (max-width:950px){
.promote-wrapper{grid-template-columns:1fr;text-align:center}
.promote-content{margin:0 auto}
.promote-desc{margin-left:auto;margin-right:auto}
.promote-btn{margin:0 auto}
.promote-gallery{height:360px;margin-top:50px}
.photo-box{width:180px;height:240px}
.photo2{left:70px}
.photo3{left:160px}
.photo4{left:250px}
}
@media (max-width:600px){
.promote-elite{padding:2.5rem .75rem}
.promote-heading{font-size:1.75rem}
.promote-gallery{height:320px}
.photo-box{width:140px;height:200px}
.photo2{left:50px}
.photo3{left:120px}
.photo4{left:180px}
}


.hero{background:var(--primary);color:#fff;padding:70px 0;text-align:center;margin-bottom:50px;position:relative;z-index:5555}
body.age-popup-active .fixed-ui{display:none!important}
body.age-popup-active{overflow:hidden;height:100vh}
.age-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);z-index:9998;display:none}
.age-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}
.age-modal-content{background:linear-gradient(145deg,#1e0635,#2a0a45);border:1px solid rgba(164,44,214,.45);color:#eee;max-width:460px;width:92%;padding:34px 26px;border-radius:20px;text-align:center;box-shadow:0 0 40px rgba(164,44,214,.35);animation:popupZoom .35s ease}
@keyframes popupZoom{
from{transform:scale(.85);opacity:0}
to{transform:scale(1);opacity:1}
}
.age-modal-content h2{font-size:22px;font-weight:800;color:var(--primary-light);margin-bottom:14px}
.age-modal-content p{font-size:14px;line-height:1.7;color:#ddd}
.confirm{margin:14px 0 8px;font-weight:700;color:var(--primary-light)}
.age-modal-content ul{list-style:none;padding:0;margin:10px 0 18px;font-size:14px}
.age-modal-content ul li{padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
.disclaimer{font-size:13px;color:#bbb;margin-bottom:20px;border-top:1px solid rgba(164,44,214,.2);padding-top:12px}
.age-buttons{display:flex;gap:12px}
.age-buttons a,.age-buttons button{flex:1;padding:12px 0;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;transition:.25s}
.btn-yes{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border:none}
.btn-yes:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(164,44,214,.45)}
.btn-no{background:#1e0635;color:var(--primary-light);text-decoration:none;display:flex;align-items:center;justify-content:center}
.btn-no:hover{background:#2a0a45;transform:translateY(-2px)}
@media (max-width:480px){
.age-buttons{flex-direction:column}
}
.cookie-bar{position:fixed;bottom:50px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#1e0635,#2a0a45);padding:14px 18px;border-radius:14px;box-shadow:0 0 25px rgba(164,44,214,.35);display:flex;align-items:center;gap:18px;z-index:7777;border:1px solid rgba(164,44,214,.35);max-width:750px;width:calc(100% - 20px);animation:cookieSlide .5s ease}
.cookie-bar p{margin:0;font-size:14px;color:#e0c8f5}
.cookie-bar button{background:linear-gradient(135deg,var(--primary-dark),var(--primary));border:none;color:#fff;padding:9px 18px;border-radius:22px;font-weight:600;cursor:pointer;transition:.3s;white-space:nowrap;box-shadow:0 0 12px rgba(164,44,214,.6)}
.cookie-bar button:hover{transform:translateY(-1px);box-shadow:0 0 18px rgba(164,44,214,.9)}
@media (max-width:768px){
.cookie-bar{left:10px;right:10px;transform:none;flex-direction:column;align-items:stretch;gap:10px;text-align:center}
.cookie-bar button{width:100%}
}
@keyframes cookieSlide{
from{opacity:0;transform:translate(-50%,30px)}
to{opacity:1;transform:translate(-50%,0)}
}



/* ── Quiz Widget ── */
.quiz-step { display:none; }
.quiz-step.active { display:block; }
.quiz-step button {
  display:block; width:100%; margin-bottom:7px;
  padding:.45rem .75rem; border:1.5px solid rgba(164,44,214,.3);
  border-radius:8px; background:#faf5ff; color:#3a0a5a;
  font-size:.82rem; font-weight:600; cursor:pointer;
  text-align:left; transition:background .2s,border-color .2s;
}
.quiz-step button:hover {
  background:var(--primary); color:#fff; border-color:var(--primary);
}
#quiz-result {
  text-align:center; margin-top:1rem; padding:.75rem;
  background:#ede7f6; border-radius:10px;
}
#quiz-result h3 { font-size:.95rem; color:#2d0a4a; margin-bottom:.4rem; }
#quiz-result p  { font-size:.8rem; color:#5a4068; margin-bottom:.6rem; }
#quiz-result a  {
  display:inline-block; background:var(--primary); color:#fff;
  padding:.45rem 1.25rem; border-radius:20px; font-size:.82rem;
  font-weight:700; text-decoration:none;
}