.use-tawba-header {
  --thawab-surface: #f5f7f6;
  --thawab-surface-alt: #ffffff;
  --thawab-border: rgba(18, 58, 52, 0.1);
  --thawab-ink: #123a34;
  --thawab-ink-soft: rgba(18, 58, 52, 0.72);
  --thawab-teal: #0e7c6b;
  --thawab-teal-dark: #0a5f52;
  --thawab-highlight: #e3f3ef;
  --thawab-shadow: 0 22px 48px rgba(18, 58, 52, 0.08);
  --thawab-radius-xl: 24px;
  --thawab-radius-lg: 20px;
}

.use-tawba-header .page-wrapper {
  padding-bottom: 92px;
}

@media (min-width: 1200px) {
  .use-tawba-header .page-wrapper {
    padding-bottom: 0;
  }
}

.thawab-jood-home {
  position: relative;
  z-index: 1;
}

.thawab-section {
  padding: 32px 0 0;
}

.thawab-jood-home .thawab-section:first-of-type {
  padding-top: 40px;
}

.thawab-section + .thawab-section {
  padding-top: 88px;
}

.thawab-section__header {
  margin-bottom: 28px;
}

.thawab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 124, 107, 0.1);
  color: var(--thawab-teal);
  font-size: 13px;
  font-weight: 700;
}

.thawab-eyebrow--light {
  background: rgba(255, 255, 255, 0.14);
  color: #f2fffb;
}

.thawab-section__title {
  margin: 16px 0 0;
  color: var(--thawab-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
  font-weight: 800;
}

.thawab-section__title--light {
  color: #fff;
}

.thawab-section__subtext {
  margin: 14px 0 0;
  max-width: 720px;
  color: var(--thawab-ink-soft);
  font-size: 17px;
  line-height: 1.8;
}

.thawab-section__subtext--light {
  color: rgba(255, 255, 255, 0.8);
}

.thawab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.thawab-btn:hover,
.thawab-btn:focus-visible {
  transform: translateY(-2px);
}

.thawab-btn--primary {
  background: var(--thawab-teal);
  color: #fff;
  box-shadow: 0 18px 32px rgba(14, 124, 107, 0.22);
}

.thawab-btn--primary:hover,
.thawab-btn--primary:focus-visible {
  background: var(--thawab-teal-dark);
  color: #fff;
}

.thawab-btn--ghost {
  background: transparent;
  border-color: rgba(14, 124, 107, 0.22);
  color: var(--thawab-teal);
}

.thawab-btn--ghost:hover,
.thawab-btn--ghost:focus-visible {
  background: rgba(14, 124, 107, 0.08);
  color: var(--thawab-teal-dark);
}

.thawab-hero-verse {
  padding-top: 28px;
}

.thawab-hero-verse__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 0 4px;
}

.thawab-hero-verse__ornament {
  width: 132px;
  max-width: 18vw;
  height: auto;
  object-fit: contain;
  opacity: 0.92;
  filter: saturate(0.88);
}

.thawab-hero-verse__text {
  margin: 0;
  color: #0f5f53;
  font-family: "Tajawal", "Baloo Tammudu 2", sans-serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 10px 24px rgba(14, 124, 107, 0.12);
}

.thawab-btn--light {
  background: #fff;
  color: var(--thawab-teal);
}

.thawab-btn--outline-light {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.thawab-quick-giving__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
  border-radius: var(--thawab-radius-xl);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top left, rgba(14, 124, 107, 0.15), transparent 38%),
    linear-gradient(135deg, #f7fbfa 0%, #eff6f4 100%);
  border: 1px solid rgba(14, 124, 107, 0.08);
  box-shadow: var(--thawab-shadow);
}

.thawab-quick-giving__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%230e7c6b' stroke-opacity='.08' stroke-width='1.6'%3E%3Ccircle cx='90' cy='90' r='54'/%3E%3Cpath d='M90 24 106 58 140 74 106 90 90 124 74 90 40 74 74 58Z'/%3E%3Cpath d='M90 44 100 64 120 74 100 84 90 104 80 84 60 74 80 64Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
  background-position: center;
  opacity: 0.9;
}

.thawab-quick-giving__card::after {
  content: "";
  position: absolute;
  inset-inline-end: 26px;
  bottom: 24px;
  width: 110px;
  height: 110px;
  z-index: 0;
  pointer-events: none;
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 110 110'%3E%3Cg fill='none' stroke='%230e7c6b' stroke-opacity='.12' stroke-width='1.5'%3E%3Cpath d='M55 10 65 30 85 40 65 50 55 70 45 50 25 40 45 30Z'/%3E%3Ccircle cx='55' cy='55' r='34'/%3E%3C/g%3E%3C/svg%3E") center/110px 110px no-repeat;
}

.thawab-quick-giving__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.thawab-quick-giving__copy .thawab-section__subtext {
  margin-inline: auto;
}

.thawab-quick-giving__action {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.thawab-quick-giving__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.thawab-chip {
  min-width: 68px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(14, 124, 107, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 248, 0.98));
  color: var(--thawab-ink);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(18, 58, 52, 0.06);
  transition: all 0.2s ease;
}

.thawab-chip.is-active,
.thawab-chip:hover,
.thawab-chip:focus-visible {
  border-color: rgba(14, 124, 107, 0.3);
  background: var(--thawab-teal);
  color: #fff;
}

.thawab-quick-giving__form .thawab-btn {
  min-width: 170px;
  box-shadow: 0 18px 34px rgba(14, 124, 107, 0.18);
}

.thawab-chip:disabled {
  opacity: 0.72;
  cursor: default;
}

.thawab-discover {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.thawab-discover-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
  padding: 24px;
  border-radius: var(--thawab-radius-lg);
  background: #fff;
  border: 1px solid var(--thawab-border);
  box-shadow: var(--thawab-shadow);
  overflow: hidden;
}

.thawab-discover-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 110px;
  height: 110px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(135deg, rgba(14, 124, 107, 0.14), transparent);
}

.thawab-discover-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--thawab-highlight);
  color: var(--thawab-teal);
  font-size: 24px;
}

.thawab-discover-card__title {
  margin: 0;
  color: var(--thawab-ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.thawab-discover-card__link {
  margin-top: auto;
  color: var(--thawab-teal);
  text-decoration: none;
  font-weight: 700;
}

.thawab-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.thawab-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.thawab-impact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: var(--thawab-radius-xl);
  background: #fff;
  border: 1px solid var(--thawab-border);
  box-shadow: var(--thawab-shadow);
  overflow: hidden;
}

.thawab-impact-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.thawab-impact-card__media {
  position: relative;
  min-height: 220px;
}

.thawab-impact-card--compact .thawab-impact-card__media {
  min-height: 180px;
}

.thawab-impact-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thawab-impact-card__badge {
  position: absolute;
  top: 18px;
  inset-inline-start: 18px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--thawab-teal);
  font-size: 13px;
  font-weight: 700;
}

.thawab-impact-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 18px;
  padding: 24px;
}

.thawab-impact-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: var(--thawab-ink-soft);
  font-size: 14px;
}

.thawab-impact-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.thawab-impact-card__title {
  margin: 0;
  color: var(--thawab-ink);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 800;
}

.thawab-impact-card--compact .thawab-impact-card__title {
  font-size: 20px;
}

.thawab-impact-card__summary {
  margin: 0;
  color: var(--thawab-ink-soft);
  font-size: 15px;
  line-height: 1.9;
}

.thawab-impact-card__progress {
  display: flex;
  align-items: center;
  gap: 14px;
}

.thawab-impact-card__progress-bar {
  position: relative;
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(18, 58, 52, 0.08);
  overflow: hidden;
}

.thawab-impact-card__progress-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--thawab-teal), #39af97);
}

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

.thawab-impact-card__figures div {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbfa;
}

.thawab-impact-card__figures span {
  display: block;
  margin-bottom: 6px;
  color: var(--thawab-ink-soft);
  font-size: 13px;
}

.thawab-impact-card__figures strong {
  color: var(--thawab-ink);
  font-size: 17px;
}

.thawab-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.thawab-stat-card {
  padding: 28px 24px;
  border-radius: var(--thawab-radius-lg);
  background: #fff;
  border: 1px solid var(--thawab-border);
  box-shadow: var(--thawab-shadow);
}

.thawab-stat-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 124, 107, 0.1);
  color: var(--thawab-teal);
  font-size: 21px;
}

.thawab-stat-card__value {
  display: block;
  color: var(--thawab-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 800;
}

.thawab-stat-card__label {
  display: block;
  margin-top: 12px;
  color: var(--thawab-ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.thawab-partners__viewport {
  overflow: hidden;
  padding: 10px 0;
}

.thawab-partners__track {
  display: flex;
  gap: 18px;
}

.thawab-partners__track.is-marquee {
  width: max-content;
  animation: thawab-partner-marquee 24s linear infinite;
}

.thawab-partners__track:hover {
  animation-play-state: paused;
}

.thawab-partner-card {
  min-width: 180px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18, 58, 52, 0.08);
  box-shadow: 0 14px 28px rgba(18, 58, 52, 0.05);
  text-align: center;
  filter: grayscale(1);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.thawab-partner-card:hover {
  filter: grayscale(0);
  transform: translateY(-4px);
}

.thawab-partner-card a {
  color: inherit;
  text-decoration: none;
}

.thawab-partner-card img {
  width: 100%;
  height: 52px;
  object-fit: contain;
}

.thawab-partner-card span {
  display: block;
  margin-top: 14px;
  color: var(--thawab-ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.thawab-impact-grid > .alert,
.thawab-featured-grid > .alert {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border-radius: 18px;
}

html[dir="rtl"] .thawab-discover-card::before,
html[lang="ar"] .thawab-discover-card::before,
html[lang^="ar-"] .thawab-discover-card::before {
  inset: auto 0 0 auto;
}

html[dir="rtl"] .thawab-impact-card__progress-bar span,
html[lang="ar"] .thawab-impact-card__progress-bar span,
html[lang^="ar-"] .thawab-impact-card__progress-bar span {
  inset: 0 auto 0 0;
  right: 0;
  left: auto;
}

html[dir="rtl"] .thawab-footer__links a:hover,
html[lang="ar"] .thawab-footer__links a:hover,
html[lang^="ar-"] .thawab-footer__links a:hover {
  transform: translateX(2px);
}

html[dir="rtl"] .thawab-partners__track.is-marquee,
html[lang="ar"] .thawab-partners__track.is-marquee,
html[lang^="ar-"] .thawab-partners__track.is-marquee {
  animation-direction: reverse;
}

.thawab-cta-promo__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 440px);
  gap: 42px;
  align-items: center;
  padding: 42px 46px;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.68), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(153, 229, 217, 0.45), transparent 24%),
    linear-gradient(135deg, var(--thawab-cta-start, #eef6f3) 0%, var(--thawab-cta-end, #dcece7) 100%);
  border: 1px solid rgba(18, 58, 52, 0.08);
  box-shadow: 0 26px 58px rgba(18, 58, 52, 0.12);
}

.thawab-cta-promo__glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.thawab-cta-promo__glow--one {
  width: 240px;
  height: 240px;
  inset-inline-start: -72px;
  top: -86px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
}

.thawab-cta-promo__glow--two {
  width: 220px;
  height: 220px;
  inset-inline-end: -54px;
  bottom: -92px;
  background: radial-gradient(circle, rgba(14, 124, 107, 0.16), rgba(14, 124, 107, 0));
}

.thawab-cta-promo__content,
.thawab-cta-promo__visual {
  position: relative;
  z-index: 1;
}

.thawab-cta-promo__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(14, 124, 107, 0.1);
  color: var(--thawab-teal);
  font-size: 13px;
  font-weight: 700;
}

.thawab-cta-promo__title {
  margin: 18px 0 0;
  color: var(--thawab-ink);
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.12;
  font-weight: 800;
}

.thawab-cta-promo__description {
  margin: 16px 0 0;
  max-width: 560px;
  color: var(--thawab-ink-soft);
  font-size: 17px;
  line-height: 1.85;
}

.thawab-cta-promo__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.thawab-cta-badge {
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(18, 58, 52, 0.08);
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(18, 58, 52, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thawab-cta-badge:hover,
.thawab-cta-badge:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(18, 58, 52, 0.12);
}

.thawab-cta-badge__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0e7c6b, #39af97);
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.thawab-cta-badge__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.thawab-cta-badge__text small {
  color: rgba(18, 58, 52, 0.56);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.thawab-cta-badge__text strong {
  color: var(--thawab-ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.thawab-cta-promo__device-stage {
  position: relative;
  min-height: 430px;
}

.thawab-device-mockup {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  margin-inline-start: auto;
  padding: 14px;
  border-radius: 38px;
  background: linear-gradient(180deg, #13574d, #0d312c);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 44px rgba(18, 58, 52, 0.22);
}

.thawab-device-mockup__header {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 14px;
}

.thawab-device-mockup__header span {
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.thawab-device-mockup__screen {
  padding: 22px 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #edf7f4 100%);
}

.thawab-device-mockup__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.thawab-device-mockup__brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 12px 24px rgba(18, 58, 52, 0.08);
}

.thawab-device-mockup__brand strong {
  color: var(--thawab-ink);
  font-size: 20px;
  font-weight: 800;
}

.thawab-device-mockup__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.thawab-device-mockup__chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--thawab-teal);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(18, 58, 52, 0.06);
}

.thawab-device-mockup__stats {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.thawab-device-mockup__stats div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(14, 124, 107, 0.08);
}

.thawab-device-mockup__stats span {
  display: block;
  margin-bottom: 6px;
  color: var(--thawab-ink-soft);
  font-size: 12px;
}

.thawab-device-mockup__stats strong {
  color: var(--thawab-ink);
  font-size: 15px;
  line-height: 1.7;
}

.thawab-device-note {
  position: absolute;
  z-index: 1;
  max-width: 180px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 58, 52, 0.08);
  box-shadow: 0 18px 32px rgba(18, 58, 52, 0.08);
  backdrop-filter: blur(10px);
}

.thawab-device-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--thawab-ink);
  font-size: 14px;
  font-weight: 800;
}

.thawab-device-note span {
  display: block;
  color: var(--thawab-ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.thawab-device-note--top {
  inset-inline-start: 0;
  top: 42px;
}

.thawab-device-note--bottom {
  inset-inline-start: 24px;
  bottom: 24px;
}

.thawab-footer {
  position: relative;
  margin-top: 88px;
  padding: 0 0 calc(18px + env(safe-area-inset-bottom));
}

.thawab-footer__shell {
  position: relative;
  padding: 0 34px 24px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 22%),
    radial-gradient(circle at top right, rgba(14, 124, 107, 0.08), transparent 18%),
    linear-gradient(180deg, var(--thawab-footer-bg-start, #faf8f3) 0%, var(--thawab-footer-bg-end, #f2f5f1) 100%);
  border: 1px solid rgba(18, 58, 52, 0.08);
  box-shadow: 0 22px 44px rgba(18, 58, 52, 0.08);
}

.thawab-footer__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(14, 124, 107, 0.05), transparent 0 34%),
    radial-gradient(circle at 82% 88%, rgba(18, 58, 52, 0.045), transparent 0 28%);
}

.thawab-footer__cta {
  position: relative;
  z-index: 1;
  padding: 34px 0 26px;
  color: var(--thawab-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.35;
  font-weight: 800;
  border-bottom: 1px solid rgba(18, 58, 52, 0.08);
}

.thawab-footer__body {
  position: relative;
  z-index: 1;
  padding: 28px 0 30px;
}

.thawab-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.thawab-footer__brand {
  max-width: 340px;
}

.thawab-footer__brand a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 12px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 58, 52, 0.08);
  box-shadow: 0 14px 28px rgba(18, 58, 52, 0.06);
}

.thawab-footer__brand img {
  max-height: 72px;
  max-width: min(220px, 100%);
  width: auto;
  object-fit: contain;
}

.thawab-footer__brand p {
  margin: 18px 0 0;
  color: rgba(18, 58, 52, 0.76);
  font-size: 15px;
  line-height: 1.9;
}

.thawab-footer__column-title {
  margin: 0 0 18px;
  color: var(--thawab-ink);
  font-size: 17px;
  font-weight: 800;
}

.thawab-footer__links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thawab-footer__links a {
  color: rgba(18, 58, 52, 0.74);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.thawab-footer__links a:hover,
.thawab-footer__links a:focus-visible {
  color: var(--thawab-teal);
  transform: translateX(-2px);
}

.thawab-footer__links--contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 58, 52, 0.08);
}

.thawab-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thawab-footer__payment {
  width: 76px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(18, 58, 52, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(18, 58, 52, 0.05);
}

.thawab-footer__payment img {
  width: 54px;
  height: 28px;
  object-fit: contain;
}

.thawab-footer__bottom {
  position: relative;
  z-index: 1;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 58, 52, 0.08);
}

.thawab-footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.thawab-footer__copyright {
  color: var(--thawab-ink-soft);
  font-size: 14px;
}

.thawab-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thawab-footer__social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 58, 52, 0.08);
  color: var(--thawab-teal);
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(18, 58, 52, 0.05);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.thawab-footer__social a:hover,
.thawab-footer__social a:focus-visible {
  transform: translateY(-2px);
  background: var(--thawab-teal);
  color: #fff;
}

.thawab-mobile-nav {
  position: fixed;
  inset-inline: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 1200;
}

.thawab-mobile-nav__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 10px 8px;
  border-radius: 28px 28px 18px 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 58, 52, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(18, 58, 52, 0.14);
}

.thawab-mobile-nav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-height: 58px;
  padding: 8px 4px;
  border-radius: 18px;
  color: var(--thawab-ink-soft);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.thawab-mobile-nav__item.is-active {
  color: var(--thawab-teal);
}

.thawab-mobile-nav__item.is-accent {
  margin-top: -28px;
}

.thawab-mobile-nav__item.is-accent .thawab-mobile-nav__icon {
  width: 58px;
  height: 58px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--thawab-teal), #39af97);
  color: #fff;
  box-shadow: 0 16px 30px rgba(14, 124, 107, 0.28);
}

.thawab-mobile-nav__icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 124, 107, 0.08);
  font-size: 17px;
}

.thawab-mobile-nav__badge {
  position: absolute;
  top: -4px;
  inset-inline-end: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d94b4b;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.thawab-mobile-nav__badge.is-empty {
  display: none;
}

@media (min-width: 1200px) {
  .thawab-mobile-nav {
    display: none;
  }
}

@media (max-width: 1399px) {
  .thawab-discover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thawab-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thawab-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thawab-footer__brand {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .use-tawba-header .scroll-top,
  .use-tawba-header .scroll-to-top {
    display: none !important;
  }

  .thawab-impact-grid,
  .thawab-stats-grid,
  .thawab-cta-promo__card {
    grid-template-columns: 1fr;
  }

  .thawab-quick-giving__action {
    justify-content: center;
  }

  .thawab-device-mockup {
    margin-inline: auto;
  }

  .thawab-cta-promo__card {
    padding: 34px 32px;
  }

  .thawab-cta-promo__device-stage {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 88px;
  }

  .thawab-device-note--top {
    top: 0;
  }

  .thawab-device-note--bottom {
    bottom: 0;
  }

  .thawab-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thawab-footer__shell {
    padding-inline: 28px;
  }

  .use-tawba-header .frontend-whatsapp-btn {
    bottom: calc(102px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 991px) {
  .thawab-section + .thawab-section {
    padding-top: 72px;
  }

  .thawab-discover,
  .thawab-impact-grid,
  .thawab-stats-grid,
  .thawab-featured-grid {
    grid-template-columns: 1fr;
  }

  .thawab-partner-card {
    min-width: 160px;
  }

  .thawab-footer {
    margin-top: 72px;
  }

  .thawab-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .thawab-section__title {
    font-size: 30px;
  }

  .thawab-hero-verse {
    padding-top: 18px;
  }

  .thawab-hero-verse__inner {
    gap: 8px;
    padding-top: 4px;
  }

  .thawab-hero-verse__ornament {
    width: 38px;
    max-width: none;
  }

  .thawab-hero-verse__text {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.75;
  }

  .thawab-quick-giving__card,
  .thawab-cta-promo__card {
    padding: 24px 20px;
  }

  .thawab-cta-promo__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .thawab-cta-badge {
    min-width: 0;
    width: 100%;
  }

  .thawab-cta-promo__device-stage {
    padding-top: 74px;
    padding-bottom: 78px;
  }

  .thawab-device-note {
    max-width: 150px;
    padding: 12px 14px;
  }

  .thawab-footer__shell {
    padding: 0 20px 20px;
    border-radius: 28px;
  }

  .thawab-quick-giving__card::before {
    background-size: 140px 140px;
    opacity: 0.75;
  }

  .thawab-quick-giving__card::after {
    width: 86px;
    height: 86px;
    inset-inline-end: 14px;
    bottom: 14px;
    background:
      radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='86' viewBox='0 0 86 86'%3E%3Cg fill='none' stroke='%230e7c6b' stroke-opacity='.12' stroke-width='1.4'%3E%3Cpath d='M43 8 51 24 67 32 51 40 43 56 35 40 19 32 35 24Z'/%3E%3Ccircle cx='43' cy='43' r='26'/%3E%3C/g%3E%3C/svg%3E") center/86px 86px no-repeat;
  }

  .thawab-impact-card__body,
  .thawab-discover-card,
  .thawab-stat-card {
    padding: 20px;
  }

  .thawab-footer__cta {
    padding-top: 28px;
    font-size: 28px;
  }

  .thawab-footer__bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .thawab-mobile-nav {
    inset-inline: 8px;
  }

  .thawab-mobile-nav__inner {
    padding-inline: 4px;
  }
}

@media (max-width: 575px) {
  .thawab-hero-verse__inner {
    gap: 6px;
  }

  .thawab-hero-verse__ornament {
    width: 28px;
  }

  .thawab-hero-verse__text {
    font-size: clamp(20px, 6.8vw, 24px);
    line-height: 1.7;
  }

  .thawab-chip {
    min-width: 60px;
    min-height: 44px;
    padding-inline: 14px;
  }

  .thawab-mobile-nav__label {
    font-size: 10px;
  }
}

@keyframes thawab-partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
