/* Trust answers — Gulf visitor first-10-seconds clarity */

.rewa-trust {
  --trust-ink: #0c3640;
  --trust-muted: #5a7b82;
  --trust-line: #e4eef0;
  --trust-teal: #0e7490;
  --trust-teal-soft: #ecf6f8;
  --trust-gold: #c98a3c;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5fafb 55%, #ffffff 100%);
  padding: 56px 24px 72px;
  scroll-margin-top: 88px;
  position: relative;
}

.rewa-trust::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 116, 144, 0.18), transparent);
}

.rewa-trust__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.rewa-trust__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.rewa-trust__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--trust-teal);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.6px;
}

.rewa-trust__kicker i {
  color: var(--trust-gold);
  font-size: 16px;
}

.rewa-trust__title {
  font-family: 'Tajawal', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 38px);
  margin: 12px 0 12px;
  color: var(--trust-ink);
  letter-spacing: -0.4px;
  line-height: 1.25;
}

.rewa-trust__subtitle {
  color: var(--trust-muted);
  font-size: 16.5px;
  margin: 0;
  line-height: 1.65;
}

.rewa-trust__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.rewa-trust__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--trust-line);
  border-radius: 16px;
  padding: 18px 18px 16px;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  min-height: 100%;
  position: relative;
}

.rewa-trust__item:hover,
.rewa-trust__item:focus-visible {
  border-color: #b9d7de;
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(16, 59, 68, 0.08);
  outline: none;
}

.rewa-trust__item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.rewa-trust__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e6f4f6, #d5edf1);
  color: var(--trust-teal);
  font-size: 20px;
  flex-shrink: 0;
}

.rewa-trust__arrow {
  color: #8aa6ac;
  font-size: 16px;
  margin-top: 4px;
  transition: transform 0.22s ease, color 0.22s ease;
}

[dir='rtl'] .rewa-trust__item:hover .rewa-trust__arrow {
  transform: translateX(-3px);
  color: var(--trust-teal);
}

[dir='ltr'] .rewa-trust__item:hover .rewa-trust__arrow {
  transform: translateX(3px);
  color: var(--trust-teal);
}

.rewa-trust__q {
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--trust-ink);
  margin: 0;
  line-height: 1.4;
}

.rewa-trust__a {
  margin: 0;
  color: var(--trust-muted);
  font-size: 14px;
  line-height: 1.55;
  flex: 1;
}

.rewa-trust__a strong {
  color: var(--trust-teal);
  font-weight: 700;
}

.rewa-trust__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  justify-content: center;
}

.rewa-trust__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--trust-line);
  color: #2f5a62;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 999px;
}

.rewa-trust__chip i {
  color: var(--trust-gold);
  font-size: 15px;
}

/* Hero micro-proofs under CTAs */
.rewa-hero-proofs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  max-width: 560px;
}

.rewa-hero-proof {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(207, 227, 230, 0.9);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.rewa-hero-proof:hover {
  background: #fff;
  border-color: #b9d7de;
  transform: translateY(-1px);
}

.rewa-hero-proof i {
  color: var(--trust-teal, #0e7490);
  font-size: 18px;
  margin-top: 1px;
  flex-shrink: 0;
}

.rewa-hero-proof__label {
  display: block;
  font-size: 12px;
  color: #7a989e;
  font-weight: 600;
  line-height: 1.2;
}

.rewa-hero-proof__value {
  display: block;
  font-size: 13.5px;
  color: #0c3640;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 2px;
}

/* Named hospitals strip inside partners */
.rewa-hospitals-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 0 0 36px;
}

.rewa-hospitals-strip__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #eaf2f3;
  border-radius: 14px;
  background: #fbfdfe;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rewa-hospitals-strip__item:hover {
  transform: translateY(-2px);
  border-color: #cfe3e6;
  box-shadow: 0 10px 24px rgba(16, 59, 68, 0.08);
}

.rewa-hospitals-strip__logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eaf2f3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  padding: 6px;
}

.rewa-hospitals-strip__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rewa-hospitals-strip__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0e7490, #0891b2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.rewa-hospitals-strip__name {
  font-family: 'Tajawal', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: #0c3640;
  display: block;
}

.rewa-hospitals-strip__loc {
  font-size: 13px;
  color: #7a989e;
  display: block;
  margin-top: 2px;
}

.rewa-hospitals-strip__badge {
  margin-inline-start: auto;
  font-size: 11.5px;
  font-weight: 700;
  color: #0e7490;
  background: #ecf6f8;
  padding: 5px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .rewa-trust {
    padding: 44px 20px 56px;
  }

  .rewa-hero-proofs {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .rewa-hero-proofs {
    grid-template-columns: 1fr;
  }

  .rewa-hospitals-strip__badge {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rewa-trust__item,
  .rewa-hero-proof,
  .rewa-trust__arrow {
    transition: none;
  }

  .rewa-trust__item:hover,
  .rewa-hero-proof:hover {
    transform: none;
  }
}
