.section-heading { text-align: center; margin-bottom: 2rem; }
  .section-heading h2 { font-size: 28px; font-weight: 500; color: #1A1F2E; }
  .section-heading .accent-bar { width: 48px; height: 2px; background: #D85A30; border-radius: 2px; margin: 10px auto 10px; }
  .section-heading p { font-size: 13px; color: #6B7280; }

  .cu-card { background: #fff; border: 0.5px solid rgba(0,0,0,0.09); border-radius: 12px; overflow: hidden; height: 100%; display: flex; flex-direction: column; }

  .cu-card-header { padding: 12px 18px; border-bottom: 0.5px solid rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; }
  .cu-card-header-label { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: #1A1F2E; }
  .cu-card-header-label i { font-size: 16px; color: #D85A30; }
  .cu-badge { font-size: 11px; padding: 3px 10px; border-radius: 20px; background: #FAECE7; color: #993C1D; font-weight: 500; }

  .cu-map-wrap { flex: 1; min-height: 280px; }
  .cu-map-wrap iframe { width: 100%; height: 100%; border: none; display: block; min-height: 280px; }

  .cu-map-footer { padding: 10px 18px; border-top: 0.5px solid rgba(0,0,0,0.08); }
  .cu-map-footer a { font-size: 12px; color: #D85A30; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
  .cu-map-footer a:hover { text-decoration: underline; }

  .cu-info-top { padding: 16px 18px 14px; border-bottom: 0.5px solid rgba(0,0,0,0.08); }
  .cu-info-top-row { display: flex; align-items: center; gap: 10px; }
  .cu-icon-box { width: 36px; height: 36px; background: #FAECE7; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #D85A30; font-size: 18px; flex-shrink: 0; }
  .cu-info-title { font-size: 15px; font-weight: 500; color: #1A1F2E; }
  .cu-info-sub { font-size: 12px; color: #6B7280; }

  .cu-items { padding: 6px 18px; flex: 1; }
  .cu-item { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 0.5px solid rgba(0,0,0,0.07); }
  .cu-item:last-child { border-bottom: none; }
  .cu-item-icon { width: 30px; height: 30px; border-radius: 7px; background: #F4F5F7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; color: #6B7280; margin-top: 1px; }
  .cu-item-label { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.07em; color: #9CA3AF; margin-bottom: 3px; }
  .cu-item-value { font-size: 13px; color: #1A1F2E; line-height: 1.55; }
  .cu-item-value p { font-size: 13px; color: #1A1F2E; line-height: 1.55; }
  .cu-item-value a { color: #D85A30; text-decoration: none; }
  .cu-item-value-email { color: #D85A30; text-decoration: none; }
  .cu-item-value a:hover { text-decoration: underline; }

  .cu-codes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px 18px; border-top: 0.5px solid rgba(0,0,0,0.08); }
  .cu-code-box { background: #F4F5F7; border-radius: 8px; padding: 10px 12px; }
  .cu-code-label { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.07em; color: #9CA3AF; margin-bottom: 3px; }
  .cu-code-value { font-size: 13px; font-weight: 500; color: #1A1F2E; }
