.thawab-trust-section,
.thawab-live-section {
  --thawab-ink: #133a34;
  --thawab-ink-soft: #52716c;
  --thawab-accent: #0e7c6b;
  --thawab-line: rgba(18, 58, 52, 0.14);
  --thawab-card: #ffffff;
}

.thawab-trust-section {
  position: relative;
  padding: clamp(52px, 7vw, 94px) 0 clamp(40px, 5vw, 62px);
  background:
    radial-gradient(90% 120% at 4% -22%, rgba(14, 124, 107, 0.09), transparent 56%),
    radial-gradient(70% 120% at 94% 115%, rgba(14, 124, 107, 0.08), transparent 60%),
    linear-gradient(180deg, #f4faf8 0%, #ffffff 100%);
}

.thawab-trust-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: clamp(18px, 2.8vw, 34px);
  align-items: start;
  padding: clamp(20px, 2.6vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(14, 124, 107, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 253, 252, 0.95)),
    linear-gradient(180deg, rgba(14, 124, 107, 0.07), rgba(14, 124, 107, 0.01));
  box-shadow: 0 24px 52px rgba(10, 62, 54, 0.08);
}

.thawab-trust-lead {
  padding: clamp(6px, 1vw, 10px);
}

.thawab-trust-eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(14, 124, 107, 0.24);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(14, 124, 107, 0.08);
  color: #0a6c5d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.thawab-trust-title {
  margin: 12px 0 10px;
  color: var(--thawab-ink);
  font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.thawab-trust-subtitle {
  margin: 0;
  color: var(--thawab-ink-soft);
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.1rem);
  line-height: 1.85;
  max-width: 56ch;
}

.thawab-trust-note {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(14, 124, 107, 0.22);
  border-radius: 14px;
  background: #f2faf7;
  padding: 11px 13px;
}

.thawab-trust-note i {
  color: var(--thawab-accent);
  margin-top: 3px;
}

.thawab-trust-note p {
  margin: 0;
  color: #21514a;
  font-size: 0.9rem;
  line-height: 1.72;
}

.thawab-trust-cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0d7a69 0%, #13907b 100%);
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.93rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thawab-trust-cta:hover,
.thawab-trust-cta:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(14, 124, 107, 0.2);
}

.thawab-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.thawab-trust-card {
  border: 1px solid var(--thawab-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  padding: 14px 14px 13px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.thawab-trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 124, 107, 0.3);
  box-shadow: 0 14px 28px rgba(13, 71, 62, 0.09);
}

.thawab-trust-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
}

.thawab-trust-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(14, 124, 107, 0.11);
  color: var(--thawab-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  overflow: hidden;
}

.thawab-trust-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thawab-trust-card__chip {
  border-radius: 999px;
  padding: 3px 10px;
  background: rgba(14, 124, 107, 0.12);
  color: #0d6d5d;
  font-size: 0.72rem;
  font-weight: 700;
}

.thawab-trust-card__title {
  margin: 0;
  color: var(--thawab-ink);
  font-size: 1.02rem;
  line-height: 1.4;
  font-weight: 700;
}

.thawab-trust-card__text {
  margin: 7px 0 0;
  color: var(--thawab-ink-soft);
  font-size: 0.9rem;
  line-height: 1.72;
}

.thawab-trust-logos {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 10px;
}

.thawab-trust-logo {
  margin: 0;
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 13px;
  background: #fff;
  padding: 8px 10px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thawab-trust-logo img {
  width: 100%;
  max-height: 36px;
  object-fit: contain;
}

.thawab-live-section {
  position: relative;
  padding: clamp(34px, 4vw, 58px) 0 clamp(60px, 7vw, 96px);
  background:
    radial-gradient(130% 130% at 88% -30%, rgba(14, 124, 107, 0.11), transparent 56%),
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
}

.thawab-live-shell {
  border-radius: 24px;
  border: 1px solid rgba(14, 124, 107, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, #f9fdfc 100%);
  box-shadow: 0 22px 48px rgba(10, 62, 54, 0.08);
  padding: clamp(20px, 2.7vw, 32px);
}

.thawab-live-head__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.thawab-live-title {
  margin: 0;
  color: var(--thawab-ink);
  font-size: clamp(1.38rem, 1.1rem + 1vw, 2rem);
  line-height: 1.24;
  font-weight: 800;
}

.thawab-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(14, 124, 107, 0.1);
  color: #0d6d5d;
  border: 1px solid rgba(14, 124, 107, 0.2);
  font-size: 0.75rem;
  font-weight: 800;
}

.thawab-live-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12a27f;
  box-shadow: 0 0 0 0 rgba(18, 162, 127, 0.38);
  animation: thawabLivePulse 1.9s ease-in-out infinite;
}

.thawab-live-subtitle {
  margin: 10px 0 0;
  color: var(--thawab-ink-soft);
  font-size: 0.98rem;
  line-height: 1.8;
}

.thawab-live-privacy {
  margin: 9px 0 0;
  color: #6a8983;
  font-size: 0.84rem;
  line-height: 1.7;
}

.thawab-live-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.thawab-live-item {
  border: 1px solid var(--thawab-line);
  border-radius: 14px;
  background: #fff;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.thawab-live-item:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 124, 107, 0.28);
  box-shadow: 0 12px 24px rgba(9, 66, 58, 0.08);
}

.thawab-live-item__avatar {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(14, 124, 107, 0.1);
  color: var(--thawab-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.96rem;
}

.thawab-live-item__headline {
  margin: 0;
  color: var(--thawab-ink);
  font-size: 0.93rem;
  line-height: 1.65;
  font-weight: 600;
}

.thawab-live-item__meta {
  margin-top: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.thawab-live-item__chip {
  border-radius: 999px;
  padding: 2px 10px;
  background: rgba(14, 124, 107, 0.12);
  color: #0d6d5d;
  font-size: 0.73rem;
  font-weight: 700;
}

.thawab-live-item__amount,
.thawab-live-item__time {
  color: #65837e;
  font-size: 0.78rem;
  font-weight: 600;
}

.thawab-live-empty {
  margin-top: 16px;
  border: 1px dashed rgba(18, 58, 52, 0.2);
  border-radius: 14px;
  background: #fcfffe;
  padding: 16px 14px;
}

.thawab-live-empty h3 {
  margin: 0;
  color: var(--thawab-ink);
  font-size: 1rem;
  font-weight: 700;
}

.thawab-live-empty p {
  margin: 8px 0 0;
  color: var(--thawab-ink-soft);
  font-size: 0.89rem;
  line-height: 1.72;
}

.thawab-live-cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0d7a69 0%, #13907b 100%);
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.93rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thawab-live-cta:hover,
.thawab-live-cta:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(14, 124, 107, 0.2);
}

@media (max-width: 1199px) {
  .thawab-trust-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .thawab-trust-grid {
    grid-template-columns: 1fr;
  }

  .thawab-trust-shell,
  .thawab-live-shell {
    border-radius: 18px;
    padding: 16px 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .thawab-trust-card,
  .thawab-trust-cta,
  .thawab-live-item,
  .thawab-live-cta,
  .thawab-live-badge__dot {
    transition: none !important;
    animation: none !important;
  }
}

@keyframes thawabLivePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 162, 127, 0.38);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(18, 162, 127, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(18, 162, 127, 0);
  }
}

