/* ==========================================================================
   Lushnja.biz — Design system (publik)
   ========================================================================== */
:root {
  --green-950: #062a1b;
  --green-900: #0a3d27;
  --green-800: #0b5d3b;
  --green-700: #0e7a4d;
  --green-600: #12925c;
  --green-100: #dcf1e5;
  --green-50:  #eef8f2;
  --sun-500:   #f2b33d;
  --sun-400:   #f6c75f;
  --sun-100:   #fdf1d6;
  --clay-500:  #d9643a;
  --ink:       #111a15;
  --ink-2:     #2b3a32;
  --muted:     #617068;
  --line:      #e7e3d8;
  --line-2:    #efece4;
  --paper:     #f8f6f0;
  --card:      #ffffff;
  --danger:    #c0392b;
  --r-sm: 10px; --r: 16px; --r-lg: 22px; --r-xl: 30px;
  --sh-1: 0 1px 2px rgba(17,26,21,.05), 0 1px 1px rgba(17,26,21,.03);
  --sh-2: 0 6px 20px -8px rgba(17,26,21,.18), 0 2px 6px rgba(17,26,21,.05);
  --sh-3: 0 24px 50px -20px rgba(6,42,27,.35);
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Bricolage Grotesque', 'Plus Jakarta Sans', system-ui, sans-serif;
  --container: 1220px;
}

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 15.5px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-800); }
h1,h2,h3,h4 { font-family: var(--display); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--sun-400); outline-offset: 2px; border-radius: 6px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.muted { color: var(--muted); }
.hide-sm { }
@media (max-width: 720px) { .hide-sm { display: none !important; } }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; font-weight: 700; font-size: 14.5px; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s, background .15s, box-shadow .15s, color .15s, border-color .15s; white-space: nowrap; line-height: 1.2; text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green-800); color: #fff; box-shadow: 0 6px 16px -8px rgba(11,93,59,.7); }
.btn-primary:hover { background: var(--green-900); color: #fff; }
.btn-sun { background: var(--sun-500); color: var(--green-950); }
.btn-sun:hover { background: var(--sun-400); color: var(--green-950); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green-700); color: var(--green-800); background: #fff; }
.btn-white { background: #fff; color: var(--green-900); }
.btn-white:hover { background: var(--green-50); color: var(--green-900); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.btn-outline-light:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn-danger { background: #fff; color: var(--danger); border-color: #f1c7c1; }
.btn-danger:hover { background: #fdf0ee; color: var(--danger); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5a; color: #fff; }
.btn-sm { padding: 8px 14px; font-size: 13.5px; }
.btn-lg { padding: 15px 26px; font-size: 16px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,246,240,.86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 20px -16px rgba(0,0,0,.3); }
.header-inner { display: flex; align-items: center; gap: 22px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); flex-shrink: 0; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(145deg, var(--green-700), var(--green-900)); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 20px; position: relative; box-shadow: inset 0 -3px 0 rgba(0,0,0,.15); }
.brand-mark::after { content: ''; position: absolute; right: -3px; top: -3px; width: 12px; height: 12px; border-radius: 50%; background: var(--sun-500); border: 2px solid var(--paper); }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -.03em; line-height: 1; }
.brand-name span { color: var(--green-700); }
.brand-sub { font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: .02em; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 2px; margin-left: 8px; }
.main-nav a { padding: 8px 13px; border-radius: 999px; color: var(--ink-2); font-weight: 600; font-size: 14.5px; }
.main-nav a:hover { background: #fff; color: var(--green-800); }
.main-nav a.active { background: var(--green-50); color: var(--green-800); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.lang-switch { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-switch a { padding: 5px 10px; border-radius: 999px; font-size: 12.5px; font-weight: 800; color: var(--muted); letter-spacing: .03em; }
.lang-switch a.active { background: var(--green-800); color: #fff; }
.user-chip { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px 4px 4px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 700; font-size: 14px; }
.user-chip img, .avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: var(--green-100); color: var(--green-800); display: grid; place-items: center; font-weight: 800; font-size: 14px; }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 18px; }
.mobile-nav { display: none; }
@media (max-width: 1020px) {
  .main-nav, .header-actions .hide-md { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .mobile-nav { position: fixed; inset: 72px 0 0; background: var(--paper); padding: 20px; z-index: 49; overflow-y: auto; }
  .mobile-nav.open { display: block; animation: fadeIn .18s ease; }
  .mobile-nav a.m-link { display: flex; align-items: center; gap: 12px; padding: 14px 12px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; font-size: 17px; }
  .mobile-nav a.m-link i { width: 22px; color: var(--green-700); }
  .mobile-nav .m-actions { display: grid; gap: 10px; margin-top: 20px; }
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- Flash ---------- */
.flash-wrap { position: fixed; top: 84px; right: 20px; z-index: 80; display: grid; gap: 10px; max-width: 380px; }
.flash { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 14px; background: #fff; box-shadow: var(--sh-3); border-left: 4px solid var(--green-600); font-size: 14.5px; font-weight: 600; animation: slideIn .3s ease; }
.flash.error { border-left-color: var(--danger); }
.flash i { margin-top: 3px; color: var(--green-600); }
.flash.error i { color: var(--danger); }
.flash button { margin-left: auto; background: none; border: 0; cursor: pointer; color: var(--muted); padding: 0 0 0 8px; }
@keyframes slideIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; border-radius: 0 0 var(--r-xl) var(--r-xl); margin: 0 0 0; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; background: var(--green-900) center/cover no-repeat; transform: scale(1.03); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(6,42,27,.94) 0%, rgba(6,42,27,.78) 40%, rgba(6,42,27,.25) 100%), linear-gradient(0deg, rgba(6,42,27,.7), transparent 50%); }
.hero-inner { padding: 88px 0 72px; max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--sun-400); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.hero h1 { color: #fff; font-size: clamp(38px, 6vw, 68px); font-weight: 800; letter-spacing: -.035em; line-height: 1.02; margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--sun-400); }
.hero-lead { font-size: 18px; color: rgba(255,255,255,.85); max-width: 580px; margin-bottom: 30px; }
.searchbar { display: flex; align-items: center; gap: 6px; background: #fff; border-radius: 999px; padding: 6px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); max-width: 680px; position: relative; }
.searchbar .sb-field { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 14px; min-width: 0; }
.searchbar .sb-field i { color: var(--green-700); }
.searchbar input, .searchbar select { border: 0; outline: 0; background: transparent; width: 100%; padding: 12px 0; font-size: 15.5px; color: var(--ink); min-width: 0; }
.searchbar select { cursor: pointer; font-weight: 600; color: var(--ink-2); }
.searchbar .divider { width: 1px; height: 28px; background: var(--line); }
.searchbar .btn { padding: 14px 26px; }
@media (max-width: 640px) {
  .searchbar { flex-wrap: wrap; border-radius: 22px; padding: 8px; }
  .searchbar .sb-field { flex-basis: 100%; }
  .searchbar .divider, .searchbar .sb-cat { display: none; }
  .searchbar .btn { width: 100%; }
}
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-chips a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 13.5px; font-weight: 600; backdrop-filter: blur(6px); }
.hero-chips a:hover { background: rgba(255,255,255,.2); color: #fff; }
.hero-stats { display: flex; gap: 36px; margin-top: 44px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); flex-wrap: wrap; }
.hero-stats strong { display: block; font-family: var(--display); font-size: 32px; line-height: 1; color: #fff; }
.hero-stats span { font-size: 13px; color: rgba(255,255,255,.7); font-weight: 600; }

/* Autocomplete */
.ac { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border-radius: 18px; box-shadow: var(--sh-3); padding: 8px; z-index: 30; color: var(--ink); text-align: left; }
.ac a { display: flex; align-items: center; gap: 12px; padding: 9px 10px; border-radius: 12px; color: var(--ink); }
.ac a:hover, .ac a.sel { background: var(--green-50); }
.ac img, .ac .ph { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; background: var(--green-50); display: grid; place-items: center; color: var(--green-700); flex-shrink: 0; }
.ac .t { font-weight: 700; font-size: 14.5px; line-height: 1.2; }
.ac .s { font-size: 12.5px; color: var(--muted); }
.ac .all { border-top: 1px solid var(--line-2); margin-top: 6px; padding-top: 12px; font-weight: 700; color: var(--green-800); }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section-sm { padding: 48px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0; }
.section-head h2 em { font-style: normal; color: var(--green-700); }
.section-head p { color: var(--muted); margin: 8px 0 0; max-width: 560px; }
.kicker { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--clay-500); margin-bottom: 10px; display: block; }
.link-arrow { font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.link-arrow i { transition: transform .15s; }
.link-arrow:hover i { transform: translateX(3px); }

/* Categories */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.cat-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; color: var(--ink); transition: transform .18s, box-shadow .18s, border-color .18s; overflow: hidden; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: transparent; color: var(--ink); }
.cat-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 20px; margin-bottom: 16px; background: var(--green-50); color: var(--green-800); transition: background .18s, color .18s; }
.cat-card:hover .cat-icon { background: var(--green-800); color: #fff; }
.cat-card h3 { font-size: 16.5px; margin: 0 0 4px; font-family: var(--font); font-weight: 800; letter-spacing: -.01em; }
.cat-card span { font-size: 13px; color: var(--muted); font-weight: 600; }
.cat-card:nth-child(6n+2) .cat-icon { background: var(--sun-100); color: #9a6a0a; }
.cat-card:nth-child(6n+3) .cat-icon { background: #fde8df; color: var(--clay-500); }
.cat-card:nth-child(6n+5) .cat-icon { background: #e6eefc; color: #2f5bb7; }

/* Business card */
.biz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 22px; }
.biz-card { background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; color: var(--ink); position: relative; }
.biz-card:hover { transform: translateY(-4px); box-shadow: var(--sh-3); color: var(--ink); }
.biz-media { position: relative; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--green-50), var(--green-100)); overflow: hidden; }
.biz-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.biz-card:hover .biz-media img { transform: scale(1.05); }
.biz-media .ph { position: absolute; inset: 0; display: grid; place-items: center; font-size: 42px; color: var(--green-700); opacity: .5; }
.biz-badges { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 800; letter-spacing: .01em; background: #fff; color: var(--ink); line-height: 1.4; }
.badge-cat { background: rgba(255,255,255,.94); color: var(--green-800); }
.badge-vip { background: linear-gradient(135deg, #f6c75f, #e79b19); color: #3d2600; }
.badge-vip-m { background: var(--green-800); color: #fff; }
.badge-feat { background: var(--clay-500); color: #fff; }
.badge-open { background: #dcfce7; color: #166534; }
.badge-closed { background: #fee2e2; color: #991b1b; }
.badge-pending { background: var(--sun-100); color: #8a5a00; }
.badge-muted { background: var(--line-2); color: var(--muted); }
.biz-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.biz-body h3 { font-family: var(--font); font-size: 17px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 6px; line-height: 1.3; }
.biz-body p { color: var(--muted); font-size: 14px; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.biz-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; color: var(--muted); padding-top: 12px; border-top: 1px dashed var(--line); }
.biz-meta .addr { display: flex; align-items: center; gap: 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-width: 0; }
.biz-meta .addr span { overflow: hidden; text-overflow: ellipsis; }
.rating { display: inline-flex; align-items: center; gap: 5px; font-weight: 800; color: var(--ink); font-size: 13.5px; white-space: nowrap; }
.rating i { color: var(--sun-500); }
.rating small { color: var(--muted); font-weight: 600; }
.stars { color: var(--sun-500); letter-spacing: 1px; font-size: 13px; }
.stars .off { color: #d9d4c7; }
.g-mark { display: inline-grid; place-items: center; width: 16px; height: 16px; font-size: 10px; border-radius: 4px; background: #fff; color: #4285f4; border: 1px solid var(--line); font-weight: 900; }

/* Trending */
.trend-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; }
.trend-grid .col { display: grid; gap: 20px; }
.trend-card { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 220px; color: #fff; display: flex; align-items: flex-end; background: var(--green-900); isolation: isolate; }
.trend-card.big { min-height: 460px; }
.trend-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s; }
.trend-card:hover img { transform: scale(1.05); }
.trend-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(6,42,27,.92) 5%, rgba(6,42,27,.1) 65%); }
.trend-card .inner { padding: 24px; width: 100%; }
.trend-card h3 { color: #fff; font-size: 24px; margin: 8px 0 4px; }
.trend-card.big h3 { font-size: 34px; }
.trend-card .rank { position: absolute; top: 18px; left: 18px; width: 44px; height: 44px; border-radius: 50%; background: var(--sun-500); color: var(--green-950); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 20px; }
.trend-card .meta { display: flex; gap: 16px; font-size: 13.5px; color: rgba(255,255,255,.8); font-weight: 600; flex-wrap: wrap; }
.trend-card:hover { color: #fff; }
@media (max-width: 860px) { .trend-grid { grid-template-columns: 1fr; } .trend-card.big { min-height: 320px; } }

/* Tourism cards */
.tour-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tour-card { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/4; color: #fff; display: flex; align-items: flex-end; isolation: isolate; background: var(--green-900); }
.tour-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s; }
.tour-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(6,42,27,.9), rgba(6,42,27,0) 60%); }
.tour-card:hover img { transform: scale(1.06); }
.tour-card .inner { padding: 20px; }
.tour-card h3 { color: #fff; font-size: 20px; margin: 8px 0 0; }
.tour-card .badge { background: rgba(255,255,255,.18); color: #fff; backdrop-filter: blur(8px); }
.tour-card:hover { color: #fff; }
@media (max-width: 1000px) { .tour-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .tour-grid { grid-template-columns: 1fr 1fr; gap: 12px; } .tour-card h3 { font-size: 16px; } .tour-card .inner { padding: 14px; } }

/* Events */
.event-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.event-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; color: var(--ink); }
.event-card .media { position: relative; aspect-ratio: 16/10; background: var(--green-50); }
.event-card .media img { width: 100%; height: 100%; object-fit: cover; }
.date-pill { position: absolute; left: 14px; bottom: -22px; width: 60px; background: #fff; border-radius: 14px; text-align: center; box-shadow: var(--sh-2); padding: 7px 0 6px; line-height: 1; }
.date-pill b { display: block; font-family: var(--display); font-size: 24px; color: var(--green-800); }
.date-pill span { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--clay-500); letter-spacing: .06em; }
.event-card .body { padding: 32px 18px 18px; }
.event-card h3 { font-family: var(--font); font-weight: 800; font-size: 17px; margin: 0 0 6px; letter-spacing: -.01em; }
.event-card .loc { font-size: 13.5px; color: var(--muted); display: flex; gap: 6px; align-items: center; }
.event-card.past { opacity: .72; }

/* CTA band */
.cta-band { position: relative; border-radius: var(--r-xl); background: var(--green-900); color: #fff; padding: 56px; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.cta-band::before { content: ''; position: absolute; width: 520px; height: 520px; right: -140px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(242,179,61,.35), transparent 65%); z-index: -1; }
.cta-band::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 22px 22px; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); }
.cta-band p { color: rgba(255,255,255,.8); font-size: 16.5px; }
.cta-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.cta-list li { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); padding: 14px 16px; border-radius: 14px; font-weight: 600; }
.cta-list i { width: 34px; height: 34px; border-radius: 10px; background: var(--sun-500); color: var(--green-950); display: grid; place-items: center; flex-shrink: 0; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; padding: 34px 24px; } }

/* Latest list */
.mini-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.mini-item { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); padding: 10px; border-radius: 16px; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.mini-item:hover { border-color: var(--green-600); box-shadow: var(--sh-1); color: var(--ink); }
.mini-item img, .mini-item .ph { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; background: var(--green-50); display: grid; place-items: center; color: var(--green-700); flex-shrink: 0; }
.mini-item b { display: block; font-size: 15px; line-height: 1.3; }
.mini-item small { color: var(--muted); font-size: 12.5px; }

/* ---------- Page hero ---------- */
.page-hero { background: var(--green-900); color: #fff; padding: 56px 0 50px; position: relative; overflow: hidden; isolation: isolate; border-radius: 0 0 var(--r-xl) var(--r-xl); }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--hero-img, none) center 35%/cover; opacity: .28; }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(6,42,27,.96), rgba(6,42,27,.55)); }
.page-hero h1 { color: #fff; font-size: clamp(30px, 4.4vw, 50px); margin: 10px 0 8px; }
.page-hero p { color: rgba(255,255,255,.82); font-size: 17px; margin: 0; max-width: 640px; }
.crumbs { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); flex-wrap: wrap; }
.crumbs a { color: rgba(255,255,255,.85); }
.crumbs a:hover { color: #fff; }
.crumbs i { font-size: 9px; opacity: .6; }
.crumbs.dark { color: var(--muted); }
.crumbs.dark a { color: var(--ink-2); }

/* Toolbar / filters */
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); font-weight: 700; font-size: 13.5px; }
.pill:hover { border-color: var(--green-700); color: var(--green-800); }
.pill.active { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.select { padding: 9px 36px 9px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23617068' stroke-width='3'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; appearance: none; font-weight: 700; font-size: 13.5px; cursor: pointer; }

/* Empty */
.empty { text-align: center; padding: 60px 20px; background: #fff; border: 1px dashed var(--line); border-radius: var(--r-lg); }
.empty i { font-size: 38px; color: var(--green-600); margin-bottom: 14px; display: block; opacity: .7; }
.empty h3 { font-family: var(--font); font-weight: 800; font-size: 19px; }
.empty p { color: var(--muted); }

/* ---------- Business detail ---------- */
.bd-hero { position: relative; background: var(--green-950); color: #fff; overflow: hidden; isolation: isolate; border-radius: 0 0 var(--r-xl) var(--r-xl); }
.bd-hero .bg { position: absolute; inset: -30px; z-index: -2; background-size: cover; background-position: center; filter: blur(26px) saturate(1.1); opacity: .5; }
.bd-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,42,27,.55), rgba(6,42,27,.92)); }
.bd-hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; padding: 38px 0 48px; }
.bd-cover { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/11; background: rgba(255,255,255,.06); box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); cursor: zoom-in; }
.bd-cover img { width: 100%; height: 100%; object-fit: cover; }
.bd-cover .ph { width: 100%; height: 100%; display: grid; place-items: center; font-size: 60px; color: rgba(255,255,255,.3); }
.bd-title h1 { color: #fff; font-size: clamp(30px, 4vw, 48px); margin: 14px 0 12px; }
.bd-title .lead { color: rgba(255,255,255,.82); font-size: 16.5px; }
.bd-facts { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 16px 0 24px; font-size: 14px; color: rgba(255,255,255,.85); font-weight: 600; }
.bd-facts span { display: inline-flex; align-items: center; gap: 7px; }
.bd-facts i { color: var(--sun-400); }
.bd-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 900px) { .bd-hero-inner { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; } }

.bd-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
@media (max-width: 980px) { .bd-layout { grid-template-columns: 1fr; } }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; margin-bottom: 22px; }
.panel h2 { font-size: 22px; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.panel h2 i { color: var(--green-700); font-size: 18px; }
.prose { color: var(--ink-2); font-size: 16px; line-height: 1.75; }
.prose p:last-child { margin-bottom: 0; }
.prose img { border-radius: 14px; margin: 18px 0; height: auto; }
.prose h2, .prose h3 { margin-top: 1.4em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.gallery a { border-radius: 12px; overflow: hidden; aspect-ratio: 1; background: var(--green-50); display: block; cursor: zoom-in; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery a:hover img { transform: scale(1.06); }
.map-frame { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); height: 300px; background: var(--green-50); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

.side-sticky { position: sticky; top: 92px; }
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line-2); font-size: 14.5px; }
.info-list li:last-child { border-bottom: 0; }
.info-list .ic { width: 38px; height: 38px; border-radius: 11px; background: var(--green-50); color: var(--green-800); display: grid; place-items: center; flex-shrink: 0; }
.info-list small { display: block; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.info-list a, .info-list b { color: var(--ink); font-weight: 700; word-break: break-word; }
.hours { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.hours li { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--line); }
.hours li.today { color: var(--green-800); font-weight: 800; }
.socials { display: flex; gap: 8px; margin-top: 14px; }
.socials a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--green-50); color: var(--green-800); font-size: 17px; }
.socials a:hover { background: var(--green-800); color: #fff; }
.g-score { display: flex; align-items: center; gap: 14px; padding: 14px; background: var(--paper); border-radius: 14px; margin-bottom: 14px; }
.g-score .big { font-family: var(--display); font-size: 38px; font-weight: 800; line-height: 1; }
.claim-card { background: linear-gradient(135deg, var(--sun-100), #fff); border-color: #f3dfae; }

/* Reviews */
.review-summary { display: flex; align-items: center; gap: 20px; padding: 18px; background: var(--paper); border-radius: 16px; margin-bottom: 20px; }
.review-summary .big { font-family: var(--display); font-size: 46px; font-weight: 800; line-height: 1; }
.review { padding: 18px 0; border-bottom: 1px solid var(--line-2); }
.review:last-child { border-bottom: 0; }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.review-head b { display: block; font-size: 15px; }
.review-head small { color: var(--muted); font-size: 12.5px; }
.review p { margin: 0; color: var(--ink-2); white-space: pre-line; }
.star-input { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.star-input input { position: absolute; opacity: 0; pointer-events: none; }
.star-input label { font-size: 28px; color: #d9d4c7; cursor: pointer; transition: color .1s, transform .1s; line-height: 1; }
.star-input label:hover, .star-input label:hover ~ label, .star-input input:checked ~ label { color: var(--sun-500); }
.star-input label:active { transform: scale(.9); }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 16px; }
.field > label, .label { display: block; font-weight: 700; font-size: 13.5px; margin-bottom: 7px; color: var(--ink-2); }
.field .hint { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.input, .field input[type=text], .field input[type=email], .field input[type=password], .field input[type=tel], .field input[type=url], .field input[type=number], .field input[type=date], .field select, .field textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: #fff; font-size: 15px; transition: border-color .15s, box-shadow .15s; outline: 0;
}
.field textarea { resize: vertical; min-height: 110px; }
.input:focus, .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(18,146,92,.12); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.error-text { color: var(--danger); font-size: 12.5px; font-weight: 600; margin-top: 6px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.check input { margin-top: 4px; accent-color: var(--green-700); width: 16px; height: 16px; }
.hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.divider-text { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 13px; font-weight: 600; margin: 20px 0; }
.divider-text::before, .divider-text::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.btn-google { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 12px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; font-weight: 700; color: var(--ink); }
.btn-google:hover { border-color: #4285f4; color: var(--ink); }
.tabs { display: inline-flex; background: var(--line-2); padding: 4px; border-radius: 999px; margin-bottom: 18px; gap: 2px; }
.tabs button { border: 0; background: transparent; padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: 13.5px; cursor: pointer; color: var(--muted); }
.tabs button.active { background: #fff; color: var(--green-800); box-shadow: var(--sh-1); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.upload-box { border: 2px dashed var(--line); border-radius: 16px; padding: 20px; text-align: center; background: var(--paper); cursor: pointer; transition: border-color .15s; position: relative; }
.upload-box:hover { border-color: var(--green-600); }
.upload-box input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-box i { font-size: 26px; color: var(--green-700); margin-bottom: 6px; }
.upload-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.upload-preview img { width: 76px; height: 76px; object-fit: cover; border-radius: 10px; }
.thumbs { display: flex; flex-wrap: wrap; gap: 10px; }
.thumb { position: relative; width: 96px; height: 96px; border-radius: 12px; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb form { position: absolute; top: 4px; right: 4px; }
.thumb button { width: 26px; height: 26px; border-radius: 50%; border: 0; background: rgba(0,0,0,.65); color: #fff; cursor: pointer; font-size: 11px; }

/* Auth */
.auth-wrap { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-side { position: relative; background: var(--green-900) url('../images/lushnja-hero.webp') center/cover; color: #fff; padding: 56px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.auth-side::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(6,42,27,.95), rgba(6,42,27,.35)); }
.auth-side h2 { color: #fff; font-size: 38px; }
.auth-side p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 440px; }
.auth-main { display: flex; align-items: center; justify-content: center; padding: 48px 20px; }
.auth-card { width: 100%; max-width: 440px; }
.auth-card h1 { font-size: 34px; margin-bottom: 6px; }
@media (max-width: 900px) { .auth-wrap { grid-template-columns: 1fr; } .auth-side { display: none; } }

/* ---------- Account ---------- */
.acc-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 28px; padding: 36px 0 70px; align-items: start; }
@media (max-width: 900px) { .acc-layout { grid-template-columns: 1fr; } }
.acc-side { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; position: sticky; top: 92px; }
@media (max-width: 900px) { .acc-side { position: static; } }
.acc-user { display: flex; gap: 12px; align-items: center; padding-bottom: 16px; margin-bottom: 10px; border-bottom: 1px solid var(--line-2); }
.acc-user .avatar { width: 46px; height: 46px; font-size: 18px; }
.acc-user b { display: block; line-height: 1.2; }
.acc-nav a, .acc-nav button { display: flex; width: 100%; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; color: var(--ink-2); font-weight: 700; font-size: 14.5px; background: none; border: 0; cursor: pointer; text-align: left; }
.acc-nav a i, .acc-nav button i { width: 18px; color: var(--muted); }
.acc-nav a:hover, .acc-nav button:hover { background: var(--paper); color: var(--ink); }
.acc-nav a.active { background: var(--green-50); color: var(--green-800); }
.acc-nav a.active i { color: var(--green-700); }
.acc-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.acc-head h1 { font-size: 30px; margin: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
@media (max-width: 760px) { .stat-grid { grid-template-columns: 1fr 1fr; } }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px; }
.stat i { width: 38px; height: 38px; border-radius: 11px; background: var(--green-50); color: var(--green-800); display: grid; place-items: center; margin-bottom: 12px; }
.stat b { display: block; font-family: var(--display); font-size: 28px; line-height: 1; }
.stat span { font-size: 13px; color: var(--muted); font-weight: 600; }
.plan-card { border-radius: var(--r-lg); padding: 22px; background: linear-gradient(135deg, var(--green-800), var(--green-950)); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.plan-card h3 { color: #fff; margin: 0 0 4px; }
.plan-card p { margin: 0; color: rgba(255,255,255,.8); font-size: 14px; }
.progress { height: 8px; border-radius: 99px; background: rgba(255,255,255,.18); overflow: hidden; margin-top: 10px; width: 220px; max-width: 100%; }
.progress span { display: block; height: 100%; background: var(--sun-500); border-radius: 99px; }
.row-list { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.row-item { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line-2); }
.row-item:last-child { border-bottom: 0; }
.row-item img, .row-item .ph { width: 72px; height: 72px; border-radius: 14px; object-fit: cover; background: var(--green-50); display: grid; place-items: center; color: var(--green-700); flex-shrink: 0; }
.row-item .grow { flex: 1; min-width: 0; }
.row-item h3 { font-family: var(--font); font-size: 16.5px; font-weight: 800; margin: 0 0 4px; }
.row-item .sub { display: flex; flex-wrap: wrap; gap: 6px 14px; color: var(--muted); font-size: 13px; font-weight: 600; }
.row-actions { display: flex; gap: 8px; flex-wrap: wrap; }
@media (max-width: 640px) { .row-item { flex-wrap: wrap; } .row-actions { width: 100%; } }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 30px; display: flex; flex-direction: column; position: relative; }
.price-card.hot { border: 2px solid var(--green-700); box-shadow: var(--sh-3); }
.price-card .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--sun-500); color: var(--green-950); font-weight: 800; font-size: 12px; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.price-card h3 { font-family: var(--font); font-size: 16px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.price { font-family: var(--display); font-size: 52px; font-weight: 800; line-height: 1; margin: 6px 0 4px; }
.price small { font-size: 16px; color: var(--muted); font-weight: 600; font-family: var(--font); }
.feat-list { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 11px; flex: 1; align-content: start; }
.feat-list li { display: flex; gap: 10px; font-size: 14.5px; font-weight: 600; }
.feat-list i { color: var(--green-600); margin-top: 4px; }

/* FAQ */
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; margin-bottom: 10px; overflow: hidden; }
.faq-item summary { padding: 18px 20px; font-weight: 800; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { transition: transform .2s; color: var(--green-700); }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item .a { padding: 0 20px 18px; color: var(--ink-2); }

/* Features grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .feature-grid { grid-template-columns: 1fr; } }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.feature i { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: var(--green-50); color: var(--green-800); font-size: 20px; margin-bottom: 16px; }
.feature h3 { font-family: var(--font); font-weight: 800; font-size: 18px; }
.feature p { color: var(--muted); margin: 0; }
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 26px 26px 26px 26px; background: #fff; border-radius: var(--r-lg); border: 1px solid var(--line); }
.step::before { counter-increment: s; content: counter(s); font-family: var(--display); font-weight: 800; font-size: 54px; color: var(--green-100); position: absolute; right: 20px; top: 8px; line-height: 1; }
.step h3 { font-family: var(--font); font-weight: 800; font-size: 18px; }
.step p { color: var(--muted); margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px; margin-bottom: 12px; color: var(--ink); }
.contact-card i { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--green-50); color: var(--green-800); font-size: 18px; }
.contact-card small { display: block; color: var(--muted); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.contact-card b { font-size: 15.5px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 42px; height: 42px; padding: 0 12px; display: grid; place-items: center; border-radius: 12px; background: #fff; border: 1px solid var(--line); font-weight: 700; color: var(--ink-2); }
.pagination a:hover { border-color: var(--green-700); color: var(--green-800); }
.pagination .current { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.pagination .disabled { opacity: .4; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(4,20,13,.94); z-index: 100; display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; font-size: 18px; }
.lightbox button:hover { background: rgba(255,255,255,.22); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-weight: 700; font-size: 14px; }

/* Footer */
.site-footer { background: var(--green-950); color: rgba(255,255,255,.72); margin-top: 40px; padding: 64px 0 28px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-family: var(--font); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--sun-400); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer .brand-mark::after { border-color: var(--green-950); }
.site-footer .brand-sub { color: rgba(255,255,255,.55); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; font-size: 13px; flex-wrap: wrap; }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; }
.footer-social a:hover { background: var(--sun-500); color: var(--green-950); }

/* Floating WA */
.fab-wa { position: fixed; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; font-size: 26px; box-shadow: 0 14px 30px -10px rgba(37,211,102,.7); z-index: 40; transition: transform .15s; }
.fab-wa:hover { transform: scale(1.06); color: #fff; }

/* Misc */
.notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 18px; border-radius: 14px; font-size: 14.5px; font-weight: 600; }
.notice.warn { background: var(--sun-100); color: #7a5000; }
.notice.info { background: var(--green-50); color: var(--green-900); }
.notice.err { background: #fdecea; color: #8c2518; }
.errors-box { background: #fdecea; color: #8c2518; padding: 14px 18px; border-radius: 14px; margin-bottom: 18px; font-size: 14px; font-weight: 600; }
.errors-box ul { margin: 6px 0 0; padding-left: 18px; }
.cf-turnstile { margin: 6px 0 16px; min-height: 65px; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } * { transition: none !important; animation: none !important; } }
.err-page { text-align: center; padding: 100px 20px; }
.err-page .code { font-family: var(--display); font-size: 120px; font-weight: 800; line-height: 1; color: var(--green-100); -webkit-text-stroke: 2px var(--green-700); }

/* Mobile refinements */
@media (max-width: 560px) {
  body { font-size: 15px; }
  .section { padding: 56px 0; }
  .hero-inner { padding: 56px 0 48px; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-stats strong { font-size: 26px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cat-card { padding: 16px; }
  .cat-icon { width: 40px; height: 40px; font-size: 17px; margin-bottom: 12px; }
  .cat-card h3 { font-size: 14.5px; }
  .biz-grid { gap: 16px; }
  .panel { padding: 20px; }
  .flash-wrap { left: 12px; right: 12px; top: 80px; max-width: none; }
  .fab-wa { width: 50px; height: 50px; font-size: 23px; right: 14px; bottom: 14px; }
  .bd-actions .btn { flex: 1 1 calc(50% - 10px); }
  .review-summary { flex-wrap: wrap; }
}

/* Mobile header: ikonë llogarie + menu jashtë header-it (backdrop-filter krijonte containing block) */
.icon-btn { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--green-800); place-items: center; font-size: 16px; overflow: hidden; flex-shrink: 0; }
.icon-btn img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1020px) {
  .show-md { display: inline-grid !important; }
  .mobile-nav { position: fixed; top: 72px; left: 0; right: 0; bottom: 0; height: calc(100dvh - 72px); z-index: 60; background: var(--paper); }
  .mobile-nav .m-user { display: flex; align-items: center; gap: 12px; padding: 14px 12px 18px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
}
@media (max-width: 400px) {
  .header-inner { gap: 10px; }
  .brand-name { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; font-size: 18px; }
  .lang-switch a { padding: 5px 8px; }
}
