/* ===== CONFORMIDADE ===== */
.conformidade-section { background: var(--light); padding: 96px 0; }
.conformidade-section .section-label { color: var(--teal); }
.conformidade-section h2 { font-family: var(--font-serif); font-size: clamp(26px, 3vw, 38px); font-weight: 500; color: var(--dark); line-height: 1.25; margin-bottom: 12px; }
.conformidade-section > .container > p { font-size: 15px; color: var(--text-mid); line-height: 1.7; margin-bottom: 48px; max-width: 560px; }

.docs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.doc-card { background: var(--white); border: 1px solid var(--light-2); border-radius: 8px; padding: 28px; transition: transform 0.2s, box-shadow 0.2s; }
.doc-card:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.07); }
.doc-card h3 { font-size: 16px; font-weight: 600; color: var(--dark); margin-bottom: 10px; }
.doc-card p { font-size: 13px; color: var(--text-mid); line-height: 1.65; }

/* ===== OBRAS & ENGENHARIA ===== */
.obras-section { background: var(--dark); padding: 96px 0; }
.obras-section .section-label { color: rgba(255,255,255,0.4); }
.obras-section h2 { font-family: var(--font-serif); font-size: clamp(26px, 3vw, 40px); font-weight: 500; color: var(--white); line-height: 1.25; margin-bottom: 12px; }
.obras-section > .container > p { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 48px; max-width: 560px; }

.obras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.obra-item { padding: 32px 32px 32px 0; border-right: 1px solid rgba(255,255,255,0.08); }
.obra-item:nth-child(2) { padding-left: 32px; }
.obra-item:nth-child(3) { padding-left: 32px; border-right: none; }
.obra-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.obra-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; }

/* ===== PREPARO DE EQUIPES ===== */
.preparo-section { background: var(--light-2); padding: 96px 0; }
.preparo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.preparo-visual { aspect-ratio: 1/1; background: var(--light); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.preparo-visual-label { font-size: 11px; color: var(--text-muted); }
.preparo-content .section-label { color: var(--teal); }
.preparo-content h2 { font-family: var(--font-serif); font-size: clamp(26px, 3vw, 38px); font-weight: 500; color: var(--dark); line-height: 1.25; margin-bottom: 24px; }
.preparo-list { list-style: none; }
.preparo-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-mid); line-height: 1.6; margin-bottom: 12px; }
.preparo-list li::before { content: '•'; color: var(--gold); font-size: 18px; flex-shrink: 0; line-height: 1.4; }

/* ===== RESPONSIVE (page-specific) ===== */
@media (max-width: 900px) {
  .docs-grid, .obras-grid { grid-template-columns: 1fr; }
  .obra-item { border-right: none; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .obra-item:nth-child(2), .obra-item:nth-child(3) { padding-left: 0; }
  .preparo-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .conformidade-section, .obras-section, .preparo-section { padding: 64px 0; }
}
