@font-face {
      font-family:"IBM Plex Sans Arabic";
      src:url("../../fonts/ibm-plex-sans-arabic-arabic-400-normal.woff2") format("woff2");
      font-weight:400;
      font-style:normal;
      font-display:swap;
    }

    @font-face {
      font-family:"IBM Plex Sans Arabic";
      src:url("../../fonts/ibm-plex-sans-arabic-arabic-500-normal.woff2") format("woff2");
      font-weight:500;
      font-style:normal;
      font-display:swap;
    }

    @font-face {
      font-family:"IBM Plex Sans Arabic";
      src:url("../../fonts/ibm-plex-sans-arabic-arabic-600-normal.woff2") format("woff2");
      font-weight:600;
      font-style:normal;
      font-display:swap;
    }

    @font-face {
      font-family:"IBM Plex Sans Arabic";
      src:url("../../fonts/ibm-plex-sans-arabic-arabic-700-normal.woff2") format("woff2");
      font-weight:700;
      font-style:normal;
      font-display:swap;
    }

:root {
      --primary-dark:#071A38;
      --primary:#122B59;
      --blue-deep:#0B3A91;
      --blue:#006EEB;
      --light-blue:#EAF2FF;
      --logo:#B5A89B;
      --logo-dark:#8F8275;
      --logo-soft:#F1EEE9;
      --gold:#B5A89B;
      --sand:#F4EFE5;
      --bg:#EEF1F4;
      --soft:#F6F8FC;
      --white:#FFFFFF;
      --text:#10213F;
      --muted:#657489;
      --line:rgba(18,43,89,.12);
      --shadow:0 24px 70px rgba(8,26,56,.13);
      --shadow-soft:0 14px 38px rgba(8,26,56,.08);
      --container:1180px;
      --wide:1880px;
    }

    * { box-sizing:border-box; margin:0; padding:0; }
    html { scroll-behavior:smooth; }
    body {
      font-family:"IBM Plex Sans Arabic", Tahoma, Arial, "Segoe UI", sans-serif;
      background:#fff;
      color:var(--text);
      line-height:1.8;
      overflow-x:hidden;
    }
    a { text-decoration:none; color:inherit; }
    img { display:block; max-width:100%; }
    button, input, textarea { font-family:inherit; }

    .top-shell {
      background:var(--bg);
      padding:16px 20px 56px;
    }

    .wide {
      max-width:var(--wide);
      margin-inline:auto;
    }

    .container {
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }

    .site-header {
      position:sticky;
      top:16px;
      z-index:70;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(18px);
      border-radius:22px;
      padding:0 34px;
      min-height:86px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:28px;
      box-shadow:0 12px 35px rgba(8,26,56,.06);
      border:1px solid rgba(255,255,255,.7);
    }

    .brand {
      display:flex;
      align-items:center;
      min-width:max-content;
    }

    .brand-logo {
      display:block;
      width:182px;
      height:auto;
      max-height:58px;
    }

    .site-header .brand {
      padding:8px 14px;
      border-radius:18px;
      background:var(--primary);
      box-shadow:0 12px 28px rgba(8,26,56,.10);
    }

    .nav {
      display:flex;
      align-items:center;
      justify-content:center;
      gap:30px;
      font-size:15px;
      font-weight:700;
      color:#18314F;
      flex:1;
    }

    .nav a {
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:31px 0;
      transition:.22s ease;
    }

    .nav a:hover { color:var(--blue); }
    .chev { font-size:12px; transform:translateY(1px); }

    .header-left {
      display:flex;
      align-items:center;
      gap:22px;
      min-width:max-content;
    }

    .search {
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border:0;
      background:transparent;
      color:#18314F;
      font-size:23px;
      cursor:pointer;
      border-radius:50%;
      transition:.22s ease;
    }

    .search:hover { background:linear-gradient(135deg, var(--logo-soft), #E9EEF6); color:var(--blue); }

    .header-social {
      display:flex;
      align-items:center;
      gap:8px;
      direction:ltr;
    }

    .social-icon {
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:#fff;
      border:1px solid rgba(18,43,89,.12);
      box-shadow:0 8px 22px rgba(8,26,56,.06);
      transition:.22s ease;
    }

    .social-icon:hover {
      transform:translateY(-2px);
      background:var(--logo-soft);
    }

    .social-icon img {
      width:18px;
      height:18px;
      object-fit:contain;
    }

    .btn {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:54px;
      padding:13px 24px;
      border-radius:999px;
      border:1px solid rgba(18,43,89,.32);
      background:#fff;
      color:var(--primary);
      font-size:15px;
      font-weight:700;
      cursor:pointer;
      transition:.25s ease;
      white-space:nowrap;
    }

    .btn:hover {
      background:var(--primary);
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 35px rgba(18,43,89,.18);
    }

    .btn-solid {
      background:var(--primary);
      color:#fff;
      border-color:var(--primary);
      box-shadow:0 18px 36px rgba(18,43,89,.22);
    }

    .btn-blue {
      background:var(--blue);
      color:#fff;
      border-color:var(--blue);
      box-shadow:0 18px 36px rgba(0,110,235,.22);
    }

    .btn-light {
      background:#fff;
      color:var(--primary);
      border-color:#fff;
    }

    .round-arrow {
      width:36px;
      height:36px;
      flex:0 0 auto;
      border-radius:50%;
      background:#fff;
      color:var(--primary);
      display:grid;
      place-items:center;
      font-size:18px;
      transform:rotate(-45deg);
    }

    .btn:not(.btn-solid):not(.btn-blue) .round-arrow {
      background:var(--primary);
      color:#fff;
    }

    .btn:hover .round-arrow {
      background:rgba(255,255,255,.14);
      color:#fff;
    }

    .menu-toggle {
      display:none;
      width:48px;
      height:48px;
      border-radius:50%;
      border:1px solid var(--line);
      background:#fff;
      color:var(--primary);
      font-size:24px;
      cursor:pointer;
    }

    .hero {
      position:relative;
      min-height:790px;
      margin-top:32px;
      border-radius:20px;
      overflow:hidden;
      background:var(--primary-dark);
      box-shadow:var(--shadow);
    }

    .hero-slides,
    .hero-slide {
      position:absolute;
      inset:0;
    }

    .hero-slide {
      min-height:790px;
      opacity:0;
      pointer-events:none;
      transform:scale(1.025);
      transition:opacity .75s ease, transform 1.2s ease;
    }

    .hero-slide.is-active {
      opacity:1;
      pointer-events:auto;
      transform:scale(1);
    }

    .hero-slide::before,
    .hero-slide::after {
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
    }

    .hero-slide::before {
      background:
        linear-gradient(90deg, rgba(7,26,56,.96) 0%, rgba(18,43,89,.86) 38%, rgba(18,43,89,.38) 74%, rgba(18,43,89,.20) 100%),
        var(--hero-slide-image) center/cover;
    }

    .hero-slide::after {
      background:
        radial-gradient(circle at 15% 25%, rgba(200,184,149,.20), transparent 24%),
        linear-gradient(0deg, rgba(7,26,56,.84) 0%, rgba(7,26,56,.14) 48%, rgba(255,255,255,.03) 100%);
    }

    .hero-watermark {
      position:absolute;
      z-index:2;
      left:4%;
      top:10%;
      width:420px;
      height:420px;
      background:url("../../img/Mershad-logo-only-white.svg") center/contain no-repeat;
      opacity:.08;
      pointer-events:none;
    }

    .hero-inner {
      position:relative;
      z-index:3;
      min-height:790px;
      display:grid;
      grid-template-columns:1fr;
      align-items:center;
      justify-items:center;
      padding:88px 80px 90px;
      text-align:center;
    }

    .hero-content {
      max-width:940px;
      padding-bottom:0;
    }

    .hero-arrows {
      position:absolute;
      z-index:5;
      left:34px;
      bottom:34px;
      display:flex;
      align-items:center;
      gap:10px;
      direction:ltr;
    }

    .hero-arrow {
      width:52px;
      height:52px;
      border:1px solid rgba(255,255,255,.34);
      border-radius:50%;
      background:rgba(255,255,255,.12);
      color:#fff;
      display:grid;
      place-items:center;
      font-size:34px;
      line-height:1;
      cursor:pointer;
      backdrop-filter:blur(12px);
      transition:background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
    }

    .hero-arrow:hover,
    .hero-arrow:focus-visible {
      background:#fff;
      border-color:#fff;
      color:var(--primary);
      transform:translateY(-2px);
      outline:0;
    }

    .hero-controls {
      position:absolute;
      z-index:5;
      left:50%;
      bottom:34px;
      transform:translateX(-50%);
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      direction:ltr;
    }

    .hero-dot {
      width:12px;
      height:12px;
      border:0;
      border-radius:999px;
      background:rgba(255,255,255,.42);
      cursor:pointer;
      transition:width .25s ease, background .25s ease, transform .25s ease;
    }

    .hero-dot:hover,
    .hero-dot:focus-visible {
      background:#fff;
      transform:translateY(-1px);
      outline:0;
    }

    .hero-dot.is-active {
      width:34px;
      background:var(--logo);
    }

    .floating-event {
      position:absolute;
      z-index:4;
      top:235px;
      right:150px;
      display:flex;
      align-items:center;
      gap:16px;
      background:#fff;
      color:var(--text);
      padding:16px 20px;
      border-radius:16px;
      box-shadow:0 20px 45px rgba(8,26,56,.20);
      transform:rotate(-9deg);
      max-width:365px;
    }

    .event-date {
      width:58px;
      height:58px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:var(--primary);
      color:#fff;
      flex:0 0 auto;
      text-align:center;
      line-height:1.05;
      font-weight:700;
    }

    .event-date strong { display:block; font-size:25px; }
    .event-date small { display:block; font-size:11px; color:var(--logo); }

    .floating-event span {
      display:block;
      color:var(--blue);
      font-size:12px;
      font-weight:700;
      margin-bottom:2px;
    }

    .floating-event strong {
      display:block;
      color:var(--primary);
      font-size:17px;
      line-height:1.45;
      font-weight:700;
    }

    .eyebrow {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      color:#fff;
      font-size:16px;
      font-weight:700;
      margin-bottom:24px;
    }

    .eyebrow::before {
      content:"";
      display:none;
    }

    h1 {
      max-width:940px;
      color:#fff;
      font-size:clamp(50px, 5.7vw, 90px);
      line-height:1.12;
      letter-spacing:-2.3px;
      margin-bottom:24px;
      font-weight:700;
    }

    h1 .gold { color:var(--logo); }

    .hero-content p {
      max-width:820px;
      color:rgba(255,255,255,.80);
      font-size:19px;
      line-height:2;
      margin-bottom:34px;
      margin-inline:auto;
      font-weight:400;
    }

    .hero-actions {
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      flex-wrap:wrap;
    }

    .hero-actions .btn {
      min-height:64px;
      padding:14px 28px;
      border-color:transparent;
    }

    .hero-actions .btn:not(.btn-solid) {
      border-color:#fff;
      color:#fff;
      background:rgba(255,255,255,.10);
      backdrop-filter:blur(10px);
    }

    .hero-side {
      align-self:end;
      display:flex;
      align-items:end;
      justify-content:flex-end;
      gap:20px;
      padding-bottom:26px;
    }

    .impact-card {
      min-width:270px;
      padding:24px;
      border-radius:24px;
      background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.16);
      color:#fff;
      backdrop-filter:blur(12px);
    }

    .impact-card .label {
      color:var(--logo);
      font-size:13px;
      font-weight:700;
      margin-bottom:8px;
    }

    .impact-number {
      display:flex;
      align-items:end;
      gap:8px;
      line-height:1;
      margin-bottom:10px;
    }

    .impact-number strong {
      font-size:72px;
      font-weight:700;
      letter-spacing:-2px;
    }

    .impact-number span {
      color:rgba(255,255,255,.74);
      font-size:20px;
      padding-bottom:9px;
    }

    .mini-note {
      color:rgba(255,255,255,.70);
      font-size:13px;
      margin-top:8px;
    }

    .mini-gallery {
      display:flex;
      align-items:center;
      direction:ltr;
    }

    .avatar {
      width:58px;
      height:58px;
      border-radius:50%;
      border:4px solid rgba(255,255,255,.88);
      margin-left:-14px;
      background:center/cover;
      box-shadow:0 12px 30px rgba(0,0,0,.22);
    }

    .avatar:nth-child(1) { background-image:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=300&q=80'); }
    .avatar:nth-child(2) { background-image:url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=300&q=80'); }
    .avatar:nth-child(3) { background-image:url('https://images.unsplash.com/photo-1544717297-fa95b6ee9643?auto=format&fit=crop&w=300&q=80'); }

    .add-avatar {
      width:64px;
      height:64px;
      border-radius:50%;
      border:4px solid #fff;
      background:#fff;
      color:var(--primary);
      display:grid;
      place-items:center;
      font-size:28px;
      font-weight:700;
      margin-left:-14px;
      box-shadow:0 12px 30px rgba(0,0,0,.22);
    }

    .section {
      padding:92px 0;
      background:#fff;
      overflow:hidden;
    }

    .section.soft { background:var(--soft); }
    .section.dark { background:var(--primary); color:#fff; }
    .section.sand { background:linear-gradient(180deg, #F7F5F1 0%, var(--logo-soft) 100%); }

    .section-head {
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:30px;
      margin-bottom:42px;
    }

    .kicker {
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--blue);
      font-size:14px;
      font-weight:700;
      margin-bottom:10px;
    }

    .kicker::before {
      content:"";
      width:38px;
      height:2px;
      background:currentColor;
    }

    .dark .kicker { color:var(--logo); }

    .section-head h2,
    .about-copy h2,
    .contact-copy h2 {
      color:var(--primary);
      font-size:clamp(32px, 4vw, 52px);
      line-height:1.25;
      letter-spacing:-1.2px;
      font-weight:700;
    }

    .dark .section-head h2,
    .dark .contact-copy h2 {
      color:#fff;
    }

    .section-head p,
    .about-copy p,
    .contact-copy p {
      color:var(--muted);
      max-width:640px;
      margin-top:10px;
      font-size:16px;
      line-height:2;
    }

    .dark .section-head p,
    .dark .contact-copy p {
      color:rgba(255,255,255,.70);
    }

    .about-grid {
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:46px;
      align-items:center;
    }

    .about-image {
      min-height:520px;
      border-radius:30px;
      background:
        linear-gradient(0deg, rgba(7,26,56,.70), rgba(7,26,56,.04)),
        url('../../img/aboutimg.webp') center/cover;
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }

    .about-badge {
      position:absolute;
      right:24px;
      bottom:24px;
      left:24px;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(12px);
      border-radius:24px;
      padding:22px;
      color:var(--text);
    }

    .about-badge strong {
      display:block;
      color:var(--primary);
      font-size:26px;
      line-height:1.3;
      margin-bottom:6px;
      font-weight:700;
    }

    .about-badge span { color:var(--muted); font-size:14px; }

    .about-list {
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin:28px 0 32px;
    }

    .about-item {
      padding:18px;
      border-radius:22px;
      background:#F5F7FB;
      border:1px solid var(--line);
      display:flex;
      gap:12px;
      align-items:flex-start;
    }

    .check {
      width:30px;
      height:30px;
      flex:0 0 auto;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:var(--primary);
      color:#fff;
      font-size:14px;
      margin-top:3px;
    }

    .about-item strong {
      display:block;
      color:var(--primary);
      font-size:15px;
      line-height:1.5;
      font-weight:700;
    }

    .about-item span {
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      margin-top:3px;
    }

    .services-grid {
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:18px;
      counter-reset:service;
    }

    .service-card {
      position:relative;
      min-height:258px;
      padding:30px;
      border-radius:28px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 34px rgba(8,26,56,.055);
      transition:.25s ease;
      overflow:hidden;
      counter-increment:service;
    }

    .service-card::after {
      content:"0" counter(service);
      position:absolute;
      top:24px;
      left:26px;
      color:rgba(18,43,89,.12);
      font-size:42px;
      line-height:1;
      font-weight:700;
    }

    .service-card:hover {
      transform:translateY(-5px);
      box-shadow:0 22px 55px rgba(8,26,56,.11);
    }

    .service-icon {
      width:58px;
      height:58px;
      border-radius:19px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg, var(--logo-soft), #E9EEF6);
      color:var(--primary);
      font-size:25px;
      margin-bottom:20px;
    }

    .service-card h3 {
      color:var(--primary);
      font-size:21px;
      line-height:1.45;
      margin-bottom:10px;
      font-weight:700;
    }

    .service-card p {
      color:var(--muted);
      font-size:14px;
      line-height:1.9;
      margin-bottom:18px;
    }

    .service-card a {
      color:var(--blue);
      font-weight:700;
      font-size:14px;
    }

    .events-layout {
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:22px;
    }

    .event-main {
      min-height:520px;
      border-radius:30px;
      overflow:hidden;
      background:
        linear-gradient(0deg, rgba(7,26,56,.86), rgba(7,26,56,.18)),
        url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1500&q=80') center/cover;
      display:flex;
      align-items:flex-end;
      padding:34px;
      color:#fff;
      box-shadow:var(--shadow-soft);
    }

    .tag {
      display:inline-flex;
      align-items:center;
      padding:6px 12px;
      border-radius:999px;
      background:var(--blue);
      color:#fff;
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
    }

    .tag.gold {
      background:rgba(200,184,149,.20);
      color:#F3EBDD;
      border:1px solid rgba(200,184,149,.22);
    }

    .event-main h3 {
      max-width:640px;
      font-size:34px;
      line-height:1.35;
      margin-bottom:12px;
      font-weight:700;
    }

    .event-main p {
      max-width:660px;
      color:rgba(255,255,255,.76);
      font-size:16px;
      line-height:1.95;
      margin-bottom:20px;
    }

    .event-meta {
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      gap:10px;
      margin-bottom:22px;
    }

    .event-meta span {
      padding:11px 13px;
      border-radius:16px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
      color:rgba(255,255,255,.86);
      font-size:13px;
      font-weight:600;
    }

    .event-list {
      display:grid;
      gap:14px;
    }

    .event-card {
      display:grid;
      grid-template-columns:128px 1fr;
      gap:16px;
      align-items:center;
      padding:14px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 32px rgba(8,26,56,.055);
      transition:.25s ease;
    }

    .event-card:hover {
      transform:translateY(-4px);
      box-shadow:0 20px 50px rgba(8,26,56,.105);
    }

    .event-thumb {
      height:126px;
      border-radius:20px;
      background:center/cover;
    }

    .event-card:nth-child(1) .event-thumb { background-image:url('https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=700&q=80'); }
    .event-card:nth-child(2) .event-thumb { background-image:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=700&q=80'); }
    .event-card:nth-child(3) .event-thumb { background-image:url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=700&q=80'); }

    .event-card h4 {
      color:var(--primary);
      font-size:18px;
      line-height:1.5;
      margin-bottom:6px;
      font-weight:700;
    }

    .event-card p {
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }

    .reports-layout {
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:22px;
      align-items:stretch;
    }

    .report-feature {
      border-radius:30px;
      background:
        radial-gradient(circle at 12% 18%, rgba(0,110,235,.18), transparent 28%),
        linear-gradient(135deg, var(--primary), var(--primary-dark));
      color:#fff;
      padding:34px;
      min-height:490px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }

    .report-feature::after {
      content:"";
      position:absolute;
      left:-90px;
      top:-70px;
      width:300px;
      height:300px;
      background:url("../../img/Mershad-logo-only-white.svg") center/contain no-repeat;
      opacity:.08;
    }

    .report-cover {
      width:210px;
      min-height:280px;
      border-radius:22px;
      padding:24px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,239,229,.95));
      color:var(--primary);
      box-shadow:0 26px 60px rgba(0,0,0,.23);
      position:relative;
      z-index:2;
    }

    .report-cover small {
      color:var(--blue);
      font-weight:700;
    }

    .report-cover strong {
      display:block;
      margin-top:52px;
      font-size:26px;
      line-height:1.35;
      font-weight:700;
    }

    .report-feature h3 {
      position:relative;
      z-index:2;
      font-size:32px;
      line-height:1.35;
      margin-bottom:10px;
      font-weight:700;
    }

    .report-feature p {
      position:relative;
      z-index:2;
      color:rgba(255,255,255,.70);
      margin-bottom:18px;
    }

    .report-list {
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      gap:16px;
    }

    .report-card {
      border-radius:26px;
      background:#fff;
      border:1px solid var(--line);
      padding:22px;
      box-shadow:0 12px 34px rgba(8,26,56,.055);
    }

    .mini-cover {
      height:130px;
      border-radius:20px;
      background:
        linear-gradient(135deg, var(--primary), var(--blue-deep));
      margin-bottom:18px;
      position:relative;
      overflow:hidden;
    }

    .mini-cover::after {
      content:"";
      position:absolute;
      left:24px;
      bottom:22px;
      width:74px;
      height:74px;
      background:url("../../img/Mershad-logo-only-white.svg") center/contain no-repeat;
      opacity:.22;
    }

    .report-card h4 {
      color:var(--primary);
      font-size:18px;
      line-height:1.55;
      margin-bottom:8px;
      font-weight:700;
    }

    .report-card p {
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
      margin-bottom:12px;
    }

    .masharef {
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:34px;
      align-items:center;
    }

    .masharef-panel {
      position:relative;
      min-height:410px;
      border-radius:34px;
      padding:42px;
      background:
        radial-gradient(circle at 10% 20%, rgba(0,110,235,.28), transparent 26%),
        linear-gradient(135deg, var(--primary-dark), var(--primary));
      color:#fff;
      overflow:hidden;
      box-shadow:var(--shadow);
    }

    .masharef-panel::after {
      content:"مَشارف";
      position:absolute;
      left:34px;
      bottom:10px;
      font-size:96px;
      line-height:1;
      color:rgba(255,255,255,.06);
      font-weight:700;
      letter-spacing:-4px;
    }

    .masharef-panel h2 {
      position:relative;
      z-index:2;
      color:#fff;
      font-size:52px;
      line-height:1.2;
      margin-bottom:18px;
      font-weight:700;
    }

    .masharef-panel p {
      position:relative;
      z-index:2;
      color:rgba(255,255,255,.72);
      max-width:560px;
      font-size:17px;
      line-height:2;
      margin-bottom:26px;
    }

    .masharef-card {
      border-radius:30px;
      background:#fff;
      padding:30px;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }

    .masharef-card span {
      color:var(--blue);
      font-weight:700;
      font-size:13px;
    }

    .masharef-card h3 {
      color:var(--primary);
      font-size:30px;
      line-height:1.38;
      margin:12px 0;
      font-weight:700;
    }

    .masharef-card p {
      color:var(--muted);
      line-height:1.9;
      margin-bottom:20px;
    }

    .articles-grid {
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
    }

    .article-feature,
    .article-card {
      border-radius:30px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 12px 34px rgba(8,26,56,.055);
      transition:.25s ease;
    }

    .article-feature:hover,
    .article-card:hover {
      transform:translateY(-5px);
      box-shadow:0 22px 55px rgba(8,26,56,.11);
    }

    .article-image {
      min-height:330px;
      background:center/cover;
    }

    .article-feature .article-image {
      background-image:url('https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1400&q=80');
    }

    .article-body {
      padding:26px;
    }

    .article-body h3 {
      color:var(--primary);
      font-size:27px;
      line-height:1.45;
      margin:8px 0 10px;
      font-weight:700;
    }

    .article-body p {
      color:var(--muted);
      font-size:15px;
      line-height:1.9;
      margin-bottom:16px;
    }

    .read-more {
      color:var(--blue);
      font-weight:700;
      font-size:14px;
    }

    .article-side {
      display:grid;
      gap:14px;
    }

    .article-card {
      display:grid;
      grid-template-columns:150px 1fr;
      min-height:175px;
    }

    .article-card .article-image { min-height:100%; }
    .article-card:nth-child(1) .article-image { background-image:url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=700&q=80'); }
    .article-card:nth-child(2) .article-image { background-image:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=700&q=80'); }
    .article-card:nth-child(3) .article-image { background-image:url('https://images.unsplash.com/photo-1544717297-fa95b6ee9643?auto=format&fit=crop&w=700&q=80'); }

    .article-card .article-body {
      padding:18px;
    }

    .article-card .article-body h3 {
      font-size:18px;
      line-height:1.55;
      margin-bottom:6px;
    }

    .article-card .article-body p {
      font-size:13px;
      margin-bottom:8px;
    }

    .publish-cta {
      display:grid;
      grid-template-columns:1fr .8fr;
      gap:30px;
      align-items:center;
      border-radius:36px;
      padding:44px;
      background:
        radial-gradient(circle at 10% 20%, rgba(0,110,235,.12), transparent 28%),
        linear-gradient(135deg, #fff, #F8FAFD);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }

    .publish-cta h2 {
      color:var(--primary);
      font-size:44px;
      line-height:1.25;
      margin-bottom:12px;
      font-weight:700;
    }

    .publish-cta p {
      color:var(--muted);
      max-width:670px;
      line-height:2;
      margin-bottom:24px;
    }

    .publish-types {
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }

    .publish-type {
      padding:16px;
      border-radius:20px;
      background:#fff;
      border:1px solid var(--line);
      color:var(--primary);
      font-weight:700;
      box-shadow:0 10px 26px rgba(8,26,56,.05);
    }

    .modal {
      position:fixed;
      inset:0;
      z-index:120;
      display:grid;
      place-items:center;
      padding:20px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:.22s ease;
    }

    .modal.is-open {
      opacity:1;
      visibility:visible;
      pointer-events:auto;
    }

    .modal-backdrop {
      position:absolute;
      inset:0;
      background:rgba(7,26,56,.68);
      backdrop-filter:blur(8px);
    }

    .modal-panel {
      position:relative;
      width:min(100%, 760px);
      max-height:calc(100vh - 40px);
      overflow:auto;
      border-radius:28px;
      background:#fff;
      padding:34px;
      box-shadow:0 28px 90px rgba(7,26,56,.28);
    }

    .modal-close {
      position:absolute;
      top:18px;
      left:18px;
      width:42px;
      height:42px;
      border:0;
      border-radius:50%;
      background:var(--logo-soft);
      color:var(--primary);
      font-size:28px;
      line-height:1;
      cursor:pointer;
    }

    .services-intro {
      color:var(--muted);
      font-size:16px;
      line-height:2;
      margin-top:10px;
      max-width:640px;
    }

    .services-grid {
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:18px;
      margin-top:12px;
    }

    /* 5 items: last two sit in middle columns */
    .services-grid:has(.service-card:nth-child(5)):not(:has(.service-card:nth-child(6))) .service-card:nth-child(4) {
      grid-column: 1 / 2;
    }
    .services-grid:has(.service-card:nth-child(5)):not(:has(.service-card:nth-child(6))) .service-card:nth-child(5) {
      grid-column: 2 / 3;
    }

    .service-card {
      border-radius:30px;
      background:#fff;
      padding:24px 28px 28px;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      transition:transform .25s ease, box-shadow .25s ease;
    }

    .service-card:hover {
      transform:translateY(-5px);
      box-shadow:0 22px 55px rgba(8,26,56,.11);
    }

    .service-card__title {
      color:var(--primary);
      font-size:22px;
      font-weight:700;
      line-height:1.45;
      margin:0 0 16px;
      letter-spacing:-0.5px;
    }

    .service-sub-items {
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      flex-direction:column;
    }

    .service-sub-items li {
      position:relative;
      color:var(--text);
      font-size:13.5px;
      line-height:1.75;
      padding:10px 24px 10px 0;
      border-bottom:1px solid var(--line);
      text-align:right;
      transition:background .18s;
    }

    .service-sub-items li:last-child {
      border-bottom:none;
    }

    .service-sub-items li::before {
      content:"";
      position:absolute;
      right:6px;
      top:50%;
      transform:translateY(-50%);
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--primary);
      opacity:.28;
    }

    .service-sub-items li:hover {
      background:var(--soft);
    }

    .modal-panel h2 {
      color:var(--primary);
      font-size:34px;
      line-height:1.35;
      margin:6px 0 8px;
      font-weight:700;
    }

    .modal-panel p {
      color:var(--muted);
      line-height:1.9;
      margin-bottom:22px;
    }

    .contribution-form {
      display:grid;
      gap:18px;
    }

    .form-grid {
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      gap:16px;
    }

    .form-grid label {
      display:grid;
      gap:7px;
      color:var(--primary);
      font-weight:700;
      font-size:14px;
    }

    .form-grid .full {
      grid-column:1 / -1;
    }

    .form-grid input,
    .form-grid select,
    .form-grid textarea {
      width:100%;
      border:1px solid var(--line);
      border-radius:16px;
      padding:13px 15px;
      color:var(--text);
      font:inherit;
      background:#fff;
      outline:0;
    }

    .form-grid textarea {
      resize:vertical;
      min-height:120px;
    }

    .form-grid input:focus,
    .form-grid select:focus,
    .form-grid textarea:focus {
      border-color:var(--logo-dark);
      box-shadow:0 0 0 4px rgba(181,168,155,.18);
    }

    .form-message {
      margin:0;
      padding:13px 18px;
      border-radius:18px;
      font-size:14px;
      font-weight:700;
      line-height:1.8;
    }

    .form-message.is-success {
      color:#155d3b;
      background:#eaf8f0;
      border:1px solid rgba(21,93,59,.16);
    }

    .form-message.is-error {
      color:#8a2c1f;
      background:#fff0ed;
      border:1px solid rgba(138,44,31,.16);
    }

    .stats-grid {
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:18px;
    }

    .stat {
      padding:30px 20px;
      border-radius:26px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.14);
      text-align:center;
    }

    .stat strong {
      display:block;
      color:#fff;
      font-size:46px;
      line-height:1;
      margin-bottom:10px;
      font-weight:700;
    }

    .stat span {
      color:rgba(255,255,255,.70);
      font-weight:600;
    }

    .newsletter {
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:34px;
      align-items:center;
    }

    .newsletter-box {
      border-radius:34px;
      background:
        linear-gradient(135deg, rgba(18,43,89,.96), rgba(11,58,145,.92)),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1500&q=80') center/cover;
      padding:44px;
      color:#fff;
      overflow:hidden;
    }

    .newsletter-box h2 {
      font-size:42px;
      line-height:1.3;
      margin-bottom:12px;
      font-weight:700;
    }

    .newsletter-box p {
      color:rgba(255,255,255,.70);
      line-height:2;
      max-width:620px;
    }

    .newsletter-form {
      display:flex;
      gap:10px;
      padding:10px;
      border-radius:999px;
      background:#fff;
      box-shadow:var(--shadow-soft);
    }

    .newsletter-form input {
      flex:1;
      border:0;
      outline:0;
      padding:0 18px;
      font-size:14px;
      min-width:0;
      color:var(--text);
    }

    .newsletter-signup {
      display:grid;
      gap:12px;
    }

    .newsletter-message {
      margin:0;
      padding:13px 18px;
      border-radius:18px;
      font-size:14px;
      font-weight:700;
      line-height:1.8;
    }

    .newsletter-message.is-success {
      color:#155d3b;
      background:#eaf8f0;
      border:1px solid rgba(21,93,59,.16);
    }

    .newsletter-message.is-error {
      color:#8a2c1f;
      background:#fff0ed;
      border:1px solid rgba(138,44,31,.16);
    }

    .footer {
      background:var(--primary-dark);
      color:#fff;
      padding:66px 0 24px;
    }

    .footer-grid {
      display:grid;
      grid-template-columns:1.15fr .85fr .85fr;
      gap:34px;
      margin-bottom:44px;
    }

    .footer .brand {
      background:transparent;
      padding:0;
      box-shadow:none;
    }

    .footer .brand-logo {
      width:190px;
      max-height:none;
    }

    .footer p,
    .footer li,
    .footer a {
      color:rgba(255,255,255,.64);
      font-size:14px;
    }

    .footer p {
      max-width:330px;
      margin-top:16px;
    }

    .footer h3 {
      font-size:17px;
      margin-bottom:16px;
      color:#fff;
      font-weight:700;
    }

    .footer ul {
      list-style:none;
      display:grid;
      gap:9px;
    }

    .footer a:hover { color:#fff; }

    .copyright {
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.1);
      color:rgba(255,255,255,.54);
      font-size:13px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }

    .social {
      display:flex;
      align-items:center;
      gap:14px;
      direction:ltr;
    }

    .footer .social-icon {
      background:rgba(255,255,255,.95);
      border-color:rgba(255,255,255,.18);
      box-shadow:none;
    }


    /* Logo color accent system */
    .nav a:hover {
      color:var(--logo-dark);
    }

    .search:hover {
      color:var(--logo-dark);
    }

    .kicker {
      color:var(--logo-dark);
    }

    .hero .kicker,
    .hero .eyebrow {
      color:#fff;
    }

    .hero .eyebrow::before,
    .kicker::before {
      background:var(--logo);
    }

    .hero-actions .btn-solid {
      background:var(--logo-dark);
      border-color:var(--logo-dark);
      color:#fff;
    }

    .hero-actions .btn-solid .round-arrow {
      color:var(--logo-dark);
    }

    .floating-event {
      border-right:5px solid var(--logo);
    }

    .event-date {
      background:var(--logo-dark);
    }

    .impact-card {
      border-color:rgba(181,168,155,.34);
      background:rgba(181,168,155,.16);
    }

    .impact-card .label {
      color:#E7DCD0;
    }

    .about-badge {
      border-right:5px solid var(--logo);
    }

    .check {
      background:var(--logo-dark);
    }

    .service-card {
      border-top:5px solid var(--logo);
    }

    .service-sub-items li {
      color:var(--text);
    }

    .service-sub-items li::before {
      background:var(--logo-dark);
      opacity:.5;
    }

    .service-icon {
      background:var(--logo-soft);
      color:var(--logo-dark);
    }

    .service-card::after {
      color:rgba(181,168,155,.24);
    }

    .service-card:hover {
      border-color:rgba(181,168,155,.45);
    }

    .tag {
      background:var(--primary);
    }

    .tag:nth-child(odd) {
      background:var(--primary);
    }

    .report-cover {
      background:
        linear-gradient(180deg, #FFFFFF, var(--logo-soft));
      border:1px solid rgba(181,168,155,.42);
    }

    .mini-cover {
      background:
        radial-gradient(circle at 20% 24%, rgba(181,168,155,.50), transparent 28%),
        linear-gradient(135deg, var(--primary), var(--blue-deep));
    }

    .masharef-panel {
      background:
        radial-gradient(circle at 10% 20%, rgba(181,168,155,.24), transparent 26%),
        linear-gradient(135deg, var(--primary-dark), var(--primary));
    }

    .masharef-card {
      border-top:5px solid var(--logo);
    }

    .publish-type {
      border-color:rgba(181,168,155,.35);
      background:linear-gradient(135deg, #fff, var(--logo-soft));
    }

    .newsletter-box {
      background:
        linear-gradient(135deg, rgba(18,43,89,.96), rgba(143,130,117,.84)),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1500&q=80') center/cover;
    }

    .footer {
      border-top:8px solid var(--logo);
    }

    @media (max-width:1200px) {
      .nav, .header-left { display:none; }
      .menu-toggle { display:grid; place-items:center; }
      .site-header { min-height:78px; }

      .hero,
      .hero-slide {
        min-height:720px;
      }

      .hero-inner {
        min-height:720px;
        padding:80px 56px;
        grid-template-columns:1fr;
        align-items:center;
      }

      .hero-side {
        justify-content:flex-start;
        padding-bottom:0;
      }

      .floating-event {
        top:150px;
        right:56px;
      }

      .about-grid,
      .events-layout,
      .reports-layout,
      .masharef,
      .articles-grid,
      .publish-cta,
      .newsletter {
        grid-template-columns:1fr;
      }

      .services-grid,
      .stats-grid,
      .report-list,
      .publish-types {
        grid-template-columns:repeat(2, 1fr);
      }

      .services-grid .service-card:nth-child(4),
      .services-grid .service-card:nth-child(5) {
        grid-column: auto;
      }


      .footer-grid {
        grid-template-columns:1fr 1fr;
      }
    }

    @media (max-width:760px) {
      .top-shell { padding:10px 10px 40px; }
      .container { width:min(100% - 28px, var(--container)); }

      .site-header {
        top:10px;
        padding:0 16px;
        border-radius:18px;
      }

      .brand-logo { width:148px; max-height:48px; }
      .site-header .brand { padding:7px 11px; }

      .hero {
        margin-top:18px;
        border-radius:18px;
        min-height:640px;
      }

      .hero-slide {
        min-height:640px;
      }

      .hero-inner {
        min-height:640px;
        padding:86px 22px 56px;
        gap:20px;
      }

      .floating-event {
        top:34px;
        right:22px;
        left:22px;
        transform:rotate(-4deg);
      }

      h1 {
        font-size:42px;
        letter-spacing:-1px;
      }

      .hero-content p { font-size:16px; }
      .hero-actions .btn { width:100%; }

      .hero-arrows {
        display:none;
      }

      .hero-controls {
        bottom:22px;
      }

      .hero-side {
        display:grid;
        gap:14px;
      }

      .impact-card {
        min-width:0;
        width:100%;
      }

      .impact-number strong { font-size:56px; }
      .mini-gallery { justify-content:flex-start; }

      .section { padding:62px 0; }

      .section-head {
        display:block;
        margin-bottom:28px;
      }

      .section-head h2,
      .about-copy h2,
      .contact-copy h2,
      .publish-cta h2,
      .newsletter-box h2 {
        font-size:32px;
        letter-spacing:-.6px;
      }

      .section-head .btn {
        width:100%;
        margin-top:18px;
      }

      .about-list,
      .services-grid,
      .event-meta,
      .stats-grid,
      .report-list,
      .publish-types {
        grid-template-columns:1fr;
      }

      .services-grid .service-card:nth-child(4),
      .services-grid .service-card:nth-child(5) {
        grid-column: auto;
      }

      .form-grid {
        grid-template-columns:1fr;
      }

      .modal-panel {
        padding:28px 20px;
      }

      .about-image { min-height:380px; }

      .event-main {
        min-height:500px;
        padding:22px;
      }

      .event-main h3 { font-size:27px; }

      .event-card,
      .article-card {
        grid-template-columns:1fr;
      }

      .event-thumb { height:180px; }
      .article-card .article-image {
        min-height:190px;
      }

      .masharef-panel,
      .publish-cta,
      .newsletter-box {
        padding:28px 22px;
        border-radius:28px;
      }

      .masharef-panel h2 {
        font-size:38px;
      }

      .newsletter-form {
        flex-direction:column;
        border-radius:24px;
      }

      .newsletter-form input {
        min-height:50px;
        text-align:center;
      }

      .footer-grid {
        grid-template-columns:1fr;
      }

      .copyright {
        display:grid;
        justify-content:center;
        text-align:center;
      }

      .social {
        justify-content:center;
        flex-wrap:wrap;
      }
    }
/* Youth focus sections */
.youth-pulse-section,
.youth-mission-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.youth-pulse-section {
  background: #edf1f3;
}

.youth-pulse__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: stretch;
  gap: 36px;
  margin-bottom: 22px;
  padding: clamp(34px, 5vw, 68px);
  border-radius: 18px;
  background: #fff;
}

.youth-pulse__heading {
  max-width: 850px;
}

.youth-pulse__heading h2,
.youth-mission__header h2 {
  margin: 9px 0 16px;
  color: var(--primary-dark);
  font-size: clamp(38px, 4.7vw, 64px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -1.7px;
}

.youth-pulse__heading p {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

.youth-pulse__stamp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 176px;
  padding: 22px;
  border-radius: 14px;
  color: #fff;
  background: var(--primary-dark);
}

.youth-pulse__stamp span,
.youth-pulse__stamp small {
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 700;
}

.youth-pulse__stamp strong {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
}

.youth-section-link,
.youth-mission__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  margin-top: 26px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: color .25s ease, background-color .25s ease;
}

.youth-section-link {
  color: #fff;
  background: var(--blue-deep);
}

.youth-section-link:hover {
  color: #fff;
  background: var(--primary-dark);
}

.youth-section-link svg,
.youth-mission__link svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(180deg);
  transition: transform .25s ease;
}

.youth-section-link:hover svg,
.youth-mission__link:hover svg {
  transform: rotate(180deg) translateX(4px);
}

.youth-achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.youth-achievement-card {
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(18,43,89,.07);
  border-radius: 16px;
  color: var(--text);
  background: #fff;
  transition: border-color .3s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}

.youth-achievement-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,110,235,.28);
}

.youth-achievement-card.is-featured {
  color: #fff;
  border-color: var(--primary-dark);
  background: var(--primary-dark);
}

.youth-achievement-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.youth-achievement-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-deep);
  background: #edf1f3;
}

.youth-achievement-card__icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.is-featured .youth-achievement-card__icon {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.youth-achievement-card__ordinal {
  color: rgba(18,43,89,.46);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.is-featured .youth-achievement-card__ordinal {
  color: rgba(255,255,255,.58);
}

.youth-achievement-card__metric {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin-bottom: 30px;
}

.youth-achievement-card__metric strong {
  color: var(--primary-dark);
  font-size: clamp(60px, 5.6vw, 78px);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: .85;
  letter-spacing: -3px;
}

.is-featured .youth-achievement-card__metric strong {
  color: #fff;
}

.youth-achievement-card__metric span {
  max-width: 100px;
  padding-bottom: 5px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.is-featured .youth-achievement-card__metric span {
  color: var(--logo-soft);
}

.youth-achievement-card__copy {
  margin-top: auto;
}

.youth-achievement-card__copy h3 {
  margin-bottom: 9px;
  color: var(--primary-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.is-featured .youth-achievement-card__copy h3 {
  color: #fff;
}

.youth-achievement-card__copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.is-featured .youth-achievement-card__copy p {
  color: rgba(255,255,255,.7);
}

.youth-achievement-card__source {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(18,43,89,.09);
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.is-featured .youth-achievement-card__source {
  border-color: rgba(255,255,255,.13);
  color: rgba(255,255,255,.56);
}

.youth-achievement-card__source i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
}

.is-featured .youth-achievement-card__source i {
  background: var(--logo);
}

.youth-mission-section {
  color: #fff;
  background: #081c39;
}

.youth-mission-section::before,
.youth-mission-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  opacity: .12;
  background: repeating-linear-gradient(72deg, transparent 0 11px, rgba(255,255,255,.2) 12px 13px);
  pointer-events: none;
}

.youth-mission-section::before {
  top: -170px;
  left: -150px;
}

.youth-mission-section::after {
  right: -160px;
  bottom: -210px;
}

.youth-mission__header {
  max-width: 790px;
  margin: 0 auto 60px;
  text-align: center;
}

.youth-mission__header .kicker {
  justify-content: center;
  color: #d8cec4;
}

.youth-mission__header .kicker::before {
  background: var(--logo);
}

.youth-mission__header h2 {
  color: #fff;
}

.youth-mission__header p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.95;
}

.youth-mission__journey {
  position: relative;
  padding-top: 78px;
}

.youth-mission__track {
  position: absolute;
  top: 23px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(255,255,255,.13);
}

.youth-mission__track span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--logo);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1) .2s;
}

.youth-mission-section.is-youth-visible .youth-mission__track span {
  transform: scaleX(1);
}

.youth-mission-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.youth-mission-card {
  position: relative;
  min-height: 320px;
  margin-top: var(--mission-offset);
  padding: 28px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: #172d45;
  transition: border-color .3s ease, background-color .3s ease;
}

.youth-mission-card:hover {
  border-color: rgba(216,206,196,.34);
  background: #1b344e;
}

.youth-mission-card::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 100%;
  height: calc(55px + var(--mission-offset));
  border-right: 1px dashed rgba(255,255,255,.18);
}

.youth-mission-card__step {
  position: absolute;
  top: calc(-75px - var(--mission-offset));
  right: 50%;
  min-width: 116px;
  padding: 8px 18px;
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transform: translateX(50%);
  background: #081c39;
}

.youth-mission-card__number {
  display: block;
  margin-bottom: 20px;
  color: rgba(0,110,235,.55);
  font-size: 84px;
  font-weight: 600;
  line-height: .85;
  letter-spacing: -4px;
}

.youth-mission-card__label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #d8cec4;
  font-size: 12px;
  font-weight: 700;
}

.youth-mission-card h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
}

.youth-mission-card p {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.9;
}

.youth-mission__footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.youth-mission__link {
  color: var(--primary-dark);
  background: #fff;
}

.youth-mission__link:hover {
  color: var(--primary-dark);
  background: var(--logo-soft);
}

html.has-youth-motion [data-youth-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .7s ease, transform .8s cubic-bezier(.2,.8,.2,1);
  transition-delay: calc(var(--reveal-order, 0) * 90ms);
}

html.has-youth-motion [data-youth-reveal].is-youth-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1050px) {
  .youth-pulse__header {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .youth-achievements-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .youth-achievement-card.is-featured {
    grid-column: 1 / -1;
  }

  .youth-mission__journey {
    padding-top: 0;
  }

  .youth-mission__track {
    display: none;
  }

  .youth-mission-grid {
    grid-template-columns: 1fr;
  }

  .youth-mission-card {
    min-height: 0;
    margin-top: 0;
  }

  .youth-mission-card::before {
    display: none;
  }

  .youth-mission-card__step {
    position: static;
    display: inline-flex;
    min-width: 0;
    margin-bottom: 26px;
    transform: none;
    background: transparent;
  }
}

@media (max-width: 760px) {
  .youth-pulse__header {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }

  .youth-pulse__heading h2,
  .youth-mission__header h2 {
    font-size: 36px;
    letter-spacing: -.8px;
  }

  .youth-pulse__heading p,
  .youth-mission__header p {
    font-size: 15px;
  }

  .youth-pulse__stamp {
    min-height: 112px;
  }

  .youth-pulse__stamp strong {
    font-size: 38px;
  }

  .youth-achievements-grid {
    grid-template-columns: 1fr;
  }

  .youth-achievement-card.is-featured {
    grid-column: auto;
  }

  .youth-achievement-card {
    min-height: 350px;
    padding: 25px;
  }

  .youth-achievement-card__metric strong {
    font-size: 64px;
  }

  .youth-section-link,
  .youth-mission__link {
    width: 100%;
  }

  .youth-mission__header {
    margin-bottom: 38px;
  }

  .youth-mission-card {
    padding: 25px;
  }

  .youth-mission-card__number {
    font-size: 68px;
  }
}



/* WordPress integration */
.screen-reader-text {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.screen-reader-text:focus {
  z-index:100000;
  top:12px;
  right:12px;
  width:auto;
  height:auto;
  padding:8px 12px;
  clip:auto;
  color:#fff;
  background:var(--primary);
  border-radius:10px;
}

.nav__menu {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  padding:0;
  margin:0;
  list-style:none;
}

.nav__menu li { list-style:none; }
.nav .current-menu-item > a { color:var(--blue); }

body.admin-bar .site-header { top:48px; }

@media (max-width:782px) {
  body.admin-bar .site-header { top:62px; }
}

@media (max-width:1200px) {
  .site-header.is-menu-open {
    flex-wrap:wrap;
    align-items:flex-start;
  }

  .site-header.is-menu-open .nav {
    display:flex;
    flex:0 0 100%;
    order:4;
    align-items:stretch;
    padding:10px 0 18px;
  }

  .site-header.is-menu-open .nav,
  .site-header.is-menu-open .nav__menu {
    flex-direction:column;
    gap:0;
  }

  .site-header.is-menu-open .nav a {
    width:100%;
    padding:10px 0;
  }
}

