/* HOME — clean premium (Ubuntu em tudo) */

.kicker{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; letter-spacing:.18em; text-transform:uppercase;
  color: rgba(11,10,9,.62);
}
.kicker::before{
  content:""; width:18px; height:2px; border-radius:999px;
  background: linear-gradient(90deg, var(--bronze), var(--champ));
  opacity:.85;
}
.center{display:flex; justify-content:center; margin-top:18px}

/* HERO 2 */
.home-hero2{position:relative; overflow:hidden; padding:64px 0 34px}
.home-hero2-bg{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(195,157,119,.18), transparent 60%),
    radial-gradient(900px 520px at 90% 0%, rgba(168,133,99,.16), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(251,248,244,.84));
  z-index:0;
}
.home-hero2-shape{
  position:absolute; inset:-120px -180px auto auto;
  width:520px; height:520px;
  background: radial-gradient(circle at 30% 30%, rgba(195,157,119,.22), transparent 62%);
  transform: rotate(12deg);
  pointer-events:none;
  z-index:1;
}
.home-hero2-grid{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;
  align-items:center;
}
.home-hero2-title{
  margin:14px 0 10px;
  font-size:52px;
  line-height:1.05;
  letter-spacing:.2px;
  font-weight:700;
}
.home-hero2-subtitle{
  margin:0;
  color: var(--muted);
  font-size:16px;
  line-height:1.85;
  max-width: 62ch;
}
.home-hero2-ctas{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.home-hero2-points{margin-top:18px; display:flex; flex-wrap:wrap; gap:12px}
.point{
  display:flex; align-items:center; gap:10px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.70);
  border-radius:999px;
  padding:10px 12px;
  font-size:13px;
  color: rgba(11,10,9,.80);
}
.dot{
  width:8px; height:8px; border-radius:999px;
  background: linear-gradient(135deg, var(--bronze), var(--champ));
  box-shadow: 0 10px 20px rgba(168,133,99,.18);
  flex:0 0 8px;
}
.home-hero2-visual{display:grid; gap:14px}
.home-hero2-frame{
  border-radius:26px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.70);
  padding:12px;
  box-shadow: var(--shadow);
}
.home-hero2-photo{
  height:300px;
  border-radius:18px;
  background:
    linear-gradient(120deg, rgba(168,133,99,.10), rgba(195,157,119,.10)),
    url("/assets/img/hero.jpg");
  background-size: cover;
  background-position:center;
  border:1px solid rgba(168,133,99,.18);
}
.home-hero2-mini{
  border-radius:22px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.78);
  padding:16px;
  box-shadow: 0 18px 52px rgba(11,10,9,.05);
}
.mini-title{font-weight:700; letter-spacing:.2px; font-size:15px}
.mini-text{margin-top:8px; color: var(--muted); line-height:1.7}
.mini-note{margin-top:10px; font-size:12px; color: rgba(11,10,9,.55)}

/* Highlights */
.home-cards{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.home-card{
  background: rgba(255,255,255,.82);
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  box-shadow: 0 16px 44px rgba(11,10,9,.06);
}
.home-card-title{font-weight:700; margin-bottom:8px}
.home-card-text{color: var(--muted); line-height:1.8}

/* ===========================
   PROCEDIMENTOS — CARDS F*DAS
   =========================== */
.proc-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}
.proc-search{width:min(460px, 100%)}
.proc-search input{
  width:100%;
  height:46px;
  border-radius:999px;
  padding: 12px 14px;
}

.proc-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px;
}

.proc-card{
  border-radius:26px;
  border:1px solid rgba(168,133,99,.22);
  background: rgba(255,255,255,.86);
  box-shadow: 0 22px 64px rgba(11,10,9,.06);
  overflow:hidden;
  transition:.18s ease;
}
.proc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 34px 90px rgba(11,10,9,.10);
  border-color: rgba(168,133,99,.42);
}

.proc-cover{
  position:relative;
  height: 170px;
  background:
    linear-gradient(120deg, rgba(168,133,99,.12), rgba(195,157,119,.10)),
    var(--cover);
  background-size: cover;
  background-position:center;
}
.proc-cover-overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.10)),
    radial-gradient(500px 260px at 15% 10%, rgba(255,255,255,.26), transparent 60%);
}
.proc-top{
  position:absolute;
  inset:14px 14px auto 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.proc-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.40);
  font-size:12px;
  color: rgba(11,10,9,.75);
  font-weight:700;
}
.proc-ico{
  width:40px; height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.40);
  font-size:18px;
}

.proc-cover-title{
  position:absolute;
  inset:auto 14px 14px 14px;
}
.proc-title{
  font-weight:800;
  letter-spacing:.2px;
  font-size:18px;
  color: rgba(11,10,9,.94);
  text-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.proc-desc{
  margin-top:6px;
  font-size:13px;
  color: rgba(11,10,9,.70);
  line-height:1.55;
  max-width: 62ch;
}

.proc-body{
  padding:14px 16px 16px;
}

.proc-body-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.proc-sub{
  font-size:13px;
  font-weight:800;
  color: rgba(11,10,9,.75);
}
.proc-count{
  font-size:12px;
  color: rgba(11,10,9,.55);
}

.proc-links{
  margin-top:12px;
  display:grid;
  gap:10px;
}

.proc-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(168,133,99,.16);
  background: rgba(255,255,255,.70);
  transition:.18s ease;
}
.proc-link:hover{
  border-color: rgba(168,133,99,.48);
  transform: translateY(-1px);
  box-shadow: 0 18px 52px rgba(11,10,9,.06);
}
.proc-dot{
  width:8px; height:8px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--bronze), var(--champ));
  box-shadow: 0 10px 20px rgba(168,133,99,.18);
  flex:0 0 8px;
}
.proc-link-text{
  flex:1;
  font-size:13px;
  font-weight:600;
  color: rgba(11,10,9,.86);
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.proc-arrow{
  opacity:.55;
  font-weight:900;
  transition:.18s ease;
}
.proc-link:hover .proc-arrow{
  opacity:1;
  transform: translateX(2px);
}

.proc-actions{
  margin-top:14px;
  display:flex;
  gap:10px;
}
.proc-actions .btn{flex:1; justify-content:center}

/* Empty */
.home-empty{
  margin-top:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.78);
  border-radius:22px;
  padding:18px;
  box-shadow: 0 22px 60px rgba(11,10,9,.06);
  text-align:center;
}
.home-empty-title{font-weight:700; font-size:18px}
.home-empty-text{margin-top:8px; color: rgba(11,10,9,.62); line-height:1.7; margin-bottom:14px}

/* FAQ */
.faq{margin-top:18px; display:grid; gap:12px}
.faq-item{
  background: rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 18px 52px rgba(11,10,9,.05);
}
.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px;
  background: transparent;
  border:0;
  cursor:pointer;
  text-align:left;
  font-weight:800;
  font-size:14px;
  color: rgba(11,10,9,.90);
}
.faq-q:hover{background: rgba(195,157,119,.08)}
.faq-ico{
  width:34px; height:34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(168,133,99,.28);
  background: rgba(255,255,255,.70);
  color: rgba(11,10,9,.80);
  font-weight:900;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  flex:0 0 34px;
}
.faq-a{max-height:0; overflow:hidden; transition:max-height .24s ease}
.faq-a-inner{
  padding:0 16px 16px;
  color: rgba(11,10,9,.65);
  line-height:1.75;
  font-size:14px;
}
.faq-item.open .faq-ico{
  transform: rotate(45deg);
  border-color: rgba(168,133,99,.55);
  background: rgba(195,157,119,.14);
}
.faq-item.open .faq-a{max-height:260px}

/* Final CTA */
.home-final-cta{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(168,133,99,.12), rgba(195,157,119,.10));
  border-radius:22px;
  padding:18px;
}
.home-final-title{font-weight:800; letter-spacing:.2px}
.home-final-text{color: rgba(11,10,9,.62); margin-top:6px; line-height:1.7}

/* Responsive */
@media (max-width: 920px){
  .home-hero2-grid{grid-template-columns: 1fr}
  .home-hero2-title{font-size:38px}
  .home-cards{grid-template-columns: 1fr}
  .proc-head{flex-direction:column; align-items:flex-start}
  .proc-grid{grid-template-columns:1fr}
  .home-hero2-photo{height:240px}
  .home-final-cta{flex-direction:column; align-items:flex-start}
  .home-final-cta .btn{width:100%}
}
