:root {
  --font-family: 'Poppins', sans-serif;
  --theme-dark: #1a1a2e;
  --theme-accent: #c2185b;
  --theme-gradient: #b32964;
  --gold: #c2185b;
  --gold-hover: #a0144a;
  --text: #222;
  --bg: #ffffff;
  --gray: #f5f4f8;
  --border: #e8e4ec;
  --radius: 12px;
  --shadow: 0 4px 14px rgba(26, 26, 46, 0.08);
}
*{box-sizing:border-box}
body{margin:0;background:var(--gray);color:var(--text);font-family:var(--font-family)}
.navbar{position:sticky;top:0;width:100%;background:var(--bg);box-shadow:0 4px 16px #0000000d;border-bottom:2px solid var(--gold);z-index:100}
.nav-container{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}
.brand{font-size:22px;font-weight:700;text-decoration:none;color:var(--text);letter-spacing:.4px}
.brand span{color:var(--gold)}
.nav-links{display:flex;gap:24px}
.nav-links a{text-decoration:none;color:var(--text);font-weight:500;transition:.3s ease}
.nav-links a:hover{color:var(--gold)}
.nav-right{display:flex;align-items:center;gap:10px}
.btn-nav{background:var(--theme-gradient);color:#fff;border:none;padding:10px 22px;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none!important;display:inline-block}
.btn-nav:hover{background:linear-gradient(135deg,#252545 0%,#a0144a 100%);box-shadow:0 4px 12px #c2185b59;transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}
.hamburger span{width:24px;height:2px;background:var(--text);border-radius:2px}
@media (max-width: 900px) {
.nav-links{display:none}
.nav-links.open{display:flex;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:#fff;padding:16px 20px;box-shadow:var(--shadow)}
.hamburger{display:flex}
}
.search-section{padding:0 14px 30px 14px;display:flex;flex-direction:column;align-items:center;gap:10px}
.he-search-hint{width:min(95%,1100px);margin:0;text-align:center;color:#888;font-size:13px;line-height:1.4}
.he-form-notice{display:block;width:100%;margin:0 0 14px;padding:12px 14px;border-radius:10px;font-size:14px;line-height:1.5;text-align:left}
.he-form-notice.is-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.he-form-notice.is-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}
.he-form-notice.is-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}
.he-form-notice a{color:inherit;font-weight:600;text-decoration:underline}
.search-bar + .he-form-notice,.search-section > .he-form-notice{width:min(95%,1100px);margin-top:10px}
.search-bar{display:flex;align-items:center;gap:10px;background:var(--bg);padding:8px;border-radius:var(--radius);box-shadow:var(--shadow);max-width:1100px;width:100%;flex-wrap:wrap}
.search-bar select{padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:15px;min-width:140px;flex:1}
#searchCategory{min-width:150px;font-weight:600}
.search-btn{padding:12px 28px;border:none;border-radius:var(--radius);background:var(--theme-gradient);color:#fff;font-weight:600;cursor:pointer}
@media (max-width: 768px) {
.search-bar{flex-direction:column;align-items:stretch}
.search-bar select,.search-btn{width:100%}
}
.breadcrumb-with-dropdown,.lf-breadcrumb{width:100%;margin:0 auto 18px;font-family:var(--font-family)}
.breadcrumbs-container,.lf-breadcrumb-inner{max-width:1100px;margin:0 auto;padding:0}
.breadcrumb.breadcrumbs-list,.lf-breadcrumb-inner{list-style:none;margin:0;padding:12px 18px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);font-family:inherit;font-size:14px;line-height:1.5}
.breadcrumb.breadcrumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:0}
.lf-bc-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center}
.breadcrumb-item,.lf-bc-item{display:inline-flex;align-items:center;flex-wrap:nowrap;font-family:inherit;font-size:14px;line-height:1.5}
.breadcrumb-item + .breadcrumb-item::before,.lf-bc-item + .lf-bc-item::before{content:"/";padding:0 10px;color:#94a3b8;font-weight:500;font-size:14px;line-height:1.5;align-self:center}
.breadcrumb-item a,.lf-bc-item a,.breadcrumb-item .dropdown > a{display:inline-flex;align-items:center;gap:6px;line-height:1.5;vertical-align:middle;color:var(--theme-accent);font-weight:600;font-size:14px;text-decoration:none;font-family:inherit}
.breadcrumb-item a:hover,.lf-bc-item a:hover,.breadcrumb-item .dropdown > a:hover{color:var(--theme-dark)}
.breadcrumb-item a div[itemprop="name"],.breadcrumb-item .dropdown a div[itemprop="name"]{display:inline;line-height:1.5;color:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0}
.breadcrumb-item-current div[itemprop="name"],.lf-bc-item > div[itemprop="name"]{display:inline;line-height:1.5;color:var(--theme-dark);font-weight:600;font-size:14px}
.breadcrumb-item .dropdown{display:inline-flex;align-items:center;vertical-align:middle;line-height:1.5;position:relative}
.breadcrumb-item .dropdown-toggle::after{display:inline-block;margin-left:0;vertical-align:middle;flex-shrink:0;content:"";border-top:.35em solid var(--theme-accent);border-right:.35em solid transparent;border-left:.35em solid transparent;transform:translateY(1px)}
.breadcrumb-item .dropdown-menu{display:none;position:absolute;top:100%;left:0;right:auto;z-index:200;min-width:220px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #1a1a2e1f;padding:6px 0;margin-top:4px;font-family:var(--font-family)}
.breadcrumb-item .dropdown-menu.show{display:block}
.breadcrumb-item .dropdown-item{display:block;padding:8px 16px;color:var(--theme-dark);text-decoration:none;font-size:14px;font-weight:500;font-family:inherit}
.breadcrumb-item .dropdown-item:hover{background:#fdf2f7;color:var(--theme-accent)}
.dropdown-backdrop{position:fixed;inset:0;z-index:150;background:transparent}
.dropdown-backdrop.d-none{display:none}
@media (max-width: 768px) {
.breadcrumb.breadcrumbs-list,.lf-breadcrumb-inner{padding:10px 14px;font-size:13px}
.breadcrumb-item,.lf-bc-item,.breadcrumb-item a,.lf-bc-item a,.breadcrumb-item-current div[itemprop="name"],.lf-bc-item > div[itemprop="name"]{font-size:13px}
.breadcrumb-item + .breadcrumb-item::before,.lf-bc-item + .lf-bc-item::before{padding:0 8px;font-size:13px}
}
.bc-arrow{color:#94a3b8;font-weight:500}
.he-brand-bar{position:sticky;top:0;z-index:100;width:100%;display:flex;justify-content:center;margin:0 auto 22px;padding:0;background:var(--theme-gradient);border-bottom:none;box-shadow:0 4px 20px #1a1a2e40;min-height:76px}
.he-brand-bar-inner{width:100%;max-width:1100px;background:transparent;border:none;border-radius:0;padding:14px 6px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:none}
.he-brand-bar-left{display:flex;flex-direction:column;gap:2px;min-width:0}
.he-brand-bar-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.he-brand-name{font-size:26px;font-weight:800;line-height:1;letter-spacing:-.5px}
.he-logo-a{color:#fff}
.he-logo-b{color:#ffd6e8}
.he-brand-location{margin:0;font-size:13px;color:#ffffffd1;font-weight:500}
.he-brand-bar-right{display:flex;align-items:center;gap:14px;flex-shrink:0}
.he-brand-user-wrap{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;padding:4px 8px;border-radius:10px;transition:background .2s ease;max-width:88px}
.he-brand-user-wrap:hover{background:#ffffff1f}
.he-brand-user{color:#ffffffe6;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .2s ease}
.he-brand-user-wrap:hover .he-brand-user{color:#fff}
.he-brand-user-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;line-height:1.2;color:#ffffffeb;text-align:center}
.he-brand-post-btn{background:#fff;color:var(--theme-dark)!important;text-decoration:none!important;font-weight:700;font-size:13px;letter-spacing:.4px;padding:12px 22px;border-radius:8px;white-space:nowrap;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}
.he-brand-post-btn:hover{background:#ffd6e8;transform:translateY(-1px);box-shadow:0 4px 14px #00000026}
.trend-section{max-width:1200px;margin:40px auto;padding:0 16px}
.trend-title{font-size:26px;font-weight:700;color:var(--theme-dark);margin-bottom:22px}
.trend-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.trend-card{text-decoration:none}
.trend-img{position:relative;border-radius:16px;overflow:hidden;background:#eee;box-shadow:0 6px 18px #0000001a}
.trend-img img{width:100%;height:355px;object-fit:cover;display:block;transition:transform .5s}
.trend-card:hover img{transform:scale(1.05)}
.trend-badge{position:absolute;top:10px;left:10px;padding:5px 12px;font-size:11px;font-weight:600;color:#fff;background:#000000a6;border-radius:999px}
.trend-info{position:absolute;bottom:0;left:0;right:0;padding:12px 14px;background:linear-gradient(to top,#000000a6,transparent);display:flex;justify-content:space-between}
.trend-info strong{color:#fff;font-size:15px}
.trend-info span{color:#fffc;font-size:13px}
@media (max-width: 992px) {
.trend-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 600px) {
.trend-grid{grid-template-columns:repeat(2,1fr)}
.trend-img img{height:295px}
}
.popular-locations{padding:15px 20px;background:#f8f8f8;text-align:center}
.section-title{font-size:28px;font-weight:700;color:#222;margin-bottom:40px}
.section-sub{color:#666;font-size:16px;margin-bottom:50px}
.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}
.location-card{position:relative;height:260px;border-radius:16px;background-size:cover;background-position:center;overflow:hidden;text-decoration:none;box-shadow:0 4px 18px #00000026;transition:.3s}
.location-card .overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#0000001a)}
.location-card h3{position:absolute;bottom:24px;left:24px;color:#fff;font-size:22px;z-index:2;margin:0;transition:.3s}
.view-btn{position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);background:var(--theme-gradient);color:#fff;font-weight:600;border-radius:12px;padding:10px 22px;font-size:14px;opacity:0;transition:.35s;white-space:nowrap}
.location-card:hover{transform:translateY(-5px)}
.location-card:hover h3{bottom:64px}
.location-card:hover .view-btn{bottom:20px;opacity:1}
@media (max-width: 900px) {
.location-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.location-grid{grid-template-columns:1fr}
}
.categories{background:#f8f8f8;padding:70px 20px;text-align:center}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}
.category-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 14px #00000014;text-decoration:none;transition:.3s;border-top:3px solid transparent}
.category-card:hover{transform:translateY(-5px);border-top-color:var(--theme-accent)}
.category-card img{width:100%;height:210px;object-fit:cover;display:block}
.category-card h3{font-size:17px;color:#222;font-weight:600;margin:14px 0}
@media (max-width: 1024px) {
.category-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 768px) {
.category-grid{grid-template-columns:repeat(2,1fr)}
}
.promote-elite{background:linear-gradient(120deg,#fff 0%,#fdf5f8 40%,#f8eef2 100%);padding:90px 20px}
.promote-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center}
.promote-content h2{font-size:42px;font-weight:800;line-height:1.2}
.subline{color:var(--theme-accent);text-transform:uppercase;font-weight:600;font-size:15px}
.desc{color:#555;line-height:1.7}
.gold-btn{display:inline-flex;background:var(--theme-gradient);color:#fff;font-weight:600;border-radius:10px;padding:14px 32px;text-decoration:none;margin-top:10px}
.promote-gallery{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center;min-height:280px;height:auto;padding:10px 0}
.promote-gallery .photo-box{position:relative;width:clamp(110px,22vw,190px);height:clamp(150px,30vw,250px);border-radius:18px;overflow:hidden;box-shadow:0 10px 25px #00000026;flex-shrink:0}
.promote-gallery .photo-box:nth-child(4n+1){transform:rotate(-8deg)}
.promote-gallery .photo-box:nth-child(4n+2){transform:rotate(5deg)}
.promote-gallery .photo-box:nth-child(4n+3){transform:rotate(-5deg)}
.promote-gallery .photo-box:nth-child(4n){transform:rotate(7deg)}
.promote-gallery .photo-box img{width:100%;height:100%;object-fit:cover}
@media (max-width: 950px) {
.promote-wrapper{grid-template-columns:1fr;text-align:center}
.promote-gallery{margin-top:40px;min-height:220px}
}
.he-listing-disclaimer{background:#fff;padding:28px 20px 8px}
.he-listing-disclaimer-inner{max-width:1200px;margin:0 auto}
.he-listing-disclaimer-inner p{margin:0 0 16px;font-size:14px;line-height:1.45;color:#484848;text-align:justify}
.he-listing-disclaimer-inner p:last-child{margin-bottom:0}
.he-listing-disclaimer-inner strong{font-weight:700;color:#333}
.lfxx-footer{background:radial-gradient(1200px at top,#c2185b2e,transparent 60%),linear-gradient(180deg,var(--theme-dark),#0f0f1a);color:#cfcfcf}
.lfxx-glow-line{height:2px;background:linear-gradient(90deg,transparent,var(--theme-accent),transparent)}
.lfxx-wrap{max-width:1200px;margin:0 auto;padding:34px 20px 28px}
.lfxx-top{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:28px 40px;align-items:start;margin-bottom:28px}
.lfxx-brand-block{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.lfxx-logo-link{text-decoration:none;color:inherit}
.lfxx-brand-block h4,.lfxx-brand h4{font-size:30px;color:#fff;font-weight:700;margin:0}
.lfxx-brand-block h4 .he-logo-a,.lfxx-brand h4 .he-logo-a{color:#fff}
.lfxx-brand-block h4 .he-logo-b,.lfxx-brand h4 .he-logo-b{color:#ffd6e8}
.lfxx-rta-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;background:#d9d9d9;color:#111;border:1px solid #bdbdbd;box-shadow:inset 0 1px 0 #ffffff80}
.lfxx-rta-mark{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:28px;padding:0 6px;border-radius:6px;background:#111;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em}
.lfxx-rta-text{font-size:11px;font-weight:800;letter-spacing:.03em;color:#111;text-transform:uppercase;line-height:1.2}
.lfxx-about p{margin:0;font-size:15px;line-height:1.75;color:#b5b5b5}
.lfxx-desc-highlight{color:var(--theme-accent);font-weight:700}
.lfxx-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 20px;margin-bottom:0}
.lfxx-columns--5{grid-template-columns:repeat(5,minmax(0,1fr))}
.lfxx-col-title{margin:0 0 10px;font-size:14px;font-weight:700;color:#fff}
.lfxx-col-links{list-style:none;margin:0;padding:0}
.lfxx-col-links li{margin:0 0 8px}
.lfxx-col-links a{color:#bcbcbc;text-decoration:none;font-size:14px;line-height:1.45}
.lfxx-col-links a:hover{color:var(--theme-accent)}
.lfxx-mid{display:flex;align-items:flex-start;justify-content:space-between;gap:28px 40px;margin-bottom:28px}
.lfxx-mid .lfxx-columns{flex:1;min-width:0}
.lfxx-countries{flex:0 0 260px;width:260px;margin-top:0;margin-left:auto}
.lfxx-country-select{display:block;width:100%;min-width:0;padding:10px 40px 10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.32);background:#171726 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.2 1.2L6 6l4.8-4.8'/%3E%3C/svg%3E") no-repeat right 14px center;background-size:12px 8px;color:#fff;font-size:14px;font-weight:500;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}
.lfxx-country-select:focus{outline:none;border-color:rgba(255,255,255,.55)}
.lfxx-bottom{position:relative;padding:34px 20px 30px;text-align:center;background:#121220}
.lfxx-back-top{position:absolute;top:-18px;right:24px;display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:999px;background:#fff;color:#111;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #00000040}
.lfxx-back-top:hover{background:#f3f3f3}
.lfxx-social{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:18px;flex-wrap:wrap}
.lfxx-social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#fff;text-decoration:none;border:1px solid #ffffff24}
.lfxx-social-link:hover{color:var(--theme-accent);border-color:var(--theme-accent)}
.lfxx-copy{font-size:14px;color:#8f8f8f}
.lfxx-trust{font-size:13px;color:#a8a8a8;margin-top:8px;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6}
@media (max-width: 900px) {
.lfxx-top{grid-template-columns:1fr}
.lfxx-columns,.lfxx-columns--5{grid-template-columns:repeat(2,minmax(0,1fr))}
.lfxx-mid{flex-direction:column}
.lfxx-countries{flex:none;width:100%;max-width:320px;margin-left:0}
.lfxx-back-top{position:static;margin:0 auto 18px;display:inline-flex}
}
@media (max-width: 560px) {
.lfxx-columns,.lfxx-columns--5{grid-template-columns:1fr}
.lfxx-country-select{width:100%}
}
.age-gate{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}
.age-overlay{position:absolute;inset:0;backdrop-filter:blur(10px);background:#f6f2ea8c}
.age-card{position:relative;max-width:520px;background:#fff;padding:42px 44px;border-radius:20px;text-align:center;box-shadow:0 40px 100px #0000002e;z-index:1}
.age-card .age-title{font-size:28px;margin-bottom:14px;font-weight:700}
.age-card .age-title span{color:var(--theme-accent)}
.subtitle{font-size:15px;color:#444;margin-bottom:18px}
.desc{font-size:14px;color:#666;line-height:1.6}
.age-actions{margin-top:30px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.age-actions button{background:var(--theme-gradient);color:#fff;border:none;padding:12px 30px;border-radius:999px;cursor:pointer;font-size:15px}
.age-actions .exit{color:#777;text-decoration:none;align-self:center}
.trust{margin-top:20px;font-size:12px;color:#888}
.pe-cookie{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#fff;padding:14px 18px;border-radius:16px;display:none;align-items:center;gap:16px;max-width:92%;box-shadow:0 18px 45px #00000026;z-index:9998}
.pe-cookie a{color:var(--theme-color,#c2185b);font-weight:600;white-space:nowrap}
.pe-cookie button{background:var(--theme-gradient);border:none;color:#fff;padding:8px 18px;border-radius:999px;cursor:pointer}
.profile-page-wrap{max-width:1100px;margin:0 auto}
.profile-hero{display:flex;margin:20px auto 28px;flex-direction:column-reverse}
.profile-gallery-col{display:flex;flex-direction:column;gap:14px}
.main-photo{position:relative;width:100%;aspect-ratio:4 / 5;max-height:620px;overflow:hidden;cursor:zoom-in}
.main-photo img{width:auto;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.main-photo:hover img{transform:scale(1.02)}
.he-gallery-zoom{position:absolute;right:14px;bottom:14px;width:42px;height:42px;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;pointer-events:none}
.profile-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}
.profile-thumb-btn{flex:0 0 88px;width:88px;height:88px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#eee;cursor:pointer;transition:border-color .2s ease,transform .2s ease}
.profile-thumb-btn:hover,.profile-thumb-btn.active-thumb{border-color:var(--theme-accent)}
.profile-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}
.profile-info-col{background:#fff;border:1px solid #e8d4df;border-radius:18px;padding:24px 22px;box-shadow:0 10px 30px #1a1a2e14;display:flex;flex-direction:column;gap:0;margin-bottom:27px}
.profile-info-col .profile-block{margin-top:0;padding-top:16px;border-top:1px solid #f1e8ed;background:transparent;border-left:none;border-right:none;border-bottom:none;border-radius:0;box-shadow:none}
.profile-info-col .profile-meta{margin-bottom:20px;padding-bottom:0;border-bottom:none}
.profile-title{margin:0 0 12px;font-size:clamp(24px,3vw,28px);font-weight:600;color:var(--theme-dark);line-height:1.25}
.profile-title span{display:block;margin-top:6px;font-size:18px;font-weight:600;color:#64748b}
.profile-meta{margin-bottom:0;color:var(--theme-accent);font-weight:700;font-size:15px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.profile-meta .dot{color:#cbd5e1;font-weight:400}
.profile-meta .city i{margin-right:4px;font-size:.9em}
.profile-ad-line{margin:0 0 20px;font-size:15px;line-height:1.5;color:#64748b}
.profile-ad-date{font-weight:800;color:var(--theme-dark,#1a1a2e);letter-spacing:.02em}
.profile-ad-sep{color:#94a3b8;font-weight:500}
.profile-ad-id{color:#64748b;font-weight:500}
.profile-block-contact{margin-top:4px}
.profile-block{margin-top:18px;padding-top:18px;border-top:1px solid #f1e8ed}
.profile-block-title{margin:0 0 10px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.profile-tag-list{display:flex;flex-wrap:wrap;gap:8px}
.profile-tag-pill,.profile-service-pill{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600}
.profile-tag-pill{background:#fdf2f7;color:var(--theme-accent);border:1px solid #f8c8dc}
.profile-service-pill{background:var(--theme-gradient);color:#fff}
.profile-about-list{margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px}
.profile-about-row{display:flex;flex-direction:column;gap:2px}
.profile-about-row dt{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}
.profile-about-row dd{margin:0;font-size:15px;font-weight:600;color:#1e293b}
.profile-block{margin-top:18px;padding-top:18px;border-top:1px solid #f1e8ed}
.profile-contact-actions{display:flex;gap:10px;flex-direction:row}
.profile-contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 18px;border:none;border-radius:12px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:transform .15s ease,opacity .2s ease}
.profile-contact-btn:hover{transform:translateY(-1px);opacity:.95}
.profile-contact-btn.call-btn{background:#c62828}
.profile-contact-btn.wa-btn{background:#25D366}
.profile-contact-btn.tg-btn{background:#08c}
.profile-details-panel{width:100%;margin:0 auto 20px;background:#fff;padding:24px 22px;border-radius:16px;box-shadow:0 8px 24px #1a1a2e0f;border:1px solid #e8d4df;display:grid;gap:24px}
.profile-details-section + .profile-details-section{padding-top:22px;border-top:1px solid #f1e8ed}
.profile-details-heading{margin:0 0 14px;font-size:20px;font-weight:700;color:var(--theme-dark)}
.profile-tag-list-full{gap:10px}
.profile-tag-link{text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.profile-tag-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #c2185b33}
.profile-about-list-full{grid-template-columns:repeat(3,1fr)}
.profile-block-compact{margin-top:12px;padding-top:12px}
.about-profile{width:100%;margin:0 auto 25px;background:#fff;padding:24px 22px;border-radius:16px;box-shadow:0 8px 24px #1a1a2e0f;border:1px solid #e8d4df}
.about-profile h3{font-size:20px;font-weight:700;margin:0 0 14px;color:var(--theme-dark)}
.about-text{font-size:15px;line-height:1.9;color:#334155}
.he-lightbox{position:fixed;inset:0;z-index:10000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:20px}
.he-lightbox[hidden]{display:none!important}
.he-lightbox-stage{max-width:min(92vw,900px);max-height:85vh}
.he-lightbox-stage img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px}
.he-lightbox-close,.he-lightbox-prev,.he-lightbox-next{position:absolute;border:none;background:#ffffff1f;color:#fff;cursor:pointer;border-radius:50%;width:44px;height:44px;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s ease}
.he-lightbox-close:hover,.he-lightbox-prev:hover,.he-lightbox-next:hover{background:#ffffff38}
.he-lightbox-close{top:18px;right:18px}
.he-lightbox-prev{left:18px;top:50%;transform:translateY(-50%)}
.he-lightbox-next{right:18px;top:50%;transform:translateY(-50%)}
body.he-lightbox-open{overflow:hidden}
.profile-box,.thumb-list,.mobile-thumbs,.profile-summary,.contact-card{display:none!important}
.related-box{max-width:1100px;margin:30px auto;padding:24px;background:#fff;border-radius:16px;box-shadow:var(--shadow)}
.related-box h2{margin:0 0 15px;font-size:22px}
.related-slider{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.related-card{background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px #0000001a;
  text-decoration: none;
  color: #111;
  transition: .3s ease;
  margin-bottom: 20px;}
.related-card:hover{transform:translateY(-4px)}
.he-safety-report{max-width:1100px;margin:28px auto;padding:0 5px}
.he-safety-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:0;background:#fff5f5;border:1px solid #f5c2c2;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #b2222214}
.he-safety-left{padding:28px 26px;border-right:1px solid #f5c2c2}
.he-safety-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px 14px;align-items:start;margin-bottom:20px}
.he-safety-icon{font-size:28px;line-height:1}
.he-safety-head h3{margin:0;font-size:20px;font-weight:800;color:#8b1a1a;line-height:1.2}
.he-safety-head p{margin:4px 0 0;font-size:13px;color:#7a6a6a;grid-column:2}
.he-safety-badge{background:#b22222;color:#fff;font-size:11px;font-weight:700;padding:6px 12px;border-radius:999px;white-space:nowrap}
.he-safety-issues{list-style:none;margin:0 0 16px;padding:0}
.he-safety-issues li{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;margin-bottom:10px;font-weight:500}
.he-issue-icon{font-size:16px;width:22px;text-align:center}
.he-safety-note{font-size:12px;color:#888;margin:0 0 18px;line-height:1.5}
.he-check-complaint-btn{display:inline-flex;align-items:center;gap:8px;background:#1e5aa8;color:#fff!important;text-decoration:none!important;font-weight:700;font-size:14px;padding:12px 20px;border-radius:10px;transition:background .2s}
.he-check-complaint-btn:hover{background:#164a8c}
.he-safety-form-col{padding:28px 26px;background:#fff}
.he-report-form select,.he-report-form textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;padding:12px 14px;font-size:14px;font-family:inherit;margin-bottom:12px;background:#fff}
.he-report-form textarea{min-height:120px;resize:vertical}
.he-char-count{display:block;font-size:12px;color:#888;margin:-6px 0 12px}
.he-upload-label{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:10px}
.he-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.he-upload-box{display:flex;align-items:center;justify-content:center;min-height:120px;border:2px dashed #ccc;border-radius:10px;cursor:pointer;text-align:center;font-size:13px;color:#666;padding:8px;position:relative;background:#fafafa;overflow:hidden}
.he-upload-box input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:2}
.he-upload-box.has-file{border-color:#b22222;color:#b22222;background:#fff8f8}
.he-upload-box.has-preview{padding:0;border-style:solid;background:#111}
.he-upload-preview{display:block;width:100%;height:120px;object-fit:cover;border-radius:8px}
.he-upload-preview[hidden]{display:none!important}
.he-upload-text{position:relative;z-index:1;padding:12px}
.he-upload-text[hidden]{display:none!important}
.he-report-submit{width:100%;padding:14px;background:#b22222;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}
.he-report-submit:hover{background:#8b1a1a}
.he-report-submit:disabled{opacity:.6;cursor:not-allowed}
.he-report-feedback{padding:14px 16px;border-radius:10px;margin-bottom:16px;font-size:14px;line-height:1.6}
.he-report-feedback.is-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}
.he-report-feedback.is-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}
.he-complaint-id{display:inline-block;background:#fff;padding:4px 10px;border-radius:6px;font-weight:800;font-size:16px;color:#b22222;margin:6px 0}
.he-check-link{font-weight:700;color:#1e5aa8!important}
.he-check-complaint-hero{text-align:center;padding:36px 20px 20px}
.he-check-complaint-hero h1{margin:0;font-size:clamp(28px,4vw,38px);font-weight:800;color:#0f2744}
.he-check-complaint-hero p{color:#64748b;margin-top:10px}
.he-check-complaint-wrap{max-width:640px;margin:0 auto 60px;padding:0 20px}
.he-check-complaint-form label{display:block;font-weight:600;margin-bottom:8px;color:#334155}
.he-check-row{display:flex;gap:10px;margin-bottom:20px}
.he-check-row input{flex:1;padding:14px 16px;border:1px solid #cbd5e1;border-radius:10px;font-size:15px;text-transform:uppercase}
.he-check-row button{padding:14px 24px;background:var(--theme-accent);color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;white-space:nowrap}
.he-check-row button:hover{background:var(--gold-hover)}
.he-check-feedback{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px}
.he-check-feedback.is-error{background:#fee2e2;color:#991b1b}
.he-check-hint{text-align:center;font-size:13px;color:#94a3b8;margin-top:24px}
.he-result-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px;box-shadow:0 6px 20px #0000000d}
.he-result-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:14px}
.he-result-row span:first-child{color:#64748b;font-weight:600}
.he-result-card h3{margin:18px 0 12px;font-size:16px}
.he-result-messages{display:flex;flex-direction:column;gap:10px}
.he-result-msg{border-radius:10px;padding:12px 14px;font-size:14px}
.he-result-msg-user{background:#f8fafc}
.he-result-msg-admin{background:#ecfdf5;border:1px solid #a7f3d0}
.he-result-msg-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px;color:#64748b}
.he-status-pending{color:#d97706}
.he-status-reviewing{color:var(--theme-accent)}
.he-status-resolved{color:#059669}
.he-status-rejected{color:#dc2626}
@media (max-width: 860px) {
.he-safety-inner{grid-template-columns:1fr}
.he-safety-left{border-right:none;border-bottom:1px solid #f5c2c2}
.he-safety-head{grid-template-columns:auto 1fr}
.he-safety-badge{grid-column:1 / -1;justify-self:start}
.he-upload-grid{grid-template-columns:1fr}
.he-check-row{flex-direction:column}
}
.related-card img{width:100%;height:200px;object-fit:cover;display:block;border-radius:12px 12px 0 0}
.related-card strong{padding: 8px 8px 4px;
  font-size: 14px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-weight: 500;
  margin-bottom: 13px;}
.related-card span{display:block;padding:0 8px 10px;font-size:13px;color:#666}
@media (min-width: 600px) {
.related-slider{grid-template-columns:repeat(3,1fr)}
}
@media (min-width: 992px) {
.related-slider{grid-template-columns:repeat(4,1fr)}
}
@media (max-width: 850px) {
.profile-hero{grid-template-columns:1fr;gap:18px}
.main-photo{max-height:none}
.profile-info-col{padding:20px 18px}
.profile-about-list-full{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 480px) {
.profile-about-list-full{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.profile-title{font-size:22px}
.profile-title span{font-size:15px}
.profile-meta{font-size:14px}
}
@media (max-width: 420px) {
.profile-title{font-size:20px}
.profile-meta{font-size:13px}
.profile-thumb-btn{flex-basis:72px;width:72px;height:72px}
}
.he-cities-hero{text-align:center;padding:36px 20px 20px;max-width:900px;margin:0 auto}
.he-cities-hero h1{font-size:clamp(28px,4vw,40px);font-weight:800;color:#0f2744;margin:0 0 12px}
.he-cities-hero-sub{margin:0;color:#64748b;font-size:16px;line-height:1.6}
.he-cities-wrap{max-width:1100px;margin:0 auto;padding:10px 20px 60px}
.he-cities-card{background:#fff;border:0;border-radius:16px;box-shadow:0 4px 24px #0f274414;overflow:visible}
.he-cities-accor,.he-cities-flat{display:flex;flex-direction:column;gap:12px;padding:16px}
.he-cities-state{border:0;border-radius:12px;overflow:hidden}
.he-cities-state-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border:0;background:#eef6ff;color:#1e293b;font-size:16px;font-weight:700;text-align:left;cursor:pointer;border-radius:12px;transition:background .2s ease,border-radius .2s ease}
.he-cities-state-btn:hover{background:#e3f0ff}
.he-cities-state-btn[aria-expanded="true"]{background:#fff0f5;border-radius:12px 12px 0 0}
.he-cities-state-btn[aria-expanded="true"] .he-cities-chevron{transform:rotate(180deg);color:#c2185b}
.he-cities-chevron{font-size:14px;color:#64748b;transition:transform .2s ease,color .2s ease}
.he-cities-state-body[hidden],.he-cities-areas[hidden]{display:none!important}
.he-cities-state-body:not([hidden]){padding:16px 20px 20px;display:flex;flex-wrap:wrap;gap:12px 18px;background:#fff;border:1px solid #fce4ec;border-top:0;border-radius:0 0 12px 12px}
.he-cities-city-row{display:inline-flex}
.he-cities-city-row.has-areas{width:100%;display:block;margin-top:4px}
.he-cities-city-link{display:inline-flex;align-items:center;padding:6px 0;border:0;background:transparent;color:#c2185b;text-decoration:none;font-size:15px;font-weight:600;transition:color .18s ease,opacity .18s ease}
.he-cities-city-link:hover{color:#880e4f;text-decoration:underline}
.he-cities-city-accor{width:100%;border-radius:10px;overflow:hidden}
.he-cities-city-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#fff0f5;border-radius:10px;transition:border-radius .2s ease}
.he-cities-city-accor.is-open .he-cities-city-bar{border-radius:10px 10px 0 0}
.he-cities-city-name{flex:1;color:#1e293b;font-size:15px;font-weight:700;text-decoration:none}
.he-cities-city-name:hover{color:#c2185b}
.he-cities-area-toggle{width:32px;height:32px;flex-shrink:0;border-radius:8px;border:0;background:transparent;color:#c2185b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;transition:transform .2s ease}
.he-cities-area-toggle:hover{background:#c2185b14}
.he-cities-area-toggle[aria-expanded="true"] i{transform:rotate(45deg)}
.he-cities-areas:not([hidden]){display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;padding:14px;background:#fff;border:1px solid #fce4ec;border-top:0;border-radius:0 0 10px 10px}
.he-cities-area-link{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;border-radius:8px;background:#fff;border:1px solid #f48fb1;color:#c2185b;text-decoration:none;font-size:13px;font-weight:600;text-align:center;line-height:1.3;transition:all .18s ease}
.he-cities-area-link:hover{background:#c2185b;border-color:#c2185b;color:#fff}
.he-cities-flat{flex-direction:row;flex-wrap:wrap;align-content:flex-start}
.he-cities-flat .he-cities-city-row.has-areas{flex:1 1 100%}
.he-cities-empty{padding:24px;text-align:center;color:#64748b}
@media (max-width: 640px) {
.he-cities-accor,.he-cities-flat{padding:12px;gap:10px}
.he-cities-areas:not([hidden]){grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;padding:12px}
.he-cities-state-btn{padding:14px 16px;font-size:15px}
}
.he-locations-hero{text-align:center;padding:30px 20px}
.he-locations-hero h1{font-size:36px}
.state-card{background:linear-gradient(135deg,#f5f0f4,#fdf2f7);border-radius:20px;padding:26px 30px;margin-bottom:20px;max-width:1100px;margin-left:auto;margin-right:auto}
.state-header{display:flex;justify-content:space-between;cursor:pointer}
.cities{display:none;margin-top:22px;flex-wrap:wrap;gap:14px}
.cities.open{display:flex}
.city-pill{padding:10px 18px;border-radius:26px;background:#fff;border:1px solid #e8d4df;text-decoration:none;color:var(--theme-dark);font-size:14px}
.city-pill:hover{background:var(--theme-gradient);color:#fff}
.he-info-hero{text-align:center;padding:36px 20px 24px;max-width:900px;margin:0 auto}
.he-info-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--theme-accent);margin-bottom:12px}
.he-info-hero h1{font-size:clamp(28px,4vw,40px);font-weight:800;color:#0f2744;margin:0;line-height:1.2}
.he-info-wrap{max-width:860px;margin:0 auto 60px;padding:0 20px 40px}
.he-info-content{background:#fff;border-radius:18px;padding:32px 36px;box-shadow:0 8px 32px #0f27440f;border:1px solid #e8f0f8;line-height:1.75;color:#334155;font-size:15px}
.he-info-content h2{font-size:22px;font-weight:700;color:#0f2744;margin:28px 0 12px}
.he-info-content h2:first-child{margin-top:0}
.he-info-content h3{font-size:17px;font-weight:700;color:#1e3a5f;margin:22px 0 8px}
.he-info-content ul{padding-left:22px;margin:12px 0}
.he-info-content li{margin-bottom:8px}
.he-info-content a{color:var(--theme-accent);text-decoration:underline}
.he-info-content p{margin:0 0 14px}
.he-contact-form-wrap{margin-top:28px;background:linear-gradient(135deg,#f8f2f5,#fdf2f7);border-radius:18px;padding:28px 32px;border:1px solid #e8d4df}
.he-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.he-contact-field label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}
.he-contact-field input,.he-contact-field textarea{width:100%;padding:11px 14px;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;font-family:inherit;background:#fff}
.he-contact-field-full{margin-top:16px}
.he-contact-submit{margin-top:18px;padding:12px 28px;background:var(--theme-gradient);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer}
.he-contact-submit:hover{opacity:.92}
.he-contact-notice{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px}
.he-contact-success{background:#d1fae5;color:#065f46}
.he-contact-error{background:#fee2e2;color:#991b1b}
@media (max-width: 640px) {
.he-info-content{padding:22px 20px}
.he-contact-grid{grid-template-columns:1fr}
.he-contact-form-wrap{padding:20px}
}
html{scroll-behavior:smooth}
.he-home-categories{max-width:1100px;margin:36px auto 48px;padding:0 20px}
.he-home-cat-header{text-align:center;margin-bottom:36px}
.he-home-cat-title{font-size:clamp(22px,3vw,30px);font-weight:700;color:var(--theme-dark);margin:0 0 10px;line-height:1.3}
.he-home-cat-subtitle{font-size:15px;color:#6b7280;margin:0}
.he-home-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px}
.he-home-cat-card{background:#fff;border-radius:14px;box-shadow:0 4px 20px #00000014;overflow:hidden;display:flex;flex-direction:column}
.he-home-cat-visual{position:relative;display:block;height:257px;background-size:cover;background-position:top;text-decoration:none;border-radius:14px 14px 0 0}
.he-home-cat-visual-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d 40%,#000000b8 100%)}
.he-home-cat-label{position:absolute;left:18px;bottom:16px;z-index:2;display:flex;align-items:center;gap:10px;color:#fff;font-size:30px;font-weight:700;line-height:1.2}
.he-home-cat-label i{font-size:20px;opacity:.95}
.he-home-cat-desc{margin:0;padding:18px 18px 14px;font-size:14px;line-height:1.65;color:#4b5563;text-align:justify;flex:1}
.he-home-cat-cities{display:flex;flex-direction:column;gap:10px;padding:0 18px 18px}
.he-home-cat-city-link{display:block;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;background:#fff;transition:border-color 0.2s,box-shadow .2s}
.he-home-cat-city-link:hover{border-color:var(--theme-accent);box-shadow:0 2px 8px #c2185b1f}
.he-home-cat-city-label{display:block;font-size:12px;color:#9ca3af;margin-bottom:4px}
.he-home-cat-city-name{display:block;font-size:16px;font-weight:700;color:var(--theme-accent)}
.he-home-cat-seo{margin-top:40px;padding-top:8px}
.he-home-cat-seo p{margin:0;font-size:13px;line-height:1.7;color:#6b7280;text-align:justify}

.he-home-tags{max-width:1100px;margin:40px auto 40px;}
.he-home-tags-card{background:#fff;border-radius:16px;box-shadow:0 8px 28px #0f274414;padding:28px 24px 32px}
.he-home-tags-head{text-align:center;margin-bottom:22px}
.he-home-tags-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 8px;font-size:clamp(20px,2.6vw,26px);font-weight:700;color:var(--theme-accent);line-height:1.25}
.he-home-tags-title i{font-size:22px}
.he-home-tags-sub{margin:0;font-size:15px;color:#6b7280}
.he-home-tags-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.he-home-tag-pill{display:inline-flex;align-items:center;padding:10px 22px;border-radius:999px;background:#fff;border:1px solid #e8b4c8;color:var(--theme-accent);text-decoration:none;font-size:14px;font-weight:600;line-height:1.2;transition:all .2s ease;white-space:nowrap}
.he-home-tag-pill:hover{background:var(--theme-gradient);border-color:transparent;color:#fff;box-shadow:0 4px 14px #c2185b33}

@media(max-width:640px){
.he-home-tags{padding:0 14px;margin-bottom:28px}
.he-home-tags-card{padding:22px 16px 24px}
.he-home-tag-pill{padding:9px 16px;font-size:13px}
}
@media (max-width: 992px) {
.he-home-cat-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.he-home-categories{margin-top:24px;padding:0 14px}
.he-home-cat-grid{grid-template-columns:1fr;gap:20px}
.he-home-cat-visual{height:170px}
.he-home-cat-label{font-size:20px}
}
.he-404-page{min-height:calc(100vh - 220px);display:flex;align-items:center;justify-content:center;padding:48px 20px 72px;background:linear-gradient(180deg,#f5f4f8 0%,#fdf2f7 100%)}
.he-404-inner{max-width:560px;width:100%;text-align:center;background:#fff;border-radius:24px;padding:48px 32px 40px;box-shadow:0 20px 50px #1a1a2e1a;border:1px solid #e8d4df}
.he-country-picker-wrap{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 16px 64px;gap:8px}
.he-country-picker{width:100%;max-width:1100px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:32px 24px 28px;text-align:center}
.he-country-picker--intro{background:transparent;border:none;box-shadow:none;padding-bottom:0}
.he-country-picker-welcome{margin:0 0 12px;font-size:clamp(32px,6vw,42px);font-weight:800;color:var(--theme-dark)}
.he-country-picker-tagline{margin:0 0 28px;color:#475569;font-size:clamp(15px,2.5vw,18px);line-height:1.5;max-width:520px;margin-left:auto;margin-right:auto}
.he-country-picker-seo{margin-top:28px;text-align:left;color:#475569;font-size:15px;line-height:1.65;max-width:760px;margin-left:auto;margin-right:auto}
.he-country-picker-seo p{margin:0 0 12px}
.he-brand-bar--picker .he-brand-bar-left{justify-content:center;text-align:center}
.he-country-picker-title{margin:0 0 10px;font-size:clamp(28px,5vw,36px)}
.he-country-picker-lead{margin:0 0 24px;color:#64748b;font-size:15px}
.he-country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}
.he-country-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 12px;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:var(--theme-dark);font-weight:600;transition:border-color 0.2s,box-shadow 0.2s,transform .2s}
.he-country-card:hover{border-color:var(--theme-accent);box-shadow:0 8px 24px #c2185b1f;transform:translateY(-2px);color:var(--theme-accent)}
.he-country-flag{font-size:28px;line-height:1}
.he-country-name{font-size:14px}
.he-404-code{margin:0 0 12px;font-size:clamp(72px,16vw,110px);font-weight:900;line-height:1;background:var(--theme-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.he-404-page h1{margin:0 0 14px;font-size:clamp(24px,4vw,32px);font-weight:800;color:var(--theme-dark)}
.he-404-desc{margin:0 0 28px;font-size:16px;line-height:1.65;color:#64748b}
.he-404-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:22px}
.he-404-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:12px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease}
.he-404-btn:hover{transform:translateY(-1px)}
.he-404-btn-primary{background:var(--theme-gradient);color:#fff;box-shadow:0 8px 24px #c2185b40}
.he-404-btn-secondary{background:#fff;color:var(--theme-dark);border:1px solid #e8d4df}
.he-404-btn-secondary:hover{border-color:var(--theme-accent);color:var(--theme-accent)}
.he-404-help{margin:0;font-size:14px;color:#94a3b8}
.he-404-help a{color:var(--theme-accent);font-weight:600;text-decoration:none}
.he-404-help a:hover{text-decoration:underline}
@media (max-width: 768px) {
.breadcrumbs-container,.lf-breadcrumb-inner,.profile-page-wrap{margin:0 10px}
.he-brand-name{font-size:22px}
.he-brand-location{margin-left:0;font-size:12px}
.he-brand-post-btn{padding:10px 16px;font-size:12px}
.promote-content h2{font-size:28px}
}
@media (max-width: 480px) {
.he-404-inner{padding:36px 22px 32px}
.he-404-actions{flex-direction:column}
.he-404-btn{width:100%}
}