/* Where We Work page sections */
.uwt-where-clean,
.uwt-where-clean *,
.uwt-hadith-open,
.uwt-hadith-open *,
.uwt-where-hero,
.uwt-where-hero *,
.uwt-where-story,
.uwt-where-story *,
.uwt-where-hadith,
.uwt-where-hadith *,
.uwt-where-map,
.uwt-where-map *,
.uwt-countries-premium,
.uwt-countries-premium *,
.uwt-countries-clean,
.uwt-countries-clean *,
.uwt-where-method,
.uwt-where-method *,
.uwt-where-cta,
.uwt-where-cta * {
  box-sizing: border-box;
}

.uwt-where-clean,
.uwt-where-clean-hero,
.uwt-where-clean-story,
.uwt-hadith-open,
.uwt-where-clean-map,
.uwt-where-clean-method,
.uwt-where-clean-cta,
.uwt-where-hero,
.uwt-where-story,
.uwt-where-hadith,
.uwt-where-map,
.uwt-countries-premium,
.uwt-countries-clean,
.uwt-where-method,
.uwt-where-cta {
  --uwt-primary: #082c5e;
  --uwt-secondary: #0f6fa4;
  --uwt-text: #41546a;
  font-family: "Nunito Sans", "Nunito", Arial, sans-serif;
}

.uwt-where-clean-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.uwt-where-clean-hero {
  width: 100%;
  padding: 34px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
  overflow: hidden;
}

.uwt-where-clean-hero__grid {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, .95fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(8, 44, 94, .14);
}

.uwt-where-clean-hero__image {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
}

.uwt-where-clean-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 44, 94, .06), rgba(8, 44, 94, .34));
  pointer-events: none;
}

.uwt-where-clean-hero__image img,
.uwt-where-clean-story__large img,
.uwt-where-clean-story__small img,
.uwt-where-clean-method__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.uwt-where-clean-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 8%, rgba(15, 111, 164, .44), transparent 34%),
    linear-gradient(135deg, #072848 0%, #082c5e 58%, #0f4a78 100%);
}

.uwt-where-clean-hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, transparent 1px, transparent 20px);
  opacity: .46;
  pointer-events: none;
}

.uwt-where-clean-hero__content > * {
  position: relative;
  z-index: 2;
}

.uwt-where-clean-hero__content span {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  color: #a9dff8;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.uwt-where-clean-hero__content h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-clean-hero__content p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.66;
  font-weight: 650;
}

.uwt-where-clean-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.uwt-where-clean-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .24s ease, background .24s ease, color .24s ease;
}

.uwt-where-clean-btn:hover {
  transform: translateY(-2px);
}

.uwt-where-clean-btn--primary {
  background: #ffffff;
  color: #082c5e !important;
}

.uwt-where-clean-btn--secondary {
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
  color: #ffffff !important;
}

.uwt-where-clean-story {
  width: 100%;
  padding: 78px 0 86px;
  background: #ffffff;
  overflow: hidden;
}

.uwt-where-clean-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.uwt-where-clean-story__content h2,
.uwt-where-clean-map__head h2,
.uwt-where-clean-method__content h2,
.uwt-where-clean-cta__box h2 {
  margin: 0;
  color: var(--uwt-primary);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-clean-story__content p,
.uwt-where-clean-map__head p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--uwt-text);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 650;
}

.uwt-where-clean-story__content p + p {
  margin-top: 18px;
}

.uwt-where-clean-story__images {
  position: relative;
  min-height: 520px;
}

.uwt-where-clean-story__large,
.uwt-where-clean-story__small {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #f5f9fc;
  box-shadow: 0 24px 62px rgba(8, 44, 94, .14);
}

.uwt-where-clean-story__large {
  inset: 0 72px 92px 0;
  border-radius: 28px;
}

.uwt-where-clean-story__small {
  right: 0;
  bottom: 0;
  width: min(320px, 58%);
  height: 245px;
  border: 10px solid #ffffff;
  border-radius: 24px;
}

.uwt-hadith-open {
  width: 100%;
  padding: 74px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 52%, #ffffff 100%);
}

.uwt-hadith-open__content {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 62px) clamp(30px, 5vw, 58px);
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(244, 249, 252, .96) 100%);
  border: 1px solid rgba(8, 44, 94, .1);
  box-shadow: 0 24px 60px rgba(8, 44, 94, .11);
  text-align: center;
}

.uwt-hadith-open__intro {
  margin: 0 0 22px;
  color: var(--uwt-secondary);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 900;
}

.uwt-hadith-open__main {
  max-width: 820px;
  margin: 0 auto;
  color: var(--uwt-primary);
  font-size: clamp(22px, 2.45vw, 28px);
  line-height: 1.56;
  font-weight: 700;
}

.uwt-hadith-open__soft {
  margin: 24px auto;
  color: var(--uwt-text);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 650;
}

.uwt-hadith-open__source {
  margin: 28px 0 0;
  color: var(--uwt-secondary);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.uwt-where-clean-map {
  width: 100%;
  padding: 88px 0 98px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 52%, #ffffff 100%);
}

.uwt-where-clean-map__head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.uwt-where-clean-map__head p {
  margin-left: auto;
  margin-right: auto;
}

.uwt-where-clean-map__box {
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #f8fbfd 0%, #eef7fc 100%);
  border: 1px solid rgba(8, 44, 94, .09);
  box-shadow: 0 30px 80px rgba(8, 44, 94, .14);
}

.uwt-where-clean-method {
  width: 100%;
  padding: 86px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
}

.uwt-where-clean-method__grid {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

.uwt-where-clean-method__image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #eef7fc;
  box-shadow: 0 28px 76px rgba(8, 44, 94, .14);
}

.uwt-where-clean-method__items {
  display: grid;
  border-top: 1px solid rgba(15, 111, 164, .16);
}

.uwt-where-clean-method__items > div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(15, 111, 164, .16);
}

.uwt-where-clean-method__items strong {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 111, 164, .09);
  color: var(--uwt-secondary);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.uwt-where-clean-method__items h3 {
  margin: 0;
  color: var(--uwt-primary);
  font-size: 25px;
  line-height: 1.16;
  font-weight: 900;
}

.uwt-where-clean-method__items p {
  margin: 9px 0 0;
  color: var(--uwt-text);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 650;
}

.uwt-where-clean-cta {
  width: 100%;
  padding: 72px 0 92px;
  background: #ffffff;
}

.uwt-where-clean-cta__box {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 54px 34px 58px;
  text-align: center;
  background:
    radial-gradient(circle at 84% 14%, rgba(15, 111, 164, .36), transparent 34%),
    linear-gradient(135deg, #082c5e 0%, #0b3c70 54%, #0f5f90 100%);
  box-shadow: 0 26px 70px rgba(8, 44, 94, .18);
}

.uwt-where-clean-cta__box h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1.06;
}

.uwt-where-clean-cta__box p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 800;
}

.uwt-where-clean-cta__box a {
  min-height: 50px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--uwt-primary) !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.uwt-where-hero {
  width: 100%;
  padding: 34px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
  overflow: hidden;
}

.uwt-where-hero__inner {
  width: min(1120px, calc(100% - 48px));
  min-height: 440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, .95fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(8, 44, 94, .14);
}

.uwt-where-hero__media {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
}

.uwt-where-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 44, 94, .06), rgba(8, 44, 94, .34));
  pointer-events: none;
}

.uwt-where-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .8s ease;
}

.uwt-where-hero:hover .uwt-where-hero__media img {
  transform: scale(1.045);
}

.uwt-where-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 8%, rgba(15, 111, 164, .44), transparent 34%),
    linear-gradient(135deg, #072848 0%, #082c5e 58%, #0f4a78 100%);
}

.uwt-where-hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, transparent 1px, transparent 20px);
  opacity: .46;
  pointer-events: none;
}

.uwt-where-hero__content > * {
  position: relative;
  z-index: 2;
}

.uwt-where-hero__kicker,
.uwt-where-map__head span,
.uwt-countries-premium__intro span,
.uwt-countries-clean__top span {
  display: inline-flex;
  margin: 0 0 14px;
  color: var(--uwt-secondary);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-hero__kicker,
.uwt-countries-premium__intro span {
  color: #a9dff8;
}

.uwt-where-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.66;
  font-weight: 650;
  letter-spacing: 0;
}

.uwt-where-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.uwt-where-hero__btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none !important;
  transition: transform .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease;
}

.uwt-where-hero__btn:hover {
  transform: translateY(-2px);
}

.uwt-where-hero__btn--primary {
  background: #ffffff;
  color: var(--uwt-primary) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.uwt-where-hero__btn--primary:hover {
  background: #a9dff8;
  color: var(--uwt-primary) !important;
}

.uwt-where-hero__btn--secondary {
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
  color: #ffffff !important;
}

.uwt-where-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, .16);
  color: #ffffff !important;
}

.uwt-where-story {
  width: 100%;
  padding: 78px 0 86px;
  background: #ffffff;
  overflow: hidden;
}

.uwt-where-story__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.uwt-where-story__kicker {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--uwt-secondary);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-story h2,
.uwt-where-map__head h2,
.uwt-countries-clean__top h2,
.uwt-where-method__content h2,
.uwt-where-cta h2 {
  margin: 0;
  color: var(--uwt-primary);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-story p {
  max-width: 610px;
  margin: 22px 0 0;
  color: var(--uwt-text);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 650;
  letter-spacing: 0;
}

.uwt-where-story p + p {
  margin-top: 18px;
}

.uwt-where-story__images {
  position: relative;
  min-height: 520px;
}

.uwt-where-story__large,
.uwt-where-story__small {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #f5f9fc;
  box-shadow: 0 24px 62px rgba(8, 44, 94, .14);
}

.uwt-where-story__large {
  inset: 0 72px 92px 0;
  border-radius: 28px;
}

.uwt-where-story__small {
  right: 0;
  bottom: 0;
  width: min(320px, 58%);
  height: 245px;
  border: 10px solid #ffffff;
  border-radius: 24px;
}

.uwt-where-story__large img,
.uwt-where-story__small img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s ease;
}

.uwt-where-story__images:hover img {
  transform: scale(1.045);
}

.uwt-where-hadith {
  width: 100%;
  padding: 74px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 111, 164, .08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 52%, #ffffff 100%);
}

.uwt-where-hadith__inner {
  position: relative;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 62px) clamp(30px, 5vw, 58px);
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(244, 249, 252, .96) 100%);
  border: 1px solid rgba(8, 44, 94, .1);
  box-shadow: 0 24px 60px rgba(8, 44, 94, .11);
}

.uwt-where-hadith__inner::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(15, 111, 164, .13);
  border-radius: 24px;
  pointer-events: none;
}

.uwt-where-hadith__inner::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 111, 164, .11) 0%, rgba(15, 111, 164, .04) 48%, transparent 70%);
  pointer-events: none;
}

.uwt-where-hadith__intro,
.uwt-where-hadith__quote,
.uwt-where-hadith__ornament {
  position: relative;
  z-index: 2;
}

.uwt-where-hadith__ornament {
  width: min(220px, 62%);
  height: 1px;
  margin: 0 auto 28px;
  background: linear-gradient(90deg, transparent, rgba(15, 111, 164, .45), transparent);
}

.uwt-where-hadith__ornament:last-child {
  margin: 30px auto 0;
}

.uwt-where-hadith__intro {
  margin: 0 0 22px;
  color: var(--uwt-secondary);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.uwt-where-hadith__quote {
  margin: 0;
  padding: 0;
  text-align: center;
}

.uwt-where-hadith__quote p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--uwt-primary);
  font-size: clamp(22px, 2.45vw, 28px);
  line-height: 1.56;
  font-weight: 700;
  letter-spacing: 0;
}

.uwt-where-hadith__quote p + p {
  margin-top: 24px;
}

.uwt-where-hadith__quote .uwt-where-hadith__response {
  color: var(--uwt-text);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 650;
}

.uwt-where-hadith__quote cite {
  display: inline-flex;
  margin-top: 28px;
  color: var(--uwt-secondary);
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-map {
  width: 100%;
  padding: 88px 0 98px;
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 111, 164, .1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 52%, #ffffff 100%);
  overflow: hidden;
}

.uwt-where-map__inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.uwt-where-map__layout {
  margin: 0 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
}

.uwt-where-map__copy h2,
.uwt-where-map__head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--uwt-primary);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-map__copy p,
.uwt-where-map__head p {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--uwt-text);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 650;
  letter-spacing: 0;
}

.uwt-where-map__head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.uwt-where-map__key {
  min-width: 250px;
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(8, 44, 94, .1);
  box-shadow: 0 18px 44px rgba(8, 44, 94, .08);
}

.uwt-where-map__key div,
.uwt-where-map__toolbar,
.uwt-where-map__topbar {
  display: flex;
  align-items: center;
}

.uwt-where-map__key div {
  gap: 10px;
}

.uwt-where-map__key strong,
.uwt-where-map__toolbar strong,
.uwt-where-map__topbar strong {
  color: var(--uwt-primary);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-map__toolbar,
.uwt-where-map__topbar {
  position: relative;
  z-index: 3;
  min-height: 58px;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px 14px;
}

.uwt-where-map__toolbar strong,
.uwt-where-map__topbar strong {
  font-size: 17px;
  line-height: 1.3;
}

.uwt-where-map__toolbar span,
.uwt-where-map__topbar span {
  color: var(--uwt-text);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}

.uwt-where-map__key-dot {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--uwt-primary);
  box-shadow: 0 0 0 5px rgba(8, 44, 94, .1);
}

.uwt-where-map__key-dot--hub {
  background: var(--uwt-secondary);
  box-shadow: 0 0 0 5px rgba(15, 111, 164, .15);
}

.uwt-where-map__key-line {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--uwt-secondary), transparent);
}

.uwt-where-map__shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 249, 252, .95));
  border: 1px solid rgba(8, 44, 94, .1);
  box-shadow: 0 30px 80px rgba(8, 44, 94, .14);
}

.uwt-where-map__box {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 111, 164, .12), transparent 34%),
    linear-gradient(135deg, #f8fbfd 0%, #eef7fc 100%);
  border: 1px solid rgba(8, 44, 94, .09);
}

#uwtWhereCleanMap {
  position: relative;
  width: 100%;
  height: 580px;
}

.uwt-where-map__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--uwt-primary);
  font-size: 16px;
  font-weight: 800;
}

.uwt-countries-premium {
  width: 100%;
  padding: 88px 0 100px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  overflow: hidden;
}

.uwt-countries-premium__inner {
  position: relative;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 0%, rgba(15, 111, 164, .42), transparent 30%),
    linear-gradient(135deg, #072848 0%, #082c5e 58%, #0f4a78 100%);
  box-shadow: 0 30px 82px rgba(8, 44, 94, .18);
}

.uwt-countries-premium__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0, rgba(255, 255, 255, .035) 1px, transparent 1px, transparent 22px);
  opacity: .38;
  pointer-events: none;
}

.uwt-countries-premium__intro {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 66px) 34px 38px;
  text-align: center;
}

.uwt-countries-premium__intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-countries-premium__intro p {
  max-width: 740px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: 0;
}

.uwt-countries-premium__directory {
  position: relative;
  z-index: 2;
  margin: 0 28px 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .14);
}

.uwt-countries-premium__directory a {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 22px 0 48px;
  color: var(--uwt-primary) !important;
  text-decoration: none !important;
  border-right: 1px solid rgba(8, 44, 94, .1);
  border-bottom: 1px solid rgba(8, 44, 94, .1);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  transition: background .22s ease, color .22s ease, padding-left .22s ease;
}

.uwt-countries-premium__directory a:nth-child(4n) {
  border-right: 0;
}

.uwt-countries-premium__directory a:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.uwt-countries-premium__directory a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(15, 111, 164, .12);
  transform: translateY(-50%);
}

.uwt-countries-premium__directory a span::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--uwt-secondary);
  transform: translateY(-50%);
}

.uwt-countries-premium__directory a::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-top: 2px solid var(--uwt-secondary);
  border-right: 2px solid var(--uwt-secondary);
  transform: rotate(45deg);
  transition: transform .22s ease, border-color .22s ease;
}

.uwt-countries-premium__directory a:hover {
  background: #f5f9fc;
  color: var(--uwt-secondary) !important;
  padding-left: 54px;
}

.uwt-countries-premium__directory a:hover::after {
  border-color: var(--uwt-primary);
  transform: translateX(4px) rotate(45deg);
}

.uwt-countries-clean {
  width: 100%;
  padding: 84px 0 96px;
  background:
    radial-gradient(circle at 8% 0%, rgba(15, 111, 164, .08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
}

.uwt-countries-clean__inner {
  width: min(1020px, calc(100% - 48px));
  margin: 0 auto;
}

.uwt-countries-clean__top {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.uwt-countries-clean__top h2 {
  font-size: clamp(42px, 4.6vw, 58px);
}

.uwt-countries-clean__top p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #5f7088;
  font-size: 20px;
  line-height: 1.58;
  font-weight: 500;
}

.uwt-countries-clean__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 42px;
}

.uwt-countries-clean__list a {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 4px 0 28px;
  color: var(--uwt-primary) !important;
  text-decoration: none !important;
  border-top: 1px solid rgba(8, 44, 94, .12);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.uwt-countries-clean__list a:nth-last-child(-n + 4) {
  border-bottom: 1px solid rgba(8, 44, 94, .12);
}

.uwt-countries-clean__list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: rgba(15, 111, 164, .12);
  transform: translateY(-50%);
}

.uwt-countries-clean__list a span::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--uwt-secondary);
  transform: translateY(-50%);
}

.uwt-countries-clean__list a::after {
  content: "›";
  flex: 0 0 auto;
  color: var(--uwt-secondary);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-1px);
}

.uwt-where-method {
  width: 100%;
  padding: 86px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
  overflow: hidden;
}

.uwt-where-method__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

.uwt-where-method__image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #eef7fc;
  box-shadow: 0 28px 76px rgba(8, 44, 94, .14);
}

.uwt-where-method__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 44, 94, .02), rgba(8, 44, 94, .22));
  pointer-events: none;
}

.uwt-where-method__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .8s ease;
}

.uwt-where-method__image:hover img {
  transform: scale(1.045);
}

.uwt-where-method__content h2 {
  max-width: 560px;
  margin: 0 0 34px;
}

.uwt-where-method__items {
  display: grid;
  border-top: 1px solid rgba(15, 111, 164, .16);
}

.uwt-where-method__items article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(15, 111, 164, .16);
}

.uwt-where-method__items span {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 111, 164, .09);
  color: var(--uwt-secondary);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.uwt-where-method__items h3 {
  margin: 0;
  color: var(--uwt-primary);
  font-size: 25px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
}

.uwt-where-method__items p {
  max-width: 500px;
  margin: 9px 0 0;
  color: var(--uwt-text);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 650;
}

.uwt-where-cta {
  width: 100%;
  padding: 72px 0 92px;
  background: #ffffff;
}

.uwt-where-cta__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.uwt-where-cta__box {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 54px 34px 58px;
  text-align: center;
  background:
    radial-gradient(circle at 84% 14%, rgba(15, 111, 164, .36), transparent 34%),
    linear-gradient(135deg, #082c5e 0%, #0b3c70 54%, #0f5f90 100%);
  box-shadow: 0 26px 70px rgba(8, 44, 94, .18);
}

.uwt-where-cta__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .026) 0, rgba(255, 255, 255, .026) 1px, transparent 1px, transparent 24px);
  opacity: .34;
  pointer-events: none;
}

.uwt-where-cta h2,
.uwt-where-cta p,
.uwt-where-cta__button {
  position: relative;
  z-index: 2;
}

.uwt-where-cta h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1.06;
}

.uwt-where-cta p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 800;
}

.uwt-where-cta__button {
  min-height: 50px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--uwt-primary) !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
  transition: transform .24s ease, background .24s ease, color .24s ease;
}

.uwt-where-cta__button:hover {
  transform: translateY(-2px);
  background: #a9dff8;
}

@media (max-width: 980px) {
  .uwt-countries-premium__directory,
  .uwt-countries-clean__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uwt-countries-premium__directory a:nth-child(4n) {
    border-right: 1px solid rgba(8, 44, 94, .1);
  }

  .uwt-countries-premium__directory a:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 920px) {
  .uwt-where-clean-container {
    width: min(100% - 32px, 680px);
  }

  .uwt-where-clean-hero,
  .uwt-where-clean-story,
  .uwt-where-clean-map,
  .uwt-where-clean-method,
  .uwt-where-clean-cta {
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .uwt-where-clean-hero__grid,
  .uwt-where-clean-story__grid,
  .uwt-where-clean-method__grid {
    grid-template-columns: 1fr;
  }

  .uwt-where-clean-hero__image {
    min-height: 280px;
  }

  .uwt-where-clean-story__images {
    min-height: 430px;
  }

  .uwt-where-clean-story__large {
    inset: 0 34px 86px 0;
  }

  .uwt-where-clean-method__image {
    min-height: 380px;
  }

  .uwt-where-hero,
  .uwt-where-story,
  .uwt-where-map,
  .uwt-countries-premium,
  .uwt-countries-clean,
  .uwt-where-method,
  .uwt-where-cta {
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .uwt-where-hero__inner,
  .uwt-where-story__inner,
  .uwt-where-map__inner,
  .uwt-countries-premium__inner,
  .uwt-countries-clean__inner,
  .uwt-where-method__inner,
  .uwt-where-cta__inner {
    width: min(100% - 32px, 680px);
  }

  .uwt-where-hero__inner,
  .uwt-where-story__inner,
  .uwt-where-method__inner,
  .uwt-where-map__layout {
    grid-template-columns: 1fr;
  }

  .uwt-where-hero__media {
    min-height: 280px;
  }

  .uwt-where-story__images {
    min-height: 430px;
  }

  .uwt-where-story__large {
    inset: 0 34px 86px 0;
  }

  .uwt-where-method__image {
    min-height: 380px;
  }

  #uwtWhereCleanMap {
    height: 430px;
  }
}

@media (max-width: 620px) {
  .uwt-where-clean-hero__content h1,
  .uwt-where-clean-story__content h2,
  .uwt-where-clean-map__head h2,
  .uwt-where-clean-method__content h2,
  .uwt-where-clean-cta__box h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .uwt-where-clean-btn {
    width: 100%;
  }

  .uwt-where-clean-story__images {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .uwt-where-clean-story__large,
  .uwt-where-clean-story__small {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    border: 0;
  }

  .uwt-where-clean-story__large {
    aspect-ratio: 1.08 / 1;
  }

  .uwt-where-clean-story__small {
    aspect-ratio: 1.35 / 1;
  }

  .uwt-where-clean-method__items > div {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .uwt-where-clean-cta__box {
    min-height: 300px;
    border-radius: 24px;
    padding: 42px 24px 46px;
  }

  .uwt-where-hero h1,
  .uwt-where-story h2,
  .uwt-where-map__copy h2,
  .uwt-where-map__head h2,
  .uwt-countries-premium__intro h2,
  .uwt-countries-clean__top h2,
  .uwt-where-method__content h2,
  .uwt-where-cta h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .uwt-where-hero__btn {
    width: 100%;
  }

  .uwt-where-story__images {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .uwt-where-story__large,
  .uwt-where-story__small {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    border: 0;
  }

  .uwt-where-story__large {
    aspect-ratio: 1.08 / 1;
  }

  .uwt-where-story__small {
    aspect-ratio: 1.35 / 1;
  }

  .uwt-where-hadith {
    padding: 50px 0;
  }

  .uwt-where-hadith__inner {
    width: min(100% - 32px, 640px);
    padding: 36px 24px;
    border-radius: 24px;
  }

  .uwt-where-hadith__inner::before {
    inset: 12px;
    border-radius: 18px;
  }

  .uwt-where-hadith__quote p {
    font-size: clamp(21px, 5.8vw, 27px);
    line-height: 1.5;
  }

  .uwt-countries-premium__directory,
  .uwt-countries-clean__list {
    grid-template-columns: 1fr;
  }

  .uwt-countries-premium__directory {
    margin: 0 16px 16px;
    border-radius: 20px;
  }

  .uwt-countries-premium__directory a,
  .uwt-countries-premium__directory a:nth-child(4n),
  .uwt-countries-premium__directory a:nth-child(2n) {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 44, 94, .1);
    font-size: 17px;
  }

  .uwt-countries-premium__directory a:last-child,
  .uwt-countries-clean__list a:last-child {
    border-bottom: 0;
  }

  .uwt-where-method__items article {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .uwt-where-cta__box {
    min-height: 300px;
    border-radius: 24px;
    padding: 42px 24px 46px;
  }

  .uwt-where-cta__button {
    width: 100%;
    max-width: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uwt-where-hero__media img,
  .uwt-where-story__large img,
  .uwt-where-story__small img,
  .uwt-where-method__image img,
  .uwt-where-cta__button {
    transition: none;
  }
}
