/* ==========================================================================
   Iran SuJok Academy - sujok-what-is.css
   External Page Stylesheet
   ========================================================================== */

/* --- Source: sujok-what-is/views.html --- */
/* Specific styles for Perspectives page */
    .perspective-hero {
      background: linear-gradient(135deg, #052a36 0%, #083b4c 50%, #0e9ca8 100%);
      color: #ffffff;
      padding: 60px 0 50px;
      position: relative;
      overflow: hidden;
    }
    .perspective-hero .breadcrumb {
      font-size: 0.88rem;
      color: #15cadb;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
    }
    .perspective-hero .breadcrumb a {
      color: #15cadb;
      text-decoration: none;
    }
    .perspective-hero h1 {
      font-size: clamp(28px, 3.8vw, 46px);
      font-weight: 900;
      margin: 0 0 16px;
      color: #ffffff;
      line-height: 1.3;
    }
    .perspective-hero p {
      font-size: 1.1rem;
      color: #d1e4ec;
      max-width: 900px;
      line-height: 1.9;
      margin: 0;
    }

    .view-card-detailed {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 36px;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.05);
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }
    .view-card-detailed:hover {
      transform: translateY(-6px);
      border-color: var(--teal-main);
      box-shadow: 0 20px 45px rgba(14, 156, 168, 0.16);
    }
    .view-card-accent {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 5px;
      background: linear-gradient(90deg, #0e9ca8, #15cadb, #c99a3d);
    }
    .view-badge-num {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(14,156,168,0.12), rgba(21,202,219,0.22));
      color: var(--teal-main);
      font-weight: 900;
      font-size: 1.1rem;
      display: grid;
      place-items: center;
      border: 1px solid rgba(14,156,168,0.3);
    }
    .view-pill {
      font-size: 0.78rem;
      font-weight: 800;
      padding: 4px 12px;
      border-radius: 999px;
      background: #f1f5f9;
      color: #475569;
      border: 1px solid #e2e8f0;
    }
    .view-pill.level-physical { background: #e0f2fe; color: #0369a1; border-color: #bae6fd; }
    .view-pill.level-energy { background: #fef3c7; color: #b45309; border-color: #fde68a; }
    .view-pill.level-mind { background: #ede9fe; color: #6d28d9; border-color: #ddd6fe; }
    .view-pill.level-spiritual { background: #dcfce7; color: #15803d; border-color: #bbf7d0; }

    .view-points-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 24px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .view-points-list li {
      font-size: 0.92rem;
      color: var(--text-muted);
      line-height: 1.75;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }
    .view-points-list li i {
      color: var(--teal-main);
      font-size: 1rem;
      margin-top: 3px;
      flex-shrink: 0;
    }

/* ==========================================================================
   Matrix Table Card (جدول ماتریس مقایسه‌ای دیدگاه‌ها)
   ========================================================================== */
.views-matrix-card {
  background: #ffffff;
  border-radius: var(--radius-lg, 28px);
  border: 1px solid var(--border-color, rgba(14, 156, 168, 0.18));
  box-shadow: var(--shadow-md);
  padding: 36px;
  margin-bottom: 50px;
}

.views-matrix-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--primary-dark, #052a36);
  margin-bottom: 8px;
}

.views-matrix-subtitle {
  font-size: 0.94rem;
  color: var(--text-muted, #486875);
  margin-bottom: 18px;
  line-height: 1.8;
}

.table-scroll-hint {
  display: none;
  align-items: center;
  gap: 8px;
  background: var(--teal-light, #e6f9fa);
  color: var(--teal-main, #0e9ca8);
  border: 1px solid rgba(14, 156, 168, 0.25);
  padding: 9px 16px;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid var(--border-color, rgba(14, 156, 168, 0.18));
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.level-matrix-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
  text-align: right;
  margin: 0;
}

.level-matrix-table th {
  background: #f8fafc;
  color: var(--primary-dark, #052a36);
  padding: 14px 18px;
  font-weight: 800;
  font-size: 0.92rem;
  border-bottom: 2px solid var(--border-color, rgba(14, 156, 168, 0.18));
  white-space: nowrap;
}

.level-matrix-table td {
  padding: 14px 18px;
  font-size: 0.9rem;
  color: var(--text-main);
  border-bottom: 1px solid #f1f5f9;
  line-height: 1.8;
  vertical-align: middle;
}

.level-matrix-table tr:last-child td {
  border-bottom: none;
}

.level-matrix-table tr:hover td {
  background: rgba(14, 156, 168, 0.04);
}

.col-num {
  width: 50px;
  text-align: center;
}

.col-name {
  min-width: 150px;
  white-space: nowrap;
}

.col-level {
  min-width: 150px;
}

.col-tools {
  min-width: 160px;
}

.col-scope {
  min-width: 210px;
}

.col-link {
  width: 90px;
  text-align: center;
  white-space: nowrap;
}

.matrix-link {
  color: var(--teal-main, #0e9ca8);
  font-weight: 800;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(14, 156, 168, 0.08);
  transition: all 0.2s ease;
  text-decoration: none;
}

.matrix-link:hover {
  background: var(--teal-main, #0e9ca8);
  color: #ffffff;
}

.views-cross-nav {
  background: linear-gradient(135deg, #052a36 0%, #083b4c 100%);
  border-radius: var(--radius-lg, 28px);
  padding: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  box-shadow: var(--shadow-lg);
}

/* ==========================================================================
   sujok-what-is/views.html - Multi-Dimensional Architecture Card
   ========================================================================== */
.views-intro-card {
  background: #ffffff;
  border-radius: var(--radius-lg, 28px);
  border: 1px solid var(--border-color, rgba(14, 156, 168, 0.18));
  box-shadow: var(--shadow-md);
  padding: 44px;
  margin-bottom: 50px;
}

.views-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
}

.views-intro-badge {
  background: var(--teal-light, #e6f9fa);
  color: var(--teal-main, #0e9ca8);
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 12px;
}

.views-intro-title {
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--primary-dark, #052a36);
  margin-bottom: 16px;
  line-height: 1.35;
}

.views-intro-lead {
  font-size: 1rem;
  color: var(--text-main);
  line-height: 1.95;
  margin-bottom: 16px;
  text-align: justify;
}

.views-intro-callout {
  font-size: 0.95rem;
  color: var(--text-muted, #486875);
  line-height: 1.9;
  background: rgba(14, 156, 168, 0.05);
  padding: 18px;
  border-right: 4px solid var(--teal-main, #0e9ca8);
  border-radius: 8px 16px 16px 8px;
  margin: 0;
}

.views-layers-box {
  background: linear-gradient(145deg, #052a36, #083b4c);
  border-radius: 20px;
  padding: 28px;
  color: #ffffff;
  border: 1px solid rgba(21, 202, 219, 0.25);
  box-shadow: var(--shadow-md);
}

.views-layers-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #15cadb;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.views-layers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.views-layer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
  border-radius: 12px;
  gap: 10px;
}

.views-layer-name {
  font-size: 0.88rem;
  font-weight: 700;
}

.views-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .views-intro-card {
    padding: 32px 24px;
    margin-bottom: 36px;
  }
  .views-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .views-matrix-card {
    padding: 28px 20px;
    margin-bottom: 36px;
  }
  .table-scroll-hint {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .views-intro-card {
    padding: 22px 16px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .views-intro-title {
    font-size: 1.35rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .views-intro-lead {
    font-size: 0.94rem;
    line-height: 1.85;
    text-align: right;
  }
  .views-intro-callout {
    font-size: 0.88rem;
    line-height: 1.8;
    padding: 14px;
  }
  .views-layers-box {
    padding: 20px 14px;
    border-radius: 16px;
  }
  .views-layers-title {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }
  .views-layer-item {
    padding: 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .views-layer-name {
    font-size: 0.86rem;
  }
  .views-layer-item .view-pill {
    align-self: flex-start;
    font-size: 0.74rem;
    padding: 3px 10px;
  }
  .views-grid-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .view-card-detailed {
    padding: 22px 16px;
    border-radius: 20px;
  }
  .views-matrix-card {
    padding: 20px 14px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .views-matrix-title {
    font-size: 1.18rem;
    line-height: 1.4;
  }
  .views-matrix-subtitle {
    font-size: 0.86rem;
    margin-bottom: 14px;
  }
  .table-scroll-hint {
    font-size: 0.78rem;
    padding: 7px 12px;
    width: 100%;
    justify-content: center;
  }
  .level-matrix-table th,
  .level-matrix-table td {
    padding: 10px 12px;
    font-size: 0.84rem;
  }
  .views-cross-nav {
    padding: 22px 16px;
    border-radius: 20px;
    gap: 16px;
  }
  .views-cross-nav h3 {
    font-size: 1.15rem !important;
  }
  .views-cross-nav p {
    font-size: 0.86rem !important;
  }
  .views-cross-nav .btn {
    width: 100%;
    justify-content: center;
  }
}

/* --- Source: sujok-what-is/features.html --- */
*{box-sizing:border-box} html{scroll-behavior:smooth} body {margin:0;font-family:'Vazirmatn',Tahoma,"Segoe UI",Arial,sans-serif;color:var(--ink,#052a36);background:var(--bg-gradient);line-height:1.9}
    a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
    .container{width:min(1160px,calc(100% - 32px));margin:auto}
    .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 22px;font-weight:800;background:var(--green,#0d5a50);color:white;box-shadow:0 10px 25px rgba(13,90,80,.22);transition:.25s ease}.btn:hover{transform:translateY(-2px);background:#084d44;box-shadow:0 14px 30px rgba(13,90,80,.3)}.btn.ghost{background:transparent;color:var(--green,#0d5a50);border:1px solid rgba(13,90,80,.3);box-shadow:none}.btn.ghost:hover{background:rgba(13,90,80,0.06);border-color:var(--green,#0d5a50)}

    /* Hero Section */
    .hero-features { padding: 60px 0 50px; background: linear-gradient(135deg, #052a36 0%, #083b4c 50%, #0e9ca8 100%); color: #ffffff; position: relative; overflow: hidden; }
    .hero-features .breadcrumb { font-size: 0.88rem; color: #15cadb; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; font-weight: 700; }
    .hero-features .breadcrumb a { color: #15cadb; }
    .hero-features h1 { font-size: clamp(30px, 4vw, 48px); font-weight: 900; margin: 0 0 16px; color: #ffffff; line-height: 1.3; }
    .hero-features p { font-size: 1.1rem; color: #d1e4ec; max-width: 860px; line-height: 1.9; margin: 0; }

    /* Cards Section & Filter Tabs */
    .cards-section { padding: 60px 0 90px; background: linear-gradient(180deg, #ffffff 0%, rgba(246, 252, 250, 0.7) 100%); }
    .section-title { text-align: center; max-width: 780px; margin: 0 auto 36px; }
    .section-title span { color: var(--gold, #c99a3d); font-weight: 800; font-size: 0.92rem; letter-spacing: 0.5px; display: inline-block; margin-bottom: 6px; background: rgba(201,154,61,0.12); padding: 4px 14px; border-radius: 999px; border: 1px solid rgba(201,154,61,0.25); }
    .section-title h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1.35; margin: 8px 0 12px; color: var(--ink, #052a36); font-weight: 900; }
    .section-title p { color: var(--muted, #536a66); margin: 0; font-size: 1.02rem; line-height: 1.8; }

    .filter-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; margin-bottom: 36px; }
    .filter-btn { background: #ffffff; border: 1px solid rgba(13, 90, 80, 0.18); color: var(--ink, #052a36); padding: 10px 22px; border-radius: 999px; font-weight: 800; font-size: 0.92rem; cursor: pointer; transition: all 0.25s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.03); font-family: inherit; }
    .filter-btn:hover, .filter-btn.active { background: linear-gradient(135deg, #0d5a50, #183f3a); color: #ffffff; border-color: #0d5a50; box-shadow: 0 8px 24px rgba(13, 90, 80, 0.22); transform: translateY(-2px); }

    .feature-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-top: 20px; }
    .feature-card { background: #ffffff; border: 1px solid rgba(13, 90, 80, 0.13); border-radius: 24px; padding: 28px; box-shadow: 0 10px 30px rgba(28, 74, 66, 0.05); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; position: relative; overflow: hidden; }
    .feature-card:hover { transform: translateY(-6px); border-color: var(--green, #0d5a50); box-shadow: 0 20px 45px rgba(13, 90, 80, 0.15); }
    .feature-card-glow { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, #c99a3d 0%, #0d5a50 50%, #163f3a 100%); opacity: 0.85; }
    .feature-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
    .feature-card-icon-num { display: flex; align-items: center; gap: 10px; width: 100%; justify-content: space-between; }
    .feature-card-num { width: 34px; height: 34px; border-radius: 10px; background: #e9f4ef; color: var(--green, #0d5a50); font-weight: 900; font-size: 0.85rem; display: grid; place-items: center; border: 1px solid #cfe7dc; flex-shrink: 0; }
    .feature-card-title { font-size: 1.15rem; font-weight: 900; color: var(--ink, #052a36); margin: 0 0 10px; line-height: 1.4; }
    .feature-card-desc { font-size: 0.94rem; color: #425d58; line-height: 1.85; margin: 0; text-align: justify; flex-grow: 1; }
    .feature-card-cat { display: inline-flex; margin-top: 18px; font-size: 0.78rem; font-weight: 800; color: #8a6728; background: #fffdf2; padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(201, 154, 61, 0.3); align-self: flex-start; }

    /* CTA Section */
    .cta { padding: 60px 0 80px; }
    .cta-box { background: linear-gradient(135deg, #f4e8d4 0%, #e2f1eb 100%); border: 1px solid rgba(182, 149, 85, .3); border-radius: 36px; padding: 48px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: 0 20px 50px rgba(13, 90, 80, 0.08); }
    .cta h2 { font-size: clamp(26px, 3.2vw, 38px); margin: 0 0 12px; font-weight: 900; color: var(--ink, #052a36); }
    .cta p { margin: 0; color: #45605c; font-size: 1.02rem; line-height: 1.8; }
    .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

    @media(max-width:860px){
      .cta-box { grid-template-columns: 1fr; }
      .feature-cards-grid { grid-template-columns: 1fr; }
    }

/* --- Source: sujok-what-is/founder.html --- */
/* Custom Styling for Founder Page */
    .founder-hero {
      background: linear-gradient(145deg, #04202b 0%, #073545 55%, #0e7b85 100%);
      color: #ffffff;
      padding: 70px 0 60px;
      position: relative;
      overflow: hidden;
    }

    .founder-hero::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 24px;
      background: #f8fafc;
      clip-path: polygon(0 100%, 100% 100%, 100% 0);
    }

    .founder-hero-grid {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 46px;
      align-items: center;
    }

    .founder-portrait-card {
      background: #ffffff;
      padding: 12px;
      border-radius: 24px;
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
      border: 3px solid rgba(21, 202, 219, 0.4);
      position: relative;
      text-align: center;
    }

    .founder-portrait-img {
      width: 100%;
      height: auto;
      border-radius: 18px;
      display: block;
      object-fit: cover;
    }

    .founder-portrait-caption {
      margin-top: 12px;
      font-size: 0.9rem;
      font-weight: 800;
      color: var(--primary-dark);
      padding: 6px 0;
    }

    .founder-dates-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(14, 156, 168, 0.2);
      border: 1px solid rgba(21, 202, 219, 0.5);
      padding: 6px 16px;
      border-radius: 999px;
      font-size: 0.88rem;
      font-weight: 700;
      color: #72e9f4;
      margin-bottom: 16px;
    }

    /* Quote Box */
    .founder-quote-banner {
      background: linear-gradient(135deg, rgba(14, 156, 168, 0.12) 0%, rgba(21, 202, 219, 0.05) 100%);
      border-right: 5px solid var(--teal-main);
      border-radius: 16px;
      padding: 24px 30px;
      margin: 36px 0;
      position: relative;
    }

    .founder-quote-text {
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--primary-dark);
      line-height: 2;
      margin: 0;
    }

    .founder-quote-author {
      font-size: 0.92rem;
      font-weight: 800;
      color: var(--teal-main);
      margin-top: 10px;
      display: block;
    }

    /* Timeline Styling */
    .timeline-wrapper {
      position: relative;
      padding-right: 30px;
      margin: 30px 0;
    }

    .timeline-wrapper::before {
      content: '';
      position: absolute;
      top: 10px;
      bottom: 10px;
      right: 7px;
      width: 3px;
      background: linear-gradient(180deg, var(--teal-main) 0%, rgba(14, 156, 168, 0.2) 100%);
      border-radius: 2px;
    }

    .timeline-item {
      position: relative;
      margin-bottom: 28px;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      top: 6px;
      right: -29px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #ffffff;
      border: 3px solid var(--teal-main);
      box-shadow: 0 0 0 3px rgba(14, 156, 168, 0.2);
    }

    .timeline-year {
      font-weight: 900;
      color: var(--teal-main);
      font-size: 1.05rem;
      margin-bottom: 4px;
    }

    .timeline-content {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 14px;
      padding: 18px 22px;
      box-shadow: var(--shadow-sm);
    }

    .timeline-title {
      font-size: 1rem;
      font-weight: 800;
      color: var(--primary-dark);
      margin-bottom: 6px;
    }

    .timeline-desc {
      font-size: 0.92rem;
      color: var(--text-muted);
      line-height: 1.8;
      margin: 0;
    }

    /* Cards Grid */
    .honor-cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      margin: 24px 0;
    }

    .honor-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 16px;
      padding: 22px;
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      gap: 8px;
      transition: all 0.3s ease;
    }

    .honor-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: var(--teal-main);
    }

    .honor-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.82rem;
      font-weight: 800;
      color: var(--teal-main);
      background: var(--teal-light);
      padding: 4px 12px;
      border-radius: 999px;
      width: fit-content;
    }

    .honor-title {
      font-size: 1.05rem;
      font-weight: 800;
      color: var(--primary-dark);
      margin: 0;
    }

    .honor-desc {
      font-size: 0.88rem;
      color: var(--text-muted);
      line-height: 1.7;
      margin: 0;
    }

    /* Awards & Honors Cards */
    .award-cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 20px;
    }

    .award-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 18px;
      padding: 24px;
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      gap: 12px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .award-card::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 4px;
      background: linear-gradient(90deg, #f59e0b 0%, #0e9ca8 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .award-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 30px rgba(5, 42, 54, 0.08);
      border-color: rgba(14, 156, 168, 0.4);
    }

    .award-card:hover::before {
      opacity: 1;
    }

    .award-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.8rem;
      font-weight: 800;
      padding: 5px 14px;
      border-radius: 999px;
      width: fit-content;
    }

    .badge-gold {
      background: rgba(245, 158, 11, 0.12);
      color: #b45309;
      border: 1px solid rgba(245, 158, 11, 0.3);
    }

    .badge-teal {
      background: rgba(14, 156, 168, 0.12);
      color: #0e9ca8;
      border: 1px solid rgba(14, 156, 168, 0.3);
    }

    .badge-purple {
      background: rgba(139, 92, 246, 0.12);
      color: #6d28d9;
      border: 1px solid rgba(139, 92, 246, 0.3);
    }

    .award-icon-box {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      flex-shrink: 0;
    }

    /* Simple Two-Column Book List */
    .founder-book-list-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 20px;
    }

    .simple-book-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 11px 16px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 12px;
      color: var(--primary-dark);
      text-decoration: none;
      transition: all 0.22s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    }

    .simple-book-item:hover {
      border-color: var(--teal-main) !important;
      background: #f0fbfc !important;
      transform: translateX(-4px);
      box-shadow: 0 4px 12px rgba(14, 156, 168, 0.12);
    }

    @media (max-width: 800px) {
      .founder-book-list-grid {
        grid-template-columns: 1fr !important;
      }
    }

    /* Academic Memberships & Societies */
    .founder-memberships-subtitle {
      font-size: 0.98rem;
      font-weight: 800;
      color: var(--teal-main);
      direction: ltr;
      text-align: right;
      margin-top: 6px;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .founder-memberships-lead {
      font-size: 0.96rem;
      color: var(--text-muted);
      line-height: 1.8;
      margin-top: 8px;
    }

    .founder-memberships-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 20px;
      padding: 32px;
      box-shadow: var(--shadow-sm);
    }

    .founder-memberships-grid {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 16px;
    }

    .founder-membership-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 16px 18px;
      background: #f8fafc;
      border-radius: 14px;
      border: 1px solid var(--border-color);
      transition: all 0.2s ease;
      min-width: 0;
    }

    .founder-membership-item:hover {
      border-color: rgba(14, 156, 168, 0.35);
      background: #f0fbfc;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(5, 42, 54, 0.04);
    }

    .founder-membership-num {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--teal-light);
      color: var(--teal-main);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      font-size: 0.92rem;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .founder-membership-body {
      flex: 1;
      min-width: 0;
    }

    .founder-membership-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
    }

    .founder-membership-title {
      color: var(--primary-dark);
      font-size: 0.98rem;
      font-weight: 800;
    }

    .founder-membership-tag {
      font-size: 0.76rem;
      background: rgba(14, 156, 168, 0.12);
      color: var(--teal-main);
      padding: 2px 10px;
      border-radius: 999px;
      font-weight: 800;
      white-space: nowrap;
    }

    .founder-membership-latin {
      font-size: 0.83rem;
      color: #64748b;
      direction: ltr;
      text-align: right;
      margin: 3px 0 6px;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .founder-membership-desc {
      font-size: 0.86rem;
      color: var(--text-muted);
      line-height: 1.65;
      margin: 0;
    }

    /* ISA Continuing Legacy & Global Leadership */
    .isa-legacy-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 20px;
      padding: 36px;
      box-shadow: var(--shadow-sm);
    }

    .isa-legacy-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: center;
    }

    .isa-legacy-title {
      font-size: 1.45rem;
      font-weight: 800;
      color: var(--primary-dark);
      margin-bottom: 14px;
      line-height: 1.4;
    }

    .isa-legacy-text {
      font-size: 0.94rem;
      color: var(--text-muted);
      line-height: 1.9;
      margin-bottom: 14px;
    }

    .isa-legacy-text:last-of-type {
      margin-bottom: 0;
    }

    .isa-contact-card {
      background: #f8fafc;
      border: 1px dashed var(--border-color);
      border-radius: 16px;
      padding: 24px;
    }

    .isa-contact-title {
      font-size: 1.05rem;
      font-weight: 800;
      color: var(--teal-main);
      margin-bottom: 12px;
    }

    .isa-contact-list {
      font-size: 0.88rem;
      color: var(--text-main);
      line-height: 2;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .isa-contact-item {
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .founder-nav-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      border-top: 1px solid var(--border-color);
      padding-top: 24px;
    }

    .founder-nav-btn-group {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    @media (max-width: 900px) {
      .founder-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .founder-portrait-card {
        max-width: 280px;
        margin: 0 auto;
      }

      .founder-dates-badge {
        justify-content: center;
      }

      .founder-memberships-grid {
        grid-template-columns: 1fr;
      }

      .founder-memberships-card {
        padding: 22px 16px;
        border-radius: 16px;
      }

      .isa-legacy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .isa-legacy-card {
        padding: 24px 18px;
        border-radius: 16px;
      }
    }

    @media (max-width: 640px) {
      .award-cards-grid,
      .honor-cards-grid {
        grid-template-columns: 1fr;
      }

      .founder-memberships-card {
        padding: 16px 12px;
        border-radius: 14px;
      }

      .founder-membership-item {
        padding: 12px 10px;
        gap: 10px;
      }

      .founder-membership-num {
        width: 28px;
        height: 28px;
        font-size: 0.82rem;
      }

      .founder-membership-title {
        font-size: 0.92rem;
      }

      .founder-membership-tag {
        font-size: 0.72rem;
        padding: 2px 8px;
      }

      .founder-membership-latin {
        font-size: 0.78rem;
      }

      .founder-membership-desc {
        font-size: 0.82rem;
        line-height: 1.6;
      }

      .isa-legacy-card {
        padding: 18px 14px;
        border-radius: 14px;
      }

      .isa-legacy-title {
        font-size: 1.25rem;
      }

      .isa-contact-card {
        padding: 16px 12px;
        border-radius: 12px;
      }

      .isa-contact-list {
        font-size: 0.84rem;
        line-height: 1.8;
      }

      .founder-nav-footer {
        flex-direction: column;
        align-items: stretch;
      }

      .founder-nav-btn-group {
        flex-direction: column;
      }

      .founder-nav-footer .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
      }
    }

/* ==========================================================================
   sujok-what-is/index.html - Overview & Feature Card Styles
   ========================================================================== */
.overview-main {
  margin-top: 50px;
  margin-bottom: 80px;
}

.overview-feature-card {
  background: #ffffff;
  border-radius: var(--radius-lg, 28px);
  border: 1px solid var(--border-color, rgba(14, 156, 168, 0.18));
  box-shadow: var(--shadow-md);
  padding: 46px;
  margin-bottom: 50px;
}

.overview-feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.overview-feature-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary-dark, #052a36);
  margin-bottom: 18px;
  line-height: 1.35;
}

.overview-feature-lead {
  font-size: 1.02rem;
  color: var(--text-main);
  line-height: 2;
  margin-bottom: 16px;
}

.founder-spotlight-box {
  background: #f0fbfc;
  border: 1px solid rgba(14, 156, 168, 0.3);
  border-radius: 16px;
  padding: 14px 18px;
  margin: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.founder-spotlight-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.founder-spotlight-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--teal-main, #0e9ca8);
  flex-shrink: 0;
}

.founder-spotlight-title {
  color: var(--primary-dark, #052a36);
  font-size: 0.98rem;
  display: block;
}

.founder-spotlight-sub {
  font-size: 0.84rem;
  color: var(--text-muted, #486875);
}

.founder-spotlight-btn {
  padding: 8px 18px;
  font-size: 0.86rem;
  font-weight: 800;
  border-radius: 999px;
  white-space: nowrap;
}

.overview-callout-box {
  font-size: 0.98rem;
  color: var(--text-muted, #486875);
  line-height: 1.95;
  background: rgba(14, 156, 168, 0.05);
  padding: 20px;
  border-right: 4px solid var(--teal-main, #0e9ca8);
  border-radius: 8px 16px 16px 8px;
}

.overview-hand-image-wrapper {
  width: 100%;
}

.overview-hand-image-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid #ffffff;
  background: #ffffff;
}

.overview-hand-image-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.overview-hand-image-caption {
  text-align: center;
  font-size: 0.84rem;
  color: var(--text-muted, #486875);
  margin-top: 10px;
  font-weight: 600;
}

.overview-features-list-wrapper {
  border-top: 1px dashed var(--border-color, rgba(14, 156, 168, 0.18));
  padding-top: 36px;
}

.overview-features-list-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-dark, #052a36);
  margin-bottom: 20px;
}

.overview-philosophy-section {
  background: #ffffff;
  border-radius: var(--radius-lg, 28px);
  border: 1px solid var(--border-color, rgba(14, 156, 168, 0.18));
  box-shadow: var(--shadow-md);
  padding: 46px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  .overview-main {
    margin-top: 36px;
    margin-bottom: 60px;
  }
  .overview-feature-card {
    padding: 34px 24px;
    margin-bottom: 40px;
  }
  .overview-feature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 30px;
  }
  .overview-hand-image-wrapper {
    max-width: 380px;
    margin: 0 auto;
  }
  .overview-philosophy-section {
    padding: 34px 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .overview-main {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .overview-feature-card {
    padding: 24px 16px;
    border-radius: 20px;
    margin-bottom: 32px;
  }
  .overview-feature-grid {
    gap: 24px;
  }
  .overview-feature-title {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .overview-feature-lead {
    font-size: 0.94rem;
    line-height: 1.85;
  }
  .founder-spotlight-box {
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .founder-spotlight-info {
    gap: 10px;
  }
  .founder-spotlight-img {
    width: 46px;
    height: 46px;
  }
  .founder-spotlight-title {
    font-size: 0.92rem;
  }
  .founder-spotlight-sub {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .founder-spotlight-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px 16px;
  }
  .overview-callout-box {
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 14px;
    border-radius: 6px 12px 12px 6px;
  }
  .overview-hand-image-wrapper {
    max-width: 320px;
    margin: 10px auto 16px;
  }
  .overview-hand-image-card {
    border-radius: 16px;
  }
  .overview-features-list-wrapper {
    padding-top: 24px;
  }
  .overview-features-list-title {
    font-size: 1.18rem;
    margin-bottom: 16px;
  }
  .overview-philosophy-section {
    padding: 24px 16px;
    border-radius: 20px;
    margin-bottom: 32px;
  }
}

