.news-hero{
  position:relative;
  overflow:hidden;
  background:#fff;
  border-radius:34px;
  padding:50px 40px;
  margin-bottom:30px;
  box-shadow:0 14px 35px rgba(37,78,114,0.08);
}

.news-hero-grid{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:40px;
  align-items:center;
}


/* Header */

/* Header */
.hdr-wrap{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:1000;width:min(94%,1120px);}
.hdr-pill{background:rgba(255,255,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.6);border-radius:999px;box-shadow:0 12px 35px rgba(13,16,24,.08);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.hdr-right{display:flex;align-items:center;gap:12px;min-width:0;}
.hdr-logo{width:56px;height:56px;object-fit:contain;flex:0 0 auto;}
.hdr-nav{display:flex;align-items:center;gap:6px;background:#f2f3f7;border:1px solid rgba(17,19,26,.05);border-radius:999px;padding:6px;}
.hdr-nav a{padding:10px 18px;border-radius:999px;font-size:13px;font-weight:700;color:#2f3545;transition:.25s ease;white-space:nowrap;}
.hdr-nav a:hover{background:#e9ebf2;}
.hdr-nav a.hdr-active{background:var(--ink);color:#fff;box-shadow:0 8px 18px rgba(17,19,26,.15);}
.hdr-menu{display:none;border:0;background:#f2f3f7;width:46px;height:46px;border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;}
.hdr-menu span{display:block;width:18px;height:2px;background:#222;border-radius:999px;transition:.25s;}
.hdr-menu.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hdr-menu.active span:nth-child(2){opacity:0;}
.hdr-menu.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}




/* Hero */
.hero{position:relative;min-height:82vh;background:radial-gradient(circle at 20% 20%, rgba(135,118,198,.25), transparent 35%),radial-gradient(circle at 80% 25%, rgba(26,152,179,.18), transparent 28%),linear-gradient(180deg,#12141b 0%, #1a1d28 100%);overflow:hidden;display:flex;align-items:flex-end;}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(18,20,27,.18) 0%, rgba(18,20,27,.32) 40%, rgba(18,20,27,.72) 100%);}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:end;padding:150px 24px 70px;max-width:1180px;margin:0 auto;width:100%;}
.hero-copy{text-align:right;color:#fff;max-width:680px;justify-self:end;}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;padding:8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);margin-bottom:18px;}
.hero-kicker::before{content:'';width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--blue));box-shadow:0 0 18px rgba(135,118,198,.8);}
.hero h1{font-size:clamp(38px,6vw,86px);line-height:.95;margin:0 0 16px;font-weight:900;color:#fff;letter-spacing:-1px;}
.hero p{margin:0;max-width:620px;font-size:clamp(15px,1.55vw,22px);line-height:2;color:rgba(255,255,255,.88);}
.hero-badge{justify-self:start;align-self:start;width:min(360px,100%);padding:24px;border-radius:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);box-shadow:0 20px 40px rgba(0,0,0,.22);}
.hero-badge img{width:110px;margin:0 auto 12px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25));}
.hero-badge h3{margin:0 0 10px;font-size:30px;font-weight:900;color:#fff;text-align:center;}
.hero-badge p{font-size:14px;line-height:1.9;text-align:center;color:rgba(255,255,255,.82);}



/* النص */

.news-badge{
  background:#e8e3f8;
  color:#8170BA;
  padding:6px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}

.news-hero-content h1{
  font-size:42px;
  color:#254E72;
  margin:14px 0;
}

.news-hero-content p{
  color:#6B7280;
  line-height:2;
  font-size:15px;
}

.news-buttons{
  margin-top:20px;
  display:flex;
  gap:14px;
}

.btn-primary{
  background:#254E72;
  color:white;
  padding:12px 20px;
  border-radius:14px;
  font-weight:700;
}

.btn-secondary{
  background:#eef2f4;
  color:#254E72;
  padding:12px 20px;
  border-radius:14px;
  font-weight:700;
}

/* البطاقات */

.news-stats{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.news-stat-card{
  background:#f9fafb;
  padding:20px;
  border-radius:22px;
  border:1px solid #eee;
}

.news-stat-title{
  display:block;
  color:#6B7280;
  margin-bottom:6px;
}

.news-stat-number{
  font-size:32px;
  font-weight:800;
  color:#254E72;
}

/* الدوائر */

.hero-pattern{
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  opacity:0.14;
}

.hero-pattern-left{
  left:-30px;
  bottom:-40px;
  background:
    radial-gradient(circle at 40% 40%, #EB655F 0 28%, transparent 30%),
    radial-gradient(circle at 70% 65%, #ABC24E 0 24%, transparent 26%),
    radial-gradient(circle at 55% 20%, #0A95B0 0 20%, transparent 22%);
}

.hero-pattern-right{
  right:-30px;
  top:-30px;
  background:
    radial-gradient(circle at 35% 35%, #8170BA 0 28%, transparent 30%),
    radial-gradient(circle at 70% 58%, #0A95B0 0 24%, transparent 26%),
    radial-gradient(circle at 52% 82%, #ABC24E 0 20%, transparent 22%);
}



.news-master-layout{
  display:grid;
  grid-template-columns:1.85fr 1fr;
  gap:26px;
  align-items:start;
}

.page-wrap{
  padding-top:128px;
}

#featured-news{
  margin-top:18px;
}

#newsListContainer{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.news-featured{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:30px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.news-featured-bg-wrap{
  height:520px;
  position:relative;
  overflow:hidden;
}

.news-featured-bg{
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  transition:.45s ease;
}

.news-featured-bg.is-switching{
  animation:softPulse .55s ease;
}

.news-featured-bg-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.70) 28%,
    rgba(255,255,255,.22) 56%,
    rgba(255,255,255,0) 100%
  );
}

.news-featured-tag{
  position:absolute;
  top:20px;
  right:20px;
  z-index:3;
  background:rgba(255,255,255,.95);
  color:var(--namaa-navy);
  border:1px solid rgba(0,0,0,.04);
  border-radius:999px;
  padding:10px 14px;
  font-size:12px;
  font-weight:800;
  box-shadow:var(--shadow-soft);
}

/* ===== وسام التميز - النسخة النهائية ===== */
.awards-section {
  max-width: 1120px;
  min-height: 560px;
  margin: 78px auto 42px;
  padding: 46px 56px 42px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #8B77D6 0%, #7B68CF 48%, #856FD5 100%);
  box-shadow: 0 18px 40px rgba(54, 33, 108, 0.16);
}

.awards-bg-shape {
  position: absolute;
  inset: 0; /* يخليها تغطي كامل البوكس */
  width: 100%;
  height: 100%;
  object-fit: cover; /* أهم شي */
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.awards-content {
  position: relative;
  z-index: 1;
}

.awards-title {
  margin: 0 0 38px;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.awards-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 78px;
  align-items: start;
}

.awards-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.awards-pill {
  width: 260px;
  min-height: 62px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  background: #C8D76B;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  box-shadow: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.awards-pill:hover {
  transform: translateY(-2px);
  background: #BED161;
}

@media (max-width: 1100px) {
  .awards-section {
    max-width: 960px;
    padding: 40px 32px 36px;
  }

  .awards-columns {
    column-gap: 32px;
  }

  .awards-pill {
    width: 220px;
    min-height: 58px;
    font-size: 17px;
  }

  .awards-bg-shape {
    width: 620px;
    opacity: 0.22;
  }
}

@media (max-width: 820px) {
  .awards-section {
    max-width: 92%;
    min-height: auto;
    padding: 32px 22px 28px;
  }

  .awards-title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .awards-columns {
    grid-template-columns: 1fr;
    row-gap: 18px;
    justify-items: center;
  }

  .awards-column {
    width: 100%;
  }

  .awards-pill {
    width: min(100%, 320px);
  }

.awards-bg-shape {
  width: 420px;
  opacity: 0.18;
}
}

/* ===== Premium Excellence Section (Scoped) ===== */
.excellence-premium{
  position: relative;
  max-width: 1120px;
  margin: 82px auto 44px;
}

.excellence-shell{
  position: relative;
  border-radius: 34px;
  padding: 36px 34px 30px;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 2% -28%, rgba(243, 235, 255, .42), rgba(243, 235, 255, 0) 70%),
    radial-gradient(780px 320px at 100% 110%, rgba(208, 236, 255, .28), rgba(208, 236, 255, 0) 72%),
    linear-gradient(130deg, var(--excellence-start, #6456ad) 0%, var(--excellence-middle, #6e5fbb) 44%, var(--excellence-end, #2e86ad) 100%);
  box-shadow:
    0 26px 58px rgba(24, 18, 56, .22),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.excellence-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.14), rgba(255,255,255,0) 42%),
    repeating-linear-gradient(128deg, rgba(255,255,255,.05), rgba(255,255,255,.05) 1px, transparent 1px, transparent 18px);
}

.excellence-hero{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  margin-bottom: 26px;
}

.excellence-period{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.26);
}

.excellence-title{
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 3.5vw, 45px);
  font-weight: 900;
  line-height: 1.14;
}

.excellence-subtitle{
  margin: 12px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.95;
}

.excellence-quarter{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 18px;
  min-height: 42px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  white-space: nowrap;
}

.excellence-cards{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.excellence-card{
  position: relative;
  min-height: 168px;
  border-radius: 24px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 28px rgba(14, 10, 44, .15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
  animation: excellence-fade-up .5s ease both;
}

.excellence-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,0) 55%);
  opacity: .6;
}

.excellence-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 40px rgba(13, 9, 42, .24);
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.2);
}

.excellence-tone-1{ background-color: rgba(245,239,255,.16); }
.excellence-tone-2{ background-color: rgba(232,244,255,.17); }
.excellence-tone-3{ background-color: rgba(239,235,255,.16); }
.excellence-tone-4{ background-color: rgba(230,248,255,.16); }

.excellence-card-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1px;
  color: #fff;
  background: rgba(255,255,255,.24);
}

.excellence-card-name{
  margin: 10px 0 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.52;
  font-weight: 850;
}

.excellence-card-category{
  margin: 0 0 10px;
  color: rgba(255,255,255,.93);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 650;
}

.excellence-card-quarter{
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 700;
}

@keyframes excellence-fade-up{
  from{
    opacity: 0;
    transform: translateY(12px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px){
  .excellence-shell{
    padding: 30px 24px 24px;
  }

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

@media (max-width: 860px){
  .excellence-hero{
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 600px){
  .excellence-premium{
    margin-top: 54px;
  }

  .excellence-shell{
    border-radius: 24px;
    padding: 22px 14px 16px;
  }

  .excellence-subtitle{
    font-size: 14px;
    line-height: 1.9;
  }

  .excellence-cards{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 82%);
    grid-template-columns: unset;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .excellence-cards::-webkit-scrollbar{
    height: 6px;
  }

  .excellence-cards::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,.36);
    border-radius: 999px;
  }

  .excellence-card{
    min-height: 162px;
    scroll-snap-align: start;
  }
}

.news-featured-body{
  padding:26px 26px 28px;
}

.news-featured-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.meta-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.meta-chip.primary{
  background:rgba(129,112,186,0.12);
  color:var(--namaa-purple);
}

.meta-chip.secondary{
  background:rgba(10,149,176,0.10);
  color:var(--namaa-cyan);
}

.news-featured-title{
  font-size:30px;
  font-weight:900;
  margin:0 0 14px;
  line-height:1.55;
  color:var(--namaa-navy);
}

.news-featured-desc{
  font-size:15px;
  color:#55606f;
  line-height:2.05;
  margin:0 0 16px;
}

.news-featured-date{
  font-size:13px;
  color:#7a8594;
  font-weight:700;
}

.news-featured-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.news-featured-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--namaa-navy);
  color:#fff;
  border:none;
  border-radius:16px;
  padding:13px 18px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}

.news-featured-btn:hover{
  transform:translateY(-2px);
}

/* ===== Main Featured News (Scoped) ===== */
.featured-news-section{
  margin-top: 34px;
}

.featured-news-header{
  margin-bottom: 22px;
}

.featured-news-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  color: var(--namaa-cyan);
  background: rgba(10,149,176,.1);
  margin-bottom: 10px;
}

.featured-news-heading{
  margin: 0 0 8px;
  color: var(--namaa-navy);
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.25;
  font-weight: 900;
}

.featured-news-support{
  margin: 0;
  color: #5b6777;
  font-size: 15px;
  line-height: 1.95;
}

.featured-news-layout-grid{
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 24px;
  align-items: start;
}

.featured-news-spotlight{
  border-radius: 32px;
  border: 1px solid rgba(37,78,114,.12);
  background: #fff;
  box-shadow: 0 14px 34px rgba(37,78,114,.1);
  padding: 18px;
}

.featured-news-hero-media{
  border-radius: 24px;
  overflow: hidden;
  min-height: 400px;
  background: #eef3f7;
  margin-bottom: 18px;
}

.featured-news-hero-image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
}

.featured-news-hero-image.is-switching{
  animation: softPulse .55s ease;
}

.featured-news-spotlight:hover .featured-news-hero-image{
  transform: scale(1.03);
}

.featured-news-article-card{
  border-radius: 22px;
  border: 1px solid rgba(37,78,114,.08);
  background: #fff;
  padding: 22px 22px 18px;
}

.featured-news-meta-top{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.featured-news-category,
.featured-news-source{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 12px;
  font-weight: 800;
}

.featured-news-category{
  background: rgba(129,112,186,.14);
  color: var(--namaa-purple);
}

.featured-news-source{
  background: rgba(10,149,176,.12);
  color: var(--namaa-cyan);
}

.featured-news-title{
  margin: 0 0 12px;
  color: var(--namaa-navy);
  font-size: clamp(31px, 3.8vw, 46px);
  line-height: 1.23;
  font-weight: 900;
  text-wrap: balance;
}

.featured-news-desc{
  margin: 0 0 16px;
  color: #4d5a6b;
  font-size: 16px;
  line-height: 2;
}

.featured-news-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.featured-news-date{
  color: #738193;
  font-size: 13px;
  font-weight: 700;
}

.featured-news-read-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #254E72 0%, #1B6B90 100%);
  box-shadow: 0 10px 22px rgba(18,73,108,.24);
  transition: transform .24s ease, box-shadow .24s ease;
}

.featured-news-read-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(18,73,108,.32);
}

@media(max-width:1100px){
  .featured-news-layout-grid{
    grid-template-columns: 1fr;
  }

  .featured-news-hero-media{
    min-height: 340px;
  }
}

@media(max-width:760px){
  .featured-news-spotlight{
    border-radius: 24px;
    padding: 12px;
  }

  .featured-news-hero-media{
    min-height: 230px;
    border-radius: 16px;
    margin-bottom: 12px;
  }

  .featured-news-article-card{
    border-radius: 16px;
    padding: 16px 14px 14px;
  }

  .featured-news-title{
    font-size: 24px;
    line-height: 1.34;
  }

  .featured-news-desc{
    font-size: 14px;
    line-height: 1.9;
  }

  .featured-news-footer{
    align-items: stretch;
  }

  .featured-news-read-btn{
    width: 100%;
  }
}

.news-list-col{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.news-side-title{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:24px;
  padding:18px;
  box-shadow:var(--shadow-soft);
  margin-bottom:2px;
}

.news-side-title h3{
  margin:0 0 6px;
  font-size:22px;
  font-weight:800;
  color:var(--namaa-navy);
}

.news-side-title p{
  margin:0;
  font-size:13px;
  color:var(--muted);
  line-height:1.8;
}

.nl-item{
  position:relative;
  min-height:138px;
  border-radius:22px;
  overflow:hidden;
  cursor:pointer;
  transition:.28s ease;
  border:1px solid rgba(255,255,255,0.4);
  box-shadow:var(--shadow-soft);
}

.nl-item:hover{
  transform:translateX(-6px) translateY(-2px);
}

.nl-item.active-news{
  outline:2px solid rgba(37,78,114,.14);
  transform:translateX(-4px);
}

.nl-thumb{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
  transition:.35s ease;
}

.nl-item:hover .nl-thumb{
  transform:scale(1.06);
}

.nl-overlay{
  position:absolute;
  inset:0;
  z-index:1;
}

.ov-blue{
  background:linear-gradient(135deg, rgba(10,149,176,.78) 0%, rgba(10,149,176,.25) 100%);
}

.ov-purple{
  background:linear-gradient(135deg, rgba(129,112,186,.80) 0%, rgba(129,112,186,.24) 100%);
}

.ov-red{
  background:linear-gradient(135deg, rgba(235,101,95,.82) 0%, rgba(235,101,95,.24) 100%);
}

.ov-green{
  background:linear-gradient(135deg, rgba(171,194,78,.82) 0%, rgba(171,194,78,.24) 100%);
}

.nl-info{
  position:absolute;
  right:18px;
  left:18px;
  bottom:18px;
  color:#fff;
  z-index:2;
}

.nl-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(4px);
  font-size:11px;
  font-weight:700;
  margin-bottom:9px;
}

.nl-title{
  font-size:15px;
  font-weight:800;
  line-height:1.65;
  margin-bottom:6px;
}

.nl-date{
  font-size:12px;
  opacity:.92;
  font-weight:600;
}

.latest-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.latest-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:.28s ease;
}

.latest-card:hover{
  transform:translateY(-6px);
}

.latest-card-image{
  height:220px;
  background-size:cover;
  background-position:center;
}

.latest-card-body{
  padding:20px;
}

.latest-card-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(129,112,186,.12);
  color:var(--namaa-purple);
  padding:7px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  margin-bottom:12px;
}

.latest-card-title{
  margin:0 0 10px;
  color:var(--namaa-navy);
  font-size:22px;
  line-height:1.55;
  font-weight:800;
}

.latest-card-text{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.95;
}

.latest-card-date{
  font-size:12px;
  color:#7a8594;
  font-weight:700;
}

.events-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.event-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:18px;
  box-shadow:var(--shadow-soft);
  display:flex;
  gap:16px;
  align-items:center;
  transition:.25s ease;
}

.event-card:hover{
  transform:translateY(-4px);
}

.event-day{
  width:72px;
  height:72px;
  border-radius:22px;
  background:rgba(10,149,176,.10);
  color:var(--namaa-cyan);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  flex-shrink:0;
}

.event-info h3{
  margin:0 0 6px;
  color:var(--namaa-navy);
  font-size:20px;
  line-height:1.5;
  font-weight:800;
}

.event-info p{
  margin:0 0 6px;
  color:var(--muted);
  font-size:13px;
}

.event-info span{
  color:#7a8594;
  font-size:12px;
  font-weight:700;
}

.newsletter-box{
  background:linear-gradient(135deg, rgba(37,78,114,.98) 0%, rgba(10,149,176,.92) 100%);
  border-radius:34px;
  padding:32px 28px;
  color:#fff;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  align-items:center;
  box-shadow:var(--shadow);
}

.newsletter-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.14);
  color:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  margin-bottom:14px;
}

.newsletter-content h2{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.4;
  font-weight:900;
}

.newsletter-content p{
  margin:0;
  font-size:14px;
  line-height:1.95;
  color:rgba(255,255,255,.88);
}

.newsletter-form{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.newsletter-form input{
  flex:1;
  min-width:220px;
  border:none;
  outline:none;
  padding:16px 18px;
  border-radius:18px;
  font-size:14px;
}

.newsletter-form button{
  border:none;
  background:#fff;
  color:var(--namaa-navy);
  border-radius:18px;
  padding:16px 22px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}

.newsletter-form button:hover{
  transform:translateY(-2px);
}

@media(max-width:1100px){
  .news-master-layout,
  .latest-news-grid,
  .events-grid,
  .newsletter-box{
    grid-template-columns:1fr;
  }

  .page-wrap{
    padding-top:120px;
  }
}

@media(max-width:1000px){
  .news-featured-bg-wrap{
    height:340px;
  }

  .news-featured-title{
    font-size:24px;
  }
}

@media(max-width:640px){
  .latest-card-title,
  .event-info h3{
    font-size:20px;
  }

  .newsletter-content h2{
    font-size:28px;
  }
}

/* ===== Footer ===== */
/* ===== Footer ===== */

.namaa-footer{
  background: #f7f5ef;
  margin-top: 80px;
  border-top: 1px solid rgba(0,0,0,0.05);
  font-family: 'Alexandria', sans-serif;
}

.namaa-footer-top{
  max-width: 1100px;
  margin: auto;
  padding: 56px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.namaa-footer-contact h3{
  margin: 0 0 20px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.4;
  font-weight: 800;
  color: #254E72;
}

.namaa-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ABC24E;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: .3s ease;
  box-shadow: 0 10px 22px rgba(171,194,78,.20);
}

.namaa-contact-btn:hover{
  background: #0A95B0;
  transform: translateY(-2px);
}

.namaa-socials{
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.namaa-socials a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(37,78,114,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #254E72;
  font-size: 20px;
  transition: .25s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.namaa-socials a:hover{
  color: #0A95B0;
  border-color: rgba(10,149,176,0.18);
  transform: translateY(-3px);
}

.namaa-footer-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 30px;
  padding-top: 8px;
}

.namaa-footer-links a{
  text-decoration: none;
  color: #5f6673;
  font-size: 15px;
  font-weight: 600;
  transition: .25s ease;
}

.namaa-footer-links a:hover{
  color: #254E72;
}

.namaa-footer-bottom{
  border-top: 1px solid rgba(0,0,0,0.05);
  background: #f2f3f6;
  text-align: center;
  padding: 18px 24px;
}

.namaa-footer-bottom p{
  margin: 0;
  color: #5b6270;
  font-size: 14px;
}

/* ===== Floating WhatsApp ===== */

.whatsapp-float{
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  z-index: 9999;
  transition: .3s ease;
}

.whatsapp-float:hover{
  transform: translateY(-4px) scale(1.05);
}

.whatsapp-float::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  z-index: -1;
  opacity: .35;
  animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse{
  0%{
    transform: scale(1);
    opacity: .4;
  }
  70%{
    transform: scale(1.55);
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

@media (max-width: 700px){
  .namaa-footer-top{
    padding: 46px 18px 34px;
  }

  .namaa-footer-links{
    gap: 16px 20px;
  }

  .namaa-socials{
    gap: 14px;
  }

  .namaa-socials a{
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
