.deally-section {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.deally-heading {
  margin-bottom: 1.75rem;
}

.deally-eyebrow {
  display: block;
  margin-bottom: 0.4rem;
  color: #29d174;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deally-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
}

.deally-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18, 27, 37, 0.98), rgba(10, 18, 27, 0.98));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.deally-card:hover {
  transform: translateY(-4px);
  border-color: rgba(41, 209, 116, 0.5);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.deally-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 1.75rem;
  background: #fff;
}

.deally-card-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 105px;
  object-fit: contain;
}

.deally-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.deally-card-body h3 {
  margin-bottom: 0.65rem;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.deally-card-description {
  margin-bottom: 1rem;
  color: #c7cfda;
  line-height: 1.6;
}

.deally-card-bonus {
  flex: 1;
  margin-bottom: 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(41, 209, 116, 0.25);
  border-radius: 12px;
  background: rgba(41, 209, 116, 0.08);
}

.deally-card-bonus-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #29d174;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deally-card-bonus strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.deally-card-cta {
  width: 100%;
  padding: 0.7rem 1rem;
  font-weight: 700;
}

.deally-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(10, 18, 27, 0.98);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.deally-table {
  min-width: 900px;
  color: #c7cfda;
}

.deally-table > :not(caption) > * > * {
  padding: 1.15rem;
  border-color: rgba(255, 255, 255, 0.1);
  color: inherit;
  background: transparent;
}

.deally-table thead th {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deally-table th:first-child {
  width: 18%;
}

.deally-table th:nth-child(2) {
  width: 30%;
}

.deally-table th:nth-child(3) {
  width: 36%;
}

.deally-table th:last-child {
  width: 16%;
}

.deally-table-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}

.deally-table-brand img {
  width: 88px;
  height: 58px;
  padding: 0.35rem;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.deally-table-bonus {
  color: #29d174;
  line-height: 1.5;
}

.deally-table-action {
  text-align: center;
}

.deally-table-action .btn {
  min-width: 110px;
  font-weight: 700;
}

.deally-disclaimer {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(242, 201, 76, 0.22);
  border-radius: 12px;
  color: #cbd3df;
  background: rgba(242, 201, 76, 0.06);
  font-size: 0.9rem;
  line-height: 1.5;
}

.deally-disclaimer i {
  flex: 0 0 auto;
  color: #f2c94c;
}

@media (max-width: 575.98px) {
  .deally-section {
    padding-top: 2rem;
  }

  .deally-card-logo {
    min-height: 145px;
  }
}
