.taxes-page .taxes-hero {
  background: linear-gradient(135deg, #0a2463 0%, #163b73 48%, #7a1e2b 100%);
}

.taxes-kicker {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.taxes-media img {
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(10, 36, 99, 0.16);
}

.taxes-stats {
  display: grid;
  gap: 14px;
}

@media (min-width: 760px) {
  .taxes-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.taxes-stat {
  background: #ffffff;
  border: 1px solid rgba(10, 36, 99, 0.14);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(10, 36, 99, 0.07);
}

.taxes-stat .num {
  display: block;
  color: #b91c1c;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.1;
}

.taxes-stat .label {
  display: block;
  color: #24364f;
  font-weight: 700;
  margin-top: 6px;
}

.taxes-warning {
  border-left: 5px solid #b91c1c;
  background: #fff7ed;
}

.taxes-card-grid,
.taxes-link-row,
.taxes-checklist {
  display: grid;
  gap: 14px;
}

@media (min-width: 760px) {
  .taxes-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.taxes-card-grid article,
.taxes-checklist li,
.taxes-official,
.taxes-link-row a {
  border: 1px solid rgba(10, 36, 99, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.taxes-card-grid article {
  padding: 16px;
}

.taxes-card-grid h3 {
  color: #0a2463;
  margin-top: 0;
}

.taxes-table-wrap {
  overflow-x: auto;
}

.taxes-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.taxes-table-wrap th,
.taxes-table-wrap td {
  border: 1px solid rgba(10, 36, 99, 0.14);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.taxes-table-wrap th {
  background: #0a2463;
  color: #ffffff;
}

.taxes-link-row {
  margin-top: 16px;
}

@media (min-width: 680px) {
  .taxes-link-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.taxes-link-row a,
.taxes-official {
  color: #0a2463;
  font-weight: 800;
  padding: 12px 14px;
  text-decoration: none;
}

.taxes-link-row a:hover,
.taxes-official:hover {
  color: #b91c1c;
}

.taxes-checklist {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.taxes-checklist li {
  padding: 12px 14px;
}

.taxes-faq details {
  border: 1px solid rgba(10, 36, 99, 0.14);
  border-radius: 8px;
  background: #ffffff;
  margin: 10px 0;
  padding: 12px 14px;
}

.taxes-faq summary {
  color: #0a2463;
  cursor: pointer;
  font-weight: 800;
}
