/* GeoQartuli Listings — frontend design system (blue/white, rounded, soft shadows) */
:root{
  --geoq-blue:#1e5fd8;--geoq-blue-dark:#154bb0;--geoq-blue-soft:#eaf1fd;
  --geoq-ink:#12141a;--geoq-ink-2:#3b4252;--geoq-muted:#5b6270;
  --geoq-line:#e6e8ec;--geoq-bg:#f6f8fb;--geoq-ok:#2e7d32;--geoq-warn:#b26a00;--geoq-err:#c62828;
  --geoq-radius:14px;--geoq-shadow:0 8px 24px rgba(18,20,26,.08);
}
.geoq-grid,.geoq-card,.geoq-single,.geoq-box,.geoq-form,.geoq-dashboard,.geoq-wizard,.geoq-search,.geoq-auth-card{box-sizing:border-box}
.geoq-grid *,.geoq-card *,.geoq-single *,.geoq-box *,.geoq-form *,.geoq-dashboard *,.geoq-wizard *,.geoq-search *,.geoq-auth-card *{box-sizing:inherit}

/* Buttons */
.geoq-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;line-height:1.2;transition:background .15s,box-shadow .15s,transform .1s}
.geoq-btn:focus-visible{outline:3px solid var(--geoq-blue);outline-offset:2px}
.geoq-btn-primary{background:var(--geoq-blue);color:#fff}
.geoq-btn-primary:hover{background:var(--geoq-blue-dark);color:#fff}
.geoq-btn-ghost{background:#fff;color:var(--geoq-ink);border-color:var(--geoq-line)}
.geoq-btn-ghost:hover{background:var(--geoq-bg);color:var(--geoq-ink)}
.geoq-btn-wa{background:#25d366;color:#fff}
.geoq-btn-wa:hover{background:#1fb757;color:#fff}
.geoq-btn-sm{min-height:36px;padding:6px 12px;font-size:13px}
.geoq-btn-block{display:flex;width:100%;margin-top:10px}
@media (prefers-reduced-motion:reduce){.geoq-btn,.geoq-card{transition:none}}

/* Cards grid */
.geoq-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:24px 0}
.geoq-card{background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}
.geoq-card:hover{box-shadow:var(--geoq-shadow);transform:translateY(-2px)}
.geoq-card:focus-within{box-shadow:var(--geoq-shadow)}
.geoq-thumb{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;background:var(--geoq-bg);overflow:hidden}
.geoq-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.geoq-thumb img.geoq-logo-img{object-fit:contain;padding:18px}
.geoq-thumb-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#c3cbd8}
.geoq-thumb-fallback svg{width:44px;height:44px}
.geoq-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.geoq-name{font-size:17px;font-weight:700;margin:0;line-height:1.3;display:flex;align-items:center;gap:6px}
.geoq-name a{text-decoration:none;color:var(--geoq-ink)}
.geoq-name a:hover{color:var(--geoq-blue)}
.geoq-verified{color:var(--geoq-ok);display:inline-flex}
.geoq-tag{color:var(--geoq-muted);font-size:13px;margin:0}
.geoq-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:12.5px;color:var(--geoq-muted)}
.geoq-meta svg{vertical-align:-3px}
.geoq-cats a{color:var(--geoq-muted);text-decoration:none}
.geoq-cats a:hover{color:var(--geoq-blue)}
.geoq-stars{color:#f5a623;font-weight:700;font-size:13px;letter-spacing:1px}
.geoq-open{color:var(--geoq-ok);font-weight:700}
.geoq-closed{color:var(--geoq-err);font-weight:600}
.geoq-actions{display:flex;gap:8px;margin-top:auto;padding-top:10px;flex-wrap:wrap;align-items:center}
.geoq-actions .geoq-btn{flex:1;min-width:96px}
.geoq-actions .geoq-btn-wa{flex:0 0 auto;min-width:44px;padding:10px}
.geoq-fav-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:44px;min-height:44px;border:1px solid var(--geoq-line);border-radius:10px;background:#fff;color:var(--geoq-muted);cursor:pointer}
.geoq-fav-btn:hover,.geoq-fav-btn[aria-pressed="true"]{color:#e0245e;border-color:#e0245e}
.geoq-fav-btn:focus-visible{outline:3px solid var(--geoq-blue);outline-offset:2px}

/* Badges */
.geoq-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700}
.geoq-badge-verified{background:#eef6ee;color:var(--geoq-ok)}
.geoq-badge-top{background:#fff4e5;color:var(--geoq-warn)}
.geoq-badge-open{background:#eef6ee;color:var(--geoq-ok)}
.geoq-badge-closed{background:#fdecea;color:var(--geoq-err)}
.geoq-thumb .geoq-badge-top{position:absolute;top:10px;left:10px}

/* Hero */
.geoq-hero{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:22px;margin:0 0 26px}
@media(max-width:820px){.geoq-hero{grid-template-columns:1fr}}
.geoq-hero-media{display:flex;align-items:center;justify-content:center;background:var(--geoq-bg);border-radius:12px;overflow:hidden;max-height:380px;min-height:220px}
.geoq-hero-img{width:100%;height:100%;max-height:380px;object-fit:cover;display:block}
.geoq-hero-logo{max-width:70%;max-height:300px;object-fit:contain;display:block;margin:auto}
.geoq-hero-fallback{min-height:220px}
.geoq-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.geoq-hero-cats{color:var(--geoq-muted);font-size:14px;margin:0 0 6px}
.geoq-hero-cats a{color:var(--geoq-blue);text-decoration:none}
.geoq-hero-rating{margin:0 0 6px;font-size:15px}
.geoq-hero-rating a{color:var(--geoq-muted)}
.geoq-hero-tag{font-size:16px;color:var(--geoq-ink-2);margin:0 0 14px}
.geoq-hero-actions{display:flex;flex-wrap:wrap;gap:9px}

/* Single layout */
.geoq-single{display:grid;gap:26px;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start}
@media(max-width:820px){.geoq-single{grid-template-columns:1fr}}
.geoq-single-main,.geoq-single-side{display:flex;flex-direction:column;gap:20px;min-width:0}
.geoq-box{background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:20px}
.geoq-box h2{margin:0 0 14px;font-size:17px;display:flex;align-items:center;gap:8px}
.geoq-kv{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed #eceef2;font-size:14px}
.geoq-kv:last-child{border-bottom:0}
.geoq-kv span{color:var(--geoq-muted);display:inline-flex;align-items:center;gap:6px}
.geoq-kv strong{text-align:right;word-break:break-word}
.geoq-kv-today{background:var(--geoq-blue-soft);border-radius:8px;padding:8px 10px}
.geoq-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}
.geoq-gallery img{width:100%;height:130px;object-fit:cover;border-radius:10px;display:block}
.geoq-video iframe{width:100%;aspect-ratio:16/9;height:auto;border-radius:10px}
.geoq-map iframe{width:100%;height:260px;border:0;border-radius:10px;display:block}
.geoq-soc-row{display:flex;gap:10px;flex-wrap:wrap}
.geoq-soc{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--geoq-bg);color:var(--geoq-ink-2);transition:background .15s,color .15s}
.geoq-soc:hover,.geoq-soc:focus-visible{color:#fff;background:var(--geoq-blue)}
.geoq-soc-facebook:hover{background:#1877f2}.geoq-soc-instagram:hover{background:#d6249f}
.geoq-soc-tiktok:hover{background:#000}.geoq-soc-youtube:hover{background:#ff0000}.geoq-soc-linkedin:hover{background:#0a66c2}
.geoq-similar{margin-top:30px}
.geoq-similar h2{font-size:19px}
.geoq-empty{color:var(--geoq-muted);background:var(--geoq-bg);border-radius:10px;padding:18px;text-align:center}
.geoq-muted{color:var(--geoq-muted);font-size:13px}

/* Reviews */
.geoq-review-summary{display:flex;gap:26px;align-items:center;flex-wrap:wrap;margin-bottom:16px}
.geoq-review-avg{display:flex;flex-direction:column;align-items:center;gap:2px}
.geoq-review-avg strong{font-size:34px;line-height:1}
.geoq-review-dist{flex:1;min-width:220px}
.geoq-dist-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--geoq-muted);margin:3px 0}
.geoq-dist-bar{flex:1;height:8px;background:var(--geoq-bg);border-radius:99px;overflow:hidden}
.geoq-dist-bar div{height:100%;background:#f5a623;border-radius:99px}
.geoq-review-item{padding:14px 0;border-top:1px solid var(--geoq-line)}
.geoq-review-head{display:flex;gap:10px;align-items:center;margin-bottom:6px}
.geoq-avatar img{border-radius:50%;display:block}
.geoq-owner-reply{background:var(--geoq-blue-soft);border-radius:10px;padding:10px 14px;margin-top:8px;font-size:14px}
.geoq-star-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px;border:0;padding:0;margin:0 0 6px}
.geoq-star-input input{position:absolute;opacity:0;width:1px;height:1px}
.geoq-star-input label{font-size:30px;color:#d5d9e0;cursor:pointer;padding:0 2px}
.geoq-star-input input:checked ~ label,.geoq-star-input label:hover,.geoq-star-input label:hover ~ label{color:#f5a623}
.geoq-star-input input:focus-visible + label{outline:3px solid var(--geoq-blue);outline-offset:2px;border-radius:4px}
.geoq-reply-form textarea{width:100%;margin:6px 0}

/* Forms */
.geoq-form{display:flex;flex-direction:column;gap:10px}
.geoq-form label{font-size:13.5px;font-weight:600;color:var(--geoq-ink-2)}
.geoq-form input[type=text],.geoq-form input[type=email],.geoq-form input[type=tel],.geoq-form input[type=url],.geoq-form input[type=password],.geoq-form input[type=number],.geoq-form input[type=search],.geoq-form input[type=date],.geoq-form input[type=time],.geoq-form select,.geoq-form textarea,
.geoq-wizard input[type=text],.geoq-wizard input[type=email],.geoq-wizard input[type=tel],.geoq-wizard input[type=url],.geoq-wizard input[type=number],.geoq-wizard input[type=time],.geoq-wizard select,.geoq-wizard textarea,
.geoq-search-form input,.geoq-search-form select{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--geoq-line);border-radius:10px;font-size:14px;background:#fff;color:var(--geoq-ink)}
.geoq-form textarea,.geoq-wizard textarea{min-height:90px}
.geoq-form input:focus,.geoq-form select:focus,.geoq-form textarea:focus,.geoq-wizard input:focus,.geoq-wizard select:focus,.geoq-wizard textarea:focus,.geoq-search-form input:focus,.geoq-search-form select:focus{outline:3px solid var(--geoq-blue-soft);border-color:var(--geoq-blue)}
.geoq-inline{display:inline-flex !important;align-items:center;gap:8px;font-weight:500 !important;min-height:32px}
.geoq-inline input[type=checkbox],.geoq-inline input[type=radio]{width:18px;height:18px;min-height:0}
.geoq-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.geoq-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}
@media(max-width:640px){.geoq-grid-2{grid-template-columns:1fr}}
.geoq-hp{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.geoq-notice{border-radius:10px;padding:12px 16px;margin:0 0 16px;font-size:14px}
.geoq-notice-ok{background:#eef6ee;color:var(--geoq-ok)}
.geoq-notice-err{background:#fdecea;color:var(--geoq-err)}

/* Auth card */
.geoq-auth-card{max-width:440px;margin:24px auto;background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:26px;box-shadow:var(--geoq-shadow)}
.geoq-auth-card h2{margin:0 0 16px;text-align:center}
.geoq-auth-links{text-align:center;font-size:14px;margin:14px 0 0}
.geoq-social-divider{display:flex;align-items:center;gap:12px;margin:18px 0 12px;color:var(--geoq-muted);font-size:13px}
.geoq-social-divider::before,.geoq-social-divider::after{content:"";flex:1;height:1px;background:var(--geoq-line)}
.geoq-social-btns{display:flex;flex-direction:column;gap:9px}
.geoq-social-btn{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;border:1px solid var(--geoq-line);border-radius:10px;background:#fff;color:var(--geoq-ink);font-weight:600;font-size:14px;text-decoration:none;transition:background .15s}
.geoq-social-btn:hover{background:var(--geoq-bg);color:var(--geoq-ink)}
.geoq-social-btn:focus-visible{outline:3px solid var(--geoq-blue);outline-offset:2px}
.geoq-social-apple{color:#000}

/* Dashboard */
.geoq-dashboard{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;margin:20px 0}
@media(max-width:760px){.geoq-dashboard{grid-template-columns:1fr}}
.geoq-dash-nav{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:12px;height:fit-content}
.geoq-dash-nav a{padding:10px 14px;border-radius:9px;text-decoration:none;color:var(--geoq-ink-2);font-size:14px;font-weight:500}
.geoq-dash-nav a:hover{background:var(--geoq-bg)}
.geoq-dash-nav a.is-active{background:var(--geoq-blue-soft);color:var(--geoq-blue);font-weight:700}
.geoq-dash-logout{color:var(--geoq-err) !important;margin-top:8px;border-top:1px solid var(--geoq-line);border-radius:0 !important}
.geoq-dash-body{background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:24px;min-width:0}
.geoq-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px;margin:16px 0}
.geoq-stat{background:var(--geoq-bg);border-radius:12px;padding:16px;text-align:center}
.geoq-stat strong{display:block;font-size:26px;color:var(--geoq-blue)}
.geoq-stat span{font-size:13px;color:var(--geoq-muted)}
.geoq-table{width:100%;border-collapse:collapse;font-size:14px}
.geoq-table th{text-align:left;padding:9px 10px;border-bottom:2px solid var(--geoq-line);font-size:13px;color:var(--geoq-muted)}
.geoq-table td{padding:11px 10px;border-bottom:1px solid var(--geoq-line);vertical-align:top}
.geoq-row-actions a{margin-right:8px;font-size:13px}
.geoq-status{display:inline-block;border-radius:999px;padding:3px 11px;font-size:12px;font-weight:600;background:var(--geoq-bg);color:var(--geoq-ink-2)}
.geoq-status-publish{background:#eef6ee;color:var(--geoq-ok)}
.geoq-status-pending{background:#fff4e5;color:var(--geoq-warn)}
.geoq-status-geoq_rejected{background:#fdecea;color:var(--geoq-err)}
.geoq-mod-note{font-size:12.5px;color:var(--geoq-warn)}
.geoq-social-row{padding:10px 0;border-bottom:1px dashed var(--geoq-line);font-size:14px}
.geoq-ok{color:var(--geoq-ok)}

/* Wizard */
.geoq-wizard{background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:24px}
.geoq-steps{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0 0 22px;padding:0;counter-reset:none}
.geoq-steps li{display:flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;font-size:12.5px;color:var(--geoq-muted);background:var(--geoq-bg)}
.geoq-steps li span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#d8dee8;color:#fff;font-size:11px;font-weight:700}
.geoq-steps li.is-active{background:var(--geoq-blue-soft);color:var(--geoq-blue);font-weight:600}
.geoq-steps li.is-active span,.geoq-steps li.is-done span{background:var(--geoq-blue)}
.geoq-step{display:none;border:0;padding:0;margin:0}
.geoq-step.is-active{display:block}
.geoq-step legend{font-size:17px;font-weight:700;margin-bottom:14px}
.geoq-step label{display:block;font-size:13.5px;font-weight:600;color:var(--geoq-ink-2);margin:12px 0 5px}
.geoq-chk-row{display:flex;flex-wrap:wrap;gap:6px 16px}
.geoq-cat-pick{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4px}
.geoq-subcat{padding-left:18px;font-size:13px}
.geoq-field{margin-bottom:4px}
.geoq-wizard-nav{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.geoq-wizard-nav #geoq-next,.geoq-wizard-nav #geoq-submit{margin-left:auto}
.geoq-hours-editor{width:100%;border-collapse:collapse;font-size:13px}
.geoq-hours-editor td{padding:5px 6px;vertical-align:middle}
.geoq-hours-editor .geoq-hd{font-weight:600;min-width:86px}
.geoq-hours-editor input[type=time]{min-height:38px;width:auto}
.geoq-gal-current{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.geoq-gal-current::before{content:attr(data-label);width:100%;font-size:13px;color:var(--geoq-muted)}
.geoq-gal-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px}
.geoq-gal-item img{width:84px;height:84px;object-fit:cover;border-radius:10px}
.geoq-preview{background:var(--geoq-bg);border-radius:12px;padding:16px;margin-bottom:14px;font-size:14px}
.geoq-preview .geoq-kv{border-color:#dde3ec}

/* Search */
.geoq-search-form{background:#fff;border:1px solid var(--geoq-line);border-radius:var(--geoq-radius);padding:16px;margin-bottom:8px}
.geoq-search-row{display:flex;gap:10px;flex-wrap:wrap}
.geoq-search-row input[type=search]{flex:2;min-width:180px}
.geoq-search-row select{flex:1;min-width:150px}
.geoq-filters{margin-top:14px;border-top:1px solid var(--geoq-line);padding-top:14px}
.geoq-filters label{font-size:13px;font-weight:600;color:var(--geoq-ink-2);display:block;margin-bottom:4px}
.geoq-filter-checks{display:flex;flex-direction:column;gap:4px;justify-content:flex-end}
.geoq-reset-filters{margin-top:12px}
.geoq-pagination{display:flex;gap:6px;justify-content:center;margin:18px 0;flex-wrap:wrap}
.geoq-pagination button{min-width:44px;min-height:44px;border:1px solid var(--geoq-line);background:#fff;border-radius:10px;cursor:pointer;font-size:14px}
.geoq-pagination button[aria-current="page"]{background:var(--geoq-blue);color:#fff;border-color:var(--geoq-blue)}
.geoq-pagination button:focus-visible{outline:3px solid var(--geoq-blue);outline-offset:2px}
@media(max-width:640px){.geoq-search-row{flex-direction:column}}

/* Lightbox */
.geoq-lb-overlay{position:fixed;inset:0;background:rgba(10,12,16,.88);display:flex;align-items:center;justify-content:center;z-index:99999;padding:24px}
.geoq-lb-overlay img{max-width:96vw;max-height:92vh;border-radius:10px}
.geoq-lb-close{position:absolute;top:14px;right:18px;background:none;border:0;color:#fff;font-size:34px;cursor:pointer;line-height:1}
