/* ══════════════════════════════════════════
   David Leony Advocacia — Non-Critical CSS
   ══════════════════════════════════════════ */

/* ── SECTION BASE ── */
section { padding: 100px 24px; }
.section-inner { max-width: 960px; margin: 0 auto; }
.section-label {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; font-weight: 600;
}
.section-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 700;
  font-size: clamp(1.7rem, 4vw, 2.8rem); line-height: 1.18;
  color: var(--navy); margin-bottom: 20px;
}
.section-title em { color: var(--gold); font-style: italic; }
.section-desc { font-size: 0.95rem; color: var(--text-mid); line-height: 1.75; max-width: 660px; }

/* ── DIVIDER ── */
.divider-gold { height: 3px; background: linear-gradient(to right, transparent, var(--gold), transparent); }

/* ── TOI SECTION ── */
.toi-section { background: var(--white); }
.toi-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; margin-top: 48px; align-items: start;
}
.toi-alert {
  background: var(--navy); border-left: 4px solid var(--gold);
  border-radius: 0 4px 4px 0; padding: 28px 28px 28px 24px; color: var(--white);
}
.toi-alert h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.35rem;
  font-weight: 700; color: var(--gold-light); margin-bottom: 14px;
}
.toi-alert p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.8); }
.toi-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.toi-list li {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: 4px; padding: 16px 18px;
}
.toi-list li .num {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem;
  font-weight: 700; color: var(--gold); line-height: 1; min-width: 28px;
}
.toi-list li .text { font-size: 0.85rem; line-height: 1.6; color: var(--text-mid); }
.toi-list li .text strong { color: var(--navy); display: block; font-weight: 600; margin-bottom: 2px; }

/* ── PROBLEMAS ── */
.problemas-section { background: var(--off-white); }
.problemas-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px; margin-top: 44px;
}
.prob-card {
  background: var(--white); border: 1px solid var(--border);
  border-top: 3px solid var(--gold); border-radius: 0 0 4px 4px;
  padding: 24px 20px; transition: box-shadow 0.2s;
}
.prob-card:hover { box-shadow: 0 8px 32px rgba(26,43,68,0.1); }
.prob-icon { font-size: 1.6rem; margin-bottom: 12px; }
.prob-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.prob-card ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.prob-card ul li {
  font-size: 0.8rem; color: var(--text-mid); padding-left: 12px;
  position: relative; line-height: 1.5;
}
.prob-card ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ── DIREITOS ── */
.direitos-section { background: var(--navy); }
.direitos-section .section-title { color: var(--white); }
.direitos-section .section-desc { color: rgba(255,255,255,0.7); }
.direitos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 44px; }
.direitos-list { display: flex; flex-direction: column; gap: 12px; }
.direito-item {
  display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(197,179,88,0.2); border-radius: 4px;
}
.direito-item .check {
  width: 24px; height: 24px; background: rgba(197,179,88,0.15);
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 0.65rem; color: var(--gold);
}
.direito-item span { font-size: 0.85rem; color: rgba(255,255,255,0.85); font-weight: 400; }
.indenizacao-box {
  background: linear-gradient(135deg, rgba(197,179,88,0.12), rgba(197,179,88,0.04));
  border: 1px solid rgba(197,179,88,0.35); border-radius: 6px;
  padding: 32px; height: 100%; display: flex; flex-direction: column; justify-content: center;
}
.indenizacao-box .big-num {
  font-family: 'Cormorant Garamond', serif; font-size: 2.4rem;
  font-weight: 700; color: var(--gold-light); line-height: 1.1; margin-bottom: 6px;
}
.indenizacao-box h3 { font-size: 1rem; color: var(--white); font-weight: 600; margin-bottom: 14px; }
.indenizacao-box p { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 20px; }
.indenizacao-bullets { display: flex; flex-direction: column; gap: 7px; }
.indenizacao-bullets li {
  font-size: 0.8rem; color: var(--gold-light); list-style: none;
  padding-left: 14px; position: relative; line-height: 1.5;
}
.indenizacao-bullets li::before { content: '›'; position: absolute; left: 0; }

/* ── COMO FUNCIONA ── */
.como-section { background: var(--white); }
.steps-row {
  display: flex; gap: 0; margin-top: 48px; position: relative;
}
.steps-row::before {
  content: ''; position: absolute; top: 36px;
  left: calc(12.5% + 18px); right: calc(12.5% + 18px);
  height: 2px; background: linear-gradient(to right, var(--gold), var(--gold-light), var(--gold)); z-index: 0;
}
.step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.step-num {
  width: 72px; height: 72px; background: var(--navy); border: 2px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
  font-weight: 700; color: var(--gold-light); margin-bottom: 20px;
}
.step h3 { font-size: 0.88rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.step p { font-size: 0.78rem; color: var(--text-mid); line-height: 1.6; }

/* ── URGÊNCIA ── */
.urgencia-section { background: linear-gradient(135deg, var(--navy) 60%, #0f1e32); padding: 60px 24px; }
.urgencia-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.urgencia-inner h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700; color: var(--white); margin-bottom: 14px; line-height: 1.2;
}
.urgencia-inner h2 em { color: var(--gold-light); font-style: italic; }
.urgencia-inner p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 32px; }

/* ── ADVOGADO ── */
.advogado-section { background: var(--off-white); }
.adv-grid { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; margin-top: 36px; }
.adv-avatar {
  width: 180px; height: 180px; background: var(--navy);
  border-radius: 50%; border: 3px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; overflow: hidden;
}
.adv-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.adv-content h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700; color: var(--navy); margin-bottom: 4px;
}
.adv-oab { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.adv-content p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 20px; }
.adv-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.adv-badge {
  font-size: 0.7rem; letter-spacing: 0.08em; color: var(--navy);
  background: rgba(197,179,88,0.18); border: 1px solid rgba(197,179,88,0.4);
  padding: 5px 12px; border-radius: 2px; text-transform: uppercase; font-weight: 600;
}

/* ── LOCALIZAÇÃO ── */
.local-section { background: var(--white); padding: 56px 24px; }
.local-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.local-inner p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 32px; }

/* ── FOOTER CTA ── */
.footer-cta { background: var(--gold); padding: 48px 24px; text-align: center; }
.footer-cta h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700; color: var(--navy); margin-bottom: 10px;
}
.footer-cta p { font-size: 0.88rem; color: rgba(26,43,68,0.75); margin-bottom: 28px; }
.cta-dark {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: var(--gold-light);
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; padding: 17px 38px; border-radius: 2px;
  transition: all 0.3s ease; box-shadow: 0 6px 24px rgba(26,43,68,0.25);
}
.cta-dark:hover { background: #0f1e32; transform: translateY(-2px); }
.cta-dark:hover { box-shadow: 0 8px 32px rgba(197,179,88,0.4), 0 2px 8px rgba(0,0,0,0.3); transform: translateY(-2px); }
.cta-dark:hover .ph { transform: translateX(4px); }
.cta-dark .ph { transition: transform 0.3s ease; display: inline-block; }

/* ── FOOTER ── */
footer { background: #0f1e32; padding: 28px 24px; text-align: center; }
footer p { font-size: 0.72rem; color: rgba(255,255,255,0.3); line-height: 1.8; }
footer a { color: rgba(197,179,88,0.5); text-decoration: none; }

/* ── ICON CONTAINERS ── */
.icon-box {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(197,179,88,0.18); flex-shrink: 0; margin-right: 12px;
}
.icon-box .ph { font-size: 1.3rem; color: var(--navy); }

/* ── FAQ SECTION ── */
.faq-section { background: var(--navy); padding: 80px 20px; }
.faq-section .section-label { color: var(--gold); }
.faq-section h2 {
  color: #fff; font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 600;
  text-align: center; margin-bottom: 48px; letter-spacing: 0.01em;
}
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(197,179,88,0.2);
  border-radius: 12px; overflow: hidden; transition: border-color 0.3s;
}
.faq-item:hover { border-color: rgba(197,179,88,0.5); }
.faq-item summary {
  cursor: pointer; padding: 20px 24px;
  font-family: 'Montserrat', sans-serif; font-size: 0.97rem; font-weight: 600;
  color: #fff; list-style: none; display: flex; align-items: center;
  gap: 14px; user-select: none; transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(197,179,88,0.18); flex-shrink: 0;
}
.faq-item summary .faq-icon .ph { font-size: 1.1rem; color: var(--gold); }
.faq-item summary .faq-chevron {
  margin-left: auto; color: var(--gold); font-size: 1.2rem; transition: transform 0.3s ease;
}
.faq-item[open] summary .faq-chevron { transform: rotate(180deg); }
.faq-item[open] summary { color: var(--gold-light); border-bottom: 1px solid rgba(197,179,88,0.15); }
.faq-answer {
  padding: 20px 24px 22px 72px;
  font-family: 'Montserrat', sans-serif; font-size: 0.91rem;
  color: rgba(255,255,255,0.75); line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .toi-grid, .direitos-grid, .adv-grid { grid-template-columns: 1fr; }
  .steps-row { flex-direction: column; gap: 28px; }
  .steps-row::before { display: none; }
  .adv-avatar { width: 140px; height: 140px; margin: 0 auto; }
  .adv-grid { text-align: center; justify-items: center; }
  .faq-answer { padding: 16px 20px; }
}

/* ── ANIMATIONS ── */
@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
@keyframes pulse-wa {
  0%   { transform: scale(1);   opacity: .6; }
  100% { transform: scale(1.9); opacity: 0;  }
}
