:root{
  --bg:#090d14;--bg2:#0f1420;--panel:#111827;--panel2:#162033;--card:#0f1726;--text:#eef3ff;--muted:#9ba9c6;--line:rgba(255,255,255,.09);
  --accent:#9cc1ff;--accent2:#64e2ff;--gold:#ffd892;--gold2:#ffb85c;--violet:#d6a7ff;--good:#31d0aa;--danger:#ff7387;
  --shadow:0 24px 80px rgba(0,0,0,.42);--radius:28px;--radius-sm:18px;--container:min(1240px,calc(100vw - 28px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:
radial-gradient(900px 420px at 10% -10%, rgba(255,216,146,.12), transparent 52%),
radial-gradient(800px 360px at 100% 0%, rgba(100,226,255,.10), transparent 44%),
linear-gradient(180deg,#090d14,#0e131c 50%,#0a0f17);color:var(--text);font:16px/1.55 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
.site-shell{min-height:100vh;padding-bottom:96px}.container{width:var(--container);margin:0 auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(6,10,16,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--accent2));color:#08101f;box-shadow:0 8px 26px rgba(255,216,146,.18)}
.nav{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.nav a,.footer-links a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:var(--muted);transition:.25s background,.25s border-color,.25s color,.25s transform}.nav a:hover,.footer-links a:hover{color:var(--text);border-color:rgba(255,216,146,.28);background:rgba(255,255,255,.045);transform:translateY(-1px)}.mobile-quick{display:none}
.hero{padding:34px 0 16px}.hero-grid{display:grid;grid-template-columns:1.2fr .95fr;gap:18px;align-items:stretch}.hero-card,.panel,.glass{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.hero-card::before,.panel::before,.glass::before{content:"";position:absolute;inset:auto auto auto 0;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}
.hero-card{padding:32px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--line);color:#d8e5ff;font-weight:700}.hero h1{margin:16px 0 12px;font-size:clamp(32px,5vw,58px);line-height:1.02;letter-spacing:-.03em;max-width:11ch}.hero p{margin:0 0 20px;color:var(--muted);max-width:64ch}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn,.btn-secondary,.btn-ghost,.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;padding:13px 19px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.25s transform,.25s box-shadow,.25s border-color,.25s background}.btn:hover,.btn-secondary:hover,.btn-ghost:hover,.btn-danger:hover{transform:translateY(-1px)}
.btn{background:linear-gradient(135deg,var(--gold),var(--accent2));color:#09111f;box-shadow:0 16px 42px rgba(100,226,255,.13)}.btn-secondary{background:#fff;color:#0d1523}.btn-ghost{background:rgba(255,255,255,.03);border-color:var(--line);color:var(--text)}.btn-danger{background:rgba(255,115,135,.12);border-color:rgba(255,115,135,.24);color:#ffdce2}
.panel{padding:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat{padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));border:1px solid var(--line)}.stat strong{display:block;font-size:30px;line-height:1.1}.muted{color:var(--muted)}
.grid-panels{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.mini-panel{padding:16px;border-radius:22px;background:rgba(255,255,255,.028);border:1px solid var(--line)}
.filters{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr auto;gap:12px;padding:18px;margin:18px 0 24px;background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.input,.select,textarea{width:100%;background:#0b1320;border:1px solid var(--line);color:var(--text);border-radius:16px;padding:13px 15px;outline:none;transition:.2s border-color,.2s box-shadow}.input::placeholder,textarea::placeholder{color:#7584a5}.input:focus,.select:focus,textarea:focus{border-color:rgba(255,216,146,.45);box-shadow:0 0 0 4px rgba(255,216,146,.07)}textarea{min-height:140px;resize:vertical}
.section-head{display:flex;justify-content:space-between;gap:14px;align-items:end;margin:8px 0 18px}.section-head h2,.section-head h1{margin:0;font-size:clamp(24px,3vw,34px)}.section-head p{margin:4px 0 0;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);transition:.25s transform,.25s border-color}.card:hover{transform:translateY(-3px);border-color:rgba(255,216,146,.2)}
.card-media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#0b0f16}.card-media::after{content:"";position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(180deg,transparent,rgba(8,11,17,.66))}.card-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .35s}.card:hover .card-media img{transform:scale(1.06)}.card-body{padding:17px 17px 18px}.card-title{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.card-title h3{margin:0;font-size:21px;line-height:1.15}
.badges{position:absolute;left:12px;top:12px;display:flex;gap:8px;flex-wrap:wrap;z-index:2}.badge{padding:7px 11px;border-radius:999px;background:rgba(11,17,27,.74);backdrop-filter:blur(10px);font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.14);letter-spacing:.02em}.badge.premium{color:#1a1200;background:linear-gradient(135deg,var(--gold),var(--gold2))}.badge.vip{color:#12081b;background:linear-gradient(135deg,#f4c4ff,var(--violet))}.badge.verified{color:#eafffa;background:linear-gradient(135deg,rgba(49,208,170,.95),rgba(72,213,255,.85))}
.price{font-size:22px;font-weight:900;white-space:nowrap}.meta{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}.meta span,.chip{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--line);color:var(--muted);font-size:13px}.desc{color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:66px}
.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px;gap:10px}.cta-link{font-weight:900}.empty{padding:34px;text-align:center;border:1px dashed var(--line);border-radius:22px;color:var(--muted);background:rgba(255,255,255,.02)}
.profile,.dash-wrap,.admin-wrap,.auth-wrap{padding:28px 0}.profile-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.gallery{position:relative;border-radius:30px;overflow:hidden;background:#0b0f16;border:1px solid var(--line);box-shadow:var(--shadow)}.gallery-main{aspect-ratio:4/5}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;inset:auto 14px 14px 14px;display:flex;justify-content:space-between;align-items:end;gap:12px;z-index:2}.gallery-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(9,14,22,.6);color:white;backdrop-filter:blur(12px)}
.gallery-count{padding:9px 12px;border-radius:999px;background:rgba(9,14,22,.6);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14)}.thumbs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:14px}.thumbs button{width:68px;height:68px;padding:0;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:#0b0f16;opacity:.78}.thumbs button.active{opacity:1;border-color:rgba(255,216,146,.7)}.thumbs img{width:100%;height:100%;object-fit:cover}
.info-panel{padding:24px}.pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line)}.info-panel h1{margin:14px 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.05}.price-row{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:12px 0 16px}.price-row .price{font-size:35px}.list{display:grid;gap:12px}.list-item{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;background:rgba(255,255,255,.03);border-radius:18px;border:1px solid var(--line)}.content{margin-top:18px;padding:18px;background:rgba(255,255,255,.03);border-radius:20px;border:1px solid var(--line)}
.auth-card{max-width:580px;margin:0 auto;padding:26px}.auth-card h1{margin:0 0 8px}.auth-card .lead{margin:0 0 18px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .full{grid-column:1/-1}.label{display:grid;gap:8px;font-size:14px;color:var(--muted)}.label span{font-weight:700;color:#c8d3ea}.checks{display:flex;flex-wrap:wrap;gap:14px}.checks label{display:flex;align-items:center;gap:8px}
.dashboard-grid{display:grid;grid-template-columns:320px 1fr;gap:18px}.sidebar-card,.main-card{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:var(--shadow)}.dash-list{display:grid;gap:14px}.dash-item{display:grid;grid-template-columns:110px 1fr auto;gap:14px;padding:14px;border-radius:22px;background:rgba(255,255,255,.024);border:1px solid var(--line)}.dash-item img{width:110px;height:140px;object-fit:cover;border-radius:16px}.actions{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.mini{padding:9px 12px;border-radius:12px;font-size:14px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{color:var(--muted);font-size:13px;font-weight:800}.admin-head{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:16px}
.bottom-login{position:fixed;right:16px;bottom:16px;z-index:60;padding:11px 15px;max-width:calc(100vw - 24px);border-radius:999px;background:rgba(8,12,20,.82);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(0,0,0,.35);font-weight:900;color:#eaf2ff;font-size:14px}
.flash{margin-top:16px;padding:12px 16px;border-radius:16px;border:1px solid var(--line)}.flash.success{background:rgba(49,208,170,.08);border-color:rgba(49,208,170,.25)}.flash.error{background:rgba(255,115,135,.08);border-color:rgba(255,115,135,.25)}
.search-results{position:relative}.suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#0d1420;border:1px solid var(--line);border-radius:18px;padding:8px;display:none;z-index:20;box-shadow:var(--shadow);max-height:320px;overflow:auto}.suggestions.active{display:block}.s-item{display:grid;gap:2px;padding:10px 12px;border-radius:12px;color:var(--text)}.s-item:hover{background:rgba(255,255,255,.04)}.s-item small{color:var(--muted)}
.site-footer{padding:34px 0 38px;margin-top:34px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,transparent,rgba(255,255,255,.02))}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:18px}.footer-title{font-weight:900;margin-bottom:10px}.footer-links{display:flex;flex-wrap:wrap;gap:10px}
.hero-note{margin-top:14px;padding:14px 16px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.03)}.stats-note{display:grid;gap:10px}.inline-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
@media (max-width: 1024px){.hero-grid,.profile-grid,.dashboard-grid,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.filters .full-m{grid-column:1/-1}.mobile-quick{display:block}}
@media (max-width: 720px){.nav{display:none}.hero-card{padding:24px}.stats{grid-template-columns:1fr 1fr 1fr}.grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.dash-item{grid-template-columns:1fr}.dash-item img{width:100%;height:240px}.table{display:block;overflow-x:auto}.bottom-login{right:12px;bottom:12px;padding:10px 13px;font-size:13px}.site-shell{padding-bottom:80px}.hero h1{max-width:none}.section-head{align-items:flex-start;flex-direction:column}}


/* Cleanup patch */
.hero-simple{padding:26px 0 10px}.hero-simple-box{display:flex;justify-content:space-between;gap:18px;align-items:end;padding:22px 24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:var(--shadow)}.hero-simple h1{margin:12px 0 8px;font-size:clamp(28px,4.8vw,48px);line-height:1.02;letter-spacing:-.03em}.hero-simple p{margin:0;color:var(--muted);max-width:64ch}.hero-simple-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-tile{border-radius:24px;overflow:hidden}.profile-tile .card-media{aspect-ratio:4/5}.profile-tile .card-overlay{position:absolute;left:0;right:0;bottom:0;padding:16px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(5,8,14,.82) 55%,rgba(5,8,14,.96));z-index:2}.profile-tile .card-topline{display:flex;justify-content:space-between;gap:12px;align-items:end}.profile-tile .card-topline h3{margin:0;font-size:24px;line-height:1.05;color:#fff}.profile-tile .overlay-meta{margin:10px 0 0}.profile-tile .overlay-meta span{background:rgba(255,255,255,.08);color:#eef3ff}.compact-body{padding:14px 16px 16px}.compact-body .desc{min-height:auto;margin:0 0 10px}.compact-body .card-footer{margin-top:0}.footer-grid-clean{grid-template-columns:1.3fr 1fr}.site-footer .footer-links a{background:rgba(255,255,255,.02)}@media (max-width:1024px){.hero-simple-box{align-items:flex-start;flex-direction:column}}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.specs{font-size:13px;color:var(--muted);margin:0 0 8px}
.searchbar{display:flex;gap:10px;margin:14px 0 18px}.searchbar .input{flex:1}.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inline-form .select{min-width:150px}@media(max-width:700px){.searchbar,.inline-form{display:grid}.inline-form .select{min-width:0;width:100%}}

/* V3.2 VIP form rebuild */
.vip-form-page .site-shell{padding-bottom:110px}
.vip-form-wrap{padding:28px 0 44px;max-width:1120px}
.vip-form-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;padding:24px;border-radius:30px;border:1px solid rgba(255,255,255,.10);background:radial-gradient(700px 240px at 15% 0%,rgba(255,216,146,.18),transparent 62%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 24px 80px rgba(0,0,0,.38)}
.vip-form-hero h1{font-size:clamp(34px,5vw,58px);line-height:1;margin:10px 0 8px;letter-spacing:-.035em}.vip-form-hero p{margin:0;color:var(--muted);max-width:760px}.vip-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,216,146,.10);border:1px solid rgba(255,216,146,.24);color:#ffe4ad;font-weight:900;font-size:13px;letter-spacing:.03em}
.vip-profile-form{display:grid;gap:16px}.vip-section{position:relative;padding:20px;border-radius:30px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.023));box-shadow:0 18px 60px rgba(0,0,0,.24);overflow:visible}.vip-section:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,216,146,.35),transparent)}
.vip-section-title{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.vip-section-title>span{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border-radius:15px;background:linear-gradient(135deg,var(--gold),var(--accent2));color:#08111d;font-weight:1000}.vip-section-title h2{margin:0;font-size:22px}.vip-section-title p{margin:3px 0 0;color:var(--muted)}
.vip-fields{display:grid;gap:14px}.vip-fields.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vip-fields.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.span-2{grid-column:span 2}.vip-profile-form .label{min-width:0}.vip-profile-form .label span{font-size:13px;text-transform:uppercase;letter-spacing:.055em;color:#dbe7ff}.input,.select,textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:linear-gradient(180deg,rgba(11,17,28,.96),rgba(18,28,45,.96));color:#f5f8ff;padding:14px 15px;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}textarea{resize:vertical}.input:focus,.select:focus,textarea:focus{border-color:rgba(255,216,146,.48);box-shadow:0 0 0 4px rgba(255,216,146,.08),inset 0 1px 0 rgba(255,255,255,.06)}.input::placeholder,textarea::placeholder{color:#6f7d97}.file-input{padding:12px;background:rgba(255,255,255,.035)}
.location-card{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-bottom:14px}.metro-search-label{min-width:0}.auto-location{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auto-box{min-height:78px;border-radius:20px;border:1px solid rgba(255,216,146,.16);background:radial-gradient(220px 100px at 0% 0%,rgba(255,216,146,.12),transparent 68%),rgba(255,255,255,.035);padding:14px}.auto-box small{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.auto-box strong{display:block;color:#fff;font-size:17px;line-height:1.2}.suggestions{z-index:100;background:#0b111c;border-color:rgba(255,216,146,.22)}.s-item{border:1px solid transparent}.s-item:hover{border-color:rgba(255,216,146,.16);background:rgba(255,216,146,.075)}
.vip-checks{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.vip-checks label{display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.10);font-weight:800}.vip-checks input{accent-color:#ffd892}.vip-submit-bar{position:sticky;bottom:14px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:24px;border:1px solid rgba(255,216,146,.24);background:rgba(8,12,20,.86);backdrop-filter:blur(18px);box-shadow:0 18px 70px rgba(0,0,0,.44)}.vip-submit-bar span{color:#cbd7ee;font-weight:700}.vip-submit-bar .btn{white-space:nowrap}
@media(max-width:980px){.vip-fields.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.location-card{grid-template-columns:1fr}.vip-form-hero{align-items:flex-start;flex-direction:column}.vip-submit-bar{position:static}}
@media(max-width:680px){.vip-form-wrap{width:calc(100vw - 20px);padding-top:18px}.vip-section,.vip-form-hero{border-radius:24px;padding:16px}.vip-fields.grid-3,.vip-fields.grid-4{grid-template-columns:1fr}.span-2{grid-column:auto}.auto-location{grid-template-columns:1fr}.vip-submit-bar{display:grid}.vip-submit-bar .btn{width:100%}.vip-section-title{gap:10px}.vip-section-title>span{width:34px;height:34px;border-radius:12px}.vip-section-title h2{font-size:20px}}

/* V3.2 VIP form rebuild */
.vip-form-page{padding:28px 0 46px}.vip-form-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px;padding:24px;border:1px solid rgba(255,216,146,.16);border-radius:30px;background:radial-gradient(700px 260px at 15% 0%,rgba(255,216,146,.14),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:var(--shadow)}.vip-form-hero h1{margin:12px 0 8px;font-size:clamp(32px,5vw,54px);line-height:1.02;letter-spacing:-.03em}.vip-form-hero p{margin:0;color:var(--muted);max-width:780px}.vip-profile-form{display:grid;gap:16px}.vip-section{position:relative;padding:20px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));box-shadow:0 18px 55px rgba(0,0,0,.22);overflow:visible}.vip-section:before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,216,146,.38),transparent)}.vip-section-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.vip-section-head b{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--accent2));color:#09111f;box-shadow:0 10px 28px rgba(255,216,146,.15)}.vip-section-head h2{margin:0;font-size:22px;line-height:1.1}.vip-section-head p{margin:4px 0 0;color:var(--muted)}.vip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.vip-grid .wide{grid-column:span 2}.vip-grid .full{grid-column:1/-1}.vip-grid .label{min-width:0}.vip-profile-form .input,.vip-profile-form .select,.vip-profile-form textarea{min-height:50px;background:linear-gradient(180deg,#10192a,#0a1220);border-color:rgba(255,255,255,.105);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.vip-profile-form textarea{min-height:130px}.ghost-input{color:#dfe8ff;background:rgba(255,255,255,.025)!important;border-style:dashed!important}.metro-box{z-index:30}.metro-box .suggestions{z-index:100}.vip-checks{padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.03)}.vip-checks label{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--line);color:#eaf2ff}.vip-submit-bar{position:sticky;bottom:12px;z-index:45;display:flex;justify-content:flex-end;gap:12px;align-items:center;margin-top:2px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(8,12,20,.82);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.4)}.file-input{padding-top:12px}.s-item strong{font-size:15px}.s-item small{line-height:1.3}
@media(max-width:1024px){.vip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vip-form-hero{flex-direction:column}.vip-submit-bar{justify-content:stretch}.vip-submit-bar .btn,.vip-submit-bar .btn-ghost{flex:1}}
@media(max-width:640px){.vip-form-page{padding:16px 0 36px}.vip-form-hero,.vip-section{border-radius:22px;padding:16px}.vip-grid{grid-template-columns:1fr}.vip-grid .wide{grid-column:1/-1}.vip-section-head h2{font-size:20px}.vip-submit-bar{display:grid;grid-template-columns:1fr;bottom:8px}.vip-submit-bar .btn,.vip-submit-bar .btn-ghost{width:100%}}

/* === V38 mobile catalog/card fix === */
.stats-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.stats-row span{display:inline-flex;gap:5px;align-items:center;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035);color:#cbd7ee;font-weight:800;font-size:14px;white-space:nowrap}.stats-row b{color:#fff}
.profile-tile .card-media::after{height:62%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(4,7,12,.72) 42%,rgba(4,7,12,.96))}.profile-tile .card-overlay{padding:14px 14px 15px}.card-headline{display:grid;gap:8px;min-width:0}.card-headline h3{margin:0;color:#fff;font-size:26px;line-height:1.05;letter-spacing:-.025em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-lines{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#fff;font-weight:950;line-height:1.05}.price-lines span{font-size:clamp(18px,5vw,24px);white-space:nowrap;text-shadow:0 2px 18px rgba(0,0,0,.55)}.location-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.location-chips span{display:inline-flex;max-width:100%;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13);color:#f2f6ff;font-weight:800;font-size:13px;line-height:1.15;overflow:hidden;text-overflow:ellipsis}.compact-body .specs{margin-top:0}.compact-body .desc{display:none}.compact-body .tag-row{display:none}.site-footer{padding:24px 0 82px;margin-top:28px}.footer-grid-clean{align-items:start}.site-footer .muted{max-width:24ch}.footer-links{display:grid;grid-template-columns:1fr;gap:8px}.footer-links a{text-align:center;padding:10px 14px}.bottom-login{left:50%;right:auto;transform:translateX(-50%);bottom:10px;padding:10px 16px;font-size:13px;white-space:nowrap;background:rgba(5,8,13,.9);border-color:rgba(255,216,146,.18)}
@media (max-width:640px){:root{--container:calc(100vw - 22px)}.site-shell{padding-bottom:86px}.topbar-inner{padding:12px 0}.brand{font-size:18px}.brand-mark{width:32px;height:32px}.mobile-quick .mini{padding:10px 14px;border-radius:16px;font-size:14px}.hero-simple{padding:18px 0 12px}.hero-simple-box{padding:18px;border-radius:24px;gap:14px}.hero-kicker{font-size:13px;padding:8px 11px}.hero-simple h1{font-size:31px;line-height:1.03;margin:12px 0 8px;letter-spacing:-.035em}.hero-simple p{font-size:16px;line-height:1.45;color:#cbd7ee}.hero-simple-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-simple-actions .btn,.hero-simple-actions .btn-ghost{width:100%;padding:12px 10px}.stats-row{gap:7px}.stats-row span{font-size:13px;padding:7px 9px}.section-head{margin-top:20px}.section-head h2{font-size:30px}.section-head p{font-size:15px;line-height:1.35}.filters{grid-template-columns:1fr;padding:12px;border-radius:20px;gap:10px;margin:12px 0 18px}.filters .btn{width:100%}.grid{gap:16px}.profile-tile{border-radius:24px}.profile-tile .card-media{aspect-ratio:3/4;min-height:360px}.profile-tile .card-overlay{padding:13px}.card-headline h3{font-size:28px}.price-lines span{font-size:21px}.location-chips span{font-size:13px}.compact-body{padding:12px 13px 14px}.compact-body .card-footer{display:none}.compact-body .specs{font-size:13px;line-height:1.2}.meta span,.chip{font-size:12px;padding:7px 9px}.site-footer{padding:22px 0 92px}.footer-grid-clean{grid-template-columns:1fr 1fr;gap:14px}.footer-title{font-size:18px}.site-footer .muted{font-size:15px;line-height:1.45}.footer-links a{padding:9px 12px;font-size:15px}.bottom-login{bottom:9px;max-width:calc(100vw - 28px);font-size:13px;padding:9px 15px}}
@media (max-width:380px){.hero-simple h1{font-size:28px}.card-headline h3{font-size:25px}.price-lines span{font-size:19px}.profile-tile .card-media{min-height:330px}.footer-grid-clean{grid-template-columns:1fr}.site-footer .muted{max-width:none}}

/* === V40 clean homepage + profile polish === */
.hero-clean-title .hero-simple-box{display:block;padding:18px 20px;border-radius:24px}
.hero-clean-title .hero-kicker{display:none}
.hero-clean-title h1{margin:0;font-size:clamp(28px,7vw,44px);line-height:1.05;letter-spacing:-.035em}
.hero-clean-title .stats-row{margin-top:12px}.hero-clean-title p,.hero-simple-actions{display:none!important}
.clean-stats span:nth-child(2){display:none}.section-head p{color:#aebbd2}.home .filters{margin-top:10px}.home .site-footer .muted{font-size:15px;line-height:1.35}
.profile-vip-clean{padding-top:22px}.profile-vip-clean .profile-grid{align-items:start}.vip-info-card{padding:22px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(255,216,146,.16);box-shadow:0 22px 70px rgba(0,0,0,.35)}
.profile-title-row{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.profile-title-row h1{margin:12px 0 0;font-size:clamp(34px,8vw,52px);line-height:.98;letter-spacing:-.04em}.small-pill{display:inline-flex;width:auto;font-size:13px;padding:9px 13px;color:#ffe7ad;border-color:rgba(255,216,146,.22);background:rgba(255,216,146,.06)}
.price-split{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.price-split div{padding:15px 14px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.035)}.price-split small,.quick-stats-clean small,.soft-line span{display:block;color:#9eabc0;font-weight:900;text-transform:uppercase;letter-spacing:.055em;font-size:11px;margin-bottom:6px}.price-split strong{display:block;color:#fff;font-size:clamp(24px,6.5vw,36px);line-height:1;letter-spacing:-.035em;white-space:nowrap}
.quick-stats-clean{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:12px 0}.quick-stats-clean div{padding:12px 10px;border-radius:17px;text-align:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.095)}.quick-stats-clean b{display:block;font-size:17px;color:#fff;line-height:1.1}.location-strip{display:flex;flex-wrap:wrap;gap:9px;margin:16px 0}.location-strip span{display:inline-flex;padding:10px 13px;border-radius:999px;border:1px solid rgba(255,216,146,.16);background:rgba(255,255,255,.055);font-weight:900;color:#f4f7ff}.soft-line{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:13px 15px;border-radius:18px;border:1px solid rgba(255,255,255,.095);background:rgba(255,255,255,.025);margin:10px 0}.soft-line strong{text-align:right}.contact-buttons{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.contact-call{box-shadow:0 16px 36px rgba(116,255,204,.14)}.clean-content{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.clean-content strong{display:block;margin-bottom:8px;font-size:18px}.clean-content .muted{font-size:16px;line-height:1.55}.gallery{border-radius:28px}.gallery-main img{object-position:center top}
@media(max-width:640px){.hero-clean-title{padding:14px 0 6px}.hero-clean-title .hero-simple-box{padding:15px 16px}.hero-clean-title h1{font-size:30px}.home .section-head h2{font-size:30px}.home .section-head p{font-size:15px}.profile-vip-clean{padding-top:12px}.vip-info-card{padding:16px;border-radius:24px}.profile-title-row h1{font-size:38px}.price-split{grid-template-columns:1fr 1fr;gap:8px}.price-split div{padding:13px 11px;border-radius:17px}.price-split strong{font-size:25px}.quick-stats-clean{grid-template-columns:repeat(4,1fr);gap:7px}.quick-stats-clean div{padding:10px 6px;border-radius:15px}.quick-stats-clean small{font-size:9px;margin-bottom:4px}.quick-stats-clean b{font-size:14px}.location-strip{gap:8px}.location-strip span{font-size:14px;padding:9px 11px}.soft-line{font-size:14px}.contact-buttons .btn{width:100%;justify-content:center}.clean-content .muted{font-size:15px}.profile-tile .card-media{aspect-ratio:3/4}.card-headline h3{font-size:32px}.price-lines span{font-size:22px}.location-chips span{font-size:13px}}
@media(max-width:380px){.price-split strong{font-size:22px}.quick-stats-clean{grid-template-columns:repeat(2,1fr)}.profile-title-row h1{font-size:34px}}

/* V41 mobile polish: compact cards + verified check only */
.badge.verified{width:38px;height:38px;padding:0!important;display:inline-grid;place-items:center;border-radius:50%;font-size:22px;line-height:1;font-weight:950;color:#062018;background:linear-gradient(135deg,#c8ffe7,#2fd5a5)!important;border:1px solid rgba(255,255,255,.32)!important;box-shadow:0 10px 30px rgba(47,213,165,.22);letter-spacing:0!important}.badges{align-items:center;gap:7px;max-width:calc(100% - 24px)}.badge.vip,.badge.premium{padding:8px 13px;font-size:13px;box-shadow:0 10px 28px rgba(0,0,0,.22)}.profile-tile{background:#0b111a;border-color:rgba(255,216,146,.16)}.profile-tile .card-media{aspect-ratio:4/5;min-height:0!important;border-radius:24px;overflow:hidden}.profile-tile .card-media img{object-position:center top}.profile-tile .card-media::after{height:56%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(5,8,13,.64) 46%,rgba(5,8,13,.96))}.profile-tile .card-overlay{padding:14px 15px 16px}.card-headline{gap:7px}.card-headline h3{font-size:30px;max-width:100%}.price-lines{gap:7px 10px}.price-lines span{font-size:22px;letter-spacing:-.035em}.location-chips{margin-top:10px;gap:7px}.location-chips span{font-size:13px;padding:8px 10px;max-width:100%;font-weight:850}.compact-body{display:none}.grid{align-items:start}.filters{margin-bottom:18px}.hero-clean-title .stats-row{display:flex;flex-wrap:wrap;gap:8px}.hero-clean-title .stats-row span{white-space:normal;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:999px;padding:7px 10px;color:#cbd7ee}.profile-vip-clean .badges{left:14px!important;top:14px!important}.profile-vip-clean .gallery{border-color:rgba(255,216,146,.17)}.vip-info-card .pill.small-pill{font-size:13px;color:#dce8ff}.vip-info-card h1{font-size:clamp(34px,7vw,52px);margin:12px 0 6px}.price-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.price-split div{text-align:center}.price-split strong{font-size:clamp(25px,7vw,34px)}.quick-stats-clean{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-stats-clean div{text-align:left;padding:13px 14px}.quick-stats-clean small{font-size:10px}.quick-stats-clean b{font-size:18px}.location-strip span{padding:9px 12px;font-size:14px}.soft-line{padding:12px 14px}.soft-line strong{font-size:15px}.bottom-login{bottom:calc(env(safe-area-inset-bottom) + 12px);z-index:45;opacity:.96}.site-shell{padding-bottom:120px}@media(max-width:640px){.topbar{position:sticky}.topbar-inner{padding:10px 0}.brand{font-size:22px;min-width:0}.brand-mark{flex:0 0 34px}.mobile-quick .mini{font-size:17px;padding:11px 15px;border-radius:18px}.hero-clean-title{padding:12px 0 8px}.hero-clean-title .hero-simple-box{padding:15px 16px;border-radius:22px}.hero-clean-title h1{font-size:28px;line-height:1.08}.hero-clean-title .stats-row{margin-top:10px}.hero-clean-title .stats-row span{font-size:13px;line-height:1.2}.section-head h2{font-size:28px}.section-head p{font-size:14px}.filters{padding:11px;border-radius:19px;gap:9px}.filters .btn{padding:13px 16px}.grid{gap:18px}.profile-tile{border-radius:24px}.profile-tile .card-media{aspect-ratio:1/1.22;border-radius:24px}.profile-tile .card-overlay{padding:13px 14px 15px}.card-headline h3{font-size:31px}.price-lines span{font-size:21px}.location-chips span{font-size:13px;padding:8px 10px}.badge.verified{width:36px;height:36px;font-size:21px}.badge.vip,.badge.premium{padding:8px 12px;font-size:13px}.profile-vip-clean{padding-top:10px}.profile-vip-clean .gallery-main{aspect-ratio:4/5}.profile-vip-clean .gallery-main img{object-position:center top}.vip-info-card{padding:15px}.vip-info-card h1{font-size:36px}.price-split strong{font-size:26px}.quick-stats-clean b{font-size:17px}.location-strip{gap:7px}.location-strip span{font-size:14px}.bottom-login{font-size:12px;padding:8px 13px;bottom:calc(env(safe-area-inset-bottom) + 9px)}}@media(max-width:380px){.brand{font-size:19px}.mobile-quick .mini{font-size:15px}.card-headline h3{font-size:28px}.price-lines span{font-size:19px}.profile-tile .card-media{aspect-ratio:1/1.16}.location-chips span{font-size:12px}.vip-info-card h1{font-size:32px}.price-split strong{font-size:23px}}

/* === V42: badges sides + tighter mobile catalog cards === */
.profile-tile .badges,
.profile-vip-clean .badges{
  left:12px!important;
  right:12px!important;
  top:12px!important;
  width:auto!important;
  max-width:none!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:7px!important;
  z-index:5!important;
}
.badge.verified{
  margin-left:auto!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  font-size:20px!important;
  border-radius:50%!important;
}
.badge.vip,.badge.premium{
  min-width:auto!important;
  padding:7px 12px!important;
  font-size:13px!important;
}
.profile-tile .card-media{
  aspect-ratio:4/3!important;
  min-height:0!important;
  border-radius:24px!important;
}
.profile-tile .card-media img{
  object-fit:cover!important;
  object-position:center 28%!important;
}
.profile-tile .card-media::after{
  height:72%!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 12%,rgba(4,7,12,.42) 52%,rgba(4,7,12,.96) 100%)!important;
}
.profile-tile .card-overlay{
  padding:12px 13px 14px!important;
}
.card-headline h3{
  font-size:clamp(28px,8vw,36px)!important;
  line-height:.95!important;
  margin:0!important;
}
.price-lines{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px 11px!important;
  margin-top:5px!important;
}
.price-lines span{
  font-size:clamp(19px,5.6vw,25px)!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}
.location-chips{
  margin-top:9px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
}
.location-chips span{
  font-size:12.5px!important;
  padding:7px 10px!important;
  line-height:1.15!important;
  max-width:100%!important;
}
.location-chips span:first-child{
  max-width:100%!important;
}
.grid{gap:16px!important;}
.bottom-login{font-size:12px!important;padding:7px 12px!important;border-radius:999px!important;}
.site-footer{padding-bottom:130px!important;}
@media(max-width:640px){
  .profile-tile{border-radius:24px!important;}
  .profile-tile .card-media{aspect-ratio:4/3!important;border-radius:24px!important;}
  .profile-tile .badges{top:10px!important;left:10px!important;right:10px!important;}
  .badge.verified{width:32px!important;height:32px!important;min-width:32px!important;font-size:19px!important;}
  .badge.vip,.badge.premium{padding:7px 11px!important;font-size:12.5px!important;}
  .card-headline h3{font-size:32px!important;}
  .price-lines span{font-size:21px!important;}
  .location-chips span{font-size:12px!important;padding:7px 9px!important;}
  .filters{margin-bottom:14px!important;}
  .bottom-login{bottom:calc(env(safe-area-inset-bottom) + 10px)!important;}
}
@media(max-width:380px){
  .card-headline h3{font-size:29px!important;}
  .price-lines span{font-size:19px!important;}
  .location-chips span{font-size:11.5px!important;}
}

/* === V44 FINAL: fixed vertical cards + stable main photo crop === */
.profile-tile{
  border-radius:26px!important;
  overflow:hidden!important;
  border-color:rgba(255,216,146,.18)!important;
  background:#070b12!important;
}
.profile-tile .card-media{
  aspect-ratio:3/4!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#090d14!important;
}
.profile-tile .card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  transform:none!important;
  transition:none!important;
}
.card:hover .card-media img,
.profile-tile:hover .card-media img{
  transform:none!important;
}
.profile-tile .card-media::after{
  height:60%!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(4,7,12,.58) 48%,rgba(4,7,12,.97) 100%)!important;
}
.profile-tile .card-overlay{
  padding:15px 15px 17px!important;
  z-index:3!important;
}
.profile-tile .badges{
  left:12px!important;
  right:12px!important;
  top:12px!important;
  display:flex!important;
  align-items:flex-start!important;
  width:auto!important;
  max-width:none!important;
  z-index:6!important;
}
.profile-tile .badge.verified,
.profile-vip-clean .badge.verified{
  margin-left:auto!important;
}
.card-headline h3{
  font-size:clamp(30px,8vw,42px)!important;
  line-height:.96!important;
  letter-spacing:-.04em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.price-lines{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:5px 12px!important;
  margin-top:6px!important;
}
.price-lines span{
  font-size:clamp(20px,5.7vw,28px)!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}
.location-chips{
  margin-top:11px!important;
  gap:8px!important;
}
.location-chips span{
  font-size:13px!important;
  padding:8px 10px!important;
  max-width:100%!important;
}
.location-chips span:first-child{
  max-width:100%!important;
}

/* Profile/gallery: every photo is shown in the same vertical frame; horizontal images are cropped neatly */
.profile-vip-clean .gallery-main,
.gallery-main{
  aspect-ratio:3/4!important;
  width:100%!important;
  overflow:hidden!important;
  background:#090d14!important;
}
.profile-vip-clean .gallery-main img,
.gallery-main img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.thumbs img{object-fit:cover!important;object-position:center top!important;}

/* Less footer/button collision on phones */
.site-footer{padding-bottom:150px!important;}
.bottom-login{z-index:40!important;}
@media(max-width:640px){
  .grid{gap:18px!important;}
  .profile-tile .card-media{aspect-ratio:3/4!important;border-radius:25px!important;}
  .profile-tile .card-overlay{padding:14px 14px 16px!important;}
  .card-headline h3{font-size:34px!important;}
  .price-lines span{font-size:22px!important;}
  .location-chips span{font-size:12.5px!important;}
  .profile-vip-clean .gallery-main{aspect-ratio:3/4!important;}
  .site-footer{padding-bottom:160px!important;}
}
@media(max-width:380px){
  .card-headline h3{font-size:30px!important;}
  .price-lines span{font-size:19px!important;}
  .location-chips span{font-size:11.5px!important;padding:7px 9px!important;}
}

/* === V45 FINAL FIX: one advertiser login, contact buttons, safe mobile profile === */
.mobile-quick:empty{display:none!important}
.tg-btn,.wa-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.065);color:#f4f7ff!important;font-weight:900;text-decoration:none;
}
.tg-btn::before{content:"✈";font-size:14px}.wa-btn::before{content:"☘";font-size:13px}
.contact-buttons .chip{display:none!important}
.call-float{
  position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom) + 58px);transform:translateX(-50%);
  z-index:70;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-width:min(310px,calc(100vw - 34px));padding:14px 20px;border-radius:999px;
  background:linear-gradient(135deg,#bfff7b,#74ffcc);color:#07110d!important;
  font-weight:950;text-decoration:none;box-shadow:0 16px 42px rgba(116,255,204,.22),0 0 0 1px rgba(255,255,255,.18) inset;
}
.bottom-login{bottom:calc(env(safe-area-inset-bottom) + 12px)!important;z-index:69!important}
body:has(.call-float) .site-shell{padding-bottom:150px!important}
.profile-vip-clean .vip-info-card{margin-bottom:18px}
.profile-vip-clean .contact-call{display:none!important}
.profile-vip-clean .contact-buttons{gap:8px;margin-top:14px}
.profile-vip-clean .tg-btn,.profile-vip-clean .wa-btn{font-size:14px;padding:9px 13px}
@media(max-width:640px){
  .topbar .mobile-quick:empty{display:none!important}
  .topbar-inner{gap:10px!important}.brand{max-width:calc(100% - 10px)}
  .call-float{bottom:calc(env(safe-area-inset-bottom) + 54px);padding:13px 18px;font-size:15px}
  .bottom-login{font-size:12px!important;padding:7px 12px!important}
  body:has(.call-float) .site-footer{padding-bottom:140px!important}
}
/* === V47 PROFILE BUTTON FIX === */
.call-float{left:auto!important;right:18px!important;bottom:calc(env(safe-area-inset-bottom) + 18px)!important;transform:none!important;min-width:0!important;width:64px!important;height:64px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;line-height:1!important;background:linear-gradient(135deg,#00ff6a,#00c853)!important;color:#06120a!important;box-shadow:0 0 0 0 rgba(0,255,106,.42),0 16px 38px rgba(0,200,83,.32)!important;animation:callPulse 1.55s infinite!important;z-index:90!important;}
.call-float::after{content:"";position:absolute;inset:-7px;border-radius:50%;border:1px solid rgba(0,255,106,.30);animation:callRing 1.55s infinite}
@keyframes callPulse{0%{box-shadow:0 0 0 0 rgba(0,255,106,.45),0 16px 38px rgba(0,200,83,.32)}70%{box-shadow:0 0 0 14px rgba(0,255,106,0),0 16px 38px rgba(0,200,83,.32)}100%{box-shadow:0 0 0 0 rgba(0,255,106,0),0 16px 38px rgba(0,200,83,.32)}}
@keyframes callRing{0%{transform:scale(.88);opacity:.75}100%{transform:scale(1.18);opacity:0}}
body:has(.call-float) .site-shell{padding-bottom:92px!important}
body:has(.call-float) .site-footer{padding-bottom:70px!important}
@media(max-width:640px){.call-float{width:58px!important;height:58px!important;right:14px!important;bottom:calc(env(safe-area-inset-bottom) + 14px)!important;font-size:25px!important}body:has(.call-float) .site-shell{padding-bottom:88px!important}body:has(.call-float) .site-footer{padding-bottom:62px!important}}

/* === V48 PHOTO FORMAT LOCK ===
   All catalog/profile photos are forced into one premium vertical frame.
   Horizontal and square images are cropped, never stretched or fitted.
*/
.profile-tile,
.grid .profile-tile{
  width:100%!important;
  max-width:100%!important;
}
.profile-tile .card-media,
.grid .profile-tile .card-media{
  display:block!important;
  position:relative!important;
  width:100%!important;
  aspect-ratio:3/4!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:#080d14!important;
}
.profile-tile .card-media > img,
.grid .profile-tile .card-media > img,
.profile-tile img[data-main]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:50% 28%!important;
  display:block!important;
  transform:none!important;
}
.profile-tile .card-media::after{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;bottom:0!important;top:auto!important;
  height:62%!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(4,7,12,.52) 44%,rgba(4,7,12,.96) 100%)!important;
  z-index:2!important;
}
.profile-tile .badges{z-index:6!important}
.profile-tile .card-overlay{z-index:4!important}
.profile-vip-clean .gallery-main,
.gallery-main{
  position:relative!important;
  width:100%!important;
  aspect-ratio:3/4!important;
  height:auto!important;
  overflow:hidden!important;
  border-radius:30px!important;
  background:#080d14!important;
}
.profile-vip-clean .gallery-main img,
.gallery-main img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 28%!important;
  max-width:none!important;
  max-height:none!important;
}
.thumbs img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 28%!important;
}
@media(max-width:640px){
  .profile-tile .card-media,
  .grid .profile-tile .card-media{aspect-ratio:3/4!important;border-radius:25px!important}
  .profile-vip-clean .gallery-main,.gallery-main{aspect-ratio:3/4!important}
}


/* V50 Admin replies */
.message-list{display:flex;flex-direction:column;gap:16px;margin-top:18px}
.message-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);border-radius:22px;padding:18px;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.message-new{border-color:rgba(155,255,223,.32)}
.message-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.message-user{font-weight:800;font-size:18px}
.message-date{white-space:nowrap;color:rgba(238,242,255,.72);font-weight:700}
.message-subject{font-size:20px;font-weight:900;margin:8px 0 10px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.message-body{line-height:1.65;color:rgba(255,255,255,.9);white-space:normal}
.admin-reply-box{margin-top:14px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(190,255,216,.14),rgba(149,222,255,.08));border:1px solid rgba(190,255,216,.18);line-height:1.6}
.admin-reply-box strong{display:block;margin-bottom:6px;color:#dfffe9}
.reply-form{margin-top:14px;display:grid;gap:10px}
.success-chip{background:rgba(162,255,203,.15);border-color:rgba(162,255,203,.22);color:#bfffd8}
.reply-waiting{margin-top:12px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.04)}
.user-message-card .message-subject{margin:0;font-size:18px}
@media (max-width:700px){.message-top{display:block}.message-date{margin-top:6px}.message-card{padding:14px;border-radius:18px}.message-subject{font-size:18px}}


/* V55 performance-safe pagination */
.pagination{display:flex;gap:12px;justify-content:center;align-items:center;margin:28px auto 18px;flex-wrap:wrap}
.page-link,.page-current{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);border-radius:999px;padding:10px 16px;font-weight:800;color:var(--text);text-decoration:none}
.page-link:hover{background:rgba(255,255,255,.12)}
.card-media{aspect-ratio:3/4;overflow:hidden}
.card-media>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
@media(max-width:640px){.pagination{margin-bottom:80px}.page-link,.page-current{font-size:14px;padding:9px 13px}}

/* === V68 profile UX clean: short H1 + modern call button === */
.profile-vip-clean .profile-title-row h1{
  margin:12px 0 4px!important;
  font-size:clamp(42px,10vw,66px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
}
.profile-subtitle{
  margin:0 0 14px!important;
  color:#d9e3f6!important;
  font-size:clamp(16px,4vw,20px)!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.call-float-modern{
  width:62px!important;
  height:62px!important;
  border-radius:999px!important;
  background:radial-gradient(circle at 30% 25%,#98ffbd 0,#12ef72 42%,#00bd55 100%)!important;
  color:#041408!important;
  box-shadow:0 0 0 0 rgba(0,255,106,.44),0 18px 42px rgba(0,200,83,.34),inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.call-float-modern svg{
  width:31px!important;
  height:31px!important;
  display:block!important;
  fill:currentColor!important;
  position:relative;
  z-index:2;
}
.call-float-modern::before{
  content:"";
  position:absolute;
  inset:9px;
  border-radius:50%;
  background:rgba(255,255,255,.13);
  pointer-events:none;
}
@media(max-width:640px){
  .profile-vip-clean .profile-title-row h1{font-size:48px!important;}
  .profile-subtitle{font-size:17px!important;}
  .call-float-modern{width:58px!important;height:58px!important;}
  .call-float-modern svg{width:29px!important;height:29px!important;}
}


/* Личный кабинет: Telegram администратора */
.tg-admin-btn{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:10px;
  padding:12px 16px;
  border-radius:16px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  background:linear-gradient(135deg,#2AABEE,#229ED9);
  box-shadow:0 0 0 rgba(42,171,238,0.0);
  overflow:hidden;
  isolation:isolate;
}
.tg-admin-btn::after{
  content:"";
  position:absolute;
  inset:-35%;
  border-radius:999px;
  background:rgba(42,171,238,.32);
  animation:tgAdminPulse 2.2s infinite;
  z-index:-1;
}
.tg-admin-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
@keyframes tgAdminPulse{
  0%{transform:scale(.68);opacity:.62}
  70%{transform:scale(1.18);opacity:0}
  100%{transform:scale(1.18);opacity:0}
}
.expiry-box{
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

/* === V71 HOTFIX: catalog cards no overlap + safe missing photos === */
.profile-tile{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.profile-tile .card-media{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  background:#070b12!important;
}
.profile-tile .card-media > img,
.profile-tile img[data-main]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 24%!important;
  z-index:1!important;
}
.profile-tile .card-media::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:66%!important;
  z-index:2!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(4,7,12,.55) 42%,rgba(4,7,12,.98) 100%)!important;
}
.profile-tile .badges{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  top:14px!important;
  z-index:7!important;
  margin:0!important;
}
.profile-tile .card-overlay{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  z-index:5!important;
  margin:0!important;
  transform:none!important;
}
.profile-tile .card-headline,
.profile-tile .price-lines,
.profile-tile .location-chips{
  position:relative!important;
  z-index:6!important;
}
.profile-tile .card-headline h3{
  margin:0!important;
  padding:0!important;
  position:static!important;
}
@media(max-width:640px){
  .profile-tile .card-media{
    aspect-ratio:auto!important;
    height:min(540px, calc((100vw - 22px) * 1.18))!important;
    min-height:390px!important;
    max-height:560px!important;
  }
  .profile-tile .badges{top:14px!important;left:14px!important;right:14px!important;}
  .profile-tile .card-overlay{padding:15px 16px 17px!important;}
}
@media(max-width:390px){
  .profile-tile .card-media{height:min(500px, calc((100vw - 22px) * 1.16))!important;min-height:360px!important;}
}

/* === V72 FINAL: sane catalog card layout, no top duplicate name, safe broken photos === */
.profile-tile{position:relative!important;overflow:hidden!important;border-radius:28px!important}
.profile-tile .card-media{position:relative!important;display:block!important;overflow:hidden!important;width:100%!important;background:radial-gradient(circle at 50% 38%,rgba(135,225,255,.10),rgba(7,11,18,.96) 58%)!important;color:transparent!important;font-size:0!important;line-height:0!important;text-decoration:none!important}
.profile-tile .card-media *{color:initial;font-size:initial;line-height:normal}
.profile-tile .card-media>img,.profile-tile img[data-main]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:50% 22%!important;z-index:1!important}
.profile-tile .card-media.no-photo>img{display:none!important}
.profile-tile .card-media.no-photo::before{content:'Фото не загружено';position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);z-index:1;color:rgba(238,244,255,.38);font-size:15px;line-height:1;font-weight:800;letter-spacing:.02em}
.profile-tile .card-media::after{content:''!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;height:68%!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(4,7,12,.62) 43%,rgba(4,7,12,.98) 100%)!important}
.profile-tile .badges{position:absolute!important;left:14px!important;right:14px!important;top:14px!important;z-index:7!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;pointer-events:none!important}
.profile-tile .card-overlay{position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;z-index:5!important;padding:16px 17px 18px!important;margin:0!important;transform:none!important;color:#fff!important;font-size:16px!important;line-height:1.2!important}
.profile-tile .card-headline,.profile-tile .price-lines,.profile-tile .location-chips{position:relative!important;z-index:6!important}
.profile-tile .card-headline h3{display:block!important;margin:0 0 8px!important;padding:0!important;position:static!important;color:#fff!important;font-size:32px!important;line-height:1.02!important;font-weight:950!important}
.profile-tile .price-lines{display:flex!important;flex-wrap:wrap!important;gap:8px 14px!important}
.profile-tile .price-lines span{color:#fff!important;font-weight:950!important}
.profile-tile .location-chips{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important}
.profile-tile .location-chips span{color:#eef4ff!important}
.profile-tile>.card-title,.profile-tile>h2,.profile-tile>h3{display:none!important}
@media(max-width:640px){.profile-tile .card-media{aspect-ratio:auto!important;height:min(520px,calc((100vw - 22px) * 1.16))!important;min-height:360px!important;max-height:540px!important}.profile-tile .card-overlay{padding:15px 16px 17px!important}.profile-tile .card-headline h3{font-size:33px!important}}
@media(max-width:390px){.profile-tile .card-media{height:min(500px,calc((100vw - 22px) * 1.14))!important;min-height:350px!important}.profile-tile .card-headline h3{font-size:30px!important}}

/* v72-pro final guards: раздельные кнопки, без слипания и дублей */
.bottom-login{position:fixed!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;bottom:calc(env(safe-area-inset-bottom) + 12px)!important;z-index:69!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:calc(100vw - 28px)!important;white-space:nowrap!important;background:rgba(5,8,13,.92)!important;border:1px solid rgba(255,216,146,.22)!important;color:#edf4ff!important;box-shadow:0 14px 42px rgba(0,0,0,.38)!important}
.partner-float{position:fixed!important;right:14px!important;bottom:calc(env(safe-area-inset-bottom) + 66px)!important;z-index:70!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 15px!important;border-radius:999px!important;background:linear-gradient(135deg,#6d37ff,#ff3d9a)!important;color:#fff!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 14px 42px rgba(109,55,255,.32)!important;animation:partnerPulse 1.9s ease-in-out infinite!important}
@keyframes partnerPulse{0%,100%{transform:translateY(0);filter:saturate(1)}50%{transform:translateY(-2px);filter:saturate(1.25)}}
@media(max-width:640px){.partner-float{right:12px!important;bottom:calc(env(safe-area-inset-bottom) + 58px)!important;padding:9px 13px!important;font-size:12px!important}.bottom-login{font-size:12px!important;padding:8px 13px!important}}
.site-footer .footer-title{word-break:break-word}.site-footer .footer-links a{white-space:nowrap}

/* === v72.7 SAFE: premium/vip visual tiers + нормальные ценники на карточках === */
.profile-tile.tier-premium{
  border:1px solid rgba(255,207,112,.52)!important;
  box-shadow:0 18px 55px rgba(255,190,80,.16), inset 0 0 0 1px rgba(255,255,255,.035)!important;
}
.profile-tile.tier-vip{
  border:1px solid rgba(127,158,255,.46)!important;
  box-shadow:0 18px 55px rgba(91,119,255,.15), inset 0 0 0 1px rgba(255,255,255,.035)!important;
}
.profile-tile.tier-premium .card-media::after{
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(39,25,5,.52) 38%,rgba(10,7,3,.98) 100%)!important;
}
.profile-tile.tier-vip .card-media::after{
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(16,21,55,.56) 40%,rgba(4,7,18,.98) 100%)!important;
}
.profile-tile.tier-premium::before,
.profile-tile.tier-vip::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:28px;
  pointer-events:none;
  z-index:8;
}
.profile-tile.tier-premium::before{box-shadow:inset 0 0 0 1px rgba(255,224,157,.28), inset 0 0 42px rgba(255,186,73,.08)}
.profile-tile.tier-vip::before{box-shadow:inset 0 0 0 1px rgba(163,183,255,.24), inset 0 0 42px rgba(86,112,255,.08)}
.profile-tile .badge.premium{
  background:linear-gradient(135deg,#fff2b3,#f2b642 55%,#b87916)!important;
  color:#221403!important;
  border:1px solid rgba(255,255,255,.42)!important;
  text-shadow:none!important;
}
.profile-tile .badge.vip{
  background:linear-gradient(135deg,#dfe7ff,#758cff 52%,#4b36d9)!important;
  color:#081026!important;
  border:1px solid rgba(255,255,255,.34)!important;
  text-shadow:none!important;
}
.profile-tile .price-boxes{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  margin-top:8px!important;
}
.profile-tile .price-chip{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0!important;
  padding:9px 10px!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.105)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(10px)!important;
  white-space:normal!important;
  text-shadow:none!important;
}
.profile-tile .price-chip small{
  display:block!important;
  margin:0 0 3px!important;
  color:rgba(235,243,255,.72)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.09em!important;
}
.profile-tile .price-chip b{
  display:block!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
}
.profile-tile.tier-premium .price-chip{
  background:linear-gradient(135deg,rgba(255,238,184,.20),rgba(255,190,73,.105))!important;
  border-color:rgba(255,220,140,.31)!important;
}
.profile-tile.tier-vip .price-chip{
  background:linear-gradient(135deg,rgba(208,218,255,.18),rgba(94,116,255,.105))!important;
  border-color:rgba(154,174,255,.29)!important;
}
@media(max-width:640px){
  .profile-tile .price-boxes{gap:7px!important;margin-top:7px!important}
  .profile-tile .price-chip{padding:8px 9px!important;border-radius:14px!important}
  .profile-tile .price-chip small{font-size:9px!important}
  .profile-tile .price-chip b{font-size:19px!important}
}
@media(max-width:380px){
  .profile-tile .price-chip b{font-size:17px!important}
  .profile-tile .price-chip{padding:8px 8px!important}
}

/* v77 tariff choice */
.tariff-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:10px 0 14px}
.tariff-card{display:block;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:16px;background:rgba(255,255,255,.045);cursor:pointer}
.tariff-card input{margin-right:8px;transform:translateY(1px)}
.tariff-card strong{display:block;margin-bottom:7px;font-size:15px}
.tariff-card span{display:block;color:var(--muted);font-size:13px;line-height:1.45}
.tariff-card-premium{border-color:rgba(245,197,92,.45);box-shadow:0 0 0 1px rgba(245,197,92,.08) inset}
@media (max-width:760px){.tariff-grid{grid-template-columns:1fr}}

/* === V79 CONTACT BUTTONS POLISH: safe visual-only override === */
.profile-vip-clean .contact-buttons{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:16px 0!important;}
.profile-vip-clean .contact-buttons .tg-btn,.profile-vip-clean .contact-buttons .wa-btn,.profile-vip-clean .contact-buttons .contact-call-inline{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;padding:11px 16px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.14)!important;font-size:15px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;color:#f7fbff!important;background:rgba(255,255,255,.065)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.16)!important;}
.profile-vip-clean .tg-btn::before,.profile-vip-clean .wa-btn::before,.profile-vip-clean .contact-call-inline::before{content:none!important;display:none!important;}
.profile-vip-clean .contact-icon{width:19px!important;height:19px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 19px!important;}
.profile-vip-clean .contact-icon svg{width:19px!important;height:19px!important;display:block!important;fill:currentColor!important;}
.profile-vip-clean .tg-btn{background:linear-gradient(135deg,rgba(45,143,215,.24),rgba(20,35,60,.78))!important;color:#eaf7ff!important;}
.profile-vip-clean .tg-btn .contact-icon{color:#58bfff!important;transform:rotate(-8deg)!important;}
.profile-vip-clean .wa-btn{background:linear-gradient(135deg,rgba(37,211,102,.20),rgba(14,34,22,.82))!important;color:#eafff1!important;}
.profile-vip-clean .wa-btn .contact-icon{color:#25D366!important;}
.profile-vip-clean .contact-call-inline{background:linear-gradient(135deg,#00ff6a,#00c853)!important;color:#04160a!important;border-color:rgba(255,255,255,.22)!important;box-shadow:0 0 0 0 rgba(0,255,106,.40),0 14px 32px rgba(0,200,83,.24),inset 0 1px 0 rgba(255,255,255,.38)!important;animation:contactPulseGlow 1.8s infinite, contactSoftWiggle 2.7s ease-in-out infinite!important;}
.profile-vip-clean .contact-call-inline .contact-icon{color:#04160a!important;}
.call-float-modern{animation:callPulse 1.55s infinite, callSoftWiggle 2.7s ease-in-out infinite!important;}
@keyframes contactPulseGlow{0%{box-shadow:0 0 0 0 rgba(0,255,106,.45),0 14px 32px rgba(0,200,83,.24),inset 0 1px 0 rgba(255,255,255,.38)}70%{box-shadow:0 0 0 12px rgba(0,255,106,0),0 14px 32px rgba(0,200,83,.24),inset 0 1px 0 rgba(255,255,255,.38)}100%{box-shadow:0 0 0 0 rgba(0,255,106,0),0 14px 32px rgba(0,200,83,.24),inset 0 1px 0 rgba(255,255,255,.38)}}
@keyframes contactSoftWiggle{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-1.5deg)}75%{transform:rotate(1.5deg)}}
@keyframes callSoftWiggle{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}
@media(max-width:640px){.profile-vip-clean .contact-buttons .tg-btn,.profile-vip-clean .contact-buttons .wa-btn,.profile-vip-clean .contact-buttons .contact-call-inline{flex:1 1 calc(50% - 6px)!important;padding:11px 12px!important;font-size:14px!important}.profile-vip-clean .contact-buttons .contact-call-inline{flex-basis:100%!important}}

/* === FINAL OVERRIDE: taller catalog card + advertiser login at page bottom === */

.profile-tile .card-media,
.grid .profile-tile .card-media{
  aspect-ratio: 10 / 17 !important;
}

.profile-tile .card-media::after{
  height: 42% !important;
}

.profile-tile .card-overlay{
  padding: 10px 12px 13px !important;
}

.card-headline h3{
  font-size: 28px !important;
  line-height: 1 !important;
}

.price-lines{
  gap: 6px !important;
  margin-top: 8px !important;
}

.price-lines span{
  font-size: 18px !important;
}

.location-chips{
  margin-top: 8px !important;
  gap: 6px !important;
}

.location-chips span{
  font-size: 11.5px !important;
  padding: 6px 8px !important;
}

.bottom-login{
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: block !important;
  margin: 28px auto 22px !important;
  width: fit-content !important;
  z-index: 1 !important;
}

.site-shell{
  padding-bottom: 20px !important;
}

.site-footer{
  padding-bottom: 30px !important;
}



/* === FINAL CLEAN: advertiser login is NOT floating, it is a normal filter/menu chip === */
.bottom-login{
  display:none!important;
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
}

.filters .advertiser-login-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-height:44px!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  background:rgba(8,12,20,.82)!important;
  border:1px solid rgba(255,216,146,.22)!important;
  color:#eef3ff!important;
  font-weight:900!important;
  font-size:14px!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 12px 32px rgba(0,0,0,.26)!important;
  backdrop-filter:blur(14px)!important;
  text-align:center!important;
}

.filters .advertiser-login-chip:hover{
  border-color:rgba(255,216,146,.38)!important;
  background:rgba(255,255,255,.055)!important;
  transform:translateY(-1px)!important;
}

.site-shell{
  padding-bottom:20px!important;
}

.site-footer{
  padding-bottom:30px!important;
}

@media(max-width:640px){
  .filters .advertiser-login-chip{
    width:fit-content!important;
    max-width:100%!important;
    margin:2px auto 0!important;
    min-height:42px!important;
    padding:9px 15px!important;
    font-size:13px!important;
  }
}


/* === FINAL: advertiser login ONLY in footer sections, same size as footer buttons === */
.bottom-login,
.filters .advertiser-login-chip{
  display:none!important;
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
}

.site-footer .footer-links{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}

.site-footer .footer-links a,
.site-footer .footer-links .advertiser-login-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:56px!important;
  padding:14px 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.025)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#eef3ff!important;
  font-weight:900!important;
  font-size:20px!important;
  line-height:1.1!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}

.site-footer .footer-links .advertiser-login-footer{
  border-color:rgba(255,216,146,.22)!important;
  background:rgba(8,12,20,.82)!important;
}

.site-shell{padding-bottom:20px!important;}
.site-footer{padding-bottom:38px!important;}

@media(max-width:640px){
  .site-footer .footer-links a,
  .site-footer .footer-links .advertiser-login-footer{
    min-height:56px!important;
    padding:13px 16px!important;
    font-size:19px!important;
  }
}


/* Service groups patch */
.service-form.full{grid-column:1/-1;width:100%;}
.service-form-head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;}
.service-form-head strong{font-size:18px;color:#fff;}
.service-form-head small{color:rgba(255,255,255,.62);font-size:13px;}
.service-groups-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.service-group-box{padding:16px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.035);}
.service-group-box h3{margin:0 0 12px;color:#fff;font-size:16px;line-height:1.2;}
.service-check{display:flex;align-items:center;gap:9px;margin:8px 0;color:#fff;cursor:pointer;font-size:14px;line-height:1.25;}
.service-check input[type="checkbox"]{width:15px;height:15px;accent-color:#35e36d;flex:0 0 auto;}
.service-chip-row{gap:8px;}
.service-chip{display:inline-flex;align-items:center;gap:6px;text-decoration:none;}
.service-chip::before{content:"✓";color:#35e36d;font-weight:900;font-size:13px;line-height:1;}
@media (max-width:700px){.service-groups-grid{grid-template-columns:1fr}.service-group-box{padding:14px}.service-check{font-size:14px}}

/* grouped services on profile page */
.profile-services-block > strong{display:block;margin-bottom:14px;font-size:20px;}
.profile-service-group{margin-top:18px;}
.profile-service-group h3{margin:0 0 10px;color:#fff;font-size:16px;font-weight:900;}
.profile-service-group .service-chip-row{display:flex;flex-wrap:wrap;gap:8px 10px;}


/* MSK Lux ranking/UI patch */
.profile-tile.tier-top{box-shadow:0 0 0 1px rgba(255,215,128,.45),0 18px 45px rgba(0,0,0,.38)}
.profile-tile.tier-top .card-media:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,214,120,.18),rgba(0,0,0,0) 35%,rgba(0,0,0,.70));z-index:1;pointer-events:none}
.badge.top{background:linear-gradient(135deg,#fff1a8,#d6a736);color:#14100a;border-color:rgba(255,231,151,.75);font-weight:900;letter-spacing:.06em}
.badge.premium{letter-spacing:.04em}.badge.vip{letter-spacing:.04em}
.card-media.no-photo{filter:grayscale(1);opacity:.72}
.card-media.no-photo:after{content:"Без фото";position:absolute;inset:auto 14px 14px 14px;text-align:center;padding:10px 12px;border-radius:14px;background:rgba(0,0,0,.62);color:#fff;border:1px solid rgba(255,255,255,.12)}
.expiry-box{border:1px solid rgba(255,215,128,.18);border-radius:18px;padding:16px;background:linear-gradient(180deg,rgba(255,215,128,.06),rgba(255,255,255,.02))}
@media(max-width:720px){.profile-tile.tier-top{box-shadow:0 0 0 1px rgba(255,215,128,.38)}}


/* === MSK Lux final badge fix: TOP not black, show consistently on cards/profile === */
.profile-tile .badge,
.profile-vip-clean .badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(10px)!important;
  text-decoration:none!important;
  pointer-events:none!important;
}
.profile-tile .badge.top,
.profile-vip-clean .badge.top,
.badge.top{
  background:linear-gradient(135deg,#fff7c7 0%,#ffd45c 42%,#c88919 72%,#4b2f00 100%)!important;
  color:#171006!important;
  border-color:rgba(255,238,168,.95)!important;
  text-shadow:0 1px 0 rgba(255,255,255,.28)!important;
  box-shadow:0 0 0 1px rgba(255,220,120,.30),0 10px 28px rgba(212,175,55,.34)!important;
}
.profile-tile .badge.premium,
.profile-vip-clean .badge.premium{
  background:linear-gradient(135deg,#fff2b3,#f2b642 55%,#b87916)!important;
  color:#221403!important;
  border-color:rgba(255,255,255,.42)!important;
}
.profile-tile .badge.vip,
.profile-vip-clean .badge.vip{
  background:linear-gradient(135deg,#dfe7ff,#758cff 52%,#4b36d9)!important;
  color:#081026!important;
  border-color:rgba(255,255,255,.34)!important;
}
.profile-tile .badge.verified,
.profile-vip-clean .badge.verified{
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0!important;
  border-radius:50%!important;
  font-size:21px!important;
  background:linear-gradient(135deg,#c8ffe7,#2fd5a5)!important;
  color:#062018!important;
}
.profile-tile.tier-top{
  border:1px solid rgba(255,216,126,.62)!important;
  box-shadow:0 0 0 1px rgba(255,215,128,.28),0 20px 60px rgba(214,167,54,.22),0 18px 45px rgba(0,0,0,.40)!important;
}
.profile-tile.tier-top .card-media::after{
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(55,35,4,.54) 40%,rgba(7,5,2,.98) 100%)!important;
}


/* === LUX BADGES FINAL: black-gold SVG-like symbols, no emoji circles === */
.profile-tile .badges,
.profile-vip-clean .badges{
  left:10px!important;
  right:10px!important;
  top:10px!important;
  display:flex!important;
  gap:6px!important;
  align-items:flex-start!important;
  pointer-events:none!important;
  z-index:12!important;
}
.badge.luxe-badge{
  position:relative!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:0!important;
  line-height:1!important;
  letter-spacing:0!important;
  color:#f5d57b!important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), rgba(255,255,255,0) 28%),
    linear-gradient(145deg, rgba(28,22,13,.96), rgba(5,7,10,.94) 55%, rgba(0,0,0,.98))!important;
  border:1px solid rgba(245,204,108,.72)!important;
  box-shadow:
    0 8px 20px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 14px rgba(218,168,61,.16)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  overflow:hidden!important;
  text-shadow:0 1px 0 rgba(255,255,255,.22), 0 2px 8px rgba(0,0,0,.65)!important;
}
.badge.luxe-badge:before{
  display:block!important;
  font-size:22px!important;
  font-weight:900!important;
  transform:translateY(-1px)!important;
  background:linear-gradient(180deg,#fff4b8 0%,#e0b34d 48%,#8a5a13 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}
.badge.luxe-badge:after{
  content:""!important;
  position:absolute!important;
  inset:3px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.08)!important;
  pointer-events:none!important;
}
.badge.luxe-badge.top:before{content:"♛"!important;font-size:24px!important;}
.badge.luxe-badge.premium:before{content:"◆"!important;font-size:22px!important;transform:translateY(0) rotate(0deg)!important;}
.badge.luxe-badge.vip:before{content:"★"!important;font-size:22px!important;}
.badge.luxe-badge.verified{
  margin-left:auto!important;
  color:#eafff4!important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.28), rgba(255,255,255,0) 30%),
    linear-gradient(145deg, rgba(15,84,55,.96), rgba(3,42,29,.95) 58%, rgba(1,20,15,.98))!important;
  border-color:rgba(118,255,190,.72)!important;
  box-shadow:
    0 8px 20px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.07) inset,
    0 0 15px rgba(60,255,170,.18)!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.badge.luxe-badge.verified:before{
  content:"✓"!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:23px!important;
  font-weight:950!important;
  transform:translateY(-1px)!important;
  background:linear-gradient(180deg,#ffffff 0%,#b9ffe2 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}
.profile-tile.tier-top{border-color:rgba(230,184,76,.38)!important;box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 0 1px rgba(230,184,76,.08) inset!important;}
.profile-tile.tier-premium{border-color:rgba(210,174,93,.28)!important;}
.profile-tile.tier-vip{border-color:rgba(190,160,86,.20)!important;}
@media(max-width:640px){
  .badge.luxe-badge{width:30px!important;height:30px!important;min-width:30px!important;}
  .badge.luxe-badge:before{font-size:20px!important;}
  .badge.luxe-badge.top:before{font-size:22px!important;}
  .badge.luxe-badge.verified:before{font-size:21px!important;}
  .profile-tile .badges,.profile-vip-clean .badges{left:9px!important;right:9px!important;top:9px!important;gap:5px!important;}
}

/* === V73 READABLE LUX BADGES: visible black-gold labels, not emoji circles === */
.profile-tile .badges,
.profile-vip-clean .badges,
.gallery .badges{
  position:absolute!important;
  left:10px!important;
  right:10px!important;
  top:10px!important;
  z-index:30!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  pointer-events:none!important;
}

.badge.luxe-badge,
.profile-tile .badge.luxe-badge,
.profile-vip-clean .badge.luxe-badge{
  width:auto!important;
  min-width:0!important;
  height:26px!important;
  min-height:26px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:0!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  color:#ffe7a0!important;
  background:linear-gradient(180deg,rgba(11,12,15,.96),rgba(0,0,0,.90))!important;
  border:1px solid rgba(238,190,82,.78)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.06) inset,0 0 14px rgba(221,169,58,.18)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.85)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  overflow:hidden!important;
}

.badge.luxe-badge:before{
  display:inline!important;
  position:static!important;
  transform:none!important;
  font-size:12px!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:950!important;
  line-height:1!important;
  background:none!important;
  color:#ffe7a0!important;
  -webkit-text-fill-color:#ffe7a0!important;
  text-shadow:0 1px 2px rgba(0,0,0,.85)!important;
}
.badge.luxe-badge:after{content:none!important;display:none!important;}

.badge.luxe-badge.top:before{content:'♛ TOP'!important;}
.badge.luxe-badge.premium:before{content:'◆ LUX'!important;}
.badge.luxe-badge.vip:before{content:'★ VIP'!important;}

.badge.luxe-badge.top{
  background:linear-gradient(180deg,#201503,#050505)!important;
  border-color:rgba(255,212,102,.95)!important;
  color:#ffe7a0!important;
  box-shadow:0 8px 20px rgba(0,0,0,.62),0 0 18px rgba(255,199,76,.24),0 0 0 1px rgba(255,255,255,.06) inset!important;
}
.badge.luxe-badge.premium{
  background:linear-gradient(180deg,#17110a,#050505)!important;
  border-color:rgba(231,186,92,.80)!important;
}
.badge.luxe-badge.vip{
  background:linear-gradient(180deg,#161616,#050505)!important;
  border-color:rgba(210,176,98,.70)!important;
}

.badge.luxe-badge.verified,
.profile-tile .badge.luxe-badge.verified,
.profile-vip-clean .badge.luxe-badge.verified{
  margin-left:auto!important;
  width:28px!important;
  min-width:28px!important;
  height:28px!important;
  min-height:28px!important;
  padding:0!important;
  border-radius:50%!important;
  background:linear-gradient(180deg,#21c978,#076b3c)!important;
  border:1px solid rgba(197,255,222,.90)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.55),0 0 14px rgba(35,220,126,.24),0 0 0 1px rgba(255,255,255,.12) inset!important;
}
.badge.luxe-badge.verified:before{
  content:'✓'!important;
  font-size:18px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

@media(max-width:640px){
  .profile-tile .badges,.profile-vip-clean .badges,.gallery .badges{left:8px!important;right:8px!important;top:8px!important;gap:5px!important;}
  .badge.luxe-badge,.profile-tile .badge.luxe-badge,.profile-vip-clean .badge.luxe-badge{height:24px!important;min-height:24px!important;padding:0 7px!important;}
  .badge.luxe-badge:before{font-size:11px!important;}
  .badge.luxe-badge.verified,.profile-tile .badge.luxe-badge.verified,.profile-vip-clean .badge.luxe-badge.verified{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;}
  .badge.luxe-badge.verified:before{font-size:17px!important;}
}


/* === MSK Lux badge labels: TOP / LUX / VIP clean readable final === */
.badge.luxe-badge,
.profile-tile .badge.luxe-badge,
.profile-vip-clean .badge.luxe-badge{
  height:26px!important;
  min-height:26px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(19,18,16,.92),rgba(2,3,5,.92))!important;
  border:1px solid rgba(232,190,92,.62)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(8px)!important;
  color:#f3d78a!important;
  width:auto!important;
  min-width:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  letter-spacing:.07em!important;
  font-weight:900!important;
  line-height:1!important;
}
.badge.luxe-badge:before{
  font-size:12px!important;
  line-height:1!important;
  color:inherit!important;
  text-shadow:0 1px 8px rgba(232,190,92,.42)!important;
  position:static!important;
  transform:none!important;
}
.badge.luxe-badge:after{content:none!important;display:none!important;}
.badge.luxe-badge.top:before{content:'♛ TOP'!important;}
.badge.luxe-badge.premium:before{content:'◆ LUX'!important;}
.badge.luxe-badge.vip{border-color:rgba(230,235,245,.48)!important;color:#eef2fb!important;}
.badge.luxe-badge.vip:before{content:'★ VIP'!important;text-shadow:0 1px 8px rgba(255,255,255,.25)!important;}
.badge.luxe-badge.verified,
.profile-tile .badge.luxe-badge.verified,
.profile-vip-clean .badge.luxe-badge.verified{
  margin-left:auto!important;
  width:27px!important;
  min-width:27px!important;
  height:27px!important;
  min-height:27px!important;
  padding:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#0f8f61,#1fd18f)!important;
  border:1px solid rgba(182,255,224,.72)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.08) inset!important;
}
.badge.luxe-badge.verified:before{content:'✓'!important;font-size:17px!important;letter-spacing:0!important;text-shadow:none!important;}
.profile-tile .badges,
.profile-vip-clean .badges,
.gallery .badges{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  left:10px!important;
  right:10px!important;
  top:10px!important;
}
@media(max-width:640px){
  .badge.luxe-badge,.profile-tile .badge.luxe-badge,.profile-vip-clean .badge.luxe-badge{height:25px!important;min-height:25px!important;padding:0 8px!important;}
  .badge.luxe-badge:before{font-size:11.5px!important;}
  .badge.luxe-badge.verified,.profile-tile .badge.luxe-badge.verified,.profile-vip-clean .badge.luxe-badge.verified{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;}
}

/* === REAGAN HOTFIX 2026-06-30: CSS cleanup/performance guard ===
   Safe final overrides. Does not change PHP logic or database queries.
   Purpose: stable catalog/profile cards, fewer mobile collisions, lighter rendering.
*/

/* One final source of truth for catalog cards */
.grid .profile-tile,
.profile-tile{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  border-radius:26px!important;
  background:#070b12!important;
  contain:layout paint style;
  content-visibility:auto;
  contain-intrinsic-size:520px 700px;
}

.grid .profile-tile .card-media,
.profile-tile .card-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:3/4!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:#080d14!important;
}

.grid .profile-tile .card-media > img,
.profile-tile .card-media > img,
.profile-tile img[data-main]{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:50% 24%!important;
  transform:none!important;
  transition:none!important;
  z-index:1!important;
}

.grid .profile-tile:hover .card-media > img,
.profile-tile:hover .card-media > img{
  transform:none!important;
}

.profile-tile .card-media::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:58%!important;
  z-index:2!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(4,7,12,.55) 44%,rgba(4,7,12,.98) 100%)!important;
}

.profile-tile .badges{
  position:absolute!important;
  left:12px!important;
  right:12px!important;
  top:12px!important;
  z-index:7!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:7px!important;
  width:auto!important;
  max-width:none!important;
  pointer-events:none!important;
}

.profile-tile .badge.verified{
  margin-left:auto!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:50%!important;
}

.profile-tile .card-overlay{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  z-index:5!important;
  padding:14px 15px 16px!important;
  margin:0!important;
  color:#fff!important;
}

.profile-tile .card-headline h3{
  margin:0 0 7px!important;
  color:#fff!important;
  font-size:clamp(28px,7.4vw,36px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.profile-tile .price-lines{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px 12px!important;
  margin-top:6px!important;
}

.profile-tile .price-lines span{
  color:#fff!important;
  font-size:clamp(18px,5vw,23px)!important;
  line-height:1.05!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.profile-tile .location-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:9px!important;
}

.profile-tile .location-chips span{
  max-width:100%!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  font-size:12.5px!important;
  line-height:1.15!important;
  color:#eef4ff!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Profile gallery: stable vertical photo frame */
.profile-vip-clean .gallery-main,
.gallery-main{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/4!important;
  overflow:hidden!important;
  background:#080d14!important;
}

.profile-vip-clean .gallery-main img,
.gallery-main img,
.thumbs img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 24%!important;
  max-width:none!important;
  max-height:none!important;
}

/* Do not let floating buttons cover footer/content */
.site-shell{padding-bottom:20px!important;}
.site-footer{padding-bottom:38px!important;}
.bottom-login,
.filters .advertiser-login-chip{display:none!important;}
.site-footer .footer-links .advertiser-login-footer{display:flex!important;}

/* Lighter first render on weak hosting/phones */
.card,
.panel,
.hero-card,
.glass,
.sidebar-card,
.main-card{
  content-visibility:auto;
  contain-intrinsic-size:420px 520px;
}

@media(max-width:640px){
  :root{--container:calc(100vw - 22px)}
  .grid{grid-template-columns:1fr!important;gap:18px!important;}
  .grid .profile-tile .card-media,
  .profile-tile .card-media{aspect-ratio:3/4!important;border-radius:25px!important;}
  .profile-tile .card-overlay{padding:13px 14px 15px!important;}
  .profile-tile .card-headline h3{font-size:31px!important;}
  .profile-tile .price-lines span{font-size:20px!important;}
  .profile-tile .location-chips span{font-size:12px!important;padding:7px 9px!important;}
  .site-footer .footer-links a,
  .site-footer .footer-links .advertiser-login-footer{font-size:17px!important;min-height:52px!important;}
}

@media(max-width:380px){
  .profile-tile .card-headline h3{font-size:28px!important;}
  .profile-tile .price-lines span{font-size:18px!important;}
  .profile-tile .location-chips span{font-size:11.5px!important;}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
}
/* FINAL: полное фото сверху, информация отдельно снизу */
.profile-tile .card-media,
.grid .profile-tile .card-media {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

/* Фото показываем полностью */
.profile-tile .card-media > img,
.grid .profile-tile .card-media > img,
.profile-tile img[data-main] {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
    transform: none !important;
}

/* Убираем огромный чёрный градиент */
.profile-tile .card-media::after {
    display: none !important;
}

/* Имя, цена и метро идут под фотографией */
.profile-tile .card-overlay {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    padding: 16px !important;
    background: #080d14 !important;
    color: #fff !important;
}

/* Значки остаются поверх верхней части фотографии */
.profile-tile .badges {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
}


