:root {
  --hadi-hub-blue: #178bd4;
  --hadi-hub-blue-light: #44a7e5;
  --hadi-hub-blue-deep: #06508f;
  --hadi-hub-blue-dark: #043b6a;
  --hadi-hub-night: #061d32;
  --hadi-hub-ink: #101112;
  --hadi-hub-copy: #34424a;
  --hadi-hub-soft: #f4f6f7;
  --hadi-hub-surface: #eef5f8;
  --hadi-hub-line: #c6d4dd;
  --hadi-hub-focus: #8bd8ff;
}

body.page-id-130 .site-main,
body.page-id-3095 .site-main,
body.page-id-130 .page-content,
body.page-id-3095 .page-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-id-130 .elementor-130 > .e-con,
body.page-id-3095 .elementor-3095 > .e-con {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --content-width: 100%;
}

body.page-id-130 .elementor-widget-shortcode,
body.page-id-3095 .elementor-widget-shortcode,
body.page-id-130 .elementor-widget-shortcode > .elementor-widget-container,
body.page-id-3095 .elementor-widget-shortcode > .elementor-widget-container {
  width: 100%;
}

.hadi-content-hub,
.hadi-content-hub * {
  box-sizing: border-box;
}

.hadi-content-hub {
  width: 100%;
  overflow: clip;
  color: var(--hadi-hub-ink);
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  text-align: start;
}

.hadi-content-hub a {
  color: inherit;
  text-decoration: none;
}

.hadi-content-hub img {
  display: block;
  max-width: 100%;
}

.hadi-content-hub :where(a, button, input):focus-visible {
  outline: 3px solid var(--hadi-hub-blue-deep);
  outline-offset: 4px;
}

.hadi-content-shell {
  width: min(1280px, calc(100% - clamp(40px, 8vw, 96px)));
  margin-inline: auto;
}

.hadi-content-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--hadi-hub-blue-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hadi-content-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  padding-block: clamp(52px, 6vw, 82px);
  color: #fff;
  background:
    radial-gradient(circle at 14% 0%, rgba(68, 167, 229, .24), transparent 34%),
    linear-gradient(120deg, #061d32 0%, #082a49 56%, #043b6a 100%);
}

.hadi-content-hub[dir="rtl"] .hadi-content-hero {
  background:
    radial-gradient(circle at 86% 0%, rgba(68, 167, 229, .24), transparent 34%),
    linear-gradient(240deg, #061d32 0%, #082a49 56%, #043b6a 100%);
}

.hadi-content-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  content: "";
}

.hadi-content-hero::after {
  position: absolute;
  z-index: -1;
  width: 520px;
  aspect-ratio: 1;
  inset-block-end: -330px;
  inset-inline-end: -160px;
  border: 1px solid rgba(139, 216, 255, .18);
  border-radius: 50%;
  box-shadow:
    0 0 0 64px rgba(139, 216, 255, .035),
    0 0 0 132px rgba(139, 216, 255, .025);
  content: "";
}

.hadi-content-hero--compact {
  min-height: 0;
}

.hadi-content-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
}

.hadi-content-hub[dir="rtl"] .hadi-content-hero__layout {
  grid-template-columns: minmax(520px, 1.14fr) minmax(0, .86fr);
}

.hadi-content-hub[dir="rtl"] .hadi-content-hero__copy {
  grid-column: 2;
  grid-row: 1;
}

.hadi-content-hub[dir="rtl"] .hadi-content-feature {
  grid-column: 1;
  grid-row: 1;
}

.hadi-content-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.hadi-content-hero .hadi-content-kicker {
  color: #8bd8ff;
}

.hadi-content-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 780;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.hadi-content-hero__copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.hadi-content-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.hadi-content-hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hadi-content-hero__proofs li::before {
  width: 7px;
  aspect-ratio: 1;
  border: 2px solid #44a7e5;
  border-radius: 50%;
  content: "";
}

.hadi-content-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 620px;
  margin-block-start: 30px;
}

.hadi-content-search__field {
  position: relative;
  display: flex;
  align-items: center;
}

.hadi-content-search__field svg {
  position: absolute;
  inset-inline-start: 18px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #62737f;
  stroke-linecap: round;
  stroke-width: 1.8;
  pointer-events: none;
}

.hadi-content-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  padding-inline-start: 50px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  outline: none;
  color: #17242c;
  background: rgba(255, 255, 255, .96);
  font: inherit;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hadi-content-search input::placeholder {
  color: #62737f;
  opacity: 1;
}

.hadi-content-search input:focus {
  border-color: #8bd8ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(139, 216, 255, .16);
}

.hadi-content-hero :where(a, button, input):focus-visible,
.hadi-content-cta :where(a, button):focus-visible {
  outline-color: var(--hadi-hub-focus);
  box-shadow: 0 0 0 6px var(--hadi-hub-night);
}

.hadi-content-search button {
  min-width: 112px;
  min-height: 54px;
  padding-inline: 22px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--hadi-hub-blue-deep);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: background-color .18s ease;
}

.hadi-content-search button:hover {
  background: var(--hadi-hub-blue-dark);
}

.hadi-content-feature {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  background: rgba(6, 29, 50, .62);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}

.hadi-content-feature__link {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(250px, .96fr);
  min-height: 410px;
  color: #fff;
}

.hadi-content-hub[dir="rtl"] .hadi-content-feature__link {
  grid-template-columns: minmax(250px, .96fr) minmax(0, 1.04fr);
}

.hadi-content-feature__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.hadi-content-hub[dir="rtl"] .hadi-content-feature__media {
  grid-column: 2;
}

.hadi-content-feature__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 29, 50, .32), transparent 50%);
  content: "";
}

.hadi-content-feature__media .hadi-content-card__image,
.hadi-content-feature__media .hadi-content-card__fallback {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  transition: transform .45s ease;
}

.hadi-content-feature__link:hover .hadi-content-card__image {
  transform: scale(1.025);
}

.hadi-content-feature__label {
  position: absolute;
  z-index: 2;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 29, 50, .78);
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.hadi-content-feature__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 38px);
}

.hadi-content-hub[dir="rtl"] .hadi-content-feature__body {
  grid-column: 1;
  grid-row: 1;
}

.hadi-content-feature h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 17px 0 13px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hadi-content-feature p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hadi-content-feature .hadi-content-card__meta {
  color: rgba(255, 255, 255, .7);
}

.hadi-content-feature .hadi-content-card__meta span:first-child {
  color: #8bd8ff;
}

.hadi-content-feature .hadi-content-card__cta {
  margin-block-start: 22px;
  color: #fff;
}

.hadi-content-index {
  padding-block: clamp(66px, 8vw, 112px);
  background: #fff;
}

.hadi-content-index__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-block-end: 28px;
  border-block-end: 1px solid #dbe4e9;
}

.hadi-content-index__header h2 {
  margin: 10px 0 0;
  color: var(--hadi-hub-ink);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.hadi-content-index__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  color: #586770;
  font-size: 14px;
  font-weight: 650;
}

.hadi-content-index__summary a {
  color: var(--hadi-hub-blue-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hadi-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 32px);
  margin-block-start: 36px;
}

.hadi-content-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5ea;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(7, 28, 44, .055);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hadi-content-card:hover {
  border-color: #b8ccd8;
  box-shadow: 0 18px 44px rgba(7, 28, 44, .085);
  transform: translateY(-3px);
}

.hadi-content-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.hadi-content-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--hadi-hub-surface);
}

.hadi-content-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease;
}

.hadi-content-card:hover .hadi-content-card__image {
  transform: scale(1.035);
}

.hadi-content-card__fallback {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 80, 143, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 80, 143, .09) 1px, transparent 1px),
    linear-gradient(135deg, #eef5f8, #dfeaf0);
  background-size: 32px 32px, 32px 32px, 100% 100%;
}

.hadi-content-card__fallback::before,
.hadi-content-card__fallback::after,
.hadi-content-card__fallback span,
.hadi-content-card__fallback i,
.hadi-content-card__fallback b {
  position: absolute;
  display: block;
  border: 2px solid rgba(6, 80, 143, .42);
  border-radius: 50%;
  content: "";
}

.hadi-content-card__fallback::before {
  width: 38%;
  aspect-ratio: 1;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hadi-content-card__fallback::after {
  width: 18%;
  aspect-ratio: 1;
  inset: 50% auto auto 50%;
  border-width: 6px;
  transform: translate(-50%, -50%);
}

.hadi-content-card__fallback span,
.hadi-content-card__fallback i,
.hadi-content-card__fallback b {
  width: 7%;
  aspect-ratio: 1;
  border: 0;
  background: rgba(23, 139, 212, .8);
}

.hadi-content-card__fallback span {
  inset: 20% auto auto 20%;
}

.hadi-content-card__fallback i {
  inset: auto 18% 24% auto;
}

.hadi-content-card__fallback b {
  inset: 28% 23% auto auto;
}

.hadi-content-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.2vw, 28px);
}

.hadi-content-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  color: #687983;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.hadi-content-card__meta > * + *::before {
  display: inline-block;
  margin-inline-end: 10px;
  color: #9aabb5;
  content: "•";
}

.hadi-content-card__meta span:first-child {
  color: var(--hadi-hub-blue-deep);
  font-weight: 750;
}

.hadi-content-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 15px 0 11px;
  color: var(--hadi-hub-ink);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 740;
  letter-spacing: -.02em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hadi-content-card__body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--hadi-hub-copy);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hadi-content-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block-start: 20px;
  margin-block-start: auto;
  color: #667680;
  font-size: 12px;
  font-weight: 600;
}

.hadi-content-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hadi-hub-blue-deep);
  font-size: 13px;
  font-weight: 760;
}

.hadi-content-hub__arrow {
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.hadi-content-hub__arrow img {
  width: 7px;
  height: 7px;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}

.hadi-content-hub[dir="rtl"] .hadi-content-hub__arrow img {
  transform: rotate(90deg);
}

.hadi-content-card__link:hover .hadi-content-hub__arrow img,
.hadi-content-feature__link:hover .hadi-content-hub__arrow img,
.hadi-content-button:hover .hadi-content-hub__arrow img {
  animation: hadi-content-arrow .48s ease;
}

@keyframes hadi-content-arrow {
  0%, 100% { transform: rotate(-90deg) translateY(0); }
  50% { transform: rotate(-90deg) translateY(2px); }
}

.hadi-content-hub[dir="rtl"] .hadi-content-card__link:hover .hadi-content-hub__arrow img,
.hadi-content-hub[dir="rtl"] .hadi-content-feature__link:hover .hadi-content-hub__arrow img,
.hadi-content-hub[dir="rtl"] .hadi-content-button:hover .hadi-content-hub__arrow img {
  animation-name: hadi-content-arrow-rtl;
}

@keyframes hadi-content-arrow-rtl {
  0%, 100% { transform: rotate(90deg) translateY(0); }
  50% { transform: rotate(90deg) translateY(2px); }
}

.hadi-content-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-block-start: 48px;
}

.hadi-content-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hadi-content-pagination__pages a,
.hadi-content-pagination__pages .current {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5e0e6;
  border-radius: 11px;
  color: #42535d;
  background: #fff;
  font-weight: 700;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.hadi-content-pagination__pages a:hover {
  border-color: #a9c2d1;
  color: var(--hadi-hub-blue-deep);
  background: var(--hadi-hub-surface);
}

.hadi-content-pagination__pages .current {
  border-color: var(--hadi-hub-blue-deep);
  color: #fff;
  background: var(--hadi-hub-blue-deep);
}

.hadi-content-pagination__edge {
  min-width: 90px;
  color: var(--hadi-hub-blue-deep) !important;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.hadi-content-empty {
  display: grid;
  justify-items: center;
  padding: clamp(48px, 7vw, 80px) 24px;
  margin-block-start: 36px;
  border: 1px solid #dce6eb;
  border-radius: 22px;
  text-align: center;
  background: #fff;
}

.hadi-content-empty--soft {
  background: var(--hadi-hub-soft);
}

.hadi-content-empty__mark {
  position: relative;
  width: 54px;
  aspect-ratio: 1;
  border: 1px solid #a9c3d2;
  border-radius: 50%;
}

.hadi-content-empty__mark::before,
.hadi-content-empty__mark::after {
  position: absolute;
  inset: 50% auto auto 50%;
  background: var(--hadi-hub-blue-deep);
  content: "";
  transform: translate(-50%, -50%);
}

.hadi-content-empty__mark::before {
  width: 18px;
  height: 2px;
}

.hadi-content-empty__mark::after {
  width: 2px;
  height: 18px;
}

.hadi-content-empty h3 {
  margin: 18px 0 8px;
  color: var(--hadi-hub-ink);
  font-size: 24px;
  font-weight: 750;
}

.hadi-content-empty p {
  max-width: 620px;
  margin: 0;
  color: var(--hadi-hub-copy);
}

.hadi-content-empty > a {
  margin-block-start: 18px;
  color: var(--hadi-hub-blue-deep);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hadi-content-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(64px, 7vw, 96px);
  color: #fff;
  background: var(--hadi-hub-night);
}

.hadi-content-cta::after {
  position: absolute;
  width: 360px;
  aspect-ratio: 1;
  inset: 50% -180px auto auto;
  border: 1px solid rgba(139, 216, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(139, 216, 255, .025), 0 0 0 108px rgba(139, 216, 255, .018);
  content: "";
  transform: translateY(-50%);
}

.hadi-content-hub[dir="rtl"] .hadi-content-cta::after {
  inset-inline: -180px auto;
}

.hadi-content-cta__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.hadi-content-cta .hadi-content-kicker {
  color: #8bd8ff;
}

.hadi-content-cta h2 {
  max-width: 760px;
  margin: 12px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 770;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.hadi-content-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
}

.hadi-content-cta__actions {
  display: flex;
  min-width: 220px;
  flex-direction: column;
  gap: 11px;
}

.hadi-content-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-inline: 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 750;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.hadi-content-button--primary {
  color: #fff !important;
  background: var(--hadi-hub-blue-deep);
}

.hadi-content-button--primary:hover {
  background: var(--hadi-hub-blue-dark);
}

.hadi-content-feature .hadi-content-hub__arrow,
.hadi-content-button--primary .hadi-content-hub__arrow {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: transparent;
}

.hadi-content-feature .hadi-content-hub__arrow img,
.hadi-content-button--primary .hadi-content-hub__arrow img {
  width: 9px;
  height: 9px;
}

.hadi-content-button--secondary {
  border-color: rgba(255, 255, 255, .3);
  color: #fff !important;
  background: transparent;
}

.hadi-content-button--secondary:hover {
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 1160px) {
  .hadi-content-hero__layout,
  .hadi-content-hub[dir="rtl"] .hadi-content-hero__layout {
    grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
    gap: 38px;
  }

  .hadi-content-feature__link,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__link {
    grid-template-columns: 1fr;
  }

  .hadi-content-feature__media,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 240px;
  }

  .hadi-content-feature__media .hadi-content-card__image,
  .hadi-content-feature__media .hadi-content-card__fallback {
    min-height: 240px;
  }

  .hadi-content-feature__body,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__body {
    grid-column: 1;
    grid-row: 2;
  }

  .hadi-content-feature p {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 1024px) {
  .hadi-content-shell {
    width: min(100% - 48px, 920px);
  }

  .hadi-content-hero {
    min-height: 0;
    padding-block: 58px 68px;
  }

  .hadi-content-hero__layout,
  .hadi-content-hub[dir="rtl"] .hadi-content-hero__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hadi-content-hub[dir="rtl"] .hadi-content-hero__copy,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature,
  .hadi-content-hero__copy,
  .hadi-content-feature {
    grid-column: 1;
    grid-row: auto;
  }

  .hadi-content-hero__copy {
    max-width: 760px;
  }

  .hadi-content-hero h1 {
    max-width: 790px;
    font-size: clamp(46px, 7vw, 62px);
  }

  .hadi-content-feature__link,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__link {
    grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr);
  }

  .hadi-content-feature__media,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__media {
    grid-column: auto;
    grid-row: 1;
    min-height: 360px;
  }

  .hadi-content-hub[dir="rtl"] .hadi-content-feature__media {
    grid-column: 2;
  }

  .hadi-content-feature__body,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__body {
    grid-column: auto;
    grid-row: 1;
  }

  .hadi-content-hub[dir="rtl"] .hadi-content-feature__body {
    grid-column: 1;
  }

  .hadi-content-feature__media .hadi-content-card__image,
  .hadi-content-feature__media .hadi-content-card__fallback {
    min-height: 360px;
  }

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

  .hadi-content-cta__layout {
    grid-template-columns: 1fr;
  }

  .hadi-content-cta__actions {
    min-width: 0;
    flex-direction: row;
  }

  .hadi-content-button {
    min-width: 190px;
  }
}

@media (max-width: 767px) {
  .hadi-content-shell {
    width: calc(100% - 36px);
  }

  .hadi-content-hero {
    padding-block: 42px 48px;
  }

  .hadi-content-hero::before {
    background-size: 46px 46px;
  }

  .hadi-content-hero__layout,
  .hadi-content-hub[dir="rtl"] .hadi-content-hero__layout {
    gap: 34px;
  }

  .hadi-content-hero h1 {
    margin-block: 13px 15px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.07;
  }

  .hadi-content-hero__copy > p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hadi-content-hero__proofs {
    gap: 9px 14px;
    margin-block-start: 22px;
    font-size: 12px;
  }

  .hadi-content-search {
    grid-template-columns: 1fr;
    margin-block-start: 26px;
  }

  .hadi-content-search button {
    width: 100%;
  }

  .hadi-content-feature {
    border-radius: 20px;
  }

  .hadi-content-feature__link,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__link {
    grid-template-columns: 1fr;
  }

  .hadi-content-feature__media,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 260px;
  }

  .hadi-content-feature__body,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__body {
    grid-column: 1;
    grid-row: 2;
    padding: 24px 22px 26px;
  }

  .hadi-content-feature__media .hadi-content-card__image,
  .hadi-content-feature__media .hadi-content-card__fallback {
    min-height: 260px;
  }

  .hadi-content-feature h2 {
    margin-block: 14px 10px;
    font-size: 25px;
    -webkit-line-clamp: 3;
  }

  .hadi-content-feature p {
    -webkit-line-clamp: 3;
  }

  .hadi-content-index {
    padding-block: 58px 68px;
  }

  .hadi-content-index__header {
    display: grid;
    align-items: start;
    gap: 18px;
    padding-block-end: 22px;
  }

  .hadi-content-index__header h2 {
    font-size: 36px;
  }

  .hadi-content-index__summary {
    justify-content: space-between;
  }

  .hadi-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-block-start: 28px;
  }

  .hadi-content-card:hover {
    transform: none;
  }

  .hadi-content-card h3 {
    font-size: 22px;
  }

  .hadi-content-pagination {
    gap: 18px;
    margin-block-start: 38px;
  }

  .hadi-content-pagination__pages {
    flex: 1 0 100%;
    flex-wrap: wrap;
    order: -1;
  }

  .hadi-content-pagination__edge {
    min-width: 110px;
  }

  .hadi-content-cta {
    padding-block: 58px;
  }

  .hadi-content-cta h2 {
    font-size: 36px;
  }

  .hadi-content-cta p {
    font-size: 16px;
  }

  .hadi-content-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .hadi-content-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .hadi-content-shell {
    width: calc(100% - 28px);
  }

  .hadi-content-hero h1,
  .hadi-content-index__header h2,
  .hadi-content-cta h2 {
    font-size: 34px;
  }

  .hadi-content-feature__media,
  .hadi-content-hub[dir="rtl"] .hadi-content-feature__media,
  .hadi-content-feature__media .hadi-content-card__image,
  .hadi-content-feature__media .hadi-content-card__fallback {
    min-height: 220px;
  }

  .hadi-content-card__body {
    padding: 20px;
  }

  .hadi-content-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .hadi-content-pagination__pages a,
  .hadi-content-pagination__pages .current {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hadi-content-hub *,
  .hadi-content-hub *::before,
  .hadi-content-hub *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
