/* ====== Reset & Tokens ====== */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --c-brand-deep: #031a0b;
      --c-brand-dark: #06351a;
      --c-brand-mid: #0a5c32;
      --c-brand: #0d7a42;
      --c-brand-bright: #0f9a54;
      --c-mint: #1ab868;
      --c-mint-soft: #d4f5e3;
      --c-mint-wash: #edfaf3;

      --c-amber-dark: #8b6914;
      --c-amber: #b8941f;
      --c-amber-bright: #c8a84e;
      --c-amber-soft: #dfc87a;
      --c-amber-wash: #f7f0d8;
      --c-amber-pale: #fbf7ed;

      --c-sand: #f5f2ea;
      --c-sand-light: #faf9f5;
      --c-border: #e8e4d8;
      --c-ink: #1a1a18;
      --c-ink-soft: #4a4a44;
      --c-ink-muted: #8a8a80;

      --c-white: #ffffff;
      --r-xs: 8px;
      --r-sm: 12px;
      --r-md: 18px;
      --r-lg: 28px;
      --r-xl: 36px;

      --shd-low: 0 2px 16px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.03);
      --shd-mid: 0 8px 36px rgba(0,0,0,0.07), 0 2px 8px rgba(0,0,0,0.03);
      --shd-high: 0 16px 56px rgba(0,0,0,0.10), 0 4px 16px rgba(0,0,0,0.04);
      --shd-glow: 0 6px 28px rgba(184,148,31,0.28);
    }

    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body {
      font-family: 'Tajawal', system-ui, sans-serif;
      background: var(--c-white);
      color: var(--c-ink);
      line-height: 1.8;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }

    /* ====== Entrance Animations ====== */
    [data-animate].pre-anim {
      opacity: 0;
      transform: translateY(34px);
      transition: opacity 0.68s cubic-bezier(0.21, 0.60, 0.35, 1),
                  transform 0.68s cubic-bezier(0.21, 0.60, 0.35, 1);
    }
    [data-animate="zoom"].pre-anim {
      transform: scale(0.93);
    }
    [data-animate="drop"].pre-anim {
      transform: translateY(-30px);
    }
    [data-animate="from-right"].pre-anim {
      transform: translateX(-38px);
    }
    [data-animate="from-left"].pre-anim {
      transform: translateX(38px);
    }
    [data-animate].anim-done {
      opacity: 1;
      transform: translateY(0) translateX(0) scale(1);
    }

    /* ====== Divider Ornament ====== */
    .ornament {
      display: flex; align-items: center; justify-content: center; gap: 14px;
      margin: 0 auto; padding: 8px 0;
    }
    .ornament .bar { width: 46px; height: 1px; background: var(--c-border); }
    .ornament .shape {
      width: 7px; height: 7px;
      background: var(--c-amber-bright);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    /* ====== Layout Wrapper ====== */
    .page-wrap { max-width: 1060px; margin: 0 auto; padding: 0 28px; }
    .page-wrap--narrow { max-width: 900px; }

    /* ====== Content Band ====== */
    .band { padding: 80px 0; }
    .band-head { text-align: center; margin-bottom: 56px; }
    .band-head .kicker {
      display: inline-block;
      font-size: 12px; font-weight: 700; letter-spacing: 2px;
      color: var(--c-amber-dark); text-transform: uppercase;
      margin-bottom: 14px;
      background: var(--c-amber-wash);
      padding: 5px 20px; border-radius: 20px;
    }
    .band-head h2 {
      font-size: clamp(26px, 4vw, 36px); font-weight: 900;
      color: var(--c-brand-deep); line-height: 1.35; margin-bottom: 12px;
    }
    .band-head .desc {
      font-size: 15px; color: var(--c-ink-soft); max-width: 580px; margin: 0 auto; line-height: 1.9;
    }

    /* ====== Top Navigation ====== */
    .topnav {
      position: absolute; top: 0; right: 0; left: 0; z-index: 10;
      display: flex; align-items: center; justify-content: space-between;
      padding: 20px 32px;
    }
    .topnav-logo {
      font-size: 17px; font-weight: 800; color: var(--c-white);
      letter-spacing: -0.3px;
    }
    .topnav-btn {
      font-size: 13px; font-weight: 700;
      padding: 10px 22px; border-radius: 24px;
      background: rgba(255,255,255,0.14);
      backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      color: var(--c-white); border: 1px solid rgba(255,255,255,0.22);
      cursor: pointer; transition: all 0.25s;
      font-family: 'Tajawal', system-ui, sans-serif;
    }
    .topnav-btn:hover { background: rgba(255,255,255,0.22); }

    /* ====== Intro (Hero) ====== */
    .intro {
      position: relative;
      background:
        radial-gradient(ellipse 70% 50% at 25% 90%, rgba(184,148,31,0.18) 0%, transparent 55%),
        radial-gradient(ellipse 60% 70% at 80% 10%, rgba(15,154,84,0.12) 0%, transparent 55%),
        linear-gradient(165deg, #031a0b 0%, #06351a 30%, #0a5c32 65%, #0d723c 100%);
      color: var(--c-white); padding: 120px 28px 96px; text-align: center;
      overflow: hidden;
    }
    .intro::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(circle at 18% 75%, rgba(200,168,78,0.10) 0%, transparent 40%),
        radial-gradient(circle at 82% 22%, rgba(26,184,104,0.08) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.015) 0%, transparent 70%);
      pointer-events: none;
    }
    .intro::after {
      content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
      height: 60px; background: var(--c-white);
      clip-path: ellipse(78% 100% at 50% 100%);
    }
    .intro-core { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }

    .intro-badges {
      display: inline-flex; align-items: center; gap: 12px;
      margin-bottom: 44px;
    }
    .intro-badges .falcon-icon {
      font-size: 34px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
    }
    .intro-flags {
      display: flex; align-items: center; gap: 6px; font-size: 20px;
    }

    .intro-chip {
      display: inline-flex; align-items: center; gap: 10px;
      background: rgba(255,255,255,0.10);
      backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.18);
      padding: 10px 26px; border-radius: 28px;
      font-size: 13px; font-weight: 600; letter-spacing: 0.5px;
      margin-bottom: 30px;
    }
    .intro-chip .pulse {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--c-amber-bright);
      box-shadow: 0 0 8px rgba(200,168,78,0.6);
      animation: pulse-ring 2s ease-in-out infinite;
    }

    .intro h1 {
      font-size: clamp(32px, 5.8vw, 56px); font-weight: 900;
      line-height: 1.26; margin-bottom: 20px; letter-spacing: -0.5px;
    }
    .intro h1 .hl { color: var(--c-amber-soft); }

    .intro .lead {
      font-size: clamp(17px, 2.6vw, 20px); font-weight: 500;
      opacity: 0.9; margin-bottom: 12px;
    }
    .intro .lead-sub {
      font-size: 14px; opacity: 0.72; max-width: 580px;
      margin: 0 auto 14px; line-height: 1.85;
    }
    .intro .lead-note {
      font-size: 15px; opacity: 0.8; margin-bottom: 40px;
      max-width: 520px; margin-left: auto; margin-right: auto;
      font-weight: 500; line-height: 1.85;
    }

    .intro-ctas {
      display: flex; align-items: center; justify-content: center;
      gap: 16px; flex-wrap: wrap;
    }
    .btn-solid {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 18px 48px;
      background: var(--c-amber-bright); color: var(--c-brand-deep);
      border: none; border-radius: 14px;
      font-size: 17px; font-weight: 800; cursor: pointer;
      transition: all 0.28s; font-family: 'Tajawal', system-ui, sans-serif;
      box-shadow: var(--shd-glow); position: relative; z-index: 1;
      animation: btn-breathe 3s ease-in-out infinite;
    }
    .btn-solid:hover { background: var(--c-amber-soft); transform: translateY(-3px); box-shadow: 0 10px 36px rgba(184,148,31,0.35); animation: none; }
    .btn-solid:active { transform: translateY(0); }

    .btn-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 17px 36px;
      background: transparent; color: var(--c-white);
      border: 1.5px solid rgba(255,255,255,0.3); border-radius: 14px;
      font-size: 15px; font-weight: 700; cursor: pointer;
      transition: all 0.25s; font-family: 'Tajawal', system-ui, sans-serif;
    }
    .btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }

    /* ====== Quick Facts ====== */
    .quick-facts {
      margin-top: -36px; position: relative; z-index: 3; padding: 0 28px 16px;
    }
    .fact-row {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
      max-width: 840px; margin: 0 auto;
    }
    .fact-tile {
      background: var(--c-white); border-radius: var(--r-md);
      padding: 30px 22px 26px; text-align: center;
      box-shadow: var(--shd-mid); border: 1px solid var(--c-border);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .fact-tile:hover { transform: translateY(-5px); box-shadow: var(--shd-high); }
    .fact-icon { font-size: 28px; margin-bottom: 10px; }
    .fact-num {
      font-size: 36px; font-weight: 900; color: var(--c-brand-deep); line-height: 1.1;
    }
    .fact-num .hl { color: var(--c-amber-dark); }
    .fact-desc { font-size: 13px; color: var(--c-ink-soft); margin-top: 8px; font-weight: 600; line-height: 1.6; }

    /* ====== Card Grid ====== */
    .card-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 28px;
    }
    .card-tile {
      background: var(--c-white); border-radius: var(--r-lg);
      padding: 44px 36px 40px;
      box-shadow: var(--shd-low); border: 1px solid var(--c-border);
      transition: all 0.35s; cursor: pointer;
      position: relative; overflow: hidden;
    }
    .card-tile::after {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--c-brand), var(--c-amber-bright));
      transform: scaleX(0); transform-origin: right;
      transition: transform 0.4s cubic-bezier(0.21, 0.60, 0.35, 1);
    }
    .card-tile:hover { transform: translateY(-8px); box-shadow: var(--shd-high); }
    .card-tile:hover::after { transform: scaleX(1); }

    .card-icon {
      width: 64px; height: 64px; border-radius: var(--r-sm);
      background: var(--c-mint-wash); display: flex; align-items: center;
      justify-content: center; font-size: 32px; margin-bottom: 24px;
    }
    .card-tile h3 {
      font-size: 21px; font-weight: 800; color: var(--c-brand-dark); margin-bottom: 14px; line-height: 1.4;
    }
    .card-tile .card-brief {
      font-size: 14.5px; color: var(--c-ink-soft); line-height: 1.9; margin-bottom: 20px;
    }
    .card-points {
      list-style: none; padding: 0; margin-bottom: 20px;
    }
    .card-points li {
      font-size: 14px; color: var(--c-ink-soft); padding: 7px 0; line-height: 1.7;
      display: flex; align-items: flex-start; gap: 10px;
    }
    .card-points li::before {
      content: '✓'; color: var(--c-brand); font-weight: 900; flex-shrink: 0;
      font-size: 13px; margin-top: 3px;
    }
    .card-link {
      display: inline-flex; align-items: center; gap: 6px;
      font-weight: 700; font-size: 14px; color: var(--c-amber-dark);
      transition: gap 0.25s;
    }
    .card-tile:hover .card-link { gap: 14px; }

    /* ====== Detail Blocks ====== */
    .detail-block {
      background: var(--c-sand-light);
      border-radius: var(--r-xl);
      padding: 52px 44px;
      margin-bottom: 28px;
      border: 1px solid var(--c-border);
      transition: all 0.3s;
    }
    .detail-block:hover {
      box-shadow: var(--shd-mid);
    }
    .detail-block:last-child { margin-bottom: 0; }
    .detail-head {
      display: flex; align-items: center; gap: 18px; margin-bottom: 24px;
    }
    .detail-icon {
      width: 56px; height: 56px; border-radius: var(--r-sm);
      background: var(--c-white); display: flex; align-items: center;
      justify-content: center; font-size: 28px; flex-shrink: 0;
      box-shadow: var(--shd-low);
    }
    .detail-block h3 {
      font-size: 22px; font-weight: 900; color: var(--c-brand-deep);
    }
    .detail-body {
      font-size: 15px; color: var(--c-ink-soft); line-height: 2;
    }
    .detail-body p {
      margin-bottom: 16px;
    }
    .detail-body p:last-child {
      margin-bottom: 0;
    }

    /* ====== Founder Band ====== */
    .founder-band { background: var(--c-sand-light); }
    .founder-tile {
      background: var(--c-white); border-radius: var(--r-xl);
      padding: 52px 48px; box-shadow: var(--shd-mid);
      border: 1px solid var(--c-border); max-width: 900px; margin: 0 auto;
      display: flex; gap: 44px; align-items: flex-start;
    }
    .founder-visual {
      flex-shrink: 0; text-align: center;
    }
    .founder-photo {
      width: 150px; height: 150px; border-radius: 50%;
      background: linear-gradient(145deg, var(--c-mint-soft), var(--c-amber-wash));
      display: flex; align-items: center; justify-content: center;
      font-size: 64px; font-weight: 900; color: var(--c-brand-mid);
      border: 5px solid var(--c-amber-soft); margin-bottom: 14px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }
    .founder-badge {
      font-size: 12px; font-weight: 700; color: var(--c-brand);
      background: var(--c-mint-wash); padding: 5px 16px;
      border-radius: 14px; display: inline-block;
    }
    .founder-info h3 {
      font-size: 28px; font-weight: 900; color: var(--c-brand-deep); margin-bottom: 2px;
    }
    .founder-latin {
      font-size: 14px; color: var(--c-ink-muted); font-weight: 400; margin-bottom: 6px;
    }
    .founder-role {
      font-size: 15px; font-weight: 700; color: var(--c-amber-dark); margin-bottom: 20px;
    }
    .founder-bio { margin-bottom: 24px; }
    .founder-bio p {
      font-size: 15px; color: var(--c-ink-soft); line-height: 2; margin-bottom: 14px;
    }
    .founder-bio p:last-child { margin-bottom: 0; }

    .founder-timeline {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 14px; margin-bottom: 22px;
    }
    .tl-node {
      background: var(--c-mint-wash); padding: 16px 18px; border-radius: var(--r-xs);
      border-right: 3px solid var(--c-brand);
    }
    .tl-node .tl-year { font-size: 12px; color: var(--c-amber-dark); font-weight: 700; margin-bottom: 4px; }
    .tl-node .tl-fact { font-size: 13px; color: var(--c-brand-dark); font-weight: 600; line-height: 1.5; }

    .founder-tags { display: flex; gap: 10px; flex-wrap: wrap; }
    .tag-chip {
      font-size: 12px; padding: 7px 18px; border-radius: 18px;
      font-weight: 600; border: 1px solid;
    }
    .tag-chip.edu { background: var(--c-mint-wash); color: var(--c-brand-mid); border-color: var(--c-mint-soft); }
    .tag-chip.exp { background: var(--c-amber-wash); color: var(--c-amber-dark); border-color: var(--c-amber-soft); }

    /* ====== Principle Row ====== */
    .principle-row {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 24px; margin-bottom: 48px;
    }
    .principle-tile {
      background: var(--c-white); border-radius: var(--r-md);
      padding: 36px 30px; border: 1px solid var(--c-border);
      box-shadow: var(--shd-low); transition: all 0.3s;
      position: relative; overflow: hidden;
    }
    .principle-tile:hover {
      transform: translateY(-4px);
      box-shadow: var(--shd-mid);
    }
    .principle-tile .p-idx {
      font-size: 48px; font-weight: 900; color: var(--c-amber-soft);
      line-height: 1; margin-bottom: 8px; opacity: 0.5;
    }
    .principle-tile h4 {
      font-size: 18px; font-weight: 800; color: var(--c-brand-dark); margin-bottom: 10px;
    }
    .principle-tile p {
      font-size: 14px; color: var(--c-ink-soft); line-height: 1.85;
    }

    .mantra-block {
      max-width: 760px; margin: 0 auto;
      background: var(--c-white); border-radius: var(--r-xl);
      padding: 56px 48px; text-align: center;
      box-shadow: var(--shd-low); border: 1px solid var(--c-border);
      position: relative;
    }
    .mantra-block::before {
      content: '"'; position: absolute; top: -18px; right: 40px;
      font-size: 100px; color: var(--c-amber-soft); line-height: 1;
      font-family: Georgia, 'Times New Roman', serif;
      opacity: 0.35;
    }
    .mantra-body {
      font-size: 20px; font-weight: 500; color: var(--c-ink);
      line-height: 2.1; font-style: italic; margin-bottom: 22px;
    }
    .mantra-src {
      font-size: 14px; color: var(--c-amber-dark); font-weight: 700;
    }
    .mantra-src span { font-weight: 400; color: var(--c-ink-muted); font-size: 13px; }

    /* ====== Benefit Row ====== */
    .benefit-row {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
    }
    .benefit-tile {
      text-align: center; padding: 40px 28px 36px;
      border-radius: var(--r-md); transition: all 0.3s;
      position: relative;
    }
    .benefit-tile:hover { background: var(--c-mint-wash); }
    .benefit-icon {
      width: 60px; height: 60px; margin: 0 auto 20px;
      background: var(--c-amber-pale); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 28px; transition: transform 0.3s;
    }
    .benefit-tile:hover .benefit-icon { transform: scale(1.08); }
    .benefit-tile h4 { font-size: 18px; font-weight: 800; color: var(--c-brand-dark); margin-bottom: 10px; }
    .benefit-tile p { font-size: 14px; color: var(--c-ink-soft); line-height: 1.85; }

    /* ====== Crew Row ====== */
    .crew-row {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 28px;
    }
    .crew-tile {
      background: var(--c-white); border-radius: var(--r-md);
      padding: 40px 32px 36px; border: 1px solid var(--c-border);
      box-shadow: var(--shd-low); text-align: center;
      transition: all 0.3s;
    }
    .crew-tile:hover { box-shadow: var(--shd-mid); transform: translateY(-5px); }
    .crew-photo {
      width: 88px; height: 88px; border-radius: 50%;
      margin: 0 auto 20px;
      background: linear-gradient(135deg, var(--c-mint-soft), var(--c-amber-wash));
      display: flex; align-items: center; justify-content: center;
      font-size: 38px; font-weight: 700; color: var(--c-brand-mid);
      border: 3px solid var(--c-amber-soft);
    }
    .crew-tile h4 { font-size: 20px; font-weight: 800; color: var(--c-brand-deep); margin-bottom: 4px; }
    .crew-role { font-size: 13px; color: var(--c-amber-dark); font-weight: 700; margin-bottom: 16px; }
    .crew-bio { font-size: 14px; color: var(--c-ink-soft); line-height: 1.9; }

    /* ====== Action Band (CTA) ====== */
    .action-band {
      background:
        radial-gradient(ellipse 55% 50% at 30% 80%, rgba(200,168,78,0.14) 0%, transparent 60%),
        radial-gradient(ellipse 50% 60% at 75% 20%, rgba(26,184,104,0.10) 0%, transparent 55%),
        linear-gradient(160deg, var(--c-brand-dark) 0%, var(--c-brand-mid) 50%, var(--c-brand) 100%);
      color: var(--c-white); border-radius: var(--r-xl);
      padding: 68px 48px; text-align: center;
      box-shadow: var(--shd-high); position: relative; overflow: hidden;
    }
    .action-band::before {
      content: ''; position: absolute;
      top: -80px; right: -80px; width: 280px; height: 280px;
      background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none;
    }
    .action-band::after {
      content: ''; position: absolute;
      bottom: -40px; left: -40px; width: 200px; height: 200px;
      background: radial-gradient(circle, rgba(200,168,78,0.08) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none;
    }

    .action-band h2 {
      font-size: clamp(24px, 4vw, 34px); font-weight: 900;
      margin-bottom: 10px; position: relative; z-index: 1;
    }
    .action-sub {
      font-size: 16px; opacity: 0.9; margin-bottom: 6px; line-height: 1.9;
      position: relative; z-index: 1;
    }
    .action-desc {
      font-size: 14px; opacity: 0.72; margin-bottom: 36px; line-height: 1.8;
      max-width: 500px; margin-left: auto; margin-right: auto;
      position: relative; z-index: 1;
    }
    .btn-hero {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 20px 56px;
      background: var(--c-amber-bright); color: var(--c-brand-deep);
      border: none; border-radius: 16px;
      font-size: 19px; font-weight: 900; cursor: pointer;
      transition: all 0.28s; font-family: 'Tajawal', system-ui, sans-serif;
      box-shadow: 0 8px 40px rgba(0,0,0,0.30); position: relative; z-index: 1;
    }
    .btn-hero:hover { background: var(--c-amber-soft); transform: translateY(-4px); box-shadow: 0 14px 48px rgba(0,0,0,0.35); }
    .btn-hero:active { transform: translateY(0); }

    .action-note {
      font-size: 11px; opacity: 0.6; margin-top: 20px;
      position: relative; z-index: 1; line-height: 1.8;
    }

    /* ====== Trust Bar ====== */
    .trust-bar {
      background: var(--c-sand-light);
      border-top: 1px solid var(--c-border);
      border-bottom: 1px solid var(--c-border);
      padding: 28px 0;
      text-align: center;
    }
    .trust-row {
      display: flex; align-items: center; justify-content: center;
      gap: 32px; flex-wrap: wrap;
    }
    .trust-pill {
      font-size: 13px; color: var(--c-ink-soft); font-weight: 600;
      display: flex; align-items: center; gap: 8px;
    }
    .trust-pill .mark {
      color: var(--c-brand); font-weight: 900; font-size: 15px;
    }

    /* ====== Page End (Footer) ====== */
    .page-end {
      text-align: center; padding: 60px 28px 52px;
      background: var(--c-sand-light); border-top: 1px solid var(--c-border);
      font-size: 13px; color: var(--c-ink-soft); line-height: 2.5;
    }
    .page-end .end-logo {
      font-weight: 800; font-size: 17px; color: var(--c-brand-deep); margin-bottom: 14px;
    }
    .page-end .end-rule {
      width: 48px; height: 1.5px; background: var(--c-amber-soft);
      margin: 18px auto; opacity: 0.5;
    }
    .page-end a { color: var(--c-brand); text-decoration: underline; font-weight: 600; }
    .page-end a:hover { color: var(--c-brand-bright); }
    .page-end .end-links {
      display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
      margin: 16px 0;
    }
    .page-end .end-ver { margin-top: 22px; font-size: 11px; opacity: 0.4; }

    /* ====== Flag Strip ====== */
    .flag-strip {
      display: flex; align-items: center; justify-content: center;
      gap: 6px; font-size: 22px; margin-top: 8px; opacity: 0.7;
    }

    /* ====== Responsive ====== */
    @media (max-width: 768px) {
      .topnav { padding: 16px 18px; }
      .topnav-logo { font-size: 15px; }
      .intro { padding: 96px 18px 72px; }
      .intro h1 { font-size: 27px; }
      .intro .lead { font-size: 16px; }
      .intro .lead-sub { font-size: 13px; }
      .intro-ctas { flex-direction: column; gap: 12px; }
      .btn-solid, .btn-ghost { width: 100%; max-width: 320px; justify-content: center; }

      .quick-facts { margin-top: -28px; }
      .fact-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
      .fact-tile { padding: 20px 10px 18px; }
      .fact-num { font-size: 26px; }
      .fact-desc { font-size: 11px; }

      .band { padding: 52px 0; }
      .band-head { margin-bottom: 36px; }
      .band-head h2 { font-size: 23px; }

      .card-grid { grid-template-columns: 1fr; }
      .card-tile { padding: 34px 24px 30px; }

      .detail-block { padding: 32px 22px; }
      .detail-head { flex-direction: column; text-align: center; }

      .founder-tile { flex-direction: column; align-items: center; text-align: center; padding: 34px 24px; gap: 28px; }
      .founder-timeline { grid-template-columns: 1fr 1fr; }
      .founder-tags { justify-content: center; }

      .principle-row { grid-template-columns: 1fr; }

      .benefit-row { grid-template-columns: 1fr 1fr; gap: 14px; }
      .benefit-tile { padding: 28px 16px 24px; }

      .mantra-block { padding: 40px 24px; }
      .mantra-body { font-size: 17px; }

      .crew-row { grid-template-columns: 1fr; }

      .action-band { padding: 44px 24px; }
      .btn-hero { width: 100%; max-width: 340px; justify-content: center; padding: 18px 32px; }

      .trust-row { flex-direction: column; gap: 10px; }

      .page-end .end-links { flex-direction: column; gap: 10px; }
      .page-end { padding: 44px 18px 40px; }
    }
    @media (max-width: 380px) {
      .fact-row { grid-template-columns: 1fr; }
      .benefit-row { grid-template-columns: 1fr; }
    }

    /* ====== Floating Action Button ====== */
    .float-btn {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 9999;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #25D366;
      box-shadow: 0 6px 24px rgba(37,211,102,0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: none;
      transition: transform 0.2s, box-shadow 0.2s;
      animation: wa-glow 2s infinite;
    }
    .float-btn:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.55); }
    .float-btn:active { transform: scale(0.95); }
    .float-btn svg { width: 32px; height: 32px; fill: #fff; }

    @keyframes wa-glow {
      0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
      50% { box-shadow: 0 6px 36px rgba(37,211,102,0.65), 0 0 0 12px rgba(37,211,102,0.12); }
    }

    @media (max-width: 768px) {
      .float-btn { width: 52px; height: 52px; bottom: 16px; right: 16px; }
      .float-btn svg { width: 28px; height: 28px; }
    }

    /* ====== Pulse Ring Keyframes ====== */
    @keyframes pulse-ring {
      0%, 100% { box-shadow: 0 0 0 0 rgba(200,168,78,0.7); }
      50% { box-shadow: 0 0 0 6px rgba(200,168,78,0); }
    }

    /* ====== Hero Social Proof ====== */
    .intro-social {
      display: inline-flex; align-items: center; gap: 10px;
      margin-bottom: 20px;
      font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500;
    }
    .intro-social .faces { display: flex; }
    .intro-social .face {
      width: 28px; height: 28px; border-radius: 50%;
      background: linear-gradient(135deg, var(--c-brand-bright), var(--c-amber));
      border: 2px solid rgba(255,255,255,0.3);
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 700; color: white;
      margin-left: -8px;
    }
    .intro-social .face:first-child { margin-left: 0; }

    /* ====== CTA Breathing Keyframes ====== */
    @keyframes btn-breathe {
      0%, 100% { box-shadow: var(--shd-glow), 0 0 0 0 rgba(184,148,31,0); }
      50% { box-shadow: 0 8px 36px rgba(184,148,31,0.45), 0 0 0 8px rgba(184,148,31,0.08); }
    }

    /* ====== CTA Live Badge ====== */
    .action-live {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(37,211,102,0.15); border: 1px solid rgba(37,211,102,0.3);
      color: #7fffc0; font-size: 13px; font-weight: 700;
      padding: 7px 20px; border-radius: 20px; margin-bottom: 20px;
      position: relative; z-index: 1; letter-spacing: 0.3px;
    }

    /* ====== CTA Steps ====== */
    .action-steps {
      display: flex; align-items: center; justify-content: center; gap: 12px;
      flex-wrap: wrap; margin-bottom: 28px; position: relative; z-index: 1;
    }
    .action-step {
      display: flex; flex-direction: column; align-items: center; gap: 6px;
      font-size: 13px; color: rgba(255,255,255,0.85); font-weight: 600;
    }
    .action-step-num {
      width: 40px; height: 40px; border-radius: 50%;
      background: var(--c-amber-bright); color: var(--c-brand-deep);
      display: flex; align-items: center; justify-content: center;
      font-size: 20px; font-weight: 700; flex-shrink: 0;
    }
    .action-arrow { color: var(--c-amber-soft); font-size: 18px; opacity: 0.7; }

    /* ====== Value Highlight Banner ====== */
    .value-banner {
      background: var(--c-amber-pale);
      border-top: 1px solid var(--c-amber-soft);
      border-bottom: 1px solid var(--c-amber-soft);
      padding: 32px 28px;
    }
    .value-row {
      display: flex; align-items: center; justify-content: center;
      gap: 48px; flex-wrap: wrap; text-align: center;
    }
    .value-item {
      display: flex; align-items: center; gap: 12px;
    }
    .value-item .v-icon { font-size: 26px; }
    .value-item .v-title {
      font-size: 14px; font-weight: 700; color: var(--c-brand-deep);
    }
    .value-item .v-sub {
      font-size: 12px; color: var(--c-ink-muted);
    }
    .value-divider {
      width: 1px; height: 40px;
      background: var(--c-amber-soft); opacity: 0.6;
    }

    /* ====== Sticky CTA Bar ====== */
    .sticky-bar {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: var(--c-brand-deep);
      border-bottom: 1px solid rgba(200,168,78,0.2);
      padding: 10px 24px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px; flex-wrap: wrap;
      transform: translateY(-100%);
      transition: transform 0.4s cubic-bezier(0.21, 0.60, 0.35, 1);
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .sticky-bar.visible { transform: translateY(0); }
    .sticky-bar-text { font-size: 14px; color: rgba(255,255,255,0.85); font-weight: 600; }
    .sticky-bar-text strong { color: var(--c-amber-bright); }
    .sticky-bar-btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 28px; border-radius: 24px;
      background: var(--c-amber-bright); color: var(--c-brand-deep);
      font-size: 14px; font-weight: 700; cursor: pointer;
      border: none; font-family: 'Tajawal', system-ui, sans-serif;
      transition: background 0.2s; white-space: nowrap;
    }
    .sticky-bar-btn:hover { background: var(--c-amber); }
    @media (max-width: 600px) {
      .sticky-bar { justify-content: center; text-align: center; }
      .sticky-bar-text { font-size: 13px; }
    }

.page-end .end-links a,
.page-end .end-links button {
  color: var(--c-brand);
  text-decoration: underline;
  font-weight: 600;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.page-end .end-links a:hover,
.page-end .end-links button:hover { color: var(--c-brand-bright); }
.end-company {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--c-brand-deep);
}
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(3, 26, 11, 0.62);
  backdrop-filter: blur(8px);
}
.legal-modal.is-open { display: flex; }
.legal-card {
  width: min(680px, 100%);
  max-height: min(78vh, 680px);
  overflow: auto;
  border-radius: var(--r-md);
  background: var(--c-white);
  color: var(--c-ink);
  border: 1px solid var(--c-border);
  box-shadow: var(--shd-high);
  padding: 28px;
  direction: rtl;
  text-align: right;
}
.legal-card h2 {
  margin-bottom: 12px;
  color: var(--c-brand-deep);
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.35;
}
.legal-card p {
  color: var(--c-ink-soft);
  line-height: 2;
  white-space: pre-line;
}
.legal-close {
  margin-top: 22px;
  min-height: 42px;
  border: 0;
  border-radius: 22px;
  background: var(--c-brand);
  color: var(--c-white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 10px 22px;
}
