.industry-guide {
  background: #09090e;
  color: #f5f5f7;
  border-top: 1px solid rgba(255,255,255,.08);
}
.industry-guide *, .industry-guide *::before, .industry-guide *::after { box-sizing: border-box; }
.industry-block { padding: 84px 8%; border-bottom: 1px solid rgba(255,255,255,.07); }
.industry-wrap { width: min(1160px, 100%); margin: 0 auto; }
.industry-kicker { color: #c9a84c; margin: 0 0 12px; font-size: 11px; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase; }
.industry-title { margin: 0 0 18px; color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(30px,4vw,46px); line-height: 1.15; }
.industry-lead { max-width: 850px; margin: 0; color: #aaaab4; font-size: 15px; line-height: 1.85; }
.answer-box { margin-top: 30px; padding: 26px 28px; background: linear-gradient(135deg,#171720,#101017); border-left: 3px solid #c9a84c; }
.answer-box strong { display: block; margin-bottom: 8px; color: #e5c86f; font-size: 13px; letter-spacing: .5px; }
.answer-box p { margin: 0; color: #c1c1c8; font-size: 14px; line-height: 1.8; }
.industry-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.industry-card { padding: 26px; background: #12121a; border: 1px solid rgba(255,255,255,.08); }
.industry-card h3 { margin: 0 0 11px; color: #d4b75f; font-size: 17px; line-height: 1.35; }
.industry-card p, .industry-card li { color: #a5a5af; font-size: 14px; line-height: 1.75; }
.industry-card p { margin: 0; }
.industry-card ul { margin: 12px 0 0 18px; padding: 0; }
.industry-table-wrap { overflow-x: auto; margin-top: 36px; border: 1px solid rgba(255,255,255,.09); }
.industry-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #101017; }
.industry-table th, .industry-table td { padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; vertical-align: top; }
.industry-table th { background: #181821; color: #d4b75f; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.industry-table td { color: #b2b2bc; font-size: 13px; line-height: 1.65; }
.industry-note { margin: 15px 0 0; color: #858590; font-size: 12px; line-height: 1.7; }
.industry-checklist { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 28px; margin: 30px 0 0; padding: 0; list-style: none; }
.industry-checklist li { position: relative; padding: 15px 18px 15px 42px; color: #b4b4bd; background: #12121a; font-size: 14px; line-height: 1.6; }
.industry-checklist li::before { content: '✓'; position: absolute; left: 17px; color: #c9a84c; font-weight: 700; }
.industry-faq { margin-top: 32px; }
.industry-faq details { margin-bottom: 11px; background: #12121a; border: 1px solid rgba(255,255,255,.08); }
.industry-faq summary { position: relative; padding: 20px 54px 20px 22px; color: #fff; cursor: pointer; font-size: 15px; font-weight: 600; line-height: 1.5; list-style: none; }
.industry-faq summary::-webkit-details-marker { display: none; }
.industry-faq summary::after { content: '+'; position: absolute; top: 12px; right: 21px; color: #c9a84c; font-size: 25px; font-weight: 300; }
.industry-faq details[open] summary::after { content: '−'; }
.industry-faq details p { margin: 0; padding: 0 22px 22px; color: #aaaab4; font-size: 14px; line-height: 1.8; }
.industry-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.industry-links a { padding: 11px 15px; border: 1px solid rgba(201,168,76,.45); color: #d9bf6e; text-decoration: none; font-size: 12px; }
.industry-links a:hover { background: #c9a84c; color: #08080b; }
@media (max-width: 900px) { .industry-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .industry-block { padding: 62px 20px; }
  .industry-cards, .industry-checklist { grid-template-columns: 1fr; }
  .industry-title { font-size: 32px; }
  .answer-box, .industry-card { padding: 22px; }
}
