
/* ============================
   ABOUT (Sobre Nós) - LocalLink
   Usa as classes existentes:
   ============================ */

/* FORÇAR centramento apenas no About */
.ll-about > .container{
  width: 100% !important;
  max-width: 1120px !important;   /* ajusta se teu site for mais estreito (ex: 980px) */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  box-sizing: border-box;
  
}

/* Hero */
.ll-about-hero{
  margin-top: 8px;
  padding: 14px 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}

.ll-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  font-size:12px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.18);
}

.ll-about h1{
  margin: 12px 0 8px;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.6px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ll-sub{
  margin: 0;
  max-width: 78ch;
  opacity: .75;
  line-height: 1.55;
  text-align: center;
  
}

.ll-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* Grid principal */
.ll-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
  
}

/* Reforço do estilo do card só dentro do about (não mexe no site todo) */
.ll-about .card{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
  padding: 16px;
}

.ll-about .card h2{
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.ll-about .card p{
  margin: 0 0 10px;
  opacity: .86;
  line-height: 1.55;
}

.ll-about .card ul{
  margin: 0;
  padding-left: 18px;
  display:grid;
  gap: 8px;
  opacity: .75;
}

/* Como funciona */
.ll-how{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.ll-how > div{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(0,0,0,.12);
  padding: 12px;
}

.ll-how > div b{
  display:block;
  font-size: 13px;
}

.ll-how > div span{
  display:block;
  margin-top: 6px;
  font-size: 12.5px;
  opacity: .75;
  line-height: 1.45;
}

/* FAQ */
.ll-about details{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(0,0,0,.10);
  padding: 12px 14px;
  margin-top: 10px;
}

.ll-about summary{
  cursor:pointer;
  font-weight: 900;
  list-style:none;
}

.ll-about summary::-webkit-details-marker{
  display:none;
}

.ll-about details p{
  margin: 10px 0 0;
  opacity: .75;
  line-height: 1.55;
}

/* Responsivo */
@media (max-width: 980px){
  .ll-grid{ grid-template-columns: 1fr; }
  .ll-how{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px){
  .ll-container{ padding: 14px 14px 28px; }
  .ll-about-hero{ padding: 14px; }
  .ll-how{ grid-template-columns: 1fr; }
  .ll-actions .btn{ width: 100%; }
}

@media (max-width: 768px) {
  .ll-about-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ll-badge {
    display: inline-flex;
    justify-content: center;
  }
  }


/* RTL (árabe) */
[dir="rtl"] .ll-container{
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .ll-about .card ul{
  padding-left: 0;
  padding-right: 18px;
}

/* BOTÃO DOCUMENTOS LEGAIS — ABOUT */
.ll-about-actions{
  margin-top:18px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ll-about-doc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:#2f4333;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 24px rgba(15,23,42,.14);
  transition:.18s ease;
}

.ll-about-doc-btn:hover{
  background:#243428;
  color:#fff;
  transform:translateY(-1px);
}

@media(max-width:560px){
  .ll-about-doc-btn{
    width:100%;
  }
}




/* =====================================================
   ABOUT — LOCALIZAÇÃO E CONTACTOS
===================================================== */

.ll-about-location{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr);
  gap:22px;
  align-items:flex-start;
  margin-top:24px;
  padding:28px;

  background:
    linear-gradient(
      135deg,
      rgba(85,107,47,.07),
      rgba(255,255,255,.98)
    );

  border:1px solid rgba(85,107,47,.18);
  border-radius:20px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.ll-about-location-icon{
  width:58px;
  height:58px;
  border-radius:18px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#556b2f;
  color:#fff;
  font-size:23px;

  box-shadow:0 12px 26px rgba(85,107,47,.22);
}

.ll-about-location-content{
  min-width:0;
}

.ll-about-location-kicker{
  display:inline-flex;
  margin-bottom:7px;

  color:#556b2f;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.ll-about-location h2{
  margin:0 0 8px;
  color:#172033;
  font-size:25px;
  font-weight:900;
}

.ll-about-location-intro{
  max-width:760px;
  margin:0 0 20px;

  color:#64748b;
  font-size:14.5px;
  line-height:1.65;
}

.ll-about-location-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.ll-about-location-item{
  display:flex;
  align-items:flex-start;
  gap:12px;

  padding:15px;
  border-radius:16px;

  background:#fff;
  border:1px solid rgba(148,163,184,.25);
}

.ll-about-location-item > i{
  width:36px;
  height:36px;
  border-radius:11px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  background:rgba(85,107,47,.10);
  color:#556b2f;
  font-size:14px;
}

.ll-about-location-item div{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}

.ll-about-location-item strong{
  color:#1e293b;
  font-size:14px;
  font-weight:900;
}

.ll-about-location-item span,
.ll-about-location-item a{
  color:#64748b;
  font-size:14px;
  line-height:1.45;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.ll-about-location-item a:hover{
  color:#556b2f;
}

/* RTL */

[dir="rtl"] .ll-about-location-item{
  text-align:right;
}

/* MOBILE */

@media(max-width:768px){

  .ll-about-location{
    grid-template-columns:1fr;
    gap:16px;
    padding:22px 18px;
    text-align:center;
  }

  .ll-about-location-icon{
    margin:0 auto;
  }

  .ll-about-location-intro{
    margin-left:auto;
    margin-right:auto;
  }

  .ll-about-location-grid{
    grid-template-columns:1fr;
  }

  .ll-about-location-item{
    text-align:left;
  }

  [dir="rtl"] .ll-about-location-item{
    text-align:right;
  }
}





/* =========================================================
   LocalLink - FAQ (Melhorado e alinhado ao theme)
   ========================================================= */

.ll-faq{
  width:100%;
  max-width:1120px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  color: var(--ll-text);
}

.ll-faq *{
  box-sizing: border-box;
}

.ll-faq a{
  color: inherit;
  text-decoration: none;
}

/* HERO */
.ll-faq .ll-hero{
  position: relative;
  padding: 28px 24px 24px;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--ll-primary-soft) 20%, #fff),
    #fff
  );
  box-shadow: var(--ll-shadow-sm);
  text-align:center;
}

.ll-faq .ll-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--ll-primary) 25%, var(--ll-border));
  background: color-mix(in srgb, var(--ll-primary-soft) 40%, #fff);
  font-weight: 800;
  letter-spacing: .4px;
  font-size: 12px;
  color: var(--ll-primary-dark);
  margin-bottom: 12px;
}

.ll-faq h1{
  margin: 0 0 10px;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.15;
  font-weight: 900;
}

.ll-faq .ll-sub{
  margin: 0 auto;
  color: var(--ll-muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 72ch;
}

/* AÇÕES */
.ll-faq .ll-actions{
  margin-top: 18px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap: 12px;
}

.ll-faq .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  border-radius: 14px;
  padding: 10px 16px;
  font-weight: 900;
  font-size: 13px;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}

.ll-faq .btn-primary{
  background: linear-gradient(
    180deg,
    var(--ll-brand-2),
    
  );
  color: #fff;
  box-shadow: 0 12px 24px rgba(15,61,76,.20);
}

.ll-faq .btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15,61,76,.28);
}

.ll-faq .btn-outline{
  background: #fff;
  border-color: var(--ll-border);
  color: var(--ll-text);
}

.ll-faq .btn-outline:hover{
  border-color: var(--ll-primary);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* GRID */
.ll-faq .ll-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

@media (min-width: 980px){
  .ll-faq .ll-grid{
    grid-template-columns: 1fr 1fr;
  }
}

/* CARD */
.ll-faq .card{
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  background: #fff;
  box-shadow: var(--ll-shadow-sm);
  padding: 18px;
}

.ll-faq .card h2{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  text-align:center;
}

.ll-faq .hint{
  margin: 0 0 12px;
  color: var(--ll-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* ACCORDION */
.ll-faq details{
  border: 1px solid var(--ll-border);
  background: #fff;
  border-radius: var(--ll-radius-sm);
  padding: 12px 14px;
  margin-top: 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.ll-faq details[open]{
  border-color: var(--ll-primary);
  box-shadow: 0 12px 24px rgba(15,23,42,.06);
}

.ll-faq summary{
  cursor: pointer;
  list-style: none;
  display:flex;
  align-items:flex-start;
  gap: 12px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.4;
}

.ll-faq summary::-webkit-details-marker{ display:none; }

.ll-faq summary:before{
  content:"+";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  border: 1px solid var(--ll-border);
  background: var(--ll-primary-soft);
  flex: 0 0 auto;
  font-weight: 900;
  color: var(--ll-primary-dark);
}

.ll-faq details[open] summary:before{
  content:"–";
  background: var(--ll-primary);
  color:#fff;
  border-color: var(--ll-primary);
}

.ll-faq details p{
  margin: 12px 0 0 38px;
  color: color-mix(in srgb, var(--ll-text) 85%, transparent);
  font-size: 13.5px;
  line-height: 1.65;
}

/* SEARCH */
.ll-faq .ll-search{
  display:flex;
  gap: 10px;
  align-items:center;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: var(--ll-radius-sm);
  border: 1px solid var(--ll-border);
  background: #fff;
}

.ll-faq .ll-search input{
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: var(--ll-text);
  font-size: 14px;
}

.ll-faq .ll-search input::placeholder{
  color: var(--ll-muted);
}

.ll-faq .ll-kbd{
  border: 1px solid var(--ll-border);
  background: var(--ll-primary-soft);
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  color: var(--ll-primary-dark);
  white-space: nowrap;
}

/* RTL */
.ll-faq[dir="rtl"]{
  direction: rtl;
}

.ll-faq[dir="rtl"] details p{
  margin: 12px 38px 0 0;
}

.ll-faq[dir="rtl"] summary{
  flex-direction: row-reverse;
}









/* =========================================================
   LocalLink – Termos e Privacidade
   Ajustado com as classes reais já existentes
   ========================================================= */

.ll-legal{
  max-width: var(--ll-max);
  margin: 0 auto;
  padding: 26px 16px 70px;
  color: var(--ll-text);
}

.ll-legal *{
  box-sizing: border-box;
}

/* HERO */
.ll-legal-hero{
  border: 1px solid var(--ll-border);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--ll-primary-soft) 18%, #fff),
    #fff
  );
  border-radius: var(--ll-radius);
  padding: 24px 22px;
  box-shadow: var(--ll-shadow-sm);
  text-align: center;
}

.ll-legal-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--ll-primary) 18%, var(--ll-border));
  background: color-mix(in srgb, var(--ll-primary-soft) 36%, #fff);
  font-size: 12px;
  font-weight: 900;
  color: var(--ll-primary-dark);
  margin: 0 auto 10px;
}

.ll-legal-title{
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.3px;
  text-align: center;
  color: var(--ll-text);
}

.ll-legal-sub{
  margin: 8px auto 0;
  color: var(--ll-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-width: 74ch;
}

.ll-legal-updated{
  margin: 12px 0 0;
  color: var(--ll-muted);
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

/* CARD BASE */
.ll-legal-card{
  margin-top: 16px;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  background: #fff;
  box-shadow: var(--ll-shadow-sm);
  padding: 18px;
}

.ll-legal-h2{
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 900;
  color: var(--ll-text);
  text-align: left;
}

/* ÍNDICE */
.ll-legal-toc{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.ll-legal-toc a{
  text-decoration: none;
  color: var(--ll-text);
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--ll-primary) 12%, var(--ll-border));
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.98),
    color-mix(in srgb, var(--ll-bg) 38%, #fff)
  );
  font-weight: 800;
  font-size: 13px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 8px 18px rgba(2,6,23,.04);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

.ll-legal-toc a:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(2,6,23,.08);
  border-color: color-mix(in srgb, var(--ll-primary) 24%, var(--ll-border));
  background: color-mix(in srgb, var(--ll-primary-soft) 18%, #fff);
}

/* CORPO */
.ll-legal-body h2{
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: var(--ll-text);
}

.ll-legal-body p,
.ll-legal-body li{
  font-size: 14px;
  line-height: 1.72;
  color: color-mix(in srgb, var(--ll-text) 86%, transparent);
}

.ll-legal-body p{
  margin: 8px 0 12px;
}

.ll-legal-body ul{
  margin: 10px 0 14px 20px;
}

.ll-legal-body li{
  margin-bottom: 7px;
}

.ll-legal-foot{
  margin-top: 14px;
  color: var(--ll-muted);
  font-size: 12px;
  padding: 0 2px;
  text-align: center;
}

/* RESPONSIVO */
@media (max-width: 820px){
  .ll-legal-toc{
    grid-template-columns: 1fr;
  }

  .ll-legal-title{
    font-size: 24px;
  }

  .ll-legal-sub{
    font-size: 13px;
  }

  .ll-legal-card{
    padding: 16px;
  }

  .ll-legal-toc a{
    min-height: 44px;
    font-size: 12.5px;
  }
}

/* RTL */
[dir="rtl"] .ll-legal-body ul{
  margin: 10px 20px 14px 0;
}

[dir="rtl"] .ll-legal-h2{
  text-align: right;
}

[dir="rtl"] .ll-legal-toc a{
  justify-content: flex-start;
  text-align: right;
}


/* =========================================================
   LocalLink – Contactos (Refined / Better UI)
   - Mesmas classes
   - Mais presença visual
   - Menos sensação de vazio
   - Melhor equilíbrio entre cards e formulário
   ========================================================= */

/* Base */
.ll-contact{
  max-width: var(--ll-max);
  margin: 0 auto;
  padding: 28px var(--ll-pad) 52px;
  color: var(--ll-text);
  box-sizing: border-box;
}

.ll-contact *{
  box-sizing: border-box;
}

/* Hero */
.ll-contact-hero{
  position: relative;
  padding: 28px 26px 24px;
  border-radius: var(--ll-radius);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--ll-primary-soft) 18%, #fff),
    var(--ll-surface)
  );
  border: 1px solid var(--ll-border);
  box-shadow: var(--ll-shadow-sm);
  text-align: center;
}

.ll-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .4px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ll-primary-dark);
  background: color-mix(in srgb, var(--ll-primary-soft) 42%, #fff);
  border: 1px solid color-mix(in srgb, var(--ll-primary) 20%, var(--ll-border));
}

.ll-contact h1{
  margin: 14px 0 10px;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 900;
  text-align: center;
  letter-spacing: -.02em;
  color: var(--ll-text);
}

.ll-sub{
  margin: 0 auto;
  max-width: 76ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ll-muted);
  text-align: center;
}

/* Grid principal */
.ll-contact-grid{
  display: grid;
  grid-template-columns: .96fr 1.14fr;
  gap: 18px;
  margin-top: 20px;
  align-items: stretch;
}

/* Cards info */
.ll-contact-cards{
  display: grid;
  gap: 14px;
}

/* Card base */
.ll-card{
  padding: 18px 18px;
  border-radius: var(--ll-radius-sm);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.98),
    color-mix(in srgb, var(--ll-bg) 34%, #fff)
  );
  border: 1px solid var(--ll-border);
  box-shadow: 0 12px 26px rgba(15,23,42,.06);
}

.ll-card h2,
.ll-card h3{
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--ll-text);
}

.ll-card p{
  margin: 0 0 10px;
  font-size: 13.5px;
  color: var(--ll-muted);
  line-height: 1.55;
}

/* Links (normal) */
.ll-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--ll-text) 88%, transparent);
  font-weight: 800;
  text-decoration: none;
}

.ll-link i{
  opacity: .9;
}

.ll-link:hover{
  text-decoration: underline;
}

/* WhatsApp link */
.ll-link.ll-wa{
  color: var(--ll-wa-dark);
}
.ll-link.ll-wa i{
  color: var(--ll-wa);
}

/* Formulário */
.ll-form{
  min-height: 100%;
}

.ll-form h2{
  margin-bottom: 12px;
}

.ll-form form{
  display: grid;
  gap: 12px;
}

.ll-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ll-form label{
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12.5px;
  color: color-mix(in srgb, var(--ll-text) 76%, transparent);
  font-weight: 800;
}

/* Inputs */
.ll-form input,
.ll-form textarea{
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--ll-border-strong);
  background: color-mix(in srgb, var(--ll-bg) 38%, #fff);
  color: var(--ll-text);
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.ll-form textarea{
  min-height: 132px;
  resize: vertical;
}

.ll-form input::placeholder,
.ll-form textarea::placeholder{
  color: color-mix(in srgb, var(--ll-muted) 78%, #fff);
}

.ll-form input:focus,
.ll-form textarea:focus{
  border-color: color-mix(in srgb, var(--ll-primary) 48%, var(--ll-border));
  background: #fff;
  box-shadow: var(--ll-focus);
}

/* Botão principal */
.ll-btn{
  margin-top: 4px;
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--ll-primary) 32%, var(--ll-border));
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(
    180deg,
    var(--ll-primary),
    var(--ll-primary-dark)
  );
  box-shadow: 0 12px 24px rgba(15,23,42,.12);
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.ll-btn:hover{
  filter: brightness(1.02);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15,23,42,.16);
}

.ll-btn:active{
  transform: translateY(0);
}

/* Botão WhatsApp opcional */
.ll-btn.ll-btn-wa{
  background: var(--ll-wa);
  border-color: rgba(18,140,126,.45);
  box-shadow: 0 14px 28px rgba(37,211,102,.18);
}
.ll-btn.ll-btn-wa:hover{
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(37,211,102,.22);
}

.ll-whatsapp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  width: 100%;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 12px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.ll-whatsapp-btn i{
  font-size: 18px;
}

.ll-whatsapp-btn:hover{
  background: #1ebe5d;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37,211,102,.28);
}

.ll-whatsapp-btn:active{
  transform: translateY(0);
  box-shadow: none;
}

/* Hint */
.ll-hint{
  margin: 2px 0 0;
  font-size: 12px;
  color: color-mix(in srgb, var(--ll-muted) 82%, #fff);
  line-height: 1.45;
}

/* FAQ */
.ll-faq{
  margin-top: 22px;
}

.ll-faq details{
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--ll-border);
  background: var(--ll-surface);
  margin-top: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.ll-faq details[open]{
  border-color: color-mix(in srgb, var(--ll-primary) 30%, var(--ll-border));
  box-shadow: 0 12px 24px rgba(0,0,0,.07);
}

.ll-faq summary{
  cursor: pointer;
  font-weight: 900;
  font-size: 14px;
  color: color-mix(in srgb, var(--ll-text) 92%, transparent);
  list-style: none;
}

.ll-faq summary::-webkit-details-marker{
  display: none;
}

.ll-faq summary::after{
  content: "▾";
  float: right;
  opacity: .65;
  transform: translateY(-1px);
}

.ll-faq details[open] summary::after{
  content: "▴";
}

.ll-faq p{
  margin: 10px 0 0;
  font-size: 13.5px;
  color: var(--ll-muted);
  line-height: 1.6;
}

/* Alertas */
.ll-alert{
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  border: 1px solid var(--ll-border);
  background: var(--ll-surface);
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
}

.ll-alert.is-ok{
  border-color: rgba(16,185,129,.35);
  background: rgba(16,185,129,.10);
  color: rgba(6,95,70,.95);
}

.ll-alert.is-err{
  border-color: rgba(239,68,68,.35);
  background: rgba(239,68,68,.10);
  color: rgba(127,29,29,.95);
}

/* Responsivo */
@media (max-width: 980px){
  .ll-contact-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ll-contact-hero{
    padding: 24px 18px 22px;
  }

  .ll-contact h1{
    font-size: 28px;
  }
}

@media (max-width: 600px){
  .ll-row{
    grid-template-columns: 1fr;
  }

  .ll-contact{
    padding: 22px var(--ll-pad) 42px;
  }

  .ll-contact-hero{
    padding: 20px 16px 18px;
  }

  .ll-card{
    padding: 16px;
  }

  .ll-whatsapp-btn,
  .ll-btn{
    width: 100%;
  }
}


/* =========================
   PAGE PLANOS
========================= */
.pl-page{
  background: var(--ll-bg);
  color: var(--ll-text);
}

.pl-wrap{
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* =========================
   HERO
========================= */
.pl-hero{
  padding: 40px 0 24px;
}

.pl-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .4px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ll-primary-dark);
  background: color-mix(in srgb, var(--ll-primary-soft) 50%, #fff);
  border: 1px solid color-mix(in srgb, var(--ll-primary) 22%, var(--ll-border));
}

.pl-title{
  margin: 8px 0 20px;
   font-size: clamp(20px, 1.8vw, 28px);
  text-align: center;
  color: var(--ll-text);
}

.pl-subtitle{
  max-width: 100ch;
  color: var(--ll-muted);
  text-align: center;
  margin: 0 auto;
  line-height: 1.65;
}

.pl-hero-cta{
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* =========================
   BUTTONS
========================= */
.pl-btn{
  border: 1px solid var(--ll-border);
  background: var(--ll-primary);
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: .2s;
  margin-top: 24px;
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
}

.pl-btn-ghost{
  background: #fff;
  color: var(--ll-primary);
  border-color: color-mix(in srgb, var(--ll-primary) 26%, var(--ll-border));
}

.pl-btn:hover{
  transform: translateY(-1px);
  box-shadow: var(--ll-shadow-sm);
}

.pl-btn-primary:hover{
  background: var(--ll-primary-dark);
}

.pl-btn-card{
  width: 100%;
  justify-content: center;
}

/* =========================
   TRUST STRIP
========================= */
.pl-trust{
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}

@media(max-width:900px){
  .pl-trust{ grid-template-columns:1fr; }
}

.pl-trust-item{
  background: var(--ll-surface);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 14px;
  box-shadow: var(--ll-shadow-sm);
}

.pl-trust-item b{
  display: block;
  margin-bottom: 4px;
  color: var(--ll-text);
}

.pl-trust-item span,
.pl-trust-item p{
  color: var(--ll-muted);
}

/* =========================
   PLANS GRID
========================= */
.pl-section{
  padding: 32px 0;
}

.pl-grid{
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

@media(max-width:900px){
  .pl-grid{ grid-template-columns:1fr; }
}

/* =========================
   CARD BASE
========================= */
.pl-card{
  background: var(--ll-surface);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 22px;
  box-shadow: var(--ll-shadow);
  display: flex;
  flex-direction: column;
  position: relative;
}

/* =========================
   CARD HEADER
========================= */
.pl-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.pl-badge{
  font-size: .75rem;
  padding: 6px 10px;
  
  border-radius: 999px;
  font-weight: 700;
  background: color-mix(in srgb, var(--ll-bg) 50%, #fff);
  border: 1px solid var(--ll-border);
  color: var(--ll-text);
}

/* =========================
   ICON
========================= */
.pl-ic{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: color-mix(in srgb, var(--ll-primary-soft) 42%, #fff);
  color: var(--ll-primary-dark);
  border: 1px solid color-mix(in srgb, var(--ll-primary) 18%, var(--ll-border));
}

/* =========================
   TONES
========================= */
.tone-free{
  border-top: 4px solid var(--ll-primary);
}

.tone-pro{
  border-top: 4px solid var(--ll-accent);
  transform: scale(1.03);
}

.tone-premium{
  border-top: 4px solid var(--ll-primary-dark);
}

/* =========================
   PRICE
========================= */
.pl-price{
  margin: 18px 0 10px;
}

.pl-price strong{
  font-size: 1.6rem;
  color: var(--ll-text);
}

.pl-from{
  color: var(--ll-muted);
  font-size: .9rem;
}

/* =========================
   FEATURES
========================= */
.pl-feats{
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: grid;
  gap: 10px;
}

.pl-feats li{
  display: flex;
  gap: 12px;
  color: var(--ll-muted);
  line-height: 1.5;
}

.pl-feats i{
  color: var(--ll-primary);
}

/* =========================
   INSTITUTIONAL
========================= */
.pl-inst{
  padding: 40px 0;
  margin-top: 10px;
}

.pl-inst-card{
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--ll-primary-dark) 92%, #000),
    var(--ll-primary-dark)
  );
  color: #fff;
  border-radius: var(--ll-radius);
  padding: 26px;
  box-shadow: var(--ll-shadow);
}

.pl-inst-card h3{
  margin-bottom: 10px;
  color: #fff;
}

.pl-inst-card p{
  color: rgba(255,255,255,.86);
}

.pl-inst-prices{
  display: flex;
  gap: 12px;
  margin: 16px 0;
  flex-wrap: wrap;
}

.pl-inst-prices div{
  background: rgba(255,255,255,.10);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.12);
}

.pl-inst-grid ul{
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pl-inst-grid li{
  color: rgba(255,255,255,.90);
}

.pl-inst-note{
  margin-top: 14px;
  background: rgba(255,255,255,.08);
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
}

/* =========================
   COMPARISON TABLE
========================= */
.pl-table{
  margin-top: 20px;
  background: var(--ll-surface);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  overflow: hidden;
  box-shadow: var(--ll-shadow-sm);
}

.pl-row{
  display: grid;
  grid-template-columns: 1.4fr repeat(3,.6fr);
}

.pl-row > div{
  padding: 14px;
  border-top: 1px solid var(--ll-border);
}

.pl-row.head{
  background: color-mix(in srgb, var(--ll-primary-soft) 34%, #fff);
  font-weight: 800;
  color: var(--ll-text);
}

/* =========================
   FAQ
========================= */
.pl-faq{
  padding: 40px 0;
}

.pl-faq-grid details{
  background: var(--ll-surface);
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 14px 18px;
  box-shadow: var(--ll-shadow-sm);
}

.pl-faq-grid summary{
  cursor: pointer;
  font-weight: 700;
  color: var(--ll-text);
}

/* =========================
   BOTÃO VOLTAR HOME (GLOBAL)
========================= */
.btn-back-home{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--ll-text);
  border: 1px solid var(--ll-border);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  transition: all .2s ease;
  margin-top: 8px;
}

.btn-back-home i{
  font-size: 1rem;
}

.btn-back-home:hover{
  background: color-mix(in srgb, var(--ll-bg) 40%, #fff);
  transform: translateX(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}


/* =========================
   PLANOS — CTA FINAL MOBILE
   Publicar anúncio / WhatsApp
========================= */
@media (max-width: 768px){

  .pl-bottom-cta{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 28px 0 18px;
  }

  .pl-bottom-cta .pl-btn{
    width: 100%;
    min-height: 62px;
    margin-top: 0;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 1.05rem;
    font-weight: 900;
    justify-content: center;
    text-align: center;
  }

  .pl-bottom-cta .pl-btn i{
    font-size: 1.2rem;
  }

  .pl-bottom-cta .pl-btn-secondary{
    background: linear-gradient(135deg, #2f4333, #3f6247);
    color: #fff;
    border: 1px solid #2f4333;
    box-shadow: 0 14px 28px rgba(47,67,51,.24);
  }

  .pl-bottom-cta .pl-btn-ghost{
    background: #fff;
    color: #2f4333;
    border: 1.5px solid #2f4333;
    box-shadow: 0 10px 22px rgba(15,23,42,.08);
  }
}

/* =========================
   PLANOS — ALINHAMENTO MOBILE
========================= */
@media (max-width: 768px){

  .pl-hero{
    padding: 28px 0 18px;
    text-align: center;
  }

  .pl-kicker{
    display: inline-flex;
    margin: 0 auto 12px;
    justify-content: center;
  }

  .pl-title{
    text-align: center;
    font-size: 1.55rem;
    line-height: 1.25;
    margin: 8px auto 12px;
    max-width: 92%;
  }

  .pl-subtitle{
    text-align: center;
    max-width: 92%;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 1.6;
  }

  .pl-section{
    text-align: center;
    padding: 26px 0;
  }

  .pl-section > h2,
  .pl-section > p,
  .pl-faq > .pl-wrap > h2,
  .pl-faq > .pl-wrap > p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pl-section > p,
  .pl-faq > .pl-wrap > p{
    max-width: 92%;
    color: var(--ll-muted);
    line-height: 1.6;
  }

  .pl-card{
    text-align: left;
  }

  .pl-card-top{
    align-items: center;
  }

  .pl-badge{
    text-align: center;
    white-space: nowrap;
  }
}


/* =========================
   PLANOS — ALINHAMENTO FINAL
   DESKTOP + MOBILE
========================= */

/* HERO */
.pl-hero,
.pl-hero .pl-wrap{
  text-align: center;
}

.pl-kicker{
  display: inline-flex;
  justify-content: center;
  margin: 0 auto 14px;
}

.pl-title{
  max-width: 900px;
  margin: 0 auto 14px;
  text-align: center;
  font-size: clamp(2rem, 2.4vw, 2.7rem);
  line-height: 1.2;
  font-weight: 800;
}

.pl-subtitle{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* TODOS OS TÍTULOS PRINCIPAIS */
.pl-section h2,
.pl-faq h2{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* TODOS OS SUBTÍTULOS PRINCIPAIS */
.pl-section > .pl-wrap > p,
.pl-section p:first-of-type,
.pl-faq > .pl-wrap > p{
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ll-muted);
  line-height: 1.65;
}

/* GARANTE QUE PLANOS E COMPARAÇÃO FICAM CENTRADOS */
.pl-section .pl-wrap > h2,
.pl-section .pl-wrap > p{
  text-align: center;
}

/* MOBILE */
@media(max-width:768px){

  .pl-title{
    font-size: 1.65rem;
    max-width: 95%;
  }

  .pl-subtitle{
    font-size: .96rem;
    max-width: 95%;
  }

  .pl-section h2,
  .pl-faq h2{
    font-size: 1.55rem;
  }

  .pl-section .pl-wrap > p,
  .pl-faq > .pl-wrap > p{
    max-width: 95%;
    font-size: .95rem;
  }
}




/* =========================
   CATEGORIAS PAGE
========================= */

.ll-cats-page{
  padding: 30px 16px 56px;
  background:
    radial-gradient(circle at top, rgba(85,107,47,.05), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.ll-cats-wrapper{
  max-width: 1260px;
  margin: 0 auto;
}

/* topo */
.ll-cats-topbar{
  margin-bottom: 16px;
}

.ll-cats-back-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.ll-cats-back-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(85,107,47,.22);
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
  background: #fbfdf9;
}

.ll-cats-back-btn i{
  color: #556b2f;
}

/* card geral */
.ll-cats-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(148,163,184,.16);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(15,23,42,.08);
  padding: 34px 28px 36px;
  backdrop-filter: blur(6px);
}

/* header */
.ll-cats-header{
  text-align: center;
  max-width: 780px;
  margin: 0 auto 32px;
}

.ll-cats-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(85,107,47,.08);
  border: 1px solid rgba(85,107,47,.16);
  color: #556b2f;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.ll-cats-title{
  margin: 0 0 10px;
   font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.ll-cats-subtitle{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

/* vazio */
.ll-cats-empty{
  text-align: center;
  padding: 36px 18px;
  border-radius: 18px;
  background: rgba(248,250,252,.9);
  border: 1px dashed rgba(148,163,184,.35);
  color: #64748b;
  font-weight: 600;
}

/* grid */
.ll-cats-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* card categoria */
.ll-cat-item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 220px;
  padding: 18px 14px 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(148,163,184,.22);
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  overflow: hidden;
}

.ll-cat-item:hover{
  transform: translateY(-4px);
  border-color: rgba(85,107,47,.25);
  box-shadow: 0 16px 34px rgba(15,23,42,.09);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
}

.ll-cat-topline{
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #556b2f, #c89b3c);
  margin-bottom: 16px;
  opacity: .82;
}

.ll-cat-icon{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(85,107,47,.08);
  border: 1px solid rgba(85,107,47,.12);
  color: #556b2f;
  font-size: 22px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.ll-cat-item:hover .ll-cat-icon{
  transform: scale(1.05);
  background: rgba(85,107,47,.12);
  color: #445722;
}

.ll-cat-label{
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
  color: #0f172a;
  margin-bottom: 8px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ll-cat-count{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #64748b;
}

.ll-cat-count strong{
  font-size: 15px;
  font-weight: 900;
  color: #556b2f;
}

.ll-cat-hint{
  font-size: 12.5px;
  line-height: 1.45;
  color: #64748b;
}

/* responsivo */
@media (max-width: 900px){
  .ll-cats-card{
    padding: 26px 18px 26px;
  }

  .ll-cats-grid{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
  }

  .ll-cat-item{
    min-height: 206px;
    padding: 16px 12px 14px;
  }
}

@media (max-width: 640px){
  .ll-cats-page{
    padding: 22px 12px 42px;
  }

  .ll-cats-card{
    border-radius: 20px;
    padding: 22px 14px 22px;
  }

  .ll-cats-header{
    margin-bottom: 22px;
  }

  .ll-cats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ll-cat-item{
    min-height: 194px;
  }

  .ll-cat-icon{
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .ll-cat-label{
    font-size: 14px;
    min-height: 36px;
  }

  .ll-cat-hint{
    font-size: 11.5px;
  }

  .ll-cat-count{
    font-size: 12px;
  }
}







/* ===========================
   LocalLink — ADS SUBMITTED
 =========================== */

.sub-wrap{
  max-width: 980px;
  margin: 34px auto 44px;
  padding: 0 16px;
}

.sub-card{
  background: var(--ll-surface);
  border: 1px solid var(--ll-border);
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.10);
}

.sub-head{
  text-align: center;
}

.sub-mark{
  width: 64px;
  height: 64px;
  border-radius: 999px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--ll-primary-soft) 46%, #fff);
  color: var(--ll-primary-dark);
  border: 1px solid color-mix(in srgb, var(--ll-primary) 18%, var(--ll-border));
}

.sub-title{
  margin: 0 0 6px;
  font-size: 22px;
  color: var(--ll-text);
}

.sub-sub{
  margin: 0 auto;
  max-width: 720px;
  color: var(--ll-muted);
  font-size: 14px;
  line-height: 1.6;
}

.sub-badge{
  display: inline-flex;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ll-accent) 16%, #fff);
  color: var(--ll-accent-dark);
  border: 1px solid color-mix(in srgb, var(--ll-accent) 34%, #fff);
  font-weight: 700;
  font-size: 12px;
}

.sub-summary{
  margin-top: 16px;
  border: 1px solid var(--ll-border);
  background: color-mix(in srgb, var(--ll-bg) 44%, #fff);
  border-radius: 14px;
  padding: 14px 14px 10px;
}

.sub-summary-title{
  font-size: 12px;
  letter-spacing: .2px;
  color: var(--ll-muted);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sub-row{
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.sub-k{
  min-width: 110px;
  color: var(--ll-muted);
  font-weight: 700;
}

.sub-v{
  color: var(--ll-text);
  font-weight: 600;
}

.sub-actions{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sub-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}

.sub-btn:hover{
  transform: translateY(-1px);
}

.sub-ico{
  display: inline-flex;
}

.sub-btn-primary{
  background: linear-gradient(180deg, var(--ll-primary), var(--ll-primary-dark));
  color: #fff;
  border-color: color-mix(in srgb, var(--ll-primary) 35%, var(--ll-border));
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
}

.sub-btn-primary:hover{
  filter: brightness(1.03);
}

.sub-btn-ghost{
  background: #fff;
  color: var(--ll-text);
  border-color: var(--ll-border);
  box-shadow: 0 6px 14px rgba(15,23,42,.05);
}

.sub-btn-ghost:hover{
  background: color-mix(in srgb, var(--ll-bg) 42%, #fff);
  border-color: color-mix(in srgb, var(--ll-primary) 28%, var(--ll-border));
}

.sub-hint{
  margin: 14px 0 0;
  text-align: center;
  color: var(--ll-muted);
  font-size: 12.5px;
  line-height: 1.5;
}





/* =========================
   AUTH RECOVERY — botões centrados
   ========================= */
.auth-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.auth-actions .btn,
.auth-actions .btn-primary,
.auth-actions .btn-ghost,
.auth-actions button[type="submit"],
.auth-actions a{
  min-width: 170px;
  justify-content: center;
}




 



/* =========================================================
   LocalLink - Pedir Serviço
   ========================================================= */

.ll-ps {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 20px 70px;
  color: #1f2937;
}

.ll-ps * {
  box-sizing: border-box;
}

.ll-ps-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 30px;
}

.ll-ps-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #183a2d;
  letter-spacing: -0.5px;
}

.ll-ps-sub {
  margin: 0;
  max-width: 760px;
  color: #5f6f67;
  font-size: 13px;
  line-height: 1.8;
}

.ll-ps-head-top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4px;
}

.ll-ps-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #d9e3dc;
  color: #183a2d;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  transition: all .2s ease;
}

.ll-ps-back:hover {
  background: #f5f8f6;
  border-color: #bdd0c4;
}

.ll-ps-flash {
  margin: 0 auto 18px;
  max-width: 860px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ecf8f1;
  color: #1f5c3f;
  border: 1px solid #cfe8d8;
  font-size: 14px;
  font-weight: 600;
}

.ll-ps-errors {
  margin: 0 auto 18px;
  max-width: 860px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff3f2;
  border: 1px solid #f3c8c2;
  color: #a33a2f;
}

.ll-ps-errors ul {
  margin: 0;
  padding-left: 18px;
}

.ll-ps-errors li {
  margin: 5px 0;
}

.ll-ps-card {
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
  border: 1px solid #e2ebe5;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(24, 58, 45, 0.08);
}

.ll-ps-form {
  width: 100%;
}

.ll-ps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ll-ps-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ll-ps-field.is-full {
  grid-column: 1 / -1;
}

.ll-ps-field label {
  font-size: 14px;
  font-weight: 700;
  color: #284537;
}

.ll-ps-field input,
.ll-ps-field select,
.ll-ps-field textarea {
  width: 100%;
  border: 1px solid #d7e3db;
  background: #ffffff;
  color: #14241d;
  border-radius: 14px;
  padding: 14px 15px;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .12s ease;
}

.ll-ps-field input::placeholder,
.ll-ps-field textarea::placeholder {
  color: #98a7a0;
}

.ll-ps-field input:focus,
.ll-ps-field select:focus,
.ll-ps-field textarea:focus {
  border-color: #4c7a62;
  box-shadow: 0 0 0 4px rgba(76, 122, 98, 0.12);
  background: #fff;
}

.ll-ps-field textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.7;
}

.ll-ps-field input.is-invalid,
.ll-ps-field select.is-invalid,
.ll-ps-field textarea.is-invalid {
  border-color: #d9534f;
  box-shadow: 0 0 0 4px rgba(217, 83, 79, 0.10);
}

.ll-ps-help {
  font-size: 12px;
  color: #d9534f;
  min-height: 16px;
}

.ll-ps-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4f8f5;
  border: 1px solid #dce8df;
  color: #54655d;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.ll-ps-note i {
  margin-top: 2px;
  color: #4c7a62;
}

.ll-ps-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.ll-ps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  border: 0;
  border-radius: 14px;
  padding: 15px 24px;
  background: linear-gradient(135deg, #355f4b 0%, #244737 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease;
  box-shadow: 0 14px 28px rgba(36, 71, 55, 0.22);
}

.ll-ps-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(36, 71, 55, 0.28);
}

.ll-ps-btn:active {
  transform: translateY(1px);
}

.ll-ps-btn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

@media (max-width: 860px) {
  .ll-ps-title {
    font-size: 30px;
  }

  .ll-ps-card {
    padding: 24px;
  }

  .ll-ps-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 520px) {
  .ll-ps {
    padding: 28px 14px 46px;
  }

  .ll-ps-title {
    font-size: 28px !important;
    line-height: 1.0 !important;
    letter-spacing: -1px !important;
  }

  .ll-ps-sub {
    font-size: 13px;
    line-height: 1.5;
  }

  .ll-ps-card {
    padding: 18px;
    border-radius: 18px;
  }

  .ll-ps-field input,
  .ll-ps-field select,
  .ll-ps-field textarea {
    font-size: 14px;
    padding: 12px 13px;
  }

  .ll-ps-btn {
    width: 100%;
    min-width: 0;
  }
}
.ll-ps-flash-wrap{
    width:100%;
    display:flex;
    justify-content:center;
}

.ll-ps-flash{
    max-width:860px;
    width:100%;
    padding:14px 18px;
    border-radius:14px;

    background:#ecf8f1;
    border:1px solid #cfe8d8;
    color:#1f5c3f;

    font-weight:600;
    font-size:14px;

    text-align:center;        /* CENTRALIZA O TEXTO */
    display:flex;             /* garante centralização vertical */
    align-items:center;
    justify-content:center;

    margin:0 auto 18px auto;

    box-shadow:0 8px 22px rgba(0,0,0,0.06);

    opacity:1;
    transform:translateY(0);
    transition:all .45s ease;
}

.ll-ps-flash.is-hiding{
    opacity:0;
    transform:translateY(-8px);
}




/* =========================
   HOW TO ADVERTISE (FINAL LIMPO)
   ========================= */

.hwa,
.hwa * {
  box-sizing: border-box;
}

/* CONTAINER */
.hwa {
  width: min(1100px, calc(100% - 32px));
  margin: 28px auto 56px;
  color: #0f172a;
}

/* HEAD */
.hwa__head {
  text-align: center;
  margin-bottom: 18px;
}

.hwa__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eef3ef;
  color:#2F4333;
  font-size: 13px;
  font-weight: 800;
}

/* BOXES */
.hwa__slider,
.hwa__audio {
  width: 100%;
 
  border: 1px solid rgba(31, 61, 43, .14);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);


  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.hwa__slider {
  padding: 22px;
  margin-bottom: 20px;
}

.hwa__audio {
  padding: 22px;
}

/* TABS */
.hwa__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.hwa__tab {
  border: 1px solid #dbe3ea;
  background:#ffff;
  color: #334155;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: .2s;
}

.hwa__tab:hover {
  border-color:#2F4333;
  color: #1f3d2b;
}

.hwa__tab.is-active {
  background:var(--ll-primary);
  color: #fff;
  border-color:#2F4333;
}

/* SLIDES */
.hwa__slide {
  display: none;
}

.hwa__slide.is-active {
  display: block;
}

/* PANEL */
.hwa__panel {
  padding: 8px;
  text-align: center;
}

.hwa__panel--hero{
  display: flex;
  flex-direction: column;
  align-items: center!important;
  justify-content: center;
  text-align: center!important;
}

.hwa_panel--hero .hwa_btn{
  margin-left: auto;
  margin-right: auto;
}

/* TITLES */
.hwa__panel h1 {
   font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.hwa__panel h2 {
  font-size: clamp(20px, 1.8vw, 22px);
  font-weight: 900;
  margin-bottom: 12px;
}

.hwa__panel p {
  max-width: 700px;
  margin: 0 auto;
  color:#475569;
  font-size: 16px;
  line-height: 1.7;
}

/* BOTÕES (AJUSTADOS MAIS PEQUENOS) */
.hwa__btn {
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 40px;
  transition: .2s;
}

.hwa__btn--primary {
  background:var(--ll-primary);
  color: #fff;
}

.hwa__btn--primary:hover {
  background:#2F4333;
}

.hwa__btn--dark {
  background:var(--ll-primary);
  color: #fff;
}

.hwa__btn--dark:hover {
  background:#2F4333 ;
}

/* GRID */
.hwa__grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.hwa__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.hwa__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

/* CARDS */
.hwa__card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 18px;
  text-align: center;
}

.hwa__card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.hwa__card p {
  font-size: 15px;
  color: #475569;
  line-height:1.6;
}

/* BADGE */
.hwa__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #2F4333;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

/* CONTROLS */
.hwa__controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.hwa__ctrl {
  border: 1px solid #dbe3ea;
  background: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.hwa__ctrl--primary {
  background:var(--ll-primary); 
  color: #fff;
}

/* AUDIO */
.hwa__audio-head {
  text-align: center;
  margin-bottom: 16px;
}

.hwa__audio-head h2 {
  font-size: 26px;
  font-weight: 900;
}

.hwa__audio-head p {
  color: #64748b;
}

.hwa__audio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.hwa__player {
  width: 100%;
  margin-top: 8px;
}

/* BACK BUTTON */
.hta-back {
  max-width: 1100px;
  margin: 16px auto;
  padding: 0 16px;
}

.hta-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #0f172a;
}

.hta-btn-back:hover {
  background: #e2e8f0;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .hwa__grid--3,
  .hwa__grid--2,
  .hwa__audio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hwa__tabs {
    flex-direction: column;
  }

  .hwa__btn,
  .hwa__ctrl {
    width: 100%;
  }
}



/* =========================
   FORCE FIX — CTA BUTTONS
   ========================= */

.hwa .hwa_panel--hero a.hwa_btn,
.hwa .hwa_panel--hero .hwa_btn,
.hwa a.hwa__btn,
.hwa .hwa__btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  margin-top: 20px !important;
  padding: 12px 20px !important;
  min-width: 180px !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .14) !important;
}

.hwa .hwa_panel--hero a.hwa_btn--primary,
.hwa a.hwa__btn--primary,
.hwa .hwa__btn--primary{
  background: #1f3d2b !important;
  color: #ffffff !important;
  border-color: #1f3d2b !important;
}

.hwa .hwa_panel--hero a.hwa_btn--primary:hover,
.hwa a.hwa__btn--primary:hover,
.hwa .hwa__btn--primary:hover{
  background: #29553a !important;
  border-color: #29553a !important;
}

.hwa .hwa_panel--hero a.hwa_btn--dark,
.hwa a.hwa__btn--dark,
.hwa .hwa__btn--dark{
  background: #243327 !important;
  color: #ffffff !important;
  border-color: #243327 !important;
}

.hwa .hwa_panel--hero a.hwa_btn--dark:hover,
.hwa a.hwa__btn--dark:hover,
.hwa .hwa__btn--dark:hover{
  background: #304537 !important;
  border-color: #304537 !important;
}

/* =========================================
   POLÍTICA DE COOKIES
========================================= */
.ll-cookie-policy-page{
  padding: 40px 16px 56px;
}

.ll-cookie-policy-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

.ll-cookie-policy-hero{
  text-align: center;
  margin-bottom: 28px;
}

.ll-cookie-policy-icon{
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(62,89,66,.10);
  color: #3E5942;
  box-shadow: inset 0 0 0 1px rgba(62,89,66,.08);
}

.ll-cookie-policy-icon i{
  font-size: 30px;
}

.ll-cookie-policy-hero h1{
  margin: 0 0 10px;
   font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
}

.ll-cookie-policy-hero p{
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

.ll-cookie-policy-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ll-cookie-policy-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}

.ll-cookie-policy-card--full{
  grid-column: 1 / -1;
}

.ll-cookie-policy-card h2{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.ll-cookie-policy-card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

.ll-cookie-policy-actions{
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.ll-cookie-policy-back{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  background: #3E5942;
  color: #fff;
  box-shadow: 0 10px 20px rgba(62,89,66,.18);
  transition: .18s ease;
}

.ll-cookie-policy-back:hover{
  background: #2f4333;
}

@media (max-width: 860px){
  .ll-cookie-policy-grid{
    grid-template-columns: 1fr;
  }

  .ll-cookie-policy-card--full{
    grid-column: auto;
  }
}

@media (max-width: 560px){
  .ll-cookie-policy-page{
    padding: 28px 12px 40px;
  }

  .ll-cookie-policy-card{
    padding: 18px;
  }

  .ll-cookie-policy-card h2{
    font-size: 18px;
  }

  .ll-cookie-policy-card p{
    font-size: 14px;
    line-height: 1.65;
  }
}




/* =========================
   ASSISTENTE LOCALLINK
   ========================= */

.ll-assist{
  position:fixed;
  right:7px!important;
  bottom:86px;
  z-index:99999;
  font-family:inherit;
}

/* BOTÃO FECHAR/OCULTAR */
.ll-assist-hide{
  position:absolute;
  top:2px;
  right:2px;
  width:21px;
  height:21px;
  border:0;
  border-radius:999px;
  background:#ef4444;
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  box-shadow:0 8px 18px rgba(15,23,42,.25);
  z-index:6;
}

.ll-assist-hide:hover{
  background:#dc2626;
}

.ll-assist.is-open .ll-assist-hide{
  display:none;
}

/* BOTÃO AVATAR */
.ll-assist-avatar-btn{
  position:relative;
  width:100px;
  height:100px;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ll-assist-avatar-ring{
  position:absolute;
  inset:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#2f4333,#1f2d23);
  box-shadow:0 18px 38px rgba(47,67,51,.35);
}

.ll-assist-avatar-img{
  position:relative;
  z-index:2;
  width:92px;
  height:92px;
  object-fit:contain;
  filter:drop-shadow(0 14px 22px rgba(15,23,42,.28));
  user-select:none;
  pointer-events:none;
}

.ll-assist-avatar-label{
  position:absolute;
  left:50%;
  bottom:-4px;
  transform:translateX(-50%);
  z-index:3;
  background:#2f4333;
  color:#fff;
  font-size:11px;
  font-weight:800;
  padding:5px 10px;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(15,23,42,.22);
}

.ll-assist-avatar-btn:hover .ll-assist-avatar-ring{
  background:linear-gradient(135deg,#3f5a45,#26382b);
}

/* PAINEL */
.ll-assist-panel{
  position:absolute;
  right:0;
  bottom:40px;
  width:310px;
  max-width:calc(100vw - 28px);
  max-height:calc(100vh - 130px);
  overflow-y:auto;
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(47,67,51,.15);
  box-shadow:0 24px 60px rgba(15,23,42,.25);
  display:none;
}


.ll-assist.is-open .ll-assist-panel{
  display:block;
}







/* HEADER */
.ll-assist-head{
  padding:15px 42px 15px 42px;
  background:linear-gradient(135deg,#2f4333,#1f2d23);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  position:relative;
}

.ll-assist-head strong{
  font-size:15px;
  line-height:1.2;
}

.ll-assist-head small{
  display:block;
  margin-top:3px;
  font-size:12px;
  color:rgba(255,255,255,.82);
}

.ll-assist-head button{
  position:absolute;
  top:11px;
  right:11px;
  border:0;
  width:27px;
  height:27px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ll-assist-head button:hover{
  background:rgba(255,255,255,.25);
}

/* FORM */
.ll-assist-form{
  padding:13px;
  display:flex;
  flex-direction:column;
  gap:9px;
}

.ll-assist-form label{
  font-size:12px;
  font-weight:800;
  color:#2f4333;
}

.ll-assist-form input,
.ll-assist-form select{
  width:100%;
  border:1px solid rgba(47,67,51,.22);
  border-radius:12px;
  padding:10px 11px;
  font-size:13px;
  outline:none;
  background:#fff;
  color:#1f2937;
}

.ll-assist-form input:focus,
.ll-assist-form select:focus{
  border-color:#2f4333;
  box-shadow:0 0 0 3px rgba(47,67,51,.12);
}

/* TAGS */
.ll-assist-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  max-height:92px;
  overflow:auto;
  padding-right:2px;
}

.ll-assist-tags button{
  border:1px solid rgba(47,67,51,.22);
  background:rgba(47,67,51,.08);
  color:#2f4333;
  border-radius:999px;
  padding:6px 9px;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:.15s ease;
}

.ll-assist-tags button:hover{
  background:#2f4333;
  color:#fff;
}

/* BOTÃO SEARCH */
.ll-assist-search{
  border:0;
  border-radius:12px;
  padding:11px;
  background:linear-gradient(135deg,#2f4333,#1f2d23);
  color:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  box-shadow:0 12px 26px rgba(47,67,51,.22);
}

.ll-assist-search:hover{
  filter:brightness(1.04);
}

/* FOOTER */
.ll-assist-bottom{
  padding:11px;
  background:#f6f8f6;
  border-top:1px solid rgba(0,0,0,.05);
}

.ll-assist-bottom p{
  font-size:12px;
  color:#64748b;
  margin:0 0 7px 0;
}

.ll-assist-bottom a{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  text-decoration:none;
  background:#c8942e;
  color:#fff;
  font-weight:800;
  padding:10px;
  border-radius:12px;
  font-size:13px;
}

.ll-assist-bottom a:hover{
  background:#b68224;
}

/* RTL */
.ll-assist[dir="rtl"] .ll-assist-panel{
  right:auto;
  left:0;
}

.ll-assist[dir="rtl"] .ll-assist-head button{
  right:auto;
  left:11px;
}





/* =========================
   SHORTCUTS ASSISTENTE
   ========================= */

.ll-assist-shortcuts{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    margin-top:10px;
}

.ll-assist-shortcuts a{
    text-decoration:none;
    background:#f6f8f6;
    border:1px solid rgba(47,67,51,.08);

    border-radius:12px;

    padding:10px 8px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;

    color:#2f4333;

    transition:.18s ease;
}

.ll-assist-shortcuts a:hover{
    background:#2f4333;
    color:#fff;
    transform:translateY(-2px);
}

.ll-assist-shortcuts i{
    font-size:16px;
}

.ll-assist-shortcuts span{
    font-size:11px;
    font-weight:800;
}

/* MOBILE */
@media(max-width:520px){
  .ll-assist{
    right:7px !important;
    bottom:18px;
  }

  .ll-assist-avatar-btn{
    width:78px;
    height:78px;
  }

  .ll-assist-avatar-ring{
    inset:9px;
  }

  .ll-assist-avatar-img{
    width:74px;
    height:74px;
  }

  .ll-assist-avatar-label{
    font-size:10px;
    padding:4px 8px;
  }

  .ll-assist-panel{
    width:calc(100vw - 24px);
    bottom:92px;
    max-height:75vh;
    overflow:auto;
  }
}






.ll-assist-extra{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:10px;
}

.ll-assist-premium,
.ll-assist-whatsapp-mini{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  border-radius:12px;
  padding:10px;
  font-size:12px;
  font-weight:900;
}

.ll-assist-premium{
  background:#fff7e6;
  color:#8a5a00;
  border:1px solid rgba(201,148,46,.28);
}

.ll-assist-whatsapp-mini{
  background:#f0fdf4;
  color:#166534;
  border:1px solid rgba(34,197,94,.22);
}

.ll-assist-premium:hover{
  background:#f6e4bd;
}

.ll-assist-whatsapp-mini:hover{
  background:#dcfce7;
}







/* =========================================================
   FIX FINAL — PAGES INSTITUCIONAIS MOBILE
   Sobre nós, Contactos, FAQ, Termos, Privacidade, Cookies
========================================================= */

@media (max-width: 768px){

  .ll-about,
  .ll-faq,
  .ll-legal,
  .ll-contact,
  .ll-cookie-policy-page,
  .pl-page,
  .ll-cats-page,
  .hwa{
    padding-top: 28px !important;
  }

  .ll-about-hero,
  .ll-faq .ll-hero,
  .ll-legal-hero,
  .ll-contact-hero,
  .ll-cookie-policy-hero,
  .pl-hero,
  .ll-cats-header,
  .hwa__head{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ll-about h1,
  .ll-faq h1,
  .ll-legal-title,
  .ll-contact h1,
  .ll-cookie-policy-hero h1,
  .pl-title,
  .ll-cats-title,
  .hwa__panel h1,
  .hwa__head h1{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }

  .ll-sub,
  .ll-faq .ll-sub,
  .ll-legal-sub,
  .ll-contact .ll-sub,
  .ll-cookie-policy-hero p,
  .pl-subtitle,
  .ll-cats-subtitle,
  .hwa__panel p{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ll-badge,
  .ll-legal-badge,
  .ll-cats-kicker,
  .pl-kicker,
  .hwa__kicker{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }
}





/* =========================
   DOCUMENTOS LEGAIS
========================= */

.ll-legaldocs{
  max-width:980px;
  margin:34px auto 60px;
  padding:0 16px;
  color:var(--ll-text,#0f172a);
}

.ll-legaldocs-hero{
  text-align:center;
  padding:28px 22px;
  border-radius:24px;
  border:1px solid var(--ll-border,#e2e8f0);
  background:linear-gradient(180deg,rgba(47,67,51,.08),#fff);
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}

.ll-legaldocs-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:7px 14px;
  border-radius:999px;
  background:#eef3ef;
  color:#2f4333;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:14px;
}

.ll-legaldocs-hero h1{
  margin:0 0 10px;
  font-size:clamp(24px,3vw,36px);
  line-height:1.12;
  font-weight:900;
  color:#0f172a;
}

.ll-legaldocs-hero p{
  margin:0 auto;
  max-width:720px;
  font-size:15px;
  line-height:1.7;
  color:#64748b;
}

.ll-legaldocs-card{
  margin-top:20px;
  padding:22px;
  border-radius:22px;
  border:1px solid var(--ll-border,#e2e8f0);
  background:#fff;
  box-shadow:0 16px 36px rgba(15,23,42,.08);
}

.ll-legaldocs-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:#ecfdf5;
  color:#166534;
  border:1px solid #bbf7d0;
  font-size:13px;
  font-weight:900;
  margin-bottom:16px;
}

.ll-legaldocs-card h2{
  margin:0 0 8px;
  font-size:22px;
  font-weight:900;
  color:#0f172a;
}

.ll-legaldocs-note{
  margin:0 0 18px;
  color:#64748b;
  font-size:14px;
  line-height:1.65;
}

.ll-legaldocs-preview{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  padding:12px;
}



.ll-legaldocs-preview img{
  display:block;
  width:100%;
  max-height:720px;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
}

.ll-legaldocs-empty{
  min-height:220px;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
  color:#64748b;
  font-weight:800;
  text-align:center;
}

.ll-legaldocs-empty i{
  font-size:34px;
  color:#2f4333;
}

.ll-legaldocs-actions{
  margin-top:20px;
  display:flex;
  justify-content:center;
}

.ll-legaldocs-back{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:#2f4333;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(15,23,42,.14);
}

.ll-legaldocs-back:hover{
  background:#243428;
  color:#fff;
}

.ll-legaldocs-preview iframe{
  width:100%;
  min-height:720px;
  border:0;
  border-radius:18px;
  background:#f8fafc;
}

.ll-legaldocs-btn{
  margin:18px auto 0;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  width:max-content;
  min-height:46px;

  padding:0 18px;

  border-radius:999px;

  background:#2f4333;
  color:#fff;

  text-decoration:none;
  font-weight:900;

  transition:.18s ease;
}

.ll-legaldocs-btn:hover{
  background:#3a5240;
  transform:translateY(-1px);
}

.ll-legaldocs-back-wrap{
  display:flex;
  justify-content:center;
  margin:22px 0 0;

}


.ll-legaldocs-preview{
    width:100%;
    margin-top:20px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(15,23,42,.08);
    background:#f8fafc;
}

.ll-legaldocs-preview iframe{
    width:100%;
    height:820px;
    border:0;
    display:block;
}

/* MOBILE */
@media(max-width:768px){

    .ll-legaldocs-preview iframe{
        height:560px;
    }

}

@media(max-width:640px){
  .ll-legaldocs{
    margin:26px auto 46px;
    padding:0 12px;
  }

  .ll-legaldocs-hero{
    padding:24px 16px;
  }

  .ll-legaldocs-card{
    padding:18px;
  }

  .ll-legaldocs-back{
    width:100%;
  }


/* FORÇAR ESPAÇO ABAIXO DA NAV — DOCUMENTOS LEGAIS */
main.ll-legaldocs{
  margin-top: 32px !important;
}

/* badge centralizado de verdade */
.ll-legaldocs-hero{
  text-align: center !important;
}

.ll-legaldocs-kicker{
  display: inline-flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* espaço entre hero e card */
.ll-legaldocs-card{
  margin-top: 20px !important;
}

@media(max-width:640px){
  main.ll-legaldocs{
    margin-top: 35px !important;
  }

  .ll-legaldocs-hero{
    padding-top: 32px !important;
  }

  .ll-legaldocs-card{
    margin-top: 20px !important;
  }
}

/* CENTRALIZAR TÍTULOS */
.ll-legaldocs-hero h1,
.ll-legaldocs-card h2,
.ll-legaldocs-note{
  text-align: center !important;
}

.ll-legaldocs-card h2{
  margin-left: auto;
  margin-right: auto;
}

.ll-legaldocs-note{
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
}

}



/* =========================================================
   CHAT — PÁGINA DE MENSAGENS
   ========================================================= */

.chat-wrap{
  max-width:920px;
  margin:28px auto;
  padding:0 16px;
}

.chat-wrap h1{
  font-size:28px;
  margin-bottom:6px;
  color:#102018;
}

.chat-sub{
  color:#64748b;
  margin-bottom:22px;
}

.chat-empty{
  background:#fff;
  border:1px solid #e5e7eb;
  padding:24px;
  border-radius:18px;
  color:#64748b;
}

.chat-list{
  display:grid;
  gap:12px;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  background:#fff;
  border:1px solid #e5e7eb;
  padding:16px;
  border-radius:18px;
  text-decoration:none;
  color:#0f172a;
}

.chat-item:hover{
  border-color:#2f4333;
}

.chat-item p{
  margin:6px 0 0;
  color:#64748b;
}

.chat-badge{
  background:#2f4333;
  color:#fff;
  min-width:26px;
  height:26px;
  padding:0 8px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
}

.chat-back{
  display:inline-block;
  margin-bottom:14px;
  color:#2f4333;
  text-decoration:none;
  font-weight:700;
}

.chat-box{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:18px;
  min-height:260px;
  display:grid;
  gap:12px;
  margin-bottom:16px;
}

.chat-msg{
  display:flex;
}

.chat-msg.mine{
  justify-content:flex-end;
}

.chat-msg.other{
  justify-content:flex-start;
}

.chat-bubble{
  max-width:72%;
  background:#fff;
  border:1px solid #e5e7eb;
  padding:12px 14px;
  border-radius:16px;
  color:#0f172a;
}

.chat-msg.mine .chat-bubble{
  background:#2f4333;
  color:#fff;
  border-color:#2f4333;
}

.chat-bubble small{
  display:block;
  margin-top:8px;
  font-size:11px;
  opacity:.75;
}

.chat-form{
  display:grid;
  gap:10px;
}

.chat-form textarea{
  width:100%;
  min-height:90px;
  border:1px solid #d1d5db;
  border-radius:14px;
  padding:12px;
  resize:vertical;
  font-family:inherit;
}

.chat-form button{
  border:0;
  background:#2f4333;
  color:#fff;
  border-radius:14px;
  padding:12px 16px;
  font-weight:800;
  cursor:pointer;
}

/* =========================================================
   CONTACTO DO VISITANTE
   ========================================================= */

.visitor-lead-box{
  margin-top:28px;
  padding:22px;
  border-radius:20px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.visitor-lead-box h3{
  margin:0 0 14px;
  color:#0f172a;
  font-size:20px;
  font-weight:900;
}

.visitor-lead-box p{
  margin:8px 0;
  color:#334155;
  font-size:15px;
}

.visitor-lead-box strong{
  color:#0f172a;
}

.visitor-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.visitor-actions form{
  margin:0;
}

.visitor-btn{
  border:0;
  border-radius:12px;
  padding:12px 18px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transition:.18s ease;
  min-height:44px;
  font-size:14px;
}

.visitor-btn.whatsapp{
  background:#22c55e;
  color:#fff;
}

.visitor-btn.whatsapp:hover{
  background:#16a34a;
  color:#fff;
}

.visitor-btn.archive{
  background:#f1f5f9;
  color:#334155;
}

.visitor-btn.archive:hover{
  background:#e2e8f0;
}

.visitor-btn.delete{
  background:#fee2e2;
  color:#b91c1c;
}

.visitor-btn.delete:hover{
  background:#fecaca;
}

/* =========================================================
   BOTÃO VOLTAR
   ========================================================= */

.ll-chat-topbar{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin:0 0 22px;
}

.ll-chat-back{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 16px;
  border-radius:14px;
  background:#fff;
  color:#2f4333;
  border:1px solid rgba(47,67,51,.18);
  text-decoration:none;
  font-weight:800;
  transition:.2s ease;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}

.ll-chat-back:hover{
  background:#2f4333;
  color:#fff;
  transform:translateY(-1px);
}

.ll-chat-back i{
  font-size:14px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:768px){
  .chat-wrap{
    margin:18px auto;
    padding:0 12px;
  }

  .chat-wrap h1{
    font-size:23px;
  }

  .chat-bubble{
    max-width:88%;
  }

  .visitor-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .visitor-btn,
  .visitor-actions form{
    width:100%;
  }

  .ll-chat-topbar{
    justify-content:flex-start;
  }

  .ll-chat-back{
    width:100%;
  }
}


.chat-badge{
    min-width:22px;
    height:22px;
    border-radius:999px;
    background:#dc2626;
    color:#fff;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}


.visitor-actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.visitor-actions form{
  margin:0 !important;
  display:inline-flex !important;
}

.visitor-btn{
  min-height:44px;
  padding:12px 18px;
  border-radius:12px;
  border:0;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
}

.visitor-btn.whatsapp{
  background:#22c55e;
  color:#fff;
}

.visitor-btn.archive{
  background:#f1f5f9;
  color:#334155;
}

.visitor-btn.delete{
  background:#fee2e2;
  color:#b91c1c;
}

@media(max-width:640px){
  .visitor-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .visitor-actions form,
  .visitor-btn{
    width:100%;
  }
}

.chat-list{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
  margin-top:18px;
}

.ll-chat-card{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  text-decoration:none;
  color:#0f172a;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}

.ll-chat-card:hover{
  border-color:#2f4333;
}

.ll-chat-card strong{
  display:block;
  font-size:17px;
  font-weight:900;
  margin-bottom:6px;
}

.ll-chat-card .chat-preview{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.45;
}

.chat-badge{
  min-width:26px;
  height:26px;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:13px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}




