.sections-show-page {
  background: linear-gradient(180deg, #f3f8f9 0%, #ffffff 44%, #eef6f5 100%);
  color: #06292d;
  font-family: "Cairo", Arial, sans-serif;
}

.sections-show-page * {
  font-family: "Cairo", Arial, sans-serif;
  letter-spacing: 0;
}

.sections-show-page i[class^="fa-"],
.sections-show-page i[class*=" fa-"] {
  font-family: "Font Awesome 6 Pro";
}

.sections-show-page .fa-brands,
.sections-show-page .fab {
  font-family: "Font Awesome 6 Brands";
}

.sections-main {
  overflow: hidden;
}

.sections-hero {
  position: relative;
  min-height: 560px;
  padding: 56px 0 86px;
  color: #fff;
  isolation: isolate;
  background: #071f27;
}

.sections-hero::before,
.sections-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sections-hero::before {
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 42px 42px;
}

.sections-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 35, 40, .96) 0%, rgba(5, 52, 58, .84) 54%, rgba(7, 31, 39, .72) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 177, 24, .3), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(16, 140, 132, .28), transparent 32%);
}

.sections-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .43;
}

.sections-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.08);
}

.sections-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  font-weight: 900;
}

.sections-breadcrumb a,
.sections-breadcrumb strong {
  color: inherit;
  text-decoration: none;
}

.sections-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 38px;
  margin-top: 86px;
  direction: rtl;
}

.sections-hero-copy {
  max-width: 820px;
  text-align: right;
}

.sections-hero-copy > span,
.sections-title-row span,
.sections-lead-card span,
.sections-cta span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffb118;
  color: #06292d;
  font-size: .84rem;
  font-weight: 900;
}

.sections-hero-copy h1 {
  margin: 22px 0 14px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.5;
}

.sections-hero-copy p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 2;
}

.sections-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  max-width: 680px;
  min-height: 64px;
  margin-top: 30px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.sections-search i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  color: #ffb118;
  background: rgba(255, 255, 255, .1);
}

.sections-search input {
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-weight: 800;
}

.sections-search input::placeholder {
  color: rgba(255, 255, 255, .68);
}

.sections-search button,
.sections-title-row a,
.sections-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #ffb118;
  color: #06292d;
  text-decoration: none;
  font-weight: 900;
}

.sections-hero-board {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.sections-hero-board div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
}

.sections-hero-board span {
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.sections-hero-board strong {
  color: #ffb118;
  font-size: 1.8rem;
  font-weight: 900;
}

.sections-quick-strip {
  position: relative;
  z-index: 3;
  margin-top: -44px;
}

.sections-quick-strip .container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 300px);
  gap: 12px;
  overflow-x: auto;
  padding: 16px;
  border: 1px solid rgba(12, 74, 79, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 56px rgba(7, 36, 44, .12);
  backdrop-filter: blur(16px);
}

.sections-quick-strip .quick-section-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: start;
  gap: 12px;
  min-width: 0;
  min-height: 92px;
  padding: 12px;
  border: 1px solid #dce9ed;
  border-radius: 12px;
  color: #0b3340;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 251, 252, .96)),
    #fff;
  text-align: right;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sections-quick-strip .quick-section-card:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 58, 59, .26);
  box-shadow: 0 12px 26px rgba(7, 36, 44, .1);
}

.quick-section-card__body {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 8px;
}

.quick-section-card__media {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 177, 24, .95), rgba(6, 58, 59, .96));
}

.quick-section-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-section-card__media b {
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
}

.sections-quick-strip strong {
  display: block;
  min-width: 0;
  overflow: visible;
  color: #233744;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: normal;
}

.sections-quick-strip small {
  min-width: 0;
  overflow: hidden;
  color: #657783;
  font-size: .82rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sections-directory,
.sections-insights {
  padding: 72px 0 38px;
}

.sections-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  text-align: right;
  direction: rtl;
}

.sections-title-row h2 {
  margin: 12px 0 0;
  color: #063a3b;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
}

.sections-feature-layout {
  display: block;
  direction: rtl;
}

.sections-lead-card {
  position: sticky;
  top: 20px;
  display: grid;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid #dbe8ed;
  border-radius: 18px;
  background: #063a3b;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 58px rgba(10, 44, 52, .12);
}

.sections-lead-card img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  opacity: .58;
}

.sections-lead-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  text-align: right;
  background: linear-gradient(180deg, transparent, rgba(2, 25, 28, .94));
}

.sections-lead-card h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.35;
}

.sections-lead-card p {
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
  line-height: 1.9;
}

.sections-lead-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffb118;
  font-weight: 900;
}

.sections-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sections-card {
  --accent: #0d8b83;
  overflow: hidden;
  border: 1px solid #e2e9ef;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 44, 52, .04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sections-card:hover {
  transform: translateY(-3px);
  border-color: #d7e2e8;
  box-shadow: 0 14px 34px rgba(10, 44, 52, .08);
}

.sections-card.amber { --accent: #d98a00; }
.sections-card.sky { --accent: #2879c8; }
.sections-card.rose { --accent: #c64c63; }
.sections-card.indigo { --accent: #5363c9; }
.sections-card.teal { --accent: #008a9b; }
.sections-card.slate { --accent: #516070; }
.sections-card.gold { --accent: #b48208; }

.sections-card-media {
  display: block;
  height: 170px;
  background: #e7f1f2;
  text-decoration: none;
}

.sections-card-media img,
.sections-card-media span {
  width: 100%;
  height: 100%;
}

.sections-card-media img {
  display: block;
  object-fit: cover;
}

.sections-card-media span {
  display: grid;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 177, 24, .9), rgba(6, 58, 59, .94)),
    linear-gradient(135deg, var(--accent), #06292d);
  font-size: 2.25rem;
  font-weight: 900;
}

.sections-card-copy {
  min-height: 118px;
  padding: 16px 18px 18px;
  text-align: right;
}

.sections-card-copy time {
  display: block;
  margin-bottom: 12px;
  color: #bd8300;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.sections-card h3 {
  position: relative;
  margin: 0;
  padding-top: 12px;
  color: #06292d;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
}

.sections-card h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb118, #bd8300);
}

.sections-card h3 a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 64px;
  overflow: hidden;
  padding: 10px 12px;
  border: 1px solid rgba(255, 177, 24, .22);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 177, 24, .14), rgba(255, 255, 255, .04)),
    linear-gradient(135deg, #063a3b, #06292d);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 10px 22px rgba(6, 41, 45, .12);
  transition: color .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sections-card h3 a i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #06292d;
  background: linear-gradient(135deg, #ffb118, color-mix(in srgb, var(--accent) 38%, #ffb118));
  font-size: .95rem;
}

.sections-card h3 a span {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sections-card h3 a:hover {
  border-color: rgba(255, 177, 24, .55);
  color: #fff;
  box-shadow: 0 14px 30px rgba(6, 41, 45, .2);
  transform: translateX(-3px);
}

.sections-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid #dbe8ed;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(10, 44, 52, .08);
  direction: rtl;
}

.sections-pagination-summary {
  color: #60717c;
  font-size: .9rem;
  font-weight: 900;
  text-align: right;
}

.sections-pagination-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.sections-pagination-links a,
.sections-pagination-links span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9e8ed;
  border-radius: 10px;
  color: #063a3b;
  background: #fff;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1;
}

.sections-pagination-links a:hover,
.sections-pagination-links .active {
  border-color: #ffb118;
  background: #ffb118;
  color: #06292d;
}

.sections-pagination-links .disabled {
  color: #9aabb5;
  background: #f1f6f7;
  cursor: not-allowed;
}

.sections-pagination-links .dots {
  min-width: 28px;
  border-color: transparent;
  background: transparent;
  color: #60717c;
}

.sections-empty {
  grid-column: 1 / -1;
  padding: 52px 22px;
  border: 1px solid #dbe8ed;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.sections-empty i {
  color: #ffb118;
  font-size: 3rem;
}

.sections-empty h3 {
  margin: 18px 0 10px;
  color: #063a3b;
  font-weight: 900;
}

.sections-insights {
  background: #f6fafb;
}

.sections-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  direction: rtl;
}

.sections-insight-grid a {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 52px rgba(10, 44, 52, .1);
}

.sections-insight-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.sections-insight-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 26%, rgba(3, 28, 33, .92));
}

.sections-insight-grid span,
.sections-insight-grid strong {
  position: relative;
  z-index: 1;
  margin-inline: 18px;
  text-align: right;
}

.sections-insight-grid span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #06292d;
  background: #ffb118;
  font-size: .78rem;
  font-weight: 900;
}

.sections-insight-grid strong {
  margin-bottom: 18px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.7;
}

.sections-insight-grid a:hover img {
  transform: scale(1.06);
}

.sections-cta {
  padding: 54px 0 68px;
}

.sections-cta .container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(255, 177, 24, .3);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 177, 24, .2), rgba(255, 255, 255, .92)),
    url("../img/footer-background-generated.png") center/cover;
  box-shadow: 0 24px 56px rgba(10, 44, 52, .1);
  text-align: right;
  direction: rtl;
}

.sections-cta .container > i {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  color: #ffb118;
  background: #063a3b;
  font-size: 1.8rem;
}

.sections-cta h2 {
  margin: 10px 0 0;
  color: #063a3b;
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  font-weight: 900;
}

@media (max-width: 1199.98px) {
  .sections-card-grid,
  .sections-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sections-hero {
    min-height: auto;
    padding: 42px 0 76px;
  }

  .sections-hero-grid,
  .sections-cta .container {
    grid-template-columns: 1fr;
  }

  .sections-hero-grid {
    margin-top: 46px;
  }

  .sections-lead-card {
    position: relative;
    top: auto;
    min-height: 360px;
  }

  .sections-lead-card img {
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .sections-search {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sections-search button {
    grid-column: 1 / -1;
  }

  .sections-title-row {
    align-items: stretch;
    flex-direction: column;
  }

  .sections-insight-grid {
    grid-template-columns: 1fr;
  }

  .sections-card-grid {
    grid-template-columns: 1fr;
  }

  .sections-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .sections-pagination-links {
    justify-content: center;
  }

  .sections-quick-strip .container {
    grid-auto-columns: minmax(260px, 86%);
  }
}

@media (max-width: 575.98px) {
  .sections-hero-copy h1 {
    font-size: 2.35rem;
  }

  .sections-hero-board div,
  .sections-card-top,
  .sections-card footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
