.ita69-wrapper {
  margin: 0 auto;
  padding: 30px 20px;
  background: #f5f7fa;
}

.ita69-container {
  max-width: 1300px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.ita69-header {
  background: linear-gradient(135deg, #c41e3a 0%, #8b1529 100%);
  color: #fff;
  text-align: center;
  padding: 32px 24px;
}

.ita69-header h1 {
  margin: 0;
      color: #ffffff;
  font-size: 32px;
  letter-spacing: 1px;
}

.ita69-header h2 {
  margin: 0;
      color: #ddabab;
  font-size: 26px;
  letter-spacing: 1px;
}

.ita69-header p {
  margin-top: 10px;
  font-size: 15px;
  opacity: 0.92;
}

.ita69-subtitle {
  background: linear-gradient(135deg, #e8f0f7 0%, #f0e8f7 100%);
  padding: 20px 20px;
     font-size: 19px;
     text-align: center;
  border-bottom: 2px solid #c41e3a;
  color: #1a1a1a;
  line-height: 1.0;
  
}

.ita69-subtitle span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.ita69-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.ita69-table thead tr {
  background: linear-gradient(135deg, #c41e3a 0%, #8b1529 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ita69-table th,
.ita69-table td {
  padding: 16px 14px;
  vertical-align: top;
}

.ita69-table th {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border: none;
}

.ita69-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.25s ease;
}

.ita69-table tbody tr:hover {
  background: #f8f3f9;
}

.ita69-section-header td {
  background: linear-gradient(135deg, #f5e6eb 0%, #e8dff0 100%);
  font-weight: 700;
  color: #c41e3a;
  border-bottom: 3px solid #c41e3a;
}

.ita69-table td:first-child {
  width: 70px;
  text-align: center;
  font-weight: 700;
  color: #c41e3a;
}

.ita69-table td:nth-child(2) {
  width: 220px;
  font-weight: 600;
}

.ita69-table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  color: #ffffff;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1529 100%);
  padding: 11px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(196, 30, 58, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ita69-table td a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(196, 30, 58, 0.28);
}

@media (max-width: 960px) {
  .ita69-wrapper {
    padding: 24px 12px;
  }

  .ita69-header h1 {
    font-size: 26px;
  }

  .ita69-subtitle {
    padding: 18px 16px;
  }

  .ita69-table th,
  .ita69-table td {
    padding: 14px 10px;
  }
}

@media (max-width: 720px) {
  .ita69-header h1 {
    font-size: 24px;
  }

  .ita69-subtitle span {
    font-size: 14px;
  }

  .ita69-table {
    font-size: 13px;
  }

  .ita69-table td:nth-child(2) {
    width: auto;
  }
}