<style>
  .state-wrap {
    max-width: 980px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }

  .state-head {
    text-align: center;
    margin-bottom: 28px;
  }

  .state-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 10px;
  }

  .state-sub {
    color: #475569;
    font-size: 18px;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 40px 0;
  }

  .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 28px;
    text-align: center;
    transition: all 0.25s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  }

  .badge {
    display: inline-block;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 9999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .card h3 {
    margin: 8px 0 4px;
    font-weight: 800;
  }

  .card p {
    color: #475569;
    margin-bottom: 18px;
  }

  .btn {
    display: inline-block;
    padding: 12px 24px;
    font-weight: 700;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.3);
    transition: all 0.25s ease;
  }

  .btn:hover {
    background: linear-gradient(135deg, #16a34a, #15803d);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.4);
  }

  .btn.gray {
    background: #e5e7eb;
    color: #111827;
    box-shadow: none;
  }

  .btn.gray:hover {
    background: #d1d5db;
    transform: none;
  }

  .note {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    padding: 14px;
    border-radius: 10px;
    color: #334155;
    font-size: 14px;
    text-align: center;
  }

  .backlink {
    display: inline-block;
    margin-top: 20px;
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 600;
  }

  .backlink:hover {
    text-decoration: underline;
  }
.site-header, header, #masthead {
  border-top: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}


</style>
