﻿/* ================================================
   ConectaTeresina — servicos.css
   Paleta verde v1 · Mobile-first · Acessível
   ================================================ */

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
               Helvetica, Arial, sans-serif;
  background: #F7F8FA;
  color: #1A1A2E;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a    { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
ul, ol { list-style: none; }

/* ── VARIÁVEIS ── */
:root {
  --g-dark:  #085041;
  --g-mid:   #0F6E56;
  --g:       #1D9E75;
  --g-light: #5DCAA5;
  --g-pale:  #9FE1CB;
  --g-bg:    #E1F5EE;

  --text-1:  #fff;
  --text-2: #FCEBEB;
  --text-3: #9CA3AF;

  --border:     #262625;
  --bg-white:  #464646;
  --bg-grey:    #ffff;

  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-pill: 999px;

  --shadow-s: 0 1px 4px rgba(0,0,0,.08);
  --shadow-m: 0 4px 18px rgba(0,0,0,.11);
  --trans: all .2s ease;
}

/* ── UTILITÁRIOS ── */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ════════════════════════════════
   NAVBAR
════════════════════════════════ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #30302E;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-s);
  transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: 0 2px 14px rgba(0,0,0,.13); }

.nav-inner {
  display: flex;
  align-items: center;
  height: 56px;
  gap: 12px;
}

.nav-logo {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-logo span { color: var(--g); }

.nav-links {
  display: none;
  flex: 1;
  gap: 2px;
}
.nav-link {
  font-size: 14px;
  color: #F7F8FA;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  transition: var(--trans);
  white-space: nowrap;
}
.nav-link:hover,
.nav-link.active {
  color: var(--g-mid);
  background: var(--g-bg);
  font-weight: 500;
}

.nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }

.btn-outline {
  font-size: 13px; font-weight: 500;
  color: var(--g-mid);
  border: 1.5px solid var(--g-light);
  padding: 7px 16px;
  border-radius: var(--r-pill);
  transition: var(--trans);
}
.btn-outline:hover { background: var(--g-bg); }

.btn-fill {
  font-size: 13px; font-weight: 600;
  color: #fff;
  background: var(--g);
  padding: 7px 16px;
  border-radius: var(--r-pill);
  transition: var(--trans);
  white-space: nowrap;
}
.btn-fill:hover { background: var(--g-mid); }

.hamburger {
  display: flex; flex-direction: column;
  gap: 5px; padding: 6px; flex-shrink: 0;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--text-1); border-radius: 2px;
  transition: var(--trans);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

.nav-links.open {
  display: flex; flex-direction: column;
  position: absolute; top: 56px; left: 0; right: 0;
  background: #30302E;
  padding: 12px 16px 20px;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-m);
  z-index: 199;
  animation: slideDown .2s ease;
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
  .nav-links { display: flex; position: static; box-shadow: none; padding: 0; border: none; animation: none; }
  .hamburger { display: none; }
}

/* ════════════════════════════════
   BREADCRUMB
════════════════════════════════ */
.breadcrumb {
  background: #464646;
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
  font-size: 12px;
  color: var(--text-3);
}
.breadcrumb-inner { display: flex; align-items: center; gap: 6px; }
.bc-link { color: var(--g); transition: var(--trans); }
.bc-link:hover { color: var(--g-mid); }
.bc-sep { color: var(--border); }
.bc-current { color: #F7F8FA; font-weight: 500; }

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, #E1F5EE 0%, #c5ede1 100%);
  padding: 28px 0 24px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; right: -80px; bottom: -80px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(29,158,117,.07);
  pointer-events: none;
}

.hero-title {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  color: var(--g-dark);
  margin-bottom: 6px;
}
.hero-sub {
  font-size: 14px;
  color: var(--g-mid);
  margin-bottom: 18px;
}

.search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search-bar {
  display: flex; align-items: center;
  flex: 1; min-width: 0;
  max-width: 580px;
  background: #30302E;
  border: 2px solid var(--g-light);
  border-radius: var(--r-lg);
  padding: 6px 6px 6px 12px;
  gap: 8px;
  box-shadow: var(--shadow-m);
  transition: border-color .2s, box-shadow .2s;
}
.search-bar:focus-within {
  border-color: var(--g);
  box-shadow: 0 0 0 4px rgba(29,158,117,.15);
}
.s-icon { color: var(--g-pale); flex-shrink: 0; display: flex; }
.s-input {
  flex: 1; min-width: 0;
  border: none; outline: none;
  font-size: 14px; color: var(--text-1);
  background: transparent;
}
.s-input::placeholder { color: var(--g-pale); }
.s-loc-btn {
  display: flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 500; color: var(--g);
  background: var(--g-bg); border: none;
  padding: 6px 12px; border-radius: var(--r-md);
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: var(--trans);
}
.s-loc-btn:hover { background: var(--g-pale); }
.s-btn {
  font-size: 13px; font-weight: 600;
  color: var(--g-dark); background: var(--g-light);
  padding: 10px 20px; border-radius: var(--r-md);
  border: none; cursor: pointer; white-space: nowrap;
  flex-shrink: 0; transition: var(--trans);
}
.s-btn:hover { background: var(--g); color: #fff; }

.count-badge {
  font-size: 12px; font-weight: 600;
  color: var(--g-mid); background: var(--g-pale);
  padding: 6px 14px; border-radius: var(--r-pill);
  white-space: nowrap; flex-shrink: 0;
}

/* Busca mobile */
@media (max-width: 500px) {
  .search-bar { flex-wrap: wrap; padding: 8px; }
  .s-input { width: 100%; order: 1; }
  .s-loc-btn { order: 2; }
  .s-btn { order: 3; width: 100%; text-align: center; justify-content: center; }
  .count-badge { width: 100%; text-align: center; }
}

/* ════════════════════════════════
   CATEGORIAS
════════════════════════════════ */
.cat-strip {
  background: #30302E;
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.cat-label {
  font-size: 11px; font-weight: 600;
  color: var(--text-3); text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: 10px;
}
.cat-scroll {
  display: flex; gap: 10px;
  overflow-x: auto; padding-bottom: 4px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.cat-scroll::-webkit-scrollbar { display: none; }

.cat-chip {
  display: flex; flex-direction: column;
  align-items: center; gap: 5px;
  cursor: pointer; flex-shrink: 0;
}
.cat-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  border: 2px solid transparent;
  transition: var(--trans);
}
.cat-icon svg {
  width: 20px; height: 20px;
  stroke: #fff;
  fill: none;
  flex-shrink: 0;
}
.cat-chip:hover .cat-icon { border-color: var(--g-pale); }
.cat-chip.active .cat-icon { border-color: var(--g); background: var(--g-bg); }
.cat-name {
  font-size: 10px; color: var(--text-2);
  text-align: center; white-space: nowrap;
}
.cat-chip.active .cat-name { color: var(--g-mid); font-weight: 600; }

/* ════════════════════════════════
   FILTRO MOBILE BAR
════════════════════════════════ */
.filter-mobile-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 4px;
}
.btn-filter-mobile {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: #F7F8FA;
  background: #30302E; border: 1px solid var(--g-pale);
  padding: 8px 16px; border-radius: var(--r-pill);
  cursor: pointer; transition: var(--trans);
}
.btn-filter-mobile:hover { background: var(--g-pale); }
.filter-count-badge {
  font-size: 10px; font-weight: 700;
  color: #fff; background: var(--g);
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.resultado-mob {
  font-size: 13px; color: var(--text-2);
}

@media (min-width: 900px) {
  .filter-mobile-bar { display: none; }
}

/* ════════════════════════════════
   BODY LAYOUT
════════════════════════════════ */
.body-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 40px;
}
@media (min-width: 900px) {
  .body-layout { grid-template-columns: 240px 1fr; gap: 20px; }
}

/* ════════════════════════════════
   SIDEBAR
════════════════════════════════ */
.sidebar {
  background: #30302E;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 16px;
  position: fixed; top: 0; left: -100%; bottom: 0;
  width: 85%; max-width: 320px;
  z-index: 300;
  overflow-y: auto;
  transition: left .3s ease;
  box-shadow: var(--shadow-m);
}
.sidebar.open { left: 0; }

@media (min-width: 900px) {
  .sidebar {
    position: sticky; top: 80px;
    left: auto; width: auto; max-width: none;
    box-shadow: none;
    max-height: calc(100vh - 100px);
  }
}

.sidebar-overlay {
  display: none; position: fixed;
  inset: 0; background: rgba(0,0,0,.4);
  z-index: 299;
}
.sidebar-overlay.show { display: block; }

.sidebar-header {
  display: flex; align-items: center;
  margin-bottom: 16px; gap: 8px;
}
.sidebar-title { font-size: 15px; font-weight: 600; color: #F7F8FA; flex: 1; }
.fg-clear-all {
  font-size: 11px; color: var(--g); cursor: pointer;
  background: none; border: none; padding: 0;
  transition: var(--trans);
}
.fg-clear-all:hover { color: var(--g-mid); }
.sidebar-close {
  font-size: 16px; color: var(--text-3);
  cursor: pointer; padding: 4px 8px;
  border-radius: var(--r-sm);
  transition: var(--trans);
}
.sidebar-close:hover { background: var(--bg-grey); color: var(--text-1); }
@media (min-width: 900px) { .sidebar-close { display: none; } }

/* Grupos de filtro */
.filter-group {
  margin-bottom: 18px; padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.filter-group:last-of-type { border-bottom: none; margin-bottom: 0; }

.fg-title {
  font-size: 13px; font-weight: 600; color: #1D9E75;
  margin-bottom: 10px; display: flex;
  align-items: center; justify-content: space-between;
}
.fg-clear {
  font-size: 10px; color: var(--g);
  cursor: pointer; font-weight: 400;
}

.filter-opt {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 0; cursor: pointer;
}
.filter-opt:hover .f-label { color: var(--text-1); }

.fcheck, .fradio {
  width: 16px; height: 16px;
  border: 2px solid var(--border);
  flex-shrink: 0; transition: var(--trans);
}
.fcheck { border-radius: 4px; }
.fradio { border-radius: 50%; }
.fcheck.on { background: var(--g); border-color: var(--g); }
.fradio.on { background: var(--g); border-color: var(--g); }

.f-label { font-size: 13px; color: #fff; transition: var(--trans); }
.f-label.on { color: var(--text-1); font-weight: 500; }
.f-count { font-size: 11px; color: var(--text-3); margin-left: auto; }

/* Range */
.range-bar {
  height: 5px; background: var(--border);
  border-radius: var(--r-pill); margin: 10px 0; position: relative;
}
.range-fill {
  height: 100%; background: var(--g);
  border-radius: var(--r-pill); width: 60%;
}
.range-labels {
  display: flex; justify-content: space-between;
  font-size: 11px; color: var(--text-3);
}
.range-val {
  font-size: 12px; color: var(--text-2); margin-top: 6px;
}

/* Stars filter */
.star-filter {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 0; cursor: pointer;
}
.star-val { font-size: 12px; color: #BA7517; white-space: nowrap; }
.star-bar {
  flex: 1; height: 5px; background: var(--border);
  border-radius: var(--r-pill); overflow: hidden;
}
.star-bar-fill { height: 100%; background: #F5A623; border-radius: var(--r-pill); }
.star-count { font-size: 11px; color: var(--text-3); white-space: nowrap; }

/* Tag cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-pill {
  font-size: 11px; color: #5DCAA5;
  border: 1px solid var(--border);
  padding: 4px 10px; border-radius: var(--r-pill);
  cursor: pointer; transition: var(--trans);
}
.tag-pill:hover { border-color: var(--g-pale); color: var(--g-mid); }
.tag-pill.on { color: var(--g-mid); background: var(--g-bg); border-color: var(--g-pale); }

/* Botões sidebar */
.sidebar-btns { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.btn-aplicar {
  width: 100%; font-size: 13px; font-weight: 600;
  color: #fff; background: var(--g);
  padding: 10px; border-radius: var(--r-md);
  border: none; cursor: pointer; transition: var(--trans);
}
.btn-aplicar:hover { background: var(--g-mid); }
.btn-limpar {
  width: 100%; font-size: 12px; font-weight: 500;
  color: var(--g-mid); background: transparent;
  padding: 9px; border-radius: var(--r-md);
  border: 1px solid var(--g-pale); cursor: pointer; transition: var(--trans);
}
.btn-limpar:hover { background: var(--g-bg); }

/* ════════════════════════════════
   LISTAGEM
════════════════════════════════ */
.listagem { min-width: 0; }

.list-topbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px; gap: 10px; flex-wrap: wrap;
}
.list-resultado { font-size: 13px; color: #0F6E56; }
.list-resultado strong { color: #085041; }

.list-controls {
  display: flex; align-items: center; gap: 8px;
}
.sort-label { font-size: 12px; color: var(--text-3); white-space: nowrap; }
.sort-sel {
  font-size: 12px; color: var(--text-1);
  border: 1px solid var(--border); background: var(--bg-white);
  padding: 5px 10px; border-radius: var(--r-md);
  cursor: pointer; outline: none;
}
.sort-sel:focus { border-color: var(--g); }

.toggle-view { display: flex; gap: 4px; }
.tv {
  width: 30px; height: 30px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border); cursor: pointer;
  color: var(--text-3); transition: var(--trans);
}
.tv:hover { background: var(--g-bg); color: var(--g); border-color: var(--g-pale); }
.tv.active {
  background: var(--g-bg); border-color: var(--g-pale); color: var(--g);
}

/* ── DESTAQUE PRO ── */
.destaque-strip {
  background: var(--g-bg);
  border: 1px solid var(--g-pale);
  border-radius: var(--r-lg);
  padding: 12px 14px;
  margin-bottom: 16px;
}
.ds-label {
  font-size: 11px; font-weight: 600; color: var(--g-mid);
  text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px;
}
.ds-scroll {
  display: flex; gap: 10px; overflow-x: auto;
  padding-bottom: 4px; scrollbar-width: none;
}
.ds-scroll::-webkit-scrollbar { display: none; }
.ds-card {
  background: var(--bg-white); border: 1px solid var(--g-light);
  border-radius: var(--r-md); padding: 10px 12px;
  min-width: 140px; flex-shrink: 0; cursor: pointer;
  transition: var(--trans);
}
.ds-card:hover { box-shadow: var(--shadow-m); transform: translateY(-2px); }
.ds-badge {
  font-size: 9px; font-weight: 600; color: #3C3489;
  background: #EEEDFE; padding: 2px 7px;
  border-radius: var(--r-pill); display: inline-block; margin-bottom: 6px;
}
.ds-av {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; margin-bottom: 6px;
  overflow: hidden;
}
.ds-name { font-size: 12px; font-weight: 600; color: var(--text-1); margin-bottom: 2px; }
.ds-job  { font-size: 10px; color: var(--text-2); margin-bottom: 4px; }
.ds-star { font-size: 10px; color: #BA7517; margin-bottom: 6px; }
.ds-btn  {
  font-size: 10px; font-weight: 500; color: var(--g-mid);
  text-align: center; background: var(--g-bg);
  padding: 4px 8px; border-radius: var(--r-sm); display: block;
}

/* ── VIEWS ── */
.view-grid .cards-list { display: none; }
.view-list .cards-grid { display: none; }

/* ── GRID VIEW ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 640px)  { .cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }

.pcard {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  cursor: pointer; transition: var(--trans);
}
.pcard:hover { box-shadow: var(--shadow-m); border-color: var(--g-pale); transform: translateY(-2px); }
.pcard.featured { border: 2px solid var(--g-light); }

.pcard-cover {
  height: 72px; display: flex; align-items: center; justify-content: center;
  position: relative;
}
.pcard-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  border: 3px solid var(--bg-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700;
  position: absolute; bottom: -18px; left: 12px;
  overflow: hidden;
}
.pcard-badges {
  position: absolute; top: 7px; right: 7px; display: flex; gap: 4px;
}
.pb {
  font-size: 9px; font-weight: 600;
  padding: 2px 7px; border-radius: var(--r-pill);
}
.pb-pro  { background: #EEEDFE; color: #3C3489; }
.pb-dest { background: #E6F1FB; color: #0C447C; }
.pb-ver  { background: var(--g-bg); color: var(--g-mid); }

.pcard-body { padding: 24px 12px 12px; }
.pcard-name  { font-size: 13px; font-weight: 600; color: var(--text-1); margin-bottom: 2px; }
.pcard-job   { font-size: 11px; color: var(--text-2); margin-bottom: 2px; }
.pcard-loc   { font-size: 10px; color: var(--text-3); margin-bottom: 5px; }
.pcard-stars { font-size: 11px; color: #BA7517; margin-bottom: 4px; }
.pcard-price { font-size: 12px; color: var(--g); font-weight: 600; margin-bottom: 8px; }
.pcard-tags  { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.ptag {
  font-size: 9px; color: var(--text-2);
  border: 1px solid var(--border);
  padding: 2px 7px; border-radius: var(--r-pill);
}
.pcard-resp { font-size: 10px; color: var(--text-3); margin-bottom: 10px; }
.pcard-btn {
  display: block; text-align: center;
  font-size: 11px; font-weight: 600; color: var(--g-mid);
  background: var(--g-bg); padding: 8px;
  border-radius: var(--r-md); transition: var(--trans);
}
.pcard-btn:hover { background: var(--g-pale); }

/* ── LIST VIEW ── */
.cards-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }

.lcard {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 14px 16px;
  display: flex; gap: 14px; cursor: pointer; transition: var(--trans);
}
.lcard:hover { box-shadow: var(--shadow-m); border-color: var(--g-pale); }
.lcard.featured { border: 2px solid var(--g-light); }

.lcard-av {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; flex-shrink: 0;
  overflow: hidden;
}
.lcard-main { flex: 1; min-width: 0; }
.lcard-top {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 8px; margin-bottom: 2px;
}
.lcard-name-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.lcard-name  { font-size: 14px; font-weight: 600; color: var(--text-1); }
.lcard-price { font-size: 13px; font-weight: 600; color: var(--g); white-space: nowrap; }
.lcard-job   { font-size: 12px; color: var(--text-2); margin-bottom: 5px; }
.lcard-meta  {
  display: flex; flex-wrap: wrap; gap: 12px;
  font-size: 11px; color: var(--text-3); margin-bottom: 8px;
}
.lcard-star { color: #BA7517; }
.lcard-tags  { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.lcard-btn {
  display: inline-block; font-size: 12px; font-weight: 600;
  color: var(--g-mid); background: var(--g-bg);
  border: 1px solid var(--g-pale);
  padding: 6px 16px; border-radius: var(--r-md); transition: var(--trans);
}
.lcard-btn:hover { background: var(--g-pale); }

/* ════════════════════════════════
   PAGINAÇÃO
════════════════════════════════ */
.pagination {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; margin-top: 8px; flex-wrap: wrap;
}
.page-btn {
  min-width: 34px; height: 34px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--text-2);
  border: 1px solid var(--border); cursor: pointer;
  transition: var(--trans); padding: 0 8px;
}
.page-btn:hover { background: var(--g-bg); border-color: var(--g-pale); color: var(--g); }
.page-btn.active { background: var(--g); color: #fff; border-color: var(--g); font-weight: 600; }
.page-btn.arr { color: var(--g); font-size: 16px; }
.page-ellipsis { font-size: 13px; color: var(--text-3); padding: 0 4px; }

/* ════════════════════════════════
   FOOTER MINI
════════════════════════════════ */
.footer-mini {
  background: #30302E; border-top: 1px solid var(--border);
  padding: 16px 0; margin-top: 16px;
}
.footer-inner {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.fm-logo { font-size: 15px; font-weight: 700; color: var(--text-1); }
.fm-logo span { color: var(--g); }
.fm-links { display: flex; flex-wrap: wrap; gap: 16px; }
.fm-link { font-size: 12px; color: var(--text-3); transition: var(--trans); }
.fm-link:hover { color: var(--g); }

/* ════════════════════════════════
   ANIMAÇÕES
════════════════════════════════ */
.fade-in {
  opacity: 0; transform: translateY(16px);
  transition: opacity .45s ease, transform .45s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

@keyframes shake {
  0%,100% { transform: translateX(0); }
  20%      { transform: translateX(-6px); }
  40%      { transform: translateX(6px); }
  60%      { transform: translateX(-4px); }
  80%      { transform: translateX(4px); }
}
.shake { animation: shake .4s ease; }
