/* ==========================================================================
   Iran SuJok Academy - sujok-in-world.css
   External Page Stylesheet
   ========================================================================== */

/* --- Source: sujok-in-world/index.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.8vw, 2.8rem);
      line-height: 1.28;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.35rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 32px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.5rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
      font-size: 0.95rem;
    }
    .data-table th, .data-table td {
      padding: 14px 18px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .chart-bar-container {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 24px 0;
    }
    .chart-row {
      display: grid;
      grid-template-columns: 220px 1fr 70px;
      align-items: center;
      gap: 16px;
    }
    .bar-label {
      font-weight: 700;
      font-size: 0.92rem;
      color: #052a36;
    }
    .bar-wrapper {
      background: #eef6f8;
      height: 22px;
      border-radius: 11px;
      overflow: hidden;
    }
    .bar-fill {
      height: 100%;
      background: linear-gradient(90deg, #0e9ca8, #64dfdf);
      border-radius: 11px;
    }
    .bar-val {
      font-weight: 800;
      color: #0e9ca8;
      font-size: 0.92rem;
    }
    .faq-item {
      border: 1px solid #e1eff2;
      border-radius: 16px;
      margin-bottom: 12px;
      overflow: hidden;
    }
    .faq-item summary {
      padding: 18px 22px;
      font-weight: 700;
      color: #052a36;
      cursor: pointer;
      background: #ffffff;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .faq-item summary::after {
      content: "+";
      font-size: 1.4rem;
      color: #0e9ca8;
    }
    .faq-item[open] summary::after {
      content: "−";
    }
    .faq-content {
      padding: 0 22px 20px;
      color: #486875;
      line-height: 1.85;
      background: #ffffff;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.9rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .citations-list a {
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
    }
    .citations-list a:hover {
      text-decoration: underline;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    .ep-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 28px;
    }
    .ep-card {
      background: #ffffff;
      border: 1px solid #e1eff2;
      border-radius: 22px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 6px 20px rgba(5, 42, 54, 0.04);
      transition: all 0.28s ease;
    }
    .ep-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 36px rgba(14, 156, 168, 0.15);
      border-color: #0e9ca8;
    }
    .ep-img-wrap {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      overflow: hidden;
      background: #052a36;
    }
    .ep-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 20%;
      background: #052a36;
      transition: transform 0.4s ease;
    }
    .ep-card:hover .ep-img {
      transform: scale(1.04);
    }
    .ep-card-body {
      padding: 22px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: space-between;
    }
    .ep-num {
      position: absolute;
      top: 14px;
      right: 14px;
      padding: 5px 12px;
      background: rgba(5, 42, 54, 0.75);
      backdrop-filter: blur(8px);
      color: #64dfdf;
      border: 1px solid rgba(100, 223, 223, 0.4);
      border-radius: 12px;
      font-size: 0.8rem;
      font-weight: 800;
    }
    .ep-card h3 {
      font-size: 1.15rem;
      color: #052a36;
      margin: 0 0 10px;
      line-height: 1.4;
    }
    .ep-card p {
      font-size: 0.92rem;
      color: #486875;
      line-height: 1.7;
      margin-bottom: 18px;
    }
    .ep-link {
      color: #0e9ca8;
      font-weight: 800;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      text-decoration: none;
      margin-top: auto;
    }
    @media (max-width: 1200px) {
      .ep-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 640px) {
      .ep-grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .world-hero .wrap {
        grid-template-columns: 1fr;
      }
      .chart-row {
        grid-template-columns: 1fr;
        gap: 6px;
      }
      .stats-strip {
        grid-template-columns: 1fr;
      }
      .page-nav-bottom {
        flex-direction: column;
      }
    }

/* --- Source: sujok-in-world/sujok-world-01-trend.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 36px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .hero-video-box {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hero-video-card {
      width: 100%;
      max-width: 640px;
      background: rgba(255, 255, 255, 0.08);
      padding: 10px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      backdrop-filter: blur(14px);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4), 0 0 30px rgba(14, 156, 168, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .hero-video-card:hover {
      border-color: rgba(100, 223, 223, 0.5);
      box-shadow: 0 28px 60px rgba(14, 156, 168, 0.28);
    }

    .video-responsive {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
      border-radius: 18px;
      background: #021217;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }

    .video-responsive iframe,
    .video-responsive #yt-player-target {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 18px;
    }

    .mini-switch-btn {
      background: rgba(14, 156, 168, 0.2);
      border: 1px solid rgba(100, 223, 223, 0.4);
      color: #64dfdf;
      font-size: 0.76rem;
      font-weight: 700;
      border-radius: 12px;
      padding: 2px 10px;
      cursor: pointer;
      font-family: inherit;
      transition: all 0.2s ease;
    }

    .mini-switch-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }

    .hero-video-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-top: 10px;
      padding: 2px 8px;
      font-size: 0.86rem;
      color: #d1ecf1;
    }

    .hero-video-caption a {
      color: #64dfdf;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.82rem;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: color 0.2s ease;
    }

    .hero-video-caption a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .video-loading-placeholder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: linear-gradient(135deg, #041a22 0%, #062b36 100%);
      color: #d1ecf1;
      font-size: 0.88rem;
      text-align: center;
      padding: 16px;
    }

    .loading-spinner {
      width: 32px;
      height: 32px;
      border: 3px solid rgba(100, 223, 223, 0.2);
      border-top-color: #64dfdf;
      border-radius: 50%;
      animation: v-spin 0.8s linear infinite;
    }

    @keyframes v-spin {
      to { transform: rotate(360deg); }
    }

    .video-links {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .video-links .sep {
      color: rgba(255, 255, 255, 0.3);
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 32px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      width: 6px;
      height: 28px;
      background: linear-gradient(180deg, var(--accent-cyan), #052a36);
      border-radius: 4px;
      display: inline-block;
    }

    .story-chapter {
      position: relative;
      padding-right: 32px;
      margin-bottom: 40px;
      border-right: 2px dashed #bce4eb;
    }

    .story-chapter::before {
      content: attr(data-chapter);
      position: absolute;
      right: -17px;
      top: 0;
      width: 32px;
      height: 32px;
      background: var(--accent-cyan);
      color: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 0.85rem;
      box-shadow: 0 4px 10px rgba(14, 156, 168, 0.3);
    }

    .story-chapter h3 {
      font-size: 1.35rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 16px;
    }

    .quote-box {
      background: #f0fbfc;
      border-right: 4px solid var(--accent-cyan);
      border-radius: 12px;
      padding: 18px 24px;
      margin: 20px 0;
      font-size: 1rem;
      color: var(--primary-dark);
      font-style: italic;
      line-height: 1.8;
    }

    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      margin: 28px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 24px;
      transition: all 0.25s ease;
    }

    .value-card:hover {
      background: #ffffff;
      border-color: var(--accent-cyan);
      box-shadow: 0 8px 24px rgba(14, 156, 168, 0.12);
      transform: translateY(-3px);
    }

    .value-card h4 {
      margin: 0 0 12px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.92rem;
      line-height: 1.75;
    }

    .myth-vs-fact {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin: 24px 0;
    }

    .myth-card {
      background: #fff5f5;
      border: 1px solid #ffe3e3;
      border-radius: 16px;
      padding: 20px;
    }

    .fact-card {
      background: #f0fff4;
      border: 1px solid #dcffe4;
      border-radius: 16px;
      padding: 20px;
    }

    .myth-card h4 { color: #c53030; margin-top: 0; font-size: 1rem; font-weight: 800; }
    .fact-card h4 { color: #276749; margin-top: 0; font-size: 1rem; font-weight: 800; }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      font-size: 0.93rem;
      color: #e2f3f5;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #0e9ca8;
      font-size: 0.9rem;
    }

    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 6px solid var(--accent-cyan);
      border-radius: 20px;
      padding: 28px;
      margin-top: 40px;
    }

    .citations-box h3 {
      margin-top: 0;
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .citations-list li {
      font-size: 0.9rem;
      color: #334a5c;
      line-height: 1.7;
      padding-bottom: 10px;
      border-bottom: 1px dashed #d4ebf0;
    }

    .citations-list li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 48px;
      padding-top: 28px;
      border-top: 1px solid var(--border-color);
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 26px;
      border-radius: 14px;
      background: #ffffff;
      border: 1.5px solid var(--accent-cyan);
      color: var(--accent-cyan);
      font-weight: 800;
      text-decoration: none;
      transition: all 0.25s ease;
      font-size: 0.95rem;
    }

    .nav-btn:hover {
      background: var(--accent-cyan);
      color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(14, 156, 168, 0.25);
    }

    .nav-btn.primary {
      background: var(--accent-cyan);
      color: #ffffff;
    }

    .nav-btn.primary:hover {
      background: var(--primary-dark);
      border-color: var(--primary-dark);
    }

    @media (max-width: 960px) {
      .world-hero .wrap { grid-template-columns: 1fr; text-align: center; }
      .stats-strip { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .myth-vs-fact { grid-template-columns: 1fr; }
      .info-grid-4 { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-02-chronic.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1260px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 36px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .hero-video-box {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hero-video-card {
      width: 100%;
      max-width: 640px;
      background: rgba(255, 255, 255, 0.08);
      padding: 10px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      backdrop-filter: blur(14px);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4), 0 0 30px rgba(14, 156, 168, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .hero-video-card:hover {
      border-color: rgba(100, 223, 223, 0.5);
      box-shadow: 0 28px 60px rgba(14, 156, 168, 0.28);
    }

    .video-responsive {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
      border-radius: 18px;
      background: #021217;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }

    .video-responsive iframe,
    .video-responsive #yt-player-target {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 18px;
    }

    .mini-switch-btn {
      background: rgba(14, 156, 168, 0.2);
      border: 1px solid rgba(100, 223, 223, 0.4);
      color: #64dfdf;
      font-size: 0.76rem;
      font-weight: 700;
      border-radius: 12px;
      padding: 2px 10px;
      cursor: pointer;
      font-family: inherit;
      transition: all 0.2s ease;
    }

    .mini-switch-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }

    .video-loading-placeholder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: linear-gradient(135deg, #041a22 0%, #062b36 100%);
      color: #d1ecf1;
      font-size: 0.88rem;
      text-align: center;
      padding: 16px;
    }

    .loading-spinner {
      width: 32px;
      height: 32px;
      border: 3px solid rgba(100, 223, 223, 0.2);
      border-top-color: #64dfdf;
      border-radius: 50%;
      animation: v-spin 0.8s linear infinite;
    }

    @keyframes v-spin {
      to { transform: rotate(360deg); }
    }

    .hero-video-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-top: 10px;
      padding: 2px 8px;
      font-size: 0.86rem;
      color: #d1ecf1;
    }

    .hero-video-caption a {
      color: #64dfdf;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.82rem;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: color 0.2s ease;
    }

    .hero-video-caption a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .video-links {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .video-links .sep {
      color: rgba(255, 255, 255, 0.3);
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .story-chapter {
      position: relative;
      padding-right: 32px;
      margin-bottom: 40px;
      border-right: 2px dashed #bce4eb;
    }

    .story-chapter::before {
      content: attr(data-chapter);
      position: absolute;
      right: -17px;
      top: 0;
      width: 32px;
      height: 32px;
      background: var(--accent-cyan);
      color: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 0.85rem;
      box-shadow: 0 4px 10px rgba(14, 156, 168, 0.3);
    }

    .story-chapter h3 {
      font-size: 1.35rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 16px;
    }

    .quote-box {
      background: #f0fbfc;
      border-right: 4px solid var(--accent-cyan);
      border-radius: 12px;
      padding: 18px 24px;
      margin: 20px 0;
      font-size: 1rem;
      color: var(--primary-dark);
      font-style: italic;
      line-height: 1.8;
    }

    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      margin: 28px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 24px;
      transition: all 0.25s ease;
    }

    .value-card:hover {
      background: #ffffff;
      border-color: var(--accent-cyan);
      box-shadow: 0 8px 24px rgba(14, 156, 168, 0.12);
      transform: translateY(-3px);
    }

    .value-card h4 {
      margin: 0 0 12px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.92rem;
      line-height: 1.75;
    }

    .stat-comparison {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin: 24px 0;
    }

    .stat-box {
      background: #f8fcfe;
      border: 1px solid #d4ebf0;
      border-radius: 16px;
      padding: 18px;
      text-align: center;
    }

    .stat-box strong {
      display: block;
      font-size: 1.6rem;
      color: var(--accent-cyan);
      font-weight: 800;
    }

    .stat-box span {
      font-size: 0.85rem;
      color: var(--text-muted);
      line-height: 1.5;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      font-size: 0.93rem;
      color: #e2f3f5;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #0e9ca8;
      font-size: 0.9rem;
    }

    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 6px solid var(--accent-cyan);
      border-radius: 20px;
      padding: 28px;
      margin-top: 40px;
    }

    .citations-box h3 {
      margin-top: 0;
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .citations-list li {
      font-size: 0.9rem;
      color: #334a5c;
      line-height: 1.7;
      padding-bottom: 10px;
      border-bottom: 1px dashed #d4ebf0;
    }

    .citations-list li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 48px;
      padding-top: 28px;
      border-top: 1px solid var(--border-color);
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 26px;
      border-radius: 14px;
      background: #ffffff;
      border: 1.5px solid var(--accent-cyan);
      color: var(--accent-cyan);
      font-weight: 800;
      text-decoration: none;
      transition: all 0.25s ease;
      font-size: 0.95rem;
    }

    .nav-btn:hover {
      background: var(--accent-cyan);
      color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(14, 156, 168, 0.25);
    }

    .nav-btn.primary {
      background: var(--accent-cyan);
      color: #ffffff;
    }

    .nav-btn.primary:hover {
      background: var(--primary-dark);
      border-color: var(--primary-dark);
    }

    @media (max-width: 960px) {
      .world-hero .wrap { grid-template-columns: 1fr; text-align: center; }
      .stats-strip { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stat-comparison { grid-template-columns: repeat(2, 1fr); }
      .info-grid-4 { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-03-comparison.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 24px;
      background: var(--accent-cyan);
      border-radius: 6px;
    }

    .story-chapter {
      margin-bottom: 28px;
    }

    .story-chapter h3 {
      font-size: 1.25rem;
      color: var(--primary-teal);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .story-chapter p {
      color: var(--text-dark);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .quote-box {
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 20px;
      padding: 28px;
      margin: 28px 0;
      position: relative;
      box-shadow: 0 10px 25px rgba(5, 42, 54, 0.12);
    }

    .quote-box p {
      color: #e0f7fa;
      font-size: 1.05rem;
      font-style: italic;
      line-height: 1.85;
      margin: 0 0 12px;
    }

    .quote-box span {
      display: block;
      text-align: left;
      color: #64dfdf;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .custom-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.95rem;
    }

    .custom-table th, .custom-table td {
      border: 1px solid var(--border-color);
      padding: 14px 18px;
      text-align: right;
    }

    .custom-table th {
      background: var(--bg-light);
      color: var(--primary-dark);
      font-weight: 800;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin: 24px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d0e7ec;
      border-radius: 18px;
      padding: 22px;
      transition: transform 0.25 ease;
    }

    .value-card:hover {
      transform: translateY(-3px);
      border-color: var(--accent-cyan);
    }

    .value-card h4 {
      margin: 0 0 10px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.93rem;
      line-height: 1.75;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      color: #e0f7fa;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #64dfdf;
    }

    /* Citations */
    .citations-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 32px;
      margin-bottom: 40px;
    }

    .citations-card h3 {
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      padding-right: 20px;
      margin: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .citations-list li {
      margin-bottom: 10px;
    }

    /* Bottom Navigation */
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      color: var(--primary-dark);
      border-radius: 16px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
    }

    .nav-btn:hover {
      background: var(--bg-light);
      border-color: var(--accent-cyan);
      color: var(--accent-cyan);
      transform: translateY(-2px);
    }

    .nav-btn.primary {
      background: linear-gradient(135deg, var(--primary-teal), var(--accent-cyan));
      color: #ffffff;
      border: none;
      box-shadow: 0 6px 20px rgba(8, 76, 97, 0.25);
    }

    .nav-btn.primary:hover {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
      color: #ffffff;
    }

    @media (max-width: 900px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .grid-2, .info-grid-4 { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
      .nav-btn { width: 100%; justify-content: center; }
    }

/* --- Source: sujok-in-world/sujok-world-04-unique-essence.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 24px;
      background: var(--accent-cyan);
      border-radius: 6px;
    }

    .story-chapter {
      margin-bottom: 28px;
    }

    .story-chapter h3 {
      font-size: 1.25rem;
      color: var(--primary-teal);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .story-chapter p {
      color: var(--text-dark);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .quote-box {
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 20px;
      padding: 28px;
      margin: 28px 0;
      position: relative;
      box-shadow: 0 10px 25px rgba(5, 42, 54, 0.12);
    }

    .quote-box p {
      color: #e0f7fa;
      font-size: 1.05rem;
      font-style: italic;
      line-height: 1.85;
      margin: 0 0 12px;
    }

    .quote-box span {
      display: block;
      text-align: left;
      color: #64dfdf;
      font-weight: 700;
      font-size: 0.9rem;
    }

    /* Modern Correspondence Visual Card Component */
    .correspondence-visual-card {
      background: linear-gradient(135deg, #041e27 0%, #073847 100%);
      border: 1px solid rgba(100, 223, 223, 0.3);
      border-radius: 24px;
      padding: 28px;
      margin: 32px 0;
      box-shadow: 0 15px 35px rgba(5, 42, 54, 0.18);
      color: #ffffff;
    }

    .corr-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      padding-bottom: 16px;
      margin-bottom: 24px;
    }

    .corr-card-header h4 {
      margin: 0;
      font-size: 1.15rem;
      color: #64dfdf;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .corr-badge {
      background: rgba(14, 156, 168, 0.25);
      border: 1px solid rgba(100, 223, 223, 0.4);
      color: #a0f0ed;
      padding: 4px 12px;
      border-radius: 12px;
      font-size: 0.82rem;
      font-weight: 700;
    }

    .corr-grid {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .corr-row {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 16px;
      align-items: center;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 14px 20px;
      transition: all 0.25s ease;
    }

    .corr-row:hover {
      background: rgba(255, 255, 255, 0.09);
      border-color: rgba(100, 223, 223, 0.35);
      transform: translateX(-4px);
    }

    .body-col, .hand-col {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .hand-col {
      justify-content: flex-end;
    }

    .icon-wrapper {
      width: 44px;
      height: 44px;
      background: rgba(100, 223, 223, 0.12);
      border: 1px solid rgba(100, 223, 223, 0.25);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      flex-shrink: 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transition: all 0.25s ease;
    }

    .col-info strong {
      display: block;
      color: #ffffff;
      font-size: 0.98rem;
      font-weight: 800;
    }

    .col-info span {
      display: block;
      color: #b0bec5;
      font-size: 0.82rem;
    }

    .arrow-col {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      background: rgba(14, 156, 168, 0.3);
      border-radius: 50%;
      color: #64dfdf;
      font-weight: 800;
      font-size: 1.1rem;
      border: 1px solid rgba(100, 223, 223, 0.3);
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin: 24px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d0e7ec;
      border-radius: 18px;
      padding: 22px;
      transition: transform 0.25 ease;
    }

    .value-card:hover {
      transform: translateY(-3px);
      border-color: var(--accent-cyan);
    }

    .value-card h4 {
      margin: 0 0 10px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.93rem;
      line-height: 1.75;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      color: #e0f7fa;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #64dfdf;
    }

    /* Citations */
    .citations-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 32px;
      margin-bottom: 40px;
    }

    .citations-card h3 {
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      padding-right: 20px;
      margin: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .citations-list li {
      margin-bottom: 10px;
    }

    /* Bottom Navigation */
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      color: var(--primary-dark);
      border-radius: 16px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
    }

    .nav-btn:hover {
      background: var(--bg-light);
      border-color: var(--accent-cyan);
      color: var(--accent-cyan);
      transform: translateY(-2px);
    }

    .nav-btn.primary {
      background: linear-gradient(135deg, var(--primary-teal), var(--accent-cyan));
      color: #ffffff;
      border: none;
      box-shadow: 0 6px 20px rgba(8, 76, 97, 0.25);
    }

    .nav-btn.primary:hover {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
      color: #ffffff;
    }

    @media (max-width: 900px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .grid-2, .info-grid-4 { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .corr-row { grid-template-columns: 1fr; gap: 10px; text-align: center; }
      .hand-col { justify-content: center; }
      .body-col { justify-content: center; }
      .arrow-col { margin: 4px auto; transform: rotate(90deg); }
      .page-nav-bottom { flex-direction: column; }
      .nav-btn { width: 100%; justify-content: center; }
    }

/* --- Source: sujok-in-world/sujok-world-05-five-perspectives.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 24px;
      background: var(--accent-cyan);
      border-radius: 6px;
    }

    .story-chapter {
      margin-bottom: 28px;
    }

    .story-chapter h3 {
      font-size: 1.25rem;
      color: var(--primary-teal);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .story-chapter p {
      color: var(--text-dark);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .quote-box {
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 20px;
      padding: 28px;
      margin: 28px 0;
      position: relative;
      box-shadow: 0 10px 25px rgba(5, 42, 54, 0.12);
    }

    .quote-box p {
      color: #e0f7fa;
      font-size: 1.05rem;
      font-style: italic;
      line-height: 1.85;
      margin: 0 0 12px;
    }

    .quote-box span {
      display: block;
      text-align: left;
      color: #64dfdf;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .diagram-box {
      background: #041e27;
      color: #64dfdf;
      padding: 24px;
      border-radius: 16px;
      font-family: monospace;
      direction: ltr;
      text-align: left;
      overflow-x: auto;
      margin: 24px 0;
      border: 1px solid rgba(100, 223, 223, 0.25);
      font-size: 0.9rem;
      line-height: 1.6;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin: 24px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d0e7ec;
      border-radius: 18px;
      padding: 22px;
      transition: transform 0.25 ease;
    }

    .value-card:hover {
      transform: translateY(-3px);
      border-color: var(--accent-cyan);
    }

    .value-card h4 {
      margin: 0 0 10px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.93rem;
      line-height: 1.75;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      color: #e0f7fa;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #64dfdf;
    }

    /* Citations */
    .citations-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 32px;
      margin-bottom: 40px;
    }

    .citations-card h3 {
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      padding-right: 20px;
      margin: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .citations-list li {
      margin-bottom: 10px;
    }

    /* Bottom Navigation */
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      color: var(--primary-dark);
      border-radius: 16px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
    }

    .nav-btn:hover {
      background: var(--bg-light);
      border-color: var(--accent-cyan);
      color: var(--accent-cyan);
      transform: translateY(-2px);
    }

    .nav-btn.primary {
      background: linear-gradient(135deg, var(--primary-teal), var(--accent-cyan));
      color: #ffffff;
      border: none;
      box-shadow: 0 6px 20px rgba(8, 76, 97, 0.25);
    }

    .nav-btn.primary:hover {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
      color: #ffffff;
    }

    @media (max-width: 900px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .grid-2, .info-grid-4 { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
      .nav-btn { width: 100%; justify-content: center; }
    }

/* --- Source: sujok-in-world/sujok-world-06-triorigin-theory.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 24px;
      background: var(--accent-cyan);
      border-radius: 6px;
    }

    .story-chapter {
      margin-bottom: 28px;
    }

    .story-chapter h3 {
      font-size: 1.25rem;
      color: var(--primary-teal);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .story-chapter p {
      color: var(--text-dark);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .quote-box {
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 20px;
      padding: 28px;
      margin: 28px 0;
      position: relative;
      box-shadow: 0 10px 25px rgba(5, 42, 54, 0.12);
    }

    .quote-box p {
      color: #e0f7fa;
      font-size: 1.05rem;
      font-style: italic;
      line-height: 1.85;
      margin: 0 0 12px;
    }

    .quote-box span {
      display: block;
      text-align: left;
      color: #64dfdf;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .diagram-box {
      background: #041e27;
      color: #64dfdf;
      padding: 24px;
      border-radius: 16px;
      font-family: monospace;
      direction: ltr;
      text-align: left;
      overflow-x: auto;
      margin: 24px 0;
      border: 1px solid rgba(100, 223, 223, 0.25);
      font-size: 0.9rem;
      line-height: 1.6;
    }

    .custom-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.95rem;
    }

    .custom-table th, .custom-table td {
      border: 1px solid var(--border-color);
      padding: 14px 18px;
      text-align: right;
    }

    .custom-table th {
      background: var(--bg-light);
      color: var(--primary-dark);
      font-weight: 800;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin: 24px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d0e7ec;
      border-radius: 18px;
      padding: 22px;
      transition: transform 0.25 ease;
    }

    .value-card:hover {
      transform: translateY(-3px);
      border-color: var(--accent-cyan);
    }

    .value-card h4 {
      margin: 0 0 10px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.93rem;
      line-height: 1.75;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      color: #e0f7fa;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #64dfdf;
    }

    /* Citations */
    .citations-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 32px;
      margin-bottom: 40px;
    }

    .citations-card h3 {
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      padding-right: 20px;
      margin: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .citations-list li {
      margin-bottom: 10px;
    }

    /* Bottom Navigation */
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      color: var(--primary-dark);
      border-radius: 16px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
    }

    .nav-btn:hover {
      background: var(--bg-light);
      border-color: var(--accent-cyan);
      color: var(--accent-cyan);
      transform: translateY(-2px);
    }

    .nav-btn.primary {
      background: linear-gradient(135deg, var(--primary-teal), var(--accent-cyan));
      color: #ffffff;
      border: none;
      box-shadow: 0 6px 20px rgba(8, 76, 97, 0.25);
    }

    .nav-btn.primary:hover {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
      color: #ffffff;
    }

    @media (max-width: 900px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .grid-2, .info-grid-4 { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
      .nav-btn { width: 100%; justify-content: center; }
    }

/* --- Source: sujok-in-world/sujok-world-07-holistic-humanity.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 24px;
      background: var(--accent-cyan);
      border-radius: 6px;
    }

    .story-chapter {
      margin-bottom: 28px;
    }

    .story-chapter h3 {
      font-size: 1.25rem;
      color: var(--primary-teal);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .story-chapter p {
      color: var(--text-dark);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .quote-box {
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 20px;
      padding: 28px;
      margin: 28px 0;
      position: relative;
      box-shadow: 0 10px 25px rgba(5, 42, 54, 0.12);
    }

    .quote-box p {
      color: #e0f7fa;
      font-size: 1.05rem;
      font-style: italic;
      line-height: 1.85;
      margin: 0 0 12px;
    }

    .quote-box span {
      display: block;
      text-align: left;
      color: #64dfdf;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .diagram-box {
      background: #041e27;
      color: #64dfdf;
      padding: 24px;
      border-radius: 16px;
      font-family: monospace;
      direction: ltr;
      text-align: left;
      overflow-x: auto;
      margin: 24px 0;
      border: 1px solid rgba(100, 223, 223, 0.25);
      font-size: 0.9rem;
      line-height: 1.6;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin: 24px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d0e7ec;
      border-radius: 18px;
      padding: 22px;
      transition: transform 0.25 ease;
    }

    .value-card:hover {
      transform: translateY(-3px);
      border-color: var(--accent-cyan);
    }

    .value-card h4 {
      margin: 0 0 10px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.93rem;
      line-height: 1.75;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      color: #e0f7fa;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #64dfdf;
    }

    /* Citations */
    .citations-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 32px;
      margin-bottom: 40px;
    }

    .citations-card h3 {
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      padding-right: 20px;
      margin: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .citations-list li {
      margin-bottom: 10px;
    }

    /* Bottom Navigation */
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      color: var(--primary-dark);
      border-radius: 16px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
    }

    .nav-btn:hover {
      background: var(--bg-light);
      border-color: var(--accent-cyan);
      color: var(--accent-cyan);
      transform: translateY(-2px);
    }

    .nav-btn.primary {
      background: linear-gradient(135deg, var(--primary-teal), var(--accent-cyan));
      color: #ffffff;
      border: none;
      box-shadow: 0 6px 20px rgba(8, 76, 97, 0.25);
    }

    .nav-btn.primary:hover {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
      color: #ffffff;
    }

    @media (max-width: 900px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .grid-2, .info-grid-4 { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
      .nav-btn { width: 100%; justify-content: center; }
    }

/* --- Source: sujok-in-world/sujok-world-08-awareness-harmonization.html --- */
:root {
      --primary-dark: #052a36;
      --primary-teal: #084c61;
      --accent-cyan: #0e9ca8;
      --accent-bright: #64dfdf;
      --bg-light: #f4fafb;
      --border-color: #e1eff2;
      --text-dark: #2c3e50;
      --text-muted: #546e7a;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      color: var(--text-dark);
      background-color: #f8fcfe;
      line-height: 1.8;
    }

    .world-hero {
      padding: 60px 0 48px;
      background: linear-gradient(135deg, #041e27 0%, #084c61 60%, #0e9ca8 100%);
      color: #ffffff;
      border-radius: 0 0 36px 36px;
      margin-bottom: 40px;
      box-shadow: 0 12px 30px rgba(5, 42, 54, 0.15);
      position: relative;
      overflow: hidden;
    }

    .world-hero::before {
      content: "";
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(100, 223, 223, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(100, 223, 223, 0.15);
      border: 1px solid rgba(100, 223, 223, 0.35);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 18px;
      backdrop-filter: blur(8px);
    }

    .world-hero h1 {
      font-size: clamp(1.8rem, 3.2vw, 2.7rem);
      line-height: 1.35;
      margin: 0 0 18px;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .world-hero h1 span {
      color: #64dfdf;
      background: linear-gradient(90deg, #64dfdf, #a0f0ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .world-hero p {
      font-size: 1.08rem;
      color: #d1ecf1;
      line-height: 1.85;
      margin-bottom: 26px;
    }

    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 18px;
    }

    .stat-item strong {
      display: block;
      font-size: 1.25rem;
      color: #64dfdf;
      font-weight: 800;
    }

    .stat-item span {
      font-size: 0.82rem;
      color: #e2f3f5;
    }

    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid var(--border-color);
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 38px;
      margin-bottom: 36px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
      box-shadow: 0 14px 40px rgba(5, 42, 54, 0.07);
    }

    .roadmap-banner {
      background: linear-gradient(135deg, #edf9fb 0%, #e0f4f7 100%);
      border: 1px solid #bce4eb;
      border-right: 6px solid var(--accent-cyan);
    }

    .section-title {
      font-size: 1.5rem;
      color: var(--primary-dark);
      font-weight: 800;
      margin-bottom: 22px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .section-title::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 24px;
      background: var(--accent-cyan);
      border-radius: 6px;
    }

    .story-chapter {
      margin-bottom: 28px;
    }

    .story-chapter h3 {
      font-size: 1.25rem;
      color: var(--primary-teal);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .story-chapter p {
      color: var(--text-dark);
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 16px;
    }

    .quote-box {
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 20px;
      padding: 28px;
      margin: 28px 0;
      position: relative;
      box-shadow: 0 10px 25px rgba(5, 42, 54, 0.12);
    }

    .quote-box p {
      color: #e0f7fa;
      font-size: 1.05rem;
      font-style: italic;
      line-height: 1.85;
      margin: 0 0 12px;
    }

    .quote-box span {
      display: block;
      text-align: left;
      color: #64dfdf;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .custom-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.95rem;
    }

    .custom-table th, .custom-table td {
      border: 1px solid var(--border-color);
      padding: 14px 18px;
      text-align: right;
    }

    .custom-table th {
      background: var(--bg-light);
      color: var(--primary-dark);
      font-weight: 800;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin: 24px 0;
    }

    .value-card {
      background: #f4fafb;
      border: 1px solid #d0e7ec;
      border-radius: 18px;
      padding: 22px;
      transition: transform 0.25 ease;
    }

    .value-card:hover {
      transform: translateY(-3px);
      border-color: var(--accent-cyan);
    }

    .value-card h4 {
      margin: 0 0 10px;
      color: var(--primary-dark);
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .value-card p {
      margin: 0;
      color: var(--text-muted);
      font-size: 0.93rem;
      line-height: 1.75;
    }

    /* Infographic Showcase Styles */
    .infographic-container {
      background: linear-gradient(135deg, #052a36 0%, #074154 100%);
      color: #ffffff;
      border-radius: 28px;
      padding: 40px;
      margin: 44px 0;
      box-shadow: 0 20px 50px rgba(5, 42, 54, 0.2);
    }

    .infographic-header {
      text-align: center;
      margin-bottom: 36px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .infographic-tag {
      display: inline-block;
      padding: 4px 14px;
      background: #0e9ca8;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 700;
      border-radius: 14px;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .infographic-header h2 {
      color: #ffffff;
      font-size: 1.7rem;
      margin: 6px 0 10px;
      font-weight: 800;
    }

    .infographic-header p {
      color: #b3e5fc;
      font-size: 1rem;
      margin: 0;
    }

    .info-grid-4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .info-block {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 26px;
      backdrop-filter: blur(8px);
      transition: background 0.3s ease;
    }

    .info-block:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .info-block h3 {
      color: #64dfdf;
      font-size: 1.15rem;
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      position: relative;
      padding-right: 22px;
      margin-bottom: 12px;
      color: #e0f7fa;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .info-list li::before {
      content: "✦";
      position: absolute;
      right: 0;
      color: #64dfdf;
    }

    /* Citations */
    .citations-card {
      background: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 32px;
      margin-bottom: 40px;
    }

    .citations-card h3 {
      color: var(--primary-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .citations-list {
      padding-right: 20px;
      margin: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .citations-list li {
      margin-bottom: 10px;
    }

    /* Bottom Navigation */
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 28px;
      background: #ffffff;
      border: 1px solid var(--border-color);
      color: var(--primary-dark);
      border-radius: 16px;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.25s ease;
    }

    .nav-btn:hover {
      background: var(--bg-light);
      border-color: var(--accent-cyan);
      color: var(--accent-cyan);
      transform: translateY(-2px);
    }

    .nav-btn.primary {
      background: linear-gradient(135deg, var(--primary-teal), var(--accent-cyan));
      color: #ffffff;
      border: none;
      box-shadow: 0 6px 20px rgba(8, 76, 97, 0.25);
    }

    .nav-btn.primary:hover {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary-teal));
      color: #ffffff;
    }

    @media (max-width: 900px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .grid-2, .info-grid-4 { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
      .nav-btn { width: 100%; justify-content: center; }
    }

/* --- Source: sujok-in-world/sujok-world-09-movement-twist.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-10-smile-meditation.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-11-harmony-balance.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-12-life-peace-awareness.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-13-medical-specialties-1.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-14-medical-specialties-2.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-15-medical-specialties-3.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-16-paramedicine.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-17-scientific-evidence.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-18-education.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-19-future.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

/* --- Source: sujok-in-world/sujok-world-20-roadmap.html --- */
.world-hero {
      padding: 60px 0 44px;
      background: linear-gradient(135deg, #052a36 0%, #084c61 100%);
      color: #ffffff;
      border-radius: 0 0 32px 32px;
      margin-bottom: 40px;
    }
    .world-hero .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 36px;
      align-items: center;
    }
    .world-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(14, 156, 168, 0.22);
      border: 1px solid rgba(14, 156, 168, 0.45);
      color: #64dfdf;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .world-hero h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.3;
      margin: 0 0 16px;
      color: #ffffff;
      font-weight: 800;
    }
    .world-hero h1 em {
      font-style: normal;
      color: #64dfdf;
    }
    .world-hero p {
      font-size: 1.05rem;
      color: #d1ecf1;
      line-height: 1.8;
      margin-bottom: 24px;
    }
    .stats-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 18px;
      padding: 16px;
    }
    .stat-item strong {
      display: block;
      font-size: 1.3rem;
      color: #64dfdf;
    }
    .stat-item span {
      font-size: 0.8rem;
      color: #e2f3f5;
    }
    .main-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .card-box {
      background: #ffffff;
      border-radius: 24px;
      border: 1px solid #e1eff2;
      box-shadow: 0 10px 30px rgba(5, 42, 54, 0.04);
      padding: 36px;
      margin-bottom: 32px;
    }
    .section-title {
      font-size: 1.45rem;
      color: #052a36;
      font-weight: 800;
      margin-bottom: 20px;
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .section-title::before {
      content: "";
      width: 6px;
      height: 26px;
      background: #0e9ca8;
      border-radius: 4px;
      display: inline-block;
    }
    .value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 28px 0;
    }
    .value-card {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-radius: 18px;
      padding: 22px;
    }
    .value-card h4 {
      margin: 0 0 10px;
      color: #052a36;
      font-size: 1.05rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .value-card p {
      margin: 0;
      color: #486875;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .data-table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      font-size: 0.92rem;
    }
    .data-table th, .data-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #eef6f8;
      text-align: right;
    }
    .data-table th {
      background: #f4fafb;
      color: #052a36;
      font-weight: 800;
    }
    .data-table tr:hover {
      background: #f9fdfd;
    }
    .citations-box {
      background: #f4fafb;
      border: 1px solid #d4ebf0;
      border-right: 5px solid #0e9ca8;
      border-radius: 16px;
      padding: 24px;
      margin-top: 40px;
    }
    .citations-box h3 {
      margin-top: 0;
      color: #052a36;
      font-size: 1.15rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .citations-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .citations-list li {
      font-size: 0.88rem;
      color: #334a5c;
      line-height: 1.65;
    }
    .page-nav-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 40px;
      padding-top: 24px;
      border-top: 1px solid #e1eff2;
    }
    .nav-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #0e9ca8;
      color: #0e9ca8;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }
    .nav-btn:hover {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary {
      background: #0e9ca8;
      color: #ffffff;
    }
    .nav-btn.primary:hover {
      background: #052a36;
    }
    @media (max-width: 850px) {
      .world-hero .wrap { grid-template-columns: 1fr; }
      .value-grid { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .page-nav-bottom { flex-direction: column; }
    }

